]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix thumbnails rotation in pdf documents that include embedded thumbnails.
[evince.git] / ChangeLog
1 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc:
4         (pdf_document_thumbnails_get_thumbnail):
5
6         Fix thumbnails rotation in pdf documents that include embedded 
7         thumbnails.
8         
9 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
10
11         * backend/pdf/ev-poppler.cc:
12
13         Don't use #ifdef in macro expansion. Some compilers don't
14         like that. Closes bug #467042.
15
16 2007-08-15  Justin Blanchard  <justinb04@aim.com>
17
18         * backend/djvu/djvu-document.c: (djvu_document_finalize):
19         
20         Fixes memory leak in djvu backend.
21
22 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
23
24         * data/icons/32x32/Makefile.am:
25         * data/icons/32x32/actions/Makefile.am:
26         * data/icons/32x32/actions/view-page-cont.svg:
27         * data/icons/32x32/actions/view-page-facing.svg:
28         * data/icons/48x48/Makefile.am:
29         * data/icons/48x48/actions/Makefile.am:
30         * data/icons/48x48/actions/view-page-cont.svg:
31         * data/icons/48x48/actions/view-page-facing.svg:
32         
33         Icons for a new sizes.
34
35 2007-08-14  Justin Blanchard  <justinb04@aim.com>
36
37         * shell/ev-page-cache.c: (build_height_to_page),
38         (ev_page_cache_get_height_to_page):
39         
40         Fixes invalid read, see bug #466401.
41
42 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
45         (set_drag_cursor):
46         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
47         (configure_item_cursor), (new_pixbuf_from_widget):
48
49         Fix multihead problems in toolbar editor. Fixes bug #382055.
50
51 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-window.c: (ev_window_cmd_file_open),
54         (ev_window_cmd_save_as):
55
56         Use g_get_user_special_dir when available instead of
57         xdg_user_dir_lookup.
58
59 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
60
61         * MAINTAINERS:
62         
63         Updated according to request on desktop-devel.
64
65 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
68
69         Do not use cairo_rectangle and cairo_clip since we are
70         not using cairo_fill but cairo_paint. Use the same cairo context
71         for every page in the same expose event.
72
73 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
74
75         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
76         leak.
77
78 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * configure.ac:
81         * NEWS:
82
83         Release 0.9.3
84
85 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * libdocument/ev-document-info.h:
88         * libdocument/ev-document.h:
89         * shell/ev-page-action.h:
90         * shell/ev-sidebar-links.h:
91
92         Fix a headers problem with ev-link
93         
94         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
95         * shell/ev-view-private.h:
96         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
97         (get_link_area), (ev_view_query_tooltip),
98         (ev_view_leave_notify_event), (ev_view_destroy),
99         (ev_view_class_init):
100
101         Use new gtk tooltips when available instead of ev-tooltip.
102         
103 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * shell/ev-window.c: (update_chrome_visibility),
106         (ev_window_sidebar_visibility_changed_cb):
107
108         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
109         
110 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * shell/ev-navigation-action.c:
113         (ev_navigation_action_history_changed),
114         (ev_navigation_action_set_history):
115         * shell/ev-navigation-action-widget.c:
116         (ev_navigation_action_widget_init):
117         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
118
119         Fix compile warnings.
120         
121 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
124         (egg_editable_toolbar_dispose):
125
126         Fix memory leak.
127         
128 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
131         (screensaver_disable_x11):
132         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
133         * shell/ev-window.c: (presentation_set_timeout):
134         * shell/ev-view.c: (ev_view_presentation_transition_start):
135
136         Use g_timeout_add_seconds instead of g_timeout_add when
137         available.
138         
139 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
142
143         Set horizontal scrollbar policy to AUTOMATIC instead of
144         NEVER. Workaround for bug #449462.
145         
146 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/ev-jobs.c: (ev_job_render_page_ready):
149
150         Add page_ready callback to main loop with high priority and hold
151         a reference to job during idle.
152         
153 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * configure.ac:
156         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
157         (pdf_document_file_exporter_begin),
158         (pdf_document_file_exporter_do_page),
159         (pdf_document_file_exporter_get_capabilities):
160         * libdocument/ev-file-exporter.h:
161         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
162         * shell/ev-window.c: (ev_window_print_send),
163         (ev_window_print_dialog_response_cb):
164
165         Allow printing multiple pages per sheet. Fixes bug #395573.
166         
167 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
168
169         * shell/ev-view.c: (tip_from_link):
170         
171         Check for NULL, fixes bug #460862.
172
173 2007-07-29  Christian Persch  <chpe@gnome.org>
174
175         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
176         (ev_window_preview_print_finished), (ev_window_do_preview_print),
177         (ev_window_cmd_preview_print):
178         
179         Fixes bug #437681 - blocks while enumerating printers.
180
181 2007-07-29  Christian Persch  <chpe@gnome.org>
182
183         * shell/ev-window.c: (ev_window_screen_changed):
184         
185         Don't use deprecated gtk+ function. See bug #460909.
186
187 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-utils.c: (get_num_monitors):
190         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
191
192         Do not use display before initializing it. Remove compile
193         warnings.
194
195 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
196
197         * shell/ev-view.c: (ev_view_class_init):
198         
199         Unix-like hjkl bindings added. See bug #458111.
200
201 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
202
203         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
204         * shell/ev-utils.h:
205         * shell/ev-view.c: (ev_view_set_zoom_for_size),
206         (ev_view_update_view_size):
207         * shell/ev-view.h:
208         * shell/ev-window.c: (ev_window_update_actions),
209         (setup_view_from_metadata), (ev_window_screen_changed),
210         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
211         (zoom_control_changed_cb):
212         * shell/ev-window.h:
213         
214         Reorganizes utility functions.
215
216 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
219         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
220         (add_job), (ev_pixbuf_cache_get_surface),
221         (ev_pixbuf_cache_get_link_mapping),
222         (ev_pixbuf_cache_get_image_mapping),
223         (ev_pixbuf_cache_get_form_field_mapping),
224         (ev_pixbuf_cache_get_text_mapping):
225         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
226         (notify_page_ready), (ev_job_render_page_ready),
227         (ev_job_render_run):
228
229         Add page_ready signal to notify that page is ready as soon as
230         possible even if other page elements like links, forms, images or
231         text mapping are not ready yet.
232
233 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
236         (dvi_document_file_exporter_do_page),
237         (dvi_document_file_exporter_get_capabilities),
238         (dvi_document_file_exporter_iface_init):
239         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
240         (ps_document_file_exporter_do_page),
241         (ps_document_file_exporter_get_capabilities),
242         (ps_document_file_exporter_iface_init):
243         * backend/djvu/djvu-document.c:
244         (djvu_document_file_exporter_begin),
245         (djvu_document_file_exporter_end),
246         (djvu_document_file_exporter_get_capabilities),
247         (djvu_document_file_exporter_iface_init):
248         * backend/tiff/tiff-document.c:
249         (tiff_document_file_exporter_begin),
250         (tiff_document_file_exporter_get_capabilities),
251         (tiff_document_document_file_exporter_iface_init):
252         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
253         (pdf_document_file_exporter_do_page),
254         (pdf_document_file_exporter_get_capabilities),
255         (pdf_document_file_exporter_iface_init):
256         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
257         (ev_file_exporter_get_capabilities):
258         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
259         (idle_print_handler), (ev_print_job_print):
260         * shell/ev-jobs.c: (ev_job_print_run):
261         * shell/ev-window.c: (ev_window_print_send),
262         (ev_window_print_range):
263
264         Use capabilities to know which options should be offered by the
265         print dialog depending on the document backend.
266
267 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
270
271         Give priority to forms over text to set the cursor.
272
273 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/ev-view-private.h:
276         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
277         (ev_view_leave_notify_event), (ev_view_finalize),
278         (ev_view_get_property), (ev_view_class_init):
279
280         Use IBEAM cursor for text form fields and NORMAL cursor for read
281         only fields. Remove unused status attribute.
282
283 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
286
287         Update region for current selected items also for checkbox
288         buttons, since they can behave as radio buttons when they are in a
289         set.
290
291 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * configure.ac:
294         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
295
296         Get max length of text form fields.
297
298 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
301         * libdocument/ev-form-field.h:
302         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
303
304         Fix build with current poppler cvs head.
305
306 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * cut-n-paste/zoom-control/ephy-zoom-control.c:
309         * shell/eggfindbar.c: (egg_find_bar_init):
310
311         Fix build with gtk+ >= 2.11.5 due to gtktooltips
312         deprecation. Fixes bug #455667
313
314 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
315
316         * NEWS:
317         * configure.ac:
318         
319         Update for release 0.9.2
320
321 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * shell/ev-view.c: (ev_view_form_field_text_save),
324         (ev_view_form_field_choice_save):
325
326         Fix a crash when closing whith a form widget visible.
327
328 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
331
332         Update also the region of the current selected button when
333         clicking on another button if they are radio buttons.
334
335 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
336
337         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
338         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
339         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
340         (ev_pixbuf_cache_get_link_mapping),
341         (ev_pixbuf_cache_get_image_mapping),
342         (ev_pixbuf_cache_get_form_field_mapping),
343         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
344         * shell/ev-view.c: (ev_view_form_field_get_region),
345         (ev_view_form_field_button_create_widget),
346         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
347         (job_finished_cb):
348
349         Redraw only form field region instead of the whole page when
350         reloading a page to show changes on the form field.
351
352 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-view.c: (ev_view_form_field_choice_save):
355
356         Fix selection of first item in list form fields.
357
358 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
361         (ev_pixbuf_cache_reload_page),
362         (ev_pixbuf_cache_get_form_field_mapping):
363
364         Some refactoring to avoid duplicated code.
365
366 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * configure.ac:
369         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
370         (ev_form_field_from_poppler_field),
371         (pdf_document_forms_get_form_fields),
372         (pdf_document_forms_form_field_text_get_text),
373         (pdf_document_forms_form_field_text_set_text),
374         (pdf_document_forms_form_field_button_set_state),
375         (pdf_document_forms_form_field_button_get_state),
376         (pdf_document_forms_form_field_choice_get_item),
377         (pdf_document_forms_form_field_choice_get_n_items),
378         (pdf_document_forms_form_field_choice_is_item_selected),
379         (pdf_document_forms_form_field_choice_select_item),
380         (pdf_document_forms_form_field_choice_toggle_item),
381         (pdf_document_forms_form_field_choice_unselect_all),
382         (pdf_document_forms_form_field_choice_set_text),
383         (pdf_document_forms_form_field_choice_get_text),
384         (pdf_document_document_forms_iface_init):
385         * libdocument/Makefile.am:
386         * libdocument/ev-form-field.[ch]:
387         * libdocument/ev-document-forms.[ch]:
388         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
389         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
390         (add_job), (ev_pixbuf_cache_reload_page),
391         (ev_pixbuf_cache_get_form_field_mapping):
392         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
393         * shell/ev-view-private.h:
394         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
395         (ev_view_handle_cursor_over_xy),
396         (ev_view_get_form_field_at_location),
397         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
398         (ev_view_form_field_button_create_widget),
399         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
400         (ev_view_form_field_text_create_widget),
401         (ev_view_form_field_choice_save),
402         (ev_view_form_field_choice_changed),
403         (ev_view_form_field_choice_create_widget),
404         (ev_view_handle_form_field), (ev_view_size_allocate),
405         (ev_view_realize), (draw_end_presentation_page),
406         (ev_view_button_press_event), (ev_view_remove_all),
407         (ev_view_motion_notify_event), (ev_view_key_press_event),
408         (ev_view_enter_notify_event), (highlight_find_results),
409         (draw_loading_text), (draw_one_page), (ev_view_destroy),
410         (ev_view_class_init), (page_changed_cb),
411         (on_adjustment_value_changed), (ev_view_set_presentation),
412         (merge_selection_region), (ev_view_set_cursor),
413         (ev_view_reset_presentation_state):
414         
415         Merge evince-forms branch.
416
417 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
418
419         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
420
421         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
422         This script also updates itself from libegg
423
424         * cut-n-paste/toolbar-editor/egg*:
425         Run update-toolbareditor-from-libegg.sh so we are in sync again with
426         libegg
427
428 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
429
430         * shell/ev-window.c:
431         
432         Adds a nice icon to page action during toolbar editing.
433         See bug #452872.
434
435 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
436
437         * data/evince-toolbar.xml:
438         * shell/ev-window.c:
439         
440         Let user add a presentation and fullscreen icons on toolbar.
441         See bug #449734.
442
443 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
444
445         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
446
447         new script to keep in sync with toolbareditor in libegg
448
449         * cut-n-paste/toolbar-editor/*: 
450
451         Run update-toolbareditor-from-libegg so we are in sync again. 
452         Fixes bug #452850.
453         
454
455 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-sidebar-links.c: (job_finished_callback):
458
459         Do not connect selection changed signal more than once. Fixes bug
460         #349433.
461
462 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-window.c: (ev_window_view_sidebar_cb):
465
466         Do not change sidebar chrome flag when pressing F9 key in
467         presentation mode.
468
469 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * backend/pdf/ev-poppler.cc:
472         (pdf_document_thumbnails_get_dimensions):
473
474         Make sure thumbnails width and height is not <= 0. Fixes a crash
475         with some pdf documents which have really small pages.
476
477 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
478
479         * shell/main.c: (main):
480
481         Fixes program description translation issue.
482         Bug #450148.
483
484 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
485
486         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
487
488         Do not change current page when returning from black/white mode
489         in presentation. Fixes bug #415032.
490
491 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
492
493         * NEWS:
494         * configure.ac:
495         
496         Update for release 0.9.1
497
498 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
499
500         * backend/dvi/dvi-document.c:
501         (dvi_document_finalize),
502         (dvi_document_file_exporter_format_supported),
503         (dvi_document_file_exporter_begin),
504         (dvi_document_file_exporter_do_page),
505         (dvi_document_file_exporter_end),
506         (dvi_document_file_exporter_iface_init), (dvi_document_init):
507         
508         PDF exporter for dvi documents. Fixes bug #441319.
509
510 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (ev_window_clear_print_job):
513
514         Clear gtk print job when job has finished. Fixes bug #447612.
515
516 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-window.c: (ev_window_print_send),
519         (ev_window_print_dialog_response_cb), (ev_window_print_range):
520
521         Add preview button to print dialog. Fixes bug #445419.
522
523 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * backend/dvi/Makefile.am:
526         * backend/dvi/pixbuf-device.[ch]: Removed
527         * backend/dvi/cairo-device.[ch]: Added
528         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
529         * backend/dvi/dvi-document.c: (dvi_document_load),
530         (dvi_document_render), (dvi_document_finalize),
531         (dvi_document_thumbnails_get_thumbnail), (parse_color),
532         (dvi_document_do_color_special):
533         * libdocument/ev-document-misc.[ch]:
534         (ev_document_misc_pixbuf_from_surface):
535
536         Port dvi backend to cairo and fix a problem with colors. 
537
538 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-view.c: (draw_one_page):
541
542         Draw only visible region.
543
544 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * backend/djvu/djvu-document.c: (djvu_document_render):
547
548         Fix rotation in djvu backend.
549
550 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-pixbuf-cache.c: (job_finished_cb),
553         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
554         (ev_pixbuf_cache_get_image_mapping),
555         (ev_pixbuf_cache_get_text_mapping):
556
557         Redraw view every time we have a new surface. Fixes bug #443587.
558
559 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * libdocument/ev-document.c: (ev_document_info_free):
562
563         Fix memory leaks.
564
565 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * backend/dvi/dvi-document.c: (dvi_document_render),
568         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
569         * backend/impress/impress-document.c:
570         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
571         (impress_document_render), (impress_document_document_iface_init),
572         (impress_document_thumbnails_get_thumbnail):
573         * backend/djvu/djvu-document-private.h:
574         * backend/djvu/djvu-document.c: (djvu_document_render),
575         (djvu_document_finalize), (djvu_document_document_iface_init),
576         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
577         * backend/tiff/tiff-document.c: (tiff_document_render),
578         (tiff_document_render_pixbuf),
579         (tiff_document_document_iface_init):
580         * backend/pdf/ev-poppler.cc: (pdf_document_render),
581         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
582         (pdf_selection_render_selection):
583         * backend/comics/comics-document.c:
584         (comics_document_render_pixbuf), (comics_document_render),
585         (comics_document_document_iface_init):
586         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
587         (pixbuf_document_document_iface_init):
588         * libdocument/ev-document-misc.[ch]:
589         (ev_document_misc_surface_from_pixbuf),
590         (ev_document_misc_surface_rotate_and_scale):
591         * libdocument/ev-document.[ch]: (ev_document_render):
592         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
593         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
594         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
595         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
596         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
597         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
598         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
599         (render_finished_cb), (ev_job_render_run):
600         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
601         (merge_selection_region):
602
603         Use cairo image surfaces instead of GDK pixbufs for drawing pages
604         and selections.
605
606 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-window-title.c: (ev_window_title_update):
609
610         Fix memory leak.
611
612 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * shell/ev-view.c: (draw_loading_text):
615
616         Show loading text centered. Fixes bug #433061
617
618 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-sidebar-thumbnails.c:
621         (ev_sidebar_thumbnails_set_loading_icon):
622
623         Remove a mutex in the main thread that blocks the UI in heavy
624         documents.
625
626 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
629
630         Set points_set to TRUE so that selections don't disappear after a
631         zoom change.
632
633 2007-06-07  Michael Monreal  <infernux@web.de>
634
635         * data/icons/16x16/actions/Makefile.am:
636         * data/icons/16x16/actions/zoom.svg:
637         * data/icons/22x22/actions/Makefile.am:
638         * data/icons/22x22/actions/zoom.svg:
639         * data/icons/24x24/actions/Makefile.am:
640         * shell/ev-stock-icons.c:
641         * shell/ev-stock-icons.h:
642         * shell/ev-window.c:
643         
644         Zoom icon artwork. See bug #444795.
645
646 2007-06-05  Bastien Nocera  <hadess@hadess.net>
647
648         * shell/ev-metadata-manager.c: Remove extraneous function
649         (Closes: #444386)
650
651 2007-06-05  Bastien Nocera  <hadess@hadess.net>
652
653         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
654         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
655         (ev_metadata_manager_set), (ev_metadata_manager_save):
656         Simplify the timeout, no need for modified anymore
657
658 2007-06-05  Bastien Nocera  <hadess@hadess.net>
659
660         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
661         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
662         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
663         (ev_metadata_manager_save): Adapted patch from Arjan van de
664         Ven (arjan@linux.intel.com) to avoid the timeout running all the
665         time, saves on power (Closes: #443851)
666
667 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * configure.ac:
670         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
671         (pdf_selection_render_selection), (pdf_document_get_page_duration):
672
673         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
674
675 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
676
677         * shell/ev-window.c: (ev_window_add_history):
678
679         Check if history is NULL
680
681 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * libdocument/ev-image.c: (ev_image_finalize):
684         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
685         * libdocument/ev-attachment.c: (ev_attachment_finalize):
686         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
687         (ev_tmp_uri_unlink):
688
689         Add functions to delete temporary files created by evince in a safe
690         way.
691
692         * shell/ev-window.c: (ev_window_clear_local_uri),
693         (open_xfer_update_progress_callback),
694         (save_xfer_update_progress_callback), (ev_window_save_remote),
695         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
696         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
697         (attachment_save_dialog_response_cb),
698         (ev_attachment_popup_cmd_save_attachment_as):
699
700         Allow saving a copy of a document, image or attachment to a remote
701         location. Fixes bug #440754. 
702
703 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * configure.ac:
706         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
707
708         Fix build with current poppler from cvs head. 
709
710 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
711
712         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
713
714         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
715         directory exists.
716
717 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
718
719         * shell/ev-sidebar.c: (ev_sidebar_add_page):
720         * shell/ev-window.c:
721
722         Change sidebar ordering. Fixes bug #439939.
723
724 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
725
726         * backend/comics/Makefile.am:
727         
728         Fixes build with --without-libgnome.
729
730 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
731         
732         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
733
734         Update cursor and tooltip on page change and view scroll. Fixes bug
735         #439217.
736
737 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
738
739         * NEWS:
740         * configure.ac:
741         
742         Update for release 0.9.0
743
744 2007-05-14  Alaska Subedi <asubedi@gmail.com>
745
746         * backend/djvu/djvu-document-private.h:
747         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
748         (djvu_document_finalize),
749         (djvu_document_file_exporter_format_supported),
750         (djvu_document_file_exporter_begin),
751         (djvu_document_file_exporter_do_page),
752         (djvu_document_file_exporter_end),
753         (djvu_document_file_exporter_iface_init), (djvu_document_init):
754         
755         Implemented printing with djvu. Bug #437998.
756
757 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * backend/impress/zip.c:
760         Add missing ulong definition.
761
762         * backend/ps/ps-interpreter.c:
763         Add missing headers.
764
765         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
766
767 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
770
771         Add missing call to parent class dispose method. 
772
773 2007-05-12  Ross Burton  <ross@openedhand.com>
774
775         * shell/main.c:
776         Sync keybindings manually when building without libgnome
777         (#437925).
778
779 2007-05-12  Ross Burton  <ross@openedhand.com>
780
781         * shell/ev-window.c:
782         Respect the screen when opening help (#437866).
783
784 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * data/evince-ui.xml:
787         * shell/ev-application.[ch]: (get_print_settings_from_args),
788         (ev_application_open_uri_at_dest), (ev_application_open_uri),
789         (ev_application_open_uri_list):
790         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
791         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
792         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
793         (ev_window_cmd_view_reload), (lookup_printer_from_name),
794         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
795         (ev_window_dispose):
796         * shell/main.c: (arguments_parse):
797
798         Add print button in preview mode. Fixes bug #396475. 
799
800 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
801
802         * cut-n-paste/zoom-control/ephy-zoom.h:
803         
804         Fixes zoom level factors. See bug #408119 for details.
805
806 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
807
808         * backend/comics/comics-document.c: (comics_regex_quote),
809         (extract_argv):
810         
811         Correctly quote symbols. Fixes crash in the bug
812         #415370.
813
814 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
815
816         * shell/ev-navigation-action-widget.c:
817         (ev_navigation_action_widget_init),
818         (ev_navigation_action_widget_class_init),
819         (ev_navigation_action_widget_button_press_event):
820         
821         Connect to button-press event on correct widget. Fixes
822         bug #431988
823
824 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * shell/ev-application.c: (ev_application_open_window),
827         (ev_application_add_icon_path_for_screen),
828         (ev_application_open_uri_at_dest):
829         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
830         * shell/ev-navigation-action.c: (build_menu):
831         
832         Add app-specific icons to our icon theme. Fixes bug
833         #425508.
834
835 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * shell/ev-history.c: (ev_history_class_init),
838         (ev_history_add_link):
839         * shell/ev-history.h:
840         * shell/ev-navigation-action.c:
841         (ev_navigation_action_history_changed),
842         (ev_navigation_action_set_history), (build_menu),
843         (ev_navigation_action_finalize):
844         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
845         
846         Make navigation action unsensitive instead of showing
847         menu with unsensitive word. Fixes bug #417392.
848
849 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-application.[ch]: (ev_application_shutdown),
852         (ev_application_get_print_settings),
853         (ev_application_set_print_settings):
854         * shell/ev-window.c:
855
856         Remember print settings. Fixes bug #349102. 
857
858 2007-05-08  Christian Persch  <chpe@gnome.org>
859
860         * configure.ac:
861         * properties/ev-properties-view.c:
862
863         No need for a configure check; just use the GTK_CHECK_VERSION macro.
864         Bug #382438.
865
866 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * configure.ac:
869         * properties/ev-properties-view.c: (ev_regular_paper_size):
870
871         Use gtk+ builtin paper list to identify the document's paper size.
872         Fixes bug #382438. 
873
874 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * configure.ac:
877
878         Fix build when compiling with thumbnailer and libgnome support. 
879
880 2007-05-04  Ross Burton  <ross@openedhand.com>
881
882         * configure.ac:
883         Add --without-libgnome, check for libgnome and libgnomeui
884         separately, and add them to the symbols as required.
885
886         * libdocument/ev-file-helpers.c:
887         When building without libgnome, use g_get_user_config_dir instead
888         of gnome_user_dir_get.
889
890         * shell/ev-application.c:
891         When building without libgnome, don't use session management.
892
893         * shell/main.c:
894         When building without libgnome, don't use GnomeProgram or
895         initialise the authentication manager.
896
897         This fixes #328842.
898
899 2007-05-04  Ross Burton  <ross@openedhand.com>
900
901         * shell/ev-window.c:
902         Don't use libgnome to open help, instead call Yelp directly.
903
904 2007-05-04  Ross Burton  <ross@openedhand.com>
905
906         * shell/ev-sidebar-attachments.c:
907         Don't use libgnome to lookup icons for MIME types, instead copy
908         code from GTK+ to do it manually.
909
910 2007-05-04  Ross Burton  <ross@openedhand.com>
911
912         * configure.ac:
913         Add libxml to the dependencies for SHELL_CORE (#435818).
914
915 2007-05-02  Ross Burton  <ross@openedhand.com>
916
917         * configure.ac:
918         * Makefile.am:
919         Add --disable-thumbnailer (#434825)
920
921 2007-05-02  Ross Burton  <ross@openedhand.com>
922
923         * shell/ev-window.c:
924         Add missing includes, fix indentation.
925
926         * shell/main.c:
927         Fix indentation.
928
929 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
930
931         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
932         ev_application_open_uri_at_dest instead of ev_application_open_uri
933         preventing new document always being opened in a new window even if there
934         is an empty window.
935
936 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
937
938         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
939         (egg_recent_view_uimanager_finalize):
940         * properties/ev-properties-view.c: (ev_properties_view_dispose):
941         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
942         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
943         (ev_pixbuf_cache_dispose):
944         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
945         * shell/ev-tooltip.c: (ev_tooltip_dispose):
946         
947         Add missing chain to parent class methods. Fixes
948         bug #433128.
949
950 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
951
952         * data/Makefile.am (update-icon-cache): Updates
953         gtk-update-icon-cache in uninstall-hook.
954
955 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-window.c: (ev_window_setup_document),
958         (ev_window_set_document), (ev_window_load_job_cb):
959         * shell/ev-view.c: (setup_caches):
960         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
961
962         Start rendering pages before any other jobs. 
963
964 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-window.c: (ev_window_stop_fullscreen),
967         (ev_window_stop_presentation):
968
969         Update chrome visibility before window unfullscreen. 
970
971 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * data/Makefile.am:
974         * data/evince-ui.xml:
975         * shell/ev-stock-icons.[ch]:
976         * shell/ev-application.[ch]: (ev_application_shutdown),
977         (ev_application_init), (ev_application_get_toolbars_model):
978         * shell/ev-window.c: (update_chrome_visibility),
979         (fullscreen_toolbar_setup_item_properties),
980         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
981         (ev_window_run_presentation), (ev_window_stop_presentation),
982         (ev_window_run_preview), (ev_window_screen_changed),
983         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
984         (ev_window_dispose), (ev_window_init):
985
986         Make fullscreen toolbar always visible. Do not use egg toolbars for
987         fullscreen and preview modes since such toolbars are not editables.
988         Fixes bugs #300278, #338910 and #316188.  
989
990 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
991
992         * shell/ev-application.c:
993         * shell/ev-job-queue.c:
994         * shell/ev-metadata-manager.c:
995         * shell/ev-stock-icons.c:
996         * shell/ev-window.c:
997         * shell/main.c:
998         
999         Developers documentation updated.
1000
1001 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1004
1005         Check whether uri is valid before launching it. Fixes bug #427664.
1006
1007 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-window.c:
1010
1011         Change key accelerator for Open a Copy menu entry which is in conflict
1012         with Close. Fixes bug #427321.
1013
1014 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * NEWS:
1017         * configure.ac:
1018         
1019         Update for release 0.8.1
1020
1021 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1022
1023         * shell/ev-window.c: (setup_size_from_metadata):
1024         
1025         Do not make window bigger than screen. Fixes bug 
1026         #388985.
1027
1028 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1031         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1032
1033         Use default resolution when it's not provided by document. Fixes bug
1034         #408762.
1035
1036 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * configure.ac:
1039         * thumbnailer/Makefile.am:
1040         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1041         * thumbnailer/evince-thumbnailer.schemas.in:
1042         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1043
1044         Add support for ps, eps and compressed documents thumbnails. Do not
1045         ignore size parameter. 
1046
1047 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1048
1049         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1050         (dvi_document_do_color_special):
1051         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1052
1053         Implement font color specials in the DVI backend. Fixes bug #303651.
1054
1055 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1056
1057         Fixup the previous commit:
1058
1059         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1060         * shell/xdg-user-dir-lookup.c: Make the function non-static
1061         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1062
1063 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1064
1065         * shell/ev-window.c (file_open_dialog_response_cb): Use
1066         the xdg-user-dirs DOCUMENTS folder as default folder when
1067         opening a file chooser.  (#424858)
1068
1069         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1070         xdg-user-dirs.
1071
1072 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-window.c: (ev_window_load_job_cb):
1075
1076         Do not setup view from metadata on preview mode. 
1077
1078 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/main.c:
1081
1082         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1083
1084 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-view.c: (ev_view_primary_get_cb):
1087
1088         Check pointer != NULL before using it. Fixes bug #416841. 
1089
1090 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1091
1092         * NEWS:
1093         * configure.ac:
1094         
1095         Release 0.8.0
1096
1097 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1100
1101         Do not render thumbnails when sidebar thumbnail page is not visible
1102         at startup. Fixes bug #416447. 
1103
1104 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1105
1106         * data/evince.desktop.in.in:
1107
1108         "Application" is not a valid category in the freedesktop specification.
1109
1110 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * libdocument/ev-file-helpers.[ch]: (compression_run),
1113         (ev_file_uncompress), (ev_file_compress):
1114         * shell/ev-window.c: (file_save_dialog_response_cb):
1115
1116         Save document compressed when saving a copy of a compressed document.
1117         Fixes bug #334542.
1118
1119 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1122
1123         Allow deleting in goto window entry in presentation mode. 
1124
1125 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1126
1127         * Makefile.am: Dist MAINTAINERS.
1128
1129 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * shell/ev-window.c: (ev_window_update_actions):
1132
1133         Fix zoom shortcut keys when searching. Fixes bug #409828.
1134
1135 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-window.c: (ev_window_setup_document):
1138
1139         Fix crash when loading documents with only one page. 
1140
1141 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * backend/dvi/dvi-document.c:
1144         (dvi_document_thumbnails_get_dimensions),
1145         (dvi_document_thumbnails_get_thumbnail):
1146         * backend/impress/impress-document.c:
1147         (impress_document_thumbnails_get_thumbnail),
1148         (impress_document_thumbnails_get_dimensions):
1149         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1150         (ps_document_thumbnails_get_dimensions):
1151         * backend/djvu/djvu-document.c:
1152         (djvu_document_thumbnails_get_dimensions),
1153         (djvu_document_thumbnails_get_thumbnail):
1154         * backend/tiff/tiff-document.c:
1155         (tiff_document_thumbnails_get_thumbnail),
1156         (tiff_document_thumbnails_get_dimensions):
1157         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1158         (pdf_document_thumbnails_get_thumbnail),
1159         (pdf_document_thumbnails_get_dimensions):
1160         * backend/comics/comics-document.c:
1161         (comics_document_thumbnails_get_thumbnail),
1162         (comics_document_thumbnails_get_dimensions):
1163         * backend/pixbuf/pixbuf-document.c:
1164         (pixbuf_document_thumbnails_get_thumbnail),
1165         (pixbuf_document_thumbnails_get_dimensions):
1166         * libdocument/ev-document-thumbnails.[ch]:
1167         (ev_document_thumbnails_get_thumbnail),
1168         (ev_document_thumbnails_get_dimensions):
1169         * libdocument/ev-document-misc.[ch]:
1170         (ev_document_misc_get_thumbnail_frame):
1171         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1172         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1173         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1174         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1175         (ev_sidebar_thumbnails_refresh):
1176         * shell/ev-window.c: (ev_window_setup_document):
1177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1178
1179         Use an EvRenderContext for rendering thumbnails instead of a suggested
1180         width, so that different sized pages get sized proportionally.
1181
1182 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-view.c: (ev_view_button_press_event),
1185         (ev_view_key_press_event):
1186
1187         Fix critical warnings when there is no document loaded. 
1188
1189 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-page-action-widget.c:
1192         * shell/ev-navigation-action.c:
1193         * shell/ev-window.c:
1194
1195         Fix compile warnings. 
1196
1197 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * backend/djvu/djvu-text.h:
1200         * backend/djvu/djvu-document.c:
1201         * backend/djvu/djvu-text-page.c:
1202         * backend/djvu/djvu-links.c:
1203         * backend/djvu/djvu-text-page.h:
1204         * backend/djvu/djvu-text.c:
1205         
1206         Fix build on Mac. Fixes bug #392186. Patch by
1207         <ephraim_owns@hotmail.com>
1208
1209 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1212
1213         Restore cairo context before rendering every page when printing a PDF
1214         document into a PDF file. 
1215
1216 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * backend/ps/gstypes.h:
1219         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1220         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1221         (ps_document_thumbnails_get_thumbnail):
1222
1223         Handle PostScript page orientation. Fixes bug #318568.
1224
1225 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * backend/ps/Makefile.am:
1228         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1229         (document_load), (ps_document_load), (save_document),
1230         (save_page_list), (ps_document_get_n_pages),
1231         (ps_document_get_page_size), (ps_document_get_info),
1232         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1233         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1234         (ps_document_thumbnails_get_thumbnail),
1235         (ps_document_thumbnails_get_dimensions),
1236         (ps_document_document_thumbnails_iface_init):
1237         * backend/ps/ps.[ch]: (psgetpagebox):
1238         * backend/ps/ps-interpreter.[ch]:
1239
1240         Add support for thumbnails in ps backend. Fixes bug #164755. 
1241
1242 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * NEWS:
1245         * configure.ac:
1246         
1247         Release 0.7.2
1248
1249 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1252         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1253         (ev_window_dispose):
1254
1255         Use document thumbnail as window icon. Fixes bug #384442.
1256
1257 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1258
1259         * configure.ac:
1260
1261         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1262         duplicated adding application/x-bzpostscript instead. 
1263
1264 2007-02-11  Tom Parker  <palfrey@tevp.net>
1265
1266         * backend/ps/ps-document.c: (document_load):
1267
1268         Check return value of psscan before trying
1269         to use it. Fixes bug #372414.
1270
1271 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1274
1275         Fix invalid free in ev-page-cache. Fixes bug #404745.
1276
1277 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1278
1279         * test/Makefile.am:
1280         * test/test3.py:
1281         
1282         Added reload test case.
1283
1284 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * po/POTFILES.in:
1287         * backend/djvu/djvu-document.c: (djvu_document_load):
1288
1289         Check whether there are missing files in indirect multipage djvu
1290         documents. Fixes bug #361683. 
1291
1292 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1293
1294         * test/Makefile.am:
1295         * test/test-mime.bin:
1296         * test/test3.py:
1297         
1298         Added test for slow mime type
1299
1300 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1303
1304         Add some checks and call parent_class->finalize. Fixes bug #404745.
1305
1306 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1307
1308         * shell/ev-navigation-action.c: (connect_proxy):
1309         
1310         Fixes dropdown history menu. Thanks a lot Carlos!
1311
1312 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1315
1316         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1317         bug #373715.
1318
1319 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * backend/ps/ps.c: (psscan):
1322
1323         Fix memory leak. 
1324
1325 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * configure.ac:
1328         * libdocument/ev-file-helpers.c: 
1329
1330         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1331
1332 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * configure.ac:
1335         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1336         (ps_interpreter_start), (document_load), (save_document),
1337         (save_page_list):
1338         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1339         * libdocument/ev-document-factory.c:
1340         (ev_document_factory_get_from_mime), (get_document_from_uri),
1341         (free_uncompressed_uri), (ev_document_factory_get_document):
1342         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1343
1344         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1345
1346 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * libdocument/ev-document.h:
1349
1350         Fix typo in function name. 
1351
1352 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * backend/ps/ps-document.c: (ps_interpreter_finished),
1355         (ps_interpreter_start), (ps_interpreter_failed):
1356
1357         Handle ghostscript interpreter crashes. 
1358
1359 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-window.c: (ev_window_open_uri),
1362         (window_configure_event_cb):
1363
1364         Setup window size and position before showing it. Fixes bug #401711.
1365
1366 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/ps/Makefile.am:
1369         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1370         (ps_document_dispose), (ps_document_class_init),
1371         (ps_interpreter_input), (ps_interpreter_output),
1372         (ps_interpreter_error), (setup_interpreter_env),
1373         (ps_interpreter_start), (ps_interpreter_stop),
1374         (ps_interpreter_failed), (ps_interpreter_is_ready),
1375         (check_filecompressed), (document_load), (ps_document_load),
1376         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1377         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1378         (render_page):
1379
1380         Rework ps-document. Code cleanups, remove deprecated code. 
1381
1382 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-view.c: (ev_view_button_press_event):
1385
1386         Do not start an image drag and drop operation when pointer is on 
1387         text, so that we can select text when the whole background is an
1388         image. 
1389
1390 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-window.c: (ev_window_update_actions): 
1393
1394         Disable all zoom related actions during presentation mode. 
1395
1396 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1397
1398         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1399
1400         Do not zoom in or out on presentation mode. Fixes bug #401305.
1401
1402 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1403
1404         * shell/ev-navigation-action.c: (connect_proxy),
1405         (create_menu_item), (ev_navigation_action_class_init):
1406         
1407         Correctly show menu and fix crash when navigaton 
1408         action is out of toolbar visible area.
1409
1410 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1411
1412         * data/Makefile.am:
1413         * data/evince.1:
1414         
1415         Added man file
1416
1417 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1418
1419         * help/reference/* :
1420         * configure.ac:
1421         
1422         Added gtk-doc based documentation for Evince.
1423         Still in initial state but I hope it will
1424         grow.
1425         
1426         * configure.ac:
1427         
1428         Lower dbus requirement to 0.70
1429
1430 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-window.c: (ev_window_add_history):
1433
1434         Fix memory leak. 
1435
1436 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1439         * shell/ev-view.h:
1440         * shell/ev-window.c: (ev_window_add_history):
1441         
1442         Correctly handle named destination links
1443
1444 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * NOTES:
1447         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1448         * backend/pdf/ev-poppler.cc:
1449         * libdocument/ev-document-links.h:
1450         * libdocument/ev-link.c: (ev_link_get_page):
1451         * libdocument/ev-link.h:
1452         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1453         (ev_history_add_link):
1454         * shell/ev-history.h:
1455         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1456         (new_history_menu_item), (build_menu):
1457         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1458         * shell/ev-sidebar-links.c: (create_loading_model),
1459         (print_section_cb), (ev_sidebar_links_construct),
1460         (fill_page_labels), (update_page_callback_foreach),
1461         (update_page_callback), (job_finished_callback):
1462         * shell/ev-view.c: (ev_view_handle_link):
1463         * shell/ev-window.c: (ev_window_find_chapter),
1464         (ev_window_add_history), (view_handle_link_cb),
1465         (history_changed_cb):
1466         
1467         Implements another history variant
1468
1469 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-window.c: (view_external_link_cb):
1472         * shell/ev-view.c: (ev_view_button_release_event):
1473
1474         Open links in new window when clicking with middle button. 
1475
1476 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1477
1478         * shell/ev-navigation-action.c: (new_history_menu_item):
1479         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1480         * shell/ev-view.c: (ev_view_handle_link):
1481         * shell/ev-window.c:
1482         
1483         Store link before jump, not the destination. For me it 
1484         seems like more natural history behavior.
1485
1486 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1487
1488         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1489         (ev_navigation_action_class_init):
1490         * shell/ev-navigation-action.h:
1491         * shell/ev-page-action.c: (activate_cb):
1492         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1493         (ev_page_cache_set_current_page_history):
1494         * shell/ev-page-cache.h:
1495         * shell/ev-sidebar-thumbnails.c:
1496         (ev_sidebar_tree_selection_changed),
1497         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1498         * shell/ev-view-private.h:
1499         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1500         * shell/ev-view.h:
1501         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1502         (ev_window_setup_document), (ev_window_load_job_cb):
1503         * shell/ev-window.h:
1504         
1505         History finally works as expected.
1506
1507 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1510
1511         Do not update links treeview if it doesn't have a model assigned yet. 
1512
1513 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1516         (ev_sidebar_links_class_init), (update_page_callback):
1517
1518         Do not update links treeview when sidepane is not visible. 
1519
1520 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * shell/ev-marshal.list:
1523         * shell/ev-page-action.c: (activate_cb),
1524         (ev_page_action_class_init):
1525         * shell/ev-page-action.h:
1526         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1527         * shell/ev-window.c:
1528         
1529         Remove activate_link signal, not required.
1530
1531 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1532
1533         * shell/ev-navigation-action.c: (build_menu):
1534         
1535         Reorder menu items and build menu with fixed length.
1536
1537 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1538
1539         * shell/ev-view.c: (get_selected_text):
1540         
1541         Normalize text to fix ligatures problem. See bug
1542         #341947 for details.
1543
1544 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1547
1548         Fix memory leak in ev-page-cache. 
1549
1550 2007-01-25  Tom Parker <palfrey@tevp.net>
1551
1552         * backend/impress/impress-document.c: (impress_document_load),
1553         (impress_document_finalize), (impress_document_init):
1554         * properties/ev-properties-main.c: (ev_properties_get_pages):
1555         
1556         Correctly handle impress document errors. Fixes nautilus
1557         crash in property page #370491.
1558
1559 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1562         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1563         (ev_job_queue_remove_job):
1564         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1565         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1566         (ev_job_load_run):
1567         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1568         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1569         (ev_window_load_job_cb), (xfer_update_progress_callback),
1570         (ev_window_open_uri), (ev_window_dispose):
1571         * shell/main.c: (main):
1572
1573         Do file transfer asynchronously in the main thread instead of
1574         synchronously in the load thread. Fixes bugs #399694, #398307 and
1575         #343542.
1576
1577 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * shell/ev-jobs.c: (ev_job_xfer_run):
1580
1581         Load the document with the font-config lock held. 
1582
1583 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * backend/ps/ps-document.c: (start_interpreter):
1586
1587         Fix memory leaks in ps backend. 
1588
1589 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/impress/impress-document.c:
1592         (impress_document_render_pixbuf):
1593
1594         Do not acquire fontconfig lock in impress backend, since it is using
1595         the main loop for rendering. 
1596
1597 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * po/POTFILES.in: 
1600
1601         Remove mdvi files that shouldn't be translated. 
1602
1603 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-view-private.h:
1606         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1607         (ev_view_set_zoom):
1608
1609         Render "loading..." text into a cairo surface instead of directly into
1610         the window so that fontconfig lock is only needed once and UI is not
1611         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1612
1613 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1616         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1617
1618         Use icon theme associated with the window screen rather than default. 
1619
1620 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1621
1622         * configure.ac:
1623
1624         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1625
1626 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1627
1628         * data/icons/*/apps/evince.*:
1629
1630         Move Evince icons under new apps directory.
1631
1632         * data/icons/*/actions/*:
1633
1634         Add new custom themeable Evince icons: view-page-continuous, 
1635         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1636         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1637
1638         * configure.ac:
1639
1640         Add new directories to AC_CONFIG_FILES.
1641
1642         * shell/ev-stock-icons.c:
1643         * shell/ev-stock-icons.h:
1644
1645         Use new custom themeable icons.
1646
1647 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1650
1651         Do not draw white background page in presentation mode. 
1652
1653 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1654
1655         * shell/ev-view.c: Remove unused gnome-vfs include.
1656
1657 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1658
1659         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1660         
1661         Format string is corrected, fixes bug #397129.
1662
1663 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * shell/ev-window.c: (ev_window_setup_recent):
1666
1667         Do not include in recent menu inexistent documents. Fixes
1668         bug #339171.
1669
1670 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * po/POTFILES.skip: 
1673
1674         Update POTFILES.skip file according to current source tree. 
1675
1676 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * shell/ev-window.c: (file_save_dialog_response_cb):
1679
1680         Do Save a copy in atomic way. Fixes bug #328266. 
1681
1682 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1685
1686         Keep selected cell always visible in index treeview.
1687
1688 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1689         
1690         * shell/ev-view.c: (ev_view_size_allocate):
1691
1692         Restore horizontal scrollbar after switching to/from fullscreen
1693         or presentation mode. Fixes bug #331728.
1694
1695 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-view-private.h:
1698         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1699         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1700         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1701         (ev_view_can_zoom_out):
1702
1703         Use max and min scale values in the view iby taking dpi into account. 
1704
1705 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * configure.ac:
1708         * NEWS:
1709
1710         Release 0.7.1
1711
1712 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * shell/ev-window.c: (ev_window_print_send):
1715
1716         Send print job to printer with some settings set to default values,
1717         since we have already exported to a file according to such settings
1718         and they could be taken twice by some printers. 
1719
1720 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-jobs.c: (ev_job_xfer_run):
1723         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1724
1725         Show main window and load document with the font-config lock held. 
1726
1727 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * configure.ac:
1730         * shell/ev-application.c: (ev_application_register_service):
1731         * shell/main.c: (load_files_remote):
1732
1733         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1734
1735 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * doc/debugging.txt:
1738         
1739         Remove obsolete documentation.
1740
1741 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1742
1743         * Makefile.am:
1744         * backend/Makefile.am:
1745         * backend/comics/Makefile.am:
1746         * backend/djvu/Makefile.am:
1747         * backend/dvi/Makefile.am:
1748         * backend/ev-async-renderer.c:
1749         * backend/ev-async-renderer.h:
1750         * backend/ev-attachment.c:
1751         * backend/ev-attachment.h:
1752         * backend/ev-backend-marshal.c:
1753         * backend/ev-document-factory.c:
1754         * backend/ev-document-factory.h:
1755         * backend/ev-document-find.c:
1756         * backend/ev-document-find.h:
1757         * backend/ev-document-fonts.c:
1758         * backend/ev-document-fonts.h:
1759         * backend/ev-document-images.c:
1760         * backend/ev-document-images.h:
1761         * backend/ev-document-info.h:
1762         * backend/ev-document-links.c:
1763         * backend/ev-document-links.h:
1764         * backend/ev-document-misc.c:
1765         * backend/ev-document-misc.h:
1766         * backend/ev-document-security.c:
1767         * backend/ev-document-security.h:
1768         * backend/ev-document-thumbnails.c:
1769         * backend/ev-document-thumbnails.h:
1770         * backend/ev-document-transition.c:
1771         * backend/ev-document-transition.h:
1772         * backend/ev-document.c:
1773         * backend/ev-document.h:
1774         * backend/ev-file-exporter.c:
1775         * backend/ev-file-exporter.h:
1776         * backend/ev-image.c:
1777         * backend/ev-image.h:
1778         * backend/ev-link-action.c:
1779         * backend/ev-link-action.h:
1780         * backend/ev-link-dest.c:
1781         * backend/ev-link-dest.h:
1782         * backend/ev-link.c:
1783         * backend/ev-link.h:
1784         * backend/ev-render-context.c:
1785         * backend/ev-render-context.h:
1786         * backend/ev-selection.c:
1787         * backend/ev-selection.h:
1788         * backend/impress/Makefile.am:
1789         * backend/pdf/Makefile.am:
1790         * backend/pixbuf/Makefile.am:
1791         * backend/ps/Makefile.am:
1792         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1793         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1794         (start_interpreter), (stop_interpreter), (document_load),
1795         (ps_document_next_page), (render_page):
1796         * backend/tiff/Makefile.am:
1797         * comics/Makefile.am:
1798         * comics/comics-document.c:
1799         * comics/comics-document.h:
1800         * configure.ac:
1801         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1802         * djvu/Makefile.am:
1803         * djvu/djvu-document-private.h:
1804         * djvu/djvu-document.c:
1805         * djvu/djvu-document.h:
1806         * djvu/djvu-links.c:
1807         * djvu/djvu-links.h:
1808         * djvu/djvu-text-page.c:
1809         * djvu/djvu-text-page.h:
1810         * djvu/djvu-text.c:
1811         * djvu/djvu-text.h:
1812         * dvi/Makefile.am:
1813         * dvi/dvi-document.c:
1814         * dvi/dvi-document.h:
1815         * dvi/fonts.c:
1816         * dvi/fonts.h:
1817         * dvi/mdvi-lib/Makefile.am:
1818         * dvi/mdvi-lib/afmparse.c:
1819         * dvi/mdvi-lib/afmparse.h:
1820         * dvi/mdvi-lib/bitmap.c:
1821         * dvi/mdvi-lib/bitmap.h:
1822         * dvi/mdvi-lib/color.c:
1823         * dvi/mdvi-lib/color.h:
1824         * dvi/mdvi-lib/common.c:
1825         * dvi/mdvi-lib/common.h:
1826         * dvi/mdvi-lib/defaults.h:
1827         * dvi/mdvi-lib/dvimisc.c:
1828         * dvi/mdvi-lib/dviopcodes.h:
1829         * dvi/mdvi-lib/dviread.c:
1830         * dvi/mdvi-lib/files.c:
1831         * dvi/mdvi-lib/font.c:
1832         * dvi/mdvi-lib/fontmap.c:
1833         * dvi/mdvi-lib/fontmap.h:
1834         * dvi/mdvi-lib/fontsrch.c:
1835         * dvi/mdvi-lib/gf.c:
1836         * dvi/mdvi-lib/hash.c:
1837         * dvi/mdvi-lib/hash.h:
1838         * dvi/mdvi-lib/list.c:
1839         * dvi/mdvi-lib/mdvi.h:
1840         * dvi/mdvi-lib/pagesel.c:
1841         * dvi/mdvi-lib/paper.c:
1842         * dvi/mdvi-lib/paper.h:
1843         * dvi/mdvi-lib/pk.c:
1844         * dvi/mdvi-lib/private.h:
1845         * dvi/mdvi-lib/setup.c:
1846         * dvi/mdvi-lib/sp-epsf.c:
1847         * dvi/mdvi-lib/special.c:
1848         * dvi/mdvi-lib/sysdeps.h:
1849         * dvi/mdvi-lib/t1.c:
1850         * dvi/mdvi-lib/tfm.c:
1851         * dvi/mdvi-lib/tfmfile.c:
1852         * dvi/mdvi-lib/tt.c:
1853         * dvi/mdvi-lib/util.c:
1854         * dvi/mdvi-lib/vf.c:
1855         * dvi/pixbuf-device.c:
1856         * dvi/pixbuf-device.h:
1857         * impress/Makefile.am:
1858         * impress/common.h:
1859         * impress/document.c:
1860         * impress/f_oasis.c:
1861         * impress/f_oo13.c:
1862         * impress/iksemel.c:
1863         * impress/iksemel.h:
1864         * impress/imposter.h:
1865         * impress/impress-document.c:
1866         * impress/impress-document.h:
1867         * impress/internal.h:
1868         * impress/r_back.c:
1869         * impress/r_draw.c:
1870         * impress/r_geometry.c:
1871         * impress/r_gradient.c:
1872         * impress/r_style.c:
1873         * impress/r_text.c:
1874         * impress/render.c:
1875         * impress/render.h:
1876         * impress/zip.c:
1877         * impress/zip.h:
1878         * lib/Makefile.am:
1879         * lib/ev-debug.c:
1880         * lib/ev-debug.h:
1881         * lib/ev-file-helpers.c:
1882         * lib/ev-file-helpers.h:
1883         * lib/ev-gui.c:
1884         * lib/ev-gui.h:
1885         * lib/ev-tooltip.c:
1886         * lib/ev-tooltip.h:
1887         * libdocument/Makefile.am:
1888         * libdocument/ev-file-helpers.c:
1889         * pdf/Makefile.am:
1890         * pdf/ev-poppler.cc:
1891         * pdf/ev-poppler.h:
1892         * pixbuf/Makefile.am:
1893         * pixbuf/pixbuf-document.c:
1894         * pixbuf/pixbuf-document.h:
1895         * properties/Makefile.am:
1896         * ps/Makefile.am:
1897         * ps/gsdefaults.c:
1898         * ps/gsdefaults.h:
1899         * ps/gsio.c:
1900         * ps/gsio.h:
1901         * ps/gstypes.h:
1902         * ps/ps-document.c:
1903         * ps/ps-document.h:
1904         * ps/ps.c:
1905         * ps/ps.h:
1906         * shell/Makefile.am:
1907         * shell/ev-application.h:
1908         * shell/ev-sidebar-links.c:
1909         * shell/ev-sidebar-links.h:
1910         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1911         (ev_gui_menu_position_tree_selection):
1912         * shell/ev-utils.h:
1913         * shell/ev-view.c: (ev_view_finalize):
1914         * shell/ev-window.c:
1915         * shell/main.c: (main):
1916         * thumbnailer/Makefile.am:
1917         * tiff/Makefile.am:
1918         * tiff/tiff-document.c:
1919         * tiff/tiff-document.h:
1920         * tiff/tiff2ps.c:
1921         * tiff/tiff2ps.h:
1922         
1923         Reorganize source tree.
1924
1925 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * backend/ev-document-factory.c:
1928
1929         Do not include ev-poppler.h when pdf is disabled. 
1930
1931 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * configure.ac:
1934         * data/evince-ui.xml:
1935         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1936         (pdf_document_document_images_iface_init):
1937         * backend/Makefile.am:
1938         * backend/ev-document-images.[ch]:
1939         * backend/ev-image.[ch]:
1940         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1941         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1942         (ev_job_xfer_run):
1943         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1944         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1945         (ev_pixbuf_cache_get_image_mapping):
1946         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1947         (view_menu_popup_cb), (ev_window_dispose),
1948         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1949         (ev_view_popup_cmd_copy_image):
1950         * shell/ev-view-private.h:
1951         * shell/ev-view.c: (ev_view_get_image_at_location),
1952         (ev_view_do_popup_menu), (ev_view_popup_menu),
1953         (ev_view_button_press_event), (ev_view_drag_data_get),
1954         (ev_view_drag_motion), (ev_view_drag_data_received),
1955         (ev_view_motion_notify_event), (ev_view_button_release_event),
1956         (ev_view_finalize), (ev_view_class_init):
1957
1958         Add image handling support. Fixes bugs #310008 and #325047. Images
1959         selection is not supported yet. 
1960
1961 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1964         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1965         (ev_view_init):
1966
1967         Move view drag and drop stuff to ev-view.
1968
1969 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1972         * shell/ev-view.c: (clear_selection): 
1973
1974         Clear selection also in pixbuf cache.
1975
1976 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1977
1978         * data/evince.desktop.in.in:
1979         
1980         Change icon name in desktop file. See bug #390734
1981         for details.
1982
1983 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1984
1985         * thumbnailer/Makefile.am:
1986
1987         Use top_builddir instead top_srcdir for generated schema
1988         file installation. Fixes bug #390161.
1989
1990 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * configure.ac:
1993         * backend/Makefile.am:
1994         * backend/ev-document-transition.[ch]:
1995         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1996         (pdf_document_page_transition_iface_init):
1997         * shell/ev-view-private.h:
1998         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1999         (ev_view_set_presentation), (transition_next_page),
2000         (ev_view_presentation_transition_stop),
2001         (ev_view_presentation_transition_start), (ev_view_next_page):
2002
2003         Add page transition support in presentation mode. At the moment only
2004         page duration is supported, but not transition effects. Fixes bug
2005         #309815.
2006
2007 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2010
2011         Run find_link_dest with document lock held, since it's called by links
2012         thread and main thread at the same time. 
2013
2014 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * shell/ev-view.c: (goto_dest):
2017
2018         Update page-cache when page is changed by the view, so that
2019         page-changed signal is emitted. 
2020
2021 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * test/test1.py:
2024         * test/test2.py:
2025
2026         Use C locale in tests. 
2027
2028 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * shell/ev-window.c: (ev_window_run_presentation):
2031         * shell/ev-view-private.h:
2032         * shell/ev-view.c: (ev_view_set_presentation):
2033
2034         Restore zoom settings when back from presentation mode. 
2035
2036 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2037
2038         * shell/ev-window.c: (ev_window_run_presentation):
2039
2040         Always use "best fit" zoom in presentation mode.
2041         Fixes bug #389195.
2042
2043 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2044
2045         * shell/ev-view.c: (ev_view_goto_window_create):
2046
2047         Show "Jump to page" label in the page jumping popup in
2048         presentation mode instead of just a GtkEntry.
2049
2050 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-window.c: (launch_external_uri):
2053
2054         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2055         #378085.
2056
2057 2006-12-22  Elijah Newren  <newren gmail com>
2058
2059         * configure.ac: explicitly check for libxml2.  Fixes #388795
2060
2061 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * shell/ev-view-private.h:
2064         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2065         (ev_view_goto_window_delete_event), (key_is_numeric),
2066         (ev_view_goto_window_key_press_event),
2067         (ev_view_goto_window_button_press_event),
2068         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2069         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2070         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2071
2072         Allow jumping to another page by typing a page number in presentation
2073         mode. It uses a popup window with an entry. Fixes bug #353625.
2074
2075 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2076
2077         * configure.ac:
2078         * properties/ev-properties-view.c: (ev_get_default_user_units),
2079         (ev_regular_paper_size):
2080         
2081         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2082         to Damien Carbery <damien.carbery@sun.com> and
2083         Yevgen Muntyan <muntyan@tamu.edu>.
2084
2085 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2086
2087         * shell/ev-window.c: (setup_document_from_metadata):
2088
2089         Make sure Evince doesn't restore the view on the last
2090         page when a document is reopened. Fixes bug #383381.
2091
2092 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2093
2094         * shell/ev-view.c: (draw_loading_text):
2095
2096         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2097
2098 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * configure.ac:
2101         * NEWS:
2102
2103         Release 0.7.0
2104
2105 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * configure.ac:
2108         * pdf/ev-poppler.cc: (pdf_print_context_free),
2109         (pdf_document_file_exporter_begin),
2110         (pdf_document_file_exporter_do_page):
2111
2112         Make cairo-pdf depedency optional. 
2113
2114 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2117
2118         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2119
2120 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2123         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2124         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2125         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2126         * shell/ev-view.c: (draw_loading_text):
2127         * shell/ev-window.c: (ev_window_cmd_file_properties):
2128
2129         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2130         related to using FontConfig from different threads.
2131         
2132 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-view.c: (draw_loading_text):
2135
2136         Acquire lock document when drawing "Loading..." text so that only one
2137         thread will use FontConfig at the same time. Fixes bug #374750.
2138
2139 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * shell/ev-page-action.[ch]: (activate_cb):
2142         * shell/ev-window.c: (activate_label_cb):
2143
2144         Check if text inserted in page entry is a valid page number when it
2145         doesn't match to any document page label. Fixes bug #383165.
2146
2147 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2148         * shell/ev-window.c:
2149
2150         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2151         available with GTK < 2.10. Added an ifdef to avoid compilation
2152         error.
2153
2154 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * configure.ac:
2157         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2158
2159         Fix ps backend in multihead systems.
2160
2161 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2164         * shell/ev-window.c: (ev_window_get_screen_dpi),
2165         (ev_window_update_actions), (setup_view_from_metadata),
2166         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2167
2168         Take screen DPI into account when zooming. Fixes bug #318285.
2169
2170 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2171
2172         * data/Makefile.am:
2173
2174         Cleaned up/slightly refactored Makefile.am. Added GConf
2175         schemas uninstallation as well.
2176
2177 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2178
2179         * Makefile.am:
2180         * test/Makefile.am:
2181
2182         Fight with autotools to fix make check. Make distcheck
2183         works fine as well now!
2184
2185 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2186
2187         * shell/ev-view.c: (draw_end_presentation_page):
2188
2189         Corrected "end of presentation" string.
2190
2191 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2192
2193         * shell/ev-view.c: (ev_view_key_press_event):
2194
2195         Correctly propagate key press event so that up/down keys
2196         work as expected (correct behaviour was broken by
2197         black/white screen key bindings for presentations).
2198
2199 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2202         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2203         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2204         (pdf_selection_get_selection_region),
2205         (pdf_selection_get_selection_map):
2206
2207         Add "static" to some private functions. 
2208
2209 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2210
2211         * lib/ev-tooltip.h:
2212         * properties/ev-properties-view.h:
2213         * shell/ev-jobs.h:
2214         * shell/ev-properties-dialog.h:
2215         * shell/ev-properties-fonts.h:
2216         * shell/ev-sidebar-links.h:
2217         * shell/ev-sidebar-thumbnails.h:
2218         * shell/ev-sidebar.h:
2219         * shell/ev-window.h:
2220         
2221         Fixes CHACK type in class casts. See bug #385343
2222         for details.
2223
2224 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-view-private.h:
2227         * shell/ev-view.c: (draw_end_presentation_page),
2228         (ev_view_expose_event), (ev_view_key_press_event),
2229         (ev_view_class_init), (ev_view_init):
2230
2231         Blank screen in presentation mode when pressing 'b' (filling with
2232         black) or 'w' (filling with white) keys. Fixes bug #358132.
2233
2234 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2235
2236         * data/evince-toolbar.xml:
2237         * shell/ev-window.c:
2238         
2239         Use stock icon for Select All action. Fixes
2240         bug #382652.
2241
2242 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2243
2244         * shell/ev-view.c: (get_doc_point_from_offset),
2245         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2246
2247         Add links support in rotated documents. Fixes bug #343733.
2248
2249 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-view-private.h:
2252         * shell/ev-view.c: (draw_end_presentation_page),
2253         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2254
2255         Show a blank page after the last page in presentation mode with a
2256         message indicating that presentation has finished and how to exit. 
2257
2258 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-window.c: (fullscreen_timeout_cb):
2261
2262         Hide cursor after a while in presentation mode. 
2263
2264 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2265
2266         * backend/ev-document-info.h:
2267         * data/evince-properties.glade:
2268         * pdf/ev-poppler.cc:
2269         * properties/ev-properties-view.c: (ev_regular_paper_size),
2270         (ev_properties_view_set_info):
2271         * ps/ps-document.c: (ps_document_get_info):
2272
2273         Adds a paper size field to the properties dialog. Fixes
2274         bug #307315. Patch by Kasper Svendsen (with some i18n
2275         changes done by me).
2276
2277 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2278
2279         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2280         (screensaver_init_dbus), (totem_scrsaver_new),
2281         (totem_scrsaver_init):
2282         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2283         * shell/ev-application.c: (ev_application_register_service),
2284         (ev_application_screensaver_enable),
2285         (ev_application_screensaver_disable):
2286         * shell/ev-application.h:
2287         * shell/ev-window.c: (ev_window_run_presentation),
2288         (ev_window_stop_presentation), (build_comments_string),
2289         (ev_window_init):
2290         
2291         Move screensaver handling to application. No more
2292         message on startup.
2293
2294 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * configure.ac:
2297         * backend/Makefile.am:
2298         * backend/ev-file-exporter.[ch]:
2299         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2300         * ps/ps-document.c: (ps_document_file_exporter_*):
2301         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2302         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2303         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2304         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2305
2306         Allow printing to PDF when suppoted by the backend.
2307         
2308 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-window.c: (build_comments_string):
2311
2312         Use always "Document Viewer" in about dialog. 
2313
2314 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * djvu/djvu-document.c: (djvu_document_get_page_size):
2317
2318         Display a warning message when get_pageinfo fails. 
2319
2320 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2321
2322         * Makefile.am:
2323         * backend/Makefile.am:
2324         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2325         * configure.ac:
2326         * shell/ev-window.c: (build_comments_string):
2327         
2328         Make pdf compilation optional. See bug #38007.
2329
2330 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * ps/ps.c: (get_next_text):
2333
2334         Fix CVE-2006-5864.
2335
2336 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2339         * shell/ev-navigation-action.c: (connect_proxy),
2340         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2341         
2342         Do not call g_type_class_peek_parent twice.
2343
2344 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2345
2346         * configure.ac:
2347         * data/icons/24x24/.cvsignore:
2348         * data/icons/24x24/Makefile.am:
2349         * data/icons/24x24/evince.png:
2350         * data/icons/Makefile.am:
2351         
2352         Add 24x24 icon. Thanks to 
2353         Michael Monreal <infernux@web.de>.
2354
2355 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * configure.ac: Fix typo in configure.ac. Thanks
2358         to dmacks@netspace.org for notification.
2359
2360 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2361
2362         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2363         
2364         Drop dbus include, fixes compilation with older dbus.
2365
2366 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2367
2368         * configure.ac:
2369         * cut-n-paste/Makefile.am:
2370         * cut-n-paste/totem-screensaver/.cvsignore
2371         * cut-n-paste/totem-screensaver/Makefile.am:
2372         * cut-n-paste/totem-screensaver/README:
2373         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2374         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2375         * shell/Makefile.am:
2376         * shell/ev-window.c: (ev_window_run_presentation),
2377         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2378         (ev_window_init):
2379
2380         Implemented screensaver enabling/disabling for
2381         presentation mode (not fullscreen mode). Code stolen
2382         from Totem (with some minor tweaks). Fixes bug #338889.
2383
2384 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2385
2386         * configure.ac:
2387
2388         Bump gnome-icon-theme requirements. We use the rotation
2389         icons that appeared recently.
2390
2391 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2392
2393         * shell/ev-history.c: (ev_history_add_page):
2394         * shell/ev-history.h:
2395         * shell/ev-window.c: (page_changed_cb):
2396         
2397         Use page labels instead of numbers.
2398
2399 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2400
2401         * data/evince-toolbar.xml:
2402         * po/POTFILES.in:
2403         * shell/Makefile.am:
2404         * shell/ev-navigation-action-widget.c:
2405         (ev_navigation_action_widget_init),
2406         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2407         (menu_detacher), (ev_navigation_action_widget_set_menu),
2408         (menu_position_func), (popup_menu_under_arrow),
2409         (ev_navigation_action_widget_toggled),
2410         (ev_navigation_action_widget_button_press_event):
2411         * shell/ev-navigation-action-widget.h:
2412         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2413         (ev_navigation_action_set_window), (activate_menu_item_cb),
2414         (new_history_menu_item), (new_empty_history_menu_item),
2415         (build_menu), (menu_activated_cb), (connect_proxy),
2416         (create_tool_item), (ev_navigation_action_init),
2417         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2418         * shell/ev-navigation-action.h:
2419         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2420         (ev_page_action_widget_set_page_cache),
2421         (ev_page_action_widget_finalize),
2422         (ev_page_action_widget_class_init), (match_selected_cb),
2423         (display_completion_text), (match_completion), (build_new_tree_cb),
2424         (get_filter_model_from_model),
2425         (ev_page_action_widget_update_model):
2426         * shell/ev-page-action-widget.h:
2427         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2428         (connect_proxy):
2429         * shell/ev-page-action.h:
2430         * shell/ev-stock-icons.c:
2431         * shell/ev-stock-icons.h:
2432         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2433         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2434         (register_custom_actions):
2435         * shell/main.c:
2436         
2437         Preliminary history implementation
2438
2439 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2440
2441         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2442         (dvi_document_class_init), (dvi_document_init_params):
2443         * dvi/mdvi-lib/font.c: (font_reference):
2444         
2445         Add reference to subfont. Fixes bug #374277.
2446
2447 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2450         (ev_window_cmd_file_open_copy_at_dest):
2451
2452         Fix a race condition when creating symlink. Increase the counter
2453         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2454         Mathias Hasselmann).
2455
2456 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * backend/Makefile.am:
2459         * backend/ev-attachment.c: (ev_attachment_open):
2460         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2461         (ev_tmp_dir), (ev_tmp_filename):
2462         * shell/ev-sidebar-attachments.c:
2463         (ev_sidebar_attachments_drag_data_get):
2464         * shell/ev-window.c: (ev_window_clear_temp_file):
2465
2466         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2467         in ensure_dir_exists. Abort without crashing when we can't create
2468         user's directory.
2469
2470 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * data/evince-ui.xml:
2473         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2474         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2475         (ev_window_cmd_file_open_copy_at_dest),
2476         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2477         (ev_view_popup_cmd_open_link_new_window):
2478
2479         Allow opening a copy of the current document in a new window. Fixes bug
2480         #357472
2481
2482 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2483
2484         * data/evince-toolbar.xml:
2485         
2486         Add rotate right and rotate left to available items for toolbar.
2487         
2488         * data/evince-ui.xml:
2489         * shell/ev-window.c: (ev_window_init):
2490         
2491         Customize toolbar with right click. Fixes bug #372451.
2492
2493 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2494
2495         * shell/ev-window.c: 
2496         
2497         Use "object-rotate-{left,right}" stock icons. Fixes 
2498         bug #373863.
2499
2500 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2503         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2504         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2505         (ev_window_open_uri):
2506         * shell/main.c: (arguments_parse):
2507
2508         Remove temp file created when evince is used by GTK+ in
2509         preview mode. Fixes bug #365282. 
2510
2511 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2512
2513         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2514         
2515         Fixes bug #372474 - Side pane disabled when entering 
2516         and leaving fullscreen mode.
2517
2518 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2519
2520         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2521         * data/Makefile.am:
2522         * data/evince-preview-toolbar.xml:
2523         * data/evince-toolbar.xml:
2524         * shell/ev-application.c: (ev_application_shutdown),
2525         (ev_application_init), (ev_application_get_toolbars_model):
2526         * shell/ev-application.h:
2527         * shell/ev-window.c: (update_chrome_visibility),
2528         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2529         (ev_window_cmd_edit_toolbar), (ev_window_init):
2530         
2531         Fixes bug #364364 - toolbar editor shows zoom actions again.
2532
2533 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2536
2537         Do not take margins into consideration for paper size when printing.
2538         Really fixes bug #350491.
2539
2540 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * data/evince-ui.xml:
2543         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2544         (ev_window_cmd_file_print_setup),
2545         (ev_window_print_dialog_response_cb),
2546         (ev_window_setup_action_sensitivity):
2547
2548         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2549
2550 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-window.c: (ev_window_print_range):
2553
2554         Revert my previuos commit, since printing to PDF is not supported by
2555         evince yet. 
2556
2557 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * shell/ev-window.c: (ev_window_print_range):
2560
2561         Enable print to a PDF. Fixes bug #332121.
2562
2563 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-application-service.xml:
2566         * shell/ev-application.[ch]: (ev_application_open_window),
2567         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2568         (ev_application_open_uri), (ev_application_open_uri_list):
2569         * shell/ev-window.c: (file_open_dialog_response_cb),
2570         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2571         (drag_data_received_cb), (open_remote_link):
2572         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2573
2574         Add support for multiscreen systems. Fixes bug #316206.
2575
2576 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * shell/ev-jobs.[ch]: (ev_job_print_new),
2579         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2580         (ev_job_print_do_page):
2581         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2582
2583         Allow printing only odd/even pages. Fixes bug #367289.
2584
2585 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2586
2587         * test/test1.py:
2588         * test/test2.py:
2589
2590         Re-add locale settings to test files.
2591
2592 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * data/evince-ui.xml:
2595         * shell/ev-window.c: (set_action_properties):
2596         
2597         Removed garbage from code and ui.
2598
2599 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2600
2601         * shell/ev-window.c: (ev_window_cmd_help_about):
2602
2603         Shamelessly add my name to the list of contributors.
2604
2605 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2606
2607         * test/test1.py:
2608         * test/test2.py:
2609
2610         Cleaned up the dogtail scripts.
2611
2612 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2613
2614         * shell/ev-view.c: (draw_loading_text): Don't render
2615         "loading..." text in presentation mode. Temporary
2616         workaround for bug #320352.
2617
2618 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2621         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2622
2623         Use print settings scale, copies, collate and reverse which were
2624         ignored. Fixes bug #359032.
2625
2626 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2627
2628         * configure.ac:
2629         * data/evince-password.glade:
2630         * test/Makefile.am:
2631         * test/test-encrypt.pdf:
2632         * test/test-links.pdf:
2633         * test/test1.py:
2634         * test/test2.py:
2635
2636         Add automated UI tests for evince with dogtail. See
2637         bug #300948.    
2638
2639 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2642
2643         Hide fullscreen toolbar when switching to another desktop workspace.
2644         Fixes bug #338871
2645
2646 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2647
2648         * shell/ev-window-title.c: 
2649         
2650         Test for .dvi in title of pdf documents.
2651
2652 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2653
2654         * shell/ev-view.c: (ev_view_scroll):
2655
2656         Page Up/Down should do page jumps in "Best fit" mode.
2657         If a user has explicitly chosen to view exactly one page
2658         at a time, scrolling just a part of the page when
2659         pressing Page Up/Down is not right. Fixes bug #323107.
2660
2661 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2662
2663         * NEWS:
2664         * configure.ac:
2665         
2666         Update for 0.6.1
2667
2668 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2669
2670         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2671         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2672         
2673         Correctly disconnect from job signals on destroy.
2674
2675 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * shell/ev-view-private.h:
2678         * shell/ev-view.c: (view_set_adjustment_values),
2679         (view_update_range_and_current_page),
2680         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2681         
2682         Fixes bug #343199, current page now follows find page.
2683
2684 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2685
2686         * backend/ev-document-factory.c:
2687         * configure.ac:
2688         Assigned OpenDocument presenation MIME type to the
2689         Impress backend. Added some missing (but harmless)
2690         #ifdefs in the document factory as well to make things
2691         consistent again. Fixes bug #360658.
2692
2693 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2694
2695         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2696         * backend/ev-document-find.c: (ev_document_find_get_type):
2697         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2698         * backend/ev-document-links.c: (ev_document_links_get_type):
2699         * backend/ev-document-security.c: (ev_document_security_get_type):
2700         * backend/ev-document-thumbnails.c:
2701         (ev_document_thumbnails_get_type):
2702         * backend/ev-document.c: (ev_document_get_type):
2703         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2704         * backend/ev-selection.c: (ev_selection_get_type):
2705         * cut-n-paste/recent-files/egg-recent-model.c:
2706         (egg_recent_model_get_type):
2707         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2708         (egg_recent_view_uimanager_get_type):
2709         * cut-n-paste/recent-files/egg-recent-view.c:
2710         (egg_recent_view_get_type):
2711         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2712         (egg_editable_toolbar_get_type):
2713         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2714         (egg_toolbar_editor_get_type):
2715         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2716         (egg_toolbars_model_get_type):
2717         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2718         (egg_tree_multi_drag_source_get_type):
2719         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2720         (ephy_zoom_action_get_type):
2721         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2722         (ephy_zoom_control_get_type):
2723         * impress/r_back.c: (_imp_fill_back):
2724         * properties/ev-properties-main.c:
2725         (ev_properties_plugin_register_type):
2726         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2727         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2728         (ev_view_accessible_factory_get_type):
2729
2730         Reduce relocations. Bug #360616.
2731
2732 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2733
2734         * backend/ev-document-factory.c:
2735         (ev_document_factory_get_document):
2736         
2737         Load document even if extension is wrong.
2738
2739 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2740
2741         * shell/ev-metadata-manager.c: (save_values):
2742         * shell/ev-window.c: (setup_size_from_metadata),
2743         (setup_view_from_metadata), (ev_window_setup_document),
2744         (ev_window_xfer_job_cb), (window_configure_event_cb):
2745         
2746         Set size according to the document size/page size ratio.
2747         That should correct rather wierd behaviour of the previous
2748         commit.
2749
2750 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2751
2752         * shell/ev-window.c: (setup_view_from_metadata):
2753         
2754         Set size for new windows from previous window size.
2755         See bugs #354968 and #168450 for details. Thanks
2756         to Meik Hellmund.
2757
2758 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * djvu/djvu-links.c: (build_tree):
2761
2762         Fix memory leak.
2763
2764 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2765
2766         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2767         
2768         Don't make sidebar close button insensitive. Fixes
2769         bug #357871.
2770
2771 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2772
2773         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2774         (ev_window_set_view_accels_sensitivity):
2775         
2776         Don't enable Slash on documents which don't support
2777         find. Fixes bug #358648.
2778
2779 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2780
2781         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2782         open dialog fall back to the current document uri if the
2783         filechooser hasn't been used before. Fixes bug #356980.
2784
2785 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2786
2787         * shell/ev-window.c: (ev_window_setup_recent), 
2788         (ev_window_get_recent_file_label):
2789
2790         Escape underscores in filenames of recent file items.
2791
2792 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2793
2794         * configure.ac:
2795         
2796         Bumped poppler requirements, really 0.5.3 is very 
2797         buggy, now we require 0.5.4.
2798
2799 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2800
2801         * djvu/Makefile.am:
2802         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2803         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2804         (djvu_document_document_links_iface_init):
2805         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2806         (number_from_string_10), (get_djvu_link_dest),
2807         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2808         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2809         (djvu_links_get_links), (djvu_links_find_link_dest),
2810         (djvu_links_get_links_model):
2811         * djvu/djvu-links.h:
2812         
2813         Add support for links and bookmarks in djvu documents. Thanks
2814         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2815         patch.
2816
2817 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2820         
2821         Reopen should reload document. Fixes 
2822         bug 327951.
2823
2824 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2825
2826         * configure.ac:
2827         * data/Makefile.am:
2828         * data/evince-16.png:
2829         * data/evince-22.png:
2830         * data/evince.png:
2831         * data/evince.svg:
2832         * data/icons/16x16/Makefile.am:
2833         * data/icons/16x16/evince.png:
2834         * data/icons/22x22/Makefile.am:
2835         * data/icons/22x22/evince.png:
2836         * data/icons/48x48/Makefile.am:
2837         * data/icons/48x48/evince.png:
2838         * data/icons/Makefile.am:
2839         * data/icons/scalable/Makefile.am:
2840         * data/icons/scalable/evince.svg:
2841         
2842         Install icons with correct names. Fixes
2843         bug #354429.
2844
2845 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * shell/ev-view.c: (ev_view_button_release_event):
2848
2849         Don't open links with middle mouse button. Fixes bug #353649
2850
2851 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * NEWS:
2854         * configure.ac:
2855         
2856         Update for release 0.6.0
2857
2858 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2859
2860         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2861         Implement Close named action. Patch by Carlos Garcia Campos.
2862
2863 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2864
2865         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2866         
2867         Don't clear link mapping on copy_job_to_job_info. Fixes
2868         bug 346168.
2869
2870 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/main.c: (main):
2873
2874         Revert my previous commit, gnome_program_init owns the option context.
2875         Fix another memory leak in main. Both caught by Christian Persch. 
2876
2877 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/main.c: (main):
2880
2881         Fix memory leak.
2882
2883 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2886
2887         Fix crash when opening a pdf with password protection. 
2888
2889 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * pdf/ev-poppler.cc: (pdf_document_search_free):
2892
2893         Fix memory leak. 
2894
2895 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2896
2897         * backend/ev-document-factory.c:
2898         (ev_document_factory_get_document):
2899         * tiff/tiff-document.c: (tiff_document_finalize):
2900         
2901         More correct handling of document loading. Fixes
2902         bug #349043.
2903
2904 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * backend/ev-attachment.c: (ev_attachment_save):
2907
2908         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2909         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2910
2911 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2912         
2913         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2914         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2915
2916 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * shell/ev-sidebar-thumbnails.c:
2919
2920         Do not render thumbnails unless thumbnails page is active in the
2921         sidebar.
2922
2923 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2924
2925         * shell/ev-properties-dialog.c:
2926
2927         Fix dialogue spacing. Bug #351370.
2928
2929 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2930
2931         * configure.ac:
2932
2933         Use lowercase gettext catalog file names (evince.mo
2934         instead of Evince.mo)
2935
2936 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * shell/ev-sidebar-attachments.c:
2939
2940         GtkIconTheme is now screen safe too. Fixes bug #350878
2941
2942 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * shell/ev-window.c:
2945
2946         GtkRecent manager is now screen safe. Fixes bug #350145
2947
2948 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2949
2950         * shell/ev-sidebar.c: (ev_sidebar_init):
2951         
2952         Make sidebar close icon smaller. Fix for bug 350177.
2953         See also bugs 350176 and 165770.
2954
2955 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2958
2959         Ignore zoom for xyz destinations when it's <= 1, keeping user
2960         preferences instead. Set correct sizing-mode for fith and fitv
2961         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2962
2963 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2964
2965         * NEWS:
2966         * configure.ac:
2967         
2968         Update for release 0.5.5
2969
2970 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2971         
2972         * shell/ev-window.c: (ev_window_cmd_escape)
2973
2974         Escape unfocus page entry. Fixes bug #345809.
2975
2976 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2977
2978         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2979         (build_tree), (pdf_document_links_get_links),
2980         (pdf_document_links_find_link_dest):
2981         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2982         (goto_xyz_dest):
2983
2984         Convert from PDF style coordinates to X style coordinates in the
2985         backend rather than in the view. Fixes bug #338440
2986
2987 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-window.c:
2990         
2991         Remove Ctrl+Shift+T shortcut for toolbars. See
2992         the bug #350098.
2993
2994 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * configure.ac:
2997
2998         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2999         of this. 
3000
3001 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * configure.ac:
3004         * cut-n-paste/Makefile.am:
3005         * data/evince-ui.xml:
3006         * shell/Makefile.am:
3007         * shell/ev-application.[ch]:
3008         * shell/ev-window.c:
3009
3010         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3011         #349273
3012
3013 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3014
3015         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3016         findbar code: s/help/search/
3017
3018 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3019
3020         * shell/ev-window.c: (setup_document_from_metadata),
3021         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3022         (setup_view_from_metadata):
3023         
3024         Fix memory leaks.
3025
3026 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3027
3028         * autogen.sh, configure.ac: 
3029         
3030         Update automake usage. See bug 349292.
3031
3032 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * shell/eggfindbar.c: (egg_find_bar_class_init),
3035         (entry_activate_callback), (egg_find_bar_init),
3036         (egg_find_bar_set_status_text):
3037         * shell/eggfindbar.h:
3038         
3039         Unify Evince findbar with Epiphany. Nice patch
3040         from Fabricio Silva <silva@crans.org> and
3041         Frederic Peters <fpeters@entrouvert.com>. See
3042         bug #339966 for details.
3043
3044 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3045
3046         * data/evince.desktop.in.in:
3047         
3048         Correct information for bugzilla. Thanks to
3049         Olaf Vitters, see bug #348855.
3050
3051 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-jobs.[ch]:
3054         * shell/ev-sidebar-links.c:
3055         * shell/ev-window.[ch]:
3056
3057         GtkPrintJob doesn't support print ranges or current page, so we export
3058         to a ps file now when printing ranges or current page.
3059
3060 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3061
3062         * pdf/ev-poppler.cc:
3063         * shell/ev-window.c: (do_action_named):
3064
3065         We should be more clear about bugzilla. See the
3066         poppler bug #7623.
3067
3068 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * configure.ac:
3071         * shell/Makefile.am:
3072         * shell/ev-job-queue.c:
3073         * shell/ev-jobs.[ch]:
3074         * shell/ev-sidebar-links.c:
3075         * shell/ev-window.[ch]:
3076         
3077         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3078         #348422
3079
3080 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3081
3082         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3083         * shell/ev-application-service.xml:
3084         * shell/ev-application.[ch]:
3085         * shell/ev-jobs.[ch]:
3086         * shell/ev-window.[ch]: (ev_window_run_preview):
3087         * shell/main.c: 
3088
3089         Add preview mode to use evince as a printing previewer. It also adds
3090         other command line options for fullscreen and presentation modes.
3091         Fixes bugs #347822, #317031
3092
3093 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * NEWS:
3096         * configure.ac:
3097         
3098         Update for release 0.5.4
3099
3100 2006-07-11  Bastien Nocera <hadess@hadess.net>
3101
3102         * Makefile.am:
3103         * backend/Makefile.am:
3104         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3105         * backend/ev-document-factory.h:
3106         * configure.ac:
3107         * impress/.cvsignore:
3108         * impress/Makefile.am:
3109         * impress/common.h:
3110         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3111         (imp_get_page), (imp_next_page), (imp_prev_page),
3112         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3113         * impress/f_oasis.c: (render_object), (render_page),
3114         (get_geometry), (_imp_oasis_load):
3115         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3116         (_imp_oo13_load):
3117         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3118         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3119         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3120         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3121         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3122         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3123         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3124         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3125         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3126         (iks_new_within), (iks_insert), (iks_insert_cdata),
3127         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3128         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3129         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3130         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3131         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3132         (iks_cdata), (iks_cdata_size), (iks_has_children),
3133         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3134         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3135         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3136         (iks_tree), (iks_load), (iks_save):
3137         * impress/iksemel.h:
3138         * impress/imposter.h:
3139         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3140         (imp_render_draw_bezier_real), (imp_render_get_size),
3141         (imp_render_set_fg_color), (imp_render_draw_line),
3142         (imp_render_draw_rect), (imp_render_draw_polygon),
3143         (imp_render_draw_arc), (imp_render_draw_bezier),
3144         (imp_render_open_image), (imp_render_get_image_size),
3145         (imp_render_scale_image), (imp_render_draw_image),
3146         (imp_render_close_image), (imp_render_markup),
3147         (imp_render_get_text_size), (imp_render_draw_text),
3148         (impress_document_load), (impress_document_save),
3149         (impress_document_get_n_pages), (impress_document_get_page_size),
3150         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3151         (impress_document_finalize), (impress_document_class_init),
3152         (impress_document_can_get_text), (impress_document_get_info),
3153         (impress_document_document_iface_init),
3154         (impress_document_thumbnails_get_thumbnail),
3155         (impress_document_thumbnails_get_dimensions),
3156         (impress_document_document_thumbnails_iface_init),
3157         (impress_document_init):
3158         * impress/impress-document.h:
3159         * impress/internal.h:
3160         * impress/r_back.c: (_imp_fill_back):
3161         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3162         (_imp_draw_image), (_imp_tile_image):
3163         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3164         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3165         (r_polyline):
3166         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3167         (r_draw_gradient_complex), (r_draw_gradient):
3168         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3169         (r_get_bullet):
3170         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3171         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3172         (r_text):
3173         * impress/render.c: (imp_create_context), (imp_context_set_page),
3174         (imp_context_set_step), (imp_render), (imp_delete_context):
3175         * impress/render.h:
3176         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3177         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3178         (zip_load_xml), (zip_get_size), (zip_load):
3179         * impress/zip.h:
3180         * shell/ev-utils.c:
3181         
3182         New backend to support impress slides. Fixes bug #30867.
3183
3184 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3185
3186         * shell/ev-utils.c: (using_postscript_printer):
3187         
3188         Fixes crash when print using PAPI backend,
3189         bug #345012.
3190
3191 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3192
3193         * shell/ev-jobs.c: (ev_job_xfer_run):
3194         * shell/ev-window.c: (password_dialog_response),
3195         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3196         (ev_window_dispose):
3197         Fixes bug #344160: if the xfer job doesn't complete
3198         because a password is required, reload the existing
3199         instance instead of creating a new one.
3200
3201 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3202
3203         * shell/main.c: (main): Call gdk_threads_init. Thus
3204         we'll avoid errors in auth dialog. Fix for the bug
3205         #343347.
3206
3207 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3208
3209         * configure.ac: Advertise pixbuf support, fix
3210         for the bug 343317.
3211
3212 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3213
3214         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3215         (ev_sidebar_thumbnails_set_document):
3216         
3217         Update sidebar thumbnails after reloading.
3218
3219 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3220
3221         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3222         * shell/ev-jobs.h:
3223         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3224         (ev_window_cmd_view_reload), (ev_window_init):
3225         
3226         Don't crash on reload. Fix for the bug #343167.
3227
3228 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3229
3230         * shell/ev-jobs.c: (ev_job_render_run):
3231         
3232         Check for document links.
3233
3234 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * backend/ev-attachment.c: (ev_attachment_save),
3237         (ev_attachment_launch_app), (ev_attachment_open):
3238         * backend/ev-document-factory.c: (get_document_from_uri):
3239         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3240         (egg_recent_view_uimanager_set_list):
3241         * ps/ps-document.c: (check_filecompressed), (document_load),
3242         (ps_document_load):
3243         * shell/ev-metadata-manager.c: (load_values):
3244         * shell/ev-password.c: (ev_password_dialog_set_property):
3245         * shell/ev-view.c: (tip_from_link):
3246         * shell/ev-window.c: (file_save_dialog_response_cb),
3247         (ev_window_print_dialog_response_cb):
3248         
3249         Use consistent quoting style. Fix for the bug #320285.
3250
3251 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * shell/ev-jobs.c: (ev_job_xfer_run):
3254         * shell/main.c: (load_files):
3255                 
3256         Open links with anchors. Fix for the bug #339836.
3257
3258 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3259
3260         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3261         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3262         (ev_link_dest_set_property), (ev_link_dest_finalize),
3263         (ev_link_dest_class_init), (ev_link_dest_new_named),
3264         (ev_link_dest_new_page_label):
3265         * backend/ev-link-dest.h:
3266         * shell/ev-application.c: (ev_application_open_uri):
3267         * shell/ev-view.c: (goto_dest):
3268         * shell/ev-window.c:
3269         * shell/ev-window.h:
3270         
3271         Fix page-label command line option. Bug #342070.
3272
3273 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3274
3275         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3276         
3277         Don't show highlight rects if page can't be showed. Fix for 
3278         the bug #342076
3279
3280 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * shell/ev-window.c: (setup_sidebar_from_metadata),
3283         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3284         
3285         Setup sidebar from metadata even if there is no document
3286         loaded. Fix for the bug #342807.
3287
3288 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * cut-n-paste/toolbar-editor/Makefile.am:
3291         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3292         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3293         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3294         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3295         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3296         (popup_context_menu_cb), (button_press_event_cb),
3297         (configure_item_sensitivity), (configure_item_cursor),
3298         (configure_item_tooltip), (connect_widget_signals),
3299         (action_sensitive_cb), (create_item_from_action),
3300         (create_item_from_position), (toolbar_drag_data_received_cb),
3301         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3302         (toolbar_drag_leave_cb), (configure_drag_dest),
3303         (toggled_visibility_cb), (toolbar_visibility_refresh),
3304         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3305         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3306         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3307         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3308         (egg_editable_toolbar_dispose),
3309         (egg_editable_toolbar_set_ui_manager),
3310         (egg_editable_toolbar_get_selected),
3311         (egg_editable_toolbar_set_selected), (set_edit_mode),
3312         (egg_editable_toolbar_set_property),
3313         (egg_editable_toolbar_get_property),
3314         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3315         (egg_editable_toolbar_new_with_model),
3316         (egg_editable_toolbar_get_edit_mode),
3317         (egg_editable_toolbar_set_edit_mode),
3318         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3319         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3320         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3321         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3322         (item_added_or_removed_cb), (toolbar_removed_cb),
3323         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3324         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3325         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3326         (editor_create_item_from_name), (append_table),
3327         (update_editor_sheet), (egg_toolbar_editor_init):
3328         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3329         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3330         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3331         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3332         (toolbar_node_free), (egg_toolbars_model_get_flags),
3333         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3334         (egg_toolbars_model_get_name), (impl_add_item),
3335         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3336         (parse_data_list), (parse_item_list), (parse_toolbars),
3337         (egg_toolbars_model_load_toolbars), (parse_available_list),
3338         (parse_names), (egg_toolbars_model_load_names),
3339         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3340         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3341         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3342         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3343         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3344         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3345         (egg_toolbars_model_set_types), (fill_avail_array),
3346         (egg_toolbars_model_get_name_avail),
3347         (egg_toolbars_model_get_name_flags),
3348         (egg_toolbars_model_set_name_flags):
3349         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3350         * cut-n-paste/toolbar-editor/eggintl.h:
3351         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3352         (egg_tree_multi_drag_source_get_type),
3353         (egg_tree_multi_drag_source_row_draggable),
3354         (egg_tree_multi_drag_source_drag_data_delete),
3355         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3356         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3357         (path_list_free), (set_context_data), (get_context_data),
3358         (get_info), (egg_tree_multi_drag_drag_data_get),
3359         (egg_tree_multi_drag_motion_event),
3360         (egg_tree_multi_drag_button_press_event),
3361         (egg_tree_multi_drag_add_drag_support):
3362         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3363         * shell/ev-application.c: (ev_application_init),
3364         (ev_application_save_toolbars_model):
3365         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3366         (ev_window_cmd_edit_toolbar), (ev_window_init):
3367         
3368         Sync toolbareditor with epiphany and libegg
3369
3370 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * configure.ac: 
3373
3374         Depend on poppler 0.5.2
3375
3376 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * shell/ev-jobs.c: (ev_job_render_run):
3379         
3380         Check if document supports links iterface.
3381
3382 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * NEWS:
3385         * configure.ac:
3386         
3387         Update for release 0.5.3
3388
3389 2006-05-13  Michael Plump  <plumpy@skylab.org>
3390
3391         * configure.ac:
3392         * shell/Makefile.am:
3393         * shell/main.c: (main):
3394         
3395         Port to GOption command line parsing. Fix for the 
3396         bug #327518
3397
3398 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3399
3400         * shell/ev-window.c: (ev_window_cmd_help_about):
3401         
3402         Do not wrap license. Fix for the bug #309460.
3403
3404 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3405
3406         * configure.ac:
3407         * properties/ev-properties-main.c: (ev_properties_get_pages):
3408         * shell/ev-application.c: (ev_application_open_window),
3409         (ev_application_open_uri_at_dest):
3410         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3411         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3412         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3413         * shell/ev-utils.c: (save_print_config_to_file):
3414         * shell/ev-window.c: (ev_window_cmd_save_as),
3415         (ev_attachment_popup_cmd_save_attachment_as):
3416         * shell/main.c: (load_files_remote):
3417         
3418         Bump requirements to gtk 2.8 and drop all ifdefs used.
3419
3420 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3421
3422         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3423         * shell/ev-window.c: (ev_window_init):
3424         
3425         Show attachments page.
3426
3427 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * po/POTFILES.in:
3430         * shell/ev-attachment-bar.c:
3431         * shell/ev-attachment-bar.h:
3432         * shell/ev-sidebar-attachments.c:
3433         (ev_sidebar_attachments_icon_cache_add),
3434         (icon_theme_get_pixbuf_from_mime_type),
3435         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3436         (ev_sidebar_attachments_icon_cache_refresh),
3437         (ev_sidebar_attachments_get_attachment_at_pos),
3438         (ev_sidebar_attachments_popup_menu_show),
3439         (ev_sidebar_attachments_popup_menu),
3440         (ev_sidebar_attachments_button_press),
3441         (ev_sidebar_attachments_update_icons),
3442         (ev_sidebar_attachments_drag_data_get),
3443         (ev_sidebar_attachments_get_property),
3444         (ev_sidebar_attachments_destroy),
3445         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3446         (ev_sidebar_attachments_new),
3447         (ev_sidebar_attachments_set_document),
3448         (ev_sidebar_attachments_support_document),
3449         (ev_sidebar_attachments_get_label),
3450         (ev_sidebar_attachments_page_iface_init):
3451         * shell/ev-sidebar-attachments.h:
3452         * shell/ev-window.c: (update_chrome_visibility),
3453         (setup_sidebar_from_metadata), (ev_window_setup_document),
3454         (ev_window_sidebar_current_page_changed_cb),
3455         (attachment_bar_menu_popup_cb), (ev_window_init):
3456         
3457         Move attachments bar to sidebar.
3458
3459 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * pdf/ev-poppler.cc:
3462         * shell/ev-application.[ch]:
3463         * shell/main.c:
3464
3465         Fix some memory leaks.
3466
3467 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3468
3469         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3470
3471         Change the properties dialog response to
3472         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3473         will make the dialog go away when the user presses
3474         enter. With gtk+ >= 2.9 this will happen anyway, but for
3475         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3476         escape by default. Fixes bug #340539. See also bug
3477         #101293 for the gtk+ part.
3478
3479 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3480
3481         * shell/ev-view.c (tip_from_action_named): Replace some strings
3482         that were wrong. Closes #340970.
3483
3484 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3487
3488         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3489         #341049
3490
3491 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * djvu/Makefile.am:
3494         * dvi/Makefile.am:
3495         * dvi/mdvi-lib/Makefile.am:
3496         * properties/Makefile.am:
3497         * ps/Makefile.am:
3498         * shell/Makefile.am:
3499         * thumbnailer/Makefile.am:
3500         
3501         Due to broken libtool that is unable to track dependencies
3502         of noinst libraries we are forced to explicitely point
3503         libraries for binary. Fix for the bug #333334.
3504
3505 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3506
3507         * data/evince.desktop.in.in:
3508         * shell/ev-view.c: (view_update_range_and_current_page),
3509         (ev_view_next_page), (ev_view_previous_page):
3510         * shell/ev-window.c: (update_chrome_visibility),
3511         (setup_sidebar_from_metadata), (ev_window_setup_document),
3512         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3513         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3514         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3515         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3516         (ev_window_stop_presentation), (ev_window_focus_in_event),
3517         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3518         (ev_window_init):
3519         * thumbnailer/Makefile.am:
3520         
3521         Update fullscreen and presentation timeout handling. Hide
3522         cursor in presentation after timeout. Fix for the bugs
3523         #136359 and #336981.
3524
3525 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * backend/ev-link-action.[ch]:
3528         * pdf/ev-poppler.cc: (ev_link_from_action):
3529         * shell/ev-view-private.h:
3530         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3531         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3532
3533         Add support for Named Action links
3534
3535 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * backend/Makefile.am:
3538         * backend/ev-document-links.[ch]:
3539         * backend/ev-document.[ch]:
3540         * backend/ev-link-action.[ch]:
3541         * backend/ev-link-dest.[ch]:
3542         * backend/ev-link.[ch]:
3543         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3544         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3545         * shell/ev-page-action.c: (build_new_tree_cb):
3546         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3547         (links_page_num_func), (update_page_callback):
3548         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3549         (tip_from_link):
3550         * shell/ev-jobs.c:
3551         * shell/ev-window.[ch]: (ev_window_open_uri),
3552         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3553         * shell/ev-application.[ch]: (ev_application_open_window),
3554         (ev_application_open_uri):
3555
3556         Rework links system, it adds support for remote links now and it makes
3557         easier to add new kinds of actions and destinations. Fixes bug #317292
3558
3559 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * data/Makefile.am:
3562         * data/evince.png:
3563         * data/evince-16.png:
3564         * data/evince-22.png:
3565         * data/evince.svg:
3566         * shell/main.c: (main):
3567         
3568         Evince use it's own icon. Fix for the bug #313392.
3569
3570         * shell/ev-window.c: (fullscreen_timeout_cb),
3571         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3572         (ev_window_cmd_help_about), (ev_window_dispose):
3573         
3574         Simplify fullscreen timeout code.
3575
3576 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * backend/ev-attachment.c: 
3579         * shell/ev-attachment-bar.c:
3580         * shell/ev-window.c:
3581
3582         Allow multiple selection of attachments
3583
3584 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * shell/ev-view.c: (view_update_range_and_current_page),
3587         (ev_view_scroll):
3588         
3589         Fix for the bug #312573 – Optimal selection of current 
3590         page among visible pages.
3591
3592 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3593
3594         * configure.ac:
3595         * djvu/Makefile.am:
3596         * djvu/djvu-text.h:
3597         
3598         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3599         for the bug 339868.
3600
3601 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3602
3603         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3604
3605 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3606
3607         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3608         dictated by the GNOME HIG. Fixes bug #339235.
3609
3610 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3611
3612         * data/evince-ui.xml:
3613         * shell/ev-view.c: (ev_view_can_find_previous):
3614         * shell/ev-view.h:
3615         * shell/ev-window.c: (ev_window_update_actions),
3616         (ev_window_cmd_edit_find_previous):
3617
3618         Add support for "Find Previous" as dictated by the GNOME HIG. A
3619         menu item is added and some glue code to make it all work is added
3620         to various files.
3621
3622 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3623
3624         * configure.ac: Award myself the "useless use of cat" award.
3625
3626 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3627
3628         * po/LINGUAS: New file listing all supported languages.
3629
3630         * configure.in: Use po/LINGUAS instead of including all languages
3631         directly in this file. See the wiki for more information:
3632         http://live.gnome.org/GnomeGoals/PoLinguas
3633
3634 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * backend/ev-document-factory.c:
3637
3638         Do not load the document twice when there isn't errors
3639
3640 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * backend/ev-attachment.c: 
3643
3644         Fix a crash when there isn't a default application to open an
3645         attachment
3646
3647 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * backend/ev-attachment.[ch]:
3650         * shell/ev-attachment-bar.[ch]:
3651
3652         Added missing files. 
3653
3654 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * backend/Makefile.am:
3657         * data/evince-ui.xml:
3658         * backend/ev-attachment.[ch]:
3659         * backend/ev-document.[ch]: (ev_document_has_attachments),
3660         (ev_document_get_attachments):
3661         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3662         (attachment_save_to_buffer), (pdf_document_get_attachments),
3663         (pdf_document_document_iface_init):
3664         * shell/Makefile.am:
3665         * shell/ev-attachment-bar.[ch]:
3666         * shell/ev-window.c:
3667
3668         Add support for PDF attachments. Fixes bug #325143
3669
3670 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * backend/ev-document-factory.c: (get_document_from_uri),
3673         (ev_document_factory_get_document):
3674         * backend/ev-document-factory.h:
3675         * properties/ev-properties-main.c: (ev_properties_get_pages):
3676         * shell/Makefile.am:
3677         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3678         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3679         (ev_job_queue_remove_job):
3680         * shell/ev-job-queue.h:
3681         * shell/ev-job-xfer.c:
3682         * shell/ev-job-xfer.h:
3683         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3684         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3685         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3686         (ev_job_xfer_run):
3687         * shell/ev-jobs.h:
3688         * shell/ev-window.c: (ev_window_is_empty),
3689         (password_dialog_response), (ev_window_clear_xfer_job),
3690         (ev_window_xfer_job_cb), (ev_window_open_uri),
3691         (ev_window_cmd_focus_page_selector),
3692         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3693         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3694         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3695         (ev_window_dispose):
3696         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3697         
3698         * Cleanup mime type detection on document load. Fix for the
3699         bug #336448.
3700
3701 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3702
3703         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3704         
3705         Fix crash on exit, described in the bug #336825.
3706
3707 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * backend/ev-document-factory.c:
3710         (ev_document_factory_get_from_mime),
3711         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3712         (ev_document_factory_get_document),
3713         (file_filter_add_mime_list_and_free),
3714         (ev_document_factory_add_filters):
3715         * backend/ev-document-factory.h:
3716         * properties/ev-properties-main.c: (ev_properties_get_pages):
3717         * shell/Makefile.am:
3718         * shell/ev-application.c:
3719         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3720         * shell/ev-window.c: (ev_window_cmd_file_open),
3721         (ev_window_cmd_save_as):
3722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3723         
3724         Rework factory functions so they are placed now in a single 
3725         file ev-document-factory.c
3726
3727 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * shell/ev-window.c: (update_chrome_visibility):
3730         
3731         Fix for the bug 166566 - don't show menubar in fullscreen
3732         mode.
3733
3734 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3735
3736         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3737
3738 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3739
3740         * shell/ev-view.c: (ev_view_expose_event):
3741         
3742         More correctly draw loading text when document
3743         is empty.
3744
3745 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3746
3747         * shell/ev-view.c: (ev_view_scroll):
3748         
3749         Fix for the bug #334854, page down and page up switch
3750         pages in presentation mode.
3751
3752 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * shell/ev-window.c: (ev_window_set_action_sensitive),
3755         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3756         (ev_window_set_view_accels_sensitivity),
3757         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3758         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3759         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3760         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3761         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3762         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3763         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3764         (view_actions_focus_in_cb), (ev_window_init):
3765         
3766         Fix for the bug #333902, now it's possible to search
3767         words with slash.
3768
3769 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3770
3771         * configure.ac: Added Breton translation.
3772         * po/br.po: Added Breton translation.
3773
3774 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-window-title (ev_window_title_update):
3777
3778         Fix memory leak in window title. Fixes bug #333944
3779
3780 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-metadata-manager.c (parseItem):
3783
3784         Fix memory leaks. Fixes bug #333945
3785
3786 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3787         
3788         * NEWS, configure.ac, TODO:
3789         
3790         Update for release 0.5.2.
3791
3792 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3793
3794         * shell/ev-view.c: (view_update_range_and_current_page),
3795         (page_changed_cb):
3796         
3797         Don't jump on scrolling, fix for the bug #333127.
3798
3799 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3800
3801         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3802         
3803         Scroll by one page in presentation mode. Fix for the bug
3804         #332993.
3805
3806 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3807
3808         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3809
3810 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3811
3812         * configure.ac  Added lv in ALL_LINGUAS line.
3813
3814 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3815         
3816         * NEWS, configure.ac:
3817         
3818         Update for release 0.5.1
3819
3820 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3821
3822         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3823         * backend/ev-document-misc.h:
3824         * shell/ev-view.c: (draw_one_page):
3825         
3826          Clairfy what page the toolbar page number applies to. Fix
3827          for the bug #328102.
3828
3829 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3830
3831         * shell/ev-view-private.h:
3832         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3833         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3834         (ev_view_search_changed):
3835         * shell/ev-view.h:
3836         * shell/ev-window.c: (find_bar_search_changed_cb):
3837         
3838         Dont't jump to find result if window was scrolled during search.
3839         Fix for the bug #313266.
3840
3841 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3842
3843         * shell/eggfindbar.c: (egg_find_bar_class_init):
3844         * shell/eggfindbar.h:
3845         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3846         * shell/ev-view-private.h:
3847         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3848         (ev_view_class_init), (ev_sizing_mode_get_type),
3849         (ev_scroll_type_get_type):
3850         * shell/ev-view.h:
3851         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3852         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3853         (ev_window_init):
3854         
3855         Fix for the bug 319133 - Find entry should allow text scroll.
3856
3857 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3858
3859         * shell/ev-view-private.h:
3860         * shell/ev-view.c: (view_update_range_and_current_page),
3861         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3862         (ev_view_set_document), (update_find_status_message),
3863         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3864         (ev_view_find_previous):
3865         
3866         Fix for the bug #319137. Search now takes account for scrolling.
3867
3868 2006-02-19  Michael Hofmann <mh21@piware.de>
3869
3870         * configure.ac:
3871         * djvu/Makefile.am:
3872         * djvu/djvu-document-private.h:
3873         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3874         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3875         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3876         (djvu_document_can_get_text), (djvu_document_get_text),
3877         (djvu_document_document_iface_init),
3878         (djvu_document_thumbnails_get_thumbnail),
3879         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3880         (djvu_document_find_get_result),
3881         (djvu_document_find_page_has_results),
3882         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3883         (djvu_document_find_iface_init):
3884         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3885         (djvu_text_page_selection), (djvu_text_page_limits_process),
3886         (djvu_text_page_limits), (djvu_text_page_copy),
3887         (djvu_text_page_position), (djvu_text_page_union),
3888         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3889         (djvu_text_page_box), (djvu_text_page_append_text),
3890         (djvu_text_page_search), (djvu_text_page_prepare_search),
3891         (djvu_text_page_new), (djvu_text_page_free):
3892         * djvu/djvu-text-page.h:
3893         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3894         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3895         (djvu_text_n_results), (djvu_text_has_results),
3896         (djvu_text_get_result), (djvu_text_get_progress):
3897         * djvu/djvu-text.h:
3898         
3899         Text search in djvu. Fix for the bug #303415.
3900
3901 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3902
3903         * configure.ac:
3904         * shell/ev-window.c: (ev_window_cmd_save_as):
3905         
3906         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3907         Thanks to Gary Coady <gary@lyranthe.org>
3908
3909 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-print-job.c: (idle_print_handler):
3912         
3913         Inverse order printing, bug #320919.
3914
3915 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * data/evince-toolbar.xml:
3918         * shell/ev-window.c:
3919         
3920         Allow to add sidebar checkbutton on toolbar. Fix
3921         for the bug #144577.
3922
3923 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3926         
3927         Add checks that have sense for empty ps document.
3928
3929 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3930
3931         * configure.ac: Include PS in mime types list. 
3932
3933 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * configure.ac:
3936         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3937         * ps/gsdefaults.h:
3938         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3939         
3940         Runtime check for gs interpreter. Fix for the bug #320868.
3941         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3942
3943 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * shell/ev-application.c: 
3946
3947         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3948         dbus>=0.60, so that the request is not queued. 
3949
3950 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * configure.ac:
3953         * shell/Makefile.am:
3954         * shell/ev-sidebar-links.c: (print_section_cb):
3955         * shell/ev-utils.c:
3956         * shell/ev-utils.h:
3957         * shell/ev-window.c: (update_action_sensitivity),
3958         (ev_window_close_dialogs), (ev_window_print):
3959         * shell/ev-window.h:
3960         
3961         Make printing support optional. Patch from Eduardo de Barros Lima
3962         <eduardo.lima@indt.org.br> for the bug #330546.
3963
3964 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3965
3966         * shell/ev-view-private.h:
3967         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3968         (ev_view_set_document):
3969         * shell/ev-view.h:
3970         * shell/ev-window.c: (ev_window_load_job_cb),
3971         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3972         (ev_window_init):
3973
3974         Draw Loading message during xfer job. Fix for the bug #329495.
3975
3976 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * comics/comics-document.c: (comics_regex_quote),
3979         (comics_document_load), (extract_argv):
3980         
3981         Correcly quote regexp before passing it to unzip.
3982
3983 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         * shell/ev-page-cache.c: (build_height_to_page),
3986         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3987         (ev_page_cache_get_dual_even_left):
3988         * shell/ev-page-cache.h:
3989         * shell/ev-view.c: (view_update_range_and_current_page),
3990         (get_page_y_offset), (get_page_extents):
3991         
3992         Place even pages to the left if document has less then
3993         two pages. Fix for the bug #328856.
3994
3995 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3998         
3999         Correct comics scheme. This make evince create thumbnails
4000         for comic books. Fix for the bug 329088.
4001
4002 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4003
4004         * data/evince-password.glade: Don't explicitly set
4005         invisible_char to the current default value in case
4006         the default changes; let GTK+ do its magic.
4007
4008 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4011         real filename to tmp filename since often document
4012         type is determined by extension.
4013
4014 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4015
4016         * shell/ev-view.c: (add_scroll_binding_keypad),
4017         (ev_view_binding_activated), (ev_view_class_init):
4018         
4019         Add keybindings for percision-scrolling of display area. 
4020         Fix for the bug #314072.
4021
4022 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * data/evince.desktop.in.in:
4025         
4026         Add GTK to the list of categories. Fix for the bug #328034.
4027
4028 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4029
4030         * shell/ev-application.c: (ev_application_shutdown),
4031         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4032         * shell/ev-application.h:
4033         * shell/ev-window.c: (file_open_dialog_response_cb),
4034         (ev_window_cmd_file_open):
4035         
4036         Save last uri in file chooser dialog. Fix for the bug #327950.
4037
4038 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4039
4040         * NEWS:
4041         * README:
4042         
4043         Final update for release 0.5.0
4044         
4045         * shell/Makefile.am:
4046         
4047         Remove disable deprecated until we'll require libgnome-2.13.7
4048         and port to GOption argument parsing. See bug 327518.
4049
4050 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4051
4052         * comics/comics-document.c: (comics_document_save):
4053         * djvu/djvu-document.c: (djvu_document_save):
4054         * dvi/dvi-document.c: (dvi_document_save):
4055         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4056         * lib/ev-file-helpers.h:
4057         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4058         * tiff/tiff-document.c: (tiff_document_save):
4059         
4060         Use common save function for backends.
4061
4062 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4063
4064         * backend/ev-document-types.c:
4065         
4066         Fix crash on saving pixbuf.
4067
4068 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070         * cut-n-paste/recent-files/egg-recent-item.c:
4071         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4072         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4073         (parse_info_free), (valid_element), (start_element_handler),
4074         (end_element_handler), (text_handler), (egg_recent_model_filter),
4075         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4076         (egg_recent_model_monitor), (egg_recent_model_read),
4077         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4078         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4079         (egg_recent_model_set_property), (egg_recent_model_class_init),
4080         (egg_recent_model_init), (egg_recent_model_add_full),
4081         (egg_recent_model_delete), (egg_recent_model_get_list),
4082         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4083         (egg_recent_model_set_filter_mime_types),
4084         (egg_recent_model_clear_group_filter),
4085         (egg_recent_model_set_filter_groups),
4086         (egg_recent_model_clear_scheme_filter),
4087         (egg_recent_model_set_filter_uri_schemes),
4088         (egg_recent_model_remove_expired):
4089         * cut-n-paste/recent-files/egg-recent-util.c:
4090         (egg_recent_util_get_icon):
4091         * cut-n-paste/recent-files/egg-recent-util.h:
4092         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4093         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4094         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4095         (egg_recent_view_uimanager_set_property),
4096         (egg_recent_view_uimanager_get_property),
4097         (egg_recent_view_uimanager_class_init),
4098         (egg_recent_view_uimanager_init),
4099         (egg_recent_view_uimanager_set_label_width),
4100         (egg_recent_view_uimanager_get_label_width):
4101         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4102         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4103         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4104         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4105         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4106         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4107         
4108         Update from libegg.
4109
4110 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * shell/ev-page-cache.c: (build_height_to_page),
4113         (ev_page_cache_get_height_to_page):
4114         * shell/ev-page-cache.h:
4115         * shell/ev-view.c: (view_update_range_and_current_page),
4116         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4117         (ev_view_previous_page):
4118         
4119         Dual mode places even pages to the left. Fix for the bug #309393.
4120
4121         * shell/ev-view.h:
4122         * shell/ev-window.c: (update_action_sensitivity),
4123         (setup_view_from_metadata), (view_menu_popup_cb):
4124         
4125         Don't restore presentation in empty windows, more intelligent
4126         next page behaviour in dual mode.
4127
4128         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4129         (ev_pixbuf_cache_clear_job_sizes):
4130         
4131         Cleanup job callback on removal. Fix for the bug #325886.
4132
4133 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4134
4135         * ps/ps.c: (psscan):
4136         
4137         Commit workaround Mozilla problem. Fix for the bug #325919
4138         
4139         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4140         (save_item):
4141         
4142         Fix for year 2038 problem.
4143
4144 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * shell/ev-window.c: (setup_document_from_metadata),
4147         (ev_window_cmd_view_reload):
4148
4149         Clamp page recieved from metadata in valid values. Fix
4150         for the bug #325986.
4151
4152 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4153
4154         * MAINTAINERS: 
4155         Add MAINTAINERS as requested on desktop-devel-list.
4156
4157 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4160         (mime_type_supported_by_gdk_pixbuf),
4161         (ev_document_factory_get_mime_types),
4162         (ev_document_factory_get_all_mime_types):
4163         
4164         Don't add pixbuf mime types if pixbuf backend is disabled.
4165         
4166         * shell/ev-application.c: (ev_application_get_uri_window):
4167         
4168         Fix for the bug 325815 - unhandled MIME type message doesn't 
4169         appear a second time. 
4170         
4171         * shell/ev-document-types.c: (ev_document_types_add_filters):
4172         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4173         (password_dialog_response), (ev_window_popup_password_dialog),
4174         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4175         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4176         (ev_window_run_presentation), (ev_window_stop_presentation),
4177         (save_sizing_mode), (ev_window_zoom_changed_cb),
4178         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4179         (ev_window_dual_mode_changed_cb),
4180         (ev_window_sidebar_current_page_changed_cb),
4181         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4182         (window_state_event_cb), (window_configure_event_cb):
4183         
4184         Cleanup additional uris holded by EvWindow.
4185
4186 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4189         (ev_view_can_previous_page), (ev_view_can_next_page):
4190         * shell/ev-view.h:
4191         * shell/ev-window.c: (update_action_sensitivity):
4192         
4193         Two page scrolling with Space and PageUp in dual mode. Second fix 
4194         for the bug #316608.
4195
4196 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * shell/ev-view.c: (scroll_to_current_page):
4199         
4200         Correctly clamp adjustment value. Fix for the bug
4201         #325808.
4202
4203 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * shell/ev-sidebar-links.c: (print_section_cb):
4206         * shell/ev-window.c: (ev_window_get_uri),
4207         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4208         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4209         (ev_window_dispose):
4210         
4211         Make print dialog non-modal. Fix for the bug #325622.
4212
4213 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4214
4215         * shell/ev-metadata-manager.c:
4216         * shell/ev-utils.c: (using_pdf_printer),
4217         (using_postscript_printer), (load_print_config_from_file),
4218         (save_print_config_to_file):
4219         * shell/ev-utils.h:
4220         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4221         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4222         (setup_view_from_metadata), (ev_window_setup_document),
4223         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4224         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4225         (ev_window_run_presentation), (ev_window_stop_presentation),
4226         (save_sizing_mode), (ev_window_zoom_changed_cb),
4227         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4228         (ev_window_dual_mode_changed_cb),
4229         (ev_window_sidebar_current_page_changed_cb),
4230         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4231         (window_state_event_cb), (window_configure_event_cb),
4232         (ev_window_init):
4233         
4234         Setting saving behaviour fixes.
4235
4236 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * configure.ac:
4239         
4240         Make antialiasing gs options better and allow
4241         to change them during configure. Fix for the 
4242         bug #319049.
4243
4244 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4245
4246         * shell/ev-window.c: (setup_view_from_metadata):
4247         
4248         Remember if last window was maximized. Fix for the
4249         bug #323797.
4250
4251 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4252
4253         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4254
4255 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4258         * shell/ev-page-action.c: (build_new_tree_cb):
4259         * shell/ev-sidebar-links.c: (links_page_num_func),
4260         (update_page_callback_foreach), (update_page_callback):
4261         * shell/ev-view.c: (scroll_to_current_page):
4262         
4263         Fix for the bug #325067 with more intelligent selection
4264         of current link in sidebar. Make sidebar handle links
4265         of FITR-like type more correctly.
4266
4267         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4268         (dvi_pixbuf_put_pixel):
4269         
4270         Fix memory consumtion with disabled alpha channel.
4271
4272 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4273
4274         * data/evince-ui.xml:
4275         * shell/ev-window.c: (view_menu_popup_cb),
4276         (ev_popup_cmd_open_link), (ev_window_init):
4277         
4278         Update context menu for internal links. Fix for the bug
4279         #325066.
4280
4281 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4282
4283         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4284         
4285         Bind context menu to keyboard also. Fix for the bug
4286         #325065.
4287
4288 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * shell/ev-view.c: (selection_scroll_timeout_cb):
4291         
4292         Horizontal scroll on selection also.
4293
4294 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4295
4296         * shell/ev-metadata-manager.c: (parse_value):
4297         * shell/ev-view.c: (goto_xyz_link):
4298         
4299         Correct zoom setup and metadata save broken in 
4300         some locales.
4301
4302 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * shell/ev-view-private.h:
4305         * shell/ev-view.c: (scroll_to_current_page),
4306         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4307         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4308         (page_changed_cb), (ev_view_set_continuous),
4309         (ev_view_set_dual_page), (ev_view_set_presentation):
4310         
4311         Delay scroll until allocation to correctly position page. Fix
4312         for the bug #317334.
4313
4314 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * NEWS:
4317         * configure.ac:
4318         
4319         Update NEWS and require poppler 0.5.0.
4320
4321 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4322         
4323         * data/evince-ui.xml:
4324         * shell/ev-view-private.h:
4325         * shell/ev-view.c: (ev_view_get_link_at_location),
4326         (handle_link_over_xy), (ev_view_button_press_event),
4327         (ev_view_button_release_event), (ev_view_class_init):
4328         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4329         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4330         (ev_window_init):
4331         
4332         Implement right-click context menu.
4333
4334 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4335
4336         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4337         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4338         (mdvi_pixbuf_device_render):
4339         * pdf/ev-poppler.cc:
4340
4341         Don't generate thumbnails with alpha. See bug #324077.
4342         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4343
4344 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * shell/ev-window.c: (setup_chrome_from_metadata):
4347         
4348         Fix typo that was hiding toolbar.
4349
4350 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4351
4352         * shell/ev-view-private.h:
4353         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4354         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4355         (ev_view_button_release_event), (ev_view_destroy):
4356         
4357         Small cleanup and autoscrolling during selection. Thanks to 
4358         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4359
4360 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4361
4362         * configure.ac:
4363         
4364         Correctly check for comics option.
4365
4366 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4367         * Makefile.am:
4368         * configure.ac:
4369         * backend/Makefile.am:
4370         * backend/ev-document-factory.c:
4371         * shell/ev-document-types.c:
4372
4373         Included option in configure to make ps backend 
4374         compilation optional with --disable-ps.
4375
4376 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4377
4378         * backend/ev-document-factory.c:
4379         * comics/Makefile.am:
4380         * comics/comics-document.c: (comics_document_load):
4381         * comics/ev-cbr-mime.xml:
4382         * configure.ac:
4383         
4384         Comics mime types are added to shared-mime-info CVS. Now
4385         we don't need to install our own mime types.
4386
4387 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * shell/ev-window.c:
4390         
4391         Add shortcut for "save a copy" menu entry. Fix for
4392         the bug #324582.
4393
4394 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4397         (job_finished_cb), (new_selection_pixbuf_needed),
4398         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4399         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4400         
4401         Rework selection job info logic and fix critical warning.
4402
4403 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4404
4405         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4406
4407 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4408
4409         * data/evince-ui.xml:
4410         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4411         
4412         Enter as shortcut key for next page. Fix for the bug
4413         #321394.
4414
4415 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4416
4417         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4418
4419 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4422         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4423         (new_selection_pixbuf_needed),
4424         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4425         (clear_job_selection):
4426         
4427         Too early for 0.5. Pixbuf cache code cleaned a bit.
4428
4429 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * NEWS:
4432         * configure.ac:
4433         
4434         Release 0.5.0 preparation
4435
4436 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * comics/Makefile.am:
4439         * configure.ac:
4440         * shell/ev-document-types.c: (ev_document_types_add_filters):
4441         
4442         More advanced handling of custom mime type installation.
4443
4444 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * data/evince.schemas.in:
4447         * shell/ev-metadata-manager.c: (value_free),
4448         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4449         (ev_metadata_manager_get), (ev_metadata_manager_set):
4450         * shell/ev-metadata-manager.h:
4451         * shell/ev-window.c: (update_chrome_flag),
4452         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4453         (setup_document_from_metadata), (setup_chrome_from_metadata),
4454         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4455         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4456         (ev_window_view_toolbar_cb),
4457         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4458         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4459         
4460         Save last document settings and reuse them for new documents.
4461
4462 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4463
4464         * Makefile.am:
4465         * backend/Makefile.am:
4466         * backend/ev-document-factory.c:
4467         * backend/ev-document-factory.h:
4468         * comics/Makefile.am:
4469         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4470         (comics_document_load), (comics_document_save),
4471         (comics_document_get_n_pages), (comics_document_get_page_size),
4472         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4473         (comics_document_class_init), (comics_document_can_get_text),
4474         (comics_document_get_info), (comics_document_document_iface_init),
4475         (comics_document_init), (get_supported_image_extensions),
4476         (comics_document_thumbnails_get_geometry),
4477         (comics_document_thumbnails_get_thumbnail),
4478         (comics_document_thumbnails_get_dimensions),
4479         (comics_document_document_thumbnails_iface_init), (extract_argv):
4480         * comics/comics-document.h:
4481         * comics/ev-cbr-mime.xml:
4482         * configure.ac:
4483         * po/POTFILES.in:
4484         * shell/ev-application.c: (ev_application_register_service):
4485         * shell/ev-document-types.c: (ev_document_types_add_filters):
4486         * thumbnailer/Makefile.am:
4487         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4488         
4489         New CBR/CBZ backend for comic books.
4490
4491 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/main.c: (load_files_remote):
4494
4495         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4496         warning on startup of second instance is fixed. It
4497         is bug #320353.
4498
4499 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * shell/ev-window.c: (ev_window_finalize):
4502         
4503         Fix double free that cause crash.
4504
4505 2005-10-29  Bastien Nocera <hadess@hadess.net>
4506
4507         * tiff/tiff-document.c: (tiff_document_load):
4508         
4509         Fix memory leak.
4510
4511 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * po/POTFILES.in:
4514         * shell/Makefile.am:
4515         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4516         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4517         (ev_view_accessible_get_text),
4518         (ev_view_accessible_get_character_at_offset),
4519         (ev_view_accessible_get_text_before_offset),
4520         (ev_view_accessible_get_text_at_offset),
4521         (ev_view_accessible_get_text_after_offset),
4522         (ev_view_accessible_get_character_count),
4523         (ev_view_accessible_get_caret_offset),
4524         (ev_view_accessible_set_caret_offset),
4525         (ev_view_accessible_get_run_attributes),
4526         (ev_view_accessible_get_default_attributes),
4527         (ev_view_accessible_get_character_extents),
4528         (ev_view_accessible_get_offset_at_point),
4529         (ev_view_accessible_get_n_selections),
4530         (ev_view_accessible_get_selection),
4531         (ev_view_accessible_add_selection),
4532         (ev_view_accessible_remove_selection),
4533         (ev_view_accessible_set_selection),
4534         (ev_view_accessible_text_iface_init),
4535         (ev_view_accessible_idle_do_action),
4536         (ev_view_accessible_action_do_action),
4537         (ev_view_accessible_action_get_n_actions),
4538         (ev_view_accessible_action_get_description),
4539         (ev_view_accessible_action_get_name),
4540         (ev_view_accessible_action_set_description),
4541         (ev_view_accessible_action_iface_init),
4542         (ev_view_accessible_get_type), (ev_view_accessible_new),
4543         (ev_view_accessible_factory_get_accessible_type),
4544         (ev_view_accessible_factory_create_accessible),
4545         (ev_view_accessible_factory_class_init),
4546         (ev_view_accessible_factory_get_type):
4547         * shell/ev-view-accessible.h:
4548         * shell/ev-view-private.h:
4549         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4550         * shell/ev-view.h:
4551         
4552         Initial accessibility support.
4553
4554 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4555
4556         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4557
4558 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4559
4560         * shell/ev-print-job.c: (idle_print_handler):
4561         
4562         Fix for bug Bug 318916: Printing multiple pages.
4563
4564 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4565
4566         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4567
4568 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * pdf/ev-poppler.cc:
4571         
4572         Thumnail dimensions unified with other backends.
4573         
4574         * shell/ev-window-title.c: (ev_window_title_update):
4575         
4576         Fix warning.
4577
4578 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * data/ev-stock-zoom-fit-width.png:
4581         
4582         Remove unused file.
4583
4584 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4585
4586         * configure.ac:
4587         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4588         (djvu_document_finalize):
4589         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4590         (dvi_document_finalize):
4591         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4592         (pixbuf_document_save), (pixbuf_document_finalize):
4593         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4594         (tiff_document_finalize):
4595         
4596         Save a copy implemented for various backends.
4597
4598 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4599
4600         * configure.ac:
4601         
4602         Don't link with ltiff if tiff is disabled.
4603
4604 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * pdf/GDKSplashOutputDev.cc:
4607         * pdf/GDKSplashOutputDev.h:
4608         * pdf/Thumb.cc:
4609         * pdf/Thumb.h:
4610         * pdf/pdf-document.cc:
4611         * pdf/pdf-document.h:
4612         * pdf/test-gdk-output-dev.cc:
4613         
4614         Remove old unused files.
4615
4616 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * shell/ev-window.c: (ev_window_setup_document):
4619         
4620         Fixed warnings on reload and probably crash reason.
4621
4622 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * properties/ev-properties-view.c:
4625         (ev_properties_view_format_date):
4626         
4627         Check if date is invalid. Fix for bug 318134.
4628
4629 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4630
4631         * shell/ev-window-title.c:
4632         
4633         Add .indd files (Adobe Indesign) to the list of "bad
4634         extensions".
4635
4636 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * data/evince-ui.xml:
4639         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4640         
4641         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4642
4643 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4644
4645         * shell/ev-window.c: (launch_link), (launch_external_uri),
4646         (view_external_link_cb):
4647
4648         URL-escape link before passing it to gnome_vfs_url_show.
4649
4650 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4653         there isn't text selected.
4654
4655 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4656
4657         * shell/ev-view.c: (handle_link_over_xy):
4658
4659         Check tooltip is valid utf8 before showing it
4660
4661 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4664
4665 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4666
4667         * shell/ev-window-title.c: (ev_window_title_update):
4668
4669         Guard against using g_strstrip on NULL. Fixes bug #317291.
4670
4671 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4672
4673         * pdf/ev-poppler.cc:
4674
4675         Show title even for unknown links
4676
4677 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4678
4679         * shell/ev-window-title.c: (ev_window_title_update):
4680
4681         Strip the title string
4682
4683 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4684
4685         * shell/ev-window-title.c:
4686
4687         Add .rtf to the bad extensions list
4688
4689 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4690
4691         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4692         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4693
4694         Ignore link coordinates if they are outside page bounds
4695
4696 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4697
4698         * backend/ev-link.c: (ev_link_type_get_type),
4699         (ev_link_get_filename), (ev_link_get_params),
4700         (ev_link_get_property), (ev_link_set_property),
4701         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4702         * backend/ev-link.h:
4703         * pdf/ev-poppler.cc:
4704         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4705         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4706         (ev_window_init):
4707
4708         Implement launch links. Delegate external link opening to
4709         the window.
4710
4711 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4712
4713         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4714         (ev_link_get_right), (ev_link_get_property),
4715         (ev_link_set_property), (ev_link_class_init),
4716         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4717         * backend/ev-link.h:
4718         * pdf/ev-poppler.cc:
4719         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4720
4721         Implement fitr links
4722
4723 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4724
4725         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4726         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4727         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4728         (ev_view_size_request_continuous),
4729         (ev_view_size_request_dual_page),
4730         (ev_view_size_request_single_page), (ev_view_size_allocate),
4731         (ev_view_zoom_for_size_continuous_and_dual_page),
4732         (ev_view_zoom_for_size_continuous),
4733         (ev_view_zoom_for_size_dual_page),
4734         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4735         (ev_sizing_mode_get_type):
4736         * shell/ev-view.h:
4737         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4738
4739         Do not use modes for link, we need to calculate size ad hoc.
4740         Still not perfect because of the usual scrollbar issues grrr.
4741
4742 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4743
4744         * backend/ev-link.c: (ev_link_type_get_type),
4745         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4746         * backend/ev-link.h:
4747         * pdf/ev-poppler.cc:
4748         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4749         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4750         (ev_view_size_request_continuous),
4751         (ev_view_size_request_dual_page),
4752         (ev_view_size_request_single_page), (ev_view_size_allocate),
4753         (zoom_for_size_fit_height),
4754         (ev_view_zoom_for_size_continuous_and_dual_page),
4755         (ev_view_zoom_for_size_continuous),
4756         (ev_view_zoom_for_size_dual_page),
4757         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4758         (ev_sizing_mode_get_type):
4759         * shell/ev-view.h:
4760         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4761
4762         Implement FIT_HEIGHT mode (only for links).
4763         Implement FITH links
4764
4765 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4766
4767         * shell/ev-window-title.c: (get_filename_from_uri),
4768         (ev_window_title_sanitize_extension), (ev_window_title_update),
4769         (ev_window_title_set_document), (ev_window_title_set_uri),
4770         (ev_window_title_free):
4771         * shell/ev-window-title.h:
4772         * shell/ev-window.c: (ev_window_setup_document),
4773         (ev_window_popup_password_dialog):
4774
4775         Refactor window title building while fixing it for
4776         password documents.
4777
4778 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4779
4780         * pdf/ev-poppler.cc:
4781
4782         Escape link title before setting it in the model
4783
4784 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4785
4786         * shell/ev-application.c: (removed_from_session), (save_session),
4787         (init_session), (ev_application_get_empty_window),
4788         (ev_application_init), (ev_application_get_windows):
4789         * shell/ev-application.h:
4790         * shell/ev-window.c: (ev_window_finalize):
4791
4792         Add a function to retrieve window list and share it where
4793         necessary.
4794         Implement session handling, works pretty well thanks to the
4795         metadata system.
4796
4797 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * shell/ev-password.c: (ev_password_item_created_callback),
4800         (ev_password_dialog_save_password):
4801         
4802         Fix for bug 316972. Use async gnome-keyring API.
4803
4804 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4805
4806         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4807         Remove unused unrealize handler. Add scroll handling to
4808         ev_view_scroll_event for presentation mode (bug #316708),
4809         and fix the event state checks there.
4810
4811 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4812
4813         * shell/ev-page-action.c: (page_changed_cb):
4814
4815         "marco, maybe we should be crazy and jump right to 6! :)"
4816
4817         Bryan Clark, Sep 2005
4818
4819 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4820
4821         * ps/ps-document.c: (save_document), (ps_document_save),
4822         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4823         (ps_document_ps_export_end):
4824
4825         Fix unstructured documents save and print
4826
4827 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4828
4829         * shell/ev-application.c: (ev_application_open_uri):
4830
4831         Fix window size persistance
4832
4833 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4834
4835         * shell/ev-view.c: (ev_view_button_release_event):
4836
4837         Based on a patch from carlosgc@gnome.org. Mouse buttons
4838         switch pages in presentation mode.
4839
4840 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4841
4842         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4843
4844         Dont cast to int before scaling
4845
4846 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4847
4848         * backend/ev-link.c: (ev_link_type_get_type),
4849         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4850         (ev_link_new_page_fith):
4851         * backend/ev-link.h:
4852         * pdf/ev-poppler.cc:
4853         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4854
4855         Implement FIT and FITH links
4856
4857 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4858
4859         * pdf/ev-poppler.cc:
4860
4861         Return 0 results when search is not in progress.
4862
4863         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4864         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4865
4866         Update menu sensitivity when cancelling search
4867
4868 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4869
4870         * shell/ev-view.c: (ev_view_can_find_next):
4871
4872         Take all pages in consideration, not just current one
4873
4874 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4875
4876         * shell/ev-page-cache.c:
4877         * shell/ev-page-cache.h:
4878         * shell/ev-view.c: (ev_view_binding_activated),
4879         (ev_view_next_page), (ev_view_previous_page),
4880         (ev_sizing_mode_get_type):
4881         * shell/ev-view.h:
4882         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4883         (ev_window_cmd_go_next_page):
4884
4885         Move page next/previous functions from page chace to
4886         view and change it to move by 2 page steps in dual mode.
4887
4888 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4889
4890         * shell/ev-window.c: (update_sidebar_visibility),
4891         (setup_sidebar_from_metadata), (ev_window_setup_document),
4892         (setup_view_from_metadata):
4893
4894         Show the index by default when there is one     
4895
4896 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4897
4898         * shell/ev-window-title.c: (ev_window_title_set_document):
4899
4900         Missing null check
4901
4902 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * shell/ev-view.c: (view_update_range_and_current_page):
4905         
4906         Allow display of last odd page in dual view. Fix for 316347.
4907
4908 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4909
4910         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4911         
4912         Make close button default. Fix for 316383.
4913
4914 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4917         
4918         Mark close button as default. Fix for 316381.
4919
4920 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4921
4922         * backend/ev-link.c: (ev_link_class_init):
4923
4924         Allow negative doubles in left/top properties
4925
4926 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4927
4928         * shell/ev-window.c:
4929
4930         Remove a bunch of strings that was used only
4931         by the statusbar.
4932
4933 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4934
4935         * shell/ev-window-title.c: (get_filename_from_uri),
4936         (ev_window_title_set_document):
4937
4938         When title has a confusing extension, show also
4939         the document filename inside ()
4940
4941 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4942
4943         * shell/Makefile.am:
4944         * shell/ev-window-title.c: (ev_window_title_new),
4945         (ev_window_title_update), (ev_window_title_set_type),
4946         (ev_window_title_set_document), (ev_window_title_free):
4947         * shell/ev-window-title.h:
4948         * shell/ev-window.c: (ev_window_setup_document),
4949         (password_dialog_response), (ev_window_popup_password_dialog),
4950         (ev_window_dispose), (ev_window_init):
4951
4952         Factor out and cleanup window title code
4953
4954 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4955
4956         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4957         (unable_to_load):
4958
4959         Make dialog transient so it doesnt block other windows
4960
4961 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * pdf/ev-poppler.cc:
4964         
4965         Fix pdf thumbnails rendering.
4966
4967 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4968
4969         * shell/ev-window.c: (fullscreen_set_timeout):
4970         
4971         Increase timeout to hide full screen popup. Bug 
4972         316123. 
4973
4974 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * data/evince.schemas.in:
4977         * shell/ev-window.c: (update_action_sensitivity):
4978
4979         Allow the user to override document restrictions. Fix for bug
4980         305818.
4981
4982 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4983
4984         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4985         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4986         (ev_window_class_init): Fix multihead behaviour of fullscreen
4987         toolbar popup. Fixes bug #315451.
4988
4989 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * configure.ac:
4992         * data/evince-password.glade:
4993         * shell/ev-password.c: (ev_password_dialog_set_property),
4994         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4995         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4996         (ev_password_dialog_entry_changed_cb),
4997         (ev_password_dialog_entry_activated_cb),
4998         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4999         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5000         (ev_password_dialog_set_bad_pass):
5001         * shell/ev-password.h:
5002         * shell/ev-window.c: (password_dialog_response),
5003         (ev_window_popup_password_dialog):
5004         
5005         Support for gnome-keyring for encrypted PDF's.
5006
5007 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5010         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5011         (ev_view_enter_notify_event), (ev_view_class_init):
5012         
5013         More precise handling of enter_notify/leave_notify events
5014         in EvView. Fix for bug 315470.
5015
5016 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5017
5018         * shell/ev-window.c: (fullscreen_timeout_cb),
5019         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5020         (ev_window_dispose):
5021
5022         leak fix: unref fullscreen_timeout_source before clearing it
5023
5024 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * configure.ac, dvi/mdvi/Makefile.am: 
5027         
5028         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5029
5030 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5031
5032         * backend/ev-link.c: (ev_link_new_page_xyz):
5033         * pdf/ev-poppler.cc:
5034         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5035
5036         Fix some bugs with xyz links, respect zoom
5037
5038 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5039
5040         * shell/ev-window.c: (page_changed_cb),
5041         (setup_document_from_metadata), (update_sidebar_visibility),
5042         (setup_view_from_metadata), (ev_window_run_fullscreen),
5043         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5044         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5045         (ev_window_dual_mode_changed_cb),
5046         (ev_window_sidebar_current_page_changed_cb):
5047
5048         null check uri before setting and getting metadata
5049
5050 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5051
5052         * dvi/Makefile.am:
5053         * properties/Makefile.am:
5054         * shell/Makefile.am:
5055         * thumbnailer/Makefile.am:
5056
5057         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5058
5059 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5060
5061         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5062         (selection_changed_callback):
5063         * shell/ev-sidebar-links.h:
5064
5065         Add a signal for link activation.
5066
5067         * shell/ev-view.c: (ev_view_goto_link),
5068         (ev_view_button_release_event):
5069         * shell/ev-view.h:
5070         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5071         (ev_window_init):
5072
5073         Implement the signal so that we can handle all link types.
5074
5075         * shell/ev-page-cache.c:
5076
5077         Remove unused set_link function
5078
5079 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5080
5081         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5082
5083         Add some space from the cursor, hardcoded but I couldnt
5084         find a better way.
5085
5086 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * lib/ev-tooltip.c:
5089
5090         Use mozilla style vs gtk style, way better for links.
5091
5092         * shell/ev-view.c: (ev_view_motion_notify_event),
5093         (ev_view_destroy), (ev_view_init):
5094
5095         Deactive tooltip when the link hovered is changed.
5096
5097 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5098
5099         * backend/ev-document.h:
5100         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5101         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5102         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5103         (ev_link_new_page), (ev_link_new_page_xyz):
5104         * backend/ev-link.h:
5105         * pdf/ev-poppler.cc:
5106         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5107         (go_to_link), (tip_from_link):
5108
5109         Implement xyz links, still not functional. Links are a total
5110         mess, will need to refactor and bugfix a lot :(
5111
5112 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5113
5114         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5115
5116 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5117
5118         * data/evince-ui.xml:
5119         * data/evince.schemas.in:
5120         * shell/Makefile.am:
5121         * shell/ev-window.c: (update_chrome_visibility),
5122         (password_dialog_response), (ev_window_load_job_cb),
5123         (ev_window_xfer_job_cb), (ev_window_open_uri),
5124         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5125         (ev_window_init):
5126
5127         Remove the statusbar. This regress loading feedback, need to
5128         check with Bryan what we want to do there...
5129
5130 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5131
5132         * lib/ev-tooltip.c: (ev_tooltip_init):
5133
5134         Fix tooltip border and size handling
5135
5136 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5137
5138         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5139         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5140         (ev_tooltip_timeout), (ev_tooltip_activate),
5141         (ev_tooltip_deactivate):
5142         * lib/ev-tooltip.h:
5143         * shell/ev-view.c: (ev_view_motion_notify_event):
5144
5145         Delay popup showing. Mirror gtk logic/times.
5146
5147 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5148
5149         * lib/Makefile.am:
5150         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5151         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5152         (ev_tooltip_set_text), (ev_tooltip_set_position):
5153         * lib/ev-tooltip.h:
5154
5155         Simple widget to show tooltips at a custom position
5156
5157         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5158         (ev_view_destroy):
5159
5160         Use it for links. First go, needs work
5161
5162 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5163
5164         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5165         HIG fixes.  Use title capitalization for window title. Use 12 
5166         pixels of space between the dialog's vbox and action area.
5167
5168 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5169
5170         * shell/ev-window.c: (file_open_dialog_response_cb),
5171         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5172         (ev_window_cmd_save_as):
5173
5174         Make file pickers not modal and refactor code some
5175
5176 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5177
5178         * shell/ev-sidebar.h:
5179         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5180         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5181         (ev_sidebar_class_init), (ev_sidebar_select_page),
5182         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5183         (ev_sidebar_set_page):
5184
5185         Add a current page property and allow to get/set it
5186
5187         * shell/ev-window.c: (setup_view_from_metadata),
5188         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5189
5190         Persist current sidebar page per document
5191
5192 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5193
5194         * data/evince.schemas.in:
5195         * shell/ev-window.c: (update_chrome_visibility),
5196         (setup_document_from_metadata), (update_sidebar_visibility),
5197         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5198         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5199         (ev_window_run_presentation), (ev_window_stop_presentation),
5200         (ev_window_view_sidebar_cb),
5201         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5202         (load_chrome), (ev_window_init):
5203
5204         Persist size/visibility of sidebar per document
5205
5206 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5207
5208         * shell/ev-view.c (draw_loading_text): Draw loading text.
5209
5210 2005-09-02  Dan Damian  <dand@gnome.ro>
5211
5212         * configure.in: Added "ro" to ALL_LINGUAS.
5213
5214 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5215
5216         * shell/ev-view.c: (clear_caches):
5217
5218         ev_page_cache_get doesnt return a reference,
5219         dont try to unref it.
5220
5221 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5222
5223         * shell/main.c: (load_files_remote):
5224
5225         Fix timestamp parameter with dbus <= 0.33
5226
5227 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5228
5229         * data/evince.schemas.in:
5230
5231         Add missing full stop
5232
5233 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5234
5235         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5236         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5237
5238         Plug some memory leaks
5239
5240 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5241
5242         * configure.ac:
5243         * lib/ev-debug.c: (trap_handler):
5244
5245         Check for execinfo.h and use it only if it exists.
5246         Ported from Epiphany (bug #314776).
5247
5248 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5249
5250         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5251
5252 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5253
5254         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5255         * po/id.po      : Added Indonesian translation
5256
5257 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5258
5259         * shell/main.c:
5260         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5261         * NEWS: Release 0.4.0
5262
5263 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5264
5265         * configure.ac: catch another gtk+-2.8ism
5266         * shell/main.c: Make work with gtk+-2.6
5267
5268 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5269
5270         * shell/ev-application-service.xml: Add 'timestamp' argument to
5271           ev_application_open_window and ev_application_open_uri methods.
5272
5273         * shell/ev-application.h: Add 'timestamp' argument to
5274           ev_application_open_window, ev_application_open_uri,
5275           and ev_application_open_uri_list functions.
5276
5277         * shell/ev-application.c (ev_application_open_window,
5278           ev_application_open_uri, ev_application_open_uri_list): Change
5279           functions that show/present windows to use a timestamp if one
5280           is passed in.
5281
5282         * shell/ev-window.c (ev_window_cmd_file_open,
5283           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5284         * shell/main.c (load_files): Modify calls to ev_application to
5285           include GDK_CURRENT_TIME as timestamp.
5286
5287         * shell/main.c (load_files_remote): Obtain timestamp for client
5288           instance from GDK and pass to server instance so new windows are
5289           focused properly.  Fix dbus_g_proxy_call() calls by including second
5290           G_TYPE_INVALID.
5291           
5292         Closes bug #314475.
5293
5294 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5295
5296         * shell/ev-window.c (ev_window_finalize): Check for
5297         avail. EvWindows when quiting to handle the finalize better,
5298         #314497
5299
5300 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5301         
5302         * properties/ev-properties-view.c: 
5303         
5304         Set textdomain to libglade. Fixes translation problem in property page.
5305
5306 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5309         * dvi/Makefile.am:
5310         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5311         * dvi/mdvi-lib/Makefile.am:
5312         
5313         Fix rotation of thumbnails, ported to new API. Moved library
5314         dependencies earlier, probably it will fix linkage problem.
5315
5316 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5317
5318         * backend/ev-document-misc.c:
5319         (ev_document_misc_get_thumbnail_frame):
5320         * backend/ev-document-misc.h:
5321         * configure.ac:
5322         * pdf/ev-poppler.cc:
5323         * shell/Makefile.am:
5324         * shell/ev-sidebar-thumbnails.c: (add_range),
5325         (ev_sidebar_thumbnails_set_loading_icon),
5326         (ev_sidebar_thumbnails_refresh),
5327         (ev_sidebar_thumbnails_set_document):
5328         * shell/ev-sidebar-thumbnails.h:
5329         * shell/ev-view.c: (ev_view_motion_notify_event),
5330         (ev_view_set_property), (ev_view_get_property),
5331         (ev_view_class_init), (ev_view_set_rotation):
5332         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5333         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5334         (ev_window_init):
5335         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5336         Redo rotation (again).  prepare for 0.4.0
5337
5338 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5339
5340         * configure.ac: Bump poppler requirement to 0.4.1.
5341
5342         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5343         argument to poppler_page_render_selection() call.
5344
5345 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5348         (djvu_document_thumbnails_get_thumbnail):
5349         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5350         (dvi_document_thumbnails_get_thumbnail):
5351         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5352         (pixbuf_document_thumbnails_get_thumbnail):
5353         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5354         
5355         Update rotation direction of backends to fit with pdf and ps.
5356
5357 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5358
5359         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5360         * backend/ev-async-renderer.h:
5361         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5362         (setup_page), (ps_document_get_page_size),
5363         (ps_async_renderer_render_pixbuf):
5364         * ps/ps-document.h:
5365         * shell/ev-jobs.c: (ev_job_render_run):
5366
5367         Fix orientation in the postscript document
5368
5369 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5370
5371         * pdf/ev-poppler.cc:
5372         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5373         * shell/ev-view.c: (highlight_find_results):
5374
5375         Adapt to the new poppler rotation API. Fix text maps on landscape
5376         documents.
5377
5378 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5379
5380         * shell/ev-view.c (compute_new_selection_text): get the correct
5381         region when selecting in modes other than continuous.
5382
5383 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5384
5385         * shell/main.c (main): remove redundant g_warnings.
5386
5387 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * shell/Makefile.am: Don't include autogenerated
5390         file ev-application-service.h into distribution, since
5391         it causes dbus crash. Fix for bugs 313724 and 313443. 
5392
5393 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * configure.ac: Fix sed expression for FreeBSD. Thanks
5396         to Joe Marcus Clark <marcus@freebsd.org>
5397         
5398         * shell/eggfindbar.c: (entry_activate_callback),
5399         (entry_changed_callback), (egg_find_bar_init),
5400         (egg_find_bar_set_search_string):
5401         
5402         Made findbar buttons unsensitive if there is no text in
5403         entry. Fix for the bug 313285.
5404
5405 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5406
5407         * ps/ps-document.c: Use g_filename_display_name for displaying
5408         filenames and revert string freeze breackage
5409
5410 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5411
5412         * NEWS:
5413         * configure.ac:
5414
5415         Update for 0.3.4
5416
5417         * shell/Makefile.am:
5418
5419         Add ev-application-service.xml to extra dist
5420
5421         * shell/ev-view.c: (find_page_at_location):
5422
5423         Remove unused function (fix warning)
5424
5425 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5428         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5429         
5430         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5431         bug 313623.
5432
5433 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5436         * shell/ev-window.c:
5437         Fix build warnings
5438
5439 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * configure.ac: Update script to get dbus version.
5442         Fix for the bug #313443.
5443
5444 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * shell/ev-window.c: (ev_window_cmd_escape):
5447         
5448         Return focus back to view on escape. Fix for bug 313295.
5449
5450 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5451
5452         * shell/ev-window.c: (update_window_title),
5453         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5454         (ev_window_cmd_save_as):
5455         
5456         Correct conversion from uri to displayable string. Fix for
5457         bug 313296.
5458
5459 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5460
5461         * ps/ps-document.c: convert filename to utf8 when there is an error
5462         loading document. Fixes #309915
5463
5464 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5465
5466         * configure.ac:
5467
5468         We depend on poppler 0.4.0
5469
5470 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5471
5472         * configure.ac:
5473         * NEWS: Release 0.3.3.
5474         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5475
5476 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5477
5478         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5479         add a couple missing mnemonics to menu items, use title 
5480         capitalization for menu items and window titles, and add 
5481         ellipsis to open menu item.     
5482
5483 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5484
5485         * pdf/ev-poppler.cc:
5486         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5487         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5488         (ev_view_get_rotation):
5489         * shell/ev-view.h:
5490         * shell/ev-window.c: (setup_view_from_metadata),
5491         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5492         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5493         disk.
5494
5495 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5496
5497         * configure.ac: Added tr to ALL_LINGUAS
5498
5499 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5500
5501         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5502         requires several clicks to find word. Thanks to 
5503         Colin Slater <kiltedtaco@gmail.com>.
5504
5505 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5506
5507         * data/evince.desktop.in.in: Hide menu entry and
5508         rename it to "Document Viewer". Fix for bug 
5509         #312399.
5510
5511 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5512
5513         * shell/ev-page-action.c (ev_page_action_class_init): 
5514
5515         Point to the correct function in constructor of the
5516         activate_label signal
5517
5518 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5519
5520         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5521         * shell/ev-jobs.h: Make thread safe.
5522
5523 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * shell/ev-view.c: (view_update_range_and_current_page):
5526         Don't update page range if we are scrolling to some document
5527         point.
5528
5529 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5532         when getting max_page_width, fix drawing in dual mode.
5533
5534 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5535
5536         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5537         getting the area for select_all.
5538
5539 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5540
5541         * backend/ev-selection.c: (ev_selection_render_selection):
5542         * backend/ev-selection.h:
5543         * pdf/ev-poppler.cc:
5544         * shell/ev-jobs.c: (ev_job_render_new):
5545         * shell/ev-jobs.h:
5546         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5547         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5548         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5549         (ev_view_class_init):
5550
5551         Change selection color on focus in and focus out events.  Also,
5552         poppler now uses GdkColor for specifying the selection colors, so
5553         drop some awkward conversion code.
5554
5555 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5556
5557         * configure.ac: Added Hebrew translation
5558
5559 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5560
5561         * NOTES:
5562         * backend/ev-selection.c: (ev_selection_render_selection):
5563         * backend/ev-selection.h:
5564         * pdf/ev-poppler.cc:
5565         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5566         (ev_job_render_run):
5567         * shell/ev-jobs.h:
5568         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5569         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5570         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5571         (ev_pixbuf_cache_style_changed),
5572         (ev_pixbuf_cache_get_selection_pixbuf),
5573         (ev_pixbuf_cache_set_selection_list),
5574         (ev_pixbuf_cache_get_selection_list):
5575         * shell/ev-pixbuf-cache.h:
5576         * shell/ev-utils.c: (ev_print_region_contents):
5577         * shell/ev-utils.h:
5578         * shell/ev-view.c: (ev_view_queue_draw_page),
5579         (selection_update_idle_cb), (ev_view_motion_notify_event),
5580         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5581         (setup_caches), (ev_view_find_next), (merge_selection_region),
5582         (selection_free):
5583         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5584
5585         Clean up selection to be much smoother!
5586
5587 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5588
5589         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5590         to poppler_page_render_selection().
5591
5592 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593
5594         * ps/ps-document.c: (save_page_list): Use
5595         unzipped document when printing. Thanks to 
5596         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5597         311016.
5598
5599 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * shell/ev-window.c: (update_action_sensitivity):
5602         
5603         Disable print and save respect to lockdown gconf keys. Fix
5604         for 312342.
5605
5606 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * configure.ac:
5609         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5610         (write_to_temp_file), (ev_file_set_contents):
5611         * shell/ev-utils.h:
5612         * shell/ev-window.c: (save_print_config_to_file):
5613         
5614         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5615         Fix for bug 312238
5616
5617 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5618
5619         * shell/ev-window.c: (load_print_config_from_file),
5620         (save_print_config_to_file), (ev_window_print_range):
5621
5622         Persist the print settings. Fixes bug #311578.
5623
5624 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * djvu/djvu-document.c: (djvu_document_get_page_size),
5627         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5628         (djvu_document_thumbnails_get_thumbnail):
5629         * dvi/dvi-document.c: (dvi_document_get_page_size),
5630         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5631         (dvi_document_thumbnails_get_dimensions),
5632         (dvi_document_thumbnails_get_thumbnail):
5633         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5634         (pixbuf_document_render_pixbuf),
5635         (pixbuf_document_document_iface_init),
5636         (pixbuf_document_thumbnails_get_thumbnail):
5637         
5638         Update backends to make them build with new rotation system.
5639
5640 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5641
5642         * help/C/figures/evince_start_window.png:
5643         
5644         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5645
5646 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5647
5648         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5649         * shell/ev-pixbuf-cache.h:
5650         * shell/ev-sidebar-thumbnails.c:
5651         (ev_sidebar_thumbnails_get_property), (add_range),
5652         (adjustment_changed_cb):
5653         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5654         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5655         we were thumbnailing the entire docment on startup, slowing us
5656         down hugely. 
5657
5658 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5659
5660         * shell/ev-page-cache.c: (ev_page_cache_new):
5661         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5662         == 0, fixes #310306.
5663
5664 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5665
5666         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5667         (ev_view_rotate_left):
5668
5669         Account rotation in doc_rect_to_view_rect.
5670         Ensure rotation doesnt go out of bounds.
5671
5672 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5673
5674         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5675
5676         Correct and cleanup w/h swapping
5677
5678 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5679
5680         * backend/ev-document-thumbnails.c:
5681         (ev_document_thumbnails_get_thumbnail):
5682         * backend/ev-document-thumbnails.h:
5683         * backend/ev-document.c:
5684         * backend/ev-document.h:
5685         * backend/ev-render-context.c: (ev_render_context_new),
5686         (ev_render_context_set_rotation):
5687         * backend/ev-render-context.h:
5688         * pdf/ev-poppler.cc:
5689         * ps/ps-document.c: (ps_document_document_iface_init):
5690         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5691         * shell/ev-jobs.h:
5692         * shell/ev-page-cache.c: (build_height_to_page),
5693         (ev_page_cache_new), (ev_page_cache_get_size),
5694         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5695         (ev_page_cache_get_height_to_page):
5696         * shell/ev-page-cache.h:
5697         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5698         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5699         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5700         (ev_pixbuf_cache_get_selection_pixbuf):
5701         * shell/ev-pixbuf-cache.h:
5702         * shell/ev-print-job.c: (idle_print_handler):
5703         * shell/ev-sidebar-thumbnails.c: (add_range):
5704         * shell/ev-view.c: (view_update_range_and_current_page),
5705         (get_page_y_offset), (get_page_extents),
5706         (ev_view_size_request_continuous_dual_page),
5707         (ev_view_size_request_continuous),
5708         (ev_view_size_request_dual_page),
5709         (ev_view_size_request_single_page), (draw_one_page),
5710         (ev_view_set_rotation), (ev_view_rotate_right),
5711         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5712         (ev_view_zoom_for_size_continuous_and_dual_page),
5713         (ev_view_zoom_for_size_continuous),
5714         (ev_view_zoom_for_size_dual_page),
5715         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5716         (ev_view_select_all):
5717         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5718         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5719         (tiff_document_document_iface_init),
5720         (tiff_document_thumbnails_get_thumbnail):
5721
5722         Use rotation rather than orientation. It's easier and enough
5723         for our needs.
5724
5725 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5726
5727         * shell/ev-page-cache.c: (build_height_to_page),
5728         (ev_page_cache_new), (ev_page_cache_get_size),
5729         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5730         (ev_page_cache_get_height_to_page):
5731         * shell/ev-page-cache.h:
5732         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5733         (ev_view_size_request_continuous_dual_page),
5734         (ev_view_size_request_continuous),
5735         (ev_view_zoom_for_size_continuous_and_dual_page),
5736         (ev_view_zoom_for_size_continuous):
5737
5738         Make the page cache aware of page orientation.
5739
5740 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5741
5742         * backend/ev-document-thumbnails.c:
5743         (ev_document_thumbnails_get_thumbnail):
5744         * backend/ev-document-thumbnails.h:
5745         * backend/ev-document.c:
5746         * backend/ev-document.h:
5747         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5748         * backend/ev-ps-exporter.h:
5749         * pdf/ev-poppler.cc:
5750         * ps/ps-document.c: (ps_document_document_iface_init),
5751         (ps_document_ps_export_do_page):
5752         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5753         * shell/ev-jobs.h:
5754         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5755         (ev_page_cache_get):
5756         * shell/ev-page-cache.h:
5757         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5758         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5759         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5760         * shell/ev-pixbuf-cache.h:
5761         * shell/ev-print-job.c: (idle_print_handler):
5762         * shell/ev-sidebar-thumbnails.c: (add_range):
5763         * shell/ev-view.c: (view_update_range_and_current_page),
5764         (get_page_extents), (ev_view_size_request_dual_page),
5765         (ev_view_size_request_single_page), (draw_one_page),
5766         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5767         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5768         (ev_view_zoom_for_size_dual_page),
5769         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5770         (ev_view_select_all):
5771         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5772         * tiff/tiff-document.c: (tiff_document_get_page_size),
5773         (tiff_document_get_orientation), (rotate_pixbuf),
5774         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5775         (tiff_document_thumbnails_get_thumbnail),
5776         (tiff_document_ps_export_do_page), (tiff_document_init):
5777
5778         Really make use of the orientation bit of the render context.
5779         Use the render context in a few more places in the backend API.
5780         This regress orientation, but now it's done right. Will try to
5781         fix it up asap...
5782
5783 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5784
5785         * shell/ev-view.c: (ensure_rectangle_is_visible):
5786
5787         Patch by Nickolay V. Shmyrev to fix find flickering
5788
5789 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5790
5791         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5792         duplex parameters to ::begin.
5793
5794         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5795         * shell/ev-print-job.c (idle_print_handler): 
5796         * ps/ps-document.c (ps_document_ps_export_begin): 
5797         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5798         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5799         implementations. Poppler backend needs poppler cvs. Rest has
5800         unchanged behavior.
5801
5802 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5803
5804         * shell/ev-window.c (using_pdf_printer): new function.
5805         (ev_window_print_range): print a less techy message if someone
5806         tries to print to PDF.
5807
5808 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5809
5810         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5811         from "unknown font" string. Bug #311431
5812
5813 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5814
5815         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5816
5817 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5818
5819         Bug #311280
5820         
5821         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5822         name for PopplerFontTypes
5823         (pdf_document_fonts_fill_model): add font type to the detail column
5824
5825         * backend/ev-document-fonts.h: added
5826         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5827
5828         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5829         font name and font details, add a little markup.
5830         (ev_properties_fonts_init): use the new cell data func, specify ypad
5831         property for the cell renderer.
5832         (ev_properties_fonts_set_document): add the details column.
5833
5834 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5835
5836         * configure.ac: Added "pl" to ALL_LINGUAS.
5837
5838 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5839
5840         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5841
5842 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5843
5844         * help/ChangeLog: Started this for translations of manual.
5845         * configure.ac, autogen.sh, .cvsignore: Migrated to
5846         gnome-doc-utils. Patch in bug #311222.
5847
5848 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5849
5850         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5851         #ifdef this away to fix an unused-function warning.
5852
5853 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5854
5855         * configure.ac: Added 'gl' to ALL_LINGUAS.
5856
5857 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5858
5859         * configure.ac: Added ne in ALL_LINGUAS
5860         
5861 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view.c: (ev_view_leave_notify_event):
5864         
5865         Clear status message when pointer leaves view. Fix for bug
5866         #310818 
5867
5868 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5869
5870         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5871
5872 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5873
5874         * shell/ev-view.c: (ev_view_leave_notify_event),
5875         (ev_view_class_init):
5876         
5877         Set cursor to normal then leaving view.
5878
5879 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5880
5881         * configure.ac:
5882         
5883         Fix required djvulibre version.
5884
5885 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5886
5887         *configure.ac: Hindi (hi) language added
5888
5889 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5890
5891         *configure.ac: Punjabi (pa) Language added
5892
5893 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5894
5895         * data/evince-ui.xml, shell/ev-window.c:
5896         
5897         Add keypad accelerators for zooming. Fix for bug 308128.
5898
5899 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * Makefile.am:
5902         * backend/Makefile.am:
5903         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5904         * configure.ac:
5905         * shell/ev-document-types.c: (ev_document_types_add_filters):
5906
5907         Allow to enable/disable the pixbuf backend.
5908         Default to off for now. If we want it enabled we should
5909         really put mime types in the desktop, implement properties etc.
5910
5911         * properties/evince-properties.c:
5912
5913         Initialize error to NULL.
5914         Check error is not NULL before freeing.
5915
5916 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5917
5918         * shell/ev-window.c:
5919
5920         Use F5 as presentation accell
5921
5922 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5923
5924         * shell/ev-window.c: (update_chrome_visibility),
5925         (ev_window_create_fullscreen_popup), (ev_window_init):
5926
5927         Do not leak the fullscreen toolbar
5928
5929 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * shell/ev-window.c: (view_actions_focus_in_cb),
5932         (view_actions_focus_out_cb):
5933
5934         These has a return value! Fix totally random focus
5935         issues we was seeing.
5936
5937 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5938
5939         * shell/main.c: (load_files_remote):
5940
5941         Allow open more than one file
5942
5943 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5944
5945         * shell/main.c: (load_files_remote):
5946
5947         Fix for dbus 0.33. bug #309975
5948
5949 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5950
5951         * properties/ev-properties-main.c: (ev_properties_get_pages):
5952
5953         Actually return NULL for types we dont support
5954
5955 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5956
5957         * po/POTFILES.in:
5958
5959         Remove empty lines.
5960
5961 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5962
5963         * backend/ev-document-factory.c:
5964         (ev_document_factory_get_document):
5965
5966         Do not try to create the object if type
5967         is invalid.
5968
5969 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5970
5971         * ps/ps-document.c: (ps_document_dispose),
5972         (ps_async_renderer_render_pixbuf):
5973         * ps/ps-document.h:
5974
5975         Do not leak the target window
5976
5977 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5978
5979         * shell/ev-application.c: (ev_application_init):
5980
5981         Let tbe check file existence for us.
5982         Add a comment about eggrecent mime filter.
5983
5984 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5985
5986         * data/evince-ui.xml:
5987         * shell/ev-application.c: (ev_application_shutdown),
5988         (ev_application_init), (ev_application_get_toolbars_model),
5989         (ev_application_get_recent_model),
5990         (ev_application_save_toolbars_model):
5991         * shell/ev-application.h:
5992         * shell/ev-window.c: (ev_window_add_recent),
5993         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5994         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5995         (ev_window_init):
5996
5997         Use common toolbar and recent models for all windows.
5998         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6001
6002         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6003         successfully check for gtk_icon_view_get_visible_range.
6004
6005 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6006
6007         * djvu/Makefile.am:
6008         * dvi/Makefile.am:
6009         
6010         Fix djvu and dvi backend build.
6011
6012 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6013
6014         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6015         (new_separator_pixbuf):
6016
6017         Don't leak windows.
6018
6019 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6020
6021         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6022
6023         HIGification of toolbar editor dialogue.
6024
6025 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6026
6027         * configure.ac:
6028         * shell/Makefile.am:
6029
6030         Ever build metadata manager since it's just
6031         disabled at runtime now.
6032
6033 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6034
6035         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6036         (ev_metadata_manager_get), (ev_metadata_manager_set):
6037         * shell/ev-metadata-manager.h:
6038
6039         Add an _init functions that enabled metadata management
6040         at runtime.
6041
6042         * shell/ev-window.c: (page_changed_cb),
6043         (setup_document_from_metadata), (ev_window_setup_document),
6044         (setup_view_from_metadata), (ev_window_open_uri),
6045         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6046         (ev_window_run_presentation), (ev_window_stop_presentation),
6047         (save_sizing_mode), (ev_window_zoom_changed_cb),
6048         (ev_window_continuous_changed_cb),
6049         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6050         (window_configure_event_cb):
6051
6052         Remove all ugly metadata define since we deal with it
6053         at runtime now.
6054
6055         * shell/main.c: (load_files_remote), (main):
6056
6057         Add support for dbus cvs head. Hopefully didnt break one
6058         of the other versions now!
6059
6060         If we dont get a response from the dbus server just
6061         give up with it and not enable metadata.
6062
6063 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6064
6065         * Makefile.am:
6066         * backend/Makefile.am:
6067         * configure.ac:
6068         * cut-n-paste/recent-files/Makefile.am:
6069         * cut-n-paste/toolbar-editor/Makefile.am:
6070         * cut-n-paste/zoom-control/Makefile.am:
6071         * lib/Makefile.am:
6072         * pdf/Makefile.am:
6073         * pixbuf/Makefile.am:
6074         * properties/Makefile.am:
6075         * ps/Makefile.am:
6076         * shell/Makefile.am:
6077         * thumbnailer/Makefile.am:
6078         * tiff/Makefile.am:
6079
6080         Make frontends depend on just libev.
6081         Rework and group CFLAGS/LIBS definitions.
6082         Cleanups.
6083
6084 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6085
6086         * shell/ev-window:
6087
6088         do not unnecessarily save zoom
6089
6090         * configure.ac:
6091         * lib/ev-file-helpers.c: (ev_dot_dir):
6092         * shell/Makefile.am:
6093         * shell/dummy.cc:
6094
6095         Some cleanups
6096
6097 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6098
6099         * configure.ac:
6100         
6101         Remove unnecessary dependencies
6102
6103 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6104
6105         * properties/Makefile.am:
6106         * thumbnailer/Makefile.am:
6107         * tiff/Makefile.am:
6108
6109         Some more cleanups. Was really necessary
6110         but I probably introduced bugs, feel free
6111         to flame :)
6112
6113 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6114
6115         * backend/Makefile.am:
6116         * configure.ac:
6117         * cut-n-paste/recent-files/Makefile.am:
6118         * cut-n-paste/toolbar-editor/Makefile.am:
6119         * cut-n-paste/zoom-control/Makefile.am:
6120         * lib/Makefile.am:
6121         * pdf/Makefile.am:
6122         * pixbuf/Makefile.am:
6123         * properties/Makefile.am:
6124         * ps/Makefile.am:
6125         * shell/Makefile.am:
6126         * thumbnailer/Makefile.am:
6127         * tiff/Makefile.am:
6128
6129         Use gnome-common macros when possible.
6130         Cleanup dependencies.
6131         Actually disable deprecated where possible.
6132
6133 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6134
6135         * Makefile.am:
6136         * backend/Makefile.am:
6137         * properties/Makefile.am:
6138         * shell/Makefile.am:
6139         * thumbnailer/Makefile.am:
6140
6141         This should solve the circular dep without
6142         requiring dir reorg!
6143
6144         * shell/ev-window.c: (setup_view_from_metadata):
6145
6146         Never restore window size/position when the
6147         window is already visible.
6148
6149 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6150
6151         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6152
6153         Return a boolean from timeout func. Fix ported from gedit.
6154
6155 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6156
6157         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6158
6159 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6160
6161         * shell/ev-document-types.c: set "All Documents" as default filter in
6162         open dialog
6163
6164 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6165
6166         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6167         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6168         (ev_metadata_manager_set_boolean): fix value/val thinko.
6169
6170 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6171
6172         * shell/ev-window.c: (setup_view_from_metadata),
6173         (window_state_event_cb), (window_configure_event_cb),
6174         (ev_window_init):
6175
6176         Remember window position and maximized state
6177
6178 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6179
6180         * configure.ac:
6181
6182         Fix DBUS configure checks.
6183
6184         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6185         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6186         (ev_metadata_manager_set_boolean):
6187
6188         Plug mem leaks.
6189
6190         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6191         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6192         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6193         (ev_window_continuous_changed_cb),
6194         (ev_window_dual_mode_changed_cb), (ev_window_new):
6195
6196         Fix the build without DBUS.
6197
6198 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6199
6200         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6201         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6202         (ev_metadata_manager_set_string),
6203         (ev_metadata_manager_set_boolean):
6204         * shell/ev-metadata-manager.h:
6205
6206         Add support for some more types
6207
6208         * shell/ev-view.c: (scroll_to_current_page),
6209         (ev_view_get_continuous), (ev_view_set_continuous),
6210         (ev_view_get_dual_page):
6211         * shell/ev-view.h:
6212         * shell/ev-window.c: (page_changed_cb),
6213         (setup_document_from_metadata), (ev_window_setup_document),
6214         (setup_view_from_metadata), (ev_window_open_uri),
6215         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6216         (ev_window_run_presentation), (ev_window_stop_presentation),
6217         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6218         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6219         (ev_window_update_dual_page_action),
6220         (ev_window_continuous_changed_cb),
6221         (ev_window_dual_mode_changed_cb), (ev_window_init):
6222
6223         Remember a bunch of view/document properties. Prolly some
6224         are still missing but it's getting interesting.
6225
6226 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6227
6228         * configure.ac: check if dbus-binding-tool is installed. Not the
6229         case on current Ubuntu breezy, it seems.
6230
6231 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6232
6233         * data/evince.desktop.in.in:
6234         
6235         Allow open uri lists and add TryExec field.
6236
6237 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6238
6239         * configure.ac:
6240
6241         Enable dbus when available, do not require a configure
6242         option.
6243
6244 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6245
6246         * configure.ac:
6247
6248         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6249         disabled.
6250
6251 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6252         Marco Pesenti Gritti  <mpg@redhat.com>
6253
6254         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6255         
6256         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6257         functions to the format required by dbus
6258
6259         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6260         errors. Use the RPC parameters in the expected way
6261
6262 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * Makefile.am:
6265         * properties/Makefile.am:
6266         * properties/ev-properties-main.c: (ev_properties_get_pages):
6267
6268         Support all mime types
6269
6270         * shell/Makefile.am:
6271         * thumbnailer/Makefile.am:
6272         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6273         (evince_thumbnail_pngenc_get):
6274
6275         Use the document factory
6276
6277 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * backend/Makefile.am:
6280         * backend/ev-document-factory.c:
6281         (mime_type_supported_by_gdk_pixbuf),
6282         (ev_document_type_get_from_mime),
6283         (ev_document_factory_get_document),
6284         (ev_document_factory_get_backend),
6285         (ev_document_factory_get_mime_types),
6286         (ev_document_factory_get_all_mime_types):
6287         * backend/ev-document-factory.h:
6288         * shell/Makefile.am:
6289         * shell/ev-document-types.c: (get_document_from_uri),
6290         (ev_document_types_get_document),
6291         (file_filter_add_mime_list_and_free),
6292         (ev_document_types_add_filters):
6293         * shell/ev-document-types.h:
6294         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6295         * shell/ev-properties-dialog.c:
6296         (ev_properties_dialog_set_document):
6297         * shell/ev-window.c: (ev_window_cmd_file_open),
6298         (ev_window_cmd_save_as):
6299         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6300
6301         Rework document types managing to avoid code duplication
6302         and actually abstract from backend implementations.
6303         Also provide a minimal factory api that can be used by
6304         thumbnailer/properties.
6305
6306 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6307
6308         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6309         Plug a mem leak.
6310         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6311         HIG spacings.
6312
6313 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6314
6315         * shell/ev-properties-dialog.c
6316         (ev_properties_dialog_set_document): only call
6317         ev_properties_fonts_set_document() if the document implements the
6318         fonts interface
6319
6320 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6321
6322         * configure.ac:
6323         * properties/Makefile.am:
6324         * properties/ev-properties-view.c:
6325         (ev_properties_view_register_type):
6326         * properties/ev-properties-view.h:
6327         * properties/ev-properties-main.h:
6328
6329         Implement nautilus plugin for properties.
6330         Works only for pdf atm, I need to rework the
6331         document types stuff to get this to work
6332         for all backends...
6333
6334 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6335
6336         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6337         (ev_properties_fonts_set_document): use
6338         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6339
6340 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6341
6342         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6343         them
6344         (PlaceImage, tiff2ps_process_page): use
6345         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6346
6347
6348 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6349
6350         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6351         (main): to call gnome_authentication_manager_init. Should fix
6352         Bug #308510
6353
6354         * configure.ac: that requires libgnomeui 2.6.0.
6355
6356 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6357
6358         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6359         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6360         use the new tiff2ps interfaces
6361
6362         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6363         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6364
6365         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6366         structure instead of global variables.  Remove use of static
6367         variables in functions.
6368
6369 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6370
6371         * shell/ev-page-action.c: unref the completion after setting it to the
6372         entry
6373
6374 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6375
6376         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6377         postscript files
6378
6379 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6380
6381         * shell/ev-window.c (update_action_sensitivity): disable
6382         File->Print if the document does not implement the ps exporter
6383         interface
6384
6385 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * Makefile.am:
6388         * configure.ac:
6389         * data/evince-properties.glade:
6390         * properties/.cvsignore:
6391         * properties/Makefile.am:
6392         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6393         (ev_properties_view_class_init), (ev_properties_view_format_date),
6394         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6395         (ev_properties_view_init), (ev_properties_view_new):
6396         * properties/ev-properties-view.h:
6397         * shell/Makefile.am:
6398         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6399         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6400         (ev_properties_dialog_new):
6401         * shell/ev-properties-dialog.h:
6402         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6403         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6404         (update_progress_label), (job_fonts_finished_cb),
6405         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6406         * shell/ev-properties-fonts.h:
6407         * shell/ev-properties.c:
6408         * shell/ev-properties.h:
6409         * shell/ev-window.c: (ev_window_setup_document),
6410         (ev_window_cmd_file_properties):
6411
6412         Split the properties pages in two different objects, depend
6413         only on the backend where possible, use widgets instead
6414         of gobject for the glade part, reimplement the dialog
6415         itself with gtk.
6416         I need this to implement nautilus properties page.
6417
6418 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6419
6420         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6421         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6422         (tiff_document_document_ps_exporter_iface_init): implement the ps
6423         exporter interface for tiff documents
6424
6425         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6426         libtiff to implement TIFF postscript export
6427
6428         * tiff/tiff2ps.h: added a header file for external tiff2ps
6429         functions.
6430
6431         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6432         tiff2ps.h
6433
6434 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-view.c: (scroll_to_current_page),
6437         (ev_view_set_fullscreen), (ev_view_set_presentation):
6438         
6439         Scroll to current page when exit from presentation
6440
6441 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * shell/ev-window.c: (update_document_mode),
6444         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6445         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6446         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6447         
6448         Exit from fullscreen mode when switch to presentation. Fix for
6449         bug 309365
6450
6451 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6452
6453         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6454         return NULL if the document does not implement the selection
6455         interface.
6456
6457 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6458
6459         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6460         reported height by using the resolution aspect ratio
6461         (tiff_document_render_pixbuf): scale the pixbuf using the
6462         resolution aspect ratio
6463
6464 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6465
6466         * configure.ac:
6467         
6468         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6469         <kiltedaco@gmail.com>
6470         
6471         * djvu/djvu-document.c: (djvu_document_get_orientation),
6472         (djvu_document_set_orientation), (djvu_document_get_page_size),
6473         (rotate_pixbuf), (djvu_document_render_pixbuf),
6474         (djvu_document_document_iface_init):
6475         * dvi/dvi-document.c: (dvi_document_get_orientation),
6476         (dvi_document_set_orientation), (dvi_document_get_page_size),
6477         (rotate_pixbuf), (dvi_document_render_pixbuf),
6478         (dvi_document_document_iface_init):
6479         
6480         Dvi and djvu backends are ported to new API
6481
6482 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6483
6484         * backend/ev-selection.c: (ev_selection_get_selection_region),
6485         (ev_selection_get_selection_map):
6486         * backend/ev-selection.h:
6487         * pdf/ev-poppler.cc:
6488         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6489         * shell/ev-jobs.h:
6490         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6491         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6492         (ev_pixbuf_cache_get_text_mapping):
6493         * shell/ev-pixbuf-cache.h:
6494         * shell/ev-view.c: (location_in_text),
6495         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6496         support to EvView.  Now we can see where we can select!  Sweet!
6497
6498 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6499
6500         * shell/ev-view.c (ev_view_button_press_event): Fix
6501         event->y + view->scroll_x typo.
6502
6503 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6504
6505         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6506         sub-GdkPixbuf instead of passing dest_x and dest_y.
6507         
6508         * shell/ev-view.c: (view_point_to_doc_point),
6509         (view_rect_to_doc_rect), (ev_view_button_press_event),
6510         (ev_view_motion_notify_event), (compute_new_selection_rect),
6511         (gdk_rectangle_point_in), (compute_new_selection_text),
6512         (compute_selections): Update selection code to keep the selection
6513         around as two points and not as a normalized rectangle, and fix
6514         page level selection in two-column mode.
6515
6516 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6517
6518         * shell/ev-window.c: (window_configure_event_cb): 
6519         
6520         Fix compilation
6521         
6522 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6523
6524         * pdf/ev-poppler.cc:
6525
6526         Fix compilation
6527
6528 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6529
6530         * shell/Makefile.am:
6531         * shell/ev-metadata-manager.c: (item_free),
6532         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6533         (parse_value), (parseItem), (load_values),
6534         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6535         (save_values), (save_item), (get_oldest), (resize_items),
6536         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6537         * shell/ev-metadata-manager.h:
6538
6539         Metadata manager from gedit but modified to use GValue, so that
6540         we dont need to keep converting from strings.
6541
6542         * configure.ac:
6543
6544         ENABLE_METADATA conditional, on when dbus is on
6545
6546         * shell/ev-application.c: (ev_application_open_uri):
6547
6548         Show the window after load so that we can initialize
6549         window size before it's showed.
6550
6551         * shell/ev-window.c: (ev_window_setup_from_metadata),
6552         (ev_window_open_uri), (window_configure_event_cb),
6553         (ev_window_init):
6554
6555         Save and load metadata information about window size.
6556         Not yet keeping states in account.
6557
6558         * shell/main.c: (main):
6559
6560         Shutdown metadata manager.
6561
6562 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * shell/ev-application-service.xml:
6565         * configure.ac:
6566         * shell/Makefile.am:
6567         * shell/ev-application.c:
6568         * shell/ev-application.h:
6569         * shell/ev-window.c:
6570         * shell/ev-window.h:
6571         * shell/main.c:
6572
6573         Add an optional dbus interface (--enable-dbus).
6574         Rework application code, mainly to be easier to
6575         use "remotely".
6576         Do not open multiple windows with the same document,
6577         spatial evince!
6578
6579 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6580
6581         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6582         pixbuf iff it exists.
6583
6584 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6585
6586         * shell/*:
6587         * backend/ev-render-context.[ch]:
6588         * backend/ev-selection.[ch]:
6589
6590         Massive changes.  We now support text selection of pdfs, and not
6591         just rectangular selection.  This is pretty broken still, but I
6592         want to get something into CVS.
6593
6594 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * pdf/ev-poppler.cc:
6597         
6598         Fix for Bug 309080: crash on window close.
6599         
6600         * shell/ev-page-action.c: (page_changed_cb):
6601         
6602         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6603         jensgr@gmx.net (Jens Granseuer).
6604
6605 2005-06-25  Marcel Telka  <marcel@telka.sk>
6606
6607         * configure.in (ALL_LINGUAS): Added sk.
6608
6609 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6610
6611         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6612         not a document open
6613
6614 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6615
6616         * NEWS:
6617         * configure.ac:
6618
6619         Release 0.3.2
6620
6621         * cut-n-paste/recent-files/Makefile.am:
6622
6623         Fix make distcheck
6624
6625 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6626
6627         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6628         (pixbuf_document_set_orientation), (rotate_pixbuf),
6629         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6630         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6631
6632         Implement rotation and cleanup the code a bit.
6633
6634         * tiff/tiff-document.c: (tiff_document_get_page_size),
6635         (tiff_document_get_orientation), (tiff_document_set_orientation),
6636         (rotate_pixbuf), (tiff_document_render_pixbuf),
6637         (tiff_document_document_iface_init), (tiff_document_init):
6638
6639         Implement rotation. Was the quicker solution for the release
6640         but we really need to share this code in the shell.
6641
6642 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6643
6644         * pdf/ev-poppler.cc:
6645
6646         Enable rotation, require poppler cvs. Fix a leak.
6647
6648 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6649
6650         * shell/ev-window.c: (update_action_sensitivity):
6651         
6652         Make properties unsensitive if document backend doesn't provide
6653         any info
6654
6655 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6658         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6659         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6660         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6661         (bitmap_flip_rotate_counter_clockwise):
6662         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6663         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6664         (buff_gets):
6665         * dvi/mdvi-lib/common.h:
6666         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6667         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6668         (opendvi), (mdvi_reload), (mdvi_init_context),
6669         (mdvi_destroy_context), (mdvi_dopage), (special):
6670         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6671         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6672         (file_hash_free), (register_encoding), (parse_spec),
6673         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6674         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6675         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6676         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6677         (mdvi_register_font_type), (mdvi_unregister_font_type),
6678         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6679         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6680         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6681         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6682         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6683         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6684         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6685         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6686         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6687         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6688         (mdvi_unregister_special), (mdvi_flush_specials):
6689         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6690         (t1_font_remove):
6691         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6692         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6693         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6694         (free_font_metrics), (flush_font_metrics):
6695         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6696         (tt_font_remove):
6697         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6698         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6699         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6700         (dstring_insert), (dstring_new), (dstring_reset):
6701         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6702         
6703         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6704         avoid conflict with libtool on FC4
6705         
6706         * shell/ev-window.c: (ev_window_cmd_help_about):
6707         
6708         Update copyright year. Fix for bug 308828.
6709
6710 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-view.c: (add_scroll_binding_keypad),
6713         (ev_view_binding_activated), (ev_view_class_init),
6714         (on_adjustment_value_changed):
6715         
6716         Bug 170874: Arrow keys switch pages in presentation mode
6717
6718 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6721         
6722         Fix for Bug 308265: Sidebar dissappears coming out of 
6723         Presentation mode
6724
6725 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * shell/ev-application.c: (ev_application_open):
6728         * shell/ev-document-types.c: (ev_document_types_add_filters),
6729         (ev_document_types_add_filters_for_type):
6730         * shell/ev-document-types.h:
6731         * shell/ev-window.c: (ev_window_cmd_save_as):
6732         
6733         Suggest basename as template when saving, provide filters
6734         for save dialog. It's bug 308402
6735
6736 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * pdf/ev-poppler.cc:
6739         * shell/ev-sidebar-links.c: (job_finished_callback):
6740         * shell/ev-view.c: (update_find_status_message):
6741         
6742         Some leaks fixed
6743
6744 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6745
6746         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6747         (egg_recent_view_uimanager_set_list):
6748
6749         Fix buglet in !show_numbers case.
6750
6751 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6752
6753         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6754         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6755
6756         Use pango ellipsisation.
6757
6758         * pdf/ev-poppler.cc:
6759
6760         Fix refcount leak, from nsh.
6761
6762 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764         * cut-n-paste/recent-files/Makefile.am:
6765         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6766         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6767         
6768         Removed EggRecentViewGtk
6769         
6770         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6771         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6772         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6773         (ev_window_setup_recent):
6774         
6775         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6776         with other projects
6777
6778 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6781         (egg_recent_view_gtk_finalize):
6782
6783         Fix memory leak
6784
6785         * cut-n-paste/toolbar-editor/Makefile.am:
6786         
6787         Fix location of cursor icon.
6788         
6789         * pdf/ev-poppler.cc:
6790         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6791         (display_completion_text), (match_completion):
6792         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6793         (selection_changed_callback), (create_loading_model),
6794         (print_section_cb), (links_page_num_func),
6795         (update_page_callback_foreach):
6796         * shell/ev-window.c: (ev_window_dispose):
6797         
6798         Small memory fixes. Links model now store objects instead
6799         of pointers to improve memory management. 
6800
6801 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6802
6803         * shell/ev-window.c: (zoom_control_changed_cb):
6804         
6805         Fix update of zoom control (bug 308268).
6806
6807 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6808
6809         * shell/ev-properties.c (set_property): escape the text correctly.
6810         Handles non-UTF-8 properties and escaped properties.  Also, sets
6811         the text to "<i>None</i>" if the property isn't set.
6812
6813         * data/evince-properties.glade: Change the label to be ellipsized,
6814         and give it a minimum size.
6815
6816 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6819         * shell/ev-sidebar-links.c: (create_loading_model):
6820         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6821         * shell/ev-view.c: (ev_view_set_document):
6822         * shell/ev-window.c: (ev_window_dispose):
6823         
6824         Various small fixes, mostly memory leaks. Thanks to valgrind.
6825
6826 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6827
6828         * ps/ps-document.c: remove the locale.h include again ;-). And
6829         kill the (bogus) setlocale/savelocale business.
6830
6831 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6832
6833         * ps/ps-document.c:
6834         
6835         Include locale.h to fix build
6836         
6837         * shell/ev-sidebar.c:
6838         
6839         Remove unnecessary includes
6840
6841 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * dvi/dvi-document.c: (dvi_document_load):
6844         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6845         * po/POTFILES.in:
6846         
6847         Check for incorrect dvi files. Fix parsing dvi on AMD64
6848         platform. Thanks to tester@tester.ca (Olivier Crete).
6849
6850 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-page-action.c: (match_selected_cb),
6853         (display_completion_text), (match_completion), (update_model):
6854         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6855         (expand_open_links):
6856         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6857         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6858         (ev_sidebar_set_document):
6859         * shell/ev-window.c: (ev_window_xfer_job_cb),
6860         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6861         
6862         Fixed lot's of memory leaks, for example, memory leak on reload, 
6863         described in bug 307793.
6864
6865 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6866
6867         * pdf/ev-poppler.cc:
6868         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6869         (update_visible_range), (adjustment_changed_cb),
6870         (ev_sidebar_thumbnails_fill_model),
6871         (ev_sidebar_thumbnails_refresh),
6872         (ev_sidebar_tree_selection_changed),
6873         (ev_sidebar_icon_selection_changed),
6874         (ev_sidebar_thumbnails_use_icon_view),
6875         (ev_sidebar_thumbnails_set_document):
6876         * shell/ev-sidebar-thumbnails.h:
6877         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6878         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6879
6880         Refresh thumbnails when changing orientation. Not fully
6881         working yet becuase of a sidebar bug.
6882
6883         Set page orientation to poppler page everywhere. This sucks
6884         really need to fix poppler.
6885
6886 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6887
6888         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6889         (egg_recent_view_gtk_new_menu_item),
6890         (egg_recent_view_gtk_set_property),
6891         (egg_recent_view_gtk_get_property),
6892         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6893         (egg_recent_view_gtk_set_tooltip_func),
6894         (egg_recent_view_gtk_set_label_width),
6895         (egg_recent_view_gtk_get_label_width):
6896         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6897
6898         Sync with libegg (ellipsize labels)
6899
6900 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6901
6902         * data/evince-ui.xml:
6903         * shell/ev-window.c: (ev_window_cmd_go_forward),
6904         (ev_window_cmd_go_backward):
6905         
6906         Shift + PageUp moves 10 Pages. Fix for 306125
6907
6908 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * pdf/ev-poppler.cc:
6911
6912         Add a flag to check if orientation has been overriden
6913
6914 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6915
6916         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6917         field if necessary.
6918
6919         * ps/ps.h: add creator field to document.
6920
6921         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6922         set creator field.
6923
6924 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * data/evince-properties.glade:
6927         * shell/ev-properties.c: (ev_properties_set_document):
6928
6929         s/PDF Version/Format
6930
6931 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * shell/ev-properties.c: (ev_properties_set_document):
6934
6935         Remove unnecessary translations
6936
6937 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * cut-n-paste/toolbar-editor/Makefile.am:
6940
6941         Correct library name    
6942
6943 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6944
6945         * configure.ac:
6946         * cut-n-paste/recent-files/egg-recent-model.c:
6947         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6948         (egg_recent_model_unlock_file):
6949         * cut-n-paste/recent-files/egg-recent-util.c:
6950         (egg_recent_util_get_unique_id):
6951         * cut-n-paste/recent-files/update-from-egg.sh:
6952         * cut-n-paste/toolbar-editor/Makefile.am:
6953         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6954         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6955         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6956         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6957         (egg_toolbars_model_get_type):
6958         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6959
6960         Better makefile for toolbar editor and update everything
6961         to latest libegg.
6962
6963 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6964
6965         * shell/ev-window.c: (update_document_mode):
6966
6967         Prefer presentation mode when the document
6968         require fullscreen.
6969
6970 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6971
6972         * data/evince-ui.xml:
6973         * shell/ev-window.c:
6974
6975         Add control-equal for zooming
6976
6977 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6978
6979         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6980
6981 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6982
6983         * backend/ev-document.c: (ev_document_get_orientation):
6984         * backend/ev-document.h:
6985         * pdf/ev-poppler.cc:
6986         * ps/ps-document.c: (ps_document_get_orientation),
6987         (ps_document_set_orientation), (ps_document_document_iface_init):
6988
6989         Add a get_orientation api. Improve set_orientation.
6990
6991         * data/evince-ui.xml:
6992         * shell/ev-view.c: (ev_view_set_orientation),
6993         (ev_view_rotate_right), (ev_view_rotate_left):
6994         * shell/ev-view.h:
6995         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6996         (ev_window_cmd_edit_rotate_right):
6997
6998         Better ui for changing document orientation
6999
7000 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7003         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7004         * shell/ev-sidebar-links.h:
7005         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7006         (ev_sidebar_page_iface_init):
7007         * shell/ev-sidebar-page.h:
7008         * shell/ev-sidebar-thumbnails.c:
7009         (ev_sidebar_thumbnails_get_property),
7010         (ev_sidebar_thumbnails_class_init),
7011         (ev_sidebar_thumbnails_set_document):
7012         * shell/ev-sidebar-thumbnails.h:
7013         * shell/ev-view.c: (ev_view_motion_notify_event):
7014         * shell/ev-window.c: (update_chrome_visibility),
7015         (ev_window_cmd_focus_page_selector),
7016         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7017         (sidebar_page_main_widget_update_cb), (ev_window_init):
7018         
7019         Autoraise toolbar on GoToPage binding and fix bindings in
7020         EvSidebarThumbnails page.
7021
7022 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7023
7024         * shell/ev-properties.c: (update_progress_label):
7025
7026         Hide the progress label when finished; bug #307697.
7027
7028 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7029
7030         * pdf/ev-poppler.cc:
7031
7032         Enable is_open for links, you will need poppler cvs
7033
7034         * shell/ev-properties.c: (job_fonts_finished_cb):
7035
7036         Get a lock on the document when filling the tree view
7037
7038 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7039
7040         * backend/ev-document-links.h:
7041         * pdf/ev-poppler.cc:
7042         * shell/ev-sidebar-links.c: (create_loading_model),
7043         (expand_open_links), (job_finished_callback):
7044
7045         Expand links when specified by the document.
7046         Depend on a poppler api (defined out for now)
7047
7048 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7049
7050         * shell/ev-properties.c: (ev_properties_dispose),
7051         (ev_properties_class_init), (dialog_destroy_cb),
7052         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7053         (ev_properties_set_document), (ev_properties_new),
7054         (ev_properties_show):
7055         * shell/ev-properties.h:
7056
7057         Make it an object, cleanup the code, api to show it as transient
7058         and to set the document.
7059
7060         * shell/ev-window.c: (ev_window_setup_document),
7061         (ev_window_cmd_file_properties):
7062
7063         Adapt to EvProperties changes, do not show multiple
7064         times, update it when document changes.
7065
7066 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7067
7068         * ps/gstypes.h:
7069         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7070         (ps_document_set_orientation), (ps_document_document_iface_init):
7071         * ps/ps-document.h:
7072
7073         Implement orientation here too
7074
7075         * shell/ev-properties.c: (ev_properties_new):
7076         * data/evince-properties.glade:
7077
7078         Hide the fonts page for backends that doesnt
7079         support it.     
7080
7081 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7082
7083         * backend/ev-document.c: (ev_document_set_orientation):
7084         * backend/ev-document.h:
7085         * pdf/ev-poppler.cc:
7086
7087         Add orientation api. Currently poppler api is not optimal,
7088         we need to set orientation every time we _get a page.
7089         I will try to fix that at some point.
7090
7091         * data/evince-ui.xml:
7092         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7093         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7094
7095         Add orientation menu items
7096
7097         * shell/ev-page-cache.c: (ev_page_cache_clear):
7098         * shell/ev-page-cache.h:
7099
7100         Add api to clear the cache
7101
7102         * shell/ev-view.c: (setup_caches), (clear_caches),
7103         (ev_view_set_document), (ev_view_zoom_out),
7104         (ev_view_set_orientation):
7105         * shell/ev-view.h:
7106
7107         Implement orientation changing
7108
7109 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7110
7111         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7112         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7113         * backend/ev-document-fonts.h:
7114
7115         Separate scan and fill so that we can incrementally fill from
7116         the main thread. Add a progress api.
7117
7118         * data/evince-properties.glade:
7119         * pdf/ev-poppler.cc:
7120         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7121         * shell/ev-jobs.h:
7122         * shell/ev-properties.c: (update_progress_label),
7123         (job_fonts_finished_cb), (setup_fonts_view):
7124
7125         Incrementally feel the list and show the progress
7126         percentage in a label like acrobat does.
7127
7128         You are going to need poppler cvs
7129
7130 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7131
7132         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7133         * backend/ev-document-fonts.h:
7134         * pdf/ev-poppler.cc:
7135
7136         Make fonts model fill incrementally.
7137
7138         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7139         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7140         (ev_job_queue_remove_job):
7141         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7142         (ev_job_fonts_new), (ev_job_fonts_run):
7143         * shell/ev-jobs.h:
7144
7145         New job for fonts scanning
7146
7147         * shell/ev-properties.c: (job_fonts_finished_cb),
7148         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7149         * shell/ev-properties.h:
7150         * shell/ev-window.c: (ev_window_cmd_file_properties):
7151
7152         Incrementally feel the treeview using the new job. Show Loading...
7153         message until scanning is completed.
7154
7155         Hopefully I didnt break the build without the poppler patch.
7156
7157 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7158
7159         * shell/ev-application.c: (ev_application_open):
7160         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7161         (ev_document_type_get_type), (ev_document_type_lookup):
7162         * shell/ev-document-types.h:
7163         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7164         * shell/ev-job-xfer.h:
7165         * shell/ev-window.c: (ev_window_clear_local_uri),
7166         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7167         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7169         
7170         Transfer remote documents to tmp directory to display them later.
7171
7172 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7173
7174         * backend/ev-document-info.h:
7175         * shell/ev-properties.c: (ev_properties_new):
7176
7177         s/GTime*/GTime. Not sure why we was using a pointer
7178         at all there!
7179
7180 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7181
7182         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7183         situations.  That situation is that you're using GTK+-HEAD with
7184         the patch at #306726 is applied, and you have a document with <
7185         1500 pages in it.  It's not quite as uniformly nice as the
7186         TreeView, but should be better in the long run.
7187
7188         I'm pretty sure I guarded against breaking compilation with
7189         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7190         I missed some.
7191
7192         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7193         widget yet, so I commented that code out
7194         enable_view_actions_for_widget() for now.  Need to figure this
7195         out.
7196
7197         * shell/ev-page-action.c (match_selected_cb): emit the right
7198         signals.  Our cool C-l completion now works.
7199
7200 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * backend/Makefile.am:
7203         * backend/ev-document-fonts.c:
7204         * backend/ev-document-links.c:
7205         * backend/ev-document.c: (ev_document_load):
7206         * backend/ev-document.h:
7207         * backend/ev-job-queue.c:
7208         * backend/ev-job-queue.h:
7209         * backend/ev-jobs.c:
7210         * backend/ev-jobs.h:
7211         * backend/ev-page-cache.c:
7212         * backend/ev-page-cache.h:
7213
7214         EvPageCache and EvJobs are moved to shell.
7215
7216         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7217         (ev_tmp_filename):
7218         * lib/ev-file-helpers.h:
7219         
7220         New helper to work with temporary files
7221         
7222         * shell/Makefile.am:
7223         * shell/ev-application.c: (ev_application_open):
7224         * shell/ev-application.h:
7225         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7226         (remove_job_from_async_queue), (add_job_to_async_queue),
7227         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7228         (handle_job), (search_for_jobs_unlocked),
7229         (no_jobs_available_unlocked), (ev_render_thread),
7230         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7231         (ev_job_queue_add_job), (move_job_async), (move_job),
7232         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7233         * shell/ev-job-queue.h:
7234         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7235         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7236         * shell/ev-job-xfer.h:
7237         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7238         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7239         (ev_job_links_class_init), (ev_job_render_init),
7240         (ev_job_render_dispose), (ev_job_render_class_init),
7241         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7242         (ev_job_thumbnail_class_init), (ev_job_load_init),
7243         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7244         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7245         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7246         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7247         * shell/ev-jobs.h:
7248         * shell/ev-page-action.c: (ev_page_action_set_document):
7249         * shell/ev-page-cache.c: (ev_page_cache_init),
7250         (ev_page_cache_class_init), (ev_page_cache_finalize),
7251         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7252         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7253         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7254         (ev_page_cache_get_title), (ev_page_cache_get_size),
7255         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7256         (ev_page_cache_get_height_to_page),
7257         (ev_page_cache_get_max_label_chars),
7258         (ev_page_cache_get_page_label),
7259         (ev_page_cache_has_nonnumeric_page_labels),
7260         (ev_page_cache_get_info), (ev_page_cache_next_page),
7261         (ev_page_cache_prev_page), (ev_page_cache_get):
7262         * shell/ev-page-cache.h:
7263         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7264         (ev_pixbuf_cache_clear_job_sizes),
7265         (ev_pixbuf_cache_add_jobs_if_needed),
7266         (ev_pixbuf_cache_set_page_range):
7267         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7268         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7269         * shell/ev-sidebar-thumbnails.c:
7270         (ev_sidebar_tree_selection_changed),
7271         (ev_sidebar_thumbnails_set_document):
7272         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7273         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7274         (ev_statusbar_get_context_id), (ev_statusbar_push),
7275         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7276         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7277         (ev_statusbar_set_progress):
7278         * shell/ev-statusbar.h:
7279         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7280         (ev_view_find_previous):
7281         * shell/ev-window.c: (ev_window_is_empty),
7282         (ev_window_setup_document), (password_dialog_response),
7283         (ev_window_clear_jobs), (ev_window_load_job_cb),
7284         (ev_window_xfer_job_cb), (ev_window_open_uri),
7285         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7286         (ev_window_print), (ev_window_print_range),
7287         (ev_window_state_event), (ev_window_cmd_view_reload),
7288         (menu_item_select_cb), (menu_item_deselect_cb),
7289         (view_status_changed_cb), (ev_window_dispose),
7290         (drag_data_received_cb), (ev_window_init):
7291         * shell/ev-window.h:
7292         * shell/main.c: (load_files):
7293         
7294         New statusbar to show progress on idle. Two new jobs - 
7295         xfer job and load job to load document in background. And update
7296         of page_cache clients to new location of code.
7297
7298 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7299   
7300         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7301         selection in open dialog. It also remembers the last visited directory 
7302         in the current session.
7303
7304 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * shell/ev-properties.c: (ev_properties_new):
7307         * shell/ev-properties.h:
7308         * shell/ev-window.c: (ev_window_cmd_file_properties):
7309         
7310         Get document info from page cache instead of document itself.
7311         This should fix crash related to race conditions described in
7312         bug 306545.
7313
7314 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7315
7316         * ps/ps-document.c: (ps_document_init),
7317         (send_ps), (get_page_box), (output), (catchPipe), (input),
7318         (stop_interpreter), (file_length), (file_readable),
7319         (check_filecompressedb), (ps_document_enable_interpreter),
7320         (document_load), (ps_async_renderer_render_pixbuf):
7321         * ps/ps-document.h:
7322
7323         Big cleanup of the ps code
7324
7325 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7326
7327         * backend/Makefile.am:
7328         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7329         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7330         * backend/ev-async-renderer.h:
7331
7332         Add an async renderer interface (method + callback) which
7333         is useful for backends like ps.
7334
7335         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7336         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7337         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7338         (ev_job_queue_add_job), (move_job_async), (move_job),
7339         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7340
7341         Add queues for async renderer, these are executed on the
7342         main thread.
7343
7344         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7345         (ev_job_render_run):
7346         * backend/ev-jobs.h:
7347
7348         If the backend support async renderer interface use it.
7349
7350         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7351         (setup_pixmap), (ps_document_get_type),
7352         (ps_async_renderer_render_pixbuf),
7353         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7354
7355         Implement async renderer interface.
7356
7357 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7360
7361         Cleanup links job on exit.
7362
7363 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7366         (drag_data_get_cb), (drag_data_received_cb):
7367         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7368         (drag_data_get_cb), (parse_item_list),
7369         (egg_toolbar_editor_load_actions):
7370         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7371         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7372         (parse_item_list), (parse_toolbars):
7373         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7374         (dvi_pixbuf_put_pixel):
7375         
7376         Fix gcc 4.0 warnings
7377
7378 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7379
7380         * ps/ps-document.c: (start_interpreter):
7381
7382         Fix warning when loading ps
7383
7384 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7385
7386         * ps/ps-document.c: (output):
7387
7388         Fix crash when priting gs error messages.
7389
7390 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7391
7392         * backend/ev-page-cache.c: (_ev_page_cache_new):
7393         * backend/ev-page-cache.h:
7394
7395         Use a const to return title so that we dont double
7396         free it. Small cleanup and fix a leak.
7397
7398         * shell/ev-window.c: (update_window_title):
7399
7400         strdup value from get_title.
7401
7402 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7403
7404         * shell/ev-sidebar-links.c: (job_finished_callback),
7405         (ev_sidebar_links_set_document):
7406
7407         Cleanup the old job when changing document
7408
7409 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * shell/ev-stock-icons.c:
7412         * shell/ev-stock-icons.h:
7413         * shell/ev-window.c:
7414         
7415         Add stock icons for actions that can appear in toolbar. Fix for
7416         bug 306566.
7417
7418 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7419
7420         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7421         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7422         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7423         * backend/ev-page-cache.h:
7424         * shell/ev-view.c: (scroll_to_current_page),
7425         (view_update_range_and_current_page), (get_page_y_offset),
7426         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7427         (ev_view_size_request_continuous),
7428         (ev_view_zoom_for_size_continuous_and_dual_page),
7429         (ev_view_zoom_for_size_continuous):
7430         
7431         More compact EvView layout in document with pages of different size.
7432
7433 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7434
7435         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7436         compilation.
7437
7438 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * shell/ev-view.c: (view_set_adjustment_values):
7441         * shell/ev-window.c: (ev_window_cmd_file_properties):
7442         
7443         A bit different fix for rounding problem but it has no
7444         problems on startup. Make properties window transient to parent.
7445
7446 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * pdf/ev-poppler.cc:
7449         
7450         More commenting of font stuff.
7451
7452 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7453
7454         * pdf/ev-poppler.cc:
7455
7456         Comment out some more fonts stuff. Should really
7457         work without the poppler patch now.
7458
7459 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7460
7461         * pdf/ev-poppler.cc:
7462
7463         Adapt to api change
7464
7465 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7466
7467         * data/evince-properties.glade:
7468         * pdf/ev-poppler.cc:
7469         * shell/ev-properties.c: (setup_fonts_view):
7470
7471         Set the column title. Show the dialog only
7472         once everything is setup.
7473         Getting font info can be very slow... will
7474         prolly need to make this threaded too.
7475
7476 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7477
7478         * backend/Makefile.am:
7479         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7480         (ev_document_fonts_get_fonts_model):
7481         * backend/ev-document-fonts.h:
7482         * data/evince-properties.glade:
7483         * pdf/ev-poppler.cc:
7484         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7485         * shell/ev-properties.h:
7486         * shell/ev-window.c: (ev_window_cmd_file_properties):
7487
7488         Implement fonts list. Defined out for now, since it depends
7489         on a not yet committed poppler patch.
7490
7491 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7492
7493         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7494         page + 1.
7495
7496         * shell/ev-window.c: Make sure we add the timeout when we get a
7497         focus-in event.
7498
7499         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7500         adjustment->value before calculating the zoom factor to average
7501         out all of our rounding errors.  The page no longer 'drifts' when
7502         resizing.
7503
7504 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * data/evince-properties.glade:
7507         * shell/ev-properties.c: (ev_properties_format_date),
7508         (set_property):
7509         
7510         Labels don't expand when the dialogue is resized.
7511         strftime result needs to be converted to UTF-8. Thanks
7512         to Christian Persch <chpe@gnome.org>.
7513
7514 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7515
7516         * data/evince-properties.glade:
7517
7518         Hide the fonts tab
7519
7520 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7521
7522         * backend/ev-document-info.h:
7523         * backend/ev-document.c: (ev_document_info_free):
7524         * data/evince-properties.glade:
7525         * pdf/ev-poppler.cc:
7526         * ps/ps-document.c: (ps_document_get_info):
7527         * shell/ev-properties.c: (ev_properties_format_date),
7528         (set_property), (ev_properties_new):
7529         * shell/ev-properties.h:
7530         * shell/ev-window.c: (ev_window_cmd_file_properties):
7531
7532         Rework properties code to take only EvPropertyInfo
7533         in the constructor so that it can be useful for
7534         nautilus plugin too.
7535
7536         Deal with backends that doesnt support some properties.
7537         Make set property code generic.
7538
7539 2005-06-04  Christian Persch <chpe@gnome.org>
7540
7541         * data/evince-properties.glade:
7542
7543         fix spacings, make resizeable, and make data labels
7544         selectable + ellipsised
7545
7546 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7547
7548         * backend/ev-document-info.h:
7549         * data/Makefile.am:
7550         * data/evince-ui.xml:
7551         * pdf/ev-poppler.cc:
7552         * shell/Makefile.am:
7553         * shell/ev-window.c: (update_action_sensitivity),
7554         (ev_window_cmd_file_properties):
7555
7556         Initial go at file properties. Patch by
7557         Emil Soleyman-Zomalan <emil@soleyman.com>.
7558         Needs love see #169583
7559
7560 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7561
7562         * ps/ps-document.c: (output):
7563         * ps/ps.c: (psscan):
7564
7565         Try to render even if psscan fails.
7566
7567 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7568
7569         * ps/ps.c: (psscan), (pscopydoc):
7570
7571         Port buffered reading code from gv
7572
7573 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7574
7575         * ps/ps-document.c: (interpreter_message), (output):
7576
7577         Do not fail on interpreter messages
7578
7579 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7580
7581         * backend/ev-document-misc.c:
7582         (ev_document_misc_get_thumbnail_frame):
7583
7584         Pages can be 0 x 0, dont assert on this case
7585
7586 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7587
7588         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7589         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7590
7591         Correctly manage our reference on document. Finally the reload
7592         huge leak is gone...
7593
7594 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7595
7596         * ps/ps-document.c: (ps_document_dispose):
7597
7598         Forgot to chain it to the parent. Thanks chpe.
7599
7600 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * ps/ps-document.c: (ps_document_dispose),
7603         (ps_document_class_init), (stop_interpreter), (document_load):
7604
7605         Cleanup dispose a bit. Dont leak the whole pixmap.
7606
7607 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7608
7609         * pdf/ev-poppler.cc:
7610
7611         Release the poppler document on dispose
7612
7613 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7614
7615         * shell/ev-view.c: (ev_view_set_document):
7616
7617         Release ref on the pixbuf cache when changing
7618         document.
7619
7620 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7621
7622         * ps/ps-document.c: (ps_document_get_info):
7623
7624         Fix a double free
7625
7626 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7627
7628         * backend/ev-page-cache.c: (ev_page_cache_init),
7629         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7630         * backend/ev-page-cache.h:
7631         * shell/ev-page-action.c: (page_changed_cb):
7632         
7633         Set page action entry width depending on labels width. Fix
7634         for bug 305202.
7635
7636 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7637
7638         * backend/ev-link.c: (ev_link_class_init):
7639
7640         Allow -1 as page value (error)
7641
7642 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7643
7644         * shell/ev-sidebar-thumbnails.c:
7645         (ev_sidebar_thumbnails_set_document):
7646         * shell/ev-view.c: (scroll_to_current_page),
7647         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7648         (page_changed_cb), (on_adjustment_value_changed),
7649         (ev_view_set_document):
7650
7651         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7652         Fix bug 305377
7653
7654 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * configure.ac:
7657         * djvu/djvu-document.c: (djvu_document_get_page_size):
7658
7659         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7660         bug 301993.
7661
7662 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7663
7664         * shell/ev-view.c (draw_one_page): modify the expose handling to
7665         get the shadows.
7666
7667         * shell/ev-window.c (update_action_sensitivity): Respect
7668         permissions field.  Kowtow to the man.
7669
7670         * pdf/ev-poppler.cc: Get the permissions field.
7671
7672         * tiff/*c: Make a tiny bit more robust.
7673
7674 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7675
7676         * djvu/djvu-document.c:
7677         
7678         Pop messages from djvu context message queue.
7679
7680 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7681
7682         * configure.ac, Makefile.am, shell/Makefile.am:
7683         * tiff/Makefile.am, shell/ev-document-types.c:
7684         
7685         Cleanup tiff configure checks. Fix for bug 305218.
7686
7687 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7688
7689         * configure.ac: Added "uk" to ALL_LINGUAS.
7690
7691 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * cut-n-paste/zoom-control/ephy-zoom.c:
7694         (ephy_zoom_get_changed_zoom_level):
7695         * cut-n-paste/zoom-control/ephy-zoom.h:
7696         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7697         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7698         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7699         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7700         (zoom_control_changed_cb), (ev_window_init):
7701         
7702         Fix minor points related to moving best fit up. Introduce
7703         "zoom" property and make zoom control change it's value on
7704         notify::zoom signals. Fix for 305080.
7705
7706 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * data/evince-ui.xml:
7709         * shell/ev-window.c: (set_view_actions_sensitivity):
7710         
7711         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7712
7713 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * configure.ac:
7716
7717         Depends on poppler 0.3.2
7718
7719 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * cut-n-paste/recent-files/egg-recent-item.c:
7722         (egg_recent_item_get_short_name):
7723         * cut-n-paste/toolbar-editor/Makefile.am:
7724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7725         (new_pixbuf_from_widget):
7726         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7727         * cut-n-paste/toolbar-editor/egg-marshal.c:
7728         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7729         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7730
7731         Sync
7732
7733 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7734
7735         * tiff/tiff-document.c: Rough TIFF backend.
7736
7737 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * NEWS:
7740         * configure.ac:
7741         * cut-n-paste/toolbar-editor/Makefile.am:
7742
7743         Release 0.3.1
7744
7745 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7746
7747         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7748         (ev_view_find_next), (ev_view_find_previous):
7749
7750         Remove the locks around get_n_results   
7751
7752 2005-05-21  Juerg Billeter  <j@bitron.ch>
7753
7754         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7755
7756         Pass correct number of pages to poppler.
7757
7758 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759
7760         * configure.ac:
7761         * data/Makefile.am:
7762         * data/evince.desktop.in: 
7763         * data/evince.desktop.in.in:
7764         * po/POTFILES.in:
7765         
7766         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7767
7768 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7769
7770         * shell/ev-view.c: (view_update_adjustments),
7771         (view_set_adjustment_values): cast adjustmen->value to (int)
7772         before using it.  Otherwise, we get off by a pixel in some
7773         situations.
7774
7775         (draw_one_page): Draw the border on expose.
7776
7777 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7778
7779         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7780         adjustment when the mode changes, #304923
7781
7782 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7783
7784         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7785         flickering on resize but still use gdk_window_scroll on
7786         scrolling
7787
7788 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7789
7790         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7791         option, #170458
7792
7793 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7794
7795         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7796         second page on page_changed if possible, #304669
7797
7798 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7799
7800         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7801         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7802
7803 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7804
7805         * .cvsignore:
7806         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7807         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7808         (ev_view_zoom_for_size_presentation),
7809         (ev_view_zoom_for_size_continuous_and_dual_page),
7810         (ev_view_zoom_for_size_continuous),
7811         (ev_view_zoom_for_size_dual_page),
7812         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7813         * shell/ev-view.h:
7814         * shell/ev-window.c: (update_view_size),
7815         (ev_window_sizing_mode_changed_cb):
7816
7817         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7818         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7819         an infinite loop, #304769
7820
7821
7822 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7823
7824         * data/evince-ui.xml:
7825         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7826         * shell/ev-window.c: (set_view_actions_sensitivity):
7827
7828         Make PgUp/Down behave like Space
7829
7830 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7831
7832         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7833         * backend/ev-ps-exporter.h:
7834         * pdf/ev-poppler.cc:
7835         * ps/ps-document.c: (ps_document_ps_export_begin):
7836         * shell/ev-print-job.c: (idle_print_handler):
7837
7838         Adapt to new poppler api
7839
7840 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7843         (ephy_zoom_control_init):
7844
7845         Translate zoom levels
7846
7847 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7848
7849         * cut-n-paste/zoom-control/ephy-zoom.c:
7850         (ephy_zoom_get_zoom_level_index):
7851
7852         Fix current zoom -> zoom control match
7853
7854 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7855
7856         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7857         rather than the scrolled_window that it's in. Fixes bug #304655.
7858
7859 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7860
7861         * shell/ev-view.c: (view_update_adjustments),
7862         (view_set_adjustment_values), (view_update_range_and_current_page),
7863         (view_scroll_to_page), (set_scroll_adjustment),
7864         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7865         (ev_view_scroll), (ev_view_scroll_view),
7866         (ensure_rectangle_is_visible), (find_page_at_location),
7867         (get_link_at_location), (go_to_link), (status_message_from_link),
7868         (ev_view_size_request_continuous_dual_page),
7869         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7870         (ev_view_unrealize), (ev_view_expose_event),
7871         (ev_view_button_press_event), (ev_view_motion_notify_event),
7872         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7873         (draw_rubberband), (highlight_find_results), (draw_one_page),
7874         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7875         (ev_view_init), (find_changed_cb), (page_changed_cb),
7876         (on_adjustment_value_changed), (ev_view_new),
7877         (ev_view_set_document), (ev_view_set_zoom),
7878         (ev_view_set_continuous), (ev_view_set_dual_page),
7879         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7880         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7881         (ev_view_zoom_for_size_presentation),
7882         (ev_view_zoom_for_size_continuous_dual_page),
7883         (ev_view_zoom_for_size_continuous),
7884         (ev_view_zoom_for_size_dual_page),
7885         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7886         (ev_view_get_status), (ev_view_set_status),
7887         (update_find_status_message), (ev_view_get_find_status),
7888         (ev_view_set_find_status), (jump_to_find_result),
7889         (jump_to_find_page), (compute_selections), (clear_selection),
7890         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7891         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7892         (ev_view_update_primary_selection),
7893         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7894         * shell/ev-view.h:
7895         * shell/ev-window.c: (ev_window_open_page_label),
7896         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7897         (ev_window_init):
7898         * shell/ev-window.h:
7899         * shell/main.c: (load_files):
7900
7901         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7902         when resizing.  Remove the bin_window().  Also, patch from James
7903         Bowes to fix command line page, #300641
7904         
7905 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * data/evince-ui.xml:
7908         * shell/ev-view.c:
7909         * shell/ev-view.h:
7910         * shell/ev-window.c: (update_action_sensitivity):
7911
7912         Get rid of View->Normal Size, it's just confusing
7913
7914 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7915
7916         * backend/ev-document-info.h:
7917         * backend/ev-document.c: (ev_document_info_free): Free the
7918         EvDocumentInfo.
7919
7920         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7921         (clear_range), (add_range), (update_visible_range),
7922         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7923         (ev_sidebar_thumbnails_set_document):
7924         * shell/ev-window.c: (ev_window_setup_document): Only render the
7925         visible thumbnails.  It takes an instant to render, but it uses
7926         much less memory.
7927
7928 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * shell/ev-sidebar-links.c: (popup_menu_cb):
7931
7932         Select first item
7933
7934 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7935
7936         * lib/Makefile.am:
7937         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7938         (button_press_cb), (ev_sidebar_links_construct):
7939
7940         Show the popup menu also on keybindings
7941
7942 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7945         * shell/ev-window.h:
7946
7947         Expose api to print a range (with dialog). Make private _print use
7948         it.
7949
7950         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7951         (ev_sidebar_links_construct):
7952
7953         Show a print context menu on linkx, it prints the selected
7954         section.
7955
7956 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7957
7958         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7959         button.
7960
7961 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * AUTHORS:
7964
7965         Update
7966
7967         * shell/ev-window.c: (build_comments_string),
7968         (ev_window_cmd_help_about):
7969
7970         Show poppler version/backend and authors
7971
7972 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * cut-n-paste/zoom-control/ephy-zoom.c:
7975         (ephy_zoom_get_zoom_level_index):
7976         * cut-n-paste/zoom-control/ephy-zoom.h:
7977
7978         Move the best fit items at the top of the list
7979
7980 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7981
7982         * shell/ev-marshal.list:
7983         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7984         (activate_cb), (match_selected_cb), (activate_link_cb),
7985         (connect_proxy), (ev_page_action_class_init):
7986         * shell/ev-page-action.h:
7987
7988         Use signals to notify action activation. Hopefully
7989         I did not break completion since I cant test...
7990
7991         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7992         (register_custom_actions):
7993
7994         Connect to page selector actions and also grab focus on
7995         the view when activated.
7996
7997 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7998
7999         * pdf/ev-poppler.cc:
8000         * backend/ev-page-cache.c: make page size calculation consistent
8001         and set it to (int)( width * scale + 0.5).  This makes the weird
8002         line going through the middle of the page go away.
8003
8004         * shell/ev-view.c: move painting the background page after
8005         checking the expose area covers us.
8006
8007 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8008
8009         * data/evince-password.glade:
8010         
8011         Mark labels as not translatable. Fix for bug 302842.
8012
8013 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8014
8015         * configure.ac: Added "es" to ALL_LINGUAS.
8016
8017 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * data/evince-toolbar.xml:
8020         * shell/ev-window.c: (update_action_sensitivity),
8021         (ev_window_setup_document), (ev_window_set_page_mode),
8022         (ev_window_init):
8023
8024         Remove some leftover code from jrb first continous
8025         attempt. Use the new actions, we still need good icons
8026         though...
8027
8028 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8031
8032         Update label when connecting proxy. Fix a warning with NULL
8033         page_cache.
8034
8035 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8036
8037         * data/evince-ui.xml:
8038         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8039         * shell/ev-page-action.h:
8040         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8041
8042         Add mnemonic for edit toolbar.
8043         ctrl+l focus the page entry.
8044
8045 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * lib/Makefile.am:
8048         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8049         (ev_window_init):
8050         * shell/main.c: (main):
8051
8052         Put the toolbar xml in evince own dot dir
8053
8054 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8055
8056         * shell/ev-window.c: (ev_window_init):
8057
8058         Make the toolbar not removable
8059
8060 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * data/evince-ui.xml:
8063         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8064         * shell/ev-sidebar-links.h:
8065         * shell/ev-sidebar-thumbnails.c:
8066         (ev_sidebar_thumbnails_get_treeview):
8067         * shell/ev-sidebar-thumbnails.h:
8068         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8069         (ev_view_class_init):
8070         * shell/ev-view.h:
8071         * shell/ev-window.c: (update_action_sensitivity),
8072         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8073         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8074         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8075         (ev_window_init):
8076
8077         This is evil... Make space/backspace global accelerators but
8078         enable them only for some widgets (sidebars and view).
8079         I dont like it, but I dont know a better way... :/
8080
8081 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8082
8083         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8084         (ev_page_action_widget_finalize),
8085         (ev_page_action_widget_class_init), (update_page_cache):
8086
8087         Keep a weak reference on proxy->page_cache so that we
8088         dont try to disconnect the signal if the object is already
8089         gone. Maybe there is a better way to cleanup reference handling
8090         in page action though...
8091
8092 2005-05-10  Juerg Billeter  <j@bitron.ch>
8093
8094         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8095         * backend/ev-ps-exporter.h:
8096         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8097         * ps/ps-document.c: (ps_document_ps_export_begin):
8098         
8099         Change api to pass print range to ps_exporter_begin. The pdf backend
8100         requires this information.
8101         
8102         * shell/ev-print-job.c: (idle_print_handler):
8103         
8104         Adapt to api change
8105
8106 2005-05-10  Juerg Billeter  <j@bitron.ch>
8107
8108         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8109         (idle_print_handler)
8110         * shell/ev-window.c: (ev_window_print):
8111
8112         Support printing page range, based on patch by Amaury Jacquot
8113
8114 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * data/evince-toolbar.xml:
8117
8118         Add zoom control to available items
8119
8120 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8121
8122         * shell/ev-window.c: (update_action_sensitivity):
8123
8124         Set slash action insensitive when appropriate
8125
8126 2005-05-10  Christian Persch <chpe@gnome.org>
8127
8128         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8129
8130         Fix warning on the overflow menu
8131
8132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8133
8134         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8135
8136         Check for uri correctness/existence
8137
8138 2005-05-09  Juerg Billeter  <j@bitron.ch>
8139
8140         * shell/ev-window.c: (using_postscript_printer):
8141
8142         LPD printers use postscript, too
8143
8144 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * shell/ev-window.c: (register_custom_actions):
8147
8148         The zoom one is actually sort of useful,
8149         put it back
8150
8151 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * shell/ev-window.c: (register_custom_actions):
8154
8155         Hide page/zoom controls from overflow, they
8156         are useless.
8157
8158 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8159
8160         * cut-n-paste/update-from-egg.sh:
8161         
8162         Share it between all cut-n-paste subdirs
8163
8164         * cut-n-paste/recent-files/Makefile.am:
8165
8166         Fix to use "global" update-from-egg.sh
8167
8168         * cut-n-paste/recent-files/egg-recent-model.c:
8169         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8170         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8171         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8172         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8173
8174         Update from libegg
8175
8176         * cut-n-paste/toolbar-editor/Makefile.am:
8177
8178         Fix to use "global" update-from-egg.sh
8179
8180         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8181
8182         Update from libegg
8183
8184 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8185
8186         * configure.ac:
8187         * cut-n-paste/Makefile.am:
8188         * cut-n-paste/recent-files/Makefile.am:
8189         * cut-n-paste/toolbar-editor/.cvsignore:
8190         * cut-n-paste/toolbar-editor/Makefile.am:
8191         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8192         (egg_editable_toolbar_get_type), (get_toolbar_position),
8193         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8194         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8195         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8196         (set_item_drag_source), (create_item_from_action), (create_item),
8197         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8198         (popup_toolbar_context_menu_cb), (free_dragged_item),
8199         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8200         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8201         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8202         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8203         (item_added_cb), (item_removed_cb),
8204         (egg_editable_toolbar_construct),
8205         (egg_editable_toolbar_disconnect_model),
8206         (egg_editable_toolbar_deconstruct),
8207         (egg_editable_toolbar_set_model),
8208         (egg_editable_toolbar_set_ui_manager),
8209         (egg_editable_toolbar_set_property),
8210         (egg_editable_toolbar_get_property),
8211         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8212         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8213         (egg_editable_toolbar_new_with_model),
8214         (egg_editable_toolbar_get_edit_mode),
8215         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8216         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8217         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8218         (new_pixbuf_from_widget), (new_separator_pixbuf),
8219         (update_separator_image), (style_set_cb),
8220         (_egg_editable_toolbar_new_separator_image),
8221         (egg_editable_toolbar_get_model):
8222         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8223         * cut-n-paste/toolbar-editor/egg-marshal.c:
8224         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8225         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8226         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8227         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8228         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8229         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8230         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8231         (editor_drag_data_delete_cb), (drag_data_get_cb),
8232         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8233         (editor_create_item), (update_editor_sheet), (setup_editor),
8234         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8235         (parse_item_list), (model_has_action), (update_actions_list),
8236         (egg_toolbar_editor_load_actions):
8237         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8238         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8239         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8240         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8241         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8242         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8243         (egg_toolbars_model_add_separator), (impl_add_item),
8244         (parse_item_list), (egg_toolbars_model_add_toolbar),
8245         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8246         (impl_get_item_data), (impl_get_item_type),
8247         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8248         (egg_toolbars_model_init), (free_toolbar),
8249         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8250         (egg_toolbars_model_remove_toolbar),
8251         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8252         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8253         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8254         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8255         (egg_toolbars_model_get_item_data),
8256         (egg_toolbars_model_get_item_type):
8257         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8258         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8259         * data/Makefile.am:
8260         * data/evince-toolbar.xml:
8261         * data/evince-ui.xml:
8262         * data/hand-open.png:
8263         * po/POTFILES.in:
8264         * shell/Makefile.am:
8265         * shell/ev-window.c: (update_chrome_visibility),
8266         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8267         (ev_window_dispose), (ev_window_init):
8268
8269         Implement epiphany like toolbar editor. Based on patch by
8270         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8271
8272 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8275
8276         Use set_cursor instead of set_selection, so that
8277         the keyboard focus moves too.
8278
8279 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8280
8281         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8282
8283         Fix infinite loop when loading Type1 fonts
8284
8285 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * data/evince-ui.xml:
8288         * shell/ev-window.c:
8289
8290         Slash -> Find
8291
8292 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8293
8294         * configure.ac:
8295
8296         Make --disable really disable
8297
8298 2005-05-07  Juerg Billeter  <j@bitron.ch>
8299
8300         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8301
8302         Compare page labels even without has_labels set, fixes setting page
8303         with entry
8304
8305 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8308         (ev_view_set_cursor), (ev_view_button_press_event),
8309         (ev_view_motion_notify_event), (ev_view_button_release_event),
8310         (ev_view_init):
8311
8312         Implement middle button scrolling. Based on a patch
8313         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8314
8315 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8316
8317         * shell/ev-document-types.c: (get_slow_mime_type),
8318         (get_document_type_from_mime), (ev_document_type_lookup):
8319         * shell/ev-document-types.h:
8320
8321         Change api to lookup from uri. Do fast lookup first, if the
8322         type is unknown try with data sniffing.
8323
8324         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8325         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8326
8327         Adapt to api change
8328
8329 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * thumbnailer/Makefile.am:
8332
8333         Fix distcheck
8334
8335 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * NEWS:
8338         * configure.ac:
8339
8340         Release 0.3.0
8341
8342         * data/evince-ui.xml:
8343
8344         Hide presentation mode for now
8345
8346         * shell/ev-view.c: (highlight_find_results):
8347
8348         Show current find selection only on current page
8349
8350 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * shell/ev-view.c: (ev_view_select_all):
8353
8354         Compute size of the actual page, not of
8355         the current one.
8356
8357 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8360         (view_rect_to_doc_rect), (compute_selections),
8361         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8362         (ev_view_copy), (ev_view_primary_get_cb),
8363         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8364         (ev_view_button_press_event), (ev_view_motion_notify_event),
8365         (ev_view_button_release_event), (page_changed_cb):
8366
8367         Fix text selection
8368
8369 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8370
8371         * shell/ev-view.c: (compute_border), (get_page_extents),
8372         (doc_rect_to_view_rect), (highlight_find_results),
8373         (ev_view_bin_expose), (ev_view_select_all),
8374         (ev_view_motion_notify_event), (update_find_status_message),
8375         (jump_to_find_result), (jump_to_find_page):
8376
8377         First go at fixing search, still buggy
8378
8379 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8380
8381         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8382         dropdown box and button at the top of the sidebar.
8383
8384 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8385
8386         * configure.ac: Output zoom-control Makefile.
8387         * cut-n-paste/Makefile.am: build zoom-control subdir.
8388         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8389         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8390         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8391         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8392         * cut-n-paste/zoom-control/ephy-zoom.c:
8393         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8394         from epiphany, and modified to add a separator into the menu.
8395         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8396         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8397         zoom-control action.
8398         * shell/Makefile.am: Include zoom-control flags.
8399         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8400         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8401         (ev_view_zoom_for_size_presentation),
8402         (ev_view_zoom_for_size_continuous_and_dual_page),
8403         (ev_view_zoom_for_size_continuous),
8404         (ev_view_zoom_for_size_dual_page),
8405         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8406         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8407         ev_view_get_zoom and ev_view_get_sizing_mode.
8408         * shell/ev-view.h:
8409         * shell/ev-window.c: (update_action_sensitivity),
8410         (update_sizing_buttons), (zoom_control_changed_cb),
8411         (register_custom_actions): Initialize and use the zoom-control 
8412         widget.
8413
8414 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8415
8416         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8417         preview cache back to 1.  Don't know when it got set to 0.
8418         
8419         * shell/ev-view.c: (compute_border), (ev_view_realize),
8420         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8421         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8422         (ev_view_get_fullscreen), (ev_view_set_presentation),
8423         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8424         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8425         * shell/ev-view.h:
8426         * shell/ev-window.c:
8427         (update_chrome_visibility),
8428         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8429         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8430         (update_document_mode), (ev_window_update_fullscreen_action),
8431         (ev_window_fullscreen), (ev_window_unfullscreen),
8432         (ev_window_cmd_view_fullscreen),
8433         (ev_window_update_presentation_action),
8434         (ev_window_run_presentation), (ev_window_stop_presentation),
8435         (ev_window_cmd_view_presentation), (ev_window_state_event),
8436         (ev_window_focus_in_event), (ev_window_focus_out_event),
8437         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8438         * data/evince-ui.xml: Initial presentation mode.  We should
8439         probably hide this until it's done, as it's quite rough.  Also,
8440         change full-screen to fullscreen and add two getters to EvView.
8441
8442 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-page-action.c: (update_page_cache),
8445         (ev_page_action_dispose):
8446         * shell/ev-window.c: (destroy_fullscreen_popup),
8447         (ev_window_create_fullscreen_popup):
8448
8449         Use connect_object rather than explicitly
8450         disconnect on dispose.
8451
8452 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * shell/ev-page-action.c: (update_page_cache),
8455         (ev_page_action_dispose):
8456
8457 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8458
8459         * backend/ev-page-cache.c: (_ev_page_cache_new),
8460         (ev_page_cache_set_page_label),
8461         (ev_page_cache_has_nonnumeric_page_labels):
8462         * backend/ev-page-cache.h:
8463         * shell/ev-page-action.c: (update_pages_label):
8464         
8465         If all page labels are numeric, fallback to default
8466         way to display number of pages. See bug 173185.
8467
8468 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470         * shell/ev-page-action.c: (ev_page_action_dispose):
8471         * shell/ev-view.c: (view_update_range_and_current_page):
8472         * shell/ev-window.c: (ev_window_dispose):
8473         
8474         Set page on scroll in continuous mode. Fixes bug 301986.
8475         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8476
8477 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8478
8479         * configure.ac:
8480
8481         Require poppler 0.3.0
8482
8483 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8484         
8485         * shell/Makefile.am, configure.ac: Fix build problems
8486         with t1lib. Bug 301996.
8487
8488 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8489
8490         * shell/ev-view.c: (ev_view_scroll_event):
8491         
8492         Scroll up increase zoom
8493
8494 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8497         (ev_view_set_sizing_mode),
8498         (ev_view_zoom_for_size_continuous_and_dual_page),
8499         (ev_view_zoom_for_size_continuous):
8500         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8501         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8502         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8503         (ev_window_init):
8504
8505         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8506         Fix for 165473 and 165472.
8507
8508 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * po/POTFILES.in:
8511         * thumbnailer/Makefile.am:
8512         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8513         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8514         * thumbnailer/evince-thumbnailer.schemas.in:
8515         
8516         Make thumbnailer schemas translatable. Fix for bug 301773
8517         
8518         * thumbnailer/evince-thumbnailer-djvu.schemas:
8519         * thumbnailer/evince-thumbnailer-dvi.schemas:
8520         * thumbnailer/evince-thumbnailer.schemas:
8521
8522         Removed files
8523
8524 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8525
8526         * shell/ev-view.c (ev_view_init): forgot to set this.
8527
8528 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8529
8530         * shell/ev-view.c: (find_page_at_location),
8531         (get_link_at_location),
8532         (ev_view_set_show_border), (ev_view_set_spacing),
8533         (ev_view_zoom_for_size_continuous_and_dual_page),
8534         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8535         Also, add a quick fix measuring of widths.  Also, removed
8536         ev_view_set_spacing and ev_view_set_show_border.
8537         
8538         * shell/ev-window.c: (ev_window_unfullscreen),
8539         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8540
8541 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8542
8543         * shell/ev-view.c: (view_update_range_and_current_page),
8544         (page_changed_cb):
8545         
8546         Fix crash on exit and scrolling to page in continuous view.
8547
8548 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8549
8550         * TODO:
8551         * backend/ev-page-cache.c: (_ev_page_cache_new),
8552         (ev_page_cache_get_max_width_size),
8553         (ev_page_cache_get_max_height_size):
8554         * backend/ev-page-cache.h:
8555         * data/evince-ui.xml:
8556         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8557         * shell/ev-view.c: (view_update_adjustments),
8558         (view_update_range_and_current_page), (get_bounding_box_size),
8559         (ev_view_size_request_continuous_and_dual_page),
8560         (ev_view_size_request_continuous),
8561         (ev_view_size_request_dual_page),
8562         (ev_view_size_request_single_page), (ev_view_size_request),
8563         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8564         (ev_view_bin_expose), (ev_view_expose_event),
8565         (ev_view_set_property), (ev_view_get_property),
8566         (ev_view_class_init), (ev_view_init), (ev_view_new),
8567         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8568         (ev_view_set_dual_page), (ev_view_set_full_screen),
8569         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8570         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8571         (ev_view_zoom_out), (zoom_for_size_fit_width),
8572         (zoom_for_size_best_fit),
8573         (ev_view_zoom_for_size_continuous_and_dual_page),
8574         (ev_view_zoom_for_size_continuous),
8575         (ev_view_zoom_for_size_dual_page),
8576         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8577         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8578         * shell/ev-view.h:
8579         * shell/ev-window.c: (update_action_sensitivity),
8580         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8581         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8582         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8583         (ev_window_cmd_view_zoom_out), (update_view_size),
8584         (ev_window_set_sizing_mode), (ev_window_init):
8585
8586         Add Continuous and Dual page modes.
8587
8588 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8589
8590         * dvi/dvi-document.c: (dvi_document_load),
8591         (dvi_document_thumbnails_get_thumbnail),
8592         (dvi_document_init_params): Fix up some mixups between
8593         width and height to correct thumbnail rendering.
8594
8595 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * dvi/mdvi-lib/private.h:
8598         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8599         
8600         Suppess output for kpathsea during font generation. Thanks to
8601         James Bowes
8602
8603 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8604
8605         * NEWS:
8606         * configure.ac:
8607
8608         Release 0.2.1
8609
8610         * Makefile.am: fix distcheck.
8611
8612 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * shell/ev-sidebar-links.c: (selection_changed_callback),
8615         (update_page_callback), (row_activated_callback),
8616         (job_finished_callback), (ev_sidebar_links_set_document):
8617         
8618         Fix for bug #169901. Double click on links expands tree.
8619
8620 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8621
8622         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8623         hard-coded style. Fix for bug 170111
8624
8625 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8626
8627         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8628         locking.
8629
8630 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8631
8632         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8633
8634 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * pdf/ev-poppler.cc:
8637         * shell/ev-view.c: (highlight_find_results):
8638
8639         Fix find on single page documents
8640
8641 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8642
8643         * data/evince.schemas.in: fix for bug 301390
8644
8645 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8646
8647         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8648         (ev_view_zoom_out), (ev_view_zoom_normal):
8649         * shell/ev-view.h:
8650         * shell/ev-window.c: (update_action_sensitivity),
8651         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8652         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8653         (ev_window_cmd_view_normal_size):
8654
8655         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8656         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8657         better than oom. 
8658
8659 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8660
8661         * configure.ac:
8662
8663         Depend on 2.57, 2.59 doesnt seem to be necessary
8664
8665 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8666
8667         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8668         (create_tool_item):
8669
8670         Put back total number of pages as (1 of 1234)
8671
8672 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8673
8674         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8675         remove the job.
8676
8677         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8678         function.  This helps debugging.
8679
8680 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8681
8682         * djvu/djvu-document.c: (djvu_document_class_init),
8683         (djvu_document_get_info), (djvu_document_document_iface_init):
8684         * dvi/dvi-document.c: (dvi_document_class_init),
8685         (dvi_document_get_info), (dvi_document_document_iface_init):
8686
8687         Dummy implementation of get_info method for dvi and
8688         djvu. Fix crashes with those backends
8689
8690 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8691
8692         * data/evince.desktop.in:
8693
8694         Add application/x-gzpostscript
8695
8696 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8697
8698         * data/evince.schemas.in: Added real long descriptions, 
8699         closes bug 172496 
8700
8701         * README: Added actual text, closes bug 171869
8702
8703 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8704
8705         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8706
8707         Thumbnail page 0
8708
8709 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8710
8711         * backend/ev-document-info.h:
8712
8713         s/GDate */GDate so we can just use g_free
8714
8715 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8716
8717         * shell/ev-window.c: (update_document_mode),
8718         (ev_window_setup_document):
8719
8720         Show the window in fullscreen when specified by
8721         the document
8722
8723 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8724
8725         * backend/ev-document.c: (ev_document_class_init),
8726         (ev_document_get_info), (ev_document_render_pixbuf):
8727         * backend/ev-document.h:
8728         * backend/ev-page-cache.c: (_ev_page_cache_new):
8729         * pdf/ev-poppler.cc:
8730         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8731         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8732         * ps/ps-document.c: (ps_document_class_init), (document_load),
8733         (ps_document_get_info), (ps_document_document_iface_init):
8734
8735         Remove get_title from the interface, we can just use document info
8736
8737 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8738
8739         * backend/Makefile.am:
8740         * backend/ev-document.c: (ev_document_render_get_info):
8741         * backend/ev-document.h:
8742         * pdf/ev-poppler.cc:
8743
8744         Initial support for document info. Based on jrb patch.
8745
8746 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8747
8748         * shell/ev-window.c: (ev_window_state_event),
8749         (ev_window_class_init), (ev_window_init):
8750         
8751         Doesn't show resize grip when maximized. See bug #301053
8752
8753 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * po/POTFILES.in:
8756         
8757         ev-sidebar-thumbnails now has translatable labels
8758         
8759         * shell/Makefile.am:
8760         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8761         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8762         (ev_sidebar_links_page_iface_init):
8763         * shell/ev-sidebar-links.h:
8764         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8765         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8766         (ev_sidebar_page_get_label):
8767         * shell/ev-sidebar-page.h:
8768         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8769         (ev_sidebar_thumbnails_set_document),
8770         (ev_sidebar_thumbnails_support_document),
8771         (ev_sidebar_thumbnails_get_label),
8772         (ev_sidebar_thumbnails_page_iface_init):
8773         * shell/ev-sidebar-thumbnails.h:
8774         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8775         (ev_sidebar_set_document):
8776         * shell/ev-sidebar.h:
8777         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8778         
8779         Small rework of sidebar code. Now sidebar pages should implement
8780         EvSidebarPage interface. That makes page management in EvSidebar
8781         easier. See bug #164811 for details
8782
8783 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * shell/ev-application.c: (ev_application_open):
8786         * shell/ev-document-types.c:
8787         
8788         Fix build error and small problem with application exit
8789
8790 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8791
8792         * thumbnailer/Makefile.am:
8793         * thumbnailer/evince-thumbnailer-djvu.schemas:
8794         * thumbnailer/evince-thumbnailer-dvi.schemas:
8795         
8796         Conditionally install schemas for djvu/dvi thumbnailer
8797
8798 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8799
8800         * shell/ev-document-types.h: 
8801         * shell/ev-document-types.c: 
8802         New files, handling the mapping from mimetypes to backends
8803         
8804         * shell/ev-window.c: 
8805         * thumbnailer/evince-thumbnailer.c:     
8806         Use the ev-document-types code
8807         
8808         * shell/Makefile.am: 
8809         Added new convenience library libevbackendfactory_la, containing
8810         the new mimetype->backend logic; moved the backends into it.
8811
8812         * thumbnailer/Makefile.am:
8813         Make the thumbnailer link with the libevbackend.la convenience
8814         library, rather than having a duplicate of the backend logic here.
8815
8816 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8817
8818         * shell/ev-stock-icons.c: constify some vars.
8819         * shell/ev-window.c: ditto.
8820
8821 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8822
8823         * ps/ps-document.c (get_page_orientation):
8824
8825         Respect document orientation 
8826
8827 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8828
8829         * djvu/Makefile.am:
8830         * dvi/Makefile.am:
8831         * shell/Makefile.am:
8832         
8833         Move library dependencies to components.
8834         
8835         * shell/ev-window.c: (update_window_title),
8836         (start_loading_document):
8837         
8838         Fix display of uris with spaces. Bug 168358.
8839
8840 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8841
8842         * shell/ev-sidebar-links.c: (selection_changed_cb):
8843         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8844         (ev_view_button_release_event), (ev_view_set_document):
8845         * shell/ev-view.h:
8846         * shell/ev-window.c: (find_bar_search_changed_cb):
8847         * shell/ev-window.h: Minor cleanups removing some dead code.
8848
8849 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8850
8851         * backend/ev-page-cache.c: (_ev_page_cache_new):
8852         
8853         Set current page to 0 if document has pages.
8854
8855 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8856
8857         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8858
8859         Initialize GError to NULL, fix a crash when loading fails.
8860
8861 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8862
8863         * shell/ev-window.c: (update_view_size):
8864
8865         Calculate shadow size only when there is actually
8866         a shadow.
8867
8868 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8869
8870         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8871         * shell/ev-view.h:
8872
8873         Allow setting view spacing, default to 0
8874
8875         * shell/ev-window.c: (ev_window_unfullscreen),
8876         (ev_window_cmd_view_fullscreen), (ev_window_init):
8877
8878         Remove spacing in fullscreen mode
8879
8880 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8881
8882         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8883         (ev_view_size_request), (expose_bin_window),
8884         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8885         * shell/ev-view.h:
8886         * shell/ev-window.c: (ev_window_unfullscreen),
8887         (ev_window_cmd_view_fullscreen):
8888
8889         Do not draw the border in fulscreen
8890
8891 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8892
8893         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8894         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8895         (find_page_at_location), (page_changed_cb):
8896
8897         Rework border calculation, so that I can more easily disable it.
8898         Code somewhat cleaner too.
8899
8900 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8901
8902         * backend/ev-page-cache.c: (ev_page_cache_init),
8903         (_ev_page_cache_new):
8904
8905         Remove some assertions, documents can have 0 pages.
8906         Make initial current page -1.
8907
8908         * shell/ev-page-action.c: (page_changed_cb):
8909
8910         Show "" if current page is -1
8911
8912         * shell/ev-window.c: (update_action_sensitivity),
8913         (ev_window_setup_document):
8914
8915         When document has 0 pages do not set the view
8916         and make nearly everything insensitive.
8917
8918 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8919
8920         * shell/ev-page-view.c:
8921         * shell/ev-page-view.h:
8922
8923         Remove unused files.
8924         
8925         * shell/ev-sidebar-thumbnails.c:
8926         (ev_sidebar_thumbnails_set_document):
8927         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8928         (ev_sidebar_supports_document):
8929         * shell/ev-sidebar.h:
8930         * shell/ev-window.c: (ev_window_setup_document):
8931         
8932         Doesn't show thumbnails if document has 1 page. Make
8933         sidebar menu entries sensitive only if if they have 
8934         sense. Fix bug 164811. 
8935
8936 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8937
8938         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8939         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8940         (ev_view_zoom_out), (ev_view_set_size):
8941
8942         Rework sizing to deal with documents with not uniform page
8943         size.
8944
8945 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8946
8947         * backend/ev-page-cache.c: (_ev_page_cache_new):
8948
8949         Fix several page size caching bugs
8950
8951 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8952
8953         * shell/ev-window.c: (set_action_properties):
8954
8955         Make all toolbar items translatable
8956
8957 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8958
8959         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8960         (save_page_list), (ps_document_save),
8961         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8962         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8963         (ps_document_ps_exporter_iface_init):
8964         * ps/ps-document.h:
8965
8966         Based on a patch by J�rg Billeter <j@bitron.ch>
8967         
8968         Implement print and save a copy for the ps backend.
8969
8970 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8971
8972         * backend/ev-document.h:
8973         * djvu/djvu-document.c: (djvu_document_can_get_text),
8974         (djvu_document_document_iface_init):
8975         * dvi/dvi-document.c: (dvi_document_can_get_text),
8976         (dvi_document_document_iface_init):
8977         * pdf/ev-poppler.cc:
8978         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8979         (pixbuf_document_document_iface_init):
8980         * ps/ps-document.c: (ps_document_can_get_text),
8981         (ps_document_document_iface_init):
8982         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8983         * shell/ev-window.c: (update_action_sensitivity):
8984
8985         Fix the crash when trying to copy in backends that doesnt
8986         support it. We can implement a better solution once we
8987         do real text selection.
8988
8989 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8990
8991         * data/evince-ui.xml:
8992         * shell/ev-window.c: (ev_window_cmd_escape):
8993         
8994         Work around the Escape conflict (find bar and unfullscreen)
8995
8996 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8999         
9000         Fix for #300233. Next page correctly handles document end.
9001         
9002         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9003         (ev_sidebar_thumbnails_class_init),
9004         (ev_sidebar_thumbnails_set_document),
9005         (ev_sidebar_thumbnails_clear_job),
9006         (ev_sidebar_thumbnails_clear_model):
9007         
9008         Cleanup thumbnail jobs on document changes.
9009         
9010         * shell/ev-view.c: (add_scroll_binding_keypad),
9011         (add_scroll_binding_shifted), (ev_view_class_init):
9012         
9013         Shift + Space scrolls up. Fix for #173184
9014         
9015         * shell/ev-window.c: (ev_window_open_page),
9016         (ev_window_cmd_view_reload):
9017         
9018         Fix reload (Bug #300094)
9019
9020 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9021
9022         
9023         * dvi/mdvi-lib/assoc.c:
9024         * dvi/mdvi-lib/assoc.h: Removed garbage files
9025         
9026         * dvi/mdvi-lib/bitmap.c:
9027         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9028         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9029         * dvi/mdvi-lib/color.h: Antialias of rules
9030         
9031         * dvi/mdvi-lib/common.h:
9032         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9033         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9034         * dvi/mdvi-lib/files.c:
9035         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9036         * dvi/mdvi-lib/mdvi.h:
9037         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9038         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9039         * dvi/mdvi-lib/util.c: Fix compile warnings
9040         
9041         * dvi/dvi-document.c:
9042         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9043         (dvi_document_thumbnails_get_thumbnail),
9044         (dvi_document_document_thumbnails_iface_init):
9045         * dvi/mdvi-lib/Makefile.am:
9046         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9047         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9048         
9049         Dvi backend now renders thumbnails
9050
9051 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9052
9053         * shell/main.c: (main): 
9054         
9055         Save accelerators on exit. Fixes bug #172095.
9056
9057 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9058
9059         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9060         update priority" comment.
9061
9062         * backend/ev-job-queue.c: Give a way to change priority.
9063
9064 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9065
9066         * shell/ev-page-action.c: Fix logic.
9067
9068 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9069
9070         * shell/ev-view.c: (ev_view_can_find_next):
9071         * shell/ev-window.c: (ev_window_setup_document):
9072
9073         Check that the document supports find
9074
9075 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9076
9077         * data/evince-ui.xml:
9078         * shell/ev-view.c: (ev_view_can_find_next):
9079         * shell/ev-view.h:
9080         * shell/ev-window.c: (update_action_sensitivity),
9081         (find_changed_cb), (ev_window_setup_document),
9082         (ev_window_cmd_edit_find_next):
9083
9084         Add Edit->Find Next
9085
9086 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9087
9088         * pdf/ev-poppler.cc:
9089         * shell/ev-print-job.c: (idle_print_handler):
9090
9091         Make printing work again
9092
9093 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9094
9095         * shell/ev-page-action.h:
9096         * shell/ev-page-action.c: (ev_page_action_widget_init),
9097         (ev_page_action_widget_class_init), (page_changed_cb),
9098         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9099         (get_filter_model_from_model), (match_selected_cb),
9100         (display_completion_text), (match_completion), (update_model),
9101         (connect_proxy), (ev_page_action_set_property),
9102         (ev_page_action_get_property), (ev_page_action_set_document),
9103         (ev_page_action_set_model), (ev_page_action_class_init): Big
9104         reworking to make completions work iff we have >= GTK-2.7.0
9105                 
9106         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9107         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9108         (job_finished_cb): We now have a 'model' property that is set when
9109         the links are loaded.  This can be caught with "notify::model"
9110
9111         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9112         listen for the model to be set, and propagate it to the action.
9113
9114 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9115
9116         * cut-n-paste/recent-files/egg-recent-item.c:
9117         (egg_recent_item_set_uri), (make_valid_utf8),
9118         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9119         * cut-n-paste/recent-files/egg-recent-item.h:
9120         
9121         Update egg-recent from libegg. This should fix long
9122         startup problem. For details see
9123         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9124
9125 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9126
9127         * cut-n-paste/recent-files/Makefile.am:
9128         * data/evince-ui.xml, shell/Makefile.am:
9129         * shell/ev-application.c, shell/ev-application.h:
9130         * shell/ev-window.c: Recent files support.
9131         
9132         * configure.ac: Added "ru" to ALL_LINGUAS.
9133         
9134         * dvju: new backend to support DJVU files.
9135         * dvi: new backend to support DVI.
9136
9137         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9138         * ev-application.c: Support for new backends.
9139         
9140         * help, ev-window.c, main.c shell/Makefile.am: 
9141         Evince user documentation.
9142
9143 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9144
9145         * po/POTFILES.in:
9146         * shell/ev-window.c:
9147         * thumbnailer/evince-thumbnailer.c:
9148
9149         s/pdf-document/ev-poppler
9150
9151 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9152
9153         * NEWS:
9154         * configure.ac:
9155
9156         Release 0.2.0
9157
9158         * ps/ps-document.c: (setup_pixmap):
9159
9160         Remove debug code
9161
9162 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9163
9164         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9165         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9166         (ev_window_cmd_go_first_page): Fix of by one errors.
9167
9168 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * ps/ps-document.c: (get_page_box):
9171
9172         Fix page size calculation
9173
9174 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9175
9176         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9177         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9178         (get_page_orientation), (setup_page), (document_load),
9179         (ps_document_get_page_size), (render_pixbuf_idle):
9180         * ps/ps-document.h:
9181
9182         More refactoring to adapt to EvDocument changes
9183
9184 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9185
9186         * ps/ps-document.c: (start_interpreter):
9187
9188         Actually add alpha args
9189
9190 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9191
9192         * pdf/ev-poppler.cc:
9193
9194         Make clipboard work again
9195
9196 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9197
9198         Make searching work again.
9199         
9200         * backend/ev-document.c:
9201         * backend/ev-document.h:
9202         * backend/ev-document-find.c:
9203         * backend/ev-document-find.h: Change EvDocumentIface so we no
9204         longer store the current page or zoom level in the document.  The
9205         consequence is that all calls that operate on the current page now
9206         instead take the page number as an extra argument, and all
9207         coordinates are now doubles in document coordinate system.
9208
9209         * pdf/ev-poppler.cc:
9210         * pixbuf/pixbuf-document.c:
9211         * ps/ps-document.c: Update backends accordingly.
9212
9213 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9214
9215         * autogen.sh:
9216
9217         Add required gettext version
9218
9219 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9220
9221         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9222         make F1 bring up non-existent help.
9223
9224         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9225         epiphany's find bar, #167477
9226
9227         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9228         <emil@nishra.com> to add space-bar scrolling, 
9229
9230         * shell/ev-window.c (static GtkActionEntry entries): add default
9231         keybinding for Help (F1)
9232         Fixes #171068
9233
9234         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9235         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9236         170110
9237
9238 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9239
9240         * Makefile.am: 
9241         * pixbuf/pixbuf-document.c: 
9242
9243         Got pixbuf backend working again
9244
9245 2005-04-01  Steve Murphy  <murf@e-tools.com>
9246
9247         * configure.in: Added "rw" to ALL_LINGUAS.
9248
9249 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9250
9251         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9252         model types, noticed by Martin Kretzschmar.
9253
9254 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9255
9256         * pdf/ev-poppler.cc: Implement search based on
9257         poppler_page_find_text().  Currently a bit crude since we remember
9258         all matches from all pages.  Also, we grab the big document lock
9259         when we search since searching changes the underlying stream and
9260         thus conflicts with the rendering thread.
9261         
9262         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9263         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9264         (ev_view_find_previous): Fix some page indexes to be 0 based,
9265         offset rubber band by view offset,
9266
9267 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9268
9269         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9270
9271 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9272
9273         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9274         completely because I didn't understand GtkActions.  I should
9275         read Marco's code more carefully in the future.
9276
9277         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9278         function
9279
9280 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9281
9282         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9283         PopplerRectangle change from poppler CVS.
9284
9285 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9286
9287         * backend/ev-document.c: (ev_document_get_page_label):
9288         * backend/ev-document.h:
9289         * backend/ev-page-cache.c: (_ev_page_cache_new),
9290         (ev_page_cache_get_page_label):
9291         * backend/ev-page-cache.h:
9292         * pdf/ev-poppler.cc:
9293         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9294         (links_page_num_func):
9295         * shell/ev-sidebar-thumbnails.c:
9296         (ev_sidebar_thumbnails_set_document):
9297         * shell/ev-view.c: (status_message_from_link),
9298         (ev_view_motion_notify_event):
9299         * shell/ev-window.c: (document_supports_sidebar): Add in page
9300         label support.  It's not perfect yet, but it's the first 'feature'
9301         in a while.
9302         Also, fix a bogus comment noticed by crispin. 
9303
9304 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * Makefile.am: Remove pixbuf backend for now
9307
9308         * configure.ac: Require poppler-glib instead of just poppler.
9309
9310         * backend/ev-document-thumbnails.h: Add a comment
9311
9312         * backend/ev-document.h:
9313         * backend/ev-document.c: (ev_document_class_init),
9314         (ev_document_load), (ev_document_get_link),
9315         (ev_document_get_links): Remove 3 methods and add get_links.
9316         Also, made 0 based.
9317
9318         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9319         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9320
9321         * backend/ev-link.c: (ev_link_set_title),
9322         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9323         (ev_link_mapping_find):
9324         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9325         
9326         * backend/ev-page-cache.c: (ev_page_cache_init),
9327         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9328         (ev_page_cache_get_size), (ev_page_cache_next_page),
9329         (ev_page_cache_prev_page): Fix to be 0 based.
9330
9331         * pdf/Makefile.am: 
9332         * pdf/ev-poppler.h:
9333         * pdf/ev-poppler.cc: New backend.
9334         
9335         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9336         (ps_document_get_page), (ps_document_document_iface_init):
9337
9338         * shell/ev-pixbuf-cache.h:
9339         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9340         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9341         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9342         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9343         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9344         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9345         based.
9346         
9347         * shell/ev-sidebar-thumbnails.c:
9348         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9349         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9350
9351         * shell/ev-view.c: (status_message_from_link),
9352         (find_page_at_location), (get_link_at_location),
9353         (ev_view_motion_notify_event), (ev_view_button_release_event),
9354         (ev_view_init): Use the new link code.  Fix to be 0 based.
9355
9356         * shell/ev-window.c: (update_action_sensitivity),
9357         (document_supports_sidebar): 0 based.
9358
9359 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9360
9361         * pdf/pdf-document.cc: Patch from Fernando Herrera
9362         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9363         *blush*
9364
9365 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9366
9367         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9368         1 to the page, as this seems to be 1 based.  I thought we has this
9369         fixed.  grump.
9370
9371 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9372
9373         * TODO:
9374         * backend/Makefile.am:
9375         * backend/ev-document-links.c:
9376         (ev_document_links_has_document_links),
9377         (ev_document_links_get_links_model):
9378         * backend/ev-document-links.h:
9379         * backend/ev-document.c: (ev_document_get_page_cache),
9380         (ev_document_get_doc_mutex), (ev_document_load),
9381         (ev_document_save), (ev_document_get_title),
9382         (ev_document_get_n_pages), (ev_document_set_page),
9383         (ev_document_get_page), (ev_document_set_target),
9384         (ev_document_set_scale), (ev_document_set_page_offset),
9385         (ev_document_get_page_size), (ev_document_get_text),
9386         (ev_document_get_link), (ev_document_render),
9387         (ev_document_render_pixbuf), (ev_document_scale_changed):
9388         * backend/ev-document.h:
9389         * backend/ev-job-queue.c: (remove_object_from_queue),
9390         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9391         (no_jobs_available_unlocked), (ev_render_thread),
9392         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9393         (ev_job_queue_remove_job):
9394         * backend/ev-job-queue.h:
9395         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9396         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9397         (ev_job_links_class_init), (ev_job_render_init),
9398         (ev_job_render_dispose), (ev_job_render_class_init),
9399         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9400         (ev_job_thumbnail_class_init), (ev_job_finished),
9401         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9402         (ev_job_render_run), (ev_job_thumbnail_new),
9403         (ev_job_thumbnail_run):
9404         * backend/ev-jobs.h:
9405         * backend/ev-link.c:
9406         * backend/ev-link.h:
9407         * backend/ev-page-cache.c: (ev_page_cache_init),
9408         (ev_page_cache_class_init), (ev_page_cache_finalize),
9409         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9410         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9411         (ev_page_cache_set_link), (ev_page_cache_get_title),
9412         (ev_page_cache_get_size), (ev_page_cache_next_page),
9413         (ev_page_cache_prev_page):
9414         * backend/ev-page-cache.h:
9415         * pdf/pdf-document.cc:
9416         * ps/gsdefaults.c:
9417         * ps/gsdefaults.h:
9418         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9419         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9420         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9421         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9422         (is_interpreter_ready), (output), (catchPipe), (input),
9423         (start_interpreter), (check_filecompressed), (compute_dimensions),
9424         (ps_document_enable_interpreter), (document_load),
9425         (ps_document_next_page), (render_page), (ps_document_set_page),
9426         (ps_document_set_scale), (render_pixbuf_idle),
9427         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9428         * ps/ps-document.h:
9429         * shell/Makefile.am:
9430         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9431         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9432         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9433         (ev_pixbuf_cache_new), (job_finished_cb),
9434         (check_job_size_and_unref), (move_one_job),
9435         (ev_pixbuf_cache_update_range), (find_job_cache),
9436         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9437         (ev_pixbuf_cache_add_jobs_if_needed),
9438         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9439         * shell/ev-pixbuf-cache.h:
9440         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9441         (idle_print_handler):
9442         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9443         (selection_changed_cb), (create_loading_model),
9444         (ev_sidebar_links_construct), (links_page_num_func),
9445         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9446         (update_page_callback), (job_finished_cb),
9447         (ev_sidebar_links_set_document):
9448         * shell/ev-sidebar-thumbnails.c:
9449         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9450         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9451         (page_changed_cb), (thumbnail_job_completed_callback),
9452         (ev_sidebar_thumbnails_set_document):
9453         * shell/ev-sidebar-thumbnails.h:
9454         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9455         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9456         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9457         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9458         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9459         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9460         (ev_view_button_release_event), (ev_view_scroll_view),
9461         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9462         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9463         (ev_view_new), (job_finished_cb), (page_changed_cb),
9464         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9465         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9466         (ev_view_find_previous):
9467         * shell/ev-view.h:
9468         * shell/ev-window.c: (update_action_sensitivity),
9469         (ev_window_open_page), (update_window_title), (update_total_pages),
9470         (page_changed_cb), (ev_window_setup_document),
9471         (password_dialog_response), (ev_window_cmd_save_as),
9472         (ev_window_print), (ev_window_cmd_go_previous_page),
9473         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9474         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9475         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9476         * shell/main.c: (main):
9477
9478         Merge evince-threads branch
9479
9480 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9481
9482         * configure.ac: Added "lt" to ALL_LINGUAS.
9483
9484 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9485
9486         * NEWS:
9487         * configure.ac:
9488
9489         Release 0.1.9
9490
9491 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9492
9493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9494
9495         Fix here also the thumbnails 1-basedness :)
9496
9497 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9498
9499         * NEWS:
9500         * configure.ac:
9501
9502         Release 0.1.8
9503
9504 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9505
9506         * pdf/pdf-document.cc:
9507         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9508         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9509
9510         Fix the mess we did with thumbnails and 1-basedness
9511
9512 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9513
9514         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9515
9516 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9517
9518         * NEWS:
9519         * configure.ac:
9520
9521         Release 0.1.7
9522
9523 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9524
9525         * ps/Makefile.am:
9526         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9527         (gtk_gs_defaults_get_alpha_parameters),
9528         (gtk_gs_defaults_get_ungzip_cmd),
9529         (gtk_gs_defaults_get_unbzip2_cmd):
9530         * ps/gsdefaults.h:
9531         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9532         (ps_document_get_orientation), (document_load),
9533         (ps_document_goto_page), (ps_document_set_page_size):
9534         * ps/ps-document.h:
9535
9536         Some more sanitization of the ps backend. Remove a lot
9537         of unused code and do not base our defaults on ggv
9538         preferences (ugh!)
9539
9540 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9541
9542         * thumbnailer/evince-thumbnailer.schemas:
9543         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9544         (main): add -s option for thumbnail size.
9545
9546 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9547
9548         * configure.ac:
9549
9550         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9551         remove it.
9552
9553 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9554
9555         * pdf/pdf-document.cc:
9556
9557         Remove 4 pixels of useless border from the
9558         thumbnail.
9559
9560 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9561
9562         * backend/ev-document-thumbnails.c:
9563         (ev_document_thumbnails_get_thumbnail):
9564         * backend/ev-document-thumbnails.h:
9565
9566         Rework API a bit. Add a border flag and
9567         change sizing logic (now the size we specify
9568         applies to the bigger dimension).
9569
9570         * pdf/pdf-document.cc:
9571         * pixbuf/pixbuf-document.c:
9572         (pixbuf_document_thumbnails_get_thumbnail):
9573         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9575
9576         Adapt to the new API and do not draw a border for nautilus
9577         thumbnailer.
9578
9579 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9580
9581         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9582         take thumbnails from page "0" instead of "1". Added a copyright header.
9583
9584 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9585
9586         * ps/ps-document.c: (set_up_page), (start_interpreter):
9587
9588         Make it C89 compliant
9589
9590 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9591
9592         * Makefile.am:
9593         * configure.ac:
9594         * pdf/.cvsignore:
9595         * pdf/pdf-document.cc:
9596         * thumbnailer/Makefile.am:
9597         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9598         (main):
9599         * thumbnailer/evince-thumbnailer.schemas:
9600         * thumbnailer/pdf-icon.png:
9601
9602         Add a nautilus thumbnailer.
9603         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9604
9605 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9606
9607         * NEWS:
9608         * configure.ac:
9609         * po/POTFILES.in:
9610
9611         Release 0.1.6
9612
9613 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9614
9615         Use poppler instead of including xpdf source code.  Poppler is a
9616         fork of xpdf to build it as a shared library. See
9617         http://freedesktop.org/wiki/Software/poppler.
9618
9619         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9620         xpdf fork.
9621         
9622         * pdf/Makefile.am: Build libpdfdocument.a here.
9623         
9624         * pdf/GDKSplashOutputDev.cc:
9625         * pdf/GDKSplashOutputDev.h:
9626         * pdf/GnomeVFSStream.cc:
9627         * pdf/GnomeVFSStream.h:
9628         * pdf-document.cc:
9629         * pdf-document.h:
9630         * test-gdk-output-dev.cc
9631         * Thumb.cc:
9632         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9633         against poppler.
9634
9635 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9636
9637         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9638
9639         Clear idle stack before unsetting the document
9640
9641 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9642
9643         * ps/ps-document.c: (ps_document_widget_event),
9644         (ps_document_set_target), (ps_document_finalize),
9645         (ps_document_get_page):
9646
9647         Disconnect the widget event signal on finalize.
9648         Some code cleanups.
9649
9650 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9651
9652         * ps/ps-document.c: (set_up_page):
9653
9654         If there is no bpixmap create one, even if size
9655         is not changed.
9656
9657 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9658
9659         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9660         (set_up_page), (document_load), (ps_document_set_zoom):
9661
9662         Default page is 0. Calculate size even when we have no
9663         target yet.
9664
9665 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9666
9667         * shell/ev-sidebar.c: expand the selection widget to be always as
9668         wide as the sidebar
9669
9670 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9671
9672         * shell/ev-sidebar-thumbnails.c:
9673         (ev_sidebar_thumbnails_set_document):
9674
9675         Clear the list store when setting document
9676
9677 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9678
9679         * shell/ev-page-action.c: (update_entry), (sync_entry),
9680         (activate_cb), (entry_size_request_cb), (create_tool_item),
9681         (connect_proxy):
9682
9683         Use an entry for the page control instead of spinbuttons
9684
9685 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9686
9687         * data/evince.schemas.in:
9688
9689         Correct confusing string
9690
9691 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9692
9693         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9694         for real.  Gosh, how long has this been broken.
9695
9696         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9697         check for a NULL link.  We crash otherwise.
9698
9699 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9700
9701         * NEWS:
9702         * configure.ac:
9703
9704         Release 0.1.5
9705
9706 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9707
9708         * configure.ac: add the french translation.
9709
9710 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9711
9712         * shell/ev-window.c:
9713
9714         Remove unused header -> fix distcheck
9715
9716 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9717
9718         * shell/ev-window.c: (update_window_title),
9719         (ev_window_popup_password_dialog):
9720
9721         Unescape filename for display
9722
9723 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9724
9725         * pdf/xpdf/pdf-document.cc:
9726
9727         In get_page_size deal with rotation. Also
9728         cleanup the function a bit.
9729
9730 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9731
9732         * pdf/xpdf/pdf-document.cc:
9733
9734         Fix crash when opening in new window
9735
9736 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9737
9738         * configure.ac:
9739
9740         Check ghostscript >= 7
9741
9742 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9743
9744         * shell/ev-window.c:
9745
9746         Make page width the default sizing mode
9747
9748 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9749         Marco Pesenti Gritti <marco@gnome.org>
9750
9751         * shell/ev-window.c: Remember the sidebar size
9752
9753         * data/evince.schemas.in: Add a new gconf key to store the size of
9754         the sidebar
9755
9756 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9757
9758         * data/evince-ui.xml:
9759         * shell/ev-window.c: (update_action_sensitivity),
9760         (ev_window_cmd_view_reload):
9761         
9762         Add a "Reload" action and menu entry
9763
9764 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9765
9766         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9767         iff the type doesn't support thumbnailing and indexing.
9768
9769 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9770
9771         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9772
9773 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9774
9775         * pdf/splash/Splash.cc:
9776
9777         Port fix for a crasher from kde bug
9778         http://bugs.kde.org/show_bug.cgi?id=97131
9779
9780 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9781
9782         * pdf/xpdf/pdf-document.cc:
9783
9784         Return a link even if it's of an unrecognized
9785         type. Otherwise we go in an infinte cycle.
9786
9787 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9788
9789         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9790         (size_allocate_cb), (ev_window_set_sizing_mode):
9791
9792         Update size when switching mode
9793
9794 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9795
9796         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9797         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9798         (ev_window_cmd_view_normal_size):
9799
9800         Fix size toggle buttons behavior
9801
9802 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9803
9804         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9805         (doc_rect_to_view_rect), (ev_view_size_allocate),
9806         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9807         (scale_changed_callback):
9808
9809         Do not cache offsets in size_allocate.
9810
9811 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9812
9813         * shell/ev-view.c: (ev_view_size_allocate):
9814
9815         Calculate offsets before calling the parent
9816         class (which does a redraw)
9817
9818 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9819
9820         * pdf/xpdf/pdf-document.cc:
9821
9822         Fix a crasher on exit. Unused code, put a TODO
9823
9824 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9825
9826         * backend/ev-document.c: (ev_document_class_init),
9827         (ev_document_page_changed), (ev_document_scale_changed):
9828         * backend/ev-document.h:
9829
9830         Separate page/scale notifications
9831
9832         * pdf/xpdf/pdf-document.cc:
9833
9834         Emit the new signals.
9835         Do not display the pdf page in _render, do it
9836         when scale/page are requested.
9837
9838         * ps/ps-document.c: (ps_document_set_zoom),
9839         (ps_document_widget_event):
9840         * ps/ps-document.h:
9841
9842         Emit the new signals.
9843
9844         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9845         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9846         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9847         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9848         * shell/ev-view.h:
9849         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9850         (ev_window_cmd_view_page_width), (size_allocate_cb),
9851         (ev_window_set_sizing_mode):
9852
9853         Rework sizing to be pixel based.
9854         There are bugs but should be already way better.
9855
9856 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9857
9858         * shell/ev-window.c: (ev_window_init):
9859
9860         Do not allow to shrink sidebar smaller then
9861         child requisition
9862
9863 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9864
9865         * shell/ev-sidebar.[ch]
9866         * shell/ev-window.c:
9867
9868         Improved sidebar widget. Fixes #166683
9869
9870 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9871
9872         * shell/ev-view.c (update_find_status_message): Give translators
9873         more flexibility with ngettext plural handling.
9874
9875 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9876
9877         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9878         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9879         page when we get the page size.
9880
9881 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9882
9883         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9884
9885         ps pages are 0 based, convert 
9886
9887 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9888
9889         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9890
9891         Initialize correct parent class. Set GError on document load
9892
9893 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9894
9895         * pdf/xpdf/pdf-document.cc:
9896
9897         Fixup selection offset calculation
9898
9899         * shell/ev-view.c: (view_rect_to_doc_rect),
9900         (doc_rect_to_view_rect), (ev_view_size_allocate),
9901         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9902         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9903
9904         Store selection as document relative, so that zooming
9905         and offset changing doesnt break it.
9906
9907 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9908
9909         * shell/ev-view.c: (ev_view_best_fit):
9910
9911         Do not try to best fit if the view is not realized
9912
9913 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9914           
9915         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9916
9917 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9918
9919         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9920
9921 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9922
9923         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9924         the popup window.  That prevents it resizing when in full screen
9925         mode.
9926
9927         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9928         multiple rerenders.  This pretty much sucks.
9929
9930         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9931         rest of the toolbar.
9932
9933 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9934
9935         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9936
9937 2005-02-17  Alexander Shopov  <ash@contact.bg>
9938
9939         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9940
9941 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9942
9943         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9944
9945 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9946
9947         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9948         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9949         (set_document_page), (document_changed_callback),
9950         (ev_view_set_document), (ev_view_find_previous),
9951         (ev_view_hide_cursor), (ev_view_show_cursor):
9952         * shell/ev-view.h:
9953         * shell/ev-window.c: (update_chrome_visibility),
9954         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9955         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9956         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9957         (ev_window_unfullscreen):
9958         * shell/main.c: (main):
9959
9960         Automatically hide the fullscreen button.
9961         Patch by Kristian Høgsberg <krh@redhat.com>
9962
9963 2005-02-16  Vincent Noel  <vnoel@cox.net>
9964
9965         * shell/main.c (main): Specify an icon for the window. Patch by
9966         Jaap A. Haitsma. Fixes #166177.
9967
9968 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9969
9970         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9971
9972 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9973
9974         * backend/ev-document-misc.h:
9975         * backend/ev-document-misc.c:
9976         (ev_document_misc_get_page_border_size),
9977         (ev_document_misc_paint_one_page): New function to canonicalize
9978         sizing/painting a border.
9979
9980         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9981         used.
9982
9983         * pdf/xpdf/pdf-document.cc: use new function
9984
9985         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9986         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9987         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9988         shell/ev-window.c: (update_sizing_buttons),
9989         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9990         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9991         (ev_window_cmd_view_page_width), (size_allocate_cb),
9992         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9993         and "fit width" values act as toggle buttons so they stay
9994         toggled.  It's not 100% perfect, and it's a little slow, but it's
9995         good enough to commit I think.
9996
9997 2005-02-15  David Lodge  <dave@cirt.net>
9998
9999         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10000
10001 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10002
10003         * shell/ev-window.c (update_window_title): replace newlines in
10004         the title by spaces. Bug #166107.
10005
10006 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10007
10008         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10009         parameters providing allocation width and height without
10010         scrollbars and width of a possible vertical scrollbar. With this
10011         additional information the functions can work as
10012         intended. Unfortunately they're not idempotent. We should
10013         transform these commands to toggles. Fixes Bug #164976
10014         Initial patch by Stephane Loeuillet, then heavily modified.
10015
10016         * shell/ev-view.h: update prototypes.
10017
10018         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10019         (ev_window_cmd_view_page_width): provide EvView fit functions with
10020         all the information they need. Formulas to calculate this
10021         information taken from GtkScrolledWindow.
10022
10023 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10024
10025         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10026         created a thumbnail, the list store is updated to know
10027         that the thumbnail is set. Fixes bug #166792
10028
10029 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10030
10031         * shell/ev-window.c: fixed typo, closes bug 166897
10032
10033         * TODO: updated TODO with bug numbers that are relevant
10034
10035 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10036
10037         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10038
10039 2005-02-09  Vincent Noel  <vnoel@cox.net>
10040
10041         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10042         and "Next" toolbar buttons as important to make them stand out.
10043
10044 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10045
10046         * lib/ev-debug.c:
10047         * lib/ev-debug.h:
10048         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10049         (start_interpreter), (stop_interpreter), (document_load),
10050         (ps_document_next_page), (ps_document_goto_page),
10051         (ps_document_set_page_size), (ps_document_widget_event),
10052         (ps_document_render):
10053         * shell/ev-page-view.c: (ev_page_view_dispose):
10054         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10055
10056         Fix compilation on non-gcc platforms
10057
10058 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10059
10060         * NEWS:
10061         * configure.ac:
10062
10063         Release 0.1.4
10064
10065         * pdf/xpdf/Catalog.cc:
10066         * pdf/xpdf/XRef.cc:
10067
10068         Fix the fix for CAN-2004-0888
10069
10070 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10071
10072         * data/Makefile.am:
10073         * data/evince-ui.xml:
10074         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10075         * shell/ev-stock-icons.h:
10076         * shell/ev-window.c: (update_action_sensitivity),
10077         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10078         (set_action_properties):
10079
10080         Improve toolbar layout/icons
10081
10082 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10083
10084         * pdf/xpdf/pdf-document.cc:
10085
10086         Add warnings about unimplemented/unknown link
10087         types.
10088
10089 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10090
10091         * ps/ps-document.c: (set_up_page):
10092
10093         Log gs property
10094
10095 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10096
10097         * ps/ps-document.c: (start_interpreter):
10098
10099         Log gs env var
10100
10101 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10102
10103         * shell/ev-page-view.c: (ev_page_view_dispose):
10104         * shell/ev-view.c: (ev_view_finalize):
10105         * shell/ev-window.c: (ev_window_setup_document),
10106         (ev_window_dispose), (ev_window_init):
10107
10108         Solve more refs issues.
10109
10110         I commented out the page_view initialization for now:
10111         it was never destroyed (because it's never added
10112         to a container). Because of that we was leaking
10113         gs processes. Couldnt think to a clean fix.
10114         We need to figure this out, password view has the
10115         same issue probably.
10116
10117 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10118
10119         * ps/ps-document.c: (ps_document_finalize),
10120         (ps_document_get_n_pages), (ps_document_get_page):
10121
10122         Some cleanups, stop the interpreter on finalize
10123
10124         * shell/ev-page-view.c: (ev_page_view_dispose),
10125         (ev_page_view_class_init):
10126
10127         Release our reference on the document
10128
10129 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10130
10131         * Makefile.am:
10132         * configure.ac:
10133         * doc/debugging.txt:
10134         * lib/.cvsignore:
10135         * lib/Makefile.am:
10136         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10137         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10138         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10139         * lib/ev-debug.h:
10140
10141         Add debugging helpers
10142
10143         * ps/Makefile.am:
10144         * ps/ps-document.c: (set_up_page), (start_interpreter),
10145         (stop_interpreter), (document_load), (ps_document_next_page),
10146         (ps_document_goto_page), (ps_document_set_page_size),
10147         (ps_document_widget_event), (ps_document_render):
10148         * shell/Makefile.am:
10149         * shell/ev-view.c: (expose_bin_window):
10150         * shell/main.c: (main):
10151
10152         Add some logs
10153         
10154 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10155
10156         * ps/ps-document.c: (ps_document_widget_event):
10157
10158         Initialize message_window, this should make ps
10159         rendering really work! (Never noticed because I was
10160         testing with a ps that is causing gs to exit every time!)
10161
10162 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10163
10164         * data/evince.schemas.in: updated simple error in applyto closing tag
10165
10166 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10167
10168         * Makefile.am:
10169         * configure.ac:
10170         * data/.cvsignore:
10171         * data/Makefile.am:
10172         * data/evince-ui.xml:
10173         A data/evince.schemas.in:
10174         * po/POTFILES.in:
10175         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10176         * shell/ev-stock-icons.h:
10177         * shell/ev-window.c: (update_chrome_visibility),
10178         (update_chrome_flag), (ev_window_cmd_edit_find),
10179         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10180         (ev_window_unfullscreen), (ev_window_focus_in_event),
10181         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10182         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10183         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10184         (ev_window_dispose), (ev_window_class_init),
10185         (set_action_properties), (set_chrome_actions), (load_chrome),
10186         (ev_window_init):
10187
10188         Implement fullscreen mode changes from bug #164776.
10189         Also implement persistent chrome toggles.
10190
10191 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10192
10193         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10194
10195 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10196
10197         * NEWS:
10198         * configure.ac:
10199         * shell/ev-view.c:
10200
10201         Add another check for find interface
10202
10203         Release 0.1.3
10204
10205 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10206
10207         * shell/ev-application.c: (ev_application_open):
10208         * shell/ev-window.c: (ev_window_open):
10209
10210         Open gzipped ps documents
10211
10212 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10213
10214         * TODO:
10215         * shell/ev-view.c: (set_document_page):
10216
10217         Clamp page number, dont try to move to
10218         not existant pages.
10219
10220 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10221
10222         * backend/ev-document-find.c: (ev_document_find_changed):
10223         * backend/ev-document-find.h:
10224         * pdf/xpdf/pdf-document.cc:
10225         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10226         * shell/ev-window.c: (find_bar_search_changed_cb):
10227
10228         Fix several bugs with find
10229
10230 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10231
10232         * shell/ev-sidebar-thumbnails.c
10233         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10234         document. Prevents warning from scroll_to_cell.
10235
10236 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10237
10238         * configure.ac: Add «nb» to ALL_LINGUAS too.
10239
10240 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10241
10242         * NOTES: New file with some random thoughts.
10243
10244         * TODO: Update.
10245
10246         * backend/ev-document-misc.c:
10247         (ev_document_misc_get_page_border_size): New function to
10248         canonicalize shadow drawing sizes.  Possibly goofy.
10249
10250         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10251         (ev_view_best_fit), (ev_view_fit_width):
10252         * pdf/xpdf/pdf-document.cc:
10253         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10254         * ps/ps-document.c: (ps_document_get_page_size):
10255         * backend/ev-document-misc.h:
10256         * backend/ev-document.c: (ev_document_get_page_size):
10257         * backend/ev-document.h: get_page_size now takes a page number
10258         parameter.  Made all the backends/frontends honor it.
10259
10260         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10261         see.  Doesn't work yet.
10262
10263         * shell/Makefile.am:
10264         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10265         Doesn't do anything yet.
10266
10267         * shell/ev-sidebar-thumbnails.c:
10268         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10269         [0..n_pages-1]
10270
10271         * shell/ev-window.c: (update_action_sensitivity),
10272         (ev_window_setup_document), (ev_window_set_page_mode),
10273         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10274         view-swapping code a bit so we can have multiple views on a
10275         document.  Add the multi-page view, though it can't be turned on
10276         yet.
10277
10278 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10279
10280         * shell/ev-application.c: (ev_application_open):
10281         * shell/ev-view.c: (expose_bin_window):
10282         * shell/ev-window.c: (ev_window_open):
10283
10284         Support eps and check document supports find
10285         before drawing highlightings in expose.
10286
10287 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10288
10289         * pixbuf/pixbuf-document.c:
10290         (pixbuf_document_thumbnails_get_dimensions),
10291         (pixbuf_document_document_thumbnails_iface_init):
10292
10293         implement get_dimensions
10294
10295 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10296
10297         * NEWS:
10298         * configure.ac:
10299
10300         Release 0.1.2
10301
10302 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10303
10304         * shell/ev-view.c: (set_document_page):
10305
10306         Scroll at the top of the page when changing page
10307
10308 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10309
10310         * shell/ev-view.c: (ev_view_motion_notify_event):
10311
10312         Do not redraw unnecessarily
10313
10314 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10315
10316         * pdf/xpdf/pdf-document.cc:
10317         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10318         (expose_bin_window), (find_changed_cb):
10319
10320         Yay! find works now... Now to find bugs...
10321
10322 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10323
10324         * backend/ev-document-find.c: (ev_document_find_base_init),
10325         (ev_document_find_changed):
10326         * backend/ev-document-find.h:
10327         * pdf/xpdf/pdf-document.cc:
10328         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10329         (expose_bin_window), (ev_view_init), (set_document_page),
10330         (ensure_rectangle_is_visible), (jump_to_find_result),
10331         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10332         (ev_view_find_next), (ev_view_find_previous):
10333         * shell/ev-view.h:
10334         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10335
10336         More work on find implementation, mostly there now
10337
10338 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10339
10340         * backend/ev-backend-marshalers.list:
10341         * backend/ev-document-find.c: (ev_document_find_base_init),
10342         (ev_document_find_cancel), (ev_document_find_page_has_results),
10343         (ev_document_find_get_n_results), (ev_document_find_get_result),
10344         (ev_document_find_get_progress), (ev_document_find_changed):
10345         * backend/ev-document-find.h:
10346
10347         Enanche the find interface to be really able to do
10348         multi page find.
10349
10350         * pdf/xpdf/pdf-document.cc:
10351
10352         Implement
10353
10354         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10355         (expose_bin_window), (ev_view_init),
10356         (ev_view_get_find_status_message), (find_changed_cb),
10357         (ev_view_set_document), (set_document_page):
10358
10359         Adapt to the new interface. A few things are regressed sorry,
10360         I will finish it soon.
10361
10362 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10363
10364         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10365         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10366         ev_sidebar_thumbnails_parent_class variable, don't define another
10367         parent_class variable.
10368
10369         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10370         (ev_page_action_class_init): ditto.
10371
10372         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10373         (pixbuf_document_class_init): ditto.
10374
10375         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10376         ditto.
10377
10378         * .cvsignore: ignore various valgrind output files.
10379
10380 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10381
10382         * data/evince-ui.xml:
10383         * shell/Makefile.am:
10384         * shell/ev-history.c:
10385         * shell/ev-history.h:
10386         * shell/ev-navigation-action.c:
10387         * shell/ev-navigation-action.h:
10388         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10389         (ev_view_set_page), (ev_view_fit_width):
10390         * shell/ev-view.h:
10391         * shell/ev-window.c: (update_action_sensitivity),
10392         (ev_window_setup_document), (register_custom_actions):
10393
10394         Kill session history
10395
10396 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10397
10398         * shell/ev-window.c: (update_action_sensitivity):
10399
10400         Fix inverted up/down buttons
10401
10402 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10403
10404         * shell/ev-sidebar-thumbnails.c
10405         (ev_sidebar_thumbnails_select_page): make sure the selected
10406         thumbnail stays visible.
10407
10408 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10409
10410         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10411         scrolled window for Federico.
10412
10413 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10414
10415         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10416
10417 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10418
10419         * configure.ac:
10420         * pdf/splash/SplashFTFontEngine.cc:
10421
10422         Fix CID fonts with freetype 2.1.9
10423
10424 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10425
10426         * TODO: added item for desktop icon thumbnailer
10427
10428 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10429
10430         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10431         unloaded docs when the title is accessed.
10432
10433         * shell/ev-password-view.[hc]: New widget for displaying password
10434         state.
10435
10436         * shell/ev-window.[ch]: Refactor password handling code to handle
10437         the new view.
10438
10439 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10440
10441         * NEWS:
10442         * configure.ac:
10443         * data/Makefile.am:
10444
10445         Release 0.1.1
10446
10447 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10448
10449         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10450         ignore page offset here, to make search results independent of it,
10451
10452         * shell/ev-view.c (expose_bin_window): but take offsets into
10453         account here. Bug #164932
10454
10455         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10456         scale at the right time. Bug #164996
10457
10458 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10459
10460         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10461         fix the problem. Now I just removed the Adobe font names and hope
10462         that the URW fonts are always in outline format. Bug #164934
10463
10464         * shell/ev-window.c (update_window_title): empty titles are
10465         useless, use filename in that case too.
10466
10467         * NEWS: Add some content.
10468
10469 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10470
10471         * TODO: added one more TODO item and a TODONE section :)
10472
10473 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10474
10475         * ps/ps-document.h: add page_[xy]_offset fields.
10476
10477         * ps/ps-document.c (ps_document_set_page_offset)
10478         (ps_document_render): Keep offset in consideration in a few
10479         places. Bug #164752 "postscript documents are not centered in
10480         window"
10481
10482         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10483         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10484
10485         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10486         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10487         stub out missing methods for complete EvDocument implementation.
10488         Fixes segfaults with Save A Copy and Copy actions.
10489
10490         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10491         (ps_document_document_iface_init): ditto.
10492         
10493 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10494
10495         * data/.cvsignore:
10496         * data/Makefile.am:
10497         * data/evince.desktop.in:
10498
10499         Add desktop file
10500
10501 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10502
10503         * shell/ev-view.c: (ev_view_button_press_event),
10504         (ev_view_motion_notify_event):
10505
10506         Make selection work in any direction
10507
10508 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10509
10510         * TODO:
10511         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10512
10513         Use shorter labels for some of the toolbars items
10514
10515 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * pdf/xpdf/pdf-document.cc:
10518
10519         Check the links info is initialized before
10520         using it. Should fix a crash on startup.
10521
10522 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10523
10524         * pixbuf/pixbuf-document.c
10525         (pixbuf_document_thumbnails_get_dimensions): force floating point
10526         division to calculate page_ratio. Fixes crash with landscape
10527         format pixbufs.
10528
10529 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10530
10531         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10532
10533 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10534
10535         * shell/ev-view.c (set_document_page): unset has_selection when
10536         the page changes.
10537         (set_document_page): handle paper size changes when the page
10538         changes (test with Free Culture, page 2).
10539
10540 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10541
10542         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10543         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10544
10545         Use normal style color for the widget background and
10546         draw a black box around the page.
10547
10548 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10549
10550         * pdf/xpdf/pdf-document.cc:
10551
10552         Keep offset in consideration in a few places
10553
10554         * shell/ev-view.c: (expose_bin_window):
10555
10556         Set the offsets so that the document is ever centered
10557
10558 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10559
10560         * TODO: Added TODO items and finished off the first todo item
10561
10562         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10563         reflect current authors
10564
10565 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10566
10567         * pdf/xpdf/pdf-document.cc:
10568         * shell/ev-view.c: (ev_view_set_cursor),
10569         (ev_view_motion_notify_event), (document_changed_callback),
10570         (set_document_page):
10571
10572         Show a wait cursor while the page is rendering
10573
10574 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10575
10576         * shell/ev-sidebar-thumbnails.c:
10577         (ev_sidebar_tree_selection_changed),
10578         (ev_sidebar_thumbnails_select_page):
10579         * shell/ev-sidebar-thumbnails.h:
10580         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10581         (ev_view_can_go_forward):
10582         * shell/ev-window.c: (ev_window_open_page),
10583         (ev_window_setup_document), (update_current_page),
10584         (view_page_changed_cb), (ev_window_init):
10585         * shell/ev-window.h:
10586
10587         Ensure thumbnails selection, toolbar page control and
10588         current page are in sync.
10589
10590 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10591
10592         * pdf/xpdf/XRef.cc:
10593
10594         Fix CAN-2005-0064
10595
10596 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10597
10598         * backend/Makefile.am:
10599         * backend/ev-document-links.h:
10600         * backend/ev-document-security.c: (ev_document_security_get_type),
10601         (ev_document_security_has_document_security),
10602         (ev_document_security_set_password):
10603         * backend/ev-document-security.h:
10604         * backend/ev-document.c: (ev_document_error_quark):
10605         * backend/ev-document.h:
10606         * data/Makefile.am:
10607         * data/evince-password.glade:
10608         * pdf/xpdf/pdf-document.cc:
10609         * shell/Makefile.am:
10610         * shell/ev-password.c: (ev_password_set_bad_password_label),
10611         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10612         (ev_password_dialog_get_password),
10613         (ev_password_dialog_set_bad_pass):
10614         * shell/ev-password.h:
10615         * shell/ev-window.c: (ev_window_get_attribute),
10616         (ev_window_set_property), (update_action_sensitivity),
10617         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10618         (ev_window_setup_document), (ev_window_get_password),
10619         (ev_window_open), (ev_window_cmd_save_as),
10620         (using_postscript_printer), (ev_window_print),
10621         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10622         (update_fullscreen_popup), (ev_window_fullscreen),
10623         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10624         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10625         (menu_item_select_cb), (find_bar_search_changed_cb),
10626         (ev_window_dispose), (ev_window_init):
10627
10628         Add initial support for password-supported dialogs.  This could be
10629         a lot cooler, but it'll do for now.
10630
10631 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10632
10633         * pdf/xpdf/pdf-document.cc:
10634         * shell/ev-view.c: (status_message_from_link),
10635         (ev_view_set_status), (ev_view_set_cursor),
10636         (ev_view_motion_notify_event), (ev_view_init):
10637         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10638
10639         Fix bugs in the links implementation and change cursor
10640         when hovering a link.
10641
10642 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10643
10644         * viewer/.cvsignore: added cvsignore file for viewer directory
10645
10646         * TODO: created TODO document
10647
10648 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10649
10650         * shell/ev-view.h:
10651         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10652         new functions to help with implementation of sensitivity code
10653         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10654         of all actions that might require it.  Fixes a crash when you
10655         click on the Zoom actions in a window lacking a document.
10656
10657 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10658
10659         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10660         of the Find action
10661
10662 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10663
10664         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10665         (pixbuf_document_document_iface_init):
10666         * ps/ps-document.c: (ps_document_get_link),
10667         (ps_document_document_iface_init):
10668         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10669         (status_message_from_link), (ev_view_set_status),
10670         (ev_view_set_find_status), (ev_view_motion_notify_event),
10671         (ev_view_button_release_event), (ev_view_set_property),
10672         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10673         (ev_view_get_find_status_message), (update_find_results),
10674         (ev_view_get_status), (ev_view_get_find_status):
10675         * shell/ev-view.h:
10676         * shell/ev-window.c: (view_status_changed_cb),
10677         (view_find_status_changed_cb), (ev_window_init):
10678
10679         View status message support, use it to show the links.
10680         Needs work...
10681
10682 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10683
10684         * backend/ev-document.c: (ev_document_get_link):
10685         * backend/ev-document.h:
10686         * pdf/xpdf/pdf-document.cc:
10687         * shell/ev-application.c: (ev_application_open):
10688         * shell/ev-application.h:
10689         * shell/ev-sidebar-links.c: (selection_changed_cb):
10690         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10691         (ev_view_go_to_link):
10692
10693         Add support for document links
10694
10695 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10696
10697         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10698         (create_tool_item):
10699         Set the spin button limits correctly.
10700         
10701         * shell/ev-sidebar-thumbnails.c:
10702         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10703         Support changing pages by clicking on the thumbnails.
10704         
10705 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10706
10707         * pixbuf/pixbuf-document.c:
10708         (pixbuf_document_thumbnails_get_dimensions),
10709         (pixbuf_document_document_thumbnails_iface_init):
10710
10711         implement get_dimensions
10712
10713 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10714
10715         * ps/ps-document.c: (ps_document_goto_page):
10716
10717         Fix page switching on multipage documents
10718
10719 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10720
10721         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10722         
10723         check for NULL before assigning to width and height parameters
10724
10725 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10726
10727         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10728         (pixbuf_document_set_property), (pixbuf_document_get_property):
10729
10730         implement get/set properties
10731
10732 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10733
10734         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10735         
10736         return NULL instead of "Unknown", letting the title get set to
10737         the filename when the pdf has no title.
10738
10739 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10740
10741         * ps/ps-document.c: (ps_document_get_page_count),
10742         (ps_document_goto_page):
10743
10744 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10745
10746         * shell/ev-history.c: (ev_history_get_property),
10747         (ev_history_set_property), (ev_history_class_init),
10748         (ev_history_add_page), (ev_history_set_current_index):
10749         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10750         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10751         (ev_navigation_action_finalize):
10752         * shell/ev-navigation-action.h:
10753         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10754         (ev_view_go_forward), (ev_view_get_find_status_message),
10755         (history_index_changed_cb), (ev_view_set_history):
10756         * shell/ev-view.h:
10757         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10758         (update_current_page), (register_custom_actions):
10759
10760         Implement history dropdowns
10761
10762 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10765         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10766         (ev_view_go_forward):
10767         * shell/ev-window.c: (register_custom_actions):
10768
10769         Fix several history bugs
10770
10771 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10772
10773         * configure.ac: Add «nb» to ALL_LINGUAS.
10774
10775 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10776
10777         * backend/Makefile.am:
10778         * backend/ev-bookmark.c:
10779         * backend/ev-bookmark.h:
10780         * backend/ev-document-bookmarks.c:
10781         * backend/ev-document-bookmarks.h:
10782         * backend/ev-document-links.c: (ev_document_links_get_type),
10783         (ev_document_links_has_document_links),
10784         (ev_document_links_begin_read), (ev_document_links_get_link),
10785         (ev_document_links_get_child), (ev_document_links_next),
10786         (ev_document_links_free_iter):
10787         * backend/ev-document-links.h:
10788         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10789         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10790         (ev_link_get_link_type), (ev_link_set_link_type),
10791         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10792         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10793         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10794         (ev_link_new_external):
10795         * backend/ev-link.h:
10796         * pdf/xpdf/pdf-document.cc:
10797         * shell/Makefile.am:
10798         * shell/ev-application.c: (ev_application_open_link):
10799         * shell/ev-application.h:
10800         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10801         (ev_history_get_link_nth):
10802         * shell/ev-history.h:
10803         * shell/ev-sidebar-bookmarks.c:
10804         * shell/ev-sidebar-bookmarks.h:
10805         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10806         (ev_sidebar_links_class_init), (selection_changed_cb),
10807         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10808         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10809         (do_one_iteration), (populate_links_idle),
10810         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10811         * shell/ev-sidebar-links.h:
10812         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10813         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10814         (go_to_index):
10815         * shell/ev-view.h:
10816         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10817         * shell/ev-window.h:
10818
10819         Rename bookmark to link, and use "Index" for the sidebar panel.
10820
10821 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10822
10823         * shell/Makefile.am:
10824         * shell/ev-application.c: (ev_application_open_bookmark):
10825         * shell/ev-application.h:
10826         * shell/ev-history.c: (ev_history_init), (free_links_list),
10827         (ev_history_finalize), (ev_history_class_init),
10828         (ev_history_add_link), (ev_history_add_page),
10829         (ev_history_get_link_nth), (ev_history_get_n_links),
10830         (ev_history_get_current_index), (ev_history_set_current_index),
10831         (ev_history_new):
10832         * shell/ev-history.h:
10833         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10834         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10835         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10836         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10837         (ev_view_set_page):
10838         * shell/ev-view.h:
10839         * shell/ev-window.c: (ev_window_open_bookmark),
10840         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10841         (goto_page_cb), (register_custom_actions):
10842         * shell/ev-window.h:
10843
10844         Initial history implementation. Needs work.
10845
10846 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10847
10848         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10849
10850 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10851
10852         * cut-n-paste/recent-files/egg-recent-item.c:
10853         * cut-n-paste/recent-files/egg-recent-item.h:
10854         * cut-n-paste/recent-files/egg-recent-model.c:
10855         * cut-n-paste/recent-files/egg-recent-util.c:
10856         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10857         * cut-n-paste/recent-files/egg-recent-view.c:
10858
10859         Update
10860
10861 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10862
10863         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10864         (fillGlyph, fillImageMask, drawImage):
10865         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10866         pdf/splash/SplashTypes.h:
10867         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10868         packed mode for Splash.
10869
10870         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10871         RGB8 packed mode, eliminates the pixbuf data creation loop.
10872
10873         * shell/ev-print-job.c (ev_print_job_finalize)
10874         (ev_print_job_set_property, ev_print_job_get_property)
10875         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10876         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10877         (print_closure_finalize, ev_print_job_print): implement
10878         printing (for backends with EvPsExporter)
10879
10880         * shell/ev_print_job.h: update prototypes.
10881
10882         * shell/ev-window.c (ev_window_print): unref print job after
10883         printing.
10884
10885         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10886         unless the document implements the EvDocumentFind interface.
10887
10888 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10889
10890         * configure.ac: Added ja to ALL_LINGUAS.
10891
10892 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10893
10894         * pdf/xpdf/pdf-document.cc:
10895
10896         add a FIXME. We should probably not allocate
10897         a bookmark object every time
10898
10899 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10900
10901         * shell/ev-application.c: (ev_application_open),
10902         (ev_application_open_bookmark):
10903         * shell/ev-application.h:
10904         
10905         Add a way to open bookmarks
10906
10907         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10908         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10909         (ev_bookmark_set_property), (ev_bookmark_class_init),
10910         (ev_bookmark_new_title), (ev_bookmark_new_link),
10911         (ev_bookmark_new_external):
10912
10913         Support for external uris, better constructors.
10914
10915         * backend/ev-bookmark.h:
10916         * pdf/xpdf/pdf-document.cc:
10917         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10918
10919         Handle external uris
10920
10921 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10922
10923         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10924         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10925
10926         Hook up bookmarks navigation
10927
10928 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * backend/Makefile.am:
10931         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10932         (ev_bookmark_get_title), (ev_bookmark_set_title),
10933         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10934         (ev_bookmark_get_page), (ev_bookmark_set_page),
10935         (ev_bookmark_get_property), (ev_bookmark_set_property),
10936         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10937         (ev_bookmark_new):
10938         * backend/ev-bookmark.h:
10939         * backend/ev-document-bookmarks.c:
10940         (ev_document_bookmarks_get_bookmark):
10941         * backend/ev-document-bookmarks.h:
10942         * pdf/xpdf/pdf-document.cc:
10943         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10944
10945         Add a bookmark object to the backend and use it instead of get_values
10946
10947 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10948
10949         * data/evince-ui.xml:
10950
10951         Cleanup and add select all.
10952
10953         * shell/ev-view.c: (ev_view_select_all),
10954         (ev_view_button_press_event):
10955         * shell/ev-view.h:
10956         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10957
10958         Add select all.
10959         Clear selection on click.
10960
10961 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10962
10963         * shell/ev-sidebar-thumbnails.c
10964         (ev_sidebar_thumbnails_set_document): forgot to unref the
10965         loading_icon.
10966
10967 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10968
10969         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10970         at the visible page, not just linearly.  This makes it look fast.
10971
10972 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10973
10974         * backend/ev-document-misc.c
10975         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10976         white.
10977         * backend/ev-document-thumbnails.h: New interface to get the size
10978         of a page.
10979
10980 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10981
10982         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10983         make dist works
10984
10985 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10986
10987         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10988         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10989         things up a bit.
10990
10991         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10992
10993 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10994
10995         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10996         fonts. Should fix font problems on systems that have the base
10997         fonts in bitmap format. Reported by James Henstridge
10998         <james@jamesh.id.au>.
10999
11000 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11001
11002         * pdf/xpdf/Gfx.cc:
11003         * pdf/xpdf/GfxState.cc:
11004
11005         Fix for CAN-2004-1125
11006
11007 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11008
11009         * shell/ev-view.c: (ev_view_copy):
11010         * shell/ev-view.h:
11011         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11012
11013         Implement Edit->Copy
11014
11015 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * backend/ev-document.c: (ev_document_get_text):
11018         * backend/ev-document.h:
11019         * pdf/xpdf/pdf-document.cc:
11020         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11021         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11022         (ev_view_update_primary_selection), (ev_view_button_press_event),
11023         (ev_view_motion_notify_event), (ev_view_button_release_event):
11024
11025         Beginnings of clipboard support. Incomplete but primary sort
11026         of work.
11027
11028 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11031         (expose_bin_window):
11032
11033         Nicer rubberband drawing, from GtkIconView.
11034
11035 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * backend/ev-document.c: (ev_document_save):
11038         * backend/ev-document.h:
11039         * data/evince-ui.xml:
11040         * pdf/xpdf/pdf-document.cc:
11041         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11042
11043         Implement "Save a copy..." menu item
11044
11045 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11046
11047         * shell/ev-view.c: (ev_view_zoom):
11048
11049         Queue a resize when zoom changes
11050
11051 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11052
11053         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11054         shadows.
11055
11056         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11057         thumbnails..
11058
11059 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11060
11061         * pdf/xpdf/pdf-document.cc
11062         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11063
11064 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11065
11066         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11067         It's slow, but I'll speed it up next!
11068
11069 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11070
11071         * shell/main.c (load_files):
11072
11073         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11074         from the command line and because it seems more appropriate.
11075
11076 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * data/evince-ui.xml:
11079         * shell/ev-window.c: (update_action_sensitivity),
11080         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11081
11082         s/next page/page down
11083         s/previous page/page up
11084
11085 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11086
11087         * data/evince-ui.xml:
11088
11089         Change the layout to match clarkbw design.
11090
11091         * shell/Makefile.am:
11092         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11093         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11094         (ev_navigation_action_finalize),
11095         (ev_navigation_action_set_property),
11096         (ev_navigation_action_get_property),
11097         (ev_navigation_action_class_init):
11098         * shell/ev-navigation-action.h:
11099
11100         Implement clarkbw toolbar navigation controls (incomplete)
11101
11102         * shell/ev-page-action.c: (update_label), (update_spin),
11103         (value_changed_cb), (create_tool_item), (connect_proxy),
11104         (ev_page_action_init), (ev_page_action_finalize),
11105         (ev_page_action_set_property), (ev_page_action_get_property),
11106         (ev_page_action_set_current_page),
11107         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11108         * shell/ev-page-action.h:
11109
11110         Implement a page switcher in the toolbar
11111
11112         * shell/ev-view.c: (ev_view_scroll_view):
11113         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11114         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11115         (register_custom_actions), (ev_window_init):
11116
11117         Change page on PageUp/Down.
11118
11119 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11120
11121         * pdf/xpdf/pdf-document.cc
11122         (pdf_document_thumbnails_get_thumbnail): initial stab at
11123         implementing thumbnail support for pdfs.  It only does documents
11124         with precached pdfs now.
11125
11126 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11127
11128         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11129         thumbnail code into a time-based idle as well.  Also, turn off the
11130         shadow temporarily as it's really slow.
11131
11132 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11133
11134         * backend/ev-document.c: (ev_document_class_init):
11135         * pdf/xpdf/pdf-document.cc:
11136         * shell/ev-window.c: (ev_window_open):
11137
11138         Fix document title bugs and fallback to
11139         filename when not available.
11140
11141 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11142
11143         * backend/ev-document.c: (ev_document_get_type),
11144         (ev_document_class_init), (ev_document_load),
11145         (ev_document_get_title):
11146         * backend/ev-document.h:
11147         * pdf/xpdf/pdf-document.cc:
11148         * ps/ps-document.c: (ps_document_set_property),
11149         (ps_document_get_property), (ps_document_class_init),
11150         (document_load):
11151         * ps/ps-document.h:
11152         * ps/ps.h:
11153         * shell/ev-window.c: (update_window_title), (ev_window_open),
11154         (ev_window_init):
11155
11156         Initial support for document title. Not working yet.
11157
11158 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11159
11160         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11161
11162         Grab focus on the view when clicking it
11163
11164 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11165
11166         * shell/ev-marshal.list:
11167         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11168         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11169
11170         Add key bindings to the view. Now if the focus would work
11171         right...
11172
11173 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11174
11175         * Makefile.am:
11176         * backend/Makefile.am:
11177         * data/Makefile.am:
11178         * dvi/Makefile.am:
11179         * dvi/dvilib/Makefile.am:
11180         * pdf/xpdf/Makefile.am:
11181         * po/POTFILES.in:
11182         * ps/Makefile.am:
11183
11184         Fix distcheck
11185
11186 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11187
11188         * shell/ev-view.c: (ev_view_realize):
11189
11190         Fix mouse wheel scrolling
11191
11192 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11193
11194         * ps/Makefile.am:
11195         * ps/gstypes.h:
11196         * ps/gtkgs.c:
11197         * ps/gtkgs.h:
11198         * ps/ps-document.c: (catchPipe), (ps_document_init),
11199         (ps_document_class_init), (ps_document_cleanup),
11200         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11201         (set_up_page), (close_pipe), (is_interpreter_ready),
11202         (interpreter_failed), (output), (input), (start_interpreter),
11203         (stop_interpreter), (file_length), (file_readable),
11204         (check_filecompressed), (check_pdf), (compute_xdpi),
11205         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11206         (ps_document_get_type), (ps_document_emit_error_msg),
11207         (document_load), (ps_document_next_page),
11208         (ps_document_get_current_page), (ps_document_get_page_count),
11209         (ps_document_goto_page), (ps_document_set_page_size),
11210         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11211         (ps_document_load), (ps_document_get_n_pages),
11212         (ps_document_set_page), (ps_document_get_page),
11213         (ps_document_widget_event), (ps_document_set_target),
11214         (ps_document_set_scale), (ps_document_set_page_offset),
11215         (ps_document_get_page_size), (ps_document_render),
11216         (ps_document_document_iface_init):
11217         * ps/ps-document.h:
11218         * ps/ps.c:
11219         * shell/ev-window.c: (ev_window_open):
11220
11221         Rename GtkGS to PSDocument
11222
11223 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * ps/gtkgs.c: (gtk_gs_class_init):
11226         * ps/gtkgs.h:
11227
11228         Some more leftover...
11229
11230 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11233         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11234         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11235         * ps/gtkgs.h:
11236
11237         Remove unused code and make a lot of stuff private
11238
11239 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11242         (gtk_gs_defaults_changed):
11243         * ps/gsdefaults.h:
11244         * ps/gtkgs.c:
11245         * ps/gtkgs.h:
11246         * ps/ps.h:
11247
11248         Cleanup headers dependencies
11249
11250 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11251
11252         * ps/Makefile.am:
11253         * ps/ggvutils.c:
11254         * ps/ggvutils.h:
11255         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11256         * ps/gsdefaults.h:
11257         * ps/gtkgs.c: (file_length), (file_readable),
11258         (check_filecompressed), (check_pdf), (gtk_gs_load),
11259         (gtk_gs_get_postscript):
11260
11261         Get rid of ggvutils
11262
11263 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11264
11265         * ps/ggvutils.c:
11266         * ps/ggvutils.h:
11267         * ps/gsio.h:
11268         * ps/gtkgs.c: (gtk_gs_set_zoom):
11269
11270         Cleanups
11271
11272 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11275
11276         Ensure the page is rerendered when changing zoom
11277
11278 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11279
11280         * backend/ev-document.c: (ev_document_base_init),
11281         (ev_document_changed):
11282         * backend/ev-document.h:
11283
11284         Add a changed event that is emitted when the page content
11285         changes. This is necessary to deal with the fact that
11286         in ps backend rendering happen asycrounously.
11287         This makes the ps backend mostly work.
11288
11289         * pdf/xpdf/pdf-document.cc:
11290
11291         Emit changed event
11292
11293         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11294         (ps_document_set_target):
11295
11296         Emit changed event
11297
11298         * shell/ev-view.c: (document_changed_callback),
11299         (ev_view_set_document), (ev_view_set_page):
11300
11301         Redraw on the changed signal
11302
11303 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11304
11305         * configure.ac: Added pt_BR to ALL_LINGUAS.
11306
11307 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * backend/ev-document-bookmarks.c:
11310         (ev_document_bookmarks_get_child): *
11311         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11312         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11313         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11314         (ev_sidebar_bookmarks_destroy),
11315         (ev_sidebar_bookmarks_class_init),
11316         (ev_sidebar_bookmarks_construct), (stack_data_free),
11317         (do_one_iteration), (populate_bookmarks_idle),
11318         (ev_sidebar_bookmarks_clear_document),
11319         (ev_sidebar_bookmarks_set_document): *
11320         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11321         (ev_sidebar_add_page),
11322         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11323         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11324         it displays both the topics and the page numbers.
11325
11326 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11327
11328         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11329         toggle.
11330         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11331         visible.
11332
11333 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11334
11335         * configure.ac: Added en_CA to ALL_LINGUAS.
11336
11337 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11338
11339         * ChangeLog: replace bottom of this ChangeLog (merged history of
11340         ggv and gpdf; where all paths were wrong and most of the files are
11341         not even in this tree) with ChangeLog (from arch) of the shell
11342         code.
11343
11344 2004-12-23  Havoc Pennington  <hp@redhat.com>
11345
11346         * shell/ev-window.c: hook up potentially-questionable "find
11347         results status text" feature - something involving the sidebar or
11348         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11349         might be better in the end.
11350
11351         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11352         with corresponding signal when it should be updated
11353
11354         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11355
11356 2004-12-22  Havoc Pennington  <hp@redhat.com>
11357
11358         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11359         find stuff on other pages, sort of (only returns one result on
11360         invisible pages, to show they have results; updates full results
11361         for a page when you view it). Currently repaints the current page
11362         every time a new result is found on any page, which isn't so nice.
11363
11364 2004-12-22  Havoc Pennington  <hp@redhat.com>
11365
11366         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11367         the document doesn't support find (better ideas?)
11368         (find_bar_search_changed_cb): handle missing document or document
11369         that doesn't support find
11370
11371         * pdf/xpdf/pdf-document.cc: port to implement the new
11372         EvDocumentFindIface
11373
11374         * backend/ev-document-find.c: create a new interface for searching
11375
11376         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11377
11378 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11379
11380         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11381         libevbackend.la.
11382
11383         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11384         EvPrintJob constructor arguments.
11385
11386         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11387         for documents that can export PostScript (page by page).
11388
11389         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11390         
11391         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11392         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11393         (pdf_document_ps_exporter_iface_init:
11394         Implement EvPSExporter.
11395
11396         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11397
11398 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11399
11400         * backend/Makefile.am:
11401         * backend/ev-document-thumbnails.c:
11402         (ev_document_thumbnails_get_type),
11403         (ev_document_thumbnails_get_thumbnail):
11404         * backend/ev-document-thumbnails.h:
11405         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11406         (pixbuf_document_thumbnails_get_thumbnail),
11407         (pixbuf_document_document_thumbnails_iface_init):
11408         * shell/Makefile.am:
11409         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11410         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11411         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11412         * shell/ev-sidebar-thumbnails.h:
11413         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11414         (ev_sidebar_set_document):
11415         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11416         (create_shadow), (ev_pixbuf_add_shadow):
11417         * shell/ev-utils.h:
11418         Add thumbnail support.
11419         
11420 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11421
11422         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11423         (using_postscript_printer): Set up a print dialog for "PostScript
11424         injection" method.
11425
11426         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11427         EvPrintJob.
11428
11429         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11430
11431 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11434         (ps_document_set_target), (ps_document_get_page_size),
11435         (ps_document_render):
11436         * ps/gtkgs.h:
11437
11438         Fix a few bugs
11439
11440 2004-12-22  Christian Rose  <menthos@menthos.com>
11441
11442         * configure.ac: Added "sv" to ALL_LINGUAS.
11443
11444 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11445
11446         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11447         document supports bookmarks.
11448
11449 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11450
11451         * ps/ggvutils.c: (ggv_file_readable):
11452         * ps/ggvutils.h:
11453         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11454         (gtk_gs_get_postscript):
11455
11456         Remove unused utils
11457
11458 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11461         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11462         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11463         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11464         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11465         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11466         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11467         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11468         (gtk_gs_set_antialiasing), (ps_document_load),
11469         (ps_document_render):
11470         * ps/gtkgs.h:
11471
11472         Another check point for the ps backend. Now I can get it to show
11473         pages!
11474
11475 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11476
11477         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11478         document setting code.
11479
11480 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11481
11482         * shell/eggfindbar.c: (entry_activate_callback):
11483         Animate the next button when activate is pressed.
11484         
11485 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11486
11487         * shell/ev-window.c: (ev_window_cmd_edit_find),
11488         (update_fullscreen_popup), (ev_window_fullscreen),
11489         (ev_window_unfullscreen), (ev_window_state_event_cb),
11490         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11491         Fix bugs in fullscreen code.
11492         
11493 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11494
11495         * Makefile.am:
11496         * configure.ac:
11497         * pixbuf/Makefile.am:
11498         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11499         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11500         (pixbuf_document_set_page), (pixbuf_document_get_page),
11501         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11502         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11503         (pixbuf_document_render), (pixbuf_document_begin_find),
11504         (pixbuf_document_end_find), (pixbuf_document_finalize),
11505         (pixbuf_document_class_init),
11506         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11507         * pixbuf/pixbuf-document.h:
11508         * shell/Makefile.am:
11509         * shell/ev-application.c: (ev_application_open):
11510         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11511         (ev_window_open):
11512         Add pixbuf backend.
11513         
11514 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11515
11516         * Makefile.am: 
11517         * dvi/dvilib/Makefile.am:
11518         * dvi/Makefile.am:
11519         * configure.ac: Auto*ify dvi and dvi/dvilib
11520
11521         * dvi/Makefile: Remove from CVS
11522         
11523         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11524         confusion.
11525
11526         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11527         
11528         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11529         
11530 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11531
11532         * ps/Makefile.am:
11533         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11534         (gtk_gs_value_adjustment_changed), (compute_size),
11535         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11536         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11537         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11538         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11539         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11540         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11541         (ps_document_load), (ps_document_get_n_pages),
11542         (ps_document_set_page), (ps_document_get_page),
11543         (ps_document_set_target), (ps_document_set_scale),
11544         (ps_document_set_page_offset), (ps_document_get_page_size),
11545         (ps_document_render), (ps_document_begin_find),
11546         (ps_document_end_find), (ps_document_document_iface_init):
11547         * ps/gtkgs.h:
11548         * shell/Makefile.am:
11549         * shell/ev-window.c: (ev_window_open):
11550
11551         Some work to integrate gtkgs with EvDocument
11552
11553 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11554
11555         * shell/ev-window.c: (update_fullscreen_popup),
11556         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11557         (exit_fullscreen_button_clicked_cb),
11558         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11559         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11560         (ev_window_state_event_cb), (ev_window_init):
11561         Add fullscreen support from Epiphany.
11562         
11563 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11564
11565         * data/ev-stock-zoom-fit-width.png: fit-width
11566         stock icon from gpdf.
11567         
11568         * shell/ev-stock-icons.[ch]: copied from gpdf.
11569         
11570         * shell/main.c: (main): init stock icons.
11571         
11572         * shell/ev-window.c: use the fit-width icon.
11573         
11574         * data/evince-ui.xml: add zooming toolbar items.
11575
11576 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11577
11578         * shell/ev-view.c: 
11579         (ev_view_best_fit), (ev_view_fit_width): because
11580         get_page_size() returns the scaled page size, we
11581         need to calculate the scale factor relative to
11582         the previous scale factor. Should really just
11583         add get_real_page_size().
11584
11585 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11586
11587         * shell/ev-view.[ch]:
11588         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11589         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11590         add zooming.
11591         
11592         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11593         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11594         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11595         hook it up.
11596         
11597         * pdf/xpdf/pdf-document.cc:
11598         (pdf_document_begin_find),
11599         (pdf_document_end_find): make static.
11600
11601 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11602
11603         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11604
11605         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11606         names to fontconfig patterns.
11607         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11608
11609         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11610         setupBaseFontsFc.
11611
11612 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11613
11614         * Makefile.am:
11615         * configure.ac:
11616         * ps/Makefile.am:
11617         * ps/ggvutils.c:
11618         * ps/ggvutils.h:
11619         * ps/gsdefaults.c:
11620         * ps/gsdefaults.h:
11621         * ps/gsio.c:
11622         * ps/gsio.h:
11623         * ps/gtkgs.c:
11624         * ps/gtkgs.h:
11625         * ps/ps.c:
11626         * ps/ps.h:
11627
11628         Import ggv backend. Not hooked up yet.
11629
11630 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11631
11632         * shell/main.c: (load_files), (main): load files
11633         from the command line.
11634
11635 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11636
11637         * configure.ac: don't require bonobo.
11638         
11639         * cut-n-paste/recent-files/*: kill bonobo recent
11640         view.
11641
11642         * shell/ev-window.c:
11643         (ev_window_is_empty): upd.
11644         (unable_to_load), (ev_window_open): load backend
11645         based on the mime type.
11646
11647 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11648
11649         * backend/.cvsignore: ignore generated marshalers source.
11650
11651         * shell/main.c (main): this is not epiphany.
11652
11653 2004-12-22  Havoc Pennington  <hp@redhat.com>
11654
11655         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11656         (expose_bin_window): draw find highlights
11657
11658         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11659         
11660         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11661         (pdf_document_end_find): implement this interface
11662
11663         * backend/ev-document.c (ev_document_found): add this to emit
11664         signal
11665
11666 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11667
11668         * data/evince-ui.xml: Add a few more toolbar items.
11669
11670         * shell/ev-window.c: Hook up page navigation toolbar 
11671         items.
11672
11673         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11674         a page-changed signal.
11675
11676         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11677         Add ev_document_get_page().
11678
11679         * shell/ev-window.c: Sensitize/desensitize navigation
11680         actions.
11681
11682 2004-12-21  Havoc Pennington  <hp@redhat.com>
11683
11684         * backend/ev-backend-marshal.c,
11685         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11686         marshaler-generator thingy. I'm sure there's a better way to do
11687         this in the modern world.
11688
11689         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11690         end_find methods and "found" signal.
11691
11692         * configure.ac: find glib-genmarshal
11693
11694 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11695
11696         * shell/ev-sidebar.c: Construct an actual sidebar.
11697         * shell/ev-sidebar-bookmarks.[ch]:
11698         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11699
11700 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11701
11702         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11703         Redo size handling.
11704         
11705         * shell/ev-view.c: Track the size from the document.
11706
11707 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11708
11709         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11710         constructor assumes ownership of the string passed in.
11711         
11712         * shell/ev-window.c (ev_window_open): Destroy the error
11713         dialog once we've displayed it.
11714
11715 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11716
11717         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11718         a bit, it works! (sort of)
11719
11720         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11721         Move to .cc since we need to use C++ in the implementation.
11722
11723         * shell/dummy.cc: Add a CC file to force evince
11724         to be linked as a C++ program.
11725
11726 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11727
11728         * shell/ev-view.[ch]: Start of content-area widget.
11729
11730         * shell/ev-window.c: Create a EvView, update it
11731         as we change documents.
11732
11733         * shell/Makefile.am shell/ev-marshal.list: Add
11734         generated marshalers.
11735
11736 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * Makefile.am (SUBDIRS): move shell.
11739
11740 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11741
11742         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11743         .a to libtool convenience libraries.
11744
11745         * shell/ev-window.c (ev_window_open): Hard code loading
11746         a PDF document.
11747         
11748         * backend/ev-document.h: Add a boolean return to load(),
11749         fix GError * to GError **.
11750
11751         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11752         object for a PDF backend EvDocument.
11753
11754 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11755
11756         * dvi/*: New directory with the beginning of a .dvi backend.
11757
11758 2004-12-21  Havoc Pennington  <hp@redhat.com>
11759
11760         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11761         previous/next instead of back/forward
11762
11763 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11764
11765         * backend/ev-document.[ch]: Fix a couple of problems so
11766         it compile.
11767
11768 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11769
11770         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11771         to backend/ directory, rename EvViewer to EvDocument.
11772
11773 2004-12-21  Havoc Pennington  <hp@redhat.com>
11774
11775         * shell/ev-window.c: hook up the find bar widget; now we just need
11776         a document to find things in
11777
11778         * shell/eggfindbar.c: a find bar widget
11779
11780 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11781
11782         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11783
11784 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11785
11786         * pdf/**: Import of xpdf code from gpdf. 
11787
11788         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11789
11790         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11791         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11792         Fix FreeType includes.
11793
11794         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11795         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11796         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11797         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11798         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11799         Include xpdfconfig.h
11800         
11801 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11802
11803         * shell/ev-window.c (ev_window_dispose): dispose can be called
11804         multiple times.
11805
11806 2004-12-21  Havoc Pennington  <hp@redhat.com>
11807
11808         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11809         rather than Evince
11810
11811         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11812         items; really they should be synced with the strings, etc. from
11813         current gpdf, but just getting the boring typing out of the way 
11814
11815 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11816
11817         * po/POTFILES.in:
11818         * shell/ev-application.c: (window_destroy_cb):
11819         * shell/ev-window.c:
11820         * shell/main.c: (main):
11821
11822         Actually show the window...
11823
11824 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * Makefile.am:
11827         * shell/Makefile.am:
11828         * shell/ev-application.c: (ev_application_class_init):
11829         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11830
11831         Make it build again
11832
11833 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11834
11835         Import to gnome cvs.
11836         
11837         * Remove copies of gpdf and ggv trees.
11838         * Rip out all the recursive configure code.
11839         * Remove bonobo machinery.
11840         * viewer/*: GInterfaces that backends should/can implement.
11841
11842 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11843
11844         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11845         typo
11846
11847 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11848
11849         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11850         (ev_application_finalize, ev_application_class_init)
11851         (ev_application_init): use GType instance private data for priv.
11852
11853         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11854         (ev_window_finalize, ev_window_class_init)
11855         (ev_window_init): ditto.
11856
11857 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11858
11859         * shell/ev-application.c (ev_application_new_window): make public
11860         (ev_application_show_initial_window): kill.
11861
11862         * shell/ev-application.h: update prototypes.
11863
11864         * shell/main.cc (main): inline ev_application_show_initial_window.
11865
11866 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11867
11868         * shell/ev-application.c (ev_application_new_window): impl.
11869         (ev_application_show_initial_window): use it.
11870         (is_window_empty, ev_application_get_empty_window): returns an
11871         existing empty window or a new one.
11872         (ev_application_open): from ev_window_cmd_file_open.
11873
11874         * shell/ev-application.h: update prototypes
11875
11876         * shell/ev-window.c (ev_window_is_empty): impl.
11877         (ev_window_open): make public.
11878         (ev_window_cmd_file_open): use ev_application_open
11879
11880         * shell/ev-window.h: update prototypes, remove unused.
11881
11882 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11883
11884         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11885         move destroy handler out of here...
11886
11887         * shell/ev-application.c, shell/ev-application.h: ...into this new
11888         class. Also handles initial window creation.
11889
11890         * shell/main.cc (main): use EvApplication to create initial
11891         window.
11892
11893 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11894
11895         * Makefile.am (SUBDIRS): add cut-n-paste
11896
11897         * cut-n-paste/Makefile.am: add
11898
11899         * configure.ac: generate Makefiles in cut-n-paste
11900
11901 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11902
11903         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11904         (ev_window_class_init): install ev_window_dispose.
11905
11906 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11907
11908         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11909         char (gchar looks stupid).
11910
11911 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11912
11913         * po/de.po: updated German translation.
11914
11915 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11916
11917         * configure.ac: add more pkg-config library checks for gnome-vfs,
11918         bonobo etc.
11919
11920         * gpdf/configure.in: temporarily disable libpaper
11921         checks. Otherwise I'd have to add the checks for the shell, too.
11922
11923 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11924
11925         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11926         and * file filters to the file choose.
11927
11928 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11929
11930         * po/de.po: Updated German translation.
11931
11932 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11933
11934         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11935
11936 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11937
11938         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11939
11940         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11941         (ev_window_init): implement those menuitems.
11942
11943 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11944
11945         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11946
11947         * shell/ev-window.c (ev_window_init): use the toolbar.
11948
11949 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11950
11951         * shell/ev-window.c (ev_window_init): use menu translations
11952
11953 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11954
11955         * configure.ac: add "de" to ALL_LINGUAS.
11956
11957         * po/de.po: add German translation.
11958
11959 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11960
11961         * Makefile.am (SUBDIRS): add po
11962
11963         * configure.ac: check intltool, glib-gettext etc, generate
11964         po/Makefile.in
11965
11966         * po, po/POTFILES.in, po/POTFILES.skip: new.
11967
11968 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11969
11970         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11971         already use (#ifdef ENABLE_NLS)
11972
11973         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11974         pointer indirection thinko.
11975
11976         * shell/main.c: include gi18n.h for bindtextdomain etc.
11977
11978 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11979
11980         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11981         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11982         tooltips for menu items in the statusbar.
11983
11984 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11985
11986         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11987         pkgdatadir drop UIDIR
11988
11989 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11990
11991         * data/evince-ui.xml: Add File->Open menu item
11992
11993         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11994         chooser), hook it up in the ui manager.
11995
11996 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11997
11998         * shell/ev-window.c: fix Help->About tooltip.
11999
12000 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12001
12002         * configure.ac: set CFLAGS for libevprivate.
12003
12004         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12005         definitions, factory etc.
12006
12007         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12008
12009         * shell/Makefile.am: link against libevprivate.a.
12010
12011         * shell/ev-window.c (entries): add stock icon to Help->About.
12012
12013         * shell/main.c (main): init stock icon code.
12014
12015 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12016
12017         * lib/recent-files: egg recent files code
12018
12019         * lib/Makefile.am: add.
12020
12021         * Makefile.am: add lib subdir.
12022
12023         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12024         set CFLAGS for recent-files.
12025
12026 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12027
12028         * configure.ac: disable -ansi and -pedantic gcc flags. They
12029         disable POSIX stuff in stdio.h, but egg-recent uses them.
12030
12031 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12032
12033         * configure.ac: add --disable-deprecated flag (defaults to on in
12034         "cvs" builds).
12035
12036         * shell/Makefile.am (INCLUDES): use it.
12037
12038 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12039
12040         * shell/main.c: add missing #include.
12041
12042         * shell/ev-window.c: fix for pedantic gcc.
12043         (ev_window_cmd_help_about): split license into paragraphs for
12044         translators and pedantic compilers.
12045
12046 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12047
12048         * configure.ac: add more warning flags if compiling with gcc from
12049         cvs (or explicitly requested with --enable-more-warnings).
12050
12051 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12052
12053         * data/evince-ui.xml: add File and File->Close menu.
12054
12055         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12056         (ev_window_destroy): quit after destroy.
12057         (ev_window_class_init): override GtkObject::destroy.
12058         (entries): install close_window callback.
12059
12060 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12061
12062         * Makefile.am (SUBDIRS): add data subdir.
12063
12064         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12065         gtk+ 2.5.0 for GtkAboutDialog.
12066
12067         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12068         main window.
12069
12070         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12071
12072         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12073         manager.
12074         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12075
12076 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12077
12078         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12079
12080 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12081
12082         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12083
12084 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12085
12086         * shell/*: Added shell directory boilerplate, build it.
12087
12088 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12089
12090         * configure.ac, Makefile.am: Added top-level configure.ac and
12091         Makefile.am