]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix multihead problems in toolbar editor. Fixes bug #382055.
[evince.git] / ChangeLog
1 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4         (set_drag_cursor):
5         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6         (configure_item_cursor), (new_pixbuf_from_widget):
7
8         Fix multihead problems in toolbar editor. Fixes bug #382055.
9         
10 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * shell/ev-window.c: (ev_window_cmd_file_open),
13         (ev_window_cmd_save_as):
14
15         Use g_get_user_special_dir when available instead of
16         xdg_user_dir_lookup.
17         
18 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
19
20         * MAINTAINERS:
21         
22         Updated according to request on desktop-devel.
23
24 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
27
28         Do not use cairo_rectangle and cairo_clip since we are
29         not using cairo_fill but cairo_paint. Use the same cairo context
30         for every page in the same expose event.
31
32 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
33
34         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
35         leak.
36
37 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * configure.ac:
40         * NEWS:
41
42         Release 0.9.3
43
44 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * libdocument/ev-document-info.h:
47         * libdocument/ev-document.h:
48         * shell/ev-page-action.h:
49         * shell/ev-sidebar-links.h:
50
51         Fix a headers problem with ev-link
52         
53         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
54         * shell/ev-view-private.h:
55         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
56         (get_link_area), (ev_view_query_tooltip),
57         (ev_view_leave_notify_event), (ev_view_destroy),
58         (ev_view_class_init):
59
60         Use new gtk tooltips when available instead of ev-tooltip.
61         
62 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-window.c: (update_chrome_visibility),
65         (ev_window_sidebar_visibility_changed_cb):
66
67         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
68         
69 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-navigation-action.c:
72         (ev_navigation_action_history_changed),
73         (ev_navigation_action_set_history):
74         * shell/ev-navigation-action-widget.c:
75         (ev_navigation_action_widget_init):
76         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
77
78         Fix compile warnings.
79         
80 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
83         (egg_editable_toolbar_dispose):
84
85         Fix memory leak.
86         
87 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
90         (screensaver_disable_x11):
91         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
92         * shell/ev-window.c: (presentation_set_timeout):
93         * shell/ev-view.c: (ev_view_presentation_transition_start):
94
95         Use g_timeout_add_seconds instead of g_timeout_add when
96         available.
97         
98 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
101
102         Set horizontal scrollbar policy to AUTOMATIC instead of
103         NEVER. Workaround for bug #449462.
104         
105 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * shell/ev-jobs.c: (ev_job_render_page_ready):
108
109         Add page_ready callback to main loop with high priority and hold
110         a reference to job during idle.
111         
112 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * configure.ac:
115         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
116         (pdf_document_file_exporter_begin),
117         (pdf_document_file_exporter_do_page),
118         (pdf_document_file_exporter_get_capabilities):
119         * libdocument/ev-file-exporter.h:
120         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
121         * shell/ev-window.c: (ev_window_print_send),
122         (ev_window_print_dialog_response_cb):
123
124         Allow printing multiple pages per sheet. Fixes bug #395573.
125         
126 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
127
128         * shell/ev-view.c: (tip_from_link):
129         
130         Check for NULL, fixes bug #460862.
131
132 2007-07-29  Christian Persch  <chpe@gnome.org>
133
134         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
135         (ev_window_preview_print_finished), (ev_window_do_preview_print),
136         (ev_window_cmd_preview_print):
137         
138         Fixes bug #437681 - blocks while enumerating printers.
139
140 2007-07-29  Christian Persch  <chpe@gnome.org>
141
142         * shell/ev-window.c: (ev_window_screen_changed):
143         
144         Don't use deprecated gtk+ function. See bug #460909.
145
146 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/ev-utils.c: (get_num_monitors):
149         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
150
151         Do not use display before initializing it. Remove compile
152         warnings.
153
154 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
155
156         * shell/ev-view.c: (ev_view_class_init):
157         
158         Unix-like hjkl bindings added. See bug #458111.
159
160 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
161
162         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
163         * shell/ev-utils.h:
164         * shell/ev-view.c: (ev_view_set_zoom_for_size),
165         (ev_view_update_view_size):
166         * shell/ev-view.h:
167         * shell/ev-window.c: (ev_window_update_actions),
168         (setup_view_from_metadata), (ev_window_screen_changed),
169         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
170         (zoom_control_changed_cb):
171         * shell/ev-window.h:
172         
173         Reorganizes utility functions.
174
175 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
178         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
179         (add_job), (ev_pixbuf_cache_get_surface),
180         (ev_pixbuf_cache_get_link_mapping),
181         (ev_pixbuf_cache_get_image_mapping),
182         (ev_pixbuf_cache_get_form_field_mapping),
183         (ev_pixbuf_cache_get_text_mapping):
184         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
185         (notify_page_ready), (ev_job_render_page_ready),
186         (ev_job_render_run):
187
188         Add page_ready signal to notify that page is ready as soon as
189         possible even if other page elements like links, forms, images or
190         text mapping are not ready yet.
191
192 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
195         (dvi_document_file_exporter_do_page),
196         (dvi_document_file_exporter_get_capabilities),
197         (dvi_document_file_exporter_iface_init):
198         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
199         (ps_document_file_exporter_do_page),
200         (ps_document_file_exporter_get_capabilities),
201         (ps_document_file_exporter_iface_init):
202         * backend/djvu/djvu-document.c:
203         (djvu_document_file_exporter_begin),
204         (djvu_document_file_exporter_end),
205         (djvu_document_file_exporter_get_capabilities),
206         (djvu_document_file_exporter_iface_init):
207         * backend/tiff/tiff-document.c:
208         (tiff_document_file_exporter_begin),
209         (tiff_document_file_exporter_get_capabilities),
210         (tiff_document_document_file_exporter_iface_init):
211         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
212         (pdf_document_file_exporter_do_page),
213         (pdf_document_file_exporter_get_capabilities),
214         (pdf_document_file_exporter_iface_init):
215         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
216         (ev_file_exporter_get_capabilities):
217         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
218         (idle_print_handler), (ev_print_job_print):
219         * shell/ev-jobs.c: (ev_job_print_run):
220         * shell/ev-window.c: (ev_window_print_send),
221         (ev_window_print_range):
222
223         Use capabilities to know which options should be offered by the
224         print dialog depending on the document backend.
225
226 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
229
230         Give priority to forms over text to set the cursor.
231
232 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-view-private.h:
235         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
236         (ev_view_leave_notify_event), (ev_view_finalize),
237         (ev_view_get_property), (ev_view_class_init):
238
239         Use IBEAM cursor for text form fields and NORMAL cursor for read
240         only fields. Remove unused status attribute.
241
242 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
245
246         Update region for current selected items also for checkbox
247         buttons, since they can behave as radio buttons when they are in a
248         set.
249
250 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * configure.ac:
253         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
254
255         Get max length of text form fields.
256
257 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
260         * libdocument/ev-form-field.h:
261         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
262
263         Fix build with current poppler cvs head.
264
265 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * cut-n-paste/zoom-control/ephy-zoom-control.c:
268         * shell/eggfindbar.c: (egg_find_bar_init):
269
270         Fix build with gtk+ >= 2.11.5 due to gtktooltips
271         deprecation. Fixes bug #455667
272
273 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
274
275         * NEWS:
276         * configure.ac:
277         
278         Update for release 0.9.2
279
280 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-view.c: (ev_view_form_field_text_save),
283         (ev_view_form_field_choice_save):
284
285         Fix a crash when closing whith a form widget visible.
286
287 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
290
291         Update also the region of the current selected button when
292         clicking on another button if they are radio buttons.
293
294 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
297         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
298         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
299         (ev_pixbuf_cache_get_link_mapping),
300         (ev_pixbuf_cache_get_image_mapping),
301         (ev_pixbuf_cache_get_form_field_mapping),
302         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
303         * shell/ev-view.c: (ev_view_form_field_get_region),
304         (ev_view_form_field_button_create_widget),
305         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
306         (job_finished_cb):
307
308         Redraw only form field region instead of the whole page when
309         reloading a page to show changes on the form field.
310
311 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * shell/ev-view.c: (ev_view_form_field_choice_save):
314
315         Fix selection of first item in list form fields.
316
317 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
320         (ev_pixbuf_cache_reload_page),
321         (ev_pixbuf_cache_get_form_field_mapping):
322
323         Some refactoring to avoid duplicated code.
324
325 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * configure.ac:
328         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
329         (ev_form_field_from_poppler_field),
330         (pdf_document_forms_get_form_fields),
331         (pdf_document_forms_form_field_text_get_text),
332         (pdf_document_forms_form_field_text_set_text),
333         (pdf_document_forms_form_field_button_set_state),
334         (pdf_document_forms_form_field_button_get_state),
335         (pdf_document_forms_form_field_choice_get_item),
336         (pdf_document_forms_form_field_choice_get_n_items),
337         (pdf_document_forms_form_field_choice_is_item_selected),
338         (pdf_document_forms_form_field_choice_select_item),
339         (pdf_document_forms_form_field_choice_toggle_item),
340         (pdf_document_forms_form_field_choice_unselect_all),
341         (pdf_document_forms_form_field_choice_set_text),
342         (pdf_document_forms_form_field_choice_get_text),
343         (pdf_document_document_forms_iface_init):
344         * libdocument/Makefile.am:
345         * libdocument/ev-form-field.[ch]:
346         * libdocument/ev-document-forms.[ch]:
347         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
348         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
349         (add_job), (ev_pixbuf_cache_reload_page),
350         (ev_pixbuf_cache_get_form_field_mapping):
351         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
352         * shell/ev-view-private.h:
353         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
354         (ev_view_handle_cursor_over_xy),
355         (ev_view_get_form_field_at_location),
356         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
357         (ev_view_form_field_button_create_widget),
358         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
359         (ev_view_form_field_text_create_widget),
360         (ev_view_form_field_choice_save),
361         (ev_view_form_field_choice_changed),
362         (ev_view_form_field_choice_create_widget),
363         (ev_view_handle_form_field), (ev_view_size_allocate),
364         (ev_view_realize), (draw_end_presentation_page),
365         (ev_view_button_press_event), (ev_view_remove_all),
366         (ev_view_motion_notify_event), (ev_view_key_press_event),
367         (ev_view_enter_notify_event), (highlight_find_results),
368         (draw_loading_text), (draw_one_page), (ev_view_destroy),
369         (ev_view_class_init), (page_changed_cb),
370         (on_adjustment_value_changed), (ev_view_set_presentation),
371         (merge_selection_region), (ev_view_set_cursor),
372         (ev_view_reset_presentation_state):
373         
374         Merge evince-forms branch.
375
376 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
377
378         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
379
380         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
381         This script also updates itself from libegg
382
383         * cut-n-paste/toolbar-editor/egg*:
384         Run update-toolbareditor-from-libegg.sh so we are in sync again with
385         libegg
386
387 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
388
389         * shell/ev-window.c:
390         
391         Adds a nice icon to page action during toolbar editing.
392         See bug #452872.
393
394 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
395
396         * data/evince-toolbar.xml:
397         * shell/ev-window.c:
398         
399         Let user add a presentation and fullscreen icons on toolbar.
400         See bug #449734.
401
402 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
403
404         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
405
406         new script to keep in sync with toolbareditor in libegg
407
408         * cut-n-paste/toolbar-editor/*: 
409
410         Run update-toolbareditor-from-libegg so we are in sync again. 
411         Fixes bug #452850.
412         
413
414 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-sidebar-links.c: (job_finished_callback):
417
418         Do not connect selection changed signal more than once. Fixes bug
419         #349433.
420
421 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-window.c: (ev_window_view_sidebar_cb):
424
425         Do not change sidebar chrome flag when pressing F9 key in
426         presentation mode.
427
428 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * backend/pdf/ev-poppler.cc:
431         (pdf_document_thumbnails_get_dimensions):
432
433         Make sure thumbnails width and height is not <= 0. Fixes a crash
434         with some pdf documents which have really small pages.
435
436 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
437
438         * shell/main.c: (main):
439
440         Fixes program description translation issue.
441         Bug #450148.
442
443 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
444
445         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
446
447         Do not change current page when returning from black/white mode
448         in presentation. Fixes bug #415032.
449
450 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
451
452         * NEWS:
453         * configure.ac:
454         
455         Update for release 0.9.1
456
457 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
458
459         * backend/dvi/dvi-document.c:
460         (dvi_document_finalize),
461         (dvi_document_file_exporter_format_supported),
462         (dvi_document_file_exporter_begin),
463         (dvi_document_file_exporter_do_page),
464         (dvi_document_file_exporter_end),
465         (dvi_document_file_exporter_iface_init), (dvi_document_init):
466         
467         PDF exporter for dvi documents. Fixes bug #441319.
468
469 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-window.c: (ev_window_clear_print_job):
472
473         Clear gtk print job when job has finished. Fixes bug #447612.
474
475 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_print_send),
478         (ev_window_print_dialog_response_cb), (ev_window_print_range):
479
480         Add preview button to print dialog. Fixes bug #445419.
481
482 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * backend/dvi/Makefile.am:
485         * backend/dvi/pixbuf-device.[ch]: Removed
486         * backend/dvi/cairo-device.[ch]: Added
487         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
488         * backend/dvi/dvi-document.c: (dvi_document_load),
489         (dvi_document_render), (dvi_document_finalize),
490         (dvi_document_thumbnails_get_thumbnail), (parse_color),
491         (dvi_document_do_color_special):
492         * libdocument/ev-document-misc.[ch]:
493         (ev_document_misc_pixbuf_from_surface):
494
495         Port dvi backend to cairo and fix a problem with colors. 
496
497 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-view.c: (draw_one_page):
500
501         Draw only visible region.
502
503 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * backend/djvu/djvu-document.c: (djvu_document_render):
506
507         Fix rotation in djvu backend.
508
509 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * shell/ev-pixbuf-cache.c: (job_finished_cb),
512         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
513         (ev_pixbuf_cache_get_image_mapping),
514         (ev_pixbuf_cache_get_text_mapping):
515
516         Redraw view every time we have a new surface. Fixes bug #443587.
517
518 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * libdocument/ev-document.c: (ev_document_info_free):
521
522         Fix memory leaks.
523
524 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * backend/dvi/dvi-document.c: (dvi_document_render),
527         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
528         * backend/impress/impress-document.c:
529         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
530         (impress_document_render), (impress_document_document_iface_init),
531         (impress_document_thumbnails_get_thumbnail):
532         * backend/djvu/djvu-document-private.h:
533         * backend/djvu/djvu-document.c: (djvu_document_render),
534         (djvu_document_finalize), (djvu_document_document_iface_init),
535         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
536         * backend/tiff/tiff-document.c: (tiff_document_render),
537         (tiff_document_render_pixbuf),
538         (tiff_document_document_iface_init):
539         * backend/pdf/ev-poppler.cc: (pdf_document_render),
540         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
541         (pdf_selection_render_selection):
542         * backend/comics/comics-document.c:
543         (comics_document_render_pixbuf), (comics_document_render),
544         (comics_document_document_iface_init):
545         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
546         (pixbuf_document_document_iface_init):
547         * libdocument/ev-document-misc.[ch]:
548         (ev_document_misc_surface_from_pixbuf),
549         (ev_document_misc_surface_rotate_and_scale):
550         * libdocument/ev-document.[ch]: (ev_document_render):
551         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
552         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
553         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
554         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
555         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
556         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
557         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
558         (render_finished_cb), (ev_job_render_run):
559         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
560         (merge_selection_region):
561
562         Use cairo image surfaces instead of GDK pixbufs for drawing pages
563         and selections.
564
565 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * shell/ev-window-title.c: (ev_window_title_update):
568
569         Fix memory leak.
570
571 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-view.c: (draw_loading_text):
574
575         Show loading text centered. Fixes bug #433061
576
577 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-sidebar-thumbnails.c:
580         (ev_sidebar_thumbnails_set_loading_icon):
581
582         Remove a mutex in the main thread that blocks the UI in heavy
583         documents.
584
585 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
588
589         Set points_set to TRUE so that selections don't disappear after a
590         zoom change.
591
592 2007-06-07  Michael Monreal  <infernux@web.de>
593
594         * data/icons/16x16/actions/Makefile.am:
595         * data/icons/16x16/actions/zoom.svg:
596         * data/icons/22x22/actions/Makefile.am:
597         * data/icons/22x22/actions/zoom.svg:
598         * data/icons/24x24/actions/Makefile.am:
599         * shell/ev-stock-icons.c:
600         * shell/ev-stock-icons.h:
601         * shell/ev-window.c:
602         
603         Zoom icon artwork. See bug #444795.
604
605 2007-06-05  Bastien Nocera  <hadess@hadess.net>
606
607         * shell/ev-metadata-manager.c: Remove extraneous function
608         (Closes: #444386)
609
610 2007-06-05  Bastien Nocera  <hadess@hadess.net>
611
612         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
613         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
614         (ev_metadata_manager_set), (ev_metadata_manager_save):
615         Simplify the timeout, no need for modified anymore
616
617 2007-06-05  Bastien Nocera  <hadess@hadess.net>
618
619         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
620         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
621         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
622         (ev_metadata_manager_save): Adapted patch from Arjan van de
623         Ven (arjan@linux.intel.com) to avoid the timeout running all the
624         time, saves on power (Closes: #443851)
625
626 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * configure.ac:
629         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
630         (pdf_selection_render_selection), (pdf_document_get_page_duration):
631
632         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
633
634 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
635
636         * shell/ev-window.c: (ev_window_add_history):
637
638         Check if history is NULL
639
640 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * libdocument/ev-image.c: (ev_image_finalize):
643         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
644         * libdocument/ev-attachment.c: (ev_attachment_finalize):
645         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
646         (ev_tmp_uri_unlink):
647
648         Add functions to delete temporary files created by evince in a safe
649         way.
650
651         * shell/ev-window.c: (ev_window_clear_local_uri),
652         (open_xfer_update_progress_callback),
653         (save_xfer_update_progress_callback), (ev_window_save_remote),
654         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
655         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
656         (attachment_save_dialog_response_cb),
657         (ev_attachment_popup_cmd_save_attachment_as):
658
659         Allow saving a copy of a document, image or attachment to a remote
660         location. Fixes bug #440754. 
661
662 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * configure.ac:
665         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
666
667         Fix build with current poppler from cvs head. 
668
669 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
670
671         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
672
673         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
674         directory exists.
675
676 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
677
678         * shell/ev-sidebar.c: (ev_sidebar_add_page):
679         * shell/ev-window.c:
680
681         Change sidebar ordering. Fixes bug #439939.
682
683 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
684
685         * backend/comics/Makefile.am:
686         
687         Fixes build with --without-libgnome.
688
689 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
690         
691         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
692
693         Update cursor and tooltip on page change and view scroll. Fixes bug
694         #439217.
695
696 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
697
698         * NEWS:
699         * configure.ac:
700         
701         Update for release 0.9.0
702
703 2007-05-14  Alaska Subedi <asubedi@gmail.com>
704
705         * backend/djvu/djvu-document-private.h:
706         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
707         (djvu_document_finalize),
708         (djvu_document_file_exporter_format_supported),
709         (djvu_document_file_exporter_begin),
710         (djvu_document_file_exporter_do_page),
711         (djvu_document_file_exporter_end),
712         (djvu_document_file_exporter_iface_init), (djvu_document_init):
713         
714         Implemented printing with djvu. Bug #437998.
715
716 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * backend/impress/zip.c:
719         Add missing ulong definition.
720
721         * backend/ps/ps-interpreter.c:
722         Add missing headers.
723
724         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
725
726 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
729
730         Add missing call to parent class dispose method. 
731
732 2007-05-12  Ross Burton  <ross@openedhand.com>
733
734         * shell/main.c:
735         Sync keybindings manually when building without libgnome
736         (#437925).
737
738 2007-05-12  Ross Burton  <ross@openedhand.com>
739
740         * shell/ev-window.c:
741         Respect the screen when opening help (#437866).
742
743 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * data/evince-ui.xml:
746         * shell/ev-application.[ch]: (get_print_settings_from_args),
747         (ev_application_open_uri_at_dest), (ev_application_open_uri),
748         (ev_application_open_uri_list):
749         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
750         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
751         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
752         (ev_window_cmd_view_reload), (lookup_printer_from_name),
753         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
754         (ev_window_dispose):
755         * shell/main.c: (arguments_parse):
756
757         Add print button in preview mode. Fixes bug #396475. 
758
759 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
760
761         * cut-n-paste/zoom-control/ephy-zoom.h:
762         
763         Fixes zoom level factors. See bug #408119 for details.
764
765 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * backend/comics/comics-document.c: (comics_regex_quote),
768         (extract_argv):
769         
770         Correctly quote symbols. Fixes crash in the bug
771         #415370.
772
773 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
774
775         * shell/ev-navigation-action-widget.c:
776         (ev_navigation_action_widget_init),
777         (ev_navigation_action_widget_class_init),
778         (ev_navigation_action_widget_button_press_event):
779         
780         Connect to button-press event on correct widget. Fixes
781         bug #431988
782
783 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
784
785         * shell/ev-application.c: (ev_application_open_window),
786         (ev_application_add_icon_path_for_screen),
787         (ev_application_open_uri_at_dest):
788         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
789         * shell/ev-navigation-action.c: (build_menu):
790         
791         Add app-specific icons to our icon theme. Fixes bug
792         #425508.
793
794 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
795
796         * shell/ev-history.c: (ev_history_class_init),
797         (ev_history_add_link):
798         * shell/ev-history.h:
799         * shell/ev-navigation-action.c:
800         (ev_navigation_action_history_changed),
801         (ev_navigation_action_set_history), (build_menu),
802         (ev_navigation_action_finalize):
803         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
804         
805         Make navigation action unsensitive instead of showing
806         menu with unsensitive word. Fixes bug #417392.
807
808 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-application.[ch]: (ev_application_shutdown),
811         (ev_application_get_print_settings),
812         (ev_application_set_print_settings):
813         * shell/ev-window.c:
814
815         Remember print settings. Fixes bug #349102. 
816
817 2007-05-08  Christian Persch  <chpe@gnome.org>
818
819         * configure.ac:
820         * properties/ev-properties-view.c:
821
822         No need for a configure check; just use the GTK_CHECK_VERSION macro.
823         Bug #382438.
824
825 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * configure.ac:
828         * properties/ev-properties-view.c: (ev_regular_paper_size):
829
830         Use gtk+ builtin paper list to identify the document's paper size.
831         Fixes bug #382438. 
832
833 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * configure.ac:
836
837         Fix build when compiling with thumbnailer and libgnome support. 
838
839 2007-05-04  Ross Burton  <ross@openedhand.com>
840
841         * configure.ac:
842         Add --without-libgnome, check for libgnome and libgnomeui
843         separately, and add them to the symbols as required.
844
845         * libdocument/ev-file-helpers.c:
846         When building without libgnome, use g_get_user_config_dir instead
847         of gnome_user_dir_get.
848
849         * shell/ev-application.c:
850         When building without libgnome, don't use session management.
851
852         * shell/main.c:
853         When building without libgnome, don't use GnomeProgram or
854         initialise the authentication manager.
855
856         This fixes #328842.
857
858 2007-05-04  Ross Burton  <ross@openedhand.com>
859
860         * shell/ev-window.c:
861         Don't use libgnome to open help, instead call Yelp directly.
862
863 2007-05-04  Ross Burton  <ross@openedhand.com>
864
865         * shell/ev-sidebar-attachments.c:
866         Don't use libgnome to lookup icons for MIME types, instead copy
867         code from GTK+ to do it manually.
868
869 2007-05-04  Ross Burton  <ross@openedhand.com>
870
871         * configure.ac:
872         Add libxml to the dependencies for SHELL_CORE (#435818).
873
874 2007-05-02  Ross Burton  <ross@openedhand.com>
875
876         * configure.ac:
877         * Makefile.am:
878         Add --disable-thumbnailer (#434825)
879
880 2007-05-02  Ross Burton  <ross@openedhand.com>
881
882         * shell/ev-window.c:
883         Add missing includes, fix indentation.
884
885         * shell/main.c:
886         Fix indentation.
887
888 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
889
890         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
891         ev_application_open_uri_at_dest instead of ev_application_open_uri
892         preventing new document always being opened in a new window even if there
893         is an empty window.
894
895 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
896
897         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
898         (egg_recent_view_uimanager_finalize):
899         * properties/ev-properties-view.c: (ev_properties_view_dispose):
900         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
901         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
902         (ev_pixbuf_cache_dispose):
903         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
904         * shell/ev-tooltip.c: (ev_tooltip_dispose):
905         
906         Add missing chain to parent class methods. Fixes
907         bug #433128.
908
909 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
910
911         * data/Makefile.am (update-icon-cache): Updates
912         gtk-update-icon-cache in uninstall-hook.
913
914 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * shell/ev-window.c: (ev_window_setup_document),
917         (ev_window_set_document), (ev_window_load_job_cb):
918         * shell/ev-view.c: (setup_caches):
919         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
920
921         Start rendering pages before any other jobs. 
922
923 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-window.c: (ev_window_stop_fullscreen),
926         (ev_window_stop_presentation):
927
928         Update chrome visibility before window unfullscreen. 
929
930 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * data/Makefile.am:
933         * data/evince-ui.xml:
934         * shell/ev-stock-icons.[ch]:
935         * shell/ev-application.[ch]: (ev_application_shutdown),
936         (ev_application_init), (ev_application_get_toolbars_model):
937         * shell/ev-window.c: (update_chrome_visibility),
938         (fullscreen_toolbar_setup_item_properties),
939         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
940         (ev_window_run_presentation), (ev_window_stop_presentation),
941         (ev_window_run_preview), (ev_window_screen_changed),
942         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
943         (ev_window_dispose), (ev_window_init):
944
945         Make fullscreen toolbar always visible. Do not use egg toolbars for
946         fullscreen and preview modes since such toolbars are not editables.
947         Fixes bugs #300278, #338910 and #316188.  
948
949 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
950
951         * shell/ev-application.c:
952         * shell/ev-job-queue.c:
953         * shell/ev-metadata-manager.c:
954         * shell/ev-stock-icons.c:
955         * shell/ev-window.c:
956         * shell/main.c:
957         
958         Developers documentation updated.
959
960 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
963
964         Check whether uri is valid before launching it. Fixes bug #427664.
965
966 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-window.c:
969
970         Change key accelerator for Open a Copy menu entry which is in conflict
971         with Close. Fixes bug #427321.
972
973 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
974
975         * NEWS:
976         * configure.ac:
977         
978         Update for release 0.8.1
979
980 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
981
982         * shell/ev-window.c: (setup_size_from_metadata):
983         
984         Do not make window bigger than screen. Fixes bug 
985         #388985.
986
987 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
990         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
991
992         Use default resolution when it's not provided by document. Fixes bug
993         #408762.
994
995 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * configure.ac:
998         * thumbnailer/Makefile.am:
999         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1000         * thumbnailer/evince-thumbnailer.schemas.in:
1001         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1002
1003         Add support for ps, eps and compressed documents thumbnails. Do not
1004         ignore size parameter. 
1005
1006 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1007
1008         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1009         (dvi_document_do_color_special):
1010         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1011
1012         Implement font color specials in the DVI backend. Fixes bug #303651.
1013
1014 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1015
1016         Fixup the previous commit:
1017
1018         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1019         * shell/xdg-user-dir-lookup.c: Make the function non-static
1020         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1021
1022 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1023
1024         * shell/ev-window.c (file_open_dialog_response_cb): Use
1025         the xdg-user-dirs DOCUMENTS folder as default folder when
1026         opening a file chooser.  (#424858)
1027
1028         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1029         xdg-user-dirs.
1030
1031 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-window.c: (ev_window_load_job_cb):
1034
1035         Do not setup view from metadata on preview mode. 
1036
1037 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/main.c:
1040
1041         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1042
1043 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * shell/ev-view.c: (ev_view_primary_get_cb):
1046
1047         Check pointer != NULL before using it. Fixes bug #416841. 
1048
1049 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1050
1051         * NEWS:
1052         * configure.ac:
1053         
1054         Release 0.8.0
1055
1056 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1059
1060         Do not render thumbnails when sidebar thumbnail page is not visible
1061         at startup. Fixes bug #416447. 
1062
1063 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1064
1065         * data/evince.desktop.in.in:
1066
1067         "Application" is not a valid category in the freedesktop specification.
1068
1069 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * libdocument/ev-file-helpers.[ch]: (compression_run),
1072         (ev_file_uncompress), (ev_file_compress):
1073         * shell/ev-window.c: (file_save_dialog_response_cb):
1074
1075         Save document compressed when saving a copy of a compressed document.
1076         Fixes bug #334542.
1077
1078 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1081
1082         Allow deleting in goto window entry in presentation mode. 
1083
1084 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1085
1086         * Makefile.am: Dist MAINTAINERS.
1087
1088 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-window.c: (ev_window_update_actions):
1091
1092         Fix zoom shortcut keys when searching. Fixes bug #409828.
1093
1094 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-window.c: (ev_window_setup_document):
1097
1098         Fix crash when loading documents with only one page. 
1099
1100 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * backend/dvi/dvi-document.c:
1103         (dvi_document_thumbnails_get_dimensions),
1104         (dvi_document_thumbnails_get_thumbnail):
1105         * backend/impress/impress-document.c:
1106         (impress_document_thumbnails_get_thumbnail),
1107         (impress_document_thumbnails_get_dimensions):
1108         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1109         (ps_document_thumbnails_get_dimensions):
1110         * backend/djvu/djvu-document.c:
1111         (djvu_document_thumbnails_get_dimensions),
1112         (djvu_document_thumbnails_get_thumbnail):
1113         * backend/tiff/tiff-document.c:
1114         (tiff_document_thumbnails_get_thumbnail),
1115         (tiff_document_thumbnails_get_dimensions):
1116         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1117         (pdf_document_thumbnails_get_thumbnail),
1118         (pdf_document_thumbnails_get_dimensions):
1119         * backend/comics/comics-document.c:
1120         (comics_document_thumbnails_get_thumbnail),
1121         (comics_document_thumbnails_get_dimensions):
1122         * backend/pixbuf/pixbuf-document.c:
1123         (pixbuf_document_thumbnails_get_thumbnail),
1124         (pixbuf_document_thumbnails_get_dimensions):
1125         * libdocument/ev-document-thumbnails.[ch]:
1126         (ev_document_thumbnails_get_thumbnail),
1127         (ev_document_thumbnails_get_dimensions):
1128         * libdocument/ev-document-misc.[ch]:
1129         (ev_document_misc_get_thumbnail_frame):
1130         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1131         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1132         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1133         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1134         (ev_sidebar_thumbnails_refresh):
1135         * shell/ev-window.c: (ev_window_setup_document):
1136         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1137
1138         Use an EvRenderContext for rendering thumbnails instead of a suggested
1139         width, so that different sized pages get sized proportionally.
1140
1141 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-view.c: (ev_view_button_press_event),
1144         (ev_view_key_press_event):
1145
1146         Fix critical warnings when there is no document loaded. 
1147
1148 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-page-action-widget.c:
1151         * shell/ev-navigation-action.c:
1152         * shell/ev-window.c:
1153
1154         Fix compile warnings. 
1155
1156 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * backend/djvu/djvu-text.h:
1159         * backend/djvu/djvu-document.c:
1160         * backend/djvu/djvu-text-page.c:
1161         * backend/djvu/djvu-links.c:
1162         * backend/djvu/djvu-text-page.h:
1163         * backend/djvu/djvu-text.c:
1164         
1165         Fix build on Mac. Fixes bug #392186. Patch by
1166         <ephraim_owns@hotmail.com>
1167
1168 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1171
1172         Restore cairo context before rendering every page when printing a PDF
1173         document into a PDF file. 
1174
1175 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * backend/ps/gstypes.h:
1178         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1179         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1180         (ps_document_thumbnails_get_thumbnail):
1181
1182         Handle PostScript page orientation. Fixes bug #318568.
1183
1184 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * backend/ps/Makefile.am:
1187         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1188         (document_load), (ps_document_load), (save_document),
1189         (save_page_list), (ps_document_get_n_pages),
1190         (ps_document_get_page_size), (ps_document_get_info),
1191         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1192         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1193         (ps_document_thumbnails_get_thumbnail),
1194         (ps_document_thumbnails_get_dimensions),
1195         (ps_document_document_thumbnails_iface_init):
1196         * backend/ps/ps.[ch]: (psgetpagebox):
1197         * backend/ps/ps-interpreter.[ch]:
1198
1199         Add support for thumbnails in ps backend. Fixes bug #164755. 
1200
1201 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1202
1203         * NEWS:
1204         * configure.ac:
1205         
1206         Release 0.7.2
1207
1208 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1211         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1212         (ev_window_dispose):
1213
1214         Use document thumbnail as window icon. Fixes bug #384442.
1215
1216 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1217
1218         * configure.ac:
1219
1220         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1221         duplicated adding application/x-bzpostscript instead. 
1222
1223 2007-02-11  Tom Parker  <palfrey@tevp.net>
1224
1225         * backend/ps/ps-document.c: (document_load):
1226
1227         Check return value of psscan before trying
1228         to use it. Fixes bug #372414.
1229
1230 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1233
1234         Fix invalid free in ev-page-cache. Fixes bug #404745.
1235
1236 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * test/Makefile.am:
1239         * test/test3.py:
1240         
1241         Added reload test case.
1242
1243 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * po/POTFILES.in:
1246         * backend/djvu/djvu-document.c: (djvu_document_load):
1247
1248         Check whether there are missing files in indirect multipage djvu
1249         documents. Fixes bug #361683. 
1250
1251 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1252
1253         * test/Makefile.am:
1254         * test/test-mime.bin:
1255         * test/test3.py:
1256         
1257         Added test for slow mime type
1258
1259 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1262
1263         Add some checks and call parent_class->finalize. Fixes bug #404745.
1264
1265 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1266
1267         * shell/ev-navigation-action.c: (connect_proxy):
1268         
1269         Fixes dropdown history menu. Thanks a lot Carlos!
1270
1271 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1274
1275         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1276         bug #373715.
1277
1278 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * backend/ps/ps.c: (psscan):
1281
1282         Fix memory leak. 
1283
1284 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * configure.ac:
1287         * libdocument/ev-file-helpers.c: 
1288
1289         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1290
1291 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * configure.ac:
1294         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1295         (ps_interpreter_start), (document_load), (save_document),
1296         (save_page_list):
1297         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1298         * libdocument/ev-document-factory.c:
1299         (ev_document_factory_get_from_mime), (get_document_from_uri),
1300         (free_uncompressed_uri), (ev_document_factory_get_document):
1301         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1302
1303         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1304
1305 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * libdocument/ev-document.h:
1308
1309         Fix typo in function name. 
1310
1311 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * backend/ps/ps-document.c: (ps_interpreter_finished),
1314         (ps_interpreter_start), (ps_interpreter_failed):
1315
1316         Handle ghostscript interpreter crashes. 
1317
1318 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-window.c: (ev_window_open_uri),
1321         (window_configure_event_cb):
1322
1323         Setup window size and position before showing it. Fixes bug #401711.
1324
1325 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * backend/ps/Makefile.am:
1328         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1329         (ps_document_dispose), (ps_document_class_init),
1330         (ps_interpreter_input), (ps_interpreter_output),
1331         (ps_interpreter_error), (setup_interpreter_env),
1332         (ps_interpreter_start), (ps_interpreter_stop),
1333         (ps_interpreter_failed), (ps_interpreter_is_ready),
1334         (check_filecompressed), (document_load), (ps_document_load),
1335         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1336         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1337         (render_page):
1338
1339         Rework ps-document. Code cleanups, remove deprecated code. 
1340
1341 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-view.c: (ev_view_button_press_event):
1344
1345         Do not start an image drag and drop operation when pointer is on 
1346         text, so that we can select text when the whole background is an
1347         image. 
1348
1349 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-window.c: (ev_window_update_actions): 
1352
1353         Disable all zoom related actions during presentation mode. 
1354
1355 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1356
1357         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1358
1359         Do not zoom in or out on presentation mode. Fixes bug #401305.
1360
1361 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1362
1363         * shell/ev-navigation-action.c: (connect_proxy),
1364         (create_menu_item), (ev_navigation_action_class_init):
1365         
1366         Correctly show menu and fix crash when navigaton 
1367         action is out of toolbar visible area.
1368
1369 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1370
1371         * data/Makefile.am:
1372         * data/evince.1:
1373         
1374         Added man file
1375
1376 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1377
1378         * help/reference/* :
1379         * configure.ac:
1380         
1381         Added gtk-doc based documentation for Evince.
1382         Still in initial state but I hope it will
1383         grow.
1384         
1385         * configure.ac:
1386         
1387         Lower dbus requirement to 0.70
1388
1389 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-window.c: (ev_window_add_history):
1392
1393         Fix memory leak. 
1394
1395 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1396
1397         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1398         * shell/ev-view.h:
1399         * shell/ev-window.c: (ev_window_add_history):
1400         
1401         Correctly handle named destination links
1402
1403 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1404
1405         * NOTES:
1406         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1407         * backend/pdf/ev-poppler.cc:
1408         * libdocument/ev-document-links.h:
1409         * libdocument/ev-link.c: (ev_link_get_page):
1410         * libdocument/ev-link.h:
1411         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1412         (ev_history_add_link):
1413         * shell/ev-history.h:
1414         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1415         (new_history_menu_item), (build_menu):
1416         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1417         * shell/ev-sidebar-links.c: (create_loading_model),
1418         (print_section_cb), (ev_sidebar_links_construct),
1419         (fill_page_labels), (update_page_callback_foreach),
1420         (update_page_callback), (job_finished_callback):
1421         * shell/ev-view.c: (ev_view_handle_link):
1422         * shell/ev-window.c: (ev_window_find_chapter),
1423         (ev_window_add_history), (view_handle_link_cb),
1424         (history_changed_cb):
1425         
1426         Implements another history variant
1427
1428 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-window.c: (view_external_link_cb):
1431         * shell/ev-view.c: (ev_view_button_release_event):
1432
1433         Open links in new window when clicking with middle button. 
1434
1435 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1436
1437         * shell/ev-navigation-action.c: (new_history_menu_item):
1438         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1439         * shell/ev-view.c: (ev_view_handle_link):
1440         * shell/ev-window.c:
1441         
1442         Store link before jump, not the destination. For me it 
1443         seems like more natural history behavior.
1444
1445 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1446
1447         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1448         (ev_navigation_action_class_init):
1449         * shell/ev-navigation-action.h:
1450         * shell/ev-page-action.c: (activate_cb):
1451         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1452         (ev_page_cache_set_current_page_history):
1453         * shell/ev-page-cache.h:
1454         * shell/ev-sidebar-thumbnails.c:
1455         (ev_sidebar_tree_selection_changed),
1456         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1457         * shell/ev-view-private.h:
1458         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1459         * shell/ev-view.h:
1460         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1461         (ev_window_setup_document), (ev_window_load_job_cb):
1462         * shell/ev-window.h:
1463         
1464         History finally works as expected.
1465
1466 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1469
1470         Do not update links treeview if it doesn't have a model assigned yet. 
1471
1472 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1475         (ev_sidebar_links_class_init), (update_page_callback):
1476
1477         Do not update links treeview when sidepane is not visible. 
1478
1479 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1480
1481         * shell/ev-marshal.list:
1482         * shell/ev-page-action.c: (activate_cb),
1483         (ev_page_action_class_init):
1484         * shell/ev-page-action.h:
1485         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1486         * shell/ev-window.c:
1487         
1488         Remove activate_link signal, not required.
1489
1490 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1491
1492         * shell/ev-navigation-action.c: (build_menu):
1493         
1494         Reorder menu items and build menu with fixed length.
1495
1496 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1497
1498         * shell/ev-view.c: (get_selected_text):
1499         
1500         Normalize text to fix ligatures problem. See bug
1501         #341947 for details.
1502
1503 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1506
1507         Fix memory leak in ev-page-cache. 
1508
1509 2007-01-25  Tom Parker <palfrey@tevp.net>
1510
1511         * backend/impress/impress-document.c: (impress_document_load),
1512         (impress_document_finalize), (impress_document_init):
1513         * properties/ev-properties-main.c: (ev_properties_get_pages):
1514         
1515         Correctly handle impress document errors. Fixes nautilus
1516         crash in property page #370491.
1517
1518 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1521         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1522         (ev_job_queue_remove_job):
1523         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1524         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1525         (ev_job_load_run):
1526         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1527         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1528         (ev_window_load_job_cb), (xfer_update_progress_callback),
1529         (ev_window_open_uri), (ev_window_dispose):
1530         * shell/main.c: (main):
1531
1532         Do file transfer asynchronously in the main thread instead of
1533         synchronously in the load thread. Fixes bugs #399694, #398307 and
1534         #343542.
1535
1536 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * shell/ev-jobs.c: (ev_job_xfer_run):
1539
1540         Load the document with the font-config lock held. 
1541
1542 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/ps/ps-document.c: (start_interpreter):
1545
1546         Fix memory leaks in ps backend. 
1547
1548 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * backend/impress/impress-document.c:
1551         (impress_document_render_pixbuf):
1552
1553         Do not acquire fontconfig lock in impress backend, since it is using
1554         the main loop for rendering. 
1555
1556 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * po/POTFILES.in: 
1559
1560         Remove mdvi files that shouldn't be translated. 
1561
1562 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * shell/ev-view-private.h:
1565         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1566         (ev_view_set_zoom):
1567
1568         Render "loading..." text into a cairo surface instead of directly into
1569         the window so that fontconfig lock is only needed once and UI is not
1570         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1571
1572 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1575         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1576
1577         Use icon theme associated with the window screen rather than default. 
1578
1579 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1580
1581         * configure.ac:
1582
1583         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1584
1585 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1586
1587         * data/icons/*/apps/evince.*:
1588
1589         Move Evince icons under new apps directory.
1590
1591         * data/icons/*/actions/*:
1592
1593         Add new custom themeable Evince icons: view-page-continuous, 
1594         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1595         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1596
1597         * configure.ac:
1598
1599         Add new directories to AC_CONFIG_FILES.
1600
1601         * shell/ev-stock-icons.c:
1602         * shell/ev-stock-icons.h:
1603
1604         Use new custom themeable icons.
1605
1606 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1609
1610         Do not draw white background page in presentation mode. 
1611
1612 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1613
1614         * shell/ev-view.c: Remove unused gnome-vfs include.
1615
1616 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1617
1618         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1619         
1620         Format string is corrected, fixes bug #397129.
1621
1622 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-window.c: (ev_window_setup_recent):
1625
1626         Do not include in recent menu inexistent documents. Fixes
1627         bug #339171.
1628
1629 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * po/POTFILES.skip: 
1632
1633         Update POTFILES.skip file according to current source tree. 
1634
1635 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * shell/ev-window.c: (file_save_dialog_response_cb):
1638
1639         Do Save a copy in atomic way. Fixes bug #328266. 
1640
1641 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1644
1645         Keep selected cell always visible in index treeview.
1646
1647 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1648         
1649         * shell/ev-view.c: (ev_view_size_allocate):
1650
1651         Restore horizontal scrollbar after switching to/from fullscreen
1652         or presentation mode. Fixes bug #331728.
1653
1654 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-view-private.h:
1657         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1658         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1659         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1660         (ev_view_can_zoom_out):
1661
1662         Use max and min scale values in the view iby taking dpi into account. 
1663
1664 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * configure.ac:
1667         * NEWS:
1668
1669         Release 0.7.1
1670
1671 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/ev-window.c: (ev_window_print_send):
1674
1675         Send print job to printer with some settings set to default values,
1676         since we have already exported to a file according to such settings
1677         and they could be taken twice by some printers. 
1678
1679 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-jobs.c: (ev_job_xfer_run):
1682         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1683
1684         Show main window and load document with the font-config lock held. 
1685
1686 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * configure.ac:
1689         * shell/ev-application.c: (ev_application_register_service):
1690         * shell/main.c: (load_files_remote):
1691
1692         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1693
1694 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1695
1696         * doc/debugging.txt:
1697         
1698         Remove obsolete documentation.
1699
1700 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1701
1702         * Makefile.am:
1703         * backend/Makefile.am:
1704         * backend/comics/Makefile.am:
1705         * backend/djvu/Makefile.am:
1706         * backend/dvi/Makefile.am:
1707         * backend/ev-async-renderer.c:
1708         * backend/ev-async-renderer.h:
1709         * backend/ev-attachment.c:
1710         * backend/ev-attachment.h:
1711         * backend/ev-backend-marshal.c:
1712         * backend/ev-document-factory.c:
1713         * backend/ev-document-factory.h:
1714         * backend/ev-document-find.c:
1715         * backend/ev-document-find.h:
1716         * backend/ev-document-fonts.c:
1717         * backend/ev-document-fonts.h:
1718         * backend/ev-document-images.c:
1719         * backend/ev-document-images.h:
1720         * backend/ev-document-info.h:
1721         * backend/ev-document-links.c:
1722         * backend/ev-document-links.h:
1723         * backend/ev-document-misc.c:
1724         * backend/ev-document-misc.h:
1725         * backend/ev-document-security.c:
1726         * backend/ev-document-security.h:
1727         * backend/ev-document-thumbnails.c:
1728         * backend/ev-document-thumbnails.h:
1729         * backend/ev-document-transition.c:
1730         * backend/ev-document-transition.h:
1731         * backend/ev-document.c:
1732         * backend/ev-document.h:
1733         * backend/ev-file-exporter.c:
1734         * backend/ev-file-exporter.h:
1735         * backend/ev-image.c:
1736         * backend/ev-image.h:
1737         * backend/ev-link-action.c:
1738         * backend/ev-link-action.h:
1739         * backend/ev-link-dest.c:
1740         * backend/ev-link-dest.h:
1741         * backend/ev-link.c:
1742         * backend/ev-link.h:
1743         * backend/ev-render-context.c:
1744         * backend/ev-render-context.h:
1745         * backend/ev-selection.c:
1746         * backend/ev-selection.h:
1747         * backend/impress/Makefile.am:
1748         * backend/pdf/Makefile.am:
1749         * backend/pixbuf/Makefile.am:
1750         * backend/ps/Makefile.am:
1751         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1752         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1753         (start_interpreter), (stop_interpreter), (document_load),
1754         (ps_document_next_page), (render_page):
1755         * backend/tiff/Makefile.am:
1756         * comics/Makefile.am:
1757         * comics/comics-document.c:
1758         * comics/comics-document.h:
1759         * configure.ac:
1760         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1761         * djvu/Makefile.am:
1762         * djvu/djvu-document-private.h:
1763         * djvu/djvu-document.c:
1764         * djvu/djvu-document.h:
1765         * djvu/djvu-links.c:
1766         * djvu/djvu-links.h:
1767         * djvu/djvu-text-page.c:
1768         * djvu/djvu-text-page.h:
1769         * djvu/djvu-text.c:
1770         * djvu/djvu-text.h:
1771         * dvi/Makefile.am:
1772         * dvi/dvi-document.c:
1773         * dvi/dvi-document.h:
1774         * dvi/fonts.c:
1775         * dvi/fonts.h:
1776         * dvi/mdvi-lib/Makefile.am:
1777         * dvi/mdvi-lib/afmparse.c:
1778         * dvi/mdvi-lib/afmparse.h:
1779         * dvi/mdvi-lib/bitmap.c:
1780         * dvi/mdvi-lib/bitmap.h:
1781         * dvi/mdvi-lib/color.c:
1782         * dvi/mdvi-lib/color.h:
1783         * dvi/mdvi-lib/common.c:
1784         * dvi/mdvi-lib/common.h:
1785         * dvi/mdvi-lib/defaults.h:
1786         * dvi/mdvi-lib/dvimisc.c:
1787         * dvi/mdvi-lib/dviopcodes.h:
1788         * dvi/mdvi-lib/dviread.c:
1789         * dvi/mdvi-lib/files.c:
1790         * dvi/mdvi-lib/font.c:
1791         * dvi/mdvi-lib/fontmap.c:
1792         * dvi/mdvi-lib/fontmap.h:
1793         * dvi/mdvi-lib/fontsrch.c:
1794         * dvi/mdvi-lib/gf.c:
1795         * dvi/mdvi-lib/hash.c:
1796         * dvi/mdvi-lib/hash.h:
1797         * dvi/mdvi-lib/list.c:
1798         * dvi/mdvi-lib/mdvi.h:
1799         * dvi/mdvi-lib/pagesel.c:
1800         * dvi/mdvi-lib/paper.c:
1801         * dvi/mdvi-lib/paper.h:
1802         * dvi/mdvi-lib/pk.c:
1803         * dvi/mdvi-lib/private.h:
1804         * dvi/mdvi-lib/setup.c:
1805         * dvi/mdvi-lib/sp-epsf.c:
1806         * dvi/mdvi-lib/special.c:
1807         * dvi/mdvi-lib/sysdeps.h:
1808         * dvi/mdvi-lib/t1.c:
1809         * dvi/mdvi-lib/tfm.c:
1810         * dvi/mdvi-lib/tfmfile.c:
1811         * dvi/mdvi-lib/tt.c:
1812         * dvi/mdvi-lib/util.c:
1813         * dvi/mdvi-lib/vf.c:
1814         * dvi/pixbuf-device.c:
1815         * dvi/pixbuf-device.h:
1816         * impress/Makefile.am:
1817         * impress/common.h:
1818         * impress/document.c:
1819         * impress/f_oasis.c:
1820         * impress/f_oo13.c:
1821         * impress/iksemel.c:
1822         * impress/iksemel.h:
1823         * impress/imposter.h:
1824         * impress/impress-document.c:
1825         * impress/impress-document.h:
1826         * impress/internal.h:
1827         * impress/r_back.c:
1828         * impress/r_draw.c:
1829         * impress/r_geometry.c:
1830         * impress/r_gradient.c:
1831         * impress/r_style.c:
1832         * impress/r_text.c:
1833         * impress/render.c:
1834         * impress/render.h:
1835         * impress/zip.c:
1836         * impress/zip.h:
1837         * lib/Makefile.am:
1838         * lib/ev-debug.c:
1839         * lib/ev-debug.h:
1840         * lib/ev-file-helpers.c:
1841         * lib/ev-file-helpers.h:
1842         * lib/ev-gui.c:
1843         * lib/ev-gui.h:
1844         * lib/ev-tooltip.c:
1845         * lib/ev-tooltip.h:
1846         * libdocument/Makefile.am:
1847         * libdocument/ev-file-helpers.c:
1848         * pdf/Makefile.am:
1849         * pdf/ev-poppler.cc:
1850         * pdf/ev-poppler.h:
1851         * pixbuf/Makefile.am:
1852         * pixbuf/pixbuf-document.c:
1853         * pixbuf/pixbuf-document.h:
1854         * properties/Makefile.am:
1855         * ps/Makefile.am:
1856         * ps/gsdefaults.c:
1857         * ps/gsdefaults.h:
1858         * ps/gsio.c:
1859         * ps/gsio.h:
1860         * ps/gstypes.h:
1861         * ps/ps-document.c:
1862         * ps/ps-document.h:
1863         * ps/ps.c:
1864         * ps/ps.h:
1865         * shell/Makefile.am:
1866         * shell/ev-application.h:
1867         * shell/ev-sidebar-links.c:
1868         * shell/ev-sidebar-links.h:
1869         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1870         (ev_gui_menu_position_tree_selection):
1871         * shell/ev-utils.h:
1872         * shell/ev-view.c: (ev_view_finalize):
1873         * shell/ev-window.c:
1874         * shell/main.c: (main):
1875         * thumbnailer/Makefile.am:
1876         * tiff/Makefile.am:
1877         * tiff/tiff-document.c:
1878         * tiff/tiff-document.h:
1879         * tiff/tiff2ps.c:
1880         * tiff/tiff2ps.h:
1881         
1882         Reorganize source tree.
1883
1884 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * backend/ev-document-factory.c:
1887
1888         Do not include ev-poppler.h when pdf is disabled. 
1889
1890 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * configure.ac:
1893         * data/evince-ui.xml:
1894         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1895         (pdf_document_document_images_iface_init):
1896         * backend/Makefile.am:
1897         * backend/ev-document-images.[ch]:
1898         * backend/ev-image.[ch]:
1899         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1900         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1901         (ev_job_xfer_run):
1902         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1903         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1904         (ev_pixbuf_cache_get_image_mapping):
1905         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1906         (view_menu_popup_cb), (ev_window_dispose),
1907         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1908         (ev_view_popup_cmd_copy_image):
1909         * shell/ev-view-private.h:
1910         * shell/ev-view.c: (ev_view_get_image_at_location),
1911         (ev_view_do_popup_menu), (ev_view_popup_menu),
1912         (ev_view_button_press_event), (ev_view_drag_data_get),
1913         (ev_view_drag_motion), (ev_view_drag_data_received),
1914         (ev_view_motion_notify_event), (ev_view_button_release_event),
1915         (ev_view_finalize), (ev_view_class_init):
1916
1917         Add image handling support. Fixes bugs #310008 and #325047. Images
1918         selection is not supported yet. 
1919
1920 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1923         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1924         (ev_view_init):
1925
1926         Move view drag and drop stuff to ev-view.
1927
1928 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1931         * shell/ev-view.c: (clear_selection): 
1932
1933         Clear selection also in pixbuf cache.
1934
1935 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1936
1937         * data/evince.desktop.in.in:
1938         
1939         Change icon name in desktop file. See bug #390734
1940         for details.
1941
1942 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1943
1944         * thumbnailer/Makefile.am:
1945
1946         Use top_builddir instead top_srcdir for generated schema
1947         file installation. Fixes bug #390161.
1948
1949 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * configure.ac:
1952         * backend/Makefile.am:
1953         * backend/ev-document-transition.[ch]:
1954         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1955         (pdf_document_page_transition_iface_init):
1956         * shell/ev-view-private.h:
1957         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1958         (ev_view_set_presentation), (transition_next_page),
1959         (ev_view_presentation_transition_stop),
1960         (ev_view_presentation_transition_start), (ev_view_next_page):
1961
1962         Add page transition support in presentation mode. At the moment only
1963         page duration is supported, but not transition effects. Fixes bug
1964         #309815.
1965
1966 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
1969
1970         Run find_link_dest with document lock held, since it's called by links
1971         thread and main thread at the same time. 
1972
1973 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-view.c: (goto_dest):
1976
1977         Update page-cache when page is changed by the view, so that
1978         page-changed signal is emitted. 
1979
1980 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * test/test1.py:
1983         * test/test2.py:
1984
1985         Use C locale in tests. 
1986
1987 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-window.c: (ev_window_run_presentation):
1990         * shell/ev-view-private.h:
1991         * shell/ev-view.c: (ev_view_set_presentation):
1992
1993         Restore zoom settings when back from presentation mode. 
1994
1995 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1996
1997         * shell/ev-window.c: (ev_window_run_presentation):
1998
1999         Always use "best fit" zoom in presentation mode.
2000         Fixes bug #389195.
2001
2002 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2003
2004         * shell/ev-view.c: (ev_view_goto_window_create):
2005
2006         Show "Jump to page" label in the page jumping popup in
2007         presentation mode instead of just a GtkEntry.
2008
2009 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-window.c: (launch_external_uri):
2012
2013         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2014         #378085.
2015
2016 2006-12-22  Elijah Newren  <newren gmail com>
2017
2018         * configure.ac: explicitly check for libxml2.  Fixes #388795
2019
2020 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-view-private.h:
2023         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2024         (ev_view_goto_window_delete_event), (key_is_numeric),
2025         (ev_view_goto_window_key_press_event),
2026         (ev_view_goto_window_button_press_event),
2027         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2028         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2029         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2030
2031         Allow jumping to another page by typing a page number in presentation
2032         mode. It uses a popup window with an entry. Fixes bug #353625.
2033
2034 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2035
2036         * configure.ac:
2037         * properties/ev-properties-view.c: (ev_get_default_user_units),
2038         (ev_regular_paper_size):
2039         
2040         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2041         to Damien Carbery <damien.carbery@sun.com> and
2042         Yevgen Muntyan <muntyan@tamu.edu>.
2043
2044 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2045
2046         * shell/ev-window.c: (setup_document_from_metadata):
2047
2048         Make sure Evince doesn't restore the view on the last
2049         page when a document is reopened. Fixes bug #383381.
2050
2051 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2052
2053         * shell/ev-view.c: (draw_loading_text):
2054
2055         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2056
2057 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * configure.ac:
2060         * NEWS:
2061
2062         Release 0.7.0
2063
2064 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * configure.ac:
2067         * pdf/ev-poppler.cc: (pdf_print_context_free),
2068         (pdf_document_file_exporter_begin),
2069         (pdf_document_file_exporter_do_page):
2070
2071         Make cairo-pdf depedency optional. 
2072
2073 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2076
2077         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2078
2079 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2082         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2083         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2084         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2085         * shell/ev-view.c: (draw_loading_text):
2086         * shell/ev-window.c: (ev_window_cmd_file_properties):
2087
2088         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2089         related to using FontConfig from different threads.
2090         
2091 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * shell/ev-view.c: (draw_loading_text):
2094
2095         Acquire lock document when drawing "Loading..." text so that only one
2096         thread will use FontConfig at the same time. Fixes bug #374750.
2097
2098 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * shell/ev-page-action.[ch]: (activate_cb):
2101         * shell/ev-window.c: (activate_label_cb):
2102
2103         Check if text inserted in page entry is a valid page number when it
2104         doesn't match to any document page label. Fixes bug #383165.
2105
2106 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2107         * shell/ev-window.c:
2108
2109         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2110         available with GTK < 2.10. Added an ifdef to avoid compilation
2111         error.
2112
2113 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * configure.ac:
2116         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2117
2118         Fix ps backend in multihead systems.
2119
2120 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2123         * shell/ev-window.c: (ev_window_get_screen_dpi),
2124         (ev_window_update_actions), (setup_view_from_metadata),
2125         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2126
2127         Take screen DPI into account when zooming. Fixes bug #318285.
2128
2129 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2130
2131         * data/Makefile.am:
2132
2133         Cleaned up/slightly refactored Makefile.am. Added GConf
2134         schemas uninstallation as well.
2135
2136 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2137
2138         * Makefile.am:
2139         * test/Makefile.am:
2140
2141         Fight with autotools to fix make check. Make distcheck
2142         works fine as well now!
2143
2144 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2145
2146         * shell/ev-view.c: (draw_end_presentation_page):
2147
2148         Corrected "end of presentation" string.
2149
2150 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2151
2152         * shell/ev-view.c: (ev_view_key_press_event):
2153
2154         Correctly propagate key press event so that up/down keys
2155         work as expected (correct behaviour was broken by
2156         black/white screen key bindings for presentations).
2157
2158 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2161         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2162         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2163         (pdf_selection_get_selection_region),
2164         (pdf_selection_get_selection_map):
2165
2166         Add "static" to some private functions. 
2167
2168 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2169
2170         * lib/ev-tooltip.h:
2171         * properties/ev-properties-view.h:
2172         * shell/ev-jobs.h:
2173         * shell/ev-properties-dialog.h:
2174         * shell/ev-properties-fonts.h:
2175         * shell/ev-sidebar-links.h:
2176         * shell/ev-sidebar-thumbnails.h:
2177         * shell/ev-sidebar.h:
2178         * shell/ev-window.h:
2179         
2180         Fixes CHACK type in class casts. See bug #385343
2181         for details.
2182
2183 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-view-private.h:
2186         * shell/ev-view.c: (draw_end_presentation_page),
2187         (ev_view_expose_event), (ev_view_key_press_event),
2188         (ev_view_class_init), (ev_view_init):
2189
2190         Blank screen in presentation mode when pressing 'b' (filling with
2191         black) or 'w' (filling with white) keys. Fixes bug #358132.
2192
2193 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2194
2195         * data/evince-toolbar.xml:
2196         * shell/ev-window.c:
2197         
2198         Use stock icon for Select All action. Fixes
2199         bug #382652.
2200
2201 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2202
2203         * shell/ev-view.c: (get_doc_point_from_offset),
2204         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2205
2206         Add links support in rotated documents. Fixes bug #343733.
2207
2208 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * shell/ev-view-private.h:
2211         * shell/ev-view.c: (draw_end_presentation_page),
2212         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2213
2214         Show a blank page after the last page in presentation mode with a
2215         message indicating that presentation has finished and how to exit. 
2216
2217 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-window.c: (fullscreen_timeout_cb):
2220
2221         Hide cursor after a while in presentation mode. 
2222
2223 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2224
2225         * backend/ev-document-info.h:
2226         * data/evince-properties.glade:
2227         * pdf/ev-poppler.cc:
2228         * properties/ev-properties-view.c: (ev_regular_paper_size),
2229         (ev_properties_view_set_info):
2230         * ps/ps-document.c: (ps_document_get_info):
2231
2232         Adds a paper size field to the properties dialog. Fixes
2233         bug #307315. Patch by Kasper Svendsen (with some i18n
2234         changes done by me).
2235
2236 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2237
2238         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2239         (screensaver_init_dbus), (totem_scrsaver_new),
2240         (totem_scrsaver_init):
2241         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2242         * shell/ev-application.c: (ev_application_register_service),
2243         (ev_application_screensaver_enable),
2244         (ev_application_screensaver_disable):
2245         * shell/ev-application.h:
2246         * shell/ev-window.c: (ev_window_run_presentation),
2247         (ev_window_stop_presentation), (build_comments_string),
2248         (ev_window_init):
2249         
2250         Move screensaver handling to application. No more
2251         message on startup.
2252
2253 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * configure.ac:
2256         * backend/Makefile.am:
2257         * backend/ev-file-exporter.[ch]:
2258         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2259         * ps/ps-document.c: (ps_document_file_exporter_*):
2260         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2261         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2262         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2263         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2264
2265         Allow printing to PDF when suppoted by the backend.
2266         
2267 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-window.c: (build_comments_string):
2270
2271         Use always "Document Viewer" in about dialog. 
2272
2273 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * djvu/djvu-document.c: (djvu_document_get_page_size):
2276
2277         Display a warning message when get_pageinfo fails. 
2278
2279 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2280
2281         * Makefile.am:
2282         * backend/Makefile.am:
2283         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2284         * configure.ac:
2285         * shell/ev-window.c: (build_comments_string):
2286         
2287         Make pdf compilation optional. See bug #38007.
2288
2289 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * ps/ps.c: (get_next_text):
2292
2293         Fix CVE-2006-5864.
2294
2295 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2298         * shell/ev-navigation-action.c: (connect_proxy),
2299         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2300         
2301         Do not call g_type_class_peek_parent twice.
2302
2303 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2304
2305         * configure.ac:
2306         * data/icons/24x24/.cvsignore:
2307         * data/icons/24x24/Makefile.am:
2308         * data/icons/24x24/evince.png:
2309         * data/icons/Makefile.am:
2310         
2311         Add 24x24 icon. Thanks to 
2312         Michael Monreal <infernux@web.de>.
2313
2314 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2315
2316         * configure.ac: Fix typo in configure.ac. Thanks
2317         to dmacks@netspace.org for notification.
2318
2319 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2320
2321         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2322         
2323         Drop dbus include, fixes compilation with older dbus.
2324
2325 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2326
2327         * configure.ac:
2328         * cut-n-paste/Makefile.am:
2329         * cut-n-paste/totem-screensaver/.cvsignore
2330         * cut-n-paste/totem-screensaver/Makefile.am:
2331         * cut-n-paste/totem-screensaver/README:
2332         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2333         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2334         * shell/Makefile.am:
2335         * shell/ev-window.c: (ev_window_run_presentation),
2336         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2337         (ev_window_init):
2338
2339         Implemented screensaver enabling/disabling for
2340         presentation mode (not fullscreen mode). Code stolen
2341         from Totem (with some minor tweaks). Fixes bug #338889.
2342
2343 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2344
2345         * configure.ac:
2346
2347         Bump gnome-icon-theme requirements. We use the rotation
2348         icons that appeared recently.
2349
2350 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2351
2352         * shell/ev-history.c: (ev_history_add_page):
2353         * shell/ev-history.h:
2354         * shell/ev-window.c: (page_changed_cb):
2355         
2356         Use page labels instead of numbers.
2357
2358 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2359
2360         * data/evince-toolbar.xml:
2361         * po/POTFILES.in:
2362         * shell/Makefile.am:
2363         * shell/ev-navigation-action-widget.c:
2364         (ev_navigation_action_widget_init),
2365         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2366         (menu_detacher), (ev_navigation_action_widget_set_menu),
2367         (menu_position_func), (popup_menu_under_arrow),
2368         (ev_navigation_action_widget_toggled),
2369         (ev_navigation_action_widget_button_press_event):
2370         * shell/ev-navigation-action-widget.h:
2371         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2372         (ev_navigation_action_set_window), (activate_menu_item_cb),
2373         (new_history_menu_item), (new_empty_history_menu_item),
2374         (build_menu), (menu_activated_cb), (connect_proxy),
2375         (create_tool_item), (ev_navigation_action_init),
2376         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2377         * shell/ev-navigation-action.h:
2378         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2379         (ev_page_action_widget_set_page_cache),
2380         (ev_page_action_widget_finalize),
2381         (ev_page_action_widget_class_init), (match_selected_cb),
2382         (display_completion_text), (match_completion), (build_new_tree_cb),
2383         (get_filter_model_from_model),
2384         (ev_page_action_widget_update_model):
2385         * shell/ev-page-action-widget.h:
2386         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2387         (connect_proxy):
2388         * shell/ev-page-action.h:
2389         * shell/ev-stock-icons.c:
2390         * shell/ev-stock-icons.h:
2391         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2392         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2393         (register_custom_actions):
2394         * shell/main.c:
2395         
2396         Preliminary history implementation
2397
2398 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2399
2400         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2401         (dvi_document_class_init), (dvi_document_init_params):
2402         * dvi/mdvi-lib/font.c: (font_reference):
2403         
2404         Add reference to subfont. Fixes bug #374277.
2405
2406 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2409         (ev_window_cmd_file_open_copy_at_dest):
2410
2411         Fix a race condition when creating symlink. Increase the counter
2412         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2413         Mathias Hasselmann).
2414
2415 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * backend/Makefile.am:
2418         * backend/ev-attachment.c: (ev_attachment_open):
2419         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2420         (ev_tmp_dir), (ev_tmp_filename):
2421         * shell/ev-sidebar-attachments.c:
2422         (ev_sidebar_attachments_drag_data_get):
2423         * shell/ev-window.c: (ev_window_clear_temp_file):
2424
2425         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2426         in ensure_dir_exists. Abort without crashing when we can't create
2427         user's directory.
2428
2429 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * data/evince-ui.xml:
2432         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2433         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2434         (ev_window_cmd_file_open_copy_at_dest),
2435         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2436         (ev_view_popup_cmd_open_link_new_window):
2437
2438         Allow opening a copy of the current document in a new window. Fixes bug
2439         #357472
2440
2441 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2442
2443         * data/evince-toolbar.xml:
2444         
2445         Add rotate right and rotate left to available items for toolbar.
2446         
2447         * data/evince-ui.xml:
2448         * shell/ev-window.c: (ev_window_init):
2449         
2450         Customize toolbar with right click. Fixes bug #372451.
2451
2452 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2453
2454         * shell/ev-window.c: 
2455         
2456         Use "object-rotate-{left,right}" stock icons. Fixes 
2457         bug #373863.
2458
2459 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2462         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2463         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2464         (ev_window_open_uri):
2465         * shell/main.c: (arguments_parse):
2466
2467         Remove temp file created when evince is used by GTK+ in
2468         preview mode. Fixes bug #365282. 
2469
2470 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2471
2472         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2473         
2474         Fixes bug #372474 - Side pane disabled when entering 
2475         and leaving fullscreen mode.
2476
2477 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2478
2479         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2480         * data/Makefile.am:
2481         * data/evince-preview-toolbar.xml:
2482         * data/evince-toolbar.xml:
2483         * shell/ev-application.c: (ev_application_shutdown),
2484         (ev_application_init), (ev_application_get_toolbars_model):
2485         * shell/ev-application.h:
2486         * shell/ev-window.c: (update_chrome_visibility),
2487         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2488         (ev_window_cmd_edit_toolbar), (ev_window_init):
2489         
2490         Fixes bug #364364 - toolbar editor shows zoom actions again.
2491
2492 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2495
2496         Do not take margins into consideration for paper size when printing.
2497         Really fixes bug #350491.
2498
2499 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * data/evince-ui.xml:
2502         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2503         (ev_window_cmd_file_print_setup),
2504         (ev_window_print_dialog_response_cb),
2505         (ev_window_setup_action_sensitivity):
2506
2507         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2508
2509 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-window.c: (ev_window_print_range):
2512
2513         Revert my previuos commit, since printing to PDF is not supported by
2514         evince yet. 
2515
2516 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * shell/ev-window.c: (ev_window_print_range):
2519
2520         Enable print to a PDF. Fixes bug #332121.
2521
2522 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-application-service.xml:
2525         * shell/ev-application.[ch]: (ev_application_open_window),
2526         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2527         (ev_application_open_uri), (ev_application_open_uri_list):
2528         * shell/ev-window.c: (file_open_dialog_response_cb),
2529         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2530         (drag_data_received_cb), (open_remote_link):
2531         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2532
2533         Add support for multiscreen systems. Fixes bug #316206.
2534
2535 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-jobs.[ch]: (ev_job_print_new),
2538         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2539         (ev_job_print_do_page):
2540         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2541
2542         Allow printing only odd/even pages. Fixes bug #367289.
2543
2544 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2545
2546         * test/test1.py:
2547         * test/test2.py:
2548
2549         Re-add locale settings to test files.
2550
2551 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2552
2553         * data/evince-ui.xml:
2554         * shell/ev-window.c: (set_action_properties):
2555         
2556         Removed garbage from code and ui.
2557
2558 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2559
2560         * shell/ev-window.c: (ev_window_cmd_help_about):
2561
2562         Shamelessly add my name to the list of contributors.
2563
2564 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2565
2566         * test/test1.py:
2567         * test/test2.py:
2568
2569         Cleaned up the dogtail scripts.
2570
2571 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2572
2573         * shell/ev-view.c: (draw_loading_text): Don't render
2574         "loading..." text in presentation mode. Temporary
2575         workaround for bug #320352.
2576
2577 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2580         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2581
2582         Use print settings scale, copies, collate and reverse which were
2583         ignored. Fixes bug #359032.
2584
2585 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2586
2587         * configure.ac:
2588         * data/evince-password.glade:
2589         * test/Makefile.am:
2590         * test/test-encrypt.pdf:
2591         * test/test-links.pdf:
2592         * test/test1.py:
2593         * test/test2.py:
2594
2595         Add automated UI tests for evince with dogtail. See
2596         bug #300948.    
2597
2598 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2601
2602         Hide fullscreen toolbar when switching to another desktop workspace.
2603         Fixes bug #338871
2604
2605 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2606
2607         * shell/ev-window-title.c: 
2608         
2609         Test for .dvi in title of pdf documents.
2610
2611 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2612
2613         * shell/ev-view.c: (ev_view_scroll):
2614
2615         Page Up/Down should do page jumps in "Best fit" mode.
2616         If a user has explicitly chosen to view exactly one page
2617         at a time, scrolling just a part of the page when
2618         pressing Page Up/Down is not right. Fixes bug #323107.
2619
2620 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * NEWS:
2623         * configure.ac:
2624         
2625         Update for 0.6.1
2626
2627 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2628
2629         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2630         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2631         
2632         Correctly disconnect from job signals on destroy.
2633
2634 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2635
2636         * shell/ev-view-private.h:
2637         * shell/ev-view.c: (view_set_adjustment_values),
2638         (view_update_range_and_current_page),
2639         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2640         
2641         Fixes bug #343199, current page now follows find page.
2642
2643 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2644
2645         * backend/ev-document-factory.c:
2646         * configure.ac:
2647         Assigned OpenDocument presenation MIME type to the
2648         Impress backend. Added some missing (but harmless)
2649         #ifdefs in the document factory as well to make things
2650         consistent again. Fixes bug #360658.
2651
2652 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2653
2654         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2655         * backend/ev-document-find.c: (ev_document_find_get_type):
2656         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2657         * backend/ev-document-links.c: (ev_document_links_get_type):
2658         * backend/ev-document-security.c: (ev_document_security_get_type):
2659         * backend/ev-document-thumbnails.c:
2660         (ev_document_thumbnails_get_type):
2661         * backend/ev-document.c: (ev_document_get_type):
2662         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2663         * backend/ev-selection.c: (ev_selection_get_type):
2664         * cut-n-paste/recent-files/egg-recent-model.c:
2665         (egg_recent_model_get_type):
2666         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2667         (egg_recent_view_uimanager_get_type):
2668         * cut-n-paste/recent-files/egg-recent-view.c:
2669         (egg_recent_view_get_type):
2670         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2671         (egg_editable_toolbar_get_type):
2672         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2673         (egg_toolbar_editor_get_type):
2674         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2675         (egg_toolbars_model_get_type):
2676         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2677         (egg_tree_multi_drag_source_get_type):
2678         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2679         (ephy_zoom_action_get_type):
2680         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2681         (ephy_zoom_control_get_type):
2682         * impress/r_back.c: (_imp_fill_back):
2683         * properties/ev-properties-main.c:
2684         (ev_properties_plugin_register_type):
2685         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2686         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2687         (ev_view_accessible_factory_get_type):
2688
2689         Reduce relocations. Bug #360616.
2690
2691 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2692
2693         * backend/ev-document-factory.c:
2694         (ev_document_factory_get_document):
2695         
2696         Load document even if extension is wrong.
2697
2698 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * shell/ev-metadata-manager.c: (save_values):
2701         * shell/ev-window.c: (setup_size_from_metadata),
2702         (setup_view_from_metadata), (ev_window_setup_document),
2703         (ev_window_xfer_job_cb), (window_configure_event_cb):
2704         
2705         Set size according to the document size/page size ratio.
2706         That should correct rather wierd behaviour of the previous
2707         commit.
2708
2709 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2710
2711         * shell/ev-window.c: (setup_view_from_metadata):
2712         
2713         Set size for new windows from previous window size.
2714         See bugs #354968 and #168450 for details. Thanks
2715         to Meik Hellmund.
2716
2717 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * djvu/djvu-links.c: (build_tree):
2720
2721         Fix memory leak.
2722
2723 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2724
2725         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2726         
2727         Don't make sidebar close button insensitive. Fixes
2728         bug #357871.
2729
2730 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2731
2732         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2733         (ev_window_set_view_accels_sensitivity):
2734         
2735         Don't enable Slash on documents which don't support
2736         find. Fixes bug #358648.
2737
2738 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2739
2740         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2741         open dialog fall back to the current document uri if the
2742         filechooser hasn't been used before. Fixes bug #356980.
2743
2744 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2745
2746         * shell/ev-window.c: (ev_window_setup_recent), 
2747         (ev_window_get_recent_file_label):
2748
2749         Escape underscores in filenames of recent file items.
2750
2751 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2752
2753         * configure.ac:
2754         
2755         Bumped poppler requirements, really 0.5.3 is very 
2756         buggy, now we require 0.5.4.
2757
2758 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2759
2760         * djvu/Makefile.am:
2761         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2762         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2763         (djvu_document_document_links_iface_init):
2764         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2765         (number_from_string_10), (get_djvu_link_dest),
2766         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2767         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2768         (djvu_links_get_links), (djvu_links_find_link_dest),
2769         (djvu_links_get_links_model):
2770         * djvu/djvu-links.h:
2771         
2772         Add support for links and bookmarks in djvu documents. Thanks
2773         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2774         patch.
2775
2776 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2779         
2780         Reopen should reload document. Fixes 
2781         bug 327951.
2782
2783 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2784
2785         * configure.ac:
2786         * data/Makefile.am:
2787         * data/evince-16.png:
2788         * data/evince-22.png:
2789         * data/evince.png:
2790         * data/evince.svg:
2791         * data/icons/16x16/Makefile.am:
2792         * data/icons/16x16/evince.png:
2793         * data/icons/22x22/Makefile.am:
2794         * data/icons/22x22/evince.png:
2795         * data/icons/48x48/Makefile.am:
2796         * data/icons/48x48/evince.png:
2797         * data/icons/Makefile.am:
2798         * data/icons/scalable/Makefile.am:
2799         * data/icons/scalable/evince.svg:
2800         
2801         Install icons with correct names. Fixes
2802         bug #354429.
2803
2804 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-view.c: (ev_view_button_release_event):
2807
2808         Don't open links with middle mouse button. Fixes bug #353649
2809
2810 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2811
2812         * NEWS:
2813         * configure.ac:
2814         
2815         Update for release 0.6.0
2816
2817 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2820         Implement Close named action. Patch by Carlos Garcia Campos.
2821
2822 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2823
2824         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2825         
2826         Don't clear link mapping on copy_job_to_job_info. Fixes
2827         bug 346168.
2828
2829 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/main.c: (main):
2832
2833         Revert my previous commit, gnome_program_init owns the option context.
2834         Fix another memory leak in main. Both caught by Christian Persch. 
2835
2836 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * shell/main.c: (main):
2839
2840         Fix memory leak.
2841
2842 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2845
2846         Fix crash when opening a pdf with password protection. 
2847
2848 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * pdf/ev-poppler.cc: (pdf_document_search_free):
2851
2852         Fix memory leak. 
2853
2854 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2855
2856         * backend/ev-document-factory.c:
2857         (ev_document_factory_get_document):
2858         * tiff/tiff-document.c: (tiff_document_finalize):
2859         
2860         More correct handling of document loading. Fixes
2861         bug #349043.
2862
2863 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * backend/ev-attachment.c: (ev_attachment_save):
2866
2867         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2868         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2869
2870 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2871         
2872         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2873         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2874
2875 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-sidebar-thumbnails.c:
2878
2879         Do not render thumbnails unless thumbnails page is active in the
2880         sidebar.
2881
2882 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2883
2884         * shell/ev-properties-dialog.c:
2885
2886         Fix dialogue spacing. Bug #351370.
2887
2888 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2889
2890         * configure.ac:
2891
2892         Use lowercase gettext catalog file names (evince.mo
2893         instead of Evince.mo)
2894
2895 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-sidebar-attachments.c:
2898
2899         GtkIconTheme is now screen safe too. Fixes bug #350878
2900
2901 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-window.c:
2904
2905         GtkRecent manager is now screen safe. Fixes bug #350145
2906
2907 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2908
2909         * shell/ev-sidebar.c: (ev_sidebar_init):
2910         
2911         Make sidebar close icon smaller. Fix for bug 350177.
2912         See also bugs 350176 and 165770.
2913
2914 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2917
2918         Ignore zoom for xyz destinations when it's <= 1, keeping user
2919         preferences instead. Set correct sizing-mode for fith and fitv
2920         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2921
2922 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2923
2924         * NEWS:
2925         * configure.ac:
2926         
2927         Update for release 0.5.5
2928
2929 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2930         
2931         * shell/ev-window.c: (ev_window_cmd_escape)
2932
2933         Escape unfocus page entry. Fixes bug #345809.
2934
2935 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2938         (build_tree), (pdf_document_links_get_links),
2939         (pdf_document_links_find_link_dest):
2940         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2941         (goto_xyz_dest):
2942
2943         Convert from PDF style coordinates to X style coordinates in the
2944         backend rather than in the view. Fixes bug #338440
2945
2946 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * shell/ev-window.c:
2949         
2950         Remove Ctrl+Shift+T shortcut for toolbars. See
2951         the bug #350098.
2952
2953 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956
2957         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2958         of this. 
2959
2960 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * configure.ac:
2963         * cut-n-paste/Makefile.am:
2964         * data/evince-ui.xml:
2965         * shell/Makefile.am:
2966         * shell/ev-application.[ch]:
2967         * shell/ev-window.c:
2968
2969         Use GtkRecent instead of EggRecent when it's available. Fixes bug
2970         #349273
2971
2972 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2973
2974         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
2975         findbar code: s/help/search/
2976
2977 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2978
2979         * shell/ev-window.c: (setup_document_from_metadata),
2980         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
2981         (setup_view_from_metadata):
2982         
2983         Fix memory leaks.
2984
2985 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
2986
2987         * autogen.sh, configure.ac: 
2988         
2989         Update automake usage. See bug 349292.
2990
2991 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * shell/eggfindbar.c: (egg_find_bar_class_init),
2994         (entry_activate_callback), (egg_find_bar_init),
2995         (egg_find_bar_set_status_text):
2996         * shell/eggfindbar.h:
2997         
2998         Unify Evince findbar with Epiphany. Nice patch
2999         from Fabricio Silva <silva@crans.org> and
3000         Frederic Peters <fpeters@entrouvert.com>. See
3001         bug #339966 for details.
3002
3003 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3004
3005         * data/evince.desktop.in.in:
3006         
3007         Correct information for bugzilla. Thanks to
3008         Olaf Vitters, see bug #348855.
3009
3010 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * shell/ev-jobs.[ch]:
3013         * shell/ev-sidebar-links.c:
3014         * shell/ev-window.[ch]:
3015
3016         GtkPrintJob doesn't support print ranges or current page, so we export
3017         to a ps file now when printing ranges or current page.
3018
3019 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3020
3021         * pdf/ev-poppler.cc:
3022         * shell/ev-window.c: (do_action_named):
3023
3024         We should be more clear about bugzilla. See the
3025         poppler bug #7623.
3026
3027 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * configure.ac:
3030         * shell/Makefile.am:
3031         * shell/ev-job-queue.c:
3032         * shell/ev-jobs.[ch]:
3033         * shell/ev-sidebar-links.c:
3034         * shell/ev-window.[ch]:
3035         
3036         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3037         #348422
3038
3039 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3042         * shell/ev-application-service.xml:
3043         * shell/ev-application.[ch]:
3044         * shell/ev-jobs.[ch]:
3045         * shell/ev-window.[ch]: (ev_window_run_preview):
3046         * shell/main.c: 
3047
3048         Add preview mode to use evince as a printing previewer. It also adds
3049         other command line options for fullscreen and presentation modes.
3050         Fixes bugs #347822, #317031
3051
3052 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053
3054         * NEWS:
3055         * configure.ac:
3056         
3057         Update for release 0.5.4
3058
3059 2006-07-11  Bastien Nocera <hadess@hadess.net>
3060
3061         * Makefile.am:
3062         * backend/Makefile.am:
3063         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3064         * backend/ev-document-factory.h:
3065         * configure.ac:
3066         * impress/.cvsignore:
3067         * impress/Makefile.am:
3068         * impress/common.h:
3069         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3070         (imp_get_page), (imp_next_page), (imp_prev_page),
3071         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3072         * impress/f_oasis.c: (render_object), (render_page),
3073         (get_geometry), (_imp_oasis_load):
3074         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3075         (_imp_oo13_load):
3076         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3077         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3078         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3079         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3080         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3081         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3082         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3083         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3084         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3085         (iks_new_within), (iks_insert), (iks_insert_cdata),
3086         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3087         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3088         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3089         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3090         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3091         (iks_cdata), (iks_cdata_size), (iks_has_children),
3092         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3093         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3094         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3095         (iks_tree), (iks_load), (iks_save):
3096         * impress/iksemel.h:
3097         * impress/imposter.h:
3098         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3099         (imp_render_draw_bezier_real), (imp_render_get_size),
3100         (imp_render_set_fg_color), (imp_render_draw_line),
3101         (imp_render_draw_rect), (imp_render_draw_polygon),
3102         (imp_render_draw_arc), (imp_render_draw_bezier),
3103         (imp_render_open_image), (imp_render_get_image_size),
3104         (imp_render_scale_image), (imp_render_draw_image),
3105         (imp_render_close_image), (imp_render_markup),
3106         (imp_render_get_text_size), (imp_render_draw_text),
3107         (impress_document_load), (impress_document_save),
3108         (impress_document_get_n_pages), (impress_document_get_page_size),
3109         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3110         (impress_document_finalize), (impress_document_class_init),
3111         (impress_document_can_get_text), (impress_document_get_info),
3112         (impress_document_document_iface_init),
3113         (impress_document_thumbnails_get_thumbnail),
3114         (impress_document_thumbnails_get_dimensions),
3115         (impress_document_document_thumbnails_iface_init),
3116         (impress_document_init):
3117         * impress/impress-document.h:
3118         * impress/internal.h:
3119         * impress/r_back.c: (_imp_fill_back):
3120         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3121         (_imp_draw_image), (_imp_tile_image):
3122         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3123         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3124         (r_polyline):
3125         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3126         (r_draw_gradient_complex), (r_draw_gradient):
3127         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3128         (r_get_bullet):
3129         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3130         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3131         (r_text):
3132         * impress/render.c: (imp_create_context), (imp_context_set_page),
3133         (imp_context_set_step), (imp_render), (imp_delete_context):
3134         * impress/render.h:
3135         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3136         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3137         (zip_load_xml), (zip_get_size), (zip_load):
3138         * impress/zip.h:
3139         * shell/ev-utils.c:
3140         
3141         New backend to support impress slides. Fixes bug #30867.
3142
3143 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3144
3145         * shell/ev-utils.c: (using_postscript_printer):
3146         
3147         Fixes crash when print using PAPI backend,
3148         bug #345012.
3149
3150 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3151
3152         * shell/ev-jobs.c: (ev_job_xfer_run):
3153         * shell/ev-window.c: (password_dialog_response),
3154         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3155         (ev_window_dispose):
3156         Fixes bug #344160: if the xfer job doesn't complete
3157         because a password is required, reload the existing
3158         instance instead of creating a new one.
3159
3160 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * shell/main.c: (main): Call gdk_threads_init. Thus
3163         we'll avoid errors in auth dialog. Fix for the bug
3164         #343347.
3165
3166 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3167
3168         * configure.ac: Advertise pixbuf support, fix
3169         for the bug 343317.
3170
3171 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3172
3173         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3174         (ev_sidebar_thumbnails_set_document):
3175         
3176         Update sidebar thumbnails after reloading.
3177
3178 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3179
3180         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3181         * shell/ev-jobs.h:
3182         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3183         (ev_window_cmd_view_reload), (ev_window_init):
3184         
3185         Don't crash on reload. Fix for the bug #343167.
3186
3187 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3188
3189         * shell/ev-jobs.c: (ev_job_render_run):
3190         
3191         Check for document links.
3192
3193 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3194
3195         * backend/ev-attachment.c: (ev_attachment_save),
3196         (ev_attachment_launch_app), (ev_attachment_open):
3197         * backend/ev-document-factory.c: (get_document_from_uri):
3198         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3199         (egg_recent_view_uimanager_set_list):
3200         * ps/ps-document.c: (check_filecompressed), (document_load),
3201         (ps_document_load):
3202         * shell/ev-metadata-manager.c: (load_values):
3203         * shell/ev-password.c: (ev_password_dialog_set_property):
3204         * shell/ev-view.c: (tip_from_link):
3205         * shell/ev-window.c: (file_save_dialog_response_cb),
3206         (ev_window_print_dialog_response_cb):
3207         
3208         Use consistent quoting style. Fix for the bug #320285.
3209
3210 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3211
3212         * shell/ev-jobs.c: (ev_job_xfer_run):
3213         * shell/main.c: (load_files):
3214                 
3215         Open links with anchors. Fix for the bug #339836.
3216
3217 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3218
3219         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3220         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3221         (ev_link_dest_set_property), (ev_link_dest_finalize),
3222         (ev_link_dest_class_init), (ev_link_dest_new_named),
3223         (ev_link_dest_new_page_label):
3224         * backend/ev-link-dest.h:
3225         * shell/ev-application.c: (ev_application_open_uri):
3226         * shell/ev-view.c: (goto_dest):
3227         * shell/ev-window.c:
3228         * shell/ev-window.h:
3229         
3230         Fix page-label command line option. Bug #342070.
3231
3232 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3233
3234         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3235         
3236         Don't show highlight rects if page can't be showed. Fix for 
3237         the bug #342076
3238
3239 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * shell/ev-window.c: (setup_sidebar_from_metadata),
3242         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3243         
3244         Setup sidebar from metadata even if there is no document
3245         loaded. Fix for the bug #342807.
3246
3247 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3248
3249         * cut-n-paste/toolbar-editor/Makefile.am:
3250         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3251         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3252         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3253         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3254         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3255         (popup_context_menu_cb), (button_press_event_cb),
3256         (configure_item_sensitivity), (configure_item_cursor),
3257         (configure_item_tooltip), (connect_widget_signals),
3258         (action_sensitive_cb), (create_item_from_action),
3259         (create_item_from_position), (toolbar_drag_data_received_cb),
3260         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3261         (toolbar_drag_leave_cb), (configure_drag_dest),
3262         (toggled_visibility_cb), (toolbar_visibility_refresh),
3263         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3264         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3265         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3266         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3267         (egg_editable_toolbar_dispose),
3268         (egg_editable_toolbar_set_ui_manager),
3269         (egg_editable_toolbar_get_selected),
3270         (egg_editable_toolbar_set_selected), (set_edit_mode),
3271         (egg_editable_toolbar_set_property),
3272         (egg_editable_toolbar_get_property),
3273         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3274         (egg_editable_toolbar_new_with_model),
3275         (egg_editable_toolbar_get_edit_mode),
3276         (egg_editable_toolbar_set_edit_mode),
3277         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3278         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3279         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3280         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3281         (item_added_or_removed_cb), (toolbar_removed_cb),
3282         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3283         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3284         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3285         (editor_create_item_from_name), (append_table),
3286         (update_editor_sheet), (egg_toolbar_editor_init):
3287         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3288         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3289         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3290         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3291         (toolbar_node_free), (egg_toolbars_model_get_flags),
3292         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3293         (egg_toolbars_model_get_name), (impl_add_item),
3294         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3295         (parse_data_list), (parse_item_list), (parse_toolbars),
3296         (egg_toolbars_model_load_toolbars), (parse_available_list),
3297         (parse_names), (egg_toolbars_model_load_names),
3298         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3299         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3300         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3301         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3302         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3303         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3304         (egg_toolbars_model_set_types), (fill_avail_array),
3305         (egg_toolbars_model_get_name_avail),
3306         (egg_toolbars_model_get_name_flags),
3307         (egg_toolbars_model_set_name_flags):
3308         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3309         * cut-n-paste/toolbar-editor/eggintl.h:
3310         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3311         (egg_tree_multi_drag_source_get_type),
3312         (egg_tree_multi_drag_source_row_draggable),
3313         (egg_tree_multi_drag_source_drag_data_delete),
3314         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3315         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3316         (path_list_free), (set_context_data), (get_context_data),
3317         (get_info), (egg_tree_multi_drag_drag_data_get),
3318         (egg_tree_multi_drag_motion_event),
3319         (egg_tree_multi_drag_button_press_event),
3320         (egg_tree_multi_drag_add_drag_support):
3321         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3322         * shell/ev-application.c: (ev_application_init),
3323         (ev_application_save_toolbars_model):
3324         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3325         (ev_window_cmd_edit_toolbar), (ev_window_init):
3326         
3327         Sync toolbareditor with epiphany and libegg
3328
3329 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * configure.ac: 
3332
3333         Depend on poppler 0.5.2
3334
3335 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3336
3337         * shell/ev-jobs.c: (ev_job_render_run):
3338         
3339         Check if document supports links iterface.
3340
3341 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3342
3343         * NEWS:
3344         * configure.ac:
3345         
3346         Update for release 0.5.3
3347
3348 2006-05-13  Michael Plump  <plumpy@skylab.org>
3349
3350         * configure.ac:
3351         * shell/Makefile.am:
3352         * shell/main.c: (main):
3353         
3354         Port to GOption command line parsing. Fix for the 
3355         bug #327518
3356
3357 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359         * shell/ev-window.c: (ev_window_cmd_help_about):
3360         
3361         Do not wrap license. Fix for the bug #309460.
3362
3363 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3364
3365         * configure.ac:
3366         * properties/ev-properties-main.c: (ev_properties_get_pages):
3367         * shell/ev-application.c: (ev_application_open_window),
3368         (ev_application_open_uri_at_dest):
3369         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3370         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3371         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3372         * shell/ev-utils.c: (save_print_config_to_file):
3373         * shell/ev-window.c: (ev_window_cmd_save_as),
3374         (ev_attachment_popup_cmd_save_attachment_as):
3375         * shell/main.c: (load_files_remote):
3376         
3377         Bump requirements to gtk 2.8 and drop all ifdefs used.
3378
3379 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3382         * shell/ev-window.c: (ev_window_init):
3383         
3384         Show attachments page.
3385
3386 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * po/POTFILES.in:
3389         * shell/ev-attachment-bar.c:
3390         * shell/ev-attachment-bar.h:
3391         * shell/ev-sidebar-attachments.c:
3392         (ev_sidebar_attachments_icon_cache_add),
3393         (icon_theme_get_pixbuf_from_mime_type),
3394         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3395         (ev_sidebar_attachments_icon_cache_refresh),
3396         (ev_sidebar_attachments_get_attachment_at_pos),
3397         (ev_sidebar_attachments_popup_menu_show),
3398         (ev_sidebar_attachments_popup_menu),
3399         (ev_sidebar_attachments_button_press),
3400         (ev_sidebar_attachments_update_icons),
3401         (ev_sidebar_attachments_drag_data_get),
3402         (ev_sidebar_attachments_get_property),
3403         (ev_sidebar_attachments_destroy),
3404         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3405         (ev_sidebar_attachments_new),
3406         (ev_sidebar_attachments_set_document),
3407         (ev_sidebar_attachments_support_document),
3408         (ev_sidebar_attachments_get_label),
3409         (ev_sidebar_attachments_page_iface_init):
3410         * shell/ev-sidebar-attachments.h:
3411         * shell/ev-window.c: (update_chrome_visibility),
3412         (setup_sidebar_from_metadata), (ev_window_setup_document),
3413         (ev_window_sidebar_current_page_changed_cb),
3414         (attachment_bar_menu_popup_cb), (ev_window_init):
3415         
3416         Move attachments bar to sidebar.
3417
3418 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * pdf/ev-poppler.cc:
3421         * shell/ev-application.[ch]:
3422         * shell/main.c:
3423
3424         Fix some memory leaks.
3425
3426 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3427
3428         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3429
3430         Change the properties dialog response to
3431         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3432         will make the dialog go away when the user presses
3433         enter. With gtk+ >= 2.9 this will happen anyway, but for
3434         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3435         escape by default. Fixes bug #340539. See also bug
3436         #101293 for the gtk+ part.
3437
3438 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3439
3440         * shell/ev-view.c (tip_from_action_named): Replace some strings
3441         that were wrong. Closes #340970.
3442
3443 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3446
3447         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3448         #341049
3449
3450 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3451
3452         * djvu/Makefile.am:
3453         * dvi/Makefile.am:
3454         * dvi/mdvi-lib/Makefile.am:
3455         * properties/Makefile.am:
3456         * ps/Makefile.am:
3457         * shell/Makefile.am:
3458         * thumbnailer/Makefile.am:
3459         
3460         Due to broken libtool that is unable to track dependencies
3461         of noinst libraries we are forced to explicitely point
3462         libraries for binary. Fix for the bug #333334.
3463
3464 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * data/evince.desktop.in.in:
3467         * shell/ev-view.c: (view_update_range_and_current_page),
3468         (ev_view_next_page), (ev_view_previous_page):
3469         * shell/ev-window.c: (update_chrome_visibility),
3470         (setup_sidebar_from_metadata), (ev_window_setup_document),
3471         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3472         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3473         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3474         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3475         (ev_window_stop_presentation), (ev_window_focus_in_event),
3476         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3477         (ev_window_init):
3478         * thumbnailer/Makefile.am:
3479         
3480         Update fullscreen and presentation timeout handling. Hide
3481         cursor in presentation after timeout. Fix for the bugs
3482         #136359 and #336981.
3483
3484 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * backend/ev-link-action.[ch]:
3487         * pdf/ev-poppler.cc: (ev_link_from_action):
3488         * shell/ev-view-private.h:
3489         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3490         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3491
3492         Add support for Named Action links
3493
3494 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * backend/Makefile.am:
3497         * backend/ev-document-links.[ch]:
3498         * backend/ev-document.[ch]:
3499         * backend/ev-link-action.[ch]:
3500         * backend/ev-link-dest.[ch]:
3501         * backend/ev-link.[ch]:
3502         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3503         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3504         * shell/ev-page-action.c: (build_new_tree_cb):
3505         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3506         (links_page_num_func), (update_page_callback):
3507         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3508         (tip_from_link):
3509         * shell/ev-jobs.c:
3510         * shell/ev-window.[ch]: (ev_window_open_uri),
3511         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3512         * shell/ev-application.[ch]: (ev_application_open_window),
3513         (ev_application_open_uri):
3514
3515         Rework links system, it adds support for remote links now and it makes
3516         easier to add new kinds of actions and destinations. Fixes bug #317292
3517
3518 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3519
3520         * data/Makefile.am:
3521         * data/evince.png:
3522         * data/evince-16.png:
3523         * data/evince-22.png:
3524         * data/evince.svg:
3525         * shell/main.c: (main):
3526         
3527         Evince use it's own icon. Fix for the bug #313392.
3528
3529         * shell/ev-window.c: (fullscreen_timeout_cb),
3530         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3531         (ev_window_cmd_help_about), (ev_window_dispose):
3532         
3533         Simplify fullscreen timeout code.
3534
3535 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * backend/ev-attachment.c: 
3538         * shell/ev-attachment-bar.c:
3539         * shell/ev-window.c:
3540
3541         Allow multiple selection of attachments
3542
3543 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * shell/ev-view.c: (view_update_range_and_current_page),
3546         (ev_view_scroll):
3547         
3548         Fix for the bug #312573 – Optimal selection of current 
3549         page among visible pages.
3550
3551 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3552
3553         * configure.ac:
3554         * djvu/Makefile.am:
3555         * djvu/djvu-text.h:
3556         
3557         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3558         for the bug 339868.
3559
3560 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3561
3562         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3563
3564 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3565
3566         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3567         dictated by the GNOME HIG. Fixes bug #339235.
3568
3569 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3570
3571         * data/evince-ui.xml:
3572         * shell/ev-view.c: (ev_view_can_find_previous):
3573         * shell/ev-view.h:
3574         * shell/ev-window.c: (ev_window_update_actions),
3575         (ev_window_cmd_edit_find_previous):
3576
3577         Add support for "Find Previous" as dictated by the GNOME HIG. A
3578         menu item is added and some glue code to make it all work is added
3579         to various files.
3580
3581 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3582
3583         * configure.ac: Award myself the "useless use of cat" award.
3584
3585 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3586
3587         * po/LINGUAS: New file listing all supported languages.
3588
3589         * configure.in: Use po/LINGUAS instead of including all languages
3590         directly in this file. See the wiki for more information:
3591         http://live.gnome.org/GnomeGoals/PoLinguas
3592
3593 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * backend/ev-document-factory.c:
3596
3597         Do not load the document twice when there isn't errors
3598
3599 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * backend/ev-attachment.c: 
3602
3603         Fix a crash when there isn't a default application to open an
3604         attachment
3605
3606 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * backend/ev-attachment.[ch]:
3609         * shell/ev-attachment-bar.[ch]:
3610
3611         Added missing files. 
3612
3613 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3614
3615         * backend/Makefile.am:
3616         * data/evince-ui.xml:
3617         * backend/ev-attachment.[ch]:
3618         * backend/ev-document.[ch]: (ev_document_has_attachments),
3619         (ev_document_get_attachments):
3620         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3621         (attachment_save_to_buffer), (pdf_document_get_attachments),
3622         (pdf_document_document_iface_init):
3623         * shell/Makefile.am:
3624         * shell/ev-attachment-bar.[ch]:
3625         * shell/ev-window.c:
3626
3627         Add support for PDF attachments. Fixes bug #325143
3628
3629 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3630
3631         * backend/ev-document-factory.c: (get_document_from_uri),
3632         (ev_document_factory_get_document):
3633         * backend/ev-document-factory.h:
3634         * properties/ev-properties-main.c: (ev_properties_get_pages):
3635         * shell/Makefile.am:
3636         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3637         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3638         (ev_job_queue_remove_job):
3639         * shell/ev-job-queue.h:
3640         * shell/ev-job-xfer.c:
3641         * shell/ev-job-xfer.h:
3642         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3643         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3644         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3645         (ev_job_xfer_run):
3646         * shell/ev-jobs.h:
3647         * shell/ev-window.c: (ev_window_is_empty),
3648         (password_dialog_response), (ev_window_clear_xfer_job),
3649         (ev_window_xfer_job_cb), (ev_window_open_uri),
3650         (ev_window_cmd_focus_page_selector),
3651         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3652         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3653         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3654         (ev_window_dispose):
3655         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3656         
3657         * Cleanup mime type detection on document load. Fix for the
3658         bug #336448.
3659
3660 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3661
3662         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3663         
3664         Fix crash on exit, described in the bug #336825.
3665
3666 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3667
3668         * backend/ev-document-factory.c:
3669         (ev_document_factory_get_from_mime),
3670         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3671         (ev_document_factory_get_document),
3672         (file_filter_add_mime_list_and_free),
3673         (ev_document_factory_add_filters):
3674         * backend/ev-document-factory.h:
3675         * properties/ev-properties-main.c: (ev_properties_get_pages):
3676         * shell/Makefile.am:
3677         * shell/ev-application.c:
3678         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3679         * shell/ev-window.c: (ev_window_cmd_file_open),
3680         (ev_window_cmd_save_as):
3681         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3682         
3683         Rework factory functions so they are placed now in a single 
3684         file ev-document-factory.c
3685
3686 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3687
3688         * shell/ev-window.c: (update_chrome_visibility):
3689         
3690         Fix for the bug 166566 - don't show menubar in fullscreen
3691         mode.
3692
3693 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3694
3695         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3696
3697 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3698
3699         * shell/ev-view.c: (ev_view_expose_event):
3700         
3701         More correctly draw loading text when document
3702         is empty.
3703
3704 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * shell/ev-view.c: (ev_view_scroll):
3707         
3708         Fix for the bug #334854, page down and page up switch
3709         pages in presentation mode.
3710
3711 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * shell/ev-window.c: (ev_window_set_action_sensitive),
3714         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3715         (ev_window_set_view_accels_sensitivity),
3716         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3717         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3718         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3719         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3720         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3721         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3722         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3723         (view_actions_focus_in_cb), (ev_window_init):
3724         
3725         Fix for the bug #333902, now it's possible to search
3726         words with slash.
3727
3728 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3729
3730         * configure.ac: Added Breton translation.
3731         * po/br.po: Added Breton translation.
3732
3733 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * shell/ev-window-title (ev_window_title_update):
3736
3737         Fix memory leak in window title. Fixes bug #333944
3738
3739 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-metadata-manager.c (parseItem):
3742
3743         Fix memory leaks. Fixes bug #333945
3744
3745 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3746         
3747         * NEWS, configure.ac, TODO:
3748         
3749         Update for release 0.5.2.
3750
3751 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3752
3753         * shell/ev-view.c: (view_update_range_and_current_page),
3754         (page_changed_cb):
3755         
3756         Don't jump on scrolling, fix for the bug #333127.
3757
3758 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3761         
3762         Scroll by one page in presentation mode. Fix for the bug
3763         #332993.
3764
3765 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3766
3767         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3768
3769 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3770
3771         * configure.ac  Added lv in ALL_LINGUAS line.
3772
3773 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3774         
3775         * NEWS, configure.ac:
3776         
3777         Update for release 0.5.1
3778
3779 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3780
3781         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3782         * backend/ev-document-misc.h:
3783         * shell/ev-view.c: (draw_one_page):
3784         
3785          Clairfy what page the toolbar page number applies to. Fix
3786          for the bug #328102.
3787
3788 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3789
3790         * shell/ev-view-private.h:
3791         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3792         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3793         (ev_view_search_changed):
3794         * shell/ev-view.h:
3795         * shell/ev-window.c: (find_bar_search_changed_cb):
3796         
3797         Dont't jump to find result if window was scrolled during search.
3798         Fix for the bug #313266.
3799
3800 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3801
3802         * shell/eggfindbar.c: (egg_find_bar_class_init):
3803         * shell/eggfindbar.h:
3804         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3805         * shell/ev-view-private.h:
3806         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3807         (ev_view_class_init), (ev_sizing_mode_get_type),
3808         (ev_scroll_type_get_type):
3809         * shell/ev-view.h:
3810         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3811         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3812         (ev_window_init):
3813         
3814         Fix for the bug 319133 - Find entry should allow text scroll.
3815
3816 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3817
3818         * shell/ev-view-private.h:
3819         * shell/ev-view.c: (view_update_range_and_current_page),
3820         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3821         (ev_view_set_document), (update_find_status_message),
3822         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3823         (ev_view_find_previous):
3824         
3825         Fix for the bug #319137. Search now takes account for scrolling.
3826
3827 2006-02-19  Michael Hofmann <mh21@piware.de>
3828
3829         * configure.ac:
3830         * djvu/Makefile.am:
3831         * djvu/djvu-document-private.h:
3832         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3833         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3834         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3835         (djvu_document_can_get_text), (djvu_document_get_text),
3836         (djvu_document_document_iface_init),
3837         (djvu_document_thumbnails_get_thumbnail),
3838         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3839         (djvu_document_find_get_result),
3840         (djvu_document_find_page_has_results),
3841         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3842         (djvu_document_find_iface_init):
3843         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3844         (djvu_text_page_selection), (djvu_text_page_limits_process),
3845         (djvu_text_page_limits), (djvu_text_page_copy),
3846         (djvu_text_page_position), (djvu_text_page_union),
3847         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3848         (djvu_text_page_box), (djvu_text_page_append_text),
3849         (djvu_text_page_search), (djvu_text_page_prepare_search),
3850         (djvu_text_page_new), (djvu_text_page_free):
3851         * djvu/djvu-text-page.h:
3852         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3853         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3854         (djvu_text_n_results), (djvu_text_has_results),
3855         (djvu_text_get_result), (djvu_text_get_progress):
3856         * djvu/djvu-text.h:
3857         
3858         Text search in djvu. Fix for the bug #303415.
3859
3860 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * configure.ac:
3863         * shell/ev-window.c: (ev_window_cmd_save_as):
3864         
3865         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3866         Thanks to Gary Coady <gary@lyranthe.org>
3867
3868 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3869
3870         * shell/ev-print-job.c: (idle_print_handler):
3871         
3872         Inverse order printing, bug #320919.
3873
3874 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3875
3876         * data/evince-toolbar.xml:
3877         * shell/ev-window.c:
3878         
3879         Allow to add sidebar checkbutton on toolbar. Fix
3880         for the bug #144577.
3881
3882 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3883
3884         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3885         
3886         Add checks that have sense for empty ps document.
3887
3888 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3889
3890         * configure.ac: Include PS in mime types list. 
3891
3892 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3896         * ps/gsdefaults.h:
3897         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3898         
3899         Runtime check for gs interpreter. Fix for the bug #320868.
3900         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3901
3902 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * shell/ev-application.c: 
3905
3906         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3907         dbus>=0.60, so that the request is not queued. 
3908
3909 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * configure.ac:
3912         * shell/Makefile.am:
3913         * shell/ev-sidebar-links.c: (print_section_cb):
3914         * shell/ev-utils.c:
3915         * shell/ev-utils.h:
3916         * shell/ev-window.c: (update_action_sensitivity),
3917         (ev_window_close_dialogs), (ev_window_print):
3918         * shell/ev-window.h:
3919         
3920         Make printing support optional. Patch from Eduardo de Barros Lima
3921         <eduardo.lima@indt.org.br> for the bug #330546.
3922
3923 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * shell/ev-view-private.h:
3926         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3927         (ev_view_set_document):
3928         * shell/ev-view.h:
3929         * shell/ev-window.c: (ev_window_load_job_cb),
3930         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3931         (ev_window_init):
3932
3933         Draw Loading message during xfer job. Fix for the bug #329495.
3934
3935 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3936
3937         * comics/comics-document.c: (comics_regex_quote),
3938         (comics_document_load), (extract_argv):
3939         
3940         Correcly quote regexp before passing it to unzip.
3941
3942 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * shell/ev-page-cache.c: (build_height_to_page),
3945         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3946         (ev_page_cache_get_dual_even_left):
3947         * shell/ev-page-cache.h:
3948         * shell/ev-view.c: (view_update_range_and_current_page),
3949         (get_page_y_offset), (get_page_extents):
3950         
3951         Place even pages to the left if document has less then
3952         two pages. Fix for the bug #328856.
3953
3954 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3955
3956         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3957         
3958         Correct comics scheme. This make evince create thumbnails
3959         for comic books. Fix for the bug 329088.
3960
3961 2006-01-31  Christopher Aillon  <caillon@redhat.com>
3962
3963         * data/evince-password.glade: Don't explicitly set
3964         invisible_char to the current default value in case
3965         the default changes; let GTK+ do its magic.
3966
3967 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
3970         real filename to tmp filename since often document
3971         type is determined by extension.
3972
3973 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3974
3975         * shell/ev-view.c: (add_scroll_binding_keypad),
3976         (ev_view_binding_activated), (ev_view_class_init):
3977         
3978         Add keybindings for percision-scrolling of display area. 
3979         Fix for the bug #314072.
3980
3981 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * data/evince.desktop.in.in:
3984         
3985         Add GTK to the list of categories. Fix for the bug #328034.
3986
3987 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3988
3989         * shell/ev-application.c: (ev_application_shutdown),
3990         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
3991         * shell/ev-application.h:
3992         * shell/ev-window.c: (file_open_dialog_response_cb),
3993         (ev_window_cmd_file_open):
3994         
3995         Save last uri in file chooser dialog. Fix for the bug #327950.
3996
3997 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * NEWS:
4000         * README:
4001         
4002         Final update for release 0.5.0
4003         
4004         * shell/Makefile.am:
4005         
4006         Remove disable deprecated until we'll require libgnome-2.13.7
4007         and port to GOption argument parsing. See bug 327518.
4008
4009 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4010
4011         * comics/comics-document.c: (comics_document_save):
4012         * djvu/djvu-document.c: (djvu_document_save):
4013         * dvi/dvi-document.c: (dvi_document_save):
4014         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4015         * lib/ev-file-helpers.h:
4016         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4017         * tiff/tiff-document.c: (tiff_document_save):
4018         
4019         Use common save function for backends.
4020
4021 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4022
4023         * backend/ev-document-types.c:
4024         
4025         Fix crash on saving pixbuf.
4026
4027 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * cut-n-paste/recent-files/egg-recent-item.c:
4030         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4031         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4032         (parse_info_free), (valid_element), (start_element_handler),
4033         (end_element_handler), (text_handler), (egg_recent_model_filter),
4034         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4035         (egg_recent_model_monitor), (egg_recent_model_read),
4036         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4037         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4038         (egg_recent_model_set_property), (egg_recent_model_class_init),
4039         (egg_recent_model_init), (egg_recent_model_add_full),
4040         (egg_recent_model_delete), (egg_recent_model_get_list),
4041         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4042         (egg_recent_model_set_filter_mime_types),
4043         (egg_recent_model_clear_group_filter),
4044         (egg_recent_model_set_filter_groups),
4045         (egg_recent_model_clear_scheme_filter),
4046         (egg_recent_model_set_filter_uri_schemes),
4047         (egg_recent_model_remove_expired):
4048         * cut-n-paste/recent-files/egg-recent-util.c:
4049         (egg_recent_util_get_icon):
4050         * cut-n-paste/recent-files/egg-recent-util.h:
4051         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4052         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4053         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4054         (egg_recent_view_uimanager_set_property),
4055         (egg_recent_view_uimanager_get_property),
4056         (egg_recent_view_uimanager_class_init),
4057         (egg_recent_view_uimanager_init),
4058         (egg_recent_view_uimanager_set_label_width),
4059         (egg_recent_view_uimanager_get_label_width):
4060         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4061         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4062         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4063         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4064         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4065         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4066         
4067         Update from libegg.
4068
4069 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4070
4071         * shell/ev-page-cache.c: (build_height_to_page),
4072         (ev_page_cache_get_height_to_page):
4073         * shell/ev-page-cache.h:
4074         * shell/ev-view.c: (view_update_range_and_current_page),
4075         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4076         (ev_view_previous_page):
4077         
4078         Dual mode places even pages to the left. Fix for the bug #309393.
4079
4080         * shell/ev-view.h:
4081         * shell/ev-window.c: (update_action_sensitivity),
4082         (setup_view_from_metadata), (view_menu_popup_cb):
4083         
4084         Don't restore presentation in empty windows, more intelligent
4085         next page behaviour in dual mode.
4086
4087         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4088         (ev_pixbuf_cache_clear_job_sizes):
4089         
4090         Cleanup job callback on removal. Fix for the bug #325886.
4091
4092 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * ps/ps.c: (psscan):
4095         
4096         Commit workaround Mozilla problem. Fix for the bug #325919
4097         
4098         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4099         (save_item):
4100         
4101         Fix for year 2038 problem.
4102
4103 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4104
4105         * shell/ev-window.c: (setup_document_from_metadata),
4106         (ev_window_cmd_view_reload):
4107
4108         Clamp page recieved from metadata in valid values. Fix
4109         for the bug #325986.
4110
4111 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4112
4113         * MAINTAINERS: 
4114         Add MAINTAINERS as requested on desktop-devel-list.
4115
4116 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4117
4118         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4119         (mime_type_supported_by_gdk_pixbuf),
4120         (ev_document_factory_get_mime_types),
4121         (ev_document_factory_get_all_mime_types):
4122         
4123         Don't add pixbuf mime types if pixbuf backend is disabled.
4124         
4125         * shell/ev-application.c: (ev_application_get_uri_window):
4126         
4127         Fix for the bug 325815 - unhandled MIME type message doesn't 
4128         appear a second time. 
4129         
4130         * shell/ev-document-types.c: (ev_document_types_add_filters):
4131         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4132         (password_dialog_response), (ev_window_popup_password_dialog),
4133         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4134         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4135         (ev_window_run_presentation), (ev_window_stop_presentation),
4136         (save_sizing_mode), (ev_window_zoom_changed_cb),
4137         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4138         (ev_window_dual_mode_changed_cb),
4139         (ev_window_sidebar_current_page_changed_cb),
4140         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4141         (window_state_event_cb), (window_configure_event_cb):
4142         
4143         Cleanup additional uris holded by EvWindow.
4144
4145 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4148         (ev_view_can_previous_page), (ev_view_can_next_page):
4149         * shell/ev-view.h:
4150         * shell/ev-window.c: (update_action_sensitivity):
4151         
4152         Two page scrolling with Space and PageUp in dual mode. Second fix 
4153         for the bug #316608.
4154
4155 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4156
4157         * shell/ev-view.c: (scroll_to_current_page):
4158         
4159         Correctly clamp adjustment value. Fix for the bug
4160         #325808.
4161
4162 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * shell/ev-sidebar-links.c: (print_section_cb):
4165         * shell/ev-window.c: (ev_window_get_uri),
4166         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4167         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4168         (ev_window_dispose):
4169         
4170         Make print dialog non-modal. Fix for the bug #325622.
4171
4172 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * shell/ev-metadata-manager.c:
4175         * shell/ev-utils.c: (using_pdf_printer),
4176         (using_postscript_printer), (load_print_config_from_file),
4177         (save_print_config_to_file):
4178         * shell/ev-utils.h:
4179         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4180         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4181         (setup_view_from_metadata), (ev_window_setup_document),
4182         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4183         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4184         (ev_window_run_presentation), (ev_window_stop_presentation),
4185         (save_sizing_mode), (ev_window_zoom_changed_cb),
4186         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4187         (ev_window_dual_mode_changed_cb),
4188         (ev_window_sidebar_current_page_changed_cb),
4189         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4190         (window_state_event_cb), (window_configure_event_cb),
4191         (ev_window_init):
4192         
4193         Setting saving behaviour fixes.
4194
4195 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * configure.ac:
4198         
4199         Make antialiasing gs options better and allow
4200         to change them during configure. Fix for the 
4201         bug #319049.
4202
4203 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * shell/ev-window.c: (setup_view_from_metadata):
4206         
4207         Remember if last window was maximized. Fix for the
4208         bug #323797.
4209
4210 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4211
4212         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4213
4214 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4217         * shell/ev-page-action.c: (build_new_tree_cb):
4218         * shell/ev-sidebar-links.c: (links_page_num_func),
4219         (update_page_callback_foreach), (update_page_callback):
4220         * shell/ev-view.c: (scroll_to_current_page):
4221         
4222         Fix for the bug #325067 with more intelligent selection
4223         of current link in sidebar. Make sidebar handle links
4224         of FITR-like type more correctly.
4225
4226         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4227         (dvi_pixbuf_put_pixel):
4228         
4229         Fix memory consumtion with disabled alpha channel.
4230
4231 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4232
4233         * data/evince-ui.xml:
4234         * shell/ev-window.c: (view_menu_popup_cb),
4235         (ev_popup_cmd_open_link), (ev_window_init):
4236         
4237         Update context menu for internal links. Fix for the bug
4238         #325066.
4239
4240 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4243         
4244         Bind context menu to keyboard also. Fix for the bug
4245         #325065.
4246
4247 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-view.c: (selection_scroll_timeout_cb):
4250         
4251         Horizontal scroll on selection also.
4252
4253 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * shell/ev-metadata-manager.c: (parse_value):
4256         * shell/ev-view.c: (goto_xyz_link):
4257         
4258         Correct zoom setup and metadata save broken in 
4259         some locales.
4260
4261 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * shell/ev-view-private.h:
4264         * shell/ev-view.c: (scroll_to_current_page),
4265         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4266         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4267         (page_changed_cb), (ev_view_set_continuous),
4268         (ev_view_set_dual_page), (ev_view_set_presentation):
4269         
4270         Delay scroll until allocation to correctly position page. Fix
4271         for the bug #317334.
4272
4273 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4274
4275         * NEWS:
4276         * configure.ac:
4277         
4278         Update NEWS and require poppler 0.5.0.
4279
4280 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4281         
4282         * data/evince-ui.xml:
4283         * shell/ev-view-private.h:
4284         * shell/ev-view.c: (ev_view_get_link_at_location),
4285         (handle_link_over_xy), (ev_view_button_press_event),
4286         (ev_view_button_release_event), (ev_view_class_init):
4287         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4288         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4289         (ev_window_init):
4290         
4291         Implement right-click context menu.
4292
4293 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4294
4295         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4296         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4297         (mdvi_pixbuf_device_render):
4298         * pdf/ev-poppler.cc:
4299
4300         Don't generate thumbnails with alpha. See bug #324077.
4301         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4302
4303 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * shell/ev-window.c: (setup_chrome_from_metadata):
4306         
4307         Fix typo that was hiding toolbar.
4308
4309 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4310
4311         * shell/ev-view-private.h:
4312         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4313         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4314         (ev_view_button_release_event), (ev_view_destroy):
4315         
4316         Small cleanup and autoscrolling during selection. Thanks to 
4317         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4318
4319 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4320
4321         * configure.ac:
4322         
4323         Correctly check for comics option.
4324
4325 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4326         * Makefile.am:
4327         * configure.ac:
4328         * backend/Makefile.am:
4329         * backend/ev-document-factory.c:
4330         * shell/ev-document-types.c:
4331
4332         Included option in configure to make ps backend 
4333         compilation optional with --disable-ps.
4334
4335 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * backend/ev-document-factory.c:
4338         * comics/Makefile.am:
4339         * comics/comics-document.c: (comics_document_load):
4340         * comics/ev-cbr-mime.xml:
4341         * configure.ac:
4342         
4343         Comics mime types are added to shared-mime-info CVS. Now
4344         we don't need to install our own mime types.
4345
4346 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * shell/ev-window.c:
4349         
4350         Add shortcut for "save a copy" menu entry. Fix for
4351         the bug #324582.
4352
4353 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4356         (job_finished_cb), (new_selection_pixbuf_needed),
4357         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4358         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4359         
4360         Rework selection job info logic and fix critical warning.
4361
4362 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4363
4364         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4365
4366 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4367
4368         * data/evince-ui.xml:
4369         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4370         
4371         Enter as shortcut key for next page. Fix for the bug
4372         #321394.
4373
4374 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4375
4376         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4377
4378 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4381         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4382         (new_selection_pixbuf_needed),
4383         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4384         (clear_job_selection):
4385         
4386         Too early for 0.5. Pixbuf cache code cleaned a bit.
4387
4388 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * NEWS:
4391         * configure.ac:
4392         
4393         Release 0.5.0 preparation
4394
4395 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * comics/Makefile.am:
4398         * configure.ac:
4399         * shell/ev-document-types.c: (ev_document_types_add_filters):
4400         
4401         More advanced handling of custom mime type installation.
4402
4403 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * data/evince.schemas.in:
4406         * shell/ev-metadata-manager.c: (value_free),
4407         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4408         (ev_metadata_manager_get), (ev_metadata_manager_set):
4409         * shell/ev-metadata-manager.h:
4410         * shell/ev-window.c: (update_chrome_flag),
4411         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4412         (setup_document_from_metadata), (setup_chrome_from_metadata),
4413         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4414         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4415         (ev_window_view_toolbar_cb),
4416         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4417         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4418         
4419         Save last document settings and reuse them for new documents.
4420
4421 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4422
4423         * Makefile.am:
4424         * backend/Makefile.am:
4425         * backend/ev-document-factory.c:
4426         * backend/ev-document-factory.h:
4427         * comics/Makefile.am:
4428         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4429         (comics_document_load), (comics_document_save),
4430         (comics_document_get_n_pages), (comics_document_get_page_size),
4431         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4432         (comics_document_class_init), (comics_document_can_get_text),
4433         (comics_document_get_info), (comics_document_document_iface_init),
4434         (comics_document_init), (get_supported_image_extensions),
4435         (comics_document_thumbnails_get_geometry),
4436         (comics_document_thumbnails_get_thumbnail),
4437         (comics_document_thumbnails_get_dimensions),
4438         (comics_document_document_thumbnails_iface_init), (extract_argv):
4439         * comics/comics-document.h:
4440         * comics/ev-cbr-mime.xml:
4441         * configure.ac:
4442         * po/POTFILES.in:
4443         * shell/ev-application.c: (ev_application_register_service):
4444         * shell/ev-document-types.c: (ev_document_types_add_filters):
4445         * thumbnailer/Makefile.am:
4446         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4447         
4448         New CBR/CBZ backend for comic books.
4449
4450 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * shell/main.c: (load_files_remote):
4453
4454         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4455         warning on startup of second instance is fixed. It
4456         is bug #320353.
4457
4458 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * shell/ev-window.c: (ev_window_finalize):
4461         
4462         Fix double free that cause crash.
4463
4464 2005-10-29  Bastien Nocera <hadess@hadess.net>
4465
4466         * tiff/tiff-document.c: (tiff_document_load):
4467         
4468         Fix memory leak.
4469
4470 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * po/POTFILES.in:
4473         * shell/Makefile.am:
4474         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4475         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4476         (ev_view_accessible_get_text),
4477         (ev_view_accessible_get_character_at_offset),
4478         (ev_view_accessible_get_text_before_offset),
4479         (ev_view_accessible_get_text_at_offset),
4480         (ev_view_accessible_get_text_after_offset),
4481         (ev_view_accessible_get_character_count),
4482         (ev_view_accessible_get_caret_offset),
4483         (ev_view_accessible_set_caret_offset),
4484         (ev_view_accessible_get_run_attributes),
4485         (ev_view_accessible_get_default_attributes),
4486         (ev_view_accessible_get_character_extents),
4487         (ev_view_accessible_get_offset_at_point),
4488         (ev_view_accessible_get_n_selections),
4489         (ev_view_accessible_get_selection),
4490         (ev_view_accessible_add_selection),
4491         (ev_view_accessible_remove_selection),
4492         (ev_view_accessible_set_selection),
4493         (ev_view_accessible_text_iface_init),
4494         (ev_view_accessible_idle_do_action),
4495         (ev_view_accessible_action_do_action),
4496         (ev_view_accessible_action_get_n_actions),
4497         (ev_view_accessible_action_get_description),
4498         (ev_view_accessible_action_get_name),
4499         (ev_view_accessible_action_set_description),
4500         (ev_view_accessible_action_iface_init),
4501         (ev_view_accessible_get_type), (ev_view_accessible_new),
4502         (ev_view_accessible_factory_get_accessible_type),
4503         (ev_view_accessible_factory_create_accessible),
4504         (ev_view_accessible_factory_class_init),
4505         (ev_view_accessible_factory_get_type):
4506         * shell/ev-view-accessible.h:
4507         * shell/ev-view-private.h:
4508         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4509         * shell/ev-view.h:
4510         
4511         Initial accessibility support.
4512
4513 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4514
4515         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4516
4517 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4518
4519         * shell/ev-print-job.c: (idle_print_handler):
4520         
4521         Fix for bug Bug 318916: Printing multiple pages.
4522
4523 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4524
4525         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4526
4527 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * pdf/ev-poppler.cc:
4530         
4531         Thumnail dimensions unified with other backends.
4532         
4533         * shell/ev-window-title.c: (ev_window_title_update):
4534         
4535         Fix warning.
4536
4537 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * data/ev-stock-zoom-fit-width.png:
4540         
4541         Remove unused file.
4542
4543 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * configure.ac:
4546         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4547         (djvu_document_finalize):
4548         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4549         (dvi_document_finalize):
4550         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4551         (pixbuf_document_save), (pixbuf_document_finalize):
4552         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4553         (tiff_document_finalize):
4554         
4555         Save a copy implemented for various backends.
4556
4557 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4558
4559         * configure.ac:
4560         
4561         Don't link with ltiff if tiff is disabled.
4562
4563 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * pdf/GDKSplashOutputDev.cc:
4566         * pdf/GDKSplashOutputDev.h:
4567         * pdf/Thumb.cc:
4568         * pdf/Thumb.h:
4569         * pdf/pdf-document.cc:
4570         * pdf/pdf-document.h:
4571         * pdf/test-gdk-output-dev.cc:
4572         
4573         Remove old unused files.
4574
4575 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * shell/ev-window.c: (ev_window_setup_document):
4578         
4579         Fixed warnings on reload and probably crash reason.
4580
4581 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * properties/ev-properties-view.c:
4584         (ev_properties_view_format_date):
4585         
4586         Check if date is invalid. Fix for bug 318134.
4587
4588 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4589
4590         * shell/ev-window-title.c:
4591         
4592         Add .indd files (Adobe Indesign) to the list of "bad
4593         extensions".
4594
4595 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * data/evince-ui.xml:
4598         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4599         
4600         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4601
4602 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4603
4604         * shell/ev-window.c: (launch_link), (launch_external_uri),
4605         (view_external_link_cb):
4606
4607         URL-escape link before passing it to gnome_vfs_url_show.
4608
4609 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4612         there isn't text selected.
4613
4614 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4615
4616         * shell/ev-view.c: (handle_link_over_xy):
4617
4618         Check tooltip is valid utf8 before showing it
4619
4620 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4623
4624 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4625
4626         * shell/ev-window-title.c: (ev_window_title_update):
4627
4628         Guard against using g_strstrip on NULL. Fixes bug #317291.
4629
4630 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4631
4632         * pdf/ev-poppler.cc:
4633
4634         Show title even for unknown links
4635
4636 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4637
4638         * shell/ev-window-title.c: (ev_window_title_update):
4639
4640         Strip the title string
4641
4642 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4643
4644         * shell/ev-window-title.c:
4645
4646         Add .rtf to the bad extensions list
4647
4648 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4649
4650         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4651         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4652
4653         Ignore link coordinates if they are outside page bounds
4654
4655 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4656
4657         * backend/ev-link.c: (ev_link_type_get_type),
4658         (ev_link_get_filename), (ev_link_get_params),
4659         (ev_link_get_property), (ev_link_set_property),
4660         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4661         * backend/ev-link.h:
4662         * pdf/ev-poppler.cc:
4663         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4664         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4665         (ev_window_init):
4666
4667         Implement launch links. Delegate external link opening to
4668         the window.
4669
4670 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4671
4672         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4673         (ev_link_get_right), (ev_link_get_property),
4674         (ev_link_set_property), (ev_link_class_init),
4675         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4676         * backend/ev-link.h:
4677         * pdf/ev-poppler.cc:
4678         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4679
4680         Implement fitr links
4681
4682 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4683
4684         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4685         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4686         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4687         (ev_view_size_request_continuous),
4688         (ev_view_size_request_dual_page),
4689         (ev_view_size_request_single_page), (ev_view_size_allocate),
4690         (ev_view_zoom_for_size_continuous_and_dual_page),
4691         (ev_view_zoom_for_size_continuous),
4692         (ev_view_zoom_for_size_dual_page),
4693         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4694         (ev_sizing_mode_get_type):
4695         * shell/ev-view.h:
4696         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4697
4698         Do not use modes for link, we need to calculate size ad hoc.
4699         Still not perfect because of the usual scrollbar issues grrr.
4700
4701 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4702
4703         * backend/ev-link.c: (ev_link_type_get_type),
4704         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4705         * backend/ev-link.h:
4706         * pdf/ev-poppler.cc:
4707         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4708         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4709         (ev_view_size_request_continuous),
4710         (ev_view_size_request_dual_page),
4711         (ev_view_size_request_single_page), (ev_view_size_allocate),
4712         (zoom_for_size_fit_height),
4713         (ev_view_zoom_for_size_continuous_and_dual_page),
4714         (ev_view_zoom_for_size_continuous),
4715         (ev_view_zoom_for_size_dual_page),
4716         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4717         (ev_sizing_mode_get_type):
4718         * shell/ev-view.h:
4719         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4720
4721         Implement FIT_HEIGHT mode (only for links).
4722         Implement FITH links
4723
4724 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4725
4726         * shell/ev-window-title.c: (get_filename_from_uri),
4727         (ev_window_title_sanitize_extension), (ev_window_title_update),
4728         (ev_window_title_set_document), (ev_window_title_set_uri),
4729         (ev_window_title_free):
4730         * shell/ev-window-title.h:
4731         * shell/ev-window.c: (ev_window_setup_document),
4732         (ev_window_popup_password_dialog):
4733
4734         Refactor window title building while fixing it for
4735         password documents.
4736
4737 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4738
4739         * pdf/ev-poppler.cc:
4740
4741         Escape link title before setting it in the model
4742
4743 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4744
4745         * shell/ev-application.c: (removed_from_session), (save_session),
4746         (init_session), (ev_application_get_empty_window),
4747         (ev_application_init), (ev_application_get_windows):
4748         * shell/ev-application.h:
4749         * shell/ev-window.c: (ev_window_finalize):
4750
4751         Add a function to retrieve window list and share it where
4752         necessary.
4753         Implement session handling, works pretty well thanks to the
4754         metadata system.
4755
4756 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * shell/ev-password.c: (ev_password_item_created_callback),
4759         (ev_password_dialog_save_password):
4760         
4761         Fix for bug 316972. Use async gnome-keyring API.
4762
4763 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4764
4765         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4766         Remove unused unrealize handler. Add scroll handling to
4767         ev_view_scroll_event for presentation mode (bug #316708),
4768         and fix the event state checks there.
4769
4770 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4771
4772         * shell/ev-page-action.c: (page_changed_cb):
4773
4774         "marco, maybe we should be crazy and jump right to 6! :)"
4775
4776         Bryan Clark, Sep 2005
4777
4778 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4779
4780         * ps/ps-document.c: (save_document), (ps_document_save),
4781         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4782         (ps_document_ps_export_end):
4783
4784         Fix unstructured documents save and print
4785
4786 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4787
4788         * shell/ev-application.c: (ev_application_open_uri):
4789
4790         Fix window size persistance
4791
4792 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4793
4794         * shell/ev-view.c: (ev_view_button_release_event):
4795
4796         Based on a patch from carlosgc@gnome.org. Mouse buttons
4797         switch pages in presentation mode.
4798
4799 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4800
4801         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4802
4803         Dont cast to int before scaling
4804
4805 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4806
4807         * backend/ev-link.c: (ev_link_type_get_type),
4808         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4809         (ev_link_new_page_fith):
4810         * backend/ev-link.h:
4811         * pdf/ev-poppler.cc:
4812         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4813
4814         Implement FIT and FITH links
4815
4816 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4817
4818         * pdf/ev-poppler.cc:
4819
4820         Return 0 results when search is not in progress.
4821
4822         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4823         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4824
4825         Update menu sensitivity when cancelling search
4826
4827 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4828
4829         * shell/ev-view.c: (ev_view_can_find_next):
4830
4831         Take all pages in consideration, not just current one
4832
4833 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4834
4835         * shell/ev-page-cache.c:
4836         * shell/ev-page-cache.h:
4837         * shell/ev-view.c: (ev_view_binding_activated),
4838         (ev_view_next_page), (ev_view_previous_page),
4839         (ev_sizing_mode_get_type):
4840         * shell/ev-view.h:
4841         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4842         (ev_window_cmd_go_next_page):
4843
4844         Move page next/previous functions from page chace to
4845         view and change it to move by 2 page steps in dual mode.
4846
4847 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4848
4849         * shell/ev-window.c: (update_sidebar_visibility),
4850         (setup_sidebar_from_metadata), (ev_window_setup_document),
4851         (setup_view_from_metadata):
4852
4853         Show the index by default when there is one     
4854
4855 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4856
4857         * shell/ev-window-title.c: (ev_window_title_set_document):
4858
4859         Missing null check
4860
4861 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * shell/ev-view.c: (view_update_range_and_current_page):
4864         
4865         Allow display of last odd page in dual view. Fix for 316347.
4866
4867 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4868
4869         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4870         
4871         Make close button default. Fix for 316383.
4872
4873 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4876         
4877         Mark close button as default. Fix for 316381.
4878
4879 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4880
4881         * backend/ev-link.c: (ev_link_class_init):
4882
4883         Allow negative doubles in left/top properties
4884
4885 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4886
4887         * shell/ev-window.c:
4888
4889         Remove a bunch of strings that was used only
4890         by the statusbar.
4891
4892 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4893
4894         * shell/ev-window-title.c: (get_filename_from_uri),
4895         (ev_window_title_set_document):
4896
4897         When title has a confusing extension, show also
4898         the document filename inside ()
4899
4900 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4901
4902         * shell/Makefile.am:
4903         * shell/ev-window-title.c: (ev_window_title_new),
4904         (ev_window_title_update), (ev_window_title_set_type),
4905         (ev_window_title_set_document), (ev_window_title_free):
4906         * shell/ev-window-title.h:
4907         * shell/ev-window.c: (ev_window_setup_document),
4908         (password_dialog_response), (ev_window_popup_password_dialog),
4909         (ev_window_dispose), (ev_window_init):
4910
4911         Factor out and cleanup window title code
4912
4913 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4914
4915         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4916         (unable_to_load):
4917
4918         Make dialog transient so it doesnt block other windows
4919
4920 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * pdf/ev-poppler.cc:
4923         
4924         Fix pdf thumbnails rendering.
4925
4926 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4927
4928         * shell/ev-window.c: (fullscreen_set_timeout):
4929         
4930         Increase timeout to hide full screen popup. Bug 
4931         316123. 
4932
4933 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4934
4935         * data/evince.schemas.in:
4936         * shell/ev-window.c: (update_action_sensitivity):
4937
4938         Allow the user to override document restrictions. Fix for bug
4939         305818.
4940
4941 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4942
4943         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4944         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4945         (ev_window_class_init): Fix multihead behaviour of fullscreen
4946         toolbar popup. Fixes bug #315451.
4947
4948 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * configure.ac:
4951         * data/evince-password.glade:
4952         * shell/ev-password.c: (ev_password_dialog_set_property),
4953         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4954         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4955         (ev_password_dialog_entry_changed_cb),
4956         (ev_password_dialog_entry_activated_cb),
4957         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4958         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
4959         (ev_password_dialog_set_bad_pass):
4960         * shell/ev-password.h:
4961         * shell/ev-window.c: (password_dialog_response),
4962         (ev_window_popup_password_dialog):
4963         
4964         Support for gnome-keyring for encrypted PDF's.
4965
4966 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
4969         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
4970         (ev_view_enter_notify_event), (ev_view_class_init):
4971         
4972         More precise handling of enter_notify/leave_notify events
4973         in EvView. Fix for bug 315470.
4974
4975 2005-09-08  Christopher Aillon  <caillon@redhat.com>
4976
4977         * shell/ev-window.c: (fullscreen_timeout_cb),
4978         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4979         (ev_window_dispose):
4980
4981         leak fix: unref fullscreen_timeout_source before clearing it
4982
4983 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * configure.ac, dvi/mdvi/Makefile.am: 
4986         
4987         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
4988
4989 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4990
4991         * backend/ev-link.c: (ev_link_new_page_xyz):
4992         * pdf/ev-poppler.cc:
4993         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
4994
4995         Fix some bugs with xyz links, respect zoom
4996
4997 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4998
4999         * shell/ev-window.c: (page_changed_cb),
5000         (setup_document_from_metadata), (update_sidebar_visibility),
5001         (setup_view_from_metadata), (ev_window_run_fullscreen),
5002         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5003         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5004         (ev_window_dual_mode_changed_cb),
5005         (ev_window_sidebar_current_page_changed_cb):
5006
5007         null check uri before setting and getting metadata
5008
5009 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * dvi/Makefile.am:
5012         * properties/Makefile.am:
5013         * shell/Makefile.am:
5014         * thumbnailer/Makefile.am:
5015
5016         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5017
5018 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5019
5020         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5021         (selection_changed_callback):
5022         * shell/ev-sidebar-links.h:
5023
5024         Add a signal for link activation.
5025
5026         * shell/ev-view.c: (ev_view_goto_link),
5027         (ev_view_button_release_event):
5028         * shell/ev-view.h:
5029         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5030         (ev_window_init):
5031
5032         Implement the signal so that we can handle all link types.
5033
5034         * shell/ev-page-cache.c:
5035
5036         Remove unused set_link function
5037
5038 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5039
5040         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5041
5042         Add some space from the cursor, hardcoded but I couldnt
5043         find a better way.
5044
5045 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5046
5047         * lib/ev-tooltip.c:
5048
5049         Use mozilla style vs gtk style, way better for links.
5050
5051         * shell/ev-view.c: (ev_view_motion_notify_event),
5052         (ev_view_destroy), (ev_view_init):
5053
5054         Deactive tooltip when the link hovered is changed.
5055
5056 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5057
5058         * backend/ev-document.h:
5059         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5060         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5061         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5062         (ev_link_new_page), (ev_link_new_page_xyz):
5063         * backend/ev-link.h:
5064         * pdf/ev-poppler.cc:
5065         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5066         (go_to_link), (tip_from_link):
5067
5068         Implement xyz links, still not functional. Links are a total
5069         mess, will need to refactor and bugfix a lot :(
5070
5071 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5072
5073         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5074
5075 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5076
5077         * data/evince-ui.xml:
5078         * data/evince.schemas.in:
5079         * shell/Makefile.am:
5080         * shell/ev-window.c: (update_chrome_visibility),
5081         (password_dialog_response), (ev_window_load_job_cb),
5082         (ev_window_xfer_job_cb), (ev_window_open_uri),
5083         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5084         (ev_window_init):
5085
5086         Remove the statusbar. This regress loading feedback, need to
5087         check with Bryan what we want to do there...
5088
5089 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5090
5091         * lib/ev-tooltip.c: (ev_tooltip_init):
5092
5093         Fix tooltip border and size handling
5094
5095 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5096
5097         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5098         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5099         (ev_tooltip_timeout), (ev_tooltip_activate),
5100         (ev_tooltip_deactivate):
5101         * lib/ev-tooltip.h:
5102         * shell/ev-view.c: (ev_view_motion_notify_event):
5103
5104         Delay popup showing. Mirror gtk logic/times.
5105
5106 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5107
5108         * lib/Makefile.am:
5109         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5110         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5111         (ev_tooltip_set_text), (ev_tooltip_set_position):
5112         * lib/ev-tooltip.h:
5113
5114         Simple widget to show tooltips at a custom position
5115
5116         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5117         (ev_view_destroy):
5118
5119         Use it for links. First go, needs work
5120
5121 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5122
5123         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5124         HIG fixes.  Use title capitalization for window title. Use 12 
5125         pixels of space between the dialog's vbox and action area.
5126
5127 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * shell/ev-window.c: (file_open_dialog_response_cb),
5130         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5131         (ev_window_cmd_save_as):
5132
5133         Make file pickers not modal and refactor code some
5134
5135 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5136
5137         * shell/ev-sidebar.h:
5138         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5139         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5140         (ev_sidebar_class_init), (ev_sidebar_select_page),
5141         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5142         (ev_sidebar_set_page):
5143
5144         Add a current page property and allow to get/set it
5145
5146         * shell/ev-window.c: (setup_view_from_metadata),
5147         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5148
5149         Persist current sidebar page per document
5150
5151 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5152
5153         * data/evince.schemas.in:
5154         * shell/ev-window.c: (update_chrome_visibility),
5155         (setup_document_from_metadata), (update_sidebar_visibility),
5156         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5157         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5158         (ev_window_run_presentation), (ev_window_stop_presentation),
5159         (ev_window_view_sidebar_cb),
5160         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5161         (load_chrome), (ev_window_init):
5162
5163         Persist size/visibility of sidebar per document
5164
5165 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5166
5167         * shell/ev-view.c (draw_loading_text): Draw loading text.
5168
5169 2005-09-02  Dan Damian  <dand@gnome.ro>
5170
5171         * configure.in: Added "ro" to ALL_LINGUAS.
5172
5173 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5174
5175         * shell/ev-view.c: (clear_caches):
5176
5177         ev_page_cache_get doesnt return a reference,
5178         dont try to unref it.
5179
5180 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5181
5182         * shell/main.c: (load_files_remote):
5183
5184         Fix timestamp parameter with dbus <= 0.33
5185
5186 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5187
5188         * data/evince.schemas.in:
5189
5190         Add missing full stop
5191
5192 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5193
5194         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5195         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5196
5197         Plug some memory leaks
5198
5199 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5200
5201         * configure.ac:
5202         * lib/ev-debug.c: (trap_handler):
5203
5204         Check for execinfo.h and use it only if it exists.
5205         Ported from Epiphany (bug #314776).
5206
5207 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5208
5209         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5210
5211 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5212
5213         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5214         * po/id.po      : Added Indonesian translation
5215
5216 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5217
5218         * shell/main.c:
5219         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5220         * NEWS: Release 0.4.0
5221
5222 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5223
5224         * configure.ac: catch another gtk+-2.8ism
5225         * shell/main.c: Make work with gtk+-2.6
5226
5227 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5228
5229         * shell/ev-application-service.xml: Add 'timestamp' argument to
5230           ev_application_open_window and ev_application_open_uri methods.
5231
5232         * shell/ev-application.h: Add 'timestamp' argument to
5233           ev_application_open_window, ev_application_open_uri,
5234           and ev_application_open_uri_list functions.
5235
5236         * shell/ev-application.c (ev_application_open_window,
5237           ev_application_open_uri, ev_application_open_uri_list): Change
5238           functions that show/present windows to use a timestamp if one
5239           is passed in.
5240
5241         * shell/ev-window.c (ev_window_cmd_file_open,
5242           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5243         * shell/main.c (load_files): Modify calls to ev_application to
5244           include GDK_CURRENT_TIME as timestamp.
5245
5246         * shell/main.c (load_files_remote): Obtain timestamp for client
5247           instance from GDK and pass to server instance so new windows are
5248           focused properly.  Fix dbus_g_proxy_call() calls by including second
5249           G_TYPE_INVALID.
5250           
5251         Closes bug #314475.
5252
5253 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5254
5255         * shell/ev-window.c (ev_window_finalize): Check for
5256         avail. EvWindows when quiting to handle the finalize better,
5257         #314497
5258
5259 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260         
5261         * properties/ev-properties-view.c: 
5262         
5263         Set textdomain to libglade. Fixes translation problem in property page.
5264
5265 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5266
5267         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5268         * dvi/Makefile.am:
5269         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5270         * dvi/mdvi-lib/Makefile.am:
5271         
5272         Fix rotation of thumbnails, ported to new API. Moved library
5273         dependencies earlier, probably it will fix linkage problem.
5274
5275 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5276
5277         * backend/ev-document-misc.c:
5278         (ev_document_misc_get_thumbnail_frame):
5279         * backend/ev-document-misc.h:
5280         * configure.ac:
5281         * pdf/ev-poppler.cc:
5282         * shell/Makefile.am:
5283         * shell/ev-sidebar-thumbnails.c: (add_range),
5284         (ev_sidebar_thumbnails_set_loading_icon),
5285         (ev_sidebar_thumbnails_refresh),
5286         (ev_sidebar_thumbnails_set_document):
5287         * shell/ev-sidebar-thumbnails.h:
5288         * shell/ev-view.c: (ev_view_motion_notify_event),
5289         (ev_view_set_property), (ev_view_get_property),
5290         (ev_view_class_init), (ev_view_set_rotation):
5291         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5292         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5293         (ev_window_init):
5294         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5295         Redo rotation (again).  prepare for 0.4.0
5296
5297 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5298
5299         * configure.ac: Bump poppler requirement to 0.4.1.
5300
5301         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5302         argument to poppler_page_render_selection() call.
5303
5304 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5307         (djvu_document_thumbnails_get_thumbnail):
5308         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5309         (dvi_document_thumbnails_get_thumbnail):
5310         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5311         (pixbuf_document_thumbnails_get_thumbnail):
5312         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5313         
5314         Update rotation direction of backends to fit with pdf and ps.
5315
5316 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5317
5318         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5319         * backend/ev-async-renderer.h:
5320         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5321         (setup_page), (ps_document_get_page_size),
5322         (ps_async_renderer_render_pixbuf):
5323         * ps/ps-document.h:
5324         * shell/ev-jobs.c: (ev_job_render_run):
5325
5326         Fix orientation in the postscript document
5327
5328 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5329
5330         * pdf/ev-poppler.cc:
5331         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5332         * shell/ev-view.c: (highlight_find_results):
5333
5334         Adapt to the new poppler rotation API. Fix text maps on landscape
5335         documents.
5336
5337 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5338
5339         * shell/ev-view.c (compute_new_selection_text): get the correct
5340         region when selecting in modes other than continuous.
5341
5342 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5343
5344         * shell/main.c (main): remove redundant g_warnings.
5345
5346 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5347
5348         * shell/Makefile.am: Don't include autogenerated
5349         file ev-application-service.h into distribution, since
5350         it causes dbus crash. Fix for bugs 313724 and 313443. 
5351
5352 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * configure.ac: Fix sed expression for FreeBSD. Thanks
5355         to Joe Marcus Clark <marcus@freebsd.org>
5356         
5357         * shell/eggfindbar.c: (entry_activate_callback),
5358         (entry_changed_callback), (egg_find_bar_init),
5359         (egg_find_bar_set_search_string):
5360         
5361         Made findbar buttons unsensitive if there is no text in
5362         entry. Fix for the bug 313285.
5363
5364 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5365
5366         * ps/ps-document.c: Use g_filename_display_name for displaying
5367         filenames and revert string freeze breackage
5368
5369 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5370
5371         * NEWS:
5372         * configure.ac:
5373
5374         Update for 0.3.4
5375
5376         * shell/Makefile.am:
5377
5378         Add ev-application-service.xml to extra dist
5379
5380         * shell/ev-view.c: (find_page_at_location):
5381
5382         Remove unused function (fix warning)
5383
5384 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5385
5386         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5387         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5388         
5389         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5390         bug 313623.
5391
5392 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5395         * shell/ev-window.c:
5396         Fix build warnings
5397
5398 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5399
5400         * configure.ac: Update script to get dbus version.
5401         Fix for the bug #313443.
5402
5403 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * shell/ev-window.c: (ev_window_cmd_escape):
5406         
5407         Return focus back to view on escape. Fix for bug 313295.
5408
5409 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5410
5411         * shell/ev-window.c: (update_window_title),
5412         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5413         (ev_window_cmd_save_as):
5414         
5415         Correct conversion from uri to displayable string. Fix for
5416         bug 313296.
5417
5418 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * ps/ps-document.c: convert filename to utf8 when there is an error
5421         loading document. Fixes #309915
5422
5423 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5424
5425         * configure.ac:
5426
5427         We depend on poppler 0.4.0
5428
5429 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5430
5431         * configure.ac:
5432         * NEWS: Release 0.3.3.
5433         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5434
5435 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5436
5437         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5438         add a couple missing mnemonics to menu items, use title 
5439         capitalization for menu items and window titles, and add 
5440         ellipsis to open menu item.     
5441
5442 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5443
5444         * pdf/ev-poppler.cc:
5445         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5446         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5447         (ev_view_get_rotation):
5448         * shell/ev-view.h:
5449         * shell/ev-window.c: (setup_view_from_metadata),
5450         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5451         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5452         disk.
5453
5454 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5455
5456         * configure.ac: Added tr to ALL_LINGUAS
5457
5458 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5459
5460         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5461         requires several clicks to find word. Thanks to 
5462         Colin Slater <kiltedtaco@gmail.com>.
5463
5464 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5465
5466         * data/evince.desktop.in.in: Hide menu entry and
5467         rename it to "Document Viewer". Fix for bug 
5468         #312399.
5469
5470 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5471
5472         * shell/ev-page-action.c (ev_page_action_class_init): 
5473
5474         Point to the correct function in constructor of the
5475         activate_label signal
5476
5477 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5478
5479         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5480         * shell/ev-jobs.h: Make thread safe.
5481
5482 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5483
5484         * shell/ev-view.c: (view_update_range_and_current_page):
5485         Don't update page range if we are scrolling to some document
5486         point.
5487
5488 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5491         when getting max_page_width, fix drawing in dual mode.
5492
5493 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5494
5495         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5496         getting the area for select_all.
5497
5498 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5499
5500         * backend/ev-selection.c: (ev_selection_render_selection):
5501         * backend/ev-selection.h:
5502         * pdf/ev-poppler.cc:
5503         * shell/ev-jobs.c: (ev_job_render_new):
5504         * shell/ev-jobs.h:
5505         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5506         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5507         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5508         (ev_view_class_init):
5509
5510         Change selection color on focus in and focus out events.  Also,
5511         poppler now uses GdkColor for specifying the selection colors, so
5512         drop some awkward conversion code.
5513
5514 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5515
5516         * configure.ac: Added Hebrew translation
5517
5518 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5519
5520         * NOTES:
5521         * backend/ev-selection.c: (ev_selection_render_selection):
5522         * backend/ev-selection.h:
5523         * pdf/ev-poppler.cc:
5524         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5525         (ev_job_render_run):
5526         * shell/ev-jobs.h:
5527         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5528         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5529         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5530         (ev_pixbuf_cache_style_changed),
5531         (ev_pixbuf_cache_get_selection_pixbuf),
5532         (ev_pixbuf_cache_set_selection_list),
5533         (ev_pixbuf_cache_get_selection_list):
5534         * shell/ev-pixbuf-cache.h:
5535         * shell/ev-utils.c: (ev_print_region_contents):
5536         * shell/ev-utils.h:
5537         * shell/ev-view.c: (ev_view_queue_draw_page),
5538         (selection_update_idle_cb), (ev_view_motion_notify_event),
5539         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5540         (setup_caches), (ev_view_find_next), (merge_selection_region),
5541         (selection_free):
5542         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5543
5544         Clean up selection to be much smoother!
5545
5546 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5547
5548         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5549         to poppler_page_render_selection().
5550
5551 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5552
5553         * ps/ps-document.c: (save_page_list): Use
5554         unzipped document when printing. Thanks to 
5555         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5556         311016.
5557
5558 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5559
5560         * shell/ev-window.c: (update_action_sensitivity):
5561         
5562         Disable print and save respect to lockdown gconf keys. Fix
5563         for 312342.
5564
5565 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * configure.ac:
5568         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5569         (write_to_temp_file), (ev_file_set_contents):
5570         * shell/ev-utils.h:
5571         * shell/ev-window.c: (save_print_config_to_file):
5572         
5573         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5574         Fix for bug 312238
5575
5576 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5577
5578         * shell/ev-window.c: (load_print_config_from_file),
5579         (save_print_config_to_file), (ev_window_print_range):
5580
5581         Persist the print settings. Fixes bug #311578.
5582
5583 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * djvu/djvu-document.c: (djvu_document_get_page_size),
5586         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5587         (djvu_document_thumbnails_get_thumbnail):
5588         * dvi/dvi-document.c: (dvi_document_get_page_size),
5589         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5590         (dvi_document_thumbnails_get_dimensions),
5591         (dvi_document_thumbnails_get_thumbnail):
5592         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5593         (pixbuf_document_render_pixbuf),
5594         (pixbuf_document_document_iface_init),
5595         (pixbuf_document_thumbnails_get_thumbnail):
5596         
5597         Update backends to make them build with new rotation system.
5598
5599 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * help/C/figures/evince_start_window.png:
5602         
5603         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5604
5605 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5606
5607         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5608         * shell/ev-pixbuf-cache.h:
5609         * shell/ev-sidebar-thumbnails.c:
5610         (ev_sidebar_thumbnails_get_property), (add_range),
5611         (adjustment_changed_cb):
5612         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5613         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5614         we were thumbnailing the entire docment on startup, slowing us
5615         down hugely. 
5616
5617 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5618
5619         * shell/ev-page-cache.c: (ev_page_cache_new):
5620         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5621         == 0, fixes #310306.
5622
5623 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5624
5625         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5626         (ev_view_rotate_left):
5627
5628         Account rotation in doc_rect_to_view_rect.
5629         Ensure rotation doesnt go out of bounds.
5630
5631 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5632
5633         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5634
5635         Correct and cleanup w/h swapping
5636
5637 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5638
5639         * backend/ev-document-thumbnails.c:
5640         (ev_document_thumbnails_get_thumbnail):
5641         * backend/ev-document-thumbnails.h:
5642         * backend/ev-document.c:
5643         * backend/ev-document.h:
5644         * backend/ev-render-context.c: (ev_render_context_new),
5645         (ev_render_context_set_rotation):
5646         * backend/ev-render-context.h:
5647         * pdf/ev-poppler.cc:
5648         * ps/ps-document.c: (ps_document_document_iface_init):
5649         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5650         * shell/ev-jobs.h:
5651         * shell/ev-page-cache.c: (build_height_to_page),
5652         (ev_page_cache_new), (ev_page_cache_get_size),
5653         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5654         (ev_page_cache_get_height_to_page):
5655         * shell/ev-page-cache.h:
5656         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5657         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5658         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5659         (ev_pixbuf_cache_get_selection_pixbuf):
5660         * shell/ev-pixbuf-cache.h:
5661         * shell/ev-print-job.c: (idle_print_handler):
5662         * shell/ev-sidebar-thumbnails.c: (add_range):
5663         * shell/ev-view.c: (view_update_range_and_current_page),
5664         (get_page_y_offset), (get_page_extents),
5665         (ev_view_size_request_continuous_dual_page),
5666         (ev_view_size_request_continuous),
5667         (ev_view_size_request_dual_page),
5668         (ev_view_size_request_single_page), (draw_one_page),
5669         (ev_view_set_rotation), (ev_view_rotate_right),
5670         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5671         (ev_view_zoom_for_size_continuous_and_dual_page),
5672         (ev_view_zoom_for_size_continuous),
5673         (ev_view_zoom_for_size_dual_page),
5674         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5675         (ev_view_select_all):
5676         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5677         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5678         (tiff_document_document_iface_init),
5679         (tiff_document_thumbnails_get_thumbnail):
5680
5681         Use rotation rather than orientation. It's easier and enough
5682         for our needs.
5683
5684 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * shell/ev-page-cache.c: (build_height_to_page),
5687         (ev_page_cache_new), (ev_page_cache_get_size),
5688         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5689         (ev_page_cache_get_height_to_page):
5690         * shell/ev-page-cache.h:
5691         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5692         (ev_view_size_request_continuous_dual_page),
5693         (ev_view_size_request_continuous),
5694         (ev_view_zoom_for_size_continuous_and_dual_page),
5695         (ev_view_zoom_for_size_continuous):
5696
5697         Make the page cache aware of page orientation.
5698
5699 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5700
5701         * backend/ev-document-thumbnails.c:
5702         (ev_document_thumbnails_get_thumbnail):
5703         * backend/ev-document-thumbnails.h:
5704         * backend/ev-document.c:
5705         * backend/ev-document.h:
5706         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5707         * backend/ev-ps-exporter.h:
5708         * pdf/ev-poppler.cc:
5709         * ps/ps-document.c: (ps_document_document_iface_init),
5710         (ps_document_ps_export_do_page):
5711         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5712         * shell/ev-jobs.h:
5713         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5714         (ev_page_cache_get):
5715         * shell/ev-page-cache.h:
5716         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5717         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5718         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5719         * shell/ev-pixbuf-cache.h:
5720         * shell/ev-print-job.c: (idle_print_handler):
5721         * shell/ev-sidebar-thumbnails.c: (add_range):
5722         * shell/ev-view.c: (view_update_range_and_current_page),
5723         (get_page_extents), (ev_view_size_request_dual_page),
5724         (ev_view_size_request_single_page), (draw_one_page),
5725         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5726         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5727         (ev_view_zoom_for_size_dual_page),
5728         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5729         (ev_view_select_all):
5730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5731         * tiff/tiff-document.c: (tiff_document_get_page_size),
5732         (tiff_document_get_orientation), (rotate_pixbuf),
5733         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5734         (tiff_document_thumbnails_get_thumbnail),
5735         (tiff_document_ps_export_do_page), (tiff_document_init):
5736
5737         Really make use of the orientation bit of the render context.
5738         Use the render context in a few more places in the backend API.
5739         This regress orientation, but now it's done right. Will try to
5740         fix it up asap...
5741
5742 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5743
5744         * shell/ev-view.c: (ensure_rectangle_is_visible):
5745
5746         Patch by Nickolay V. Shmyrev to fix find flickering
5747
5748 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5749
5750         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5751         duplex parameters to ::begin.
5752
5753         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5754         * shell/ev-print-job.c (idle_print_handler): 
5755         * ps/ps-document.c (ps_document_ps_export_begin): 
5756         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5757         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5758         implementations. Poppler backend needs poppler cvs. Rest has
5759         unchanged behavior.
5760
5761 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5762
5763         * shell/ev-window.c (using_pdf_printer): new function.
5764         (ev_window_print_range): print a less techy message if someone
5765         tries to print to PDF.
5766
5767 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5768
5769         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5770         from "unknown font" string. Bug #311431
5771
5772 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5773
5774         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5775
5776 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5777
5778         Bug #311280
5779         
5780         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5781         name for PopplerFontTypes
5782         (pdf_document_fonts_fill_model): add font type to the detail column
5783
5784         * backend/ev-document-fonts.h: added
5785         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5786
5787         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5788         font name and font details, add a little markup.
5789         (ev_properties_fonts_init): use the new cell data func, specify ypad
5790         property for the cell renderer.
5791         (ev_properties_fonts_set_document): add the details column.
5792
5793 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5794
5795         * configure.ac: Added "pl" to ALL_LINGUAS.
5796
5797 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5798
5799         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5800
5801 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5802
5803         * help/ChangeLog: Started this for translations of manual.
5804         * configure.ac, autogen.sh, .cvsignore: Migrated to
5805         gnome-doc-utils. Patch in bug #311222.
5806
5807 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5808
5809         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5810         #ifdef this away to fix an unused-function warning.
5811
5812 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5813
5814         * configure.ac: Added 'gl' to ALL_LINGUAS.
5815
5816 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5817
5818         * configure.ac: Added ne in ALL_LINGUAS
5819         
5820 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * shell/ev-view.c: (ev_view_leave_notify_event):
5823         
5824         Clear status message when pointer leaves view. Fix for bug
5825         #310818 
5826
5827 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5828
5829         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5830
5831 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5832
5833         * shell/ev-view.c: (ev_view_leave_notify_event),
5834         (ev_view_class_init):
5835         
5836         Set cursor to normal then leaving view.
5837
5838 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * configure.ac:
5841         
5842         Fix required djvulibre version.
5843
5844 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5845
5846         *configure.ac: Hindi (hi) language added
5847
5848 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5849
5850         *configure.ac: Punjabi (pa) Language added
5851
5852 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5853
5854         * data/evince-ui.xml, shell/ev-window.c:
5855         
5856         Add keypad accelerators for zooming. Fix for bug 308128.
5857
5858 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * Makefile.am:
5861         * backend/Makefile.am:
5862         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5863         * configure.ac:
5864         * shell/ev-document-types.c: (ev_document_types_add_filters):
5865
5866         Allow to enable/disable the pixbuf backend.
5867         Default to off for now. If we want it enabled we should
5868         really put mime types in the desktop, implement properties etc.
5869
5870         * properties/evince-properties.c:
5871
5872         Initialize error to NULL.
5873         Check error is not NULL before freeing.
5874
5875 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5876
5877         * shell/ev-window.c:
5878
5879         Use F5 as presentation accell
5880
5881 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5882
5883         * shell/ev-window.c: (update_chrome_visibility),
5884         (ev_window_create_fullscreen_popup), (ev_window_init):
5885
5886         Do not leak the fullscreen toolbar
5887
5888 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5889
5890         * shell/ev-window.c: (view_actions_focus_in_cb),
5891         (view_actions_focus_out_cb):
5892
5893         These has a return value! Fix totally random focus
5894         issues we was seeing.
5895
5896 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5897
5898         * shell/main.c: (load_files_remote):
5899
5900         Allow open more than one file
5901
5902 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5903
5904         * shell/main.c: (load_files_remote):
5905
5906         Fix for dbus 0.33. bug #309975
5907
5908 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5909
5910         * properties/ev-properties-main.c: (ev_properties_get_pages):
5911
5912         Actually return NULL for types we dont support
5913
5914 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5915
5916         * po/POTFILES.in:
5917
5918         Remove empty lines.
5919
5920 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5921
5922         * backend/ev-document-factory.c:
5923         (ev_document_factory_get_document):
5924
5925         Do not try to create the object if type
5926         is invalid.
5927
5928 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5929
5930         * ps/ps-document.c: (ps_document_dispose),
5931         (ps_async_renderer_render_pixbuf):
5932         * ps/ps-document.h:
5933
5934         Do not leak the target window
5935
5936 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5937
5938         * shell/ev-application.c: (ev_application_init):
5939
5940         Let tbe check file existence for us.
5941         Add a comment about eggrecent mime filter.
5942
5943 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5944
5945         * data/evince-ui.xml:
5946         * shell/ev-application.c: (ev_application_shutdown),
5947         (ev_application_init), (ev_application_get_toolbars_model),
5948         (ev_application_get_recent_model),
5949         (ev_application_save_toolbars_model):
5950         * shell/ev-application.h:
5951         * shell/ev-window.c: (ev_window_add_recent),
5952         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5953         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5954         (ev_window_init):
5955
5956         Use common toolbar and recent models for all windows.
5957         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5960
5961         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
5962         successfully check for gtk_icon_view_get_visible_range.
5963
5964 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * djvu/Makefile.am:
5967         * dvi/Makefile.am:
5968         
5969         Fix djvu and dvi backend build.
5970
5971 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5972
5973         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
5974         (new_separator_pixbuf):
5975
5976         Don't leak windows.
5977
5978 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5979
5980         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5981
5982         HIGification of toolbar editor dialogue.
5983
5984 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5985
5986         * configure.ac:
5987         * shell/Makefile.am:
5988
5989         Ever build metadata manager since it's just
5990         disabled at runtime now.
5991
5992 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5993
5994         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
5995         (ev_metadata_manager_get), (ev_metadata_manager_set):
5996         * shell/ev-metadata-manager.h:
5997
5998         Add an _init functions that enabled metadata management
5999         at runtime.
6000
6001         * shell/ev-window.c: (page_changed_cb),
6002         (setup_document_from_metadata), (ev_window_setup_document),
6003         (setup_view_from_metadata), (ev_window_open_uri),
6004         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6005         (ev_window_run_presentation), (ev_window_stop_presentation),
6006         (save_sizing_mode), (ev_window_zoom_changed_cb),
6007         (ev_window_continuous_changed_cb),
6008         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6009         (window_configure_event_cb):
6010
6011         Remove all ugly metadata define since we deal with it
6012         at runtime now.
6013
6014         * shell/main.c: (load_files_remote), (main):
6015
6016         Add support for dbus cvs head. Hopefully didnt break one
6017         of the other versions now!
6018
6019         If we dont get a response from the dbus server just
6020         give up with it and not enable metadata.
6021
6022 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6023
6024         * Makefile.am:
6025         * backend/Makefile.am:
6026         * configure.ac:
6027         * cut-n-paste/recent-files/Makefile.am:
6028         * cut-n-paste/toolbar-editor/Makefile.am:
6029         * cut-n-paste/zoom-control/Makefile.am:
6030         * lib/Makefile.am:
6031         * pdf/Makefile.am:
6032         * pixbuf/Makefile.am:
6033         * properties/Makefile.am:
6034         * ps/Makefile.am:
6035         * shell/Makefile.am:
6036         * thumbnailer/Makefile.am:
6037         * tiff/Makefile.am:
6038
6039         Make frontends depend on just libev.
6040         Rework and group CFLAGS/LIBS definitions.
6041         Cleanups.
6042
6043 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6044
6045         * shell/ev-window:
6046
6047         do not unnecessarily save zoom
6048
6049         * configure.ac:
6050         * lib/ev-file-helpers.c: (ev_dot_dir):
6051         * shell/Makefile.am:
6052         * shell/dummy.cc:
6053
6054         Some cleanups
6055
6056 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6057
6058         * configure.ac:
6059         
6060         Remove unnecessary dependencies
6061
6062 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6063
6064         * properties/Makefile.am:
6065         * thumbnailer/Makefile.am:
6066         * tiff/Makefile.am:
6067
6068         Some more cleanups. Was really necessary
6069         but I probably introduced bugs, feel free
6070         to flame :)
6071
6072 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6073
6074         * backend/Makefile.am:
6075         * configure.ac:
6076         * cut-n-paste/recent-files/Makefile.am:
6077         * cut-n-paste/toolbar-editor/Makefile.am:
6078         * cut-n-paste/zoom-control/Makefile.am:
6079         * lib/Makefile.am:
6080         * pdf/Makefile.am:
6081         * pixbuf/Makefile.am:
6082         * properties/Makefile.am:
6083         * ps/Makefile.am:
6084         * shell/Makefile.am:
6085         * thumbnailer/Makefile.am:
6086         * tiff/Makefile.am:
6087
6088         Use gnome-common macros when possible.
6089         Cleanup dependencies.
6090         Actually disable deprecated where possible.
6091
6092 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6093
6094         * Makefile.am:
6095         * backend/Makefile.am:
6096         * properties/Makefile.am:
6097         * shell/Makefile.am:
6098         * thumbnailer/Makefile.am:
6099
6100         This should solve the circular dep without
6101         requiring dir reorg!
6102
6103         * shell/ev-window.c: (setup_view_from_metadata):
6104
6105         Never restore window size/position when the
6106         window is already visible.
6107
6108 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6109
6110         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6111
6112         Return a boolean from timeout func. Fix ported from gedit.
6113
6114 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6115
6116         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6117
6118 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6119
6120         * shell/ev-document-types.c: set "All Documents" as default filter in
6121         open dialog
6122
6123 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6124
6125         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6126         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6127         (ev_metadata_manager_set_boolean): fix value/val thinko.
6128
6129 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6130
6131         * shell/ev-window.c: (setup_view_from_metadata),
6132         (window_state_event_cb), (window_configure_event_cb),
6133         (ev_window_init):
6134
6135         Remember window position and maximized state
6136
6137 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6138
6139         * configure.ac:
6140
6141         Fix DBUS configure checks.
6142
6143         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6144         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6145         (ev_metadata_manager_set_boolean):
6146
6147         Plug mem leaks.
6148
6149         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6150         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6151         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6152         (ev_window_continuous_changed_cb),
6153         (ev_window_dual_mode_changed_cb), (ev_window_new):
6154
6155         Fix the build without DBUS.
6156
6157 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6158
6159         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6160         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6161         (ev_metadata_manager_set_string),
6162         (ev_metadata_manager_set_boolean):
6163         * shell/ev-metadata-manager.h:
6164
6165         Add support for some more types
6166
6167         * shell/ev-view.c: (scroll_to_current_page),
6168         (ev_view_get_continuous), (ev_view_set_continuous),
6169         (ev_view_get_dual_page):
6170         * shell/ev-view.h:
6171         * shell/ev-window.c: (page_changed_cb),
6172         (setup_document_from_metadata), (ev_window_setup_document),
6173         (setup_view_from_metadata), (ev_window_open_uri),
6174         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6175         (ev_window_run_presentation), (ev_window_stop_presentation),
6176         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6177         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6178         (ev_window_update_dual_page_action),
6179         (ev_window_continuous_changed_cb),
6180         (ev_window_dual_mode_changed_cb), (ev_window_init):
6181
6182         Remember a bunch of view/document properties. Prolly some
6183         are still missing but it's getting interesting.
6184
6185 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6186
6187         * configure.ac: check if dbus-binding-tool is installed. Not the
6188         case on current Ubuntu breezy, it seems.
6189
6190 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6191
6192         * data/evince.desktop.in.in:
6193         
6194         Allow open uri lists and add TryExec field.
6195
6196 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6197
6198         * configure.ac:
6199
6200         Enable dbus when available, do not require a configure
6201         option.
6202
6203 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6204
6205         * configure.ac:
6206
6207         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6208         disabled.
6209
6210 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6211         Marco Pesenti Gritti  <mpg@redhat.com>
6212
6213         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6214         
6215         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6216         functions to the format required by dbus
6217
6218         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6219         errors. Use the RPC parameters in the expected way
6220
6221 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6222
6223         * Makefile.am:
6224         * properties/Makefile.am:
6225         * properties/ev-properties-main.c: (ev_properties_get_pages):
6226
6227         Support all mime types
6228
6229         * shell/Makefile.am:
6230         * thumbnailer/Makefile.am:
6231         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6232         (evince_thumbnail_pngenc_get):
6233
6234         Use the document factory
6235
6236 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6237
6238         * backend/Makefile.am:
6239         * backend/ev-document-factory.c:
6240         (mime_type_supported_by_gdk_pixbuf),
6241         (ev_document_type_get_from_mime),
6242         (ev_document_factory_get_document),
6243         (ev_document_factory_get_backend),
6244         (ev_document_factory_get_mime_types),
6245         (ev_document_factory_get_all_mime_types):
6246         * backend/ev-document-factory.h:
6247         * shell/Makefile.am:
6248         * shell/ev-document-types.c: (get_document_from_uri),
6249         (ev_document_types_get_document),
6250         (file_filter_add_mime_list_and_free),
6251         (ev_document_types_add_filters):
6252         * shell/ev-document-types.h:
6253         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6254         * shell/ev-properties-dialog.c:
6255         (ev_properties_dialog_set_document):
6256         * shell/ev-window.c: (ev_window_cmd_file_open),
6257         (ev_window_cmd_save_as):
6258         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6259
6260         Rework document types managing to avoid code duplication
6261         and actually abstract from backend implementations.
6262         Also provide a minimal factory api that can be used by
6263         thumbnailer/properties.
6264
6265 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6266
6267         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6268         Plug a mem leak.
6269         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6270         HIG spacings.
6271
6272 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6273
6274         * shell/ev-properties-dialog.c
6275         (ev_properties_dialog_set_document): only call
6276         ev_properties_fonts_set_document() if the document implements the
6277         fonts interface
6278
6279 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6280
6281         * configure.ac:
6282         * properties/Makefile.am:
6283         * properties/ev-properties-view.c:
6284         (ev_properties_view_register_type):
6285         * properties/ev-properties-view.h:
6286         * properties/ev-properties-main.h:
6287
6288         Implement nautilus plugin for properties.
6289         Works only for pdf atm, I need to rework the
6290         document types stuff to get this to work
6291         for all backends...
6292
6293 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6294
6295         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6296         (ev_properties_fonts_set_document): use
6297         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6298
6299 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6300
6301         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6302         them
6303         (PlaceImage, tiff2ps_process_page): use
6304         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6305
6306
6307 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6308
6309         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6310         (main): to call gnome_authentication_manager_init. Should fix
6311         Bug #308510
6312
6313         * configure.ac: that requires libgnomeui 2.6.0.
6314
6315 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6316
6317         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6318         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6319         use the new tiff2ps interfaces
6320
6321         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6322         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6323
6324         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6325         structure instead of global variables.  Remove use of static
6326         variables in functions.
6327
6328 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6329
6330         * shell/ev-page-action.c: unref the completion after setting it to the
6331         entry
6332
6333 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6334
6335         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6336         postscript files
6337
6338 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6339
6340         * shell/ev-window.c (update_action_sensitivity): disable
6341         File->Print if the document does not implement the ps exporter
6342         interface
6343
6344 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * Makefile.am:
6347         * configure.ac:
6348         * data/evince-properties.glade:
6349         * properties/.cvsignore:
6350         * properties/Makefile.am:
6351         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6352         (ev_properties_view_class_init), (ev_properties_view_format_date),
6353         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6354         (ev_properties_view_init), (ev_properties_view_new):
6355         * properties/ev-properties-view.h:
6356         * shell/Makefile.am:
6357         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6358         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6359         (ev_properties_dialog_new):
6360         * shell/ev-properties-dialog.h:
6361         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6362         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6363         (update_progress_label), (job_fonts_finished_cb),
6364         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6365         * shell/ev-properties-fonts.h:
6366         * shell/ev-properties.c:
6367         * shell/ev-properties.h:
6368         * shell/ev-window.c: (ev_window_setup_document),
6369         (ev_window_cmd_file_properties):
6370
6371         Split the properties pages in two different objects, depend
6372         only on the backend where possible, use widgets instead
6373         of gobject for the glade part, reimplement the dialog
6374         itself with gtk.
6375         I need this to implement nautilus properties page.
6376
6377 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6378
6379         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6380         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6381         (tiff_document_document_ps_exporter_iface_init): implement the ps
6382         exporter interface for tiff documents
6383
6384         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6385         libtiff to implement TIFF postscript export
6386
6387         * tiff/tiff2ps.h: added a header file for external tiff2ps
6388         functions.
6389
6390         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6391         tiff2ps.h
6392
6393 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * shell/ev-view.c: (scroll_to_current_page),
6396         (ev_view_set_fullscreen), (ev_view_set_presentation):
6397         
6398         Scroll to current page when exit from presentation
6399
6400 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6401
6402         * shell/ev-window.c: (update_document_mode),
6403         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6404         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6405         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6406         
6407         Exit from fullscreen mode when switch to presentation. Fix for
6408         bug 309365
6409
6410 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6411
6412         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6413         return NULL if the document does not implement the selection
6414         interface.
6415
6416 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6417
6418         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6419         reported height by using the resolution aspect ratio
6420         (tiff_document_render_pixbuf): scale the pixbuf using the
6421         resolution aspect ratio
6422
6423 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * configure.ac:
6426         
6427         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6428         <kiltedaco@gmail.com>
6429         
6430         * djvu/djvu-document.c: (djvu_document_get_orientation),
6431         (djvu_document_set_orientation), (djvu_document_get_page_size),
6432         (rotate_pixbuf), (djvu_document_render_pixbuf),
6433         (djvu_document_document_iface_init):
6434         * dvi/dvi-document.c: (dvi_document_get_orientation),
6435         (dvi_document_set_orientation), (dvi_document_get_page_size),
6436         (rotate_pixbuf), (dvi_document_render_pixbuf),
6437         (dvi_document_document_iface_init):
6438         
6439         Dvi and djvu backends are ported to new API
6440
6441 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6442
6443         * backend/ev-selection.c: (ev_selection_get_selection_region),
6444         (ev_selection_get_selection_map):
6445         * backend/ev-selection.h:
6446         * pdf/ev-poppler.cc:
6447         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6448         * shell/ev-jobs.h:
6449         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6450         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6451         (ev_pixbuf_cache_get_text_mapping):
6452         * shell/ev-pixbuf-cache.h:
6453         * shell/ev-view.c: (location_in_text),
6454         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6455         support to EvView.  Now we can see where we can select!  Sweet!
6456
6457 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6458
6459         * shell/ev-view.c (ev_view_button_press_event): Fix
6460         event->y + view->scroll_x typo.
6461
6462 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6463
6464         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6465         sub-GdkPixbuf instead of passing dest_x and dest_y.
6466         
6467         * shell/ev-view.c: (view_point_to_doc_point),
6468         (view_rect_to_doc_rect), (ev_view_button_press_event),
6469         (ev_view_motion_notify_event), (compute_new_selection_rect),
6470         (gdk_rectangle_point_in), (compute_new_selection_text),
6471         (compute_selections): Update selection code to keep the selection
6472         around as two points and not as a normalized rectangle, and fix
6473         page level selection in two-column mode.
6474
6475 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6476
6477         * shell/ev-window.c: (window_configure_event_cb): 
6478         
6479         Fix compilation
6480         
6481 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6482
6483         * pdf/ev-poppler.cc:
6484
6485         Fix compilation
6486
6487 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6488
6489         * shell/Makefile.am:
6490         * shell/ev-metadata-manager.c: (item_free),
6491         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6492         (parse_value), (parseItem), (load_values),
6493         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6494         (save_values), (save_item), (get_oldest), (resize_items),
6495         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6496         * shell/ev-metadata-manager.h:
6497
6498         Metadata manager from gedit but modified to use GValue, so that
6499         we dont need to keep converting from strings.
6500
6501         * configure.ac:
6502
6503         ENABLE_METADATA conditional, on when dbus is on
6504
6505         * shell/ev-application.c: (ev_application_open_uri):
6506
6507         Show the window after load so that we can initialize
6508         window size before it's showed.
6509
6510         * shell/ev-window.c: (ev_window_setup_from_metadata),
6511         (ev_window_open_uri), (window_configure_event_cb),
6512         (ev_window_init):
6513
6514         Save and load metadata information about window size.
6515         Not yet keeping states in account.
6516
6517         * shell/main.c: (main):
6518
6519         Shutdown metadata manager.
6520
6521 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6522
6523         * shell/ev-application-service.xml:
6524         * configure.ac:
6525         * shell/Makefile.am:
6526         * shell/ev-application.c:
6527         * shell/ev-application.h:
6528         * shell/ev-window.c:
6529         * shell/ev-window.h:
6530         * shell/main.c:
6531
6532         Add an optional dbus interface (--enable-dbus).
6533         Rework application code, mainly to be easier to
6534         use "remotely".
6535         Do not open multiple windows with the same document,
6536         spatial evince!
6537
6538 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6539
6540         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6541         pixbuf iff it exists.
6542
6543 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6544
6545         * shell/*:
6546         * backend/ev-render-context.[ch]:
6547         * backend/ev-selection.[ch]:
6548
6549         Massive changes.  We now support text selection of pdfs, and not
6550         just rectangular selection.  This is pretty broken still, but I
6551         want to get something into CVS.
6552
6553 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * pdf/ev-poppler.cc:
6556         
6557         Fix for Bug 309080: crash on window close.
6558         
6559         * shell/ev-page-action.c: (page_changed_cb):
6560         
6561         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6562         jensgr@gmx.net (Jens Granseuer).
6563
6564 2005-06-25  Marcel Telka  <marcel@telka.sk>
6565
6566         * configure.in (ALL_LINGUAS): Added sk.
6567
6568 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6571         not a document open
6572
6573 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6574
6575         * NEWS:
6576         * configure.ac:
6577
6578         Release 0.3.2
6579
6580         * cut-n-paste/recent-files/Makefile.am:
6581
6582         Fix make distcheck
6583
6584 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6585
6586         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6587         (pixbuf_document_set_orientation), (rotate_pixbuf),
6588         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6589         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6590
6591         Implement rotation and cleanup the code a bit.
6592
6593         * tiff/tiff-document.c: (tiff_document_get_page_size),
6594         (tiff_document_get_orientation), (tiff_document_set_orientation),
6595         (rotate_pixbuf), (tiff_document_render_pixbuf),
6596         (tiff_document_document_iface_init), (tiff_document_init):
6597
6598         Implement rotation. Was the quicker solution for the release
6599         but we really need to share this code in the shell.
6600
6601 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * pdf/ev-poppler.cc:
6604
6605         Enable rotation, require poppler cvs. Fix a leak.
6606
6607 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * shell/ev-window.c: (update_action_sensitivity):
6610         
6611         Make properties unsensitive if document backend doesn't provide
6612         any info
6613
6614 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6617         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6618         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6619         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6620         (bitmap_flip_rotate_counter_clockwise):
6621         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6622         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6623         (buff_gets):
6624         * dvi/mdvi-lib/common.h:
6625         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6626         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6627         (opendvi), (mdvi_reload), (mdvi_init_context),
6628         (mdvi_destroy_context), (mdvi_dopage), (special):
6629         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6630         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6631         (file_hash_free), (register_encoding), (parse_spec),
6632         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6633         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6634         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6635         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6636         (mdvi_register_font_type), (mdvi_unregister_font_type),
6637         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6638         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6639         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6640         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6641         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6642         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6643         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6644         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6645         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6646         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6647         (mdvi_unregister_special), (mdvi_flush_specials):
6648         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6649         (t1_font_remove):
6650         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6651         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6652         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6653         (free_font_metrics), (flush_font_metrics):
6654         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6655         (tt_font_remove):
6656         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6657         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6658         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6659         (dstring_insert), (dstring_new), (dstring_reset):
6660         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6661         
6662         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6663         avoid conflict with libtool on FC4
6664         
6665         * shell/ev-window.c: (ev_window_cmd_help_about):
6666         
6667         Update copyright year. Fix for bug 308828.
6668
6669 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * shell/ev-view.c: (add_scroll_binding_keypad),
6672         (ev_view_binding_activated), (ev_view_class_init),
6673         (on_adjustment_value_changed):
6674         
6675         Bug 170874: Arrow keys switch pages in presentation mode
6676
6677 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6680         
6681         Fix for Bug 308265: Sidebar dissappears coming out of 
6682         Presentation mode
6683
6684 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/ev-application.c: (ev_application_open):
6687         * shell/ev-document-types.c: (ev_document_types_add_filters),
6688         (ev_document_types_add_filters_for_type):
6689         * shell/ev-document-types.h:
6690         * shell/ev-window.c: (ev_window_cmd_save_as):
6691         
6692         Suggest basename as template when saving, provide filters
6693         for save dialog. It's bug 308402
6694
6695 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6696
6697         * pdf/ev-poppler.cc:
6698         * shell/ev-sidebar-links.c: (job_finished_callback):
6699         * shell/ev-view.c: (update_find_status_message):
6700         
6701         Some leaks fixed
6702
6703 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6704
6705         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6706         (egg_recent_view_uimanager_set_list):
6707
6708         Fix buglet in !show_numbers case.
6709
6710 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6711
6712         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6713         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6714
6715         Use pango ellipsisation.
6716
6717         * pdf/ev-poppler.cc:
6718
6719         Fix refcount leak, from nsh.
6720
6721 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * cut-n-paste/recent-files/Makefile.am:
6724         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6725         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6726         
6727         Removed EggRecentViewGtk
6728         
6729         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6730         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6731         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6732         (ev_window_setup_recent):
6733         
6734         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6735         with other projects
6736
6737 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6740         (egg_recent_view_gtk_finalize):
6741
6742         Fix memory leak
6743
6744         * cut-n-paste/toolbar-editor/Makefile.am:
6745         
6746         Fix location of cursor icon.
6747         
6748         * pdf/ev-poppler.cc:
6749         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6750         (display_completion_text), (match_completion):
6751         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6752         (selection_changed_callback), (create_loading_model),
6753         (print_section_cb), (links_page_num_func),
6754         (update_page_callback_foreach):
6755         * shell/ev-window.c: (ev_window_dispose):
6756         
6757         Small memory fixes. Links model now store objects instead
6758         of pointers to improve memory management. 
6759
6760 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-window.c: (zoom_control_changed_cb):
6763         
6764         Fix update of zoom control (bug 308268).
6765
6766 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6767
6768         * shell/ev-properties.c (set_property): escape the text correctly.
6769         Handles non-UTF-8 properties and escaped properties.  Also, sets
6770         the text to "<i>None</i>" if the property isn't set.
6771
6772         * data/evince-properties.glade: Change the label to be ellipsized,
6773         and give it a minimum size.
6774
6775 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6778         * shell/ev-sidebar-links.c: (create_loading_model):
6779         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6780         * shell/ev-view.c: (ev_view_set_document):
6781         * shell/ev-window.c: (ev_window_dispose):
6782         
6783         Various small fixes, mostly memory leaks. Thanks to valgrind.
6784
6785 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6786
6787         * ps/ps-document.c: remove the locale.h include again ;-). And
6788         kill the (bogus) setlocale/savelocale business.
6789
6790 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6791
6792         * ps/ps-document.c:
6793         
6794         Include locale.h to fix build
6795         
6796         * shell/ev-sidebar.c:
6797         
6798         Remove unnecessary includes
6799
6800 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * dvi/dvi-document.c: (dvi_document_load):
6803         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6804         * po/POTFILES.in:
6805         
6806         Check for incorrect dvi files. Fix parsing dvi on AMD64
6807         platform. Thanks to tester@tester.ca (Olivier Crete).
6808
6809 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * shell/ev-page-action.c: (match_selected_cb),
6812         (display_completion_text), (match_completion), (update_model):
6813         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6814         (expand_open_links):
6815         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6816         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6817         (ev_sidebar_set_document):
6818         * shell/ev-window.c: (ev_window_xfer_job_cb),
6819         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6820         
6821         Fixed lot's of memory leaks, for example, memory leak on reload, 
6822         described in bug 307793.
6823
6824 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * pdf/ev-poppler.cc:
6827         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6828         (update_visible_range), (adjustment_changed_cb),
6829         (ev_sidebar_thumbnails_fill_model),
6830         (ev_sidebar_thumbnails_refresh),
6831         (ev_sidebar_tree_selection_changed),
6832         (ev_sidebar_icon_selection_changed),
6833         (ev_sidebar_thumbnails_use_icon_view),
6834         (ev_sidebar_thumbnails_set_document):
6835         * shell/ev-sidebar-thumbnails.h:
6836         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6837         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6838
6839         Refresh thumbnails when changing orientation. Not fully
6840         working yet becuase of a sidebar bug.
6841
6842         Set page orientation to poppler page everywhere. This sucks
6843         really need to fix poppler.
6844
6845 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6846
6847         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6848         (egg_recent_view_gtk_new_menu_item),
6849         (egg_recent_view_gtk_set_property),
6850         (egg_recent_view_gtk_get_property),
6851         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6852         (egg_recent_view_gtk_set_tooltip_func),
6853         (egg_recent_view_gtk_set_label_width),
6854         (egg_recent_view_gtk_get_label_width):
6855         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6856
6857         Sync with libegg (ellipsize labels)
6858
6859 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * data/evince-ui.xml:
6862         * shell/ev-window.c: (ev_window_cmd_go_forward),
6863         (ev_window_cmd_go_backward):
6864         
6865         Shift + PageUp moves 10 Pages. Fix for 306125
6866
6867 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * pdf/ev-poppler.cc:
6870
6871         Add a flag to check if orientation has been overriden
6872
6873 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6874
6875         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6876         field if necessary.
6877
6878         * ps/ps.h: add creator field to document.
6879
6880         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6881         set creator field.
6882
6883 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * data/evince-properties.glade:
6886         * shell/ev-properties.c: (ev_properties_set_document):
6887
6888         s/PDF Version/Format
6889
6890 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * shell/ev-properties.c: (ev_properties_set_document):
6893
6894         Remove unnecessary translations
6895
6896 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * cut-n-paste/toolbar-editor/Makefile.am:
6899
6900         Correct library name    
6901
6902 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * configure.ac:
6905         * cut-n-paste/recent-files/egg-recent-model.c:
6906         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6907         (egg_recent_model_unlock_file):
6908         * cut-n-paste/recent-files/egg-recent-util.c:
6909         (egg_recent_util_get_unique_id):
6910         * cut-n-paste/recent-files/update-from-egg.sh:
6911         * cut-n-paste/toolbar-editor/Makefile.am:
6912         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6913         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6914         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6915         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6916         (egg_toolbars_model_get_type):
6917         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6918
6919         Better makefile for toolbar editor and update everything
6920         to latest libegg.
6921
6922 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6923
6924         * shell/ev-window.c: (update_document_mode):
6925
6926         Prefer presentation mode when the document
6927         require fullscreen.
6928
6929 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6930
6931         * data/evince-ui.xml:
6932         * shell/ev-window.c:
6933
6934         Add control-equal for zooming
6935
6936 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6937
6938         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6939
6940 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * backend/ev-document.c: (ev_document_get_orientation):
6943         * backend/ev-document.h:
6944         * pdf/ev-poppler.cc:
6945         * ps/ps-document.c: (ps_document_get_orientation),
6946         (ps_document_set_orientation), (ps_document_document_iface_init):
6947
6948         Add a get_orientation api. Improve set_orientation.
6949
6950         * data/evince-ui.xml:
6951         * shell/ev-view.c: (ev_view_set_orientation),
6952         (ev_view_rotate_right), (ev_view_rotate_left):
6953         * shell/ev-view.h:
6954         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6955         (ev_window_cmd_edit_rotate_right):
6956
6957         Better ui for changing document orientation
6958
6959 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
6962         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
6963         * shell/ev-sidebar-links.h:
6964         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6965         (ev_sidebar_page_iface_init):
6966         * shell/ev-sidebar-page.h:
6967         * shell/ev-sidebar-thumbnails.c:
6968         (ev_sidebar_thumbnails_get_property),
6969         (ev_sidebar_thumbnails_class_init),
6970         (ev_sidebar_thumbnails_set_document):
6971         * shell/ev-sidebar-thumbnails.h:
6972         * shell/ev-view.c: (ev_view_motion_notify_event):
6973         * shell/ev-window.c: (update_chrome_visibility),
6974         (ev_window_cmd_focus_page_selector),
6975         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
6976         (sidebar_page_main_widget_update_cb), (ev_window_init):
6977         
6978         Autoraise toolbar on GoToPage binding and fix bindings in
6979         EvSidebarThumbnails page.
6980
6981 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
6982
6983         * shell/ev-properties.c: (update_progress_label):
6984
6985         Hide the progress label when finished; bug #307697.
6986
6987 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6988
6989         * pdf/ev-poppler.cc:
6990
6991         Enable is_open for links, you will need poppler cvs
6992
6993         * shell/ev-properties.c: (job_fonts_finished_cb):
6994
6995         Get a lock on the document when filling the tree view
6996
6997 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6998
6999         * backend/ev-document-links.h:
7000         * pdf/ev-poppler.cc:
7001         * shell/ev-sidebar-links.c: (create_loading_model),
7002         (expand_open_links), (job_finished_callback):
7003
7004         Expand links when specified by the document.
7005         Depend on a poppler api (defined out for now)
7006
7007 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7008
7009         * shell/ev-properties.c: (ev_properties_dispose),
7010         (ev_properties_class_init), (dialog_destroy_cb),
7011         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7012         (ev_properties_set_document), (ev_properties_new),
7013         (ev_properties_show):
7014         * shell/ev-properties.h:
7015
7016         Make it an object, cleanup the code, api to show it as transient
7017         and to set the document.
7018
7019         * shell/ev-window.c: (ev_window_setup_document),
7020         (ev_window_cmd_file_properties):
7021
7022         Adapt to EvProperties changes, do not show multiple
7023         times, update it when document changes.
7024
7025 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7026
7027         * ps/gstypes.h:
7028         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7029         (ps_document_set_orientation), (ps_document_document_iface_init):
7030         * ps/ps-document.h:
7031
7032         Implement orientation here too
7033
7034         * shell/ev-properties.c: (ev_properties_new):
7035         * data/evince-properties.glade:
7036
7037         Hide the fonts page for backends that doesnt
7038         support it.     
7039
7040 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7041
7042         * backend/ev-document.c: (ev_document_set_orientation):
7043         * backend/ev-document.h:
7044         * pdf/ev-poppler.cc:
7045
7046         Add orientation api. Currently poppler api is not optimal,
7047         we need to set orientation every time we _get a page.
7048         I will try to fix that at some point.
7049
7050         * data/evince-ui.xml:
7051         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7052         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7053
7054         Add orientation menu items
7055
7056         * shell/ev-page-cache.c: (ev_page_cache_clear):
7057         * shell/ev-page-cache.h:
7058
7059         Add api to clear the cache
7060
7061         * shell/ev-view.c: (setup_caches), (clear_caches),
7062         (ev_view_set_document), (ev_view_zoom_out),
7063         (ev_view_set_orientation):
7064         * shell/ev-view.h:
7065
7066         Implement orientation changing
7067
7068 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7069
7070         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7071         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7072         * backend/ev-document-fonts.h:
7073
7074         Separate scan and fill so that we can incrementally fill from
7075         the main thread. Add a progress api.
7076
7077         * data/evince-properties.glade:
7078         * pdf/ev-poppler.cc:
7079         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7080         * shell/ev-jobs.h:
7081         * shell/ev-properties.c: (update_progress_label),
7082         (job_fonts_finished_cb), (setup_fonts_view):
7083
7084         Incrementally feel the list and show the progress
7085         percentage in a label like acrobat does.
7086
7087         You are going to need poppler cvs
7088
7089 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7090
7091         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7092         * backend/ev-document-fonts.h:
7093         * pdf/ev-poppler.cc:
7094
7095         Make fonts model fill incrementally.
7096
7097         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7098         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7099         (ev_job_queue_remove_job):
7100         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7101         (ev_job_fonts_new), (ev_job_fonts_run):
7102         * shell/ev-jobs.h:
7103
7104         New job for fonts scanning
7105
7106         * shell/ev-properties.c: (job_fonts_finished_cb),
7107         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7108         * shell/ev-properties.h:
7109         * shell/ev-window.c: (ev_window_cmd_file_properties):
7110
7111         Incrementally feel the treeview using the new job. Show Loading...
7112         message until scanning is completed.
7113
7114         Hopefully I didnt break the build without the poppler patch.
7115
7116 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7117
7118         * shell/ev-application.c: (ev_application_open):
7119         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7120         (ev_document_type_get_type), (ev_document_type_lookup):
7121         * shell/ev-document-types.h:
7122         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7123         * shell/ev-job-xfer.h:
7124         * shell/ev-window.c: (ev_window_clear_local_uri),
7125         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7126         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7128         
7129         Transfer remote documents to tmp directory to display them later.
7130
7131 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7132
7133         * backend/ev-document-info.h:
7134         * shell/ev-properties.c: (ev_properties_new):
7135
7136         s/GTime*/GTime. Not sure why we was using a pointer
7137         at all there!
7138
7139 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7140
7141         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7142         situations.  That situation is that you're using GTK+-HEAD with
7143         the patch at #306726 is applied, and you have a document with <
7144         1500 pages in it.  It's not quite as uniformly nice as the
7145         TreeView, but should be better in the long run.
7146
7147         I'm pretty sure I guarded against breaking compilation with
7148         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7149         I missed some.
7150
7151         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7152         widget yet, so I commented that code out
7153         enable_view_actions_for_widget() for now.  Need to figure this
7154         out.
7155
7156         * shell/ev-page-action.c (match_selected_cb): emit the right
7157         signals.  Our cool C-l completion now works.
7158
7159 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * backend/Makefile.am:
7162         * backend/ev-document-fonts.c:
7163         * backend/ev-document-links.c:
7164         * backend/ev-document.c: (ev_document_load):
7165         * backend/ev-document.h:
7166         * backend/ev-job-queue.c:
7167         * backend/ev-job-queue.h:
7168         * backend/ev-jobs.c:
7169         * backend/ev-jobs.h:
7170         * backend/ev-page-cache.c:
7171         * backend/ev-page-cache.h:
7172
7173         EvPageCache and EvJobs are moved to shell.
7174
7175         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7176         (ev_tmp_filename):
7177         * lib/ev-file-helpers.h:
7178         
7179         New helper to work with temporary files
7180         
7181         * shell/Makefile.am:
7182         * shell/ev-application.c: (ev_application_open):
7183         * shell/ev-application.h:
7184         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7185         (remove_job_from_async_queue), (add_job_to_async_queue),
7186         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7187         (handle_job), (search_for_jobs_unlocked),
7188         (no_jobs_available_unlocked), (ev_render_thread),
7189         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7190         (ev_job_queue_add_job), (move_job_async), (move_job),
7191         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7192         * shell/ev-job-queue.h:
7193         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7194         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7195         * shell/ev-job-xfer.h:
7196         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7197         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7198         (ev_job_links_class_init), (ev_job_render_init),
7199         (ev_job_render_dispose), (ev_job_render_class_init),
7200         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7201         (ev_job_thumbnail_class_init), (ev_job_load_init),
7202         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7203         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7204         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7205         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7206         * shell/ev-jobs.h:
7207         * shell/ev-page-action.c: (ev_page_action_set_document):
7208         * shell/ev-page-cache.c: (ev_page_cache_init),
7209         (ev_page_cache_class_init), (ev_page_cache_finalize),
7210         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7211         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7212         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7213         (ev_page_cache_get_title), (ev_page_cache_get_size),
7214         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7215         (ev_page_cache_get_height_to_page),
7216         (ev_page_cache_get_max_label_chars),
7217         (ev_page_cache_get_page_label),
7218         (ev_page_cache_has_nonnumeric_page_labels),
7219         (ev_page_cache_get_info), (ev_page_cache_next_page),
7220         (ev_page_cache_prev_page), (ev_page_cache_get):
7221         * shell/ev-page-cache.h:
7222         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7223         (ev_pixbuf_cache_clear_job_sizes),
7224         (ev_pixbuf_cache_add_jobs_if_needed),
7225         (ev_pixbuf_cache_set_page_range):
7226         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7227         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7228         * shell/ev-sidebar-thumbnails.c:
7229         (ev_sidebar_tree_selection_changed),
7230         (ev_sidebar_thumbnails_set_document):
7231         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7232         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7233         (ev_statusbar_get_context_id), (ev_statusbar_push),
7234         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7235         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7236         (ev_statusbar_set_progress):
7237         * shell/ev-statusbar.h:
7238         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7239         (ev_view_find_previous):
7240         * shell/ev-window.c: (ev_window_is_empty),
7241         (ev_window_setup_document), (password_dialog_response),
7242         (ev_window_clear_jobs), (ev_window_load_job_cb),
7243         (ev_window_xfer_job_cb), (ev_window_open_uri),
7244         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7245         (ev_window_print), (ev_window_print_range),
7246         (ev_window_state_event), (ev_window_cmd_view_reload),
7247         (menu_item_select_cb), (menu_item_deselect_cb),
7248         (view_status_changed_cb), (ev_window_dispose),
7249         (drag_data_received_cb), (ev_window_init):
7250         * shell/ev-window.h:
7251         * shell/main.c: (load_files):
7252         
7253         New statusbar to show progress on idle. Two new jobs - 
7254         xfer job and load job to load document in background. And update
7255         of page_cache clients to new location of code.
7256
7257 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7258   
7259         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7260         selection in open dialog. It also remembers the last visited directory 
7261         in the current session.
7262
7263 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7264
7265         * shell/ev-properties.c: (ev_properties_new):
7266         * shell/ev-properties.h:
7267         * shell/ev-window.c: (ev_window_cmd_file_properties):
7268         
7269         Get document info from page cache instead of document itself.
7270         This should fix crash related to race conditions described in
7271         bug 306545.
7272
7273 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7274
7275         * ps/ps-document.c: (ps_document_init),
7276         (send_ps), (get_page_box), (output), (catchPipe), (input),
7277         (stop_interpreter), (file_length), (file_readable),
7278         (check_filecompressedb), (ps_document_enable_interpreter),
7279         (document_load), (ps_async_renderer_render_pixbuf):
7280         * ps/ps-document.h:
7281
7282         Big cleanup of the ps code
7283
7284 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7285
7286         * backend/Makefile.am:
7287         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7288         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7289         * backend/ev-async-renderer.h:
7290
7291         Add an async renderer interface (method + callback) which
7292         is useful for backends like ps.
7293
7294         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7295         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7296         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7297         (ev_job_queue_add_job), (move_job_async), (move_job),
7298         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7299
7300         Add queues for async renderer, these are executed on the
7301         main thread.
7302
7303         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7304         (ev_job_render_run):
7305         * backend/ev-jobs.h:
7306
7307         If the backend support async renderer interface use it.
7308
7309         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7310         (setup_pixmap), (ps_document_get_type),
7311         (ps_async_renderer_render_pixbuf),
7312         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7313
7314         Implement async renderer interface.
7315
7316 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7319
7320         Cleanup links job on exit.
7321
7322 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7325         (drag_data_get_cb), (drag_data_received_cb):
7326         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7327         (drag_data_get_cb), (parse_item_list),
7328         (egg_toolbar_editor_load_actions):
7329         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7330         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7331         (parse_item_list), (parse_toolbars):
7332         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7333         (dvi_pixbuf_put_pixel):
7334         
7335         Fix gcc 4.0 warnings
7336
7337 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7338
7339         * ps/ps-document.c: (start_interpreter):
7340
7341         Fix warning when loading ps
7342
7343 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7344
7345         * ps/ps-document.c: (output):
7346
7347         Fix crash when priting gs error messages.
7348
7349 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7350
7351         * backend/ev-page-cache.c: (_ev_page_cache_new):
7352         * backend/ev-page-cache.h:
7353
7354         Use a const to return title so that we dont double
7355         free it. Small cleanup and fix a leak.
7356
7357         * shell/ev-window.c: (update_window_title):
7358
7359         strdup value from get_title.
7360
7361 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7362
7363         * shell/ev-sidebar-links.c: (job_finished_callback),
7364         (ev_sidebar_links_set_document):
7365
7366         Cleanup the old job when changing document
7367
7368 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * shell/ev-stock-icons.c:
7371         * shell/ev-stock-icons.h:
7372         * shell/ev-window.c:
7373         
7374         Add stock icons for actions that can appear in toolbar. Fix for
7375         bug 306566.
7376
7377 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7380         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7381         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7382         * backend/ev-page-cache.h:
7383         * shell/ev-view.c: (scroll_to_current_page),
7384         (view_update_range_and_current_page), (get_page_y_offset),
7385         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7386         (ev_view_size_request_continuous),
7387         (ev_view_zoom_for_size_continuous_and_dual_page),
7388         (ev_view_zoom_for_size_continuous):
7389         
7390         More compact EvView layout in document with pages of different size.
7391
7392 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7393
7394         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7395         compilation.
7396
7397 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-view.c: (view_set_adjustment_values):
7400         * shell/ev-window.c: (ev_window_cmd_file_properties):
7401         
7402         A bit different fix for rounding problem but it has no
7403         problems on startup. Make properties window transient to parent.
7404
7405 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * pdf/ev-poppler.cc:
7408         
7409         More commenting of font stuff.
7410
7411 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7412
7413         * pdf/ev-poppler.cc:
7414
7415         Comment out some more fonts stuff. Should really
7416         work without the poppler patch now.
7417
7418 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7419
7420         * pdf/ev-poppler.cc:
7421
7422         Adapt to api change
7423
7424 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7425
7426         * data/evince-properties.glade:
7427         * pdf/ev-poppler.cc:
7428         * shell/ev-properties.c: (setup_fonts_view):
7429
7430         Set the column title. Show the dialog only
7431         once everything is setup.
7432         Getting font info can be very slow... will
7433         prolly need to make this threaded too.
7434
7435 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7436
7437         * backend/Makefile.am:
7438         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7439         (ev_document_fonts_get_fonts_model):
7440         * backend/ev-document-fonts.h:
7441         * data/evince-properties.glade:
7442         * pdf/ev-poppler.cc:
7443         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7444         * shell/ev-properties.h:
7445         * shell/ev-window.c: (ev_window_cmd_file_properties):
7446
7447         Implement fonts list. Defined out for now, since it depends
7448         on a not yet committed poppler patch.
7449
7450 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7451
7452         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7453         page + 1.
7454
7455         * shell/ev-window.c: Make sure we add the timeout when we get a
7456         focus-in event.
7457
7458         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7459         adjustment->value before calculating the zoom factor to average
7460         out all of our rounding errors.  The page no longer 'drifts' when
7461         resizing.
7462
7463 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7464
7465         * data/evince-properties.glade:
7466         * shell/ev-properties.c: (ev_properties_format_date),
7467         (set_property):
7468         
7469         Labels don't expand when the dialogue is resized.
7470         strftime result needs to be converted to UTF-8. Thanks
7471         to Christian Persch <chpe@gnome.org>.
7472
7473 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7474
7475         * data/evince-properties.glade:
7476
7477         Hide the fonts tab
7478
7479 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7480
7481         * backend/ev-document-info.h:
7482         * backend/ev-document.c: (ev_document_info_free):
7483         * data/evince-properties.glade:
7484         * pdf/ev-poppler.cc:
7485         * ps/ps-document.c: (ps_document_get_info):
7486         * shell/ev-properties.c: (ev_properties_format_date),
7487         (set_property), (ev_properties_new):
7488         * shell/ev-properties.h:
7489         * shell/ev-window.c: (ev_window_cmd_file_properties):
7490
7491         Rework properties code to take only EvPropertyInfo
7492         in the constructor so that it can be useful for
7493         nautilus plugin too.
7494
7495         Deal with backends that doesnt support some properties.
7496         Make set property code generic.
7497
7498 2005-06-04  Christian Persch <chpe@gnome.org>
7499
7500         * data/evince-properties.glade:
7501
7502         fix spacings, make resizeable, and make data labels
7503         selectable + ellipsised
7504
7505 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7506
7507         * backend/ev-document-info.h:
7508         * data/Makefile.am:
7509         * data/evince-ui.xml:
7510         * pdf/ev-poppler.cc:
7511         * shell/Makefile.am:
7512         * shell/ev-window.c: (update_action_sensitivity),
7513         (ev_window_cmd_file_properties):
7514
7515         Initial go at file properties. Patch by
7516         Emil Soleyman-Zomalan <emil@soleyman.com>.
7517         Needs love see #169583
7518
7519 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7520
7521         * ps/ps-document.c: (output):
7522         * ps/ps.c: (psscan):
7523
7524         Try to render even if psscan fails.
7525
7526 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7527
7528         * ps/ps.c: (psscan), (pscopydoc):
7529
7530         Port buffered reading code from gv
7531
7532 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7533
7534         * ps/ps-document.c: (interpreter_message), (output):
7535
7536         Do not fail on interpreter messages
7537
7538 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7539
7540         * backend/ev-document-misc.c:
7541         (ev_document_misc_get_thumbnail_frame):
7542
7543         Pages can be 0 x 0, dont assert on this case
7544
7545 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7546
7547         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7548         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7549
7550         Correctly manage our reference on document. Finally the reload
7551         huge leak is gone...
7552
7553 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7554
7555         * ps/ps-document.c: (ps_document_dispose):
7556
7557         Forgot to chain it to the parent. Thanks chpe.
7558
7559 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7560
7561         * ps/ps-document.c: (ps_document_dispose),
7562         (ps_document_class_init), (stop_interpreter), (document_load):
7563
7564         Cleanup dispose a bit. Dont leak the whole pixmap.
7565
7566 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7567
7568         * pdf/ev-poppler.cc:
7569
7570         Release the poppler document on dispose
7571
7572 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7573
7574         * shell/ev-view.c: (ev_view_set_document):
7575
7576         Release ref on the pixbuf cache when changing
7577         document.
7578
7579 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7580
7581         * ps/ps-document.c: (ps_document_get_info):
7582
7583         Fix a double free
7584
7585 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * backend/ev-page-cache.c: (ev_page_cache_init),
7588         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7589         * backend/ev-page-cache.h:
7590         * shell/ev-page-action.c: (page_changed_cb):
7591         
7592         Set page action entry width depending on labels width. Fix
7593         for bug 305202.
7594
7595 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7596
7597         * backend/ev-link.c: (ev_link_class_init):
7598
7599         Allow -1 as page value (error)
7600
7601 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7602
7603         * shell/ev-sidebar-thumbnails.c:
7604         (ev_sidebar_thumbnails_set_document):
7605         * shell/ev-view.c: (scroll_to_current_page),
7606         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7607         (page_changed_cb), (on_adjustment_value_changed),
7608         (ev_view_set_document):
7609
7610         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7611         Fix bug 305377
7612
7613 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7614
7615         * configure.ac:
7616         * djvu/djvu-document.c: (djvu_document_get_page_size):
7617
7618         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7619         bug 301993.
7620
7621 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7622
7623         * shell/ev-view.c (draw_one_page): modify the expose handling to
7624         get the shadows.
7625
7626         * shell/ev-window.c (update_action_sensitivity): Respect
7627         permissions field.  Kowtow to the man.
7628
7629         * pdf/ev-poppler.cc: Get the permissions field.
7630
7631         * tiff/*c: Make a tiny bit more robust.
7632
7633 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7634
7635         * djvu/djvu-document.c:
7636         
7637         Pop messages from djvu context message queue.
7638
7639 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7640
7641         * configure.ac, Makefile.am, shell/Makefile.am:
7642         * tiff/Makefile.am, shell/ev-document-types.c:
7643         
7644         Cleanup tiff configure checks. Fix for bug 305218.
7645
7646 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7647
7648         * configure.ac: Added "uk" to ALL_LINGUAS.
7649
7650 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * cut-n-paste/zoom-control/ephy-zoom.c:
7653         (ephy_zoom_get_changed_zoom_level):
7654         * cut-n-paste/zoom-control/ephy-zoom.h:
7655         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7656         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7657         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7658         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7659         (zoom_control_changed_cb), (ev_window_init):
7660         
7661         Fix minor points related to moving best fit up. Introduce
7662         "zoom" property and make zoom control change it's value on
7663         notify::zoom signals. Fix for 305080.
7664
7665 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * data/evince-ui.xml:
7668         * shell/ev-window.c: (set_view_actions_sensitivity):
7669         
7670         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7671
7672 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7673
7674         * configure.ac:
7675
7676         Depends on poppler 0.3.2
7677
7678 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * cut-n-paste/recent-files/egg-recent-item.c:
7681         (egg_recent_item_get_short_name):
7682         * cut-n-paste/toolbar-editor/Makefile.am:
7683         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7684         (new_pixbuf_from_widget):
7685         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7686         * cut-n-paste/toolbar-editor/egg-marshal.c:
7687         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7688         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7689
7690         Sync
7691
7692 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7693
7694         * tiff/tiff-document.c: Rough TIFF backend.
7695
7696 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * NEWS:
7699         * configure.ac:
7700         * cut-n-paste/toolbar-editor/Makefile.am:
7701
7702         Release 0.3.1
7703
7704 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7705
7706         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7707         (ev_view_find_next), (ev_view_find_previous):
7708
7709         Remove the locks around get_n_results   
7710
7711 2005-05-21  Juerg Billeter  <j@bitron.ch>
7712
7713         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7714
7715         Pass correct number of pages to poppler.
7716
7717 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * configure.ac:
7720         * data/Makefile.am:
7721         * data/evince.desktop.in: 
7722         * data/evince.desktop.in.in:
7723         * po/POTFILES.in:
7724         
7725         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7726
7727 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7728
7729         * shell/ev-view.c: (view_update_adjustments),
7730         (view_set_adjustment_values): cast adjustmen->value to (int)
7731         before using it.  Otherwise, we get off by a pixel in some
7732         situations.
7733
7734         (draw_one_page): Draw the border on expose.
7735
7736 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7737
7738         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7739         adjustment when the mode changes, #304923
7740
7741 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7742
7743         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7744         flickering on resize but still use gdk_window_scroll on
7745         scrolling
7746
7747 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7748
7749         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7750         option, #170458
7751
7752 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7753
7754         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7755         second page on page_changed if possible, #304669
7756
7757 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7758
7759         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7760         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7761
7762 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7763
7764         * .cvsignore:
7765         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7766         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7767         (ev_view_zoom_for_size_presentation),
7768         (ev_view_zoom_for_size_continuous_and_dual_page),
7769         (ev_view_zoom_for_size_continuous),
7770         (ev_view_zoom_for_size_dual_page),
7771         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7772         * shell/ev-view.h:
7773         * shell/ev-window.c: (update_view_size),
7774         (ev_window_sizing_mode_changed_cb):
7775
7776         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7777         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7778         an infinite loop, #304769
7779
7780
7781 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7782
7783         * data/evince-ui.xml:
7784         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7785         * shell/ev-window.c: (set_view_actions_sensitivity):
7786
7787         Make PgUp/Down behave like Space
7788
7789 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7790
7791         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7792         * backend/ev-ps-exporter.h:
7793         * pdf/ev-poppler.cc:
7794         * ps/ps-document.c: (ps_document_ps_export_begin):
7795         * shell/ev-print-job.c: (idle_print_handler):
7796
7797         Adapt to new poppler api
7798
7799 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7800
7801         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7802         (ephy_zoom_control_init):
7803
7804         Translate zoom levels
7805
7806 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7807
7808         * cut-n-paste/zoom-control/ephy-zoom.c:
7809         (ephy_zoom_get_zoom_level_index):
7810
7811         Fix current zoom -> zoom control match
7812
7813 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7814
7815         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7816         rather than the scrolled_window that it's in. Fixes bug #304655.
7817
7818 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7819
7820         * shell/ev-view.c: (view_update_adjustments),
7821         (view_set_adjustment_values), (view_update_range_and_current_page),
7822         (view_scroll_to_page), (set_scroll_adjustment),
7823         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7824         (ev_view_scroll), (ev_view_scroll_view),
7825         (ensure_rectangle_is_visible), (find_page_at_location),
7826         (get_link_at_location), (go_to_link), (status_message_from_link),
7827         (ev_view_size_request_continuous_dual_page),
7828         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7829         (ev_view_unrealize), (ev_view_expose_event),
7830         (ev_view_button_press_event), (ev_view_motion_notify_event),
7831         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7832         (draw_rubberband), (highlight_find_results), (draw_one_page),
7833         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7834         (ev_view_init), (find_changed_cb), (page_changed_cb),
7835         (on_adjustment_value_changed), (ev_view_new),
7836         (ev_view_set_document), (ev_view_set_zoom),
7837         (ev_view_set_continuous), (ev_view_set_dual_page),
7838         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7839         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7840         (ev_view_zoom_for_size_presentation),
7841         (ev_view_zoom_for_size_continuous_dual_page),
7842         (ev_view_zoom_for_size_continuous),
7843         (ev_view_zoom_for_size_dual_page),
7844         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7845         (ev_view_get_status), (ev_view_set_status),
7846         (update_find_status_message), (ev_view_get_find_status),
7847         (ev_view_set_find_status), (jump_to_find_result),
7848         (jump_to_find_page), (compute_selections), (clear_selection),
7849         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7850         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7851         (ev_view_update_primary_selection),
7852         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7853         * shell/ev-view.h:
7854         * shell/ev-window.c: (ev_window_open_page_label),
7855         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7856         (ev_window_init):
7857         * shell/ev-window.h:
7858         * shell/main.c: (load_files):
7859
7860         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7861         when resizing.  Remove the bin_window().  Also, patch from James
7862         Bowes to fix command line page, #300641
7863         
7864 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * data/evince-ui.xml:
7867         * shell/ev-view.c:
7868         * shell/ev-view.h:
7869         * shell/ev-window.c: (update_action_sensitivity):
7870
7871         Get rid of View->Normal Size, it's just confusing
7872
7873 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7874
7875         * backend/ev-document-info.h:
7876         * backend/ev-document.c: (ev_document_info_free): Free the
7877         EvDocumentInfo.
7878
7879         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7880         (clear_range), (add_range), (update_visible_range),
7881         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7882         (ev_sidebar_thumbnails_set_document):
7883         * shell/ev-window.c: (ev_window_setup_document): Only render the
7884         visible thumbnails.  It takes an instant to render, but it uses
7885         much less memory.
7886
7887 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7888
7889         * shell/ev-sidebar-links.c: (popup_menu_cb):
7890
7891         Select first item
7892
7893 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7894
7895         * lib/Makefile.am:
7896         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7897         (button_press_cb), (ev_sidebar_links_construct):
7898
7899         Show the popup menu also on keybindings
7900
7901 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7902
7903         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7904         * shell/ev-window.h:
7905
7906         Expose api to print a range (with dialog). Make private _print use
7907         it.
7908
7909         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7910         (ev_sidebar_links_construct):
7911
7912         Show a print context menu on linkx, it prints the selected
7913         section.
7914
7915 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7916
7917         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7918         button.
7919
7920 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7921
7922         * AUTHORS:
7923
7924         Update
7925
7926         * shell/ev-window.c: (build_comments_string),
7927         (ev_window_cmd_help_about):
7928
7929         Show poppler version/backend and authors
7930
7931 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * cut-n-paste/zoom-control/ephy-zoom.c:
7934         (ephy_zoom_get_zoom_level_index):
7935         * cut-n-paste/zoom-control/ephy-zoom.h:
7936
7937         Move the best fit items at the top of the list
7938
7939 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/ev-marshal.list:
7942         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7943         (activate_cb), (match_selected_cb), (activate_link_cb),
7944         (connect_proxy), (ev_page_action_class_init):
7945         * shell/ev-page-action.h:
7946
7947         Use signals to notify action activation. Hopefully
7948         I did not break completion since I cant test...
7949
7950         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7951         (register_custom_actions):
7952
7953         Connect to page selector actions and also grab focus on
7954         the view when activated.
7955
7956 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7957
7958         * pdf/ev-poppler.cc:
7959         * backend/ev-page-cache.c: make page size calculation consistent
7960         and set it to (int)( width * scale + 0.5).  This makes the weird
7961         line going through the middle of the page go away.
7962
7963         * shell/ev-view.c: move painting the background page after
7964         checking the expose area covers us.
7965
7966 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * data/evince-password.glade:
7969         
7970         Mark labels as not translatable. Fix for bug 302842.
7971
7972 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7973
7974         * configure.ac: Added "es" to ALL_LINGUAS.
7975
7976 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7977
7978         * data/evince-toolbar.xml:
7979         * shell/ev-window.c: (update_action_sensitivity),
7980         (ev_window_setup_document), (ev_window_set_page_mode),
7981         (ev_window_init):
7982
7983         Remove some leftover code from jrb first continous
7984         attempt. Use the new actions, we still need good icons
7985         though...
7986
7987 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
7990
7991         Update label when connecting proxy. Fix a warning with NULL
7992         page_cache.
7993
7994 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * data/evince-ui.xml:
7997         * shell/ev-page-action.c: (ev_page_action_grab_focus):
7998         * shell/ev-page-action.h:
7999         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8000
8001         Add mnemonic for edit toolbar.
8002         ctrl+l focus the page entry.
8003
8004 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8005
8006         * lib/Makefile.am:
8007         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8008         (ev_window_init):
8009         * shell/main.c: (main):
8010
8011         Put the toolbar xml in evince own dot dir
8012
8013 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * shell/ev-window.c: (ev_window_init):
8016
8017         Make the toolbar not removable
8018
8019 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * data/evince-ui.xml:
8022         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8023         * shell/ev-sidebar-links.h:
8024         * shell/ev-sidebar-thumbnails.c:
8025         (ev_sidebar_thumbnails_get_treeview):
8026         * shell/ev-sidebar-thumbnails.h:
8027         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8028         (ev_view_class_init):
8029         * shell/ev-view.h:
8030         * shell/ev-window.c: (update_action_sensitivity),
8031         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8032         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8033         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8034         (ev_window_init):
8035
8036         This is evil... Make space/backspace global accelerators but
8037         enable them only for some widgets (sidebars and view).
8038         I dont like it, but I dont know a better way... :/
8039
8040 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8041
8042         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8043         (ev_page_action_widget_finalize),
8044         (ev_page_action_widget_class_init), (update_page_cache):
8045
8046         Keep a weak reference on proxy->page_cache so that we
8047         dont try to disconnect the signal if the object is already
8048         gone. Maybe there is a better way to cleanup reference handling
8049         in page action though...
8050
8051 2005-05-10  Juerg Billeter  <j@bitron.ch>
8052
8053         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8054         * backend/ev-ps-exporter.h:
8055         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8056         * ps/ps-document.c: (ps_document_ps_export_begin):
8057         
8058         Change api to pass print range to ps_exporter_begin. The pdf backend
8059         requires this information.
8060         
8061         * shell/ev-print-job.c: (idle_print_handler):
8062         
8063         Adapt to api change
8064
8065 2005-05-10  Juerg Billeter  <j@bitron.ch>
8066
8067         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8068         (idle_print_handler)
8069         * shell/ev-window.c: (ev_window_print):
8070
8071         Support printing page range, based on patch by Amaury Jacquot
8072
8073 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * data/evince-toolbar.xml:
8076
8077         Add zoom control to available items
8078
8079 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * shell/ev-window.c: (update_action_sensitivity):
8082
8083         Set slash action insensitive when appropriate
8084
8085 2005-05-10  Christian Persch <chpe@gnome.org>
8086
8087         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8088
8089         Fix warning on the overflow menu
8090
8091 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8092
8093         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8094
8095         Check for uri correctness/existence
8096
8097 2005-05-09  Juerg Billeter  <j@bitron.ch>
8098
8099         * shell/ev-window.c: (using_postscript_printer):
8100
8101         LPD printers use postscript, too
8102
8103 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8104
8105         * shell/ev-window.c: (register_custom_actions):
8106
8107         The zoom one is actually sort of useful,
8108         put it back
8109
8110 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * shell/ev-window.c: (register_custom_actions):
8113
8114         Hide page/zoom controls from overflow, they
8115         are useless.
8116
8117 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * cut-n-paste/update-from-egg.sh:
8120         
8121         Share it between all cut-n-paste subdirs
8122
8123         * cut-n-paste/recent-files/Makefile.am:
8124
8125         Fix to use "global" update-from-egg.sh
8126
8127         * cut-n-paste/recent-files/egg-recent-model.c:
8128         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8129         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8130         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8131         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8132
8133         Update from libegg
8134
8135         * cut-n-paste/toolbar-editor/Makefile.am:
8136
8137         Fix to use "global" update-from-egg.sh
8138
8139         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8140
8141         Update from libegg
8142
8143 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8144
8145         * configure.ac:
8146         * cut-n-paste/Makefile.am:
8147         * cut-n-paste/recent-files/Makefile.am:
8148         * cut-n-paste/toolbar-editor/.cvsignore:
8149         * cut-n-paste/toolbar-editor/Makefile.am:
8150         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8151         (egg_editable_toolbar_get_type), (get_toolbar_position),
8152         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8153         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8154         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8155         (set_item_drag_source), (create_item_from_action), (create_item),
8156         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8157         (popup_toolbar_context_menu_cb), (free_dragged_item),
8158         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8159         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8160         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8161         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8162         (item_added_cb), (item_removed_cb),
8163         (egg_editable_toolbar_construct),
8164         (egg_editable_toolbar_disconnect_model),
8165         (egg_editable_toolbar_deconstruct),
8166         (egg_editable_toolbar_set_model),
8167         (egg_editable_toolbar_set_ui_manager),
8168         (egg_editable_toolbar_set_property),
8169         (egg_editable_toolbar_get_property),
8170         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8171         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8172         (egg_editable_toolbar_new_with_model),
8173         (egg_editable_toolbar_get_edit_mode),
8174         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8175         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8176         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8177         (new_pixbuf_from_widget), (new_separator_pixbuf),
8178         (update_separator_image), (style_set_cb),
8179         (_egg_editable_toolbar_new_separator_image),
8180         (egg_editable_toolbar_get_model):
8181         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8182         * cut-n-paste/toolbar-editor/egg-marshal.c:
8183         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8184         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8185         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8186         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8187         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8188         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8189         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8190         (editor_drag_data_delete_cb), (drag_data_get_cb),
8191         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8192         (editor_create_item), (update_editor_sheet), (setup_editor),
8193         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8194         (parse_item_list), (model_has_action), (update_actions_list),
8195         (egg_toolbar_editor_load_actions):
8196         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8197         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8198         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8199         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8200         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8201         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8202         (egg_toolbars_model_add_separator), (impl_add_item),
8203         (parse_item_list), (egg_toolbars_model_add_toolbar),
8204         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8205         (impl_get_item_data), (impl_get_item_type),
8206         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8207         (egg_toolbars_model_init), (free_toolbar),
8208         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8209         (egg_toolbars_model_remove_toolbar),
8210         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8211         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8212         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8213         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8214         (egg_toolbars_model_get_item_data),
8215         (egg_toolbars_model_get_item_type):
8216         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8217         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8218         * data/Makefile.am:
8219         * data/evince-toolbar.xml:
8220         * data/evince-ui.xml:
8221         * data/hand-open.png:
8222         * po/POTFILES.in:
8223         * shell/Makefile.am:
8224         * shell/ev-window.c: (update_chrome_visibility),
8225         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8226         (ev_window_dispose), (ev_window_init):
8227
8228         Implement epiphany like toolbar editor. Based on patch by
8229         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8230
8231 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8234
8235         Use set_cursor instead of set_selection, so that
8236         the keyboard focus moves too.
8237
8238 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8239
8240         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8241
8242         Fix infinite loop when loading Type1 fonts
8243
8244 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * data/evince-ui.xml:
8247         * shell/ev-window.c:
8248
8249         Slash -> Find
8250
8251 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8252
8253         * configure.ac:
8254
8255         Make --disable really disable
8256
8257 2005-05-07  Juerg Billeter  <j@bitron.ch>
8258
8259         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8260
8261         Compare page labels even without has_labels set, fixes setting page
8262         with entry
8263
8264 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8267         (ev_view_set_cursor), (ev_view_button_press_event),
8268         (ev_view_motion_notify_event), (ev_view_button_release_event),
8269         (ev_view_init):
8270
8271         Implement middle button scrolling. Based on a patch
8272         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8273
8274 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8275
8276         * shell/ev-document-types.c: (get_slow_mime_type),
8277         (get_document_type_from_mime), (ev_document_type_lookup):
8278         * shell/ev-document-types.h:
8279
8280         Change api to lookup from uri. Do fast lookup first, if the
8281         type is unknown try with data sniffing.
8282
8283         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8284         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8285
8286         Adapt to api change
8287
8288 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * thumbnailer/Makefile.am:
8291
8292         Fix distcheck
8293
8294 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * NEWS:
8297         * configure.ac:
8298
8299         Release 0.3.0
8300
8301         * data/evince-ui.xml:
8302
8303         Hide presentation mode for now
8304
8305         * shell/ev-view.c: (highlight_find_results):
8306
8307         Show current find selection only on current page
8308
8309 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * shell/ev-view.c: (ev_view_select_all):
8312
8313         Compute size of the actual page, not of
8314         the current one.
8315
8316 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8319         (view_rect_to_doc_rect), (compute_selections),
8320         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8321         (ev_view_copy), (ev_view_primary_get_cb),
8322         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8323         (ev_view_button_press_event), (ev_view_motion_notify_event),
8324         (ev_view_button_release_event), (page_changed_cb):
8325
8326         Fix text selection
8327
8328 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * shell/ev-view.c: (compute_border), (get_page_extents),
8331         (doc_rect_to_view_rect), (highlight_find_results),
8332         (ev_view_bin_expose), (ev_view_select_all),
8333         (ev_view_motion_notify_event), (update_find_status_message),
8334         (jump_to_find_result), (jump_to_find_page):
8335
8336         First go at fixing search, still buggy
8337
8338 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8339
8340         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8341         dropdown box and button at the top of the sidebar.
8342
8343 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8344
8345         * configure.ac: Output zoom-control Makefile.
8346         * cut-n-paste/Makefile.am: build zoom-control subdir.
8347         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8348         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8349         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8350         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8351         * cut-n-paste/zoom-control/ephy-zoom.c:
8352         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8353         from epiphany, and modified to add a separator into the menu.
8354         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8355         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8356         zoom-control action.
8357         * shell/Makefile.am: Include zoom-control flags.
8358         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8359         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8360         (ev_view_zoom_for_size_presentation),
8361         (ev_view_zoom_for_size_continuous_and_dual_page),
8362         (ev_view_zoom_for_size_continuous),
8363         (ev_view_zoom_for_size_dual_page),
8364         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8365         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8366         ev_view_get_zoom and ev_view_get_sizing_mode.
8367         * shell/ev-view.h:
8368         * shell/ev-window.c: (update_action_sensitivity),
8369         (update_sizing_buttons), (zoom_control_changed_cb),
8370         (register_custom_actions): Initialize and use the zoom-control 
8371         widget.
8372
8373 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8374
8375         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8376         preview cache back to 1.  Don't know when it got set to 0.
8377         
8378         * shell/ev-view.c: (compute_border), (ev_view_realize),
8379         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8380         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8381         (ev_view_get_fullscreen), (ev_view_set_presentation),
8382         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8383         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8384         * shell/ev-view.h:
8385         * shell/ev-window.c:
8386         (update_chrome_visibility),
8387         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8388         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8389         (update_document_mode), (ev_window_update_fullscreen_action),
8390         (ev_window_fullscreen), (ev_window_unfullscreen),
8391         (ev_window_cmd_view_fullscreen),
8392         (ev_window_update_presentation_action),
8393         (ev_window_run_presentation), (ev_window_stop_presentation),
8394         (ev_window_cmd_view_presentation), (ev_window_state_event),
8395         (ev_window_focus_in_event), (ev_window_focus_out_event),
8396         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8397         * data/evince-ui.xml: Initial presentation mode.  We should
8398         probably hide this until it's done, as it's quite rough.  Also,
8399         change full-screen to fullscreen and add two getters to EvView.
8400
8401 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/ev-page-action.c: (update_page_cache),
8404         (ev_page_action_dispose):
8405         * shell/ev-window.c: (destroy_fullscreen_popup),
8406         (ev_window_create_fullscreen_popup):
8407
8408         Use connect_object rather than explicitly
8409         disconnect on dispose.
8410
8411 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8412
8413         * shell/ev-page-action.c: (update_page_cache),
8414         (ev_page_action_dispose):
8415
8416 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8417
8418         * backend/ev-page-cache.c: (_ev_page_cache_new),
8419         (ev_page_cache_set_page_label),
8420         (ev_page_cache_has_nonnumeric_page_labels):
8421         * backend/ev-page-cache.h:
8422         * shell/ev-page-action.c: (update_pages_label):
8423         
8424         If all page labels are numeric, fallback to default
8425         way to display number of pages. See bug 173185.
8426
8427 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8428
8429         * shell/ev-page-action.c: (ev_page_action_dispose):
8430         * shell/ev-view.c: (view_update_range_and_current_page):
8431         * shell/ev-window.c: (ev_window_dispose):
8432         
8433         Set page on scroll in continuous mode. Fixes bug 301986.
8434         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8435
8436 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8437
8438         * configure.ac:
8439
8440         Require poppler 0.3.0
8441
8442 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8443         
8444         * shell/Makefile.am, configure.ac: Fix build problems
8445         with t1lib. Bug 301996.
8446
8447 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8448
8449         * shell/ev-view.c: (ev_view_scroll_event):
8450         
8451         Scroll up increase zoom
8452
8453 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8454
8455         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8456         (ev_view_set_sizing_mode),
8457         (ev_view_zoom_for_size_continuous_and_dual_page),
8458         (ev_view_zoom_for_size_continuous):
8459         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8460         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8461         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8462         (ev_window_init):
8463
8464         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8465         Fix for 165473 and 165472.
8466
8467 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8468
8469         * po/POTFILES.in:
8470         * thumbnailer/Makefile.am:
8471         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8472         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8473         * thumbnailer/evince-thumbnailer.schemas.in:
8474         
8475         Make thumbnailer schemas translatable. Fix for bug 301773
8476         
8477         * thumbnailer/evince-thumbnailer-djvu.schemas:
8478         * thumbnailer/evince-thumbnailer-dvi.schemas:
8479         * thumbnailer/evince-thumbnailer.schemas:
8480
8481         Removed files
8482
8483 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8484
8485         * shell/ev-view.c (ev_view_init): forgot to set this.
8486
8487 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8488
8489         * shell/ev-view.c: (find_page_at_location),
8490         (get_link_at_location),
8491         (ev_view_set_show_border), (ev_view_set_spacing),
8492         (ev_view_zoom_for_size_continuous_and_dual_page),
8493         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8494         Also, add a quick fix measuring of widths.  Also, removed
8495         ev_view_set_spacing and ev_view_set_show_border.
8496         
8497         * shell/ev-window.c: (ev_window_unfullscreen),
8498         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8499
8500 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8501
8502         * shell/ev-view.c: (view_update_range_and_current_page),
8503         (page_changed_cb):
8504         
8505         Fix crash on exit and scrolling to page in continuous view.
8506
8507 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * TODO:
8510         * backend/ev-page-cache.c: (_ev_page_cache_new),
8511         (ev_page_cache_get_max_width_size),
8512         (ev_page_cache_get_max_height_size):
8513         * backend/ev-page-cache.h:
8514         * data/evince-ui.xml:
8515         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8516         * shell/ev-view.c: (view_update_adjustments),
8517         (view_update_range_and_current_page), (get_bounding_box_size),
8518         (ev_view_size_request_continuous_and_dual_page),
8519         (ev_view_size_request_continuous),
8520         (ev_view_size_request_dual_page),
8521         (ev_view_size_request_single_page), (ev_view_size_request),
8522         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8523         (ev_view_bin_expose), (ev_view_expose_event),
8524         (ev_view_set_property), (ev_view_get_property),
8525         (ev_view_class_init), (ev_view_init), (ev_view_new),
8526         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8527         (ev_view_set_dual_page), (ev_view_set_full_screen),
8528         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8529         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8530         (ev_view_zoom_out), (zoom_for_size_fit_width),
8531         (zoom_for_size_best_fit),
8532         (ev_view_zoom_for_size_continuous_and_dual_page),
8533         (ev_view_zoom_for_size_continuous),
8534         (ev_view_zoom_for_size_dual_page),
8535         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8536         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8537         * shell/ev-view.h:
8538         * shell/ev-window.c: (update_action_sensitivity),
8539         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8540         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8541         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8542         (ev_window_cmd_view_zoom_out), (update_view_size),
8543         (ev_window_set_sizing_mode), (ev_window_init):
8544
8545         Add Continuous and Dual page modes.
8546
8547 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8548
8549         * dvi/dvi-document.c: (dvi_document_load),
8550         (dvi_document_thumbnails_get_thumbnail),
8551         (dvi_document_init_params): Fix up some mixups between
8552         width and height to correct thumbnail rendering.
8553
8554 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8555
8556         * dvi/mdvi-lib/private.h:
8557         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8558         
8559         Suppess output for kpathsea during font generation. Thanks to
8560         James Bowes
8561
8562 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8563
8564         * NEWS:
8565         * configure.ac:
8566
8567         Release 0.2.1
8568
8569         * Makefile.am: fix distcheck.
8570
8571 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8572
8573         * shell/ev-sidebar-links.c: (selection_changed_callback),
8574         (update_page_callback), (row_activated_callback),
8575         (job_finished_callback), (ev_sidebar_links_set_document):
8576         
8577         Fix for bug #169901. Double click on links expands tree.
8578
8579 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8580
8581         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8582         hard-coded style. Fix for bug 170111
8583
8584 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8585
8586         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8587         locking.
8588
8589 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8590
8591         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8592
8593 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * pdf/ev-poppler.cc:
8596         * shell/ev-view.c: (highlight_find_results):
8597
8598         Fix find on single page documents
8599
8600 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8601
8602         * data/evince.schemas.in: fix for bug 301390
8603
8604 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8605
8606         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8607         (ev_view_zoom_out), (ev_view_zoom_normal):
8608         * shell/ev-view.h:
8609         * shell/ev-window.c: (update_action_sensitivity),
8610         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8611         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8612         (ev_window_cmd_view_normal_size):
8613
8614         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8615         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8616         better than oom. 
8617
8618 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8619
8620         * configure.ac:
8621
8622         Depend on 2.57, 2.59 doesnt seem to be necessary
8623
8624 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8625
8626         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8627         (create_tool_item):
8628
8629         Put back total number of pages as (1 of 1234)
8630
8631 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8632
8633         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8634         remove the job.
8635
8636         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8637         function.  This helps debugging.
8638
8639 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8640
8641         * djvu/djvu-document.c: (djvu_document_class_init),
8642         (djvu_document_get_info), (djvu_document_document_iface_init):
8643         * dvi/dvi-document.c: (dvi_document_class_init),
8644         (dvi_document_get_info), (dvi_document_document_iface_init):
8645
8646         Dummy implementation of get_info method for dvi and
8647         djvu. Fix crashes with those backends
8648
8649 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8650
8651         * data/evince.desktop.in:
8652
8653         Add application/x-gzpostscript
8654
8655 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8656
8657         * data/evince.schemas.in: Added real long descriptions, 
8658         closes bug 172496 
8659
8660         * README: Added actual text, closes bug 171869
8661
8662 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8663
8664         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8665
8666         Thumbnail page 0
8667
8668 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8669
8670         * backend/ev-document-info.h:
8671
8672         s/GDate */GDate so we can just use g_free
8673
8674 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8675
8676         * shell/ev-window.c: (update_document_mode),
8677         (ev_window_setup_document):
8678
8679         Show the window in fullscreen when specified by
8680         the document
8681
8682 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8683
8684         * backend/ev-document.c: (ev_document_class_init),
8685         (ev_document_get_info), (ev_document_render_pixbuf):
8686         * backend/ev-document.h:
8687         * backend/ev-page-cache.c: (_ev_page_cache_new):
8688         * pdf/ev-poppler.cc:
8689         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8690         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8691         * ps/ps-document.c: (ps_document_class_init), (document_load),
8692         (ps_document_get_info), (ps_document_document_iface_init):
8693
8694         Remove get_title from the interface, we can just use document info
8695
8696 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8697
8698         * backend/Makefile.am:
8699         * backend/ev-document.c: (ev_document_render_get_info):
8700         * backend/ev-document.h:
8701         * pdf/ev-poppler.cc:
8702
8703         Initial support for document info. Based on jrb patch.
8704
8705 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8706
8707         * shell/ev-window.c: (ev_window_state_event),
8708         (ev_window_class_init), (ev_window_init):
8709         
8710         Doesn't show resize grip when maximized. See bug #301053
8711
8712 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8713
8714         * po/POTFILES.in:
8715         
8716         ev-sidebar-thumbnails now has translatable labels
8717         
8718         * shell/Makefile.am:
8719         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8720         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8721         (ev_sidebar_links_page_iface_init):
8722         * shell/ev-sidebar-links.h:
8723         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8724         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8725         (ev_sidebar_page_get_label):
8726         * shell/ev-sidebar-page.h:
8727         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8728         (ev_sidebar_thumbnails_set_document),
8729         (ev_sidebar_thumbnails_support_document),
8730         (ev_sidebar_thumbnails_get_label),
8731         (ev_sidebar_thumbnails_page_iface_init):
8732         * shell/ev-sidebar-thumbnails.h:
8733         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8734         (ev_sidebar_set_document):
8735         * shell/ev-sidebar.h:
8736         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8737         
8738         Small rework of sidebar code. Now sidebar pages should implement
8739         EvSidebarPage interface. That makes page management in EvSidebar
8740         easier. See bug #164811 for details
8741
8742 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * shell/ev-application.c: (ev_application_open):
8745         * shell/ev-document-types.c:
8746         
8747         Fix build error and small problem with application exit
8748
8749 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8750
8751         * thumbnailer/Makefile.am:
8752         * thumbnailer/evince-thumbnailer-djvu.schemas:
8753         * thumbnailer/evince-thumbnailer-dvi.schemas:
8754         
8755         Conditionally install schemas for djvu/dvi thumbnailer
8756
8757 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8758
8759         * shell/ev-document-types.h: 
8760         * shell/ev-document-types.c: 
8761         New files, handling the mapping from mimetypes to backends
8762         
8763         * shell/ev-window.c: 
8764         * thumbnailer/evince-thumbnailer.c:     
8765         Use the ev-document-types code
8766         
8767         * shell/Makefile.am: 
8768         Added new convenience library libevbackendfactory_la, containing
8769         the new mimetype->backend logic; moved the backends into it.
8770
8771         * thumbnailer/Makefile.am:
8772         Make the thumbnailer link with the libevbackend.la convenience
8773         library, rather than having a duplicate of the backend logic here.
8774
8775 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8776
8777         * shell/ev-stock-icons.c: constify some vars.
8778         * shell/ev-window.c: ditto.
8779
8780 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8781
8782         * ps/ps-document.c (get_page_orientation):
8783
8784         Respect document orientation 
8785
8786 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * djvu/Makefile.am:
8789         * dvi/Makefile.am:
8790         * shell/Makefile.am:
8791         
8792         Move library dependencies to components.
8793         
8794         * shell/ev-window.c: (update_window_title),
8795         (start_loading_document):
8796         
8797         Fix display of uris with spaces. Bug 168358.
8798
8799 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8800
8801         * shell/ev-sidebar-links.c: (selection_changed_cb):
8802         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8803         (ev_view_button_release_event), (ev_view_set_document):
8804         * shell/ev-view.h:
8805         * shell/ev-window.c: (find_bar_search_changed_cb):
8806         * shell/ev-window.h: Minor cleanups removing some dead code.
8807
8808 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8809
8810         * backend/ev-page-cache.c: (_ev_page_cache_new):
8811         
8812         Set current page to 0 if document has pages.
8813
8814 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8815
8816         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8817
8818         Initialize GError to NULL, fix a crash when loading fails.
8819
8820 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8821
8822         * shell/ev-window.c: (update_view_size):
8823
8824         Calculate shadow size only when there is actually
8825         a shadow.
8826
8827 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8828
8829         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8830         * shell/ev-view.h:
8831
8832         Allow setting view spacing, default to 0
8833
8834         * shell/ev-window.c: (ev_window_unfullscreen),
8835         (ev_window_cmd_view_fullscreen), (ev_window_init):
8836
8837         Remove spacing in fullscreen mode
8838
8839 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8840
8841         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8842         (ev_view_size_request), (expose_bin_window),
8843         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8844         * shell/ev-view.h:
8845         * shell/ev-window.c: (ev_window_unfullscreen),
8846         (ev_window_cmd_view_fullscreen):
8847
8848         Do not draw the border in fulscreen
8849
8850 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8851
8852         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8853         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8854         (find_page_at_location), (page_changed_cb):
8855
8856         Rework border calculation, so that I can more easily disable it.
8857         Code somewhat cleaner too.
8858
8859 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8860
8861         * backend/ev-page-cache.c: (ev_page_cache_init),
8862         (_ev_page_cache_new):
8863
8864         Remove some assertions, documents can have 0 pages.
8865         Make initial current page -1.
8866
8867         * shell/ev-page-action.c: (page_changed_cb):
8868
8869         Show "" if current page is -1
8870
8871         * shell/ev-window.c: (update_action_sensitivity),
8872         (ev_window_setup_document):
8873
8874         When document has 0 pages do not set the view
8875         and make nearly everything insensitive.
8876
8877 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8878
8879         * shell/ev-page-view.c:
8880         * shell/ev-page-view.h:
8881
8882         Remove unused files.
8883         
8884         * shell/ev-sidebar-thumbnails.c:
8885         (ev_sidebar_thumbnails_set_document):
8886         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8887         (ev_sidebar_supports_document):
8888         * shell/ev-sidebar.h:
8889         * shell/ev-window.c: (ev_window_setup_document):
8890         
8891         Doesn't show thumbnails if document has 1 page. Make
8892         sidebar menu entries sensitive only if if they have 
8893         sense. Fix bug 164811. 
8894
8895 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8896
8897         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8898         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8899         (ev_view_zoom_out), (ev_view_set_size):
8900
8901         Rework sizing to deal with documents with not uniform page
8902         size.
8903
8904 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * backend/ev-page-cache.c: (_ev_page_cache_new):
8907
8908         Fix several page size caching bugs
8909
8910 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8911
8912         * shell/ev-window.c: (set_action_properties):
8913
8914         Make all toolbar items translatable
8915
8916 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8917
8918         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8919         (save_page_list), (ps_document_save),
8920         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8921         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8922         (ps_document_ps_exporter_iface_init):
8923         * ps/ps-document.h:
8924
8925         Based on a patch by J�rg Billeter <j@bitron.ch>
8926         
8927         Implement print and save a copy for the ps backend.
8928
8929 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8930
8931         * backend/ev-document.h:
8932         * djvu/djvu-document.c: (djvu_document_can_get_text),
8933         (djvu_document_document_iface_init):
8934         * dvi/dvi-document.c: (dvi_document_can_get_text),
8935         (dvi_document_document_iface_init):
8936         * pdf/ev-poppler.cc:
8937         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8938         (pixbuf_document_document_iface_init):
8939         * ps/ps-document.c: (ps_document_can_get_text),
8940         (ps_document_document_iface_init):
8941         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8942         * shell/ev-window.c: (update_action_sensitivity):
8943
8944         Fix the crash when trying to copy in backends that doesnt
8945         support it. We can implement a better solution once we
8946         do real text selection.
8947
8948 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8949
8950         * data/evince-ui.xml:
8951         * shell/ev-window.c: (ev_window_cmd_escape):
8952         
8953         Work around the Escape conflict (find bar and unfullscreen)
8954
8955 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8956
8957         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8958         
8959         Fix for #300233. Next page correctly handles document end.
8960         
8961         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8962         (ev_sidebar_thumbnails_class_init),
8963         (ev_sidebar_thumbnails_set_document),
8964         (ev_sidebar_thumbnails_clear_job),
8965         (ev_sidebar_thumbnails_clear_model):
8966         
8967         Cleanup thumbnail jobs on document changes.
8968         
8969         * shell/ev-view.c: (add_scroll_binding_keypad),
8970         (add_scroll_binding_shifted), (ev_view_class_init):
8971         
8972         Shift + Space scrolls up. Fix for #173184
8973         
8974         * shell/ev-window.c: (ev_window_open_page),
8975         (ev_window_cmd_view_reload):
8976         
8977         Fix reload (Bug #300094)
8978
8979 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8980
8981         
8982         * dvi/mdvi-lib/assoc.c:
8983         * dvi/mdvi-lib/assoc.h: Removed garbage files
8984         
8985         * dvi/mdvi-lib/bitmap.c:
8986         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
8987         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
8988         * dvi/mdvi-lib/color.h: Antialias of rules
8989         
8990         * dvi/mdvi-lib/common.h:
8991         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
8992         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
8993         * dvi/mdvi-lib/files.c:
8994         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
8995         * dvi/mdvi-lib/mdvi.h:
8996         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8997         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
8998         * dvi/mdvi-lib/util.c: Fix compile warnings
8999         
9000         * dvi/dvi-document.c:
9001         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9002         (dvi_document_thumbnails_get_thumbnail),
9003         (dvi_document_document_thumbnails_iface_init):
9004         * dvi/mdvi-lib/Makefile.am:
9005         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9006         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9007         
9008         Dvi backend now renders thumbnails
9009
9010 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9011
9012         * shell/main.c: (main): 
9013         
9014         Save accelerators on exit. Fixes bug #172095.
9015
9016 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9017
9018         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9019         update priority" comment.
9020
9021         * backend/ev-job-queue.c: Give a way to change priority.
9022
9023 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9024
9025         * shell/ev-page-action.c: Fix logic.
9026
9027 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9028
9029         * shell/ev-view.c: (ev_view_can_find_next):
9030         * shell/ev-window.c: (ev_window_setup_document):
9031
9032         Check that the document supports find
9033
9034 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9035
9036         * data/evince-ui.xml:
9037         * shell/ev-view.c: (ev_view_can_find_next):
9038         * shell/ev-view.h:
9039         * shell/ev-window.c: (update_action_sensitivity),
9040         (find_changed_cb), (ev_window_setup_document),
9041         (ev_window_cmd_edit_find_next):
9042
9043         Add Edit->Find Next
9044
9045 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9046
9047         * pdf/ev-poppler.cc:
9048         * shell/ev-print-job.c: (idle_print_handler):
9049
9050         Make printing work again
9051
9052 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9053
9054         * shell/ev-page-action.h:
9055         * shell/ev-page-action.c: (ev_page_action_widget_init),
9056         (ev_page_action_widget_class_init), (page_changed_cb),
9057         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9058         (get_filter_model_from_model), (match_selected_cb),
9059         (display_completion_text), (match_completion), (update_model),
9060         (connect_proxy), (ev_page_action_set_property),
9061         (ev_page_action_get_property), (ev_page_action_set_document),
9062         (ev_page_action_set_model), (ev_page_action_class_init): Big
9063         reworking to make completions work iff we have >= GTK-2.7.0
9064                 
9065         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9066         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9067         (job_finished_cb): We now have a 'model' property that is set when
9068         the links are loaded.  This can be caught with "notify::model"
9069
9070         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9071         listen for the model to be set, and propagate it to the action.
9072
9073 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9074
9075         * cut-n-paste/recent-files/egg-recent-item.c:
9076         (egg_recent_item_set_uri), (make_valid_utf8),
9077         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9078         * cut-n-paste/recent-files/egg-recent-item.h:
9079         
9080         Update egg-recent from libegg. This should fix long
9081         startup problem. For details see
9082         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9083
9084 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9085
9086         * cut-n-paste/recent-files/Makefile.am:
9087         * data/evince-ui.xml, shell/Makefile.am:
9088         * shell/ev-application.c, shell/ev-application.h:
9089         * shell/ev-window.c: Recent files support.
9090         
9091         * configure.ac: Added "ru" to ALL_LINGUAS.
9092         
9093         * dvju: new backend to support DJVU files.
9094         * dvi: new backend to support DVI.
9095
9096         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9097         * ev-application.c: Support for new backends.
9098         
9099         * help, ev-window.c, main.c shell/Makefile.am: 
9100         Evince user documentation.
9101
9102 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9103
9104         * po/POTFILES.in:
9105         * shell/ev-window.c:
9106         * thumbnailer/evince-thumbnailer.c:
9107
9108         s/pdf-document/ev-poppler
9109
9110 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9111
9112         * NEWS:
9113         * configure.ac:
9114
9115         Release 0.2.0
9116
9117         * ps/ps-document.c: (setup_pixmap):
9118
9119         Remove debug code
9120
9121 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9122
9123         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9124         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9125         (ev_window_cmd_go_first_page): Fix of by one errors.
9126
9127 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9128
9129         * ps/ps-document.c: (get_page_box):
9130
9131         Fix page size calculation
9132
9133 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9134
9135         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9136         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9137         (get_page_orientation), (setup_page), (document_load),
9138         (ps_document_get_page_size), (render_pixbuf_idle):
9139         * ps/ps-document.h:
9140
9141         More refactoring to adapt to EvDocument changes
9142
9143 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9144
9145         * ps/ps-document.c: (start_interpreter):
9146
9147         Actually add alpha args
9148
9149 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9150
9151         * pdf/ev-poppler.cc:
9152
9153         Make clipboard work again
9154
9155 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9156
9157         Make searching work again.
9158         
9159         * backend/ev-document.c:
9160         * backend/ev-document.h:
9161         * backend/ev-document-find.c:
9162         * backend/ev-document-find.h: Change EvDocumentIface so we no
9163         longer store the current page or zoom level in the document.  The
9164         consequence is that all calls that operate on the current page now
9165         instead take the page number as an extra argument, and all
9166         coordinates are now doubles in document coordinate system.
9167
9168         * pdf/ev-poppler.cc:
9169         * pixbuf/pixbuf-document.c:
9170         * ps/ps-document.c: Update backends accordingly.
9171
9172 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9173
9174         * autogen.sh:
9175
9176         Add required gettext version
9177
9178 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9179
9180         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9181         make F1 bring up non-existent help.
9182
9183         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9184         epiphany's find bar, #167477
9185
9186         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9187         <emil@nishra.com> to add space-bar scrolling, 
9188
9189         * shell/ev-window.c (static GtkActionEntry entries): add default
9190         keybinding for Help (F1)
9191         Fixes #171068
9192
9193         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9194         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9195         170110
9196
9197 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9198
9199         * Makefile.am: 
9200         * pixbuf/pixbuf-document.c: 
9201
9202         Got pixbuf backend working again
9203
9204 2005-04-01  Steve Murphy  <murf@e-tools.com>
9205
9206         * configure.in: Added "rw" to ALL_LINGUAS.
9207
9208 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9209
9210         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9211         model types, noticed by Martin Kretzschmar.
9212
9213 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9214
9215         * pdf/ev-poppler.cc: Implement search based on
9216         poppler_page_find_text().  Currently a bit crude since we remember
9217         all matches from all pages.  Also, we grab the big document lock
9218         when we search since searching changes the underlying stream and
9219         thus conflicts with the rendering thread.
9220         
9221         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9222         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9223         (ev_view_find_previous): Fix some page indexes to be 0 based,
9224         offset rubber band by view offset,
9225
9226 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9227
9228         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9229
9230 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9233         completely because I didn't understand GtkActions.  I should
9234         read Marco's code more carefully in the future.
9235
9236         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9237         function
9238
9239 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9240
9241         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9242         PopplerRectangle change from poppler CVS.
9243
9244 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9245
9246         * backend/ev-document.c: (ev_document_get_page_label):
9247         * backend/ev-document.h:
9248         * backend/ev-page-cache.c: (_ev_page_cache_new),
9249         (ev_page_cache_get_page_label):
9250         * backend/ev-page-cache.h:
9251         * pdf/ev-poppler.cc:
9252         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9253         (links_page_num_func):
9254         * shell/ev-sidebar-thumbnails.c:
9255         (ev_sidebar_thumbnails_set_document):
9256         * shell/ev-view.c: (status_message_from_link),
9257         (ev_view_motion_notify_event):
9258         * shell/ev-window.c: (document_supports_sidebar): Add in page
9259         label support.  It's not perfect yet, but it's the first 'feature'
9260         in a while.
9261         Also, fix a bogus comment noticed by crispin. 
9262
9263 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9264
9265         * Makefile.am: Remove pixbuf backend for now
9266
9267         * configure.ac: Require poppler-glib instead of just poppler.
9268
9269         * backend/ev-document-thumbnails.h: Add a comment
9270
9271         * backend/ev-document.h:
9272         * backend/ev-document.c: (ev_document_class_init),
9273         (ev_document_load), (ev_document_get_link),
9274         (ev_document_get_links): Remove 3 methods and add get_links.
9275         Also, made 0 based.
9276
9277         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9278         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9279
9280         * backend/ev-link.c: (ev_link_set_title),
9281         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9282         (ev_link_mapping_find):
9283         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9284         
9285         * backend/ev-page-cache.c: (ev_page_cache_init),
9286         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9287         (ev_page_cache_get_size), (ev_page_cache_next_page),
9288         (ev_page_cache_prev_page): Fix to be 0 based.
9289
9290         * pdf/Makefile.am: 
9291         * pdf/ev-poppler.h:
9292         * pdf/ev-poppler.cc: New backend.
9293         
9294         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9295         (ps_document_get_page), (ps_document_document_iface_init):
9296
9297         * shell/ev-pixbuf-cache.h:
9298         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9299         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9300         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9301         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9302         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9303         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9304         based.
9305         
9306         * shell/ev-sidebar-thumbnails.c:
9307         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9308         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9309
9310         * shell/ev-view.c: (status_message_from_link),
9311         (find_page_at_location), (get_link_at_location),
9312         (ev_view_motion_notify_event), (ev_view_button_release_event),
9313         (ev_view_init): Use the new link code.  Fix to be 0 based.
9314
9315         * shell/ev-window.c: (update_action_sensitivity),
9316         (document_supports_sidebar): 0 based.
9317
9318 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9319
9320         * pdf/pdf-document.cc: Patch from Fernando Herrera
9321         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9322         *blush*
9323
9324 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9325
9326         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9327         1 to the page, as this seems to be 1 based.  I thought we has this
9328         fixed.  grump.
9329
9330 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9331
9332         * TODO:
9333         * backend/Makefile.am:
9334         * backend/ev-document-links.c:
9335         (ev_document_links_has_document_links),
9336         (ev_document_links_get_links_model):
9337         * backend/ev-document-links.h:
9338         * backend/ev-document.c: (ev_document_get_page_cache),
9339         (ev_document_get_doc_mutex), (ev_document_load),
9340         (ev_document_save), (ev_document_get_title),
9341         (ev_document_get_n_pages), (ev_document_set_page),
9342         (ev_document_get_page), (ev_document_set_target),
9343         (ev_document_set_scale), (ev_document_set_page_offset),
9344         (ev_document_get_page_size), (ev_document_get_text),
9345         (ev_document_get_link), (ev_document_render),
9346         (ev_document_render_pixbuf), (ev_document_scale_changed):
9347         * backend/ev-document.h:
9348         * backend/ev-job-queue.c: (remove_object_from_queue),
9349         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9350         (no_jobs_available_unlocked), (ev_render_thread),
9351         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9352         (ev_job_queue_remove_job):
9353         * backend/ev-job-queue.h:
9354         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9355         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9356         (ev_job_links_class_init), (ev_job_render_init),
9357         (ev_job_render_dispose), (ev_job_render_class_init),
9358         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9359         (ev_job_thumbnail_class_init), (ev_job_finished),
9360         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9361         (ev_job_render_run), (ev_job_thumbnail_new),
9362         (ev_job_thumbnail_run):
9363         * backend/ev-jobs.h:
9364         * backend/ev-link.c:
9365         * backend/ev-link.h:
9366         * backend/ev-page-cache.c: (ev_page_cache_init),
9367         (ev_page_cache_class_init), (ev_page_cache_finalize),
9368         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9369         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9370         (ev_page_cache_set_link), (ev_page_cache_get_title),
9371         (ev_page_cache_get_size), (ev_page_cache_next_page),
9372         (ev_page_cache_prev_page):
9373         * backend/ev-page-cache.h:
9374         * pdf/pdf-document.cc:
9375         * ps/gsdefaults.c:
9376         * ps/gsdefaults.h:
9377         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9378         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9379         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9380         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9381         (is_interpreter_ready), (output), (catchPipe), (input),
9382         (start_interpreter), (check_filecompressed), (compute_dimensions),
9383         (ps_document_enable_interpreter), (document_load),
9384         (ps_document_next_page), (render_page), (ps_document_set_page),
9385         (ps_document_set_scale), (render_pixbuf_idle),
9386         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9387         * ps/ps-document.h:
9388         * shell/Makefile.am:
9389         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9390         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9391         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9392         (ev_pixbuf_cache_new), (job_finished_cb),
9393         (check_job_size_and_unref), (move_one_job),
9394         (ev_pixbuf_cache_update_range), (find_job_cache),
9395         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9396         (ev_pixbuf_cache_add_jobs_if_needed),
9397         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9398         * shell/ev-pixbuf-cache.h:
9399         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9400         (idle_print_handler):
9401         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9402         (selection_changed_cb), (create_loading_model),
9403         (ev_sidebar_links_construct), (links_page_num_func),
9404         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9405         (update_page_callback), (job_finished_cb),
9406         (ev_sidebar_links_set_document):
9407         * shell/ev-sidebar-thumbnails.c:
9408         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9409         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9410         (page_changed_cb), (thumbnail_job_completed_callback),
9411         (ev_sidebar_thumbnails_set_document):
9412         * shell/ev-sidebar-thumbnails.h:
9413         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9414         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9415         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9416         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9417         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9418         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9419         (ev_view_button_release_event), (ev_view_scroll_view),
9420         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9421         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9422         (ev_view_new), (job_finished_cb), (page_changed_cb),
9423         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9424         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9425         (ev_view_find_previous):
9426         * shell/ev-view.h:
9427         * shell/ev-window.c: (update_action_sensitivity),
9428         (ev_window_open_page), (update_window_title), (update_total_pages),
9429         (page_changed_cb), (ev_window_setup_document),
9430         (password_dialog_response), (ev_window_cmd_save_as),
9431         (ev_window_print), (ev_window_cmd_go_previous_page),
9432         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9433         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9434         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9435         * shell/main.c: (main):
9436
9437         Merge evince-threads branch
9438
9439 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9440
9441         * configure.ac: Added "lt" to ALL_LINGUAS.
9442
9443 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9444
9445         * NEWS:
9446         * configure.ac:
9447
9448         Release 0.1.9
9449
9450 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9451
9452         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9453
9454         Fix here also the thumbnails 1-basedness :)
9455
9456 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9457
9458         * NEWS:
9459         * configure.ac:
9460
9461         Release 0.1.8
9462
9463 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9464
9465         * pdf/pdf-document.cc:
9466         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9467         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9468
9469         Fix the mess we did with thumbnails and 1-basedness
9470
9471 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9472
9473         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9474
9475 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9476
9477         * NEWS:
9478         * configure.ac:
9479
9480         Release 0.1.7
9481
9482 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9483
9484         * ps/Makefile.am:
9485         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9486         (gtk_gs_defaults_get_alpha_parameters),
9487         (gtk_gs_defaults_get_ungzip_cmd),
9488         (gtk_gs_defaults_get_unbzip2_cmd):
9489         * ps/gsdefaults.h:
9490         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9491         (ps_document_get_orientation), (document_load),
9492         (ps_document_goto_page), (ps_document_set_page_size):
9493         * ps/ps-document.h:
9494
9495         Some more sanitization of the ps backend. Remove a lot
9496         of unused code and do not base our defaults on ggv
9497         preferences (ugh!)
9498
9499 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9500
9501         * thumbnailer/evince-thumbnailer.schemas:
9502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9503         (main): add -s option for thumbnail size.
9504
9505 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9506
9507         * configure.ac:
9508
9509         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9510         remove it.
9511
9512 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9513
9514         * pdf/pdf-document.cc:
9515
9516         Remove 4 pixels of useless border from the
9517         thumbnail.
9518
9519 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9520
9521         * backend/ev-document-thumbnails.c:
9522         (ev_document_thumbnails_get_thumbnail):
9523         * backend/ev-document-thumbnails.h:
9524
9525         Rework API a bit. Add a border flag and
9526         change sizing logic (now the size we specify
9527         applies to the bigger dimension).
9528
9529         * pdf/pdf-document.cc:
9530         * pixbuf/pixbuf-document.c:
9531         (pixbuf_document_thumbnails_get_thumbnail):
9532         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9533         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9534
9535         Adapt to the new API and do not draw a border for nautilus
9536         thumbnailer.
9537
9538 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9539
9540         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9541         take thumbnails from page "0" instead of "1". Added a copyright header.
9542
9543 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9544
9545         * ps/ps-document.c: (set_up_page), (start_interpreter):
9546
9547         Make it C89 compliant
9548
9549 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9550
9551         * Makefile.am:
9552         * configure.ac:
9553         * pdf/.cvsignore:
9554         * pdf/pdf-document.cc:
9555         * thumbnailer/Makefile.am:
9556         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9557         (main):
9558         * thumbnailer/evince-thumbnailer.schemas:
9559         * thumbnailer/pdf-icon.png:
9560
9561         Add a nautilus thumbnailer.
9562         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9563
9564 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9565
9566         * NEWS:
9567         * configure.ac:
9568         * po/POTFILES.in:
9569
9570         Release 0.1.6
9571
9572 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9573
9574         Use poppler instead of including xpdf source code.  Poppler is a
9575         fork of xpdf to build it as a shared library. See
9576         http://freedesktop.org/wiki/Software/poppler.
9577
9578         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9579         xpdf fork.
9580         
9581         * pdf/Makefile.am: Build libpdfdocument.a here.
9582         
9583         * pdf/GDKSplashOutputDev.cc:
9584         * pdf/GDKSplashOutputDev.h:
9585         * pdf/GnomeVFSStream.cc:
9586         * pdf/GnomeVFSStream.h:
9587         * pdf-document.cc:
9588         * pdf-document.h:
9589         * test-gdk-output-dev.cc
9590         * Thumb.cc:
9591         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9592         against poppler.
9593
9594 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9595
9596         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9597
9598         Clear idle stack before unsetting the document
9599
9600 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9601
9602         * ps/ps-document.c: (ps_document_widget_event),
9603         (ps_document_set_target), (ps_document_finalize),
9604         (ps_document_get_page):
9605
9606         Disconnect the widget event signal on finalize.
9607         Some code cleanups.
9608
9609 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9610
9611         * ps/ps-document.c: (set_up_page):
9612
9613         If there is no bpixmap create one, even if size
9614         is not changed.
9615
9616 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9617
9618         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9619         (set_up_page), (document_load), (ps_document_set_zoom):
9620
9621         Default page is 0. Calculate size even when we have no
9622         target yet.
9623
9624 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9625
9626         * shell/ev-sidebar.c: expand the selection widget to be always as
9627         wide as the sidebar
9628
9629 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9630
9631         * shell/ev-sidebar-thumbnails.c:
9632         (ev_sidebar_thumbnails_set_document):
9633
9634         Clear the list store when setting document
9635
9636 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9637
9638         * shell/ev-page-action.c: (update_entry), (sync_entry),
9639         (activate_cb), (entry_size_request_cb), (create_tool_item),
9640         (connect_proxy):
9641
9642         Use an entry for the page control instead of spinbuttons
9643
9644 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9645
9646         * data/evince.schemas.in:
9647
9648         Correct confusing string
9649
9650 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9651
9652         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9653         for real.  Gosh, how long has this been broken.
9654
9655         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9656         check for a NULL link.  We crash otherwise.
9657
9658 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9659
9660         * NEWS:
9661         * configure.ac:
9662
9663         Release 0.1.5
9664
9665 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9666
9667         * configure.ac: add the french translation.
9668
9669 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9670
9671         * shell/ev-window.c:
9672
9673         Remove unused header -> fix distcheck
9674
9675 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9676
9677         * shell/ev-window.c: (update_window_title),
9678         (ev_window_popup_password_dialog):
9679
9680         Unescape filename for display
9681
9682 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9683
9684         * pdf/xpdf/pdf-document.cc:
9685
9686         In get_page_size deal with rotation. Also
9687         cleanup the function a bit.
9688
9689 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9690
9691         * pdf/xpdf/pdf-document.cc:
9692
9693         Fix crash when opening in new window
9694
9695 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9696
9697         * configure.ac:
9698
9699         Check ghostscript >= 7
9700
9701 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9702
9703         * shell/ev-window.c:
9704
9705         Make page width the default sizing mode
9706
9707 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9708         Marco Pesenti Gritti <marco@gnome.org>
9709
9710         * shell/ev-window.c: Remember the sidebar size
9711
9712         * data/evince.schemas.in: Add a new gconf key to store the size of
9713         the sidebar
9714
9715 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9716
9717         * data/evince-ui.xml:
9718         * shell/ev-window.c: (update_action_sensitivity),
9719         (ev_window_cmd_view_reload):
9720         
9721         Add a "Reload" action and menu entry
9722
9723 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9724
9725         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9726         iff the type doesn't support thumbnailing and indexing.
9727
9728 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9729
9730         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9731
9732 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9733
9734         * pdf/splash/Splash.cc:
9735
9736         Port fix for a crasher from kde bug
9737         http://bugs.kde.org/show_bug.cgi?id=97131
9738
9739 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9740
9741         * pdf/xpdf/pdf-document.cc:
9742
9743         Return a link even if it's of an unrecognized
9744         type. Otherwise we go in an infinte cycle.
9745
9746 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9747
9748         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9749         (size_allocate_cb), (ev_window_set_sizing_mode):
9750
9751         Update size when switching mode
9752
9753 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9754
9755         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9756         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9757         (ev_window_cmd_view_normal_size):
9758
9759         Fix size toggle buttons behavior
9760
9761 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9762
9763         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9764         (doc_rect_to_view_rect), (ev_view_size_allocate),
9765         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9766         (scale_changed_callback):
9767
9768         Do not cache offsets in size_allocate.
9769
9770 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9771
9772         * shell/ev-view.c: (ev_view_size_allocate):
9773
9774         Calculate offsets before calling the parent
9775         class (which does a redraw)
9776
9777 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9778
9779         * pdf/xpdf/pdf-document.cc:
9780
9781         Fix a crasher on exit. Unused code, put a TODO
9782
9783 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9784
9785         * backend/ev-document.c: (ev_document_class_init),
9786         (ev_document_page_changed), (ev_document_scale_changed):
9787         * backend/ev-document.h:
9788
9789         Separate page/scale notifications
9790
9791         * pdf/xpdf/pdf-document.cc:
9792
9793         Emit the new signals.
9794         Do not display the pdf page in _render, do it
9795         when scale/page are requested.
9796
9797         * ps/ps-document.c: (ps_document_set_zoom),
9798         (ps_document_widget_event):
9799         * ps/ps-document.h:
9800
9801         Emit the new signals.
9802
9803         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9804         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9805         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9806         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9807         * shell/ev-view.h:
9808         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9809         (ev_window_cmd_view_page_width), (size_allocate_cb),
9810         (ev_window_set_sizing_mode):
9811
9812         Rework sizing to be pixel based.
9813         There are bugs but should be already way better.
9814
9815 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9816
9817         * shell/ev-window.c: (ev_window_init):
9818
9819         Do not allow to shrink sidebar smaller then
9820         child requisition
9821
9822 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9823
9824         * shell/ev-sidebar.[ch]
9825         * shell/ev-window.c:
9826
9827         Improved sidebar widget. Fixes #166683
9828
9829 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9830
9831         * shell/ev-view.c (update_find_status_message): Give translators
9832         more flexibility with ngettext plural handling.
9833
9834 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9835
9836         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9837         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9838         page when we get the page size.
9839
9840 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9841
9842         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9843
9844         ps pages are 0 based, convert 
9845
9846 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9847
9848         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9849
9850         Initialize correct parent class. Set GError on document load
9851
9852 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9853
9854         * pdf/xpdf/pdf-document.cc:
9855
9856         Fixup selection offset calculation
9857
9858         * shell/ev-view.c: (view_rect_to_doc_rect),
9859         (doc_rect_to_view_rect), (ev_view_size_allocate),
9860         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9861         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9862
9863         Store selection as document relative, so that zooming
9864         and offset changing doesnt break it.
9865
9866 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9867
9868         * shell/ev-view.c: (ev_view_best_fit):
9869
9870         Do not try to best fit if the view is not realized
9871
9872 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9873           
9874         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9875
9876 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9877
9878         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9879
9880 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9881
9882         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9883         the popup window.  That prevents it resizing when in full screen
9884         mode.
9885
9886         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9887         multiple rerenders.  This pretty much sucks.
9888
9889         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9890         rest of the toolbar.
9891
9892 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9893
9894         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9895
9896 2005-02-17  Alexander Shopov  <ash@contact.bg>
9897
9898         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9899
9900 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9901
9902         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9903
9904 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9905
9906         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9907         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9908         (set_document_page), (document_changed_callback),
9909         (ev_view_set_document), (ev_view_find_previous),
9910         (ev_view_hide_cursor), (ev_view_show_cursor):
9911         * shell/ev-view.h:
9912         * shell/ev-window.c: (update_chrome_visibility),
9913         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9914         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9915         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9916         (ev_window_unfullscreen):
9917         * shell/main.c: (main):
9918
9919         Automatically hide the fullscreen button.
9920         Patch by Kristian Høgsberg <krh@redhat.com>
9921
9922 2005-02-16  Vincent Noel  <vnoel@cox.net>
9923
9924         * shell/main.c (main): Specify an icon for the window. Patch by
9925         Jaap A. Haitsma. Fixes #166177.
9926
9927 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9928
9929         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9930
9931 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9932
9933         * backend/ev-document-misc.h:
9934         * backend/ev-document-misc.c:
9935         (ev_document_misc_get_page_border_size),
9936         (ev_document_misc_paint_one_page): New function to canonicalize
9937         sizing/painting a border.
9938
9939         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9940         used.
9941
9942         * pdf/xpdf/pdf-document.cc: use new function
9943
9944         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9945         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9946         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9947         shell/ev-window.c: (update_sizing_buttons),
9948         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9949         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9950         (ev_window_cmd_view_page_width), (size_allocate_cb),
9951         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9952         and "fit width" values act as toggle buttons so they stay
9953         toggled.  It's not 100% perfect, and it's a little slow, but it's
9954         good enough to commit I think.
9955
9956 2005-02-15  David Lodge  <dave@cirt.net>
9957
9958         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
9959
9960 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
9961
9962         * shell/ev-window.c (update_window_title): replace newlines in
9963         the title by spaces. Bug #166107.
9964
9965 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
9966
9967         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
9968         parameters providing allocation width and height without
9969         scrollbars and width of a possible vertical scrollbar. With this
9970         additional information the functions can work as
9971         intended. Unfortunately they're not idempotent. We should
9972         transform these commands to toggles. Fixes Bug #164976
9973         Initial patch by Stephane Loeuillet, then heavily modified.
9974
9975         * shell/ev-view.h: update prototypes.
9976
9977         * shell/ev-window.c (ev_window_cmd_view_best_fit)
9978         (ev_window_cmd_view_page_width): provide EvView fit functions with
9979         all the information they need. Formulas to calculate this
9980         information taken from GtkScrolledWindow.
9981
9982 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
9983
9984         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
9985         created a thumbnail, the list store is updated to know
9986         that the thumbnail is set. Fixes bug #166792
9987
9988 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9989
9990         * shell/ev-window.c: fixed typo, closes bug 166897
9991
9992         * TODO: updated TODO with bug numbers that are relevant
9993
9994 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
9995
9996         * shell/ev-window.c: Support for DnD of files. Fixes #164813
9997
9998 2005-02-09  Vincent Noel  <vnoel@cox.net>
9999
10000         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10001         and "Next" toolbar buttons as important to make them stand out.
10002
10003 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10004
10005         * lib/ev-debug.c:
10006         * lib/ev-debug.h:
10007         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10008         (start_interpreter), (stop_interpreter), (document_load),
10009         (ps_document_next_page), (ps_document_goto_page),
10010         (ps_document_set_page_size), (ps_document_widget_event),
10011         (ps_document_render):
10012         * shell/ev-page-view.c: (ev_page_view_dispose):
10013         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10014
10015         Fix compilation on non-gcc platforms
10016
10017 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10018
10019         * NEWS:
10020         * configure.ac:
10021
10022         Release 0.1.4
10023
10024         * pdf/xpdf/Catalog.cc:
10025         * pdf/xpdf/XRef.cc:
10026
10027         Fix the fix for CAN-2004-0888
10028
10029 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10030
10031         * data/Makefile.am:
10032         * data/evince-ui.xml:
10033         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10034         * shell/ev-stock-icons.h:
10035         * shell/ev-window.c: (update_action_sensitivity),
10036         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10037         (set_action_properties):
10038
10039         Improve toolbar layout/icons
10040
10041 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10042
10043         * pdf/xpdf/pdf-document.cc:
10044
10045         Add warnings about unimplemented/unknown link
10046         types.
10047
10048 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * ps/ps-document.c: (set_up_page):
10051
10052         Log gs property
10053
10054 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10055
10056         * ps/ps-document.c: (start_interpreter):
10057
10058         Log gs env var
10059
10060 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10061
10062         * shell/ev-page-view.c: (ev_page_view_dispose):
10063         * shell/ev-view.c: (ev_view_finalize):
10064         * shell/ev-window.c: (ev_window_setup_document),
10065         (ev_window_dispose), (ev_window_init):
10066
10067         Solve more refs issues.
10068
10069         I commented out the page_view initialization for now:
10070         it was never destroyed (because it's never added
10071         to a container). Because of that we was leaking
10072         gs processes. Couldnt think to a clean fix.
10073         We need to figure this out, password view has the
10074         same issue probably.
10075
10076 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10077
10078         * ps/ps-document.c: (ps_document_finalize),
10079         (ps_document_get_n_pages), (ps_document_get_page):
10080
10081         Some cleanups, stop the interpreter on finalize
10082
10083         * shell/ev-page-view.c: (ev_page_view_dispose),
10084         (ev_page_view_class_init):
10085
10086         Release our reference on the document
10087
10088 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10089
10090         * Makefile.am:
10091         * configure.ac:
10092         * doc/debugging.txt:
10093         * lib/.cvsignore:
10094         * lib/Makefile.am:
10095         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10096         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10097         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10098         * lib/ev-debug.h:
10099
10100         Add debugging helpers
10101
10102         * ps/Makefile.am:
10103         * ps/ps-document.c: (set_up_page), (start_interpreter),
10104         (stop_interpreter), (document_load), (ps_document_next_page),
10105         (ps_document_goto_page), (ps_document_set_page_size),
10106         (ps_document_widget_event), (ps_document_render):
10107         * shell/Makefile.am:
10108         * shell/ev-view.c: (expose_bin_window):
10109         * shell/main.c: (main):
10110
10111         Add some logs
10112         
10113 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10114
10115         * ps/ps-document.c: (ps_document_widget_event):
10116
10117         Initialize message_window, this should make ps
10118         rendering really work! (Never noticed because I was
10119         testing with a ps that is causing gs to exit every time!)
10120
10121 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10122
10123         * data/evince.schemas.in: updated simple error in applyto closing tag
10124
10125 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10126
10127         * Makefile.am:
10128         * configure.ac:
10129         * data/.cvsignore:
10130         * data/Makefile.am:
10131         * data/evince-ui.xml:
10132         A data/evince.schemas.in:
10133         * po/POTFILES.in:
10134         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10135         * shell/ev-stock-icons.h:
10136         * shell/ev-window.c: (update_chrome_visibility),
10137         (update_chrome_flag), (ev_window_cmd_edit_find),
10138         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10139         (ev_window_unfullscreen), (ev_window_focus_in_event),
10140         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10141         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10142         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10143         (ev_window_dispose), (ev_window_class_init),
10144         (set_action_properties), (set_chrome_actions), (load_chrome),
10145         (ev_window_init):
10146
10147         Implement fullscreen mode changes from bug #164776.
10148         Also implement persistent chrome toggles.
10149
10150 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10151
10152         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10153
10154 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10155
10156         * NEWS:
10157         * configure.ac:
10158         * shell/ev-view.c:
10159
10160         Add another check for find interface
10161
10162         Release 0.1.3
10163
10164 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10165
10166         * shell/ev-application.c: (ev_application_open):
10167         * shell/ev-window.c: (ev_window_open):
10168
10169         Open gzipped ps documents
10170
10171 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10172
10173         * TODO:
10174         * shell/ev-view.c: (set_document_page):
10175
10176         Clamp page number, dont try to move to
10177         not existant pages.
10178
10179 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10180
10181         * backend/ev-document-find.c: (ev_document_find_changed):
10182         * backend/ev-document-find.h:
10183         * pdf/xpdf/pdf-document.cc:
10184         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10185         * shell/ev-window.c: (find_bar_search_changed_cb):
10186
10187         Fix several bugs with find
10188
10189 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10190
10191         * shell/ev-sidebar-thumbnails.c
10192         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10193         document. Prevents warning from scroll_to_cell.
10194
10195 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10196
10197         * configure.ac: Add «nb» to ALL_LINGUAS too.
10198
10199 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10200
10201         * NOTES: New file with some random thoughts.
10202
10203         * TODO: Update.
10204
10205         * backend/ev-document-misc.c:
10206         (ev_document_misc_get_page_border_size): New function to
10207         canonicalize shadow drawing sizes.  Possibly goofy.
10208
10209         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10210         (ev_view_best_fit), (ev_view_fit_width):
10211         * pdf/xpdf/pdf-document.cc:
10212         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10213         * ps/ps-document.c: (ps_document_get_page_size):
10214         * backend/ev-document-misc.h:
10215         * backend/ev-document.c: (ev_document_get_page_size):
10216         * backend/ev-document.h: get_page_size now takes a page number
10217         parameter.  Made all the backends/frontends honor it.
10218
10219         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10220         see.  Doesn't work yet.
10221
10222         * shell/Makefile.am:
10223         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10224         Doesn't do anything yet.
10225
10226         * shell/ev-sidebar-thumbnails.c:
10227         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10228         [0..n_pages-1]
10229
10230         * shell/ev-window.c: (update_action_sensitivity),
10231         (ev_window_setup_document), (ev_window_set_page_mode),
10232         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10233         view-swapping code a bit so we can have multiple views on a
10234         document.  Add the multi-page view, though it can't be turned on
10235         yet.
10236
10237 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10238
10239         * shell/ev-application.c: (ev_application_open):
10240         * shell/ev-view.c: (expose_bin_window):
10241         * shell/ev-window.c: (ev_window_open):
10242
10243         Support eps and check document supports find
10244         before drawing highlightings in expose.
10245
10246 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10247
10248         * pixbuf/pixbuf-document.c:
10249         (pixbuf_document_thumbnails_get_dimensions),
10250         (pixbuf_document_document_thumbnails_iface_init):
10251
10252         implement get_dimensions
10253
10254 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10255
10256         * NEWS:
10257         * configure.ac:
10258
10259         Release 0.1.2
10260
10261 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10262
10263         * shell/ev-view.c: (set_document_page):
10264
10265         Scroll at the top of the page when changing page
10266
10267 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10268
10269         * shell/ev-view.c: (ev_view_motion_notify_event):
10270
10271         Do not redraw unnecessarily
10272
10273 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10274
10275         * pdf/xpdf/pdf-document.cc:
10276         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10277         (expose_bin_window), (find_changed_cb):
10278
10279         Yay! find works now... Now to find bugs...
10280
10281 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * backend/ev-document-find.c: (ev_document_find_base_init),
10284         (ev_document_find_changed):
10285         * backend/ev-document-find.h:
10286         * pdf/xpdf/pdf-document.cc:
10287         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10288         (expose_bin_window), (ev_view_init), (set_document_page),
10289         (ensure_rectangle_is_visible), (jump_to_find_result),
10290         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10291         (ev_view_find_next), (ev_view_find_previous):
10292         * shell/ev-view.h:
10293         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10294
10295         More work on find implementation, mostly there now
10296
10297 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10298
10299         * backend/ev-backend-marshalers.list:
10300         * backend/ev-document-find.c: (ev_document_find_base_init),
10301         (ev_document_find_cancel), (ev_document_find_page_has_results),
10302         (ev_document_find_get_n_results), (ev_document_find_get_result),
10303         (ev_document_find_get_progress), (ev_document_find_changed):
10304         * backend/ev-document-find.h:
10305
10306         Enanche the find interface to be really able to do
10307         multi page find.
10308
10309         * pdf/xpdf/pdf-document.cc:
10310
10311         Implement
10312
10313         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10314         (expose_bin_window), (ev_view_init),
10315         (ev_view_get_find_status_message), (find_changed_cb),
10316         (ev_view_set_document), (set_document_page):
10317
10318         Adapt to the new interface. A few things are regressed sorry,
10319         I will finish it soon.
10320
10321 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10322
10323         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10324         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10325         ev_sidebar_thumbnails_parent_class variable, don't define another
10326         parent_class variable.
10327
10328         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10329         (ev_page_action_class_init): ditto.
10330
10331         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10332         (pixbuf_document_class_init): ditto.
10333
10334         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10335         ditto.
10336
10337         * .cvsignore: ignore various valgrind output files.
10338
10339 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10340
10341         * data/evince-ui.xml:
10342         * shell/Makefile.am:
10343         * shell/ev-history.c:
10344         * shell/ev-history.h:
10345         * shell/ev-navigation-action.c:
10346         * shell/ev-navigation-action.h:
10347         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10348         (ev_view_set_page), (ev_view_fit_width):
10349         * shell/ev-view.h:
10350         * shell/ev-window.c: (update_action_sensitivity),
10351         (ev_window_setup_document), (register_custom_actions):
10352
10353         Kill session history
10354
10355 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10356
10357         * shell/ev-window.c: (update_action_sensitivity):
10358
10359         Fix inverted up/down buttons
10360
10361 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10362
10363         * shell/ev-sidebar-thumbnails.c
10364         (ev_sidebar_thumbnails_select_page): make sure the selected
10365         thumbnail stays visible.
10366
10367 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10368
10369         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10370         scrolled window for Federico.
10371
10372 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10373
10374         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10375
10376 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10377
10378         * configure.ac:
10379         * pdf/splash/SplashFTFontEngine.cc:
10380
10381         Fix CID fonts with freetype 2.1.9
10382
10383 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10384
10385         * TODO: added item for desktop icon thumbnailer
10386
10387 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10388
10389         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10390         unloaded docs when the title is accessed.
10391
10392         * shell/ev-password-view.[hc]: New widget for displaying password
10393         state.
10394
10395         * shell/ev-window.[ch]: Refactor password handling code to handle
10396         the new view.
10397
10398 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10399
10400         * NEWS:
10401         * configure.ac:
10402         * data/Makefile.am:
10403
10404         Release 0.1.1
10405
10406 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10407
10408         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10409         ignore page offset here, to make search results independent of it,
10410
10411         * shell/ev-view.c (expose_bin_window): but take offsets into
10412         account here. Bug #164932
10413
10414         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10415         scale at the right time. Bug #164996
10416
10417 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10418
10419         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10420         fix the problem. Now I just removed the Adobe font names and hope
10421         that the URW fonts are always in outline format. Bug #164934
10422
10423         * shell/ev-window.c (update_window_title): empty titles are
10424         useless, use filename in that case too.
10425
10426         * NEWS: Add some content.
10427
10428 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10429
10430         * TODO: added one more TODO item and a TODONE section :)
10431
10432 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10433
10434         * ps/ps-document.h: add page_[xy]_offset fields.
10435
10436         * ps/ps-document.c (ps_document_set_page_offset)
10437         (ps_document_render): Keep offset in consideration in a few
10438         places. Bug #164752 "postscript documents are not centered in
10439         window"
10440
10441         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10442         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10443
10444         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10445         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10446         stub out missing methods for complete EvDocument implementation.
10447         Fixes segfaults with Save A Copy and Copy actions.
10448
10449         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10450         (ps_document_document_iface_init): ditto.
10451         
10452 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10453
10454         * data/.cvsignore:
10455         * data/Makefile.am:
10456         * data/evince.desktop.in:
10457
10458         Add desktop file
10459
10460 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10461
10462         * shell/ev-view.c: (ev_view_button_press_event),
10463         (ev_view_motion_notify_event):
10464
10465         Make selection work in any direction
10466
10467 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10468
10469         * TODO:
10470         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10471
10472         Use shorter labels for some of the toolbars items
10473
10474 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10475
10476         * pdf/xpdf/pdf-document.cc:
10477
10478         Check the links info is initialized before
10479         using it. Should fix a crash on startup.
10480
10481 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10482
10483         * pixbuf/pixbuf-document.c
10484         (pixbuf_document_thumbnails_get_dimensions): force floating point
10485         division to calculate page_ratio. Fixes crash with landscape
10486         format pixbufs.
10487
10488 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10489
10490         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10491
10492 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10493
10494         * shell/ev-view.c (set_document_page): unset has_selection when
10495         the page changes.
10496         (set_document_page): handle paper size changes when the page
10497         changes (test with Free Culture, page 2).
10498
10499 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10500
10501         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10502         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10503
10504         Use normal style color for the widget background and
10505         draw a black box around the page.
10506
10507 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10508
10509         * pdf/xpdf/pdf-document.cc:
10510
10511         Keep offset in consideration in a few places
10512
10513         * shell/ev-view.c: (expose_bin_window):
10514
10515         Set the offsets so that the document is ever centered
10516
10517 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10518
10519         * TODO: Added TODO items and finished off the first todo item
10520
10521         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10522         reflect current authors
10523
10524 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10525
10526         * pdf/xpdf/pdf-document.cc:
10527         * shell/ev-view.c: (ev_view_set_cursor),
10528         (ev_view_motion_notify_event), (document_changed_callback),
10529         (set_document_page):
10530
10531         Show a wait cursor while the page is rendering
10532
10533 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10534
10535         * shell/ev-sidebar-thumbnails.c:
10536         (ev_sidebar_tree_selection_changed),
10537         (ev_sidebar_thumbnails_select_page):
10538         * shell/ev-sidebar-thumbnails.h:
10539         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10540         (ev_view_can_go_forward):
10541         * shell/ev-window.c: (ev_window_open_page),
10542         (ev_window_setup_document), (update_current_page),
10543         (view_page_changed_cb), (ev_window_init):
10544         * shell/ev-window.h:
10545
10546         Ensure thumbnails selection, toolbar page control and
10547         current page are in sync.
10548
10549 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10550
10551         * pdf/xpdf/XRef.cc:
10552
10553         Fix CAN-2005-0064
10554
10555 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10556
10557         * backend/Makefile.am:
10558         * backend/ev-document-links.h:
10559         * backend/ev-document-security.c: (ev_document_security_get_type),
10560         (ev_document_security_has_document_security),
10561         (ev_document_security_set_password):
10562         * backend/ev-document-security.h:
10563         * backend/ev-document.c: (ev_document_error_quark):
10564         * backend/ev-document.h:
10565         * data/Makefile.am:
10566         * data/evince-password.glade:
10567         * pdf/xpdf/pdf-document.cc:
10568         * shell/Makefile.am:
10569         * shell/ev-password.c: (ev_password_set_bad_password_label),
10570         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10571         (ev_password_dialog_get_password),
10572         (ev_password_dialog_set_bad_pass):
10573         * shell/ev-password.h:
10574         * shell/ev-window.c: (ev_window_get_attribute),
10575         (ev_window_set_property), (update_action_sensitivity),
10576         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10577         (ev_window_setup_document), (ev_window_get_password),
10578         (ev_window_open), (ev_window_cmd_save_as),
10579         (using_postscript_printer), (ev_window_print),
10580         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10581         (update_fullscreen_popup), (ev_window_fullscreen),
10582         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10583         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10584         (menu_item_select_cb), (find_bar_search_changed_cb),
10585         (ev_window_dispose), (ev_window_init):
10586
10587         Add initial support for password-supported dialogs.  This could be
10588         a lot cooler, but it'll do for now.
10589
10590 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10591
10592         * pdf/xpdf/pdf-document.cc:
10593         * shell/ev-view.c: (status_message_from_link),
10594         (ev_view_set_status), (ev_view_set_cursor),
10595         (ev_view_motion_notify_event), (ev_view_init):
10596         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10597
10598         Fix bugs in the links implementation and change cursor
10599         when hovering a link.
10600
10601 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10602
10603         * viewer/.cvsignore: added cvsignore file for viewer directory
10604
10605         * TODO: created TODO document
10606
10607 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10608
10609         * shell/ev-view.h:
10610         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10611         new functions to help with implementation of sensitivity code
10612         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10613         of all actions that might require it.  Fixes a crash when you
10614         click on the Zoom actions in a window lacking a document.
10615
10616 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10617
10618         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10619         of the Find action
10620
10621 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10624         (pixbuf_document_document_iface_init):
10625         * ps/ps-document.c: (ps_document_get_link),
10626         (ps_document_document_iface_init):
10627         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10628         (status_message_from_link), (ev_view_set_status),
10629         (ev_view_set_find_status), (ev_view_motion_notify_event),
10630         (ev_view_button_release_event), (ev_view_set_property),
10631         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10632         (ev_view_get_find_status_message), (update_find_results),
10633         (ev_view_get_status), (ev_view_get_find_status):
10634         * shell/ev-view.h:
10635         * shell/ev-window.c: (view_status_changed_cb),
10636         (view_find_status_changed_cb), (ev_window_init):
10637
10638         View status message support, use it to show the links.
10639         Needs work...
10640
10641 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10642
10643         * backend/ev-document.c: (ev_document_get_link):
10644         * backend/ev-document.h:
10645         * pdf/xpdf/pdf-document.cc:
10646         * shell/ev-application.c: (ev_application_open):
10647         * shell/ev-application.h:
10648         * shell/ev-sidebar-links.c: (selection_changed_cb):
10649         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10650         (ev_view_go_to_link):
10651
10652         Add support for document links
10653
10654 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10655
10656         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10657         (create_tool_item):
10658         Set the spin button limits correctly.
10659         
10660         * shell/ev-sidebar-thumbnails.c:
10661         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10662         Support changing pages by clicking on the thumbnails.
10663         
10664 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10665
10666         * pixbuf/pixbuf-document.c:
10667         (pixbuf_document_thumbnails_get_dimensions),
10668         (pixbuf_document_document_thumbnails_iface_init):
10669
10670         implement get_dimensions
10671
10672 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10673
10674         * ps/ps-document.c: (ps_document_goto_page):
10675
10676         Fix page switching on multipage documents
10677
10678 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10679
10680         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10681         
10682         check for NULL before assigning to width and height parameters
10683
10684 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10685
10686         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10687         (pixbuf_document_set_property), (pixbuf_document_get_property):
10688
10689         implement get/set properties
10690
10691 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10692
10693         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10694         
10695         return NULL instead of "Unknown", letting the title get set to
10696         the filename when the pdf has no title.
10697
10698 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10699
10700         * ps/ps-document.c: (ps_document_get_page_count),
10701         (ps_document_goto_page):
10702
10703 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10704
10705         * shell/ev-history.c: (ev_history_get_property),
10706         (ev_history_set_property), (ev_history_class_init),
10707         (ev_history_add_page), (ev_history_set_current_index):
10708         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10709         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10710         (ev_navigation_action_finalize):
10711         * shell/ev-navigation-action.h:
10712         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10713         (ev_view_go_forward), (ev_view_get_find_status_message),
10714         (history_index_changed_cb), (ev_view_set_history):
10715         * shell/ev-view.h:
10716         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10717         (update_current_page), (register_custom_actions):
10718
10719         Implement history dropdowns
10720
10721 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10722
10723         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10724         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10725         (ev_view_go_forward):
10726         * shell/ev-window.c: (register_custom_actions):
10727
10728         Fix several history bugs
10729
10730 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10731
10732         * configure.ac: Add «nb» to ALL_LINGUAS.
10733
10734 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * backend/Makefile.am:
10737         * backend/ev-bookmark.c:
10738         * backend/ev-bookmark.h:
10739         * backend/ev-document-bookmarks.c:
10740         * backend/ev-document-bookmarks.h:
10741         * backend/ev-document-links.c: (ev_document_links_get_type),
10742         (ev_document_links_has_document_links),
10743         (ev_document_links_begin_read), (ev_document_links_get_link),
10744         (ev_document_links_get_child), (ev_document_links_next),
10745         (ev_document_links_free_iter):
10746         * backend/ev-document-links.h:
10747         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10748         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10749         (ev_link_get_link_type), (ev_link_set_link_type),
10750         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10751         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10752         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10753         (ev_link_new_external):
10754         * backend/ev-link.h:
10755         * pdf/xpdf/pdf-document.cc:
10756         * shell/Makefile.am:
10757         * shell/ev-application.c: (ev_application_open_link):
10758         * shell/ev-application.h:
10759         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10760         (ev_history_get_link_nth):
10761         * shell/ev-history.h:
10762         * shell/ev-sidebar-bookmarks.c:
10763         * shell/ev-sidebar-bookmarks.h:
10764         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10765         (ev_sidebar_links_class_init), (selection_changed_cb),
10766         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10767         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10768         (do_one_iteration), (populate_links_idle),
10769         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10770         * shell/ev-sidebar-links.h:
10771         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10772         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10773         (go_to_index):
10774         * shell/ev-view.h:
10775         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10776         * shell/ev-window.h:
10777
10778         Rename bookmark to link, and use "Index" for the sidebar panel.
10779
10780 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10781
10782         * shell/Makefile.am:
10783         * shell/ev-application.c: (ev_application_open_bookmark):
10784         * shell/ev-application.h:
10785         * shell/ev-history.c: (ev_history_init), (free_links_list),
10786         (ev_history_finalize), (ev_history_class_init),
10787         (ev_history_add_link), (ev_history_add_page),
10788         (ev_history_get_link_nth), (ev_history_get_n_links),
10789         (ev_history_get_current_index), (ev_history_set_current_index),
10790         (ev_history_new):
10791         * shell/ev-history.h:
10792         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10793         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10794         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10795         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10796         (ev_view_set_page):
10797         * shell/ev-view.h:
10798         * shell/ev-window.c: (ev_window_open_bookmark),
10799         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10800         (goto_page_cb), (register_custom_actions):
10801         * shell/ev-window.h:
10802
10803         Initial history implementation. Needs work.
10804
10805 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10806
10807         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10808
10809 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10810
10811         * cut-n-paste/recent-files/egg-recent-item.c:
10812         * cut-n-paste/recent-files/egg-recent-item.h:
10813         * cut-n-paste/recent-files/egg-recent-model.c:
10814         * cut-n-paste/recent-files/egg-recent-util.c:
10815         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10816         * cut-n-paste/recent-files/egg-recent-view.c:
10817
10818         Update
10819
10820 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10821
10822         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10823         (fillGlyph, fillImageMask, drawImage):
10824         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10825         pdf/splash/SplashTypes.h:
10826         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10827         packed mode for Splash.
10828
10829         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10830         RGB8 packed mode, eliminates the pixbuf data creation loop.
10831
10832         * shell/ev-print-job.c (ev_print_job_finalize)
10833         (ev_print_job_set_property, ev_print_job_get_property)
10834         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10835         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10836         (print_closure_finalize, ev_print_job_print): implement
10837         printing (for backends with EvPsExporter)
10838
10839         * shell/ev_print_job.h: update prototypes.
10840
10841         * shell/ev-window.c (ev_window_print): unref print job after
10842         printing.
10843
10844         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10845         unless the document implements the EvDocumentFind interface.
10846
10847 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10848
10849         * configure.ac: Added ja to ALL_LINGUAS.
10850
10851 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10852
10853         * pdf/xpdf/pdf-document.cc:
10854
10855         add a FIXME. We should probably not allocate
10856         a bookmark object every time
10857
10858 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10859
10860         * shell/ev-application.c: (ev_application_open),
10861         (ev_application_open_bookmark):
10862         * shell/ev-application.h:
10863         
10864         Add a way to open bookmarks
10865
10866         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10867         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10868         (ev_bookmark_set_property), (ev_bookmark_class_init),
10869         (ev_bookmark_new_title), (ev_bookmark_new_link),
10870         (ev_bookmark_new_external):
10871
10872         Support for external uris, better constructors.
10873
10874         * backend/ev-bookmark.h:
10875         * pdf/xpdf/pdf-document.cc:
10876         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10877
10878         Handle external uris
10879
10880 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10883         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10884
10885         Hook up bookmarks navigation
10886
10887 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10888
10889         * backend/Makefile.am:
10890         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10891         (ev_bookmark_get_title), (ev_bookmark_set_title),
10892         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10893         (ev_bookmark_get_page), (ev_bookmark_set_page),
10894         (ev_bookmark_get_property), (ev_bookmark_set_property),
10895         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10896         (ev_bookmark_new):
10897         * backend/ev-bookmark.h:
10898         * backend/ev-document-bookmarks.c:
10899         (ev_document_bookmarks_get_bookmark):
10900         * backend/ev-document-bookmarks.h:
10901         * pdf/xpdf/pdf-document.cc:
10902         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10903
10904         Add a bookmark object to the backend and use it instead of get_values
10905
10906 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10907
10908         * data/evince-ui.xml:
10909
10910         Cleanup and add select all.
10911
10912         * shell/ev-view.c: (ev_view_select_all),
10913         (ev_view_button_press_event):
10914         * shell/ev-view.h:
10915         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10916
10917         Add select all.
10918         Clear selection on click.
10919
10920 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10921
10922         * shell/ev-sidebar-thumbnails.c
10923         (ev_sidebar_thumbnails_set_document): forgot to unref the
10924         loading_icon.
10925
10926 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10927
10928         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10929         at the visible page, not just linearly.  This makes it look fast.
10930
10931 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10932
10933         * backend/ev-document-misc.c
10934         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10935         white.
10936         * backend/ev-document-thumbnails.h: New interface to get the size
10937         of a page.
10938
10939 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10940
10941         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10942         make dist works
10943
10944 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10945
10946         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10947         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10948         things up a bit.
10949
10950         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10951
10952 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10953
10954         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10955         fonts. Should fix font problems on systems that have the base
10956         fonts in bitmap format. Reported by James Henstridge
10957         <james@jamesh.id.au>.
10958
10959 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10960
10961         * pdf/xpdf/Gfx.cc:
10962         * pdf/xpdf/GfxState.cc:
10963
10964         Fix for CAN-2004-1125
10965
10966 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10967
10968         * shell/ev-view.c: (ev_view_copy):
10969         * shell/ev-view.h:
10970         * shell/ev-window.c: (ev_window_cmd_edit_copy):
10971
10972         Implement Edit->Copy
10973
10974 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * backend/ev-document.c: (ev_document_get_text):
10977         * backend/ev-document.h:
10978         * pdf/xpdf/pdf-document.cc:
10979         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
10980         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10981         (ev_view_update_primary_selection), (ev_view_button_press_event),
10982         (ev_view_motion_notify_event), (ev_view_button_release_event):
10983
10984         Beginnings of clipboard support. Incomplete but primary sort
10985         of work.
10986
10987 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10988
10989         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
10990         (expose_bin_window):
10991
10992         Nicer rubberband drawing, from GtkIconView.
10993
10994 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * backend/ev-document.c: (ev_document_save):
10997         * backend/ev-document.h:
10998         * data/evince-ui.xml:
10999         * pdf/xpdf/pdf-document.cc:
11000         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11001
11002         Implement "Save a copy..." menu item
11003
11004 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * shell/ev-view.c: (ev_view_zoom):
11007
11008         Queue a resize when zoom changes
11009
11010 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11011
11012         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11013         shadows.
11014
11015         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11016         thumbnails..
11017
11018 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11019
11020         * pdf/xpdf/pdf-document.cc
11021         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11022
11023 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11024
11025         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11026         It's slow, but I'll speed it up next!
11027
11028 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11029
11030         * shell/main.c (load_files):
11031
11032         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11033         from the command line and because it seems more appropriate.
11034
11035 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * data/evince-ui.xml:
11038         * shell/ev-window.c: (update_action_sensitivity),
11039         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11040
11041         s/next page/page down
11042         s/previous page/page up
11043
11044 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11045
11046         * data/evince-ui.xml:
11047
11048         Change the layout to match clarkbw design.
11049
11050         * shell/Makefile.am:
11051         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11052         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11053         (ev_navigation_action_finalize),
11054         (ev_navigation_action_set_property),
11055         (ev_navigation_action_get_property),
11056         (ev_navigation_action_class_init):
11057         * shell/ev-navigation-action.h:
11058
11059         Implement clarkbw toolbar navigation controls (incomplete)
11060
11061         * shell/ev-page-action.c: (update_label), (update_spin),
11062         (value_changed_cb), (create_tool_item), (connect_proxy),
11063         (ev_page_action_init), (ev_page_action_finalize),
11064         (ev_page_action_set_property), (ev_page_action_get_property),
11065         (ev_page_action_set_current_page),
11066         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11067         * shell/ev-page-action.h:
11068
11069         Implement a page switcher in the toolbar
11070
11071         * shell/ev-view.c: (ev_view_scroll_view):
11072         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11073         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11074         (register_custom_actions), (ev_window_init):
11075
11076         Change page on PageUp/Down.
11077
11078 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11079
11080         * pdf/xpdf/pdf-document.cc
11081         (pdf_document_thumbnails_get_thumbnail): initial stab at
11082         implementing thumbnail support for pdfs.  It only does documents
11083         with precached pdfs now.
11084
11085 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11086
11087         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11088         thumbnail code into a time-based idle as well.  Also, turn off the
11089         shadow temporarily as it's really slow.
11090
11091 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11092
11093         * backend/ev-document.c: (ev_document_class_init):
11094         * pdf/xpdf/pdf-document.cc:
11095         * shell/ev-window.c: (ev_window_open):
11096
11097         Fix document title bugs and fallback to
11098         filename when not available.
11099
11100 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11101
11102         * backend/ev-document.c: (ev_document_get_type),
11103         (ev_document_class_init), (ev_document_load),
11104         (ev_document_get_title):
11105         * backend/ev-document.h:
11106         * pdf/xpdf/pdf-document.cc:
11107         * ps/ps-document.c: (ps_document_set_property),
11108         (ps_document_get_property), (ps_document_class_init),
11109         (document_load):
11110         * ps/ps-document.h:
11111         * ps/ps.h:
11112         * shell/ev-window.c: (update_window_title), (ev_window_open),
11113         (ev_window_init):
11114
11115         Initial support for document title. Not working yet.
11116
11117 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11118
11119         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11120
11121         Grab focus on the view when clicking it
11122
11123 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11124
11125         * shell/ev-marshal.list:
11126         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11127         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11128
11129         Add key bindings to the view. Now if the focus would work
11130         right...
11131
11132 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11133
11134         * Makefile.am:
11135         * backend/Makefile.am:
11136         * data/Makefile.am:
11137         * dvi/Makefile.am:
11138         * dvi/dvilib/Makefile.am:
11139         * pdf/xpdf/Makefile.am:
11140         * po/POTFILES.in:
11141         * ps/Makefile.am:
11142
11143         Fix distcheck
11144
11145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * shell/ev-view.c: (ev_view_realize):
11148
11149         Fix mouse wheel scrolling
11150
11151 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * ps/Makefile.am:
11154         * ps/gstypes.h:
11155         * ps/gtkgs.c:
11156         * ps/gtkgs.h:
11157         * ps/ps-document.c: (catchPipe), (ps_document_init),
11158         (ps_document_class_init), (ps_document_cleanup),
11159         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11160         (set_up_page), (close_pipe), (is_interpreter_ready),
11161         (interpreter_failed), (output), (input), (start_interpreter),
11162         (stop_interpreter), (file_length), (file_readable),
11163         (check_filecompressed), (check_pdf), (compute_xdpi),
11164         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11165         (ps_document_get_type), (ps_document_emit_error_msg),
11166         (document_load), (ps_document_next_page),
11167         (ps_document_get_current_page), (ps_document_get_page_count),
11168         (ps_document_goto_page), (ps_document_set_page_size),
11169         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11170         (ps_document_load), (ps_document_get_n_pages),
11171         (ps_document_set_page), (ps_document_get_page),
11172         (ps_document_widget_event), (ps_document_set_target),
11173         (ps_document_set_scale), (ps_document_set_page_offset),
11174         (ps_document_get_page_size), (ps_document_render),
11175         (ps_document_document_iface_init):
11176         * ps/ps-document.h:
11177         * ps/ps.c:
11178         * shell/ev-window.c: (ev_window_open):
11179
11180         Rename GtkGS to PSDocument
11181
11182 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11183
11184         * ps/gtkgs.c: (gtk_gs_class_init):
11185         * ps/gtkgs.h:
11186
11187         Some more leftover...
11188
11189 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11190
11191         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11192         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11193         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11194         * ps/gtkgs.h:
11195
11196         Remove unused code and make a lot of stuff private
11197
11198 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11199
11200         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11201         (gtk_gs_defaults_changed):
11202         * ps/gsdefaults.h:
11203         * ps/gtkgs.c:
11204         * ps/gtkgs.h:
11205         * ps/ps.h:
11206
11207         Cleanup headers dependencies
11208
11209 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11210
11211         * ps/Makefile.am:
11212         * ps/ggvutils.c:
11213         * ps/ggvutils.h:
11214         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11215         * ps/gsdefaults.h:
11216         * ps/gtkgs.c: (file_length), (file_readable),
11217         (check_filecompressed), (check_pdf), (gtk_gs_load),
11218         (gtk_gs_get_postscript):
11219
11220         Get rid of ggvutils
11221
11222 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11223
11224         * ps/ggvutils.c:
11225         * ps/ggvutils.h:
11226         * ps/gsio.h:
11227         * ps/gtkgs.c: (gtk_gs_set_zoom):
11228
11229         Cleanups
11230
11231 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11234
11235         Ensure the page is rerendered when changing zoom
11236
11237 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * backend/ev-document.c: (ev_document_base_init),
11240         (ev_document_changed):
11241         * backend/ev-document.h:
11242
11243         Add a changed event that is emitted when the page content
11244         changes. This is necessary to deal with the fact that
11245         in ps backend rendering happen asycrounously.
11246         This makes the ps backend mostly work.
11247
11248         * pdf/xpdf/pdf-document.cc:
11249
11250         Emit changed event
11251
11252         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11253         (ps_document_set_target):
11254
11255         Emit changed event
11256
11257         * shell/ev-view.c: (document_changed_callback),
11258         (ev_view_set_document), (ev_view_set_page):
11259
11260         Redraw on the changed signal
11261
11262 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11263
11264         * configure.ac: Added pt_BR to ALL_LINGUAS.
11265
11266 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11267
11268         * backend/ev-document-bookmarks.c:
11269         (ev_document_bookmarks_get_child): *
11270         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11271         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11272         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11273         (ev_sidebar_bookmarks_destroy),
11274         (ev_sidebar_bookmarks_class_init),
11275         (ev_sidebar_bookmarks_construct), (stack_data_free),
11276         (do_one_iteration), (populate_bookmarks_idle),
11277         (ev_sidebar_bookmarks_clear_document),
11278         (ev_sidebar_bookmarks_set_document): *
11279         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11280         (ev_sidebar_add_page),
11281         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11282         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11283         it displays both the topics and the page numbers.
11284
11285 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11286
11287         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11288         toggle.
11289         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11290         visible.
11291
11292 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11293
11294         * configure.ac: Added en_CA to ALL_LINGUAS.
11295
11296 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11297
11298         * ChangeLog: replace bottom of this ChangeLog (merged history of
11299         ggv and gpdf; where all paths were wrong and most of the files are
11300         not even in this tree) with ChangeLog (from arch) of the shell
11301         code.
11302
11303 2004-12-23  Havoc Pennington  <hp@redhat.com>
11304
11305         * shell/ev-window.c: hook up potentially-questionable "find
11306         results status text" feature - something involving the sidebar or
11307         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11308         might be better in the end.
11309
11310         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11311         with corresponding signal when it should be updated
11312
11313         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11314
11315 2004-12-22  Havoc Pennington  <hp@redhat.com>
11316
11317         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11318         find stuff on other pages, sort of (only returns one result on
11319         invisible pages, to show they have results; updates full results
11320         for a page when you view it). Currently repaints the current page
11321         every time a new result is found on any page, which isn't so nice.
11322
11323 2004-12-22  Havoc Pennington  <hp@redhat.com>
11324
11325         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11326         the document doesn't support find (better ideas?)
11327         (find_bar_search_changed_cb): handle missing document or document
11328         that doesn't support find
11329
11330         * pdf/xpdf/pdf-document.cc: port to implement the new
11331         EvDocumentFindIface
11332
11333         * backend/ev-document-find.c: create a new interface for searching
11334
11335         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11336
11337 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11338
11339         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11340         libevbackend.la.
11341
11342         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11343         EvPrintJob constructor arguments.
11344
11345         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11346         for documents that can export PostScript (page by page).
11347
11348         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11349         
11350         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11351         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11352         (pdf_document_ps_exporter_iface_init:
11353         Implement EvPSExporter.
11354
11355         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11356
11357 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11358
11359         * backend/Makefile.am:
11360         * backend/ev-document-thumbnails.c:
11361         (ev_document_thumbnails_get_type),
11362         (ev_document_thumbnails_get_thumbnail):
11363         * backend/ev-document-thumbnails.h:
11364         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11365         (pixbuf_document_thumbnails_get_thumbnail),
11366         (pixbuf_document_document_thumbnails_iface_init):
11367         * shell/Makefile.am:
11368         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11369         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11370         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11371         * shell/ev-sidebar-thumbnails.h:
11372         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11373         (ev_sidebar_set_document):
11374         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11375         (create_shadow), (ev_pixbuf_add_shadow):
11376         * shell/ev-utils.h:
11377         Add thumbnail support.
11378         
11379 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11380
11381         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11382         (using_postscript_printer): Set up a print dialog for "PostScript
11383         injection" method.
11384
11385         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11386         EvPrintJob.
11387
11388         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11389
11390 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11393         (ps_document_set_target), (ps_document_get_page_size),
11394         (ps_document_render):
11395         * ps/gtkgs.h:
11396
11397         Fix a few bugs
11398
11399 2004-12-22  Christian Rose  <menthos@menthos.com>
11400
11401         * configure.ac: Added "sv" to ALL_LINGUAS.
11402
11403 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11406         document supports bookmarks.
11407
11408 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11409
11410         * ps/ggvutils.c: (ggv_file_readable):
11411         * ps/ggvutils.h:
11412         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11413         (gtk_gs_get_postscript):
11414
11415         Remove unused utils
11416
11417 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11420         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11421         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11422         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11423         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11424         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11425         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11426         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11427         (gtk_gs_set_antialiasing), (ps_document_load),
11428         (ps_document_render):
11429         * ps/gtkgs.h:
11430
11431         Another check point for the ps backend. Now I can get it to show
11432         pages!
11433
11434 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11435
11436         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11437         document setting code.
11438
11439 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11440
11441         * shell/eggfindbar.c: (entry_activate_callback):
11442         Animate the next button when activate is pressed.
11443         
11444 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11445
11446         * shell/ev-window.c: (ev_window_cmd_edit_find),
11447         (update_fullscreen_popup), (ev_window_fullscreen),
11448         (ev_window_unfullscreen), (ev_window_state_event_cb),
11449         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11450         Fix bugs in fullscreen code.
11451         
11452 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11453
11454         * Makefile.am:
11455         * configure.ac:
11456         * pixbuf/Makefile.am:
11457         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11458         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11459         (pixbuf_document_set_page), (pixbuf_document_get_page),
11460         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11461         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11462         (pixbuf_document_render), (pixbuf_document_begin_find),
11463         (pixbuf_document_end_find), (pixbuf_document_finalize),
11464         (pixbuf_document_class_init),
11465         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11466         * pixbuf/pixbuf-document.h:
11467         * shell/Makefile.am:
11468         * shell/ev-application.c: (ev_application_open):
11469         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11470         (ev_window_open):
11471         Add pixbuf backend.
11472         
11473 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11474
11475         * Makefile.am: 
11476         * dvi/dvilib/Makefile.am:
11477         * dvi/Makefile.am:
11478         * configure.ac: Auto*ify dvi and dvi/dvilib
11479
11480         * dvi/Makefile: Remove from CVS
11481         
11482         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11483         confusion.
11484
11485         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11486         
11487         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11488         
11489 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * ps/Makefile.am:
11492         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11493         (gtk_gs_value_adjustment_changed), (compute_size),
11494         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11495         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11496         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11497         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11498         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11499         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11500         (ps_document_load), (ps_document_get_n_pages),
11501         (ps_document_set_page), (ps_document_get_page),
11502         (ps_document_set_target), (ps_document_set_scale),
11503         (ps_document_set_page_offset), (ps_document_get_page_size),
11504         (ps_document_render), (ps_document_begin_find),
11505         (ps_document_end_find), (ps_document_document_iface_init):
11506         * ps/gtkgs.h:
11507         * shell/Makefile.am:
11508         * shell/ev-window.c: (ev_window_open):
11509
11510         Some work to integrate gtkgs with EvDocument
11511
11512 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11513
11514         * shell/ev-window.c: (update_fullscreen_popup),
11515         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11516         (exit_fullscreen_button_clicked_cb),
11517         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11518         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11519         (ev_window_state_event_cb), (ev_window_init):
11520         Add fullscreen support from Epiphany.
11521         
11522 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11523
11524         * data/ev-stock-zoom-fit-width.png: fit-width
11525         stock icon from gpdf.
11526         
11527         * shell/ev-stock-icons.[ch]: copied from gpdf.
11528         
11529         * shell/main.c: (main): init stock icons.
11530         
11531         * shell/ev-window.c: use the fit-width icon.
11532         
11533         * data/evince-ui.xml: add zooming toolbar items.
11534
11535 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11536
11537         * shell/ev-view.c: 
11538         (ev_view_best_fit), (ev_view_fit_width): because
11539         get_page_size() returns the scaled page size, we
11540         need to calculate the scale factor relative to
11541         the previous scale factor. Should really just
11542         add get_real_page_size().
11543
11544 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11545
11546         * shell/ev-view.[ch]:
11547         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11548         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11549         add zooming.
11550         
11551         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11552         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11553         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11554         hook it up.
11555         
11556         * pdf/xpdf/pdf-document.cc:
11557         (pdf_document_begin_find),
11558         (pdf_document_end_find): make static.
11559
11560 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11561
11562         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11563
11564         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11565         names to fontconfig patterns.
11566         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11567
11568         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11569         setupBaseFontsFc.
11570
11571 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * Makefile.am:
11574         * configure.ac:
11575         * ps/Makefile.am:
11576         * ps/ggvutils.c:
11577         * ps/ggvutils.h:
11578         * ps/gsdefaults.c:
11579         * ps/gsdefaults.h:
11580         * ps/gsio.c:
11581         * ps/gsio.h:
11582         * ps/gtkgs.c:
11583         * ps/gtkgs.h:
11584         * ps/ps.c:
11585         * ps/ps.h:
11586
11587         Import ggv backend. Not hooked up yet.
11588
11589 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11590
11591         * shell/main.c: (load_files), (main): load files
11592         from the command line.
11593
11594 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11595
11596         * configure.ac: don't require bonobo.
11597         
11598         * cut-n-paste/recent-files/*: kill bonobo recent
11599         view.
11600
11601         * shell/ev-window.c:
11602         (ev_window_is_empty): upd.
11603         (unable_to_load), (ev_window_open): load backend
11604         based on the mime type.
11605
11606 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11607
11608         * backend/.cvsignore: ignore generated marshalers source.
11609
11610         * shell/main.c (main): this is not epiphany.
11611
11612 2004-12-22  Havoc Pennington  <hp@redhat.com>
11613
11614         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11615         (expose_bin_window): draw find highlights
11616
11617         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11618         
11619         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11620         (pdf_document_end_find): implement this interface
11621
11622         * backend/ev-document.c (ev_document_found): add this to emit
11623         signal
11624
11625 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11626
11627         * data/evince-ui.xml: Add a few more toolbar items.
11628
11629         * shell/ev-window.c: Hook up page navigation toolbar 
11630         items.
11631
11632         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11633         a page-changed signal.
11634
11635         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11636         Add ev_document_get_page().
11637
11638         * shell/ev-window.c: Sensitize/desensitize navigation
11639         actions.
11640
11641 2004-12-21  Havoc Pennington  <hp@redhat.com>
11642
11643         * backend/ev-backend-marshal.c,
11644         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11645         marshaler-generator thingy. I'm sure there's a better way to do
11646         this in the modern world.
11647
11648         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11649         end_find methods and "found" signal.
11650
11651         * configure.ac: find glib-genmarshal
11652
11653 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11654
11655         * shell/ev-sidebar.c: Construct an actual sidebar.
11656         * shell/ev-sidebar-bookmarks.[ch]:
11657         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11658
11659 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11660
11661         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11662         Redo size handling.
11663         
11664         * shell/ev-view.c: Track the size from the document.
11665
11666 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11667
11668         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11669         constructor assumes ownership of the string passed in.
11670         
11671         * shell/ev-window.c (ev_window_open): Destroy the error
11672         dialog once we've displayed it.
11673
11674 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11675
11676         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11677         a bit, it works! (sort of)
11678
11679         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11680         Move to .cc since we need to use C++ in the implementation.
11681
11682         * shell/dummy.cc: Add a CC file to force evince
11683         to be linked as a C++ program.
11684
11685 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11686
11687         * shell/ev-view.[ch]: Start of content-area widget.
11688
11689         * shell/ev-window.c: Create a EvView, update it
11690         as we change documents.
11691
11692         * shell/Makefile.am shell/ev-marshal.list: Add
11693         generated marshalers.
11694
11695 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11696
11697         * Makefile.am (SUBDIRS): move shell.
11698
11699 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11700
11701         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11702         .a to libtool convenience libraries.
11703
11704         * shell/ev-window.c (ev_window_open): Hard code loading
11705         a PDF document.
11706         
11707         * backend/ev-document.h: Add a boolean return to load(),
11708         fix GError * to GError **.
11709
11710         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11711         object for a PDF backend EvDocument.
11712
11713 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11714
11715         * dvi/*: New directory with the beginning of a .dvi backend.
11716
11717 2004-12-21  Havoc Pennington  <hp@redhat.com>
11718
11719         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11720         previous/next instead of back/forward
11721
11722 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11723
11724         * backend/ev-document.[ch]: Fix a couple of problems so
11725         it compile.
11726
11727 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11728
11729         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11730         to backend/ directory, rename EvViewer to EvDocument.
11731
11732 2004-12-21  Havoc Pennington  <hp@redhat.com>
11733
11734         * shell/ev-window.c: hook up the find bar widget; now we just need
11735         a document to find things in
11736
11737         * shell/eggfindbar.c: a find bar widget
11738
11739 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11740
11741         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11742
11743 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11744
11745         * pdf/**: Import of xpdf code from gpdf. 
11746
11747         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11748
11749         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11750         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11751         Fix FreeType includes.
11752
11753         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11754         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11755         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11756         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11757         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11758         Include xpdfconfig.h
11759         
11760 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11761
11762         * shell/ev-window.c (ev_window_dispose): dispose can be called
11763         multiple times.
11764
11765 2004-12-21  Havoc Pennington  <hp@redhat.com>
11766
11767         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11768         rather than Evince
11769
11770         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11771         items; really they should be synced with the strings, etc. from
11772         current gpdf, but just getting the boring typing out of the way 
11773
11774 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * po/POTFILES.in:
11777         * shell/ev-application.c: (window_destroy_cb):
11778         * shell/ev-window.c:
11779         * shell/main.c: (main):
11780
11781         Actually show the window...
11782
11783 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * Makefile.am:
11786         * shell/Makefile.am:
11787         * shell/ev-application.c: (ev_application_class_init):
11788         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11789
11790         Make it build again
11791
11792 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         Import to gnome cvs.
11795         
11796         * Remove copies of gpdf and ggv trees.
11797         * Rip out all the recursive configure code.
11798         * Remove bonobo machinery.
11799         * viewer/*: GInterfaces that backends should/can implement.
11800
11801 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11802
11803         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11804         typo
11805
11806 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11807
11808         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11809         (ev_application_finalize, ev_application_class_init)
11810         (ev_application_init): use GType instance private data for priv.
11811
11812         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11813         (ev_window_finalize, ev_window_class_init)
11814         (ev_window_init): ditto.
11815
11816 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11817
11818         * shell/ev-application.c (ev_application_new_window): make public
11819         (ev_application_show_initial_window): kill.
11820
11821         * shell/ev-application.h: update prototypes.
11822
11823         * shell/main.cc (main): inline ev_application_show_initial_window.
11824
11825 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11826
11827         * shell/ev-application.c (ev_application_new_window): impl.
11828         (ev_application_show_initial_window): use it.
11829         (is_window_empty, ev_application_get_empty_window): returns an
11830         existing empty window or a new one.
11831         (ev_application_open): from ev_window_cmd_file_open.
11832
11833         * shell/ev-application.h: update prototypes
11834
11835         * shell/ev-window.c (ev_window_is_empty): impl.
11836         (ev_window_open): make public.
11837         (ev_window_cmd_file_open): use ev_application_open
11838
11839         * shell/ev-window.h: update prototypes, remove unused.
11840
11841 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11842
11843         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11844         move destroy handler out of here...
11845
11846         * shell/ev-application.c, shell/ev-application.h: ...into this new
11847         class. Also handles initial window creation.
11848
11849         * shell/main.cc (main): use EvApplication to create initial
11850         window.
11851
11852 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11853
11854         * Makefile.am (SUBDIRS): add cut-n-paste
11855
11856         * cut-n-paste/Makefile.am: add
11857
11858         * configure.ac: generate Makefiles in cut-n-paste
11859
11860 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11861
11862         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11863         (ev_window_class_init): install ev_window_dispose.
11864
11865 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11866
11867         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11868         char (gchar looks stupid).
11869
11870 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11871
11872         * po/de.po: updated German translation.
11873
11874 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11875
11876         * configure.ac: add more pkg-config library checks for gnome-vfs,
11877         bonobo etc.
11878
11879         * gpdf/configure.in: temporarily disable libpaper
11880         checks. Otherwise I'd have to add the checks for the shell, too.
11881
11882 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11883
11884         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11885         and * file filters to the file choose.
11886
11887 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11888
11889         * po/de.po: Updated German translation.
11890
11891 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11892
11893         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11894
11895 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11896
11897         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11898
11899         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11900         (ev_window_init): implement those menuitems.
11901
11902 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11903
11904         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11905
11906         * shell/ev-window.c (ev_window_init): use the toolbar.
11907
11908 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11909
11910         * shell/ev-window.c (ev_window_init): use menu translations
11911
11912 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11913
11914         * configure.ac: add "de" to ALL_LINGUAS.
11915
11916         * po/de.po: add German translation.
11917
11918 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11919
11920         * Makefile.am (SUBDIRS): add po
11921
11922         * configure.ac: check intltool, glib-gettext etc, generate
11923         po/Makefile.in
11924
11925         * po, po/POTFILES.in, po/POTFILES.skip: new.
11926
11927 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11928
11929         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11930         already use (#ifdef ENABLE_NLS)
11931
11932         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11933         pointer indirection thinko.
11934
11935         * shell/main.c: include gi18n.h for bindtextdomain etc.
11936
11937 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11938
11939         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11940         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11941         tooltips for menu items in the statusbar.
11942
11943 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11944
11945         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11946         pkgdatadir drop UIDIR
11947
11948 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11949
11950         * data/evince-ui.xml: Add File->Open menu item
11951
11952         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11953         chooser), hook it up in the ui manager.
11954
11955 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11956
11957         * shell/ev-window.c: fix Help->About tooltip.
11958
11959 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
11960
11961         * configure.ac: set CFLAGS for libevprivate.
11962
11963         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
11964         definitions, factory etc.
11965
11966         * lib/Makefile.am: build libevprivate.a (only stock icon code).
11967
11968         * shell/Makefile.am: link against libevprivate.a.
11969
11970         * shell/ev-window.c (entries): add stock icon to Help->About.
11971
11972         * shell/main.c (main): init stock icon code.
11973
11974 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11975
11976         * lib/recent-files: egg recent files code
11977
11978         * lib/Makefile.am: add.
11979
11980         * Makefile.am: add lib subdir.
11981
11982         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
11983         set CFLAGS for recent-files.
11984
11985 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11986
11987         * configure.ac: disable -ansi and -pedantic gcc flags. They
11988         disable POSIX stuff in stdio.h, but egg-recent uses them.
11989
11990 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
11991
11992         * configure.ac: add --disable-deprecated flag (defaults to on in
11993         "cvs" builds).
11994
11995         * shell/Makefile.am (INCLUDES): use it.
11996
11997 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11998
11999         * shell/main.c: add missing #include.
12000
12001         * shell/ev-window.c: fix for pedantic gcc.
12002         (ev_window_cmd_help_about): split license into paragraphs for
12003         translators and pedantic compilers.
12004
12005 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12006
12007         * configure.ac: add more warning flags if compiling with gcc from
12008         cvs (or explicitly requested with --enable-more-warnings).
12009
12010 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12011
12012         * data/evince-ui.xml: add File and File->Close menu.
12013
12014         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12015         (ev_window_destroy): quit after destroy.
12016         (ev_window_class_init): override GtkObject::destroy.
12017         (entries): install close_window callback.
12018
12019 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12020
12021         * Makefile.am (SUBDIRS): add data subdir.
12022
12023         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12024         gtk+ 2.5.0 for GtkAboutDialog.
12025
12026         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12027         main window.
12028
12029         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12030
12031         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12032         manager.
12033         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12034
12035 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12036
12037         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12038
12039 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12040
12041         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12042
12043 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12044
12045         * shell/*: Added shell directory boilerplate, build it.
12046
12047 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12048
12049         * configure.ac, Makefile.am: Added top-level configure.ac and
12050         Makefile.am