]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.19.4
[evince.git] / ChangeLog
1 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4         * configure.ac:
5
6         Update for release 2.19.4
7
8 2007-08-28  Justin Blanchard  <justinb04@aim.com>
9
10         * shell/ev-view-private.h:
11         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
12         (ev_view_set_highlight_search):
13         * shell/ev-view.h:
14         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
15         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
16         (find_bar_visibility_changed_cb):
17         
18         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
19
20 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
23         (pdf_document_file_exporter_begin),
24         (pdf_document_file_exporter_do_page):
25         * shell/ev-jobs.c: (ev_job_print_run):
26         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
27
28         Create always a portrait cairo surface and rotate when needed for
29         landscape. It fixes printing problems in real printers.
30
31 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
34         * libdocument/ev-file-exporter.[ch]:
35         (ev_file_exporter_get_capabilities):
36         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
37         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
38
39         Adjust number of pages per row according to page orientation when
40         printing 2 or 6 pages per sheet.
41
42 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * shell/ev-window.c: (ev_window_print_send):
45
46         Reset also cups setting to 1 when printing multiple pages per
47         sheet. Fixes bug #468853.
48
49 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * libdocument/ev-document-misc.c:
52         (ev_document_misc_surface_rotate_and_scale):
53
54         Use directly cairo_surface_get_content() when creating a similar
55         surface as suggested by Jeff Muizelaar. Thanks again.
56
57 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * backend/djvu/djvu-document.c: (djvu_document_render):
60         * backend/tiff/tiff-document.c: (tiff_document_render):
61         * backend/pdf/ev-poppler.cc: (pdf_document_render):
62         * libdocument/ev-document-misc.c:
63         (ev_document_misc_surface_from_pixbuf),
64         (ev_document_misc_surface_rotate_and_scale):
65
66         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
67         creating page surfaces. Fixes bug #453123. Thank you very much to
68         Jeff Muizelaar <jeff@infidigm.net>.
69
70 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-page-cache.c: (ev_page_cache_new),
73         (ev_page_cache_get_thumbnail_size):
74         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
75         (ev_sidebar_thumbnails_set_loading_icon):
76
77         Also store in page-cache the dimensions of the thumbnails so that
78         they can be used to create the correct loading icon in the side
79         pane. Fixes bug #466857.
80
81 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc:
84         (pdf_document_thumbnails_get_thumbnail):
85
86         Fix thumbnails rotation in pdf documents that include embedded 
87         thumbnails.
88
89 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
90
91         * backend/pdf/ev-poppler.cc:
92
93         Don't use #ifdef in macro expansion. Some compilers don't
94         like that. Closes bug #467042.
95
96 2007-08-15  Justin Blanchard  <justinb04@aim.com>
97
98         * backend/djvu/djvu-document.c: (djvu_document_finalize):
99         
100         Fixes memory leak in djvu backend.
101
102 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
103
104         * data/icons/32x32/Makefile.am:
105         * data/icons/32x32/actions/Makefile.am:
106         * data/icons/32x32/actions/view-page-cont.svg:
107         * data/icons/32x32/actions/view-page-facing.svg:
108         * data/icons/48x48/Makefile.am:
109         * data/icons/48x48/actions/Makefile.am:
110         * data/icons/48x48/actions/view-page-cont.svg:
111         * data/icons/48x48/actions/view-page-facing.svg:
112         
113         Icons for a new sizes.
114
115 2007-08-14  Justin Blanchard  <justinb04@aim.com>
116
117         * shell/ev-page-cache.c: (build_height_to_page),
118         (ev_page_cache_get_height_to_page):
119         
120         Fixes invalid read, see bug #466401.
121
122 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
125         (set_drag_cursor):
126         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
127         (configure_item_cursor), (new_pixbuf_from_widget):
128
129         Fix multihead problems in toolbar editor. Fixes bug #382055.
130
131 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-window.c: (ev_window_cmd_file_open),
134         (ev_window_cmd_save_as):
135
136         Use g_get_user_special_dir when available instead of
137         xdg_user_dir_lookup.
138
139 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * MAINTAINERS:
142         
143         Updated according to request on desktop-devel.
144
145 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
148
149         Do not use cairo_rectangle and cairo_clip since we are
150         not using cairo_fill but cairo_paint. Use the same cairo context
151         for every page in the same expose event.
152
153 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
154
155         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
156         leak.
157
158 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * configure.ac:
161         * NEWS:
162
163         Release 0.9.3
164
165 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * libdocument/ev-document-info.h:
168         * libdocument/ev-document.h:
169         * shell/ev-page-action.h:
170         * shell/ev-sidebar-links.h:
171
172         Fix a headers problem with ev-link
173         
174         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
175         * shell/ev-view-private.h:
176         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
177         (get_link_area), (ev_view_query_tooltip),
178         (ev_view_leave_notify_event), (ev_view_destroy),
179         (ev_view_class_init):
180
181         Use new gtk tooltips when available instead of ev-tooltip.
182         
183 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-window.c: (update_chrome_visibility),
186         (ev_window_sidebar_visibility_changed_cb):
187
188         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
189         
190 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-navigation-action.c:
193         (ev_navigation_action_history_changed),
194         (ev_navigation_action_set_history):
195         * shell/ev-navigation-action-widget.c:
196         (ev_navigation_action_widget_init):
197         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
198
199         Fix compile warnings.
200         
201 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
204         (egg_editable_toolbar_dispose):
205
206         Fix memory leak.
207         
208 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
211         (screensaver_disable_x11):
212         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
213         * shell/ev-window.c: (presentation_set_timeout):
214         * shell/ev-view.c: (ev_view_presentation_transition_start):
215
216         Use g_timeout_add_seconds instead of g_timeout_add when
217         available.
218         
219 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
222
223         Set horizontal scrollbar policy to AUTOMATIC instead of
224         NEVER. Workaround for bug #449462.
225         
226 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-jobs.c: (ev_job_render_page_ready):
229
230         Add page_ready callback to main loop with high priority and hold
231         a reference to job during idle.
232         
233 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * configure.ac:
236         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
237         (pdf_document_file_exporter_begin),
238         (pdf_document_file_exporter_do_page),
239         (pdf_document_file_exporter_get_capabilities):
240         * libdocument/ev-file-exporter.h:
241         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
242         * shell/ev-window.c: (ev_window_print_send),
243         (ev_window_print_dialog_response_cb):
244
245         Allow printing multiple pages per sheet. Fixes bug #395573.
246         
247 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
248
249         * shell/ev-view.c: (tip_from_link):
250         
251         Check for NULL, fixes bug #460862.
252
253 2007-07-29  Christian Persch  <chpe@gnome.org>
254
255         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
256         (ev_window_preview_print_finished), (ev_window_do_preview_print),
257         (ev_window_cmd_preview_print):
258         
259         Fixes bug #437681 - blocks while enumerating printers.
260
261 2007-07-29  Christian Persch  <chpe@gnome.org>
262
263         * shell/ev-window.c: (ev_window_screen_changed):
264         
265         Don't use deprecated gtk+ function. See bug #460909.
266
267 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-utils.c: (get_num_monitors):
270         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
271
272         Do not use display before initializing it. Remove compile
273         warnings.
274
275 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
276
277         * shell/ev-view.c: (ev_view_class_init):
278         
279         Unix-like hjkl bindings added. See bug #458111.
280
281 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
282
283         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
284         * shell/ev-utils.h:
285         * shell/ev-view.c: (ev_view_set_zoom_for_size),
286         (ev_view_update_view_size):
287         * shell/ev-view.h:
288         * shell/ev-window.c: (ev_window_update_actions),
289         (setup_view_from_metadata), (ev_window_screen_changed),
290         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
291         (zoom_control_changed_cb):
292         * shell/ev-window.h:
293         
294         Reorganizes utility functions.
295
296 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
299         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
300         (add_job), (ev_pixbuf_cache_get_surface),
301         (ev_pixbuf_cache_get_link_mapping),
302         (ev_pixbuf_cache_get_image_mapping),
303         (ev_pixbuf_cache_get_form_field_mapping),
304         (ev_pixbuf_cache_get_text_mapping):
305         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
306         (notify_page_ready), (ev_job_render_page_ready),
307         (ev_job_render_run):
308
309         Add page_ready signal to notify that page is ready as soon as
310         possible even if other page elements like links, forms, images or
311         text mapping are not ready yet.
312
313 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
316         (dvi_document_file_exporter_do_page),
317         (dvi_document_file_exporter_get_capabilities),
318         (dvi_document_file_exporter_iface_init):
319         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
320         (ps_document_file_exporter_do_page),
321         (ps_document_file_exporter_get_capabilities),
322         (ps_document_file_exporter_iface_init):
323         * backend/djvu/djvu-document.c:
324         (djvu_document_file_exporter_begin),
325         (djvu_document_file_exporter_end),
326         (djvu_document_file_exporter_get_capabilities),
327         (djvu_document_file_exporter_iface_init):
328         * backend/tiff/tiff-document.c:
329         (tiff_document_file_exporter_begin),
330         (tiff_document_file_exporter_get_capabilities),
331         (tiff_document_document_file_exporter_iface_init):
332         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
333         (pdf_document_file_exporter_do_page),
334         (pdf_document_file_exporter_get_capabilities),
335         (pdf_document_file_exporter_iface_init):
336         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
337         (ev_file_exporter_get_capabilities):
338         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
339         (idle_print_handler), (ev_print_job_print):
340         * shell/ev-jobs.c: (ev_job_print_run):
341         * shell/ev-window.c: (ev_window_print_send),
342         (ev_window_print_range):
343
344         Use capabilities to know which options should be offered by the
345         print dialog depending on the document backend.
346
347 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
350
351         Give priority to forms over text to set the cursor.
352
353 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-view-private.h:
356         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
357         (ev_view_leave_notify_event), (ev_view_finalize),
358         (ev_view_get_property), (ev_view_class_init):
359
360         Use IBEAM cursor for text form fields and NORMAL cursor for read
361         only fields. Remove unused status attribute.
362
363 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
366
367         Update region for current selected items also for checkbox
368         buttons, since they can behave as radio buttons when they are in a
369         set.
370
371 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * configure.ac:
374         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
375
376         Get max length of text form fields.
377
378 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
381         * libdocument/ev-form-field.h:
382         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
383
384         Fix build with current poppler cvs head.
385
386 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
387
388         * cut-n-paste/zoom-control/ephy-zoom-control.c:
389         * shell/eggfindbar.c: (egg_find_bar_init):
390
391         Fix build with gtk+ >= 2.11.5 due to gtktooltips
392         deprecation. Fixes bug #455667
393
394 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
395
396         * NEWS:
397         * configure.ac:
398         
399         Update for release 0.9.2
400
401 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-view.c: (ev_view_form_field_text_save),
404         (ev_view_form_field_choice_save):
405
406         Fix a crash when closing whith a form widget visible.
407
408 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
411
412         Update also the region of the current selected button when
413         clicking on another button if they are radio buttons.
414
415 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
418         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
419         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
420         (ev_pixbuf_cache_get_link_mapping),
421         (ev_pixbuf_cache_get_image_mapping),
422         (ev_pixbuf_cache_get_form_field_mapping),
423         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
424         * shell/ev-view.c: (ev_view_form_field_get_region),
425         (ev_view_form_field_button_create_widget),
426         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
427         (job_finished_cb):
428
429         Redraw only form field region instead of the whole page when
430         reloading a page to show changes on the form field.
431
432 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * shell/ev-view.c: (ev_view_form_field_choice_save):
435
436         Fix selection of first item in list form fields.
437
438 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
441         (ev_pixbuf_cache_reload_page),
442         (ev_pixbuf_cache_get_form_field_mapping):
443
444         Some refactoring to avoid duplicated code.
445
446 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * configure.ac:
449         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
450         (ev_form_field_from_poppler_field),
451         (pdf_document_forms_get_form_fields),
452         (pdf_document_forms_form_field_text_get_text),
453         (pdf_document_forms_form_field_text_set_text),
454         (pdf_document_forms_form_field_button_set_state),
455         (pdf_document_forms_form_field_button_get_state),
456         (pdf_document_forms_form_field_choice_get_item),
457         (pdf_document_forms_form_field_choice_get_n_items),
458         (pdf_document_forms_form_field_choice_is_item_selected),
459         (pdf_document_forms_form_field_choice_select_item),
460         (pdf_document_forms_form_field_choice_toggle_item),
461         (pdf_document_forms_form_field_choice_unselect_all),
462         (pdf_document_forms_form_field_choice_set_text),
463         (pdf_document_forms_form_field_choice_get_text),
464         (pdf_document_document_forms_iface_init):
465         * libdocument/Makefile.am:
466         * libdocument/ev-form-field.[ch]:
467         * libdocument/ev-document-forms.[ch]:
468         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
469         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
470         (add_job), (ev_pixbuf_cache_reload_page),
471         (ev_pixbuf_cache_get_form_field_mapping):
472         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
473         * shell/ev-view-private.h:
474         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
475         (ev_view_handle_cursor_over_xy),
476         (ev_view_get_form_field_at_location),
477         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
478         (ev_view_form_field_button_create_widget),
479         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
480         (ev_view_form_field_text_create_widget),
481         (ev_view_form_field_choice_save),
482         (ev_view_form_field_choice_changed),
483         (ev_view_form_field_choice_create_widget),
484         (ev_view_handle_form_field), (ev_view_size_allocate),
485         (ev_view_realize), (draw_end_presentation_page),
486         (ev_view_button_press_event), (ev_view_remove_all),
487         (ev_view_motion_notify_event), (ev_view_key_press_event),
488         (ev_view_enter_notify_event), (highlight_find_results),
489         (draw_loading_text), (draw_one_page), (ev_view_destroy),
490         (ev_view_class_init), (page_changed_cb),
491         (on_adjustment_value_changed), (ev_view_set_presentation),
492         (merge_selection_region), (ev_view_set_cursor),
493         (ev_view_reset_presentation_state):
494         
495         Merge evince-forms branch.
496
497 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
498
499         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
500
501         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
502         This script also updates itself from libegg
503
504         * cut-n-paste/toolbar-editor/egg*:
505         Run update-toolbareditor-from-libegg.sh so we are in sync again with
506         libegg
507
508 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
509
510         * shell/ev-window.c:
511         
512         Adds a nice icon to page action during toolbar editing.
513         See bug #452872.
514
515 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
516
517         * data/evince-toolbar.xml:
518         * shell/ev-window.c:
519         
520         Let user add a presentation and fullscreen icons on toolbar.
521         See bug #449734.
522
523 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
524
525         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
526
527         new script to keep in sync with toolbareditor in libegg
528
529         * cut-n-paste/toolbar-editor/*: 
530
531         Run update-toolbareditor-from-libegg so we are in sync again. 
532         Fixes bug #452850.
533         
534
535 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-sidebar-links.c: (job_finished_callback):
538
539         Do not connect selection changed signal more than once. Fixes bug
540         #349433.
541
542 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-window.c: (ev_window_view_sidebar_cb):
545
546         Do not change sidebar chrome flag when pressing F9 key in
547         presentation mode.
548
549 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * backend/pdf/ev-poppler.cc:
552         (pdf_document_thumbnails_get_dimensions):
553
554         Make sure thumbnails width and height is not <= 0. Fixes a crash
555         with some pdf documents which have really small pages.
556
557 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
558
559         * shell/main.c: (main):
560
561         Fixes program description translation issue.
562         Bug #450148.
563
564 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
565
566         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
567
568         Do not change current page when returning from black/white mode
569         in presentation. Fixes bug #415032.
570
571 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
572
573         * NEWS:
574         * configure.ac:
575         
576         Update for release 0.9.1
577
578 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
579
580         * backend/dvi/dvi-document.c:
581         (dvi_document_finalize),
582         (dvi_document_file_exporter_format_supported),
583         (dvi_document_file_exporter_begin),
584         (dvi_document_file_exporter_do_page),
585         (dvi_document_file_exporter_end),
586         (dvi_document_file_exporter_iface_init), (dvi_document_init):
587         
588         PDF exporter for dvi documents. Fixes bug #441319.
589
590 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
591
592         * shell/ev-window.c: (ev_window_clear_print_job):
593
594         Clear gtk print job when job has finished. Fixes bug #447612.
595
596 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-window.c: (ev_window_print_send),
599         (ev_window_print_dialog_response_cb), (ev_window_print_range):
600
601         Add preview button to print dialog. Fixes bug #445419.
602
603 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * backend/dvi/Makefile.am:
606         * backend/dvi/pixbuf-device.[ch]: Removed
607         * backend/dvi/cairo-device.[ch]: Added
608         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
609         * backend/dvi/dvi-document.c: (dvi_document_load),
610         (dvi_document_render), (dvi_document_finalize),
611         (dvi_document_thumbnails_get_thumbnail), (parse_color),
612         (dvi_document_do_color_special):
613         * libdocument/ev-document-misc.[ch]:
614         (ev_document_misc_pixbuf_from_surface):
615
616         Port dvi backend to cairo and fix a problem with colors. 
617
618 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-view.c: (draw_one_page):
621
622         Draw only visible region.
623
624 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * backend/djvu/djvu-document.c: (djvu_document_render):
627
628         Fix rotation in djvu backend.
629
630 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-pixbuf-cache.c: (job_finished_cb),
633         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
634         (ev_pixbuf_cache_get_image_mapping),
635         (ev_pixbuf_cache_get_text_mapping):
636
637         Redraw view every time we have a new surface. Fixes bug #443587.
638
639 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * libdocument/ev-document.c: (ev_document_info_free):
642
643         Fix memory leaks.
644
645 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * backend/dvi/dvi-document.c: (dvi_document_render),
648         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
649         * backend/impress/impress-document.c:
650         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
651         (impress_document_render), (impress_document_document_iface_init),
652         (impress_document_thumbnails_get_thumbnail):
653         * backend/djvu/djvu-document-private.h:
654         * backend/djvu/djvu-document.c: (djvu_document_render),
655         (djvu_document_finalize), (djvu_document_document_iface_init),
656         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
657         * backend/tiff/tiff-document.c: (tiff_document_render),
658         (tiff_document_render_pixbuf),
659         (tiff_document_document_iface_init):
660         * backend/pdf/ev-poppler.cc: (pdf_document_render),
661         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
662         (pdf_selection_render_selection):
663         * backend/comics/comics-document.c:
664         (comics_document_render_pixbuf), (comics_document_render),
665         (comics_document_document_iface_init):
666         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
667         (pixbuf_document_document_iface_init):
668         * libdocument/ev-document-misc.[ch]:
669         (ev_document_misc_surface_from_pixbuf),
670         (ev_document_misc_surface_rotate_and_scale):
671         * libdocument/ev-document.[ch]: (ev_document_render):
672         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
673         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
674         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
675         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
676         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
677         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
678         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
679         (render_finished_cb), (ev_job_render_run):
680         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
681         (merge_selection_region):
682
683         Use cairo image surfaces instead of GDK pixbufs for drawing pages
684         and selections.
685
686 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-window-title.c: (ev_window_title_update):
689
690         Fix memory leak.
691
692 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-view.c: (draw_loading_text):
695
696         Show loading text centered. Fixes bug #433061
697
698 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-sidebar-thumbnails.c:
701         (ev_sidebar_thumbnails_set_loading_icon):
702
703         Remove a mutex in the main thread that blocks the UI in heavy
704         documents.
705
706 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
709
710         Set points_set to TRUE so that selections don't disappear after a
711         zoom change.
712
713 2007-06-07  Michael Monreal  <infernux@web.de>
714
715         * data/icons/16x16/actions/Makefile.am:
716         * data/icons/16x16/actions/zoom.svg:
717         * data/icons/22x22/actions/Makefile.am:
718         * data/icons/22x22/actions/zoom.svg:
719         * data/icons/24x24/actions/Makefile.am:
720         * shell/ev-stock-icons.c:
721         * shell/ev-stock-icons.h:
722         * shell/ev-window.c:
723         
724         Zoom icon artwork. See bug #444795.
725
726 2007-06-05  Bastien Nocera  <hadess@hadess.net>
727
728         * shell/ev-metadata-manager.c: Remove extraneous function
729         (Closes: #444386)
730
731 2007-06-05  Bastien Nocera  <hadess@hadess.net>
732
733         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
734         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
735         (ev_metadata_manager_set), (ev_metadata_manager_save):
736         Simplify the timeout, no need for modified anymore
737
738 2007-06-05  Bastien Nocera  <hadess@hadess.net>
739
740         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
741         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
742         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
743         (ev_metadata_manager_save): Adapted patch from Arjan van de
744         Ven (arjan@linux.intel.com) to avoid the timeout running all the
745         time, saves on power (Closes: #443851)
746
747 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * configure.ac:
750         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
751         (pdf_selection_render_selection), (pdf_document_get_page_duration):
752
753         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
754
755 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
756
757         * shell/ev-window.c: (ev_window_add_history):
758
759         Check if history is NULL
760
761 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * libdocument/ev-image.c: (ev_image_finalize):
764         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
765         * libdocument/ev-attachment.c: (ev_attachment_finalize):
766         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
767         (ev_tmp_uri_unlink):
768
769         Add functions to delete temporary files created by evince in a safe
770         way.
771
772         * shell/ev-window.c: (ev_window_clear_local_uri),
773         (open_xfer_update_progress_callback),
774         (save_xfer_update_progress_callback), (ev_window_save_remote),
775         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
776         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
777         (attachment_save_dialog_response_cb),
778         (ev_attachment_popup_cmd_save_attachment_as):
779
780         Allow saving a copy of a document, image or attachment to a remote
781         location. Fixes bug #440754. 
782
783 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * configure.ac:
786         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
787
788         Fix build with current poppler from cvs head. 
789
790 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
791
792         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
793
794         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
795         directory exists.
796
797 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
798
799         * shell/ev-sidebar.c: (ev_sidebar_add_page):
800         * shell/ev-window.c:
801
802         Change sidebar ordering. Fixes bug #439939.
803
804 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
805
806         * backend/comics/Makefile.am:
807         
808         Fixes build with --without-libgnome.
809
810 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
811         
812         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
813
814         Update cursor and tooltip on page change and view scroll. Fixes bug
815         #439217.
816
817 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
818
819         * NEWS:
820         * configure.ac:
821         
822         Update for release 0.9.0
823
824 2007-05-14  Alaska Subedi <asubedi@gmail.com>
825
826         * backend/djvu/djvu-document-private.h:
827         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
828         (djvu_document_finalize),
829         (djvu_document_file_exporter_format_supported),
830         (djvu_document_file_exporter_begin),
831         (djvu_document_file_exporter_do_page),
832         (djvu_document_file_exporter_end),
833         (djvu_document_file_exporter_iface_init), (djvu_document_init):
834         
835         Implemented printing with djvu. Bug #437998.
836
837 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * backend/impress/zip.c:
840         Add missing ulong definition.
841
842         * backend/ps/ps-interpreter.c:
843         Add missing headers.
844
845         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
846
847 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
850
851         Add missing call to parent class dispose method. 
852
853 2007-05-12  Ross Burton  <ross@openedhand.com>
854
855         * shell/main.c:
856         Sync keybindings manually when building without libgnome
857         (#437925).
858
859 2007-05-12  Ross Burton  <ross@openedhand.com>
860
861         * shell/ev-window.c:
862         Respect the screen when opening help (#437866).
863
864 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * data/evince-ui.xml:
867         * shell/ev-application.[ch]: (get_print_settings_from_args),
868         (ev_application_open_uri_at_dest), (ev_application_open_uri),
869         (ev_application_open_uri_list):
870         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
871         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
872         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
873         (ev_window_cmd_view_reload), (lookup_printer_from_name),
874         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
875         (ev_window_dispose):
876         * shell/main.c: (arguments_parse):
877
878         Add print button in preview mode. Fixes bug #396475. 
879
880 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
881
882         * cut-n-paste/zoom-control/ephy-zoom.h:
883         
884         Fixes zoom level factors. See bug #408119 for details.
885
886 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
887
888         * backend/comics/comics-document.c: (comics_regex_quote),
889         (extract_argv):
890         
891         Correctly quote symbols. Fixes crash in the bug
892         #415370.
893
894 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
895
896         * shell/ev-navigation-action-widget.c:
897         (ev_navigation_action_widget_init),
898         (ev_navigation_action_widget_class_init),
899         (ev_navigation_action_widget_button_press_event):
900         
901         Connect to button-press event on correct widget. Fixes
902         bug #431988
903
904 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
905
906         * shell/ev-application.c: (ev_application_open_window),
907         (ev_application_add_icon_path_for_screen),
908         (ev_application_open_uri_at_dest):
909         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
910         * shell/ev-navigation-action.c: (build_menu):
911         
912         Add app-specific icons to our icon theme. Fixes bug
913         #425508.
914
915 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
916
917         * shell/ev-history.c: (ev_history_class_init),
918         (ev_history_add_link):
919         * shell/ev-history.h:
920         * shell/ev-navigation-action.c:
921         (ev_navigation_action_history_changed),
922         (ev_navigation_action_set_history), (build_menu),
923         (ev_navigation_action_finalize):
924         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
925         
926         Make navigation action unsensitive instead of showing
927         menu with unsensitive word. Fixes bug #417392.
928
929 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-application.[ch]: (ev_application_shutdown),
932         (ev_application_get_print_settings),
933         (ev_application_set_print_settings):
934         * shell/ev-window.c:
935
936         Remember print settings. Fixes bug #349102. 
937
938 2007-05-08  Christian Persch  <chpe@gnome.org>
939
940         * configure.ac:
941         * properties/ev-properties-view.c:
942
943         No need for a configure check; just use the GTK_CHECK_VERSION macro.
944         Bug #382438.
945
946 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * configure.ac:
949         * properties/ev-properties-view.c: (ev_regular_paper_size):
950
951         Use gtk+ builtin paper list to identify the document's paper size.
952         Fixes bug #382438. 
953
954 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * configure.ac:
957
958         Fix build when compiling with thumbnailer and libgnome support. 
959
960 2007-05-04  Ross Burton  <ross@openedhand.com>
961
962         * configure.ac:
963         Add --without-libgnome, check for libgnome and libgnomeui
964         separately, and add them to the symbols as required.
965
966         * libdocument/ev-file-helpers.c:
967         When building without libgnome, use g_get_user_config_dir instead
968         of gnome_user_dir_get.
969
970         * shell/ev-application.c:
971         When building without libgnome, don't use session management.
972
973         * shell/main.c:
974         When building without libgnome, don't use GnomeProgram or
975         initialise the authentication manager.
976
977         This fixes #328842.
978
979 2007-05-04  Ross Burton  <ross@openedhand.com>
980
981         * shell/ev-window.c:
982         Don't use libgnome to open help, instead call Yelp directly.
983
984 2007-05-04  Ross Burton  <ross@openedhand.com>
985
986         * shell/ev-sidebar-attachments.c:
987         Don't use libgnome to lookup icons for MIME types, instead copy
988         code from GTK+ to do it manually.
989
990 2007-05-04  Ross Burton  <ross@openedhand.com>
991
992         * configure.ac:
993         Add libxml to the dependencies for SHELL_CORE (#435818).
994
995 2007-05-02  Ross Burton  <ross@openedhand.com>
996
997         * configure.ac:
998         * Makefile.am:
999         Add --disable-thumbnailer (#434825)
1000
1001 2007-05-02  Ross Burton  <ross@openedhand.com>
1002
1003         * shell/ev-window.c:
1004         Add missing includes, fix indentation.
1005
1006         * shell/main.c:
1007         Fix indentation.
1008
1009 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1010
1011         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1012         ev_application_open_uri_at_dest instead of ev_application_open_uri
1013         preventing new document always being opened in a new window even if there
1014         is an empty window.
1015
1016 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1017
1018         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1019         (egg_recent_view_uimanager_finalize):
1020         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1021         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1022         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1023         (ev_pixbuf_cache_dispose):
1024         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1025         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1026         
1027         Add missing chain to parent class methods. Fixes
1028         bug #433128.
1029
1030 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1031
1032         * data/Makefile.am (update-icon-cache): Updates
1033         gtk-update-icon-cache in uninstall-hook.
1034
1035 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-window.c: (ev_window_setup_document),
1038         (ev_window_set_document), (ev_window_load_job_cb):
1039         * shell/ev-view.c: (setup_caches):
1040         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1041
1042         Start rendering pages before any other jobs. 
1043
1044 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * shell/ev-window.c: (ev_window_stop_fullscreen),
1047         (ev_window_stop_presentation):
1048
1049         Update chrome visibility before window unfullscreen. 
1050
1051 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * data/Makefile.am:
1054         * data/evince-ui.xml:
1055         * shell/ev-stock-icons.[ch]:
1056         * shell/ev-application.[ch]: (ev_application_shutdown),
1057         (ev_application_init), (ev_application_get_toolbars_model):
1058         * shell/ev-window.c: (update_chrome_visibility),
1059         (fullscreen_toolbar_setup_item_properties),
1060         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1061         (ev_window_run_presentation), (ev_window_stop_presentation),
1062         (ev_window_run_preview), (ev_window_screen_changed),
1063         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1064         (ev_window_dispose), (ev_window_init):
1065
1066         Make fullscreen toolbar always visible. Do not use egg toolbars for
1067         fullscreen and preview modes since such toolbars are not editables.
1068         Fixes bugs #300278, #338910 and #316188.  
1069
1070 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1071
1072         * shell/ev-application.c:
1073         * shell/ev-job-queue.c:
1074         * shell/ev-metadata-manager.c:
1075         * shell/ev-stock-icons.c:
1076         * shell/ev-window.c:
1077         * shell/main.c:
1078         
1079         Developers documentation updated.
1080
1081 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1084
1085         Check whether uri is valid before launching it. Fixes bug #427664.
1086
1087 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * shell/ev-window.c:
1090
1091         Change key accelerator for Open a Copy menu entry which is in conflict
1092         with Close. Fixes bug #427321.
1093
1094 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * NEWS:
1097         * configure.ac:
1098         
1099         Update for release 0.8.1
1100
1101 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1102
1103         * shell/ev-window.c: (setup_size_from_metadata):
1104         
1105         Do not make window bigger than screen. Fixes bug 
1106         #388985.
1107
1108 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1111         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1112
1113         Use default resolution when it's not provided by document. Fixes bug
1114         #408762.
1115
1116 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * configure.ac:
1119         * thumbnailer/Makefile.am:
1120         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1121         * thumbnailer/evince-thumbnailer.schemas.in:
1122         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1123
1124         Add support for ps, eps and compressed documents thumbnails. Do not
1125         ignore size parameter. 
1126
1127 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1128
1129         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1130         (dvi_document_do_color_special):
1131         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1132
1133         Implement font color specials in the DVI backend. Fixes bug #303651.
1134
1135 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1136
1137         Fixup the previous commit:
1138
1139         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1140         * shell/xdg-user-dir-lookup.c: Make the function non-static
1141         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1142
1143 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1144
1145         * shell/ev-window.c (file_open_dialog_response_cb): Use
1146         the xdg-user-dirs DOCUMENTS folder as default folder when
1147         opening a file chooser.  (#424858)
1148
1149         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1150         xdg-user-dirs.
1151
1152 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * shell/ev-window.c: (ev_window_load_job_cb):
1155
1156         Do not setup view from metadata on preview mode. 
1157
1158 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * shell/main.c:
1161
1162         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1163
1164 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * shell/ev-view.c: (ev_view_primary_get_cb):
1167
1168         Check pointer != NULL before using it. Fixes bug #416841. 
1169
1170 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1171
1172         * NEWS:
1173         * configure.ac:
1174         
1175         Release 0.8.0
1176
1177 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1180
1181         Do not render thumbnails when sidebar thumbnail page is not visible
1182         at startup. Fixes bug #416447. 
1183
1184 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1185
1186         * data/evince.desktop.in.in:
1187
1188         "Application" is not a valid category in the freedesktop specification.
1189
1190 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * libdocument/ev-file-helpers.[ch]: (compression_run),
1193         (ev_file_uncompress), (ev_file_compress):
1194         * shell/ev-window.c: (file_save_dialog_response_cb):
1195
1196         Save document compressed when saving a copy of a compressed document.
1197         Fixes bug #334542.
1198
1199 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1202
1203         Allow deleting in goto window entry in presentation mode. 
1204
1205 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1206
1207         * Makefile.am: Dist MAINTAINERS.
1208
1209 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-window.c: (ev_window_update_actions):
1212
1213         Fix zoom shortcut keys when searching. Fixes bug #409828.
1214
1215 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * shell/ev-window.c: (ev_window_setup_document):
1218
1219         Fix crash when loading documents with only one page. 
1220
1221 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * backend/dvi/dvi-document.c:
1224         (dvi_document_thumbnails_get_dimensions),
1225         (dvi_document_thumbnails_get_thumbnail):
1226         * backend/impress/impress-document.c:
1227         (impress_document_thumbnails_get_thumbnail),
1228         (impress_document_thumbnails_get_dimensions):
1229         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1230         (ps_document_thumbnails_get_dimensions):
1231         * backend/djvu/djvu-document.c:
1232         (djvu_document_thumbnails_get_dimensions),
1233         (djvu_document_thumbnails_get_thumbnail):
1234         * backend/tiff/tiff-document.c:
1235         (tiff_document_thumbnails_get_thumbnail),
1236         (tiff_document_thumbnails_get_dimensions):
1237         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1238         (pdf_document_thumbnails_get_thumbnail),
1239         (pdf_document_thumbnails_get_dimensions):
1240         * backend/comics/comics-document.c:
1241         (comics_document_thumbnails_get_thumbnail),
1242         (comics_document_thumbnails_get_dimensions):
1243         * backend/pixbuf/pixbuf-document.c:
1244         (pixbuf_document_thumbnails_get_thumbnail),
1245         (pixbuf_document_thumbnails_get_dimensions):
1246         * libdocument/ev-document-thumbnails.[ch]:
1247         (ev_document_thumbnails_get_thumbnail),
1248         (ev_document_thumbnails_get_dimensions):
1249         * libdocument/ev-document-misc.[ch]:
1250         (ev_document_misc_get_thumbnail_frame):
1251         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1252         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1253         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1254         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1255         (ev_sidebar_thumbnails_refresh):
1256         * shell/ev-window.c: (ev_window_setup_document):
1257         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1258
1259         Use an EvRenderContext for rendering thumbnails instead of a suggested
1260         width, so that different sized pages get sized proportionally.
1261
1262 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-view.c: (ev_view_button_press_event),
1265         (ev_view_key_press_event):
1266
1267         Fix critical warnings when there is no document loaded. 
1268
1269 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-page-action-widget.c:
1272         * shell/ev-navigation-action.c:
1273         * shell/ev-window.c:
1274
1275         Fix compile warnings. 
1276
1277 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * backend/djvu/djvu-text.h:
1280         * backend/djvu/djvu-document.c:
1281         * backend/djvu/djvu-text-page.c:
1282         * backend/djvu/djvu-links.c:
1283         * backend/djvu/djvu-text-page.h:
1284         * backend/djvu/djvu-text.c:
1285         
1286         Fix build on Mac. Fixes bug #392186. Patch by
1287         <ephraim_owns@hotmail.com>
1288
1289 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1292
1293         Restore cairo context before rendering every page when printing a PDF
1294         document into a PDF file. 
1295
1296 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * backend/ps/gstypes.h:
1299         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1300         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1301         (ps_document_thumbnails_get_thumbnail):
1302
1303         Handle PostScript page orientation. Fixes bug #318568.
1304
1305 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * backend/ps/Makefile.am:
1308         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1309         (document_load), (ps_document_load), (save_document),
1310         (save_page_list), (ps_document_get_n_pages),
1311         (ps_document_get_page_size), (ps_document_get_info),
1312         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1313         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1314         (ps_document_thumbnails_get_thumbnail),
1315         (ps_document_thumbnails_get_dimensions),
1316         (ps_document_document_thumbnails_iface_init):
1317         * backend/ps/ps.[ch]: (psgetpagebox):
1318         * backend/ps/ps-interpreter.[ch]:
1319
1320         Add support for thumbnails in ps backend. Fixes bug #164755. 
1321
1322 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1323
1324         * NEWS:
1325         * configure.ac:
1326         
1327         Release 0.7.2
1328
1329 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1332         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1333         (ev_window_dispose):
1334
1335         Use document thumbnail as window icon. Fixes bug #384442.
1336
1337 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1338
1339         * configure.ac:
1340
1341         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1342         duplicated adding application/x-bzpostscript instead. 
1343
1344 2007-02-11  Tom Parker  <palfrey@tevp.net>
1345
1346         * backend/ps/ps-document.c: (document_load):
1347
1348         Check return value of psscan before trying
1349         to use it. Fixes bug #372414.
1350
1351 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1354
1355         Fix invalid free in ev-page-cache. Fixes bug #404745.
1356
1357 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1358
1359         * test/Makefile.am:
1360         * test/test3.py:
1361         
1362         Added reload test case.
1363
1364 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * po/POTFILES.in:
1367         * backend/djvu/djvu-document.c: (djvu_document_load):
1368
1369         Check whether there are missing files in indirect multipage djvu
1370         documents. Fixes bug #361683. 
1371
1372 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1373
1374         * test/Makefile.am:
1375         * test/test-mime.bin:
1376         * test/test3.py:
1377         
1378         Added test for slow mime type
1379
1380 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1383
1384         Add some checks and call parent_class->finalize. Fixes bug #404745.
1385
1386 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1387
1388         * shell/ev-navigation-action.c: (connect_proxy):
1389         
1390         Fixes dropdown history menu. Thanks a lot Carlos!
1391
1392 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1395
1396         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1397         bug #373715.
1398
1399 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * backend/ps/ps.c: (psscan):
1402
1403         Fix memory leak. 
1404
1405 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * configure.ac:
1408         * libdocument/ev-file-helpers.c: 
1409
1410         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1411
1412 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * configure.ac:
1415         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1416         (ps_interpreter_start), (document_load), (save_document),
1417         (save_page_list):
1418         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1419         * libdocument/ev-document-factory.c:
1420         (ev_document_factory_get_from_mime), (get_document_from_uri),
1421         (free_uncompressed_uri), (ev_document_factory_get_document):
1422         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1423
1424         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1425
1426 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * libdocument/ev-document.h:
1429
1430         Fix typo in function name. 
1431
1432 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * backend/ps/ps-document.c: (ps_interpreter_finished),
1435         (ps_interpreter_start), (ps_interpreter_failed):
1436
1437         Handle ghostscript interpreter crashes. 
1438
1439 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-window.c: (ev_window_open_uri),
1442         (window_configure_event_cb):
1443
1444         Setup window size and position before showing it. Fixes bug #401711.
1445
1446 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * backend/ps/Makefile.am:
1449         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1450         (ps_document_dispose), (ps_document_class_init),
1451         (ps_interpreter_input), (ps_interpreter_output),
1452         (ps_interpreter_error), (setup_interpreter_env),
1453         (ps_interpreter_start), (ps_interpreter_stop),
1454         (ps_interpreter_failed), (ps_interpreter_is_ready),
1455         (check_filecompressed), (document_load), (ps_document_load),
1456         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1457         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1458         (render_page):
1459
1460         Rework ps-document. Code cleanups, remove deprecated code. 
1461
1462 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-view.c: (ev_view_button_press_event):
1465
1466         Do not start an image drag and drop operation when pointer is on 
1467         text, so that we can select text when the whole background is an
1468         image. 
1469
1470 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-window.c: (ev_window_update_actions): 
1473
1474         Disable all zoom related actions during presentation mode. 
1475
1476 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1477
1478         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1479
1480         Do not zoom in or out on presentation mode. Fixes bug #401305.
1481
1482 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1483
1484         * shell/ev-navigation-action.c: (connect_proxy),
1485         (create_menu_item), (ev_navigation_action_class_init):
1486         
1487         Correctly show menu and fix crash when navigaton 
1488         action is out of toolbar visible area.
1489
1490 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1491
1492         * data/Makefile.am:
1493         * data/evince.1:
1494         
1495         Added man file
1496
1497 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1498
1499         * help/reference/* :
1500         * configure.ac:
1501         
1502         Added gtk-doc based documentation for Evince.
1503         Still in initial state but I hope it will
1504         grow.
1505         
1506         * configure.ac:
1507         
1508         Lower dbus requirement to 0.70
1509
1510 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-window.c: (ev_window_add_history):
1513
1514         Fix memory leak. 
1515
1516 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1519         * shell/ev-view.h:
1520         * shell/ev-window.c: (ev_window_add_history):
1521         
1522         Correctly handle named destination links
1523
1524 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1525
1526         * NOTES:
1527         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1528         * backend/pdf/ev-poppler.cc:
1529         * libdocument/ev-document-links.h:
1530         * libdocument/ev-link.c: (ev_link_get_page):
1531         * libdocument/ev-link.h:
1532         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1533         (ev_history_add_link):
1534         * shell/ev-history.h:
1535         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1536         (new_history_menu_item), (build_menu):
1537         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1538         * shell/ev-sidebar-links.c: (create_loading_model),
1539         (print_section_cb), (ev_sidebar_links_construct),
1540         (fill_page_labels), (update_page_callback_foreach),
1541         (update_page_callback), (job_finished_callback):
1542         * shell/ev-view.c: (ev_view_handle_link):
1543         * shell/ev-window.c: (ev_window_find_chapter),
1544         (ev_window_add_history), (view_handle_link_cb),
1545         (history_changed_cb):
1546         
1547         Implements another history variant
1548
1549 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-window.c: (view_external_link_cb):
1552         * shell/ev-view.c: (ev_view_button_release_event):
1553
1554         Open links in new window when clicking with middle button. 
1555
1556 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * shell/ev-navigation-action.c: (new_history_menu_item):
1559         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1560         * shell/ev-view.c: (ev_view_handle_link):
1561         * shell/ev-window.c:
1562         
1563         Store link before jump, not the destination. For me it 
1564         seems like more natural history behavior.
1565
1566 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1567
1568         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1569         (ev_navigation_action_class_init):
1570         * shell/ev-navigation-action.h:
1571         * shell/ev-page-action.c: (activate_cb):
1572         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1573         (ev_page_cache_set_current_page_history):
1574         * shell/ev-page-cache.h:
1575         * shell/ev-sidebar-thumbnails.c:
1576         (ev_sidebar_tree_selection_changed),
1577         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1578         * shell/ev-view-private.h:
1579         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1580         * shell/ev-view.h:
1581         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1582         (ev_window_setup_document), (ev_window_load_job_cb):
1583         * shell/ev-window.h:
1584         
1585         History finally works as expected.
1586
1587 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1590
1591         Do not update links treeview if it doesn't have a model assigned yet. 
1592
1593 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1596         (ev_sidebar_links_class_init), (update_page_callback):
1597
1598         Do not update links treeview when sidepane is not visible. 
1599
1600 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1601
1602         * shell/ev-marshal.list:
1603         * shell/ev-page-action.c: (activate_cb),
1604         (ev_page_action_class_init):
1605         * shell/ev-page-action.h:
1606         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1607         * shell/ev-window.c:
1608         
1609         Remove activate_link signal, not required.
1610
1611 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1612
1613         * shell/ev-navigation-action.c: (build_menu):
1614         
1615         Reorder menu items and build menu with fixed length.
1616
1617 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1618
1619         * shell/ev-view.c: (get_selected_text):
1620         
1621         Normalize text to fix ligatures problem. See bug
1622         #341947 for details.
1623
1624 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1627
1628         Fix memory leak in ev-page-cache. 
1629
1630 2007-01-25  Tom Parker <palfrey@tevp.net>
1631
1632         * backend/impress/impress-document.c: (impress_document_load),
1633         (impress_document_finalize), (impress_document_init):
1634         * properties/ev-properties-main.c: (ev_properties_get_pages):
1635         
1636         Correctly handle impress document errors. Fixes nautilus
1637         crash in property page #370491.
1638
1639 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1642         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1643         (ev_job_queue_remove_job):
1644         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1645         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1646         (ev_job_load_run):
1647         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1648         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1649         (ev_window_load_job_cb), (xfer_update_progress_callback),
1650         (ev_window_open_uri), (ev_window_dispose):
1651         * shell/main.c: (main):
1652
1653         Do file transfer asynchronously in the main thread instead of
1654         synchronously in the load thread. Fixes bugs #399694, #398307 and
1655         #343542.
1656
1657 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-jobs.c: (ev_job_xfer_run):
1660
1661         Load the document with the font-config lock held. 
1662
1663 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * backend/ps/ps-document.c: (start_interpreter):
1666
1667         Fix memory leaks in ps backend. 
1668
1669 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * backend/impress/impress-document.c:
1672         (impress_document_render_pixbuf):
1673
1674         Do not acquire fontconfig lock in impress backend, since it is using
1675         the main loop for rendering. 
1676
1677 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * po/POTFILES.in: 
1680
1681         Remove mdvi files that shouldn't be translated. 
1682
1683 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * shell/ev-view-private.h:
1686         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1687         (ev_view_set_zoom):
1688
1689         Render "loading..." text into a cairo surface instead of directly into
1690         the window so that fontconfig lock is only needed once and UI is not
1691         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1692
1693 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1696         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1697
1698         Use icon theme associated with the window screen rather than default. 
1699
1700 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1701
1702         * configure.ac:
1703
1704         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1705
1706 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1707
1708         * data/icons/*/apps/evince.*:
1709
1710         Move Evince icons under new apps directory.
1711
1712         * data/icons/*/actions/*:
1713
1714         Add new custom themeable Evince icons: view-page-continuous, 
1715         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1716         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1717
1718         * configure.ac:
1719
1720         Add new directories to AC_CONFIG_FILES.
1721
1722         * shell/ev-stock-icons.c:
1723         * shell/ev-stock-icons.h:
1724
1725         Use new custom themeable icons.
1726
1727 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1730
1731         Do not draw white background page in presentation mode. 
1732
1733 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1734
1735         * shell/ev-view.c: Remove unused gnome-vfs include.
1736
1737 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1738
1739         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1740         
1741         Format string is corrected, fixes bug #397129.
1742
1743 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-window.c: (ev_window_setup_recent):
1746
1747         Do not include in recent menu inexistent documents. Fixes
1748         bug #339171.
1749
1750 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * po/POTFILES.skip: 
1753
1754         Update POTFILES.skip file according to current source tree. 
1755
1756 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c: (file_save_dialog_response_cb):
1759
1760         Do Save a copy in atomic way. Fixes bug #328266. 
1761
1762 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1765
1766         Keep selected cell always visible in index treeview.
1767
1768 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1769         
1770         * shell/ev-view.c: (ev_view_size_allocate):
1771
1772         Restore horizontal scrollbar after switching to/from fullscreen
1773         or presentation mode. Fixes bug #331728.
1774
1775 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-view-private.h:
1778         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1779         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1780         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1781         (ev_view_can_zoom_out):
1782
1783         Use max and min scale values in the view iby taking dpi into account. 
1784
1785 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * configure.ac:
1788         * NEWS:
1789
1790         Release 0.7.1
1791
1792 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * shell/ev-window.c: (ev_window_print_send):
1795
1796         Send print job to printer with some settings set to default values,
1797         since we have already exported to a file according to such settings
1798         and they could be taken twice by some printers. 
1799
1800 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-jobs.c: (ev_job_xfer_run):
1803         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1804
1805         Show main window and load document with the font-config lock held. 
1806
1807 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * configure.ac:
1810         * shell/ev-application.c: (ev_application_register_service):
1811         * shell/main.c: (load_files_remote):
1812
1813         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1814
1815 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1816
1817         * doc/debugging.txt:
1818         
1819         Remove obsolete documentation.
1820
1821 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1822
1823         * Makefile.am:
1824         * backend/Makefile.am:
1825         * backend/comics/Makefile.am:
1826         * backend/djvu/Makefile.am:
1827         * backend/dvi/Makefile.am:
1828         * backend/ev-async-renderer.c:
1829         * backend/ev-async-renderer.h:
1830         * backend/ev-attachment.c:
1831         * backend/ev-attachment.h:
1832         * backend/ev-backend-marshal.c:
1833         * backend/ev-document-factory.c:
1834         * backend/ev-document-factory.h:
1835         * backend/ev-document-find.c:
1836         * backend/ev-document-find.h:
1837         * backend/ev-document-fonts.c:
1838         * backend/ev-document-fonts.h:
1839         * backend/ev-document-images.c:
1840         * backend/ev-document-images.h:
1841         * backend/ev-document-info.h:
1842         * backend/ev-document-links.c:
1843         * backend/ev-document-links.h:
1844         * backend/ev-document-misc.c:
1845         * backend/ev-document-misc.h:
1846         * backend/ev-document-security.c:
1847         * backend/ev-document-security.h:
1848         * backend/ev-document-thumbnails.c:
1849         * backend/ev-document-thumbnails.h:
1850         * backend/ev-document-transition.c:
1851         * backend/ev-document-transition.h:
1852         * backend/ev-document.c:
1853         * backend/ev-document.h:
1854         * backend/ev-file-exporter.c:
1855         * backend/ev-file-exporter.h:
1856         * backend/ev-image.c:
1857         * backend/ev-image.h:
1858         * backend/ev-link-action.c:
1859         * backend/ev-link-action.h:
1860         * backend/ev-link-dest.c:
1861         * backend/ev-link-dest.h:
1862         * backend/ev-link.c:
1863         * backend/ev-link.h:
1864         * backend/ev-render-context.c:
1865         * backend/ev-render-context.h:
1866         * backend/ev-selection.c:
1867         * backend/ev-selection.h:
1868         * backend/impress/Makefile.am:
1869         * backend/pdf/Makefile.am:
1870         * backend/pixbuf/Makefile.am:
1871         * backend/ps/Makefile.am:
1872         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1873         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1874         (start_interpreter), (stop_interpreter), (document_load),
1875         (ps_document_next_page), (render_page):
1876         * backend/tiff/Makefile.am:
1877         * comics/Makefile.am:
1878         * comics/comics-document.c:
1879         * comics/comics-document.h:
1880         * configure.ac:
1881         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1882         * djvu/Makefile.am:
1883         * djvu/djvu-document-private.h:
1884         * djvu/djvu-document.c:
1885         * djvu/djvu-document.h:
1886         * djvu/djvu-links.c:
1887         * djvu/djvu-links.h:
1888         * djvu/djvu-text-page.c:
1889         * djvu/djvu-text-page.h:
1890         * djvu/djvu-text.c:
1891         * djvu/djvu-text.h:
1892         * dvi/Makefile.am:
1893         * dvi/dvi-document.c:
1894         * dvi/dvi-document.h:
1895         * dvi/fonts.c:
1896         * dvi/fonts.h:
1897         * dvi/mdvi-lib/Makefile.am:
1898         * dvi/mdvi-lib/afmparse.c:
1899         * dvi/mdvi-lib/afmparse.h:
1900         * dvi/mdvi-lib/bitmap.c:
1901         * dvi/mdvi-lib/bitmap.h:
1902         * dvi/mdvi-lib/color.c:
1903         * dvi/mdvi-lib/color.h:
1904         * dvi/mdvi-lib/common.c:
1905         * dvi/mdvi-lib/common.h:
1906         * dvi/mdvi-lib/defaults.h:
1907         * dvi/mdvi-lib/dvimisc.c:
1908         * dvi/mdvi-lib/dviopcodes.h:
1909         * dvi/mdvi-lib/dviread.c:
1910         * dvi/mdvi-lib/files.c:
1911         * dvi/mdvi-lib/font.c:
1912         * dvi/mdvi-lib/fontmap.c:
1913         * dvi/mdvi-lib/fontmap.h:
1914         * dvi/mdvi-lib/fontsrch.c:
1915         * dvi/mdvi-lib/gf.c:
1916         * dvi/mdvi-lib/hash.c:
1917         * dvi/mdvi-lib/hash.h:
1918         * dvi/mdvi-lib/list.c:
1919         * dvi/mdvi-lib/mdvi.h:
1920         * dvi/mdvi-lib/pagesel.c:
1921         * dvi/mdvi-lib/paper.c:
1922         * dvi/mdvi-lib/paper.h:
1923         * dvi/mdvi-lib/pk.c:
1924         * dvi/mdvi-lib/private.h:
1925         * dvi/mdvi-lib/setup.c:
1926         * dvi/mdvi-lib/sp-epsf.c:
1927         * dvi/mdvi-lib/special.c:
1928         * dvi/mdvi-lib/sysdeps.h:
1929         * dvi/mdvi-lib/t1.c:
1930         * dvi/mdvi-lib/tfm.c:
1931         * dvi/mdvi-lib/tfmfile.c:
1932         * dvi/mdvi-lib/tt.c:
1933         * dvi/mdvi-lib/util.c:
1934         * dvi/mdvi-lib/vf.c:
1935         * dvi/pixbuf-device.c:
1936         * dvi/pixbuf-device.h:
1937         * impress/Makefile.am:
1938         * impress/common.h:
1939         * impress/document.c:
1940         * impress/f_oasis.c:
1941         * impress/f_oo13.c:
1942         * impress/iksemel.c:
1943         * impress/iksemel.h:
1944         * impress/imposter.h:
1945         * impress/impress-document.c:
1946         * impress/impress-document.h:
1947         * impress/internal.h:
1948         * impress/r_back.c:
1949         * impress/r_draw.c:
1950         * impress/r_geometry.c:
1951         * impress/r_gradient.c:
1952         * impress/r_style.c:
1953         * impress/r_text.c:
1954         * impress/render.c:
1955         * impress/render.h:
1956         * impress/zip.c:
1957         * impress/zip.h:
1958         * lib/Makefile.am:
1959         * lib/ev-debug.c:
1960         * lib/ev-debug.h:
1961         * lib/ev-file-helpers.c:
1962         * lib/ev-file-helpers.h:
1963         * lib/ev-gui.c:
1964         * lib/ev-gui.h:
1965         * lib/ev-tooltip.c:
1966         * lib/ev-tooltip.h:
1967         * libdocument/Makefile.am:
1968         * libdocument/ev-file-helpers.c:
1969         * pdf/Makefile.am:
1970         * pdf/ev-poppler.cc:
1971         * pdf/ev-poppler.h:
1972         * pixbuf/Makefile.am:
1973         * pixbuf/pixbuf-document.c:
1974         * pixbuf/pixbuf-document.h:
1975         * properties/Makefile.am:
1976         * ps/Makefile.am:
1977         * ps/gsdefaults.c:
1978         * ps/gsdefaults.h:
1979         * ps/gsio.c:
1980         * ps/gsio.h:
1981         * ps/gstypes.h:
1982         * ps/ps-document.c:
1983         * ps/ps-document.h:
1984         * ps/ps.c:
1985         * ps/ps.h:
1986         * shell/Makefile.am:
1987         * shell/ev-application.h:
1988         * shell/ev-sidebar-links.c:
1989         * shell/ev-sidebar-links.h:
1990         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1991         (ev_gui_menu_position_tree_selection):
1992         * shell/ev-utils.h:
1993         * shell/ev-view.c: (ev_view_finalize):
1994         * shell/ev-window.c:
1995         * shell/main.c: (main):
1996         * thumbnailer/Makefile.am:
1997         * tiff/Makefile.am:
1998         * tiff/tiff-document.c:
1999         * tiff/tiff-document.h:
2000         * tiff/tiff2ps.c:
2001         * tiff/tiff2ps.h:
2002         
2003         Reorganize source tree.
2004
2005 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * backend/ev-document-factory.c:
2008
2009         Do not include ev-poppler.h when pdf is disabled. 
2010
2011 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * configure.ac:
2014         * data/evince-ui.xml:
2015         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2016         (pdf_document_document_images_iface_init):
2017         * backend/Makefile.am:
2018         * backend/ev-document-images.[ch]:
2019         * backend/ev-image.[ch]:
2020         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2021         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2022         (ev_job_xfer_run):
2023         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2024         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2025         (ev_pixbuf_cache_get_image_mapping):
2026         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2027         (view_menu_popup_cb), (ev_window_dispose),
2028         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2029         (ev_view_popup_cmd_copy_image):
2030         * shell/ev-view-private.h:
2031         * shell/ev-view.c: (ev_view_get_image_at_location),
2032         (ev_view_do_popup_menu), (ev_view_popup_menu),
2033         (ev_view_button_press_event), (ev_view_drag_data_get),
2034         (ev_view_drag_motion), (ev_view_drag_data_received),
2035         (ev_view_motion_notify_event), (ev_view_button_release_event),
2036         (ev_view_finalize), (ev_view_class_init):
2037
2038         Add image handling support. Fixes bugs #310008 and #325047. Images
2039         selection is not supported yet. 
2040
2041 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2044         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2045         (ev_view_init):
2046
2047         Move view drag and drop stuff to ev-view.
2048
2049 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2052         * shell/ev-view.c: (clear_selection): 
2053
2054         Clear selection also in pixbuf cache.
2055
2056 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2057
2058         * data/evince.desktop.in.in:
2059         
2060         Change icon name in desktop file. See bug #390734
2061         for details.
2062
2063 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2064
2065         * thumbnailer/Makefile.am:
2066
2067         Use top_builddir instead top_srcdir for generated schema
2068         file installation. Fixes bug #390161.
2069
2070 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * configure.ac:
2073         * backend/Makefile.am:
2074         * backend/ev-document-transition.[ch]:
2075         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2076         (pdf_document_page_transition_iface_init):
2077         * shell/ev-view-private.h:
2078         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2079         (ev_view_set_presentation), (transition_next_page),
2080         (ev_view_presentation_transition_stop),
2081         (ev_view_presentation_transition_start), (ev_view_next_page):
2082
2083         Add page transition support in presentation mode. At the moment only
2084         page duration is supported, but not transition effects. Fixes bug
2085         #309815.
2086
2087 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2090
2091         Run find_link_dest with document lock held, since it's called by links
2092         thread and main thread at the same time. 
2093
2094 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * shell/ev-view.c: (goto_dest):
2097
2098         Update page-cache when page is changed by the view, so that
2099         page-changed signal is emitted. 
2100
2101 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * test/test1.py:
2104         * test/test2.py:
2105
2106         Use C locale in tests. 
2107
2108 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-window.c: (ev_window_run_presentation):
2111         * shell/ev-view-private.h:
2112         * shell/ev-view.c: (ev_view_set_presentation):
2113
2114         Restore zoom settings when back from presentation mode. 
2115
2116 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2117
2118         * shell/ev-window.c: (ev_window_run_presentation):
2119
2120         Always use "best fit" zoom in presentation mode.
2121         Fixes bug #389195.
2122
2123 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2124
2125         * shell/ev-view.c: (ev_view_goto_window_create):
2126
2127         Show "Jump to page" label in the page jumping popup in
2128         presentation mode instead of just a GtkEntry.
2129
2130 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * shell/ev-window.c: (launch_external_uri):
2133
2134         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2135         #378085.
2136
2137 2006-12-22  Elijah Newren  <newren gmail com>
2138
2139         * configure.ac: explicitly check for libxml2.  Fixes #388795
2140
2141 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * shell/ev-view-private.h:
2144         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2145         (ev_view_goto_window_delete_event), (key_is_numeric),
2146         (ev_view_goto_window_key_press_event),
2147         (ev_view_goto_window_button_press_event),
2148         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2149         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2150         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2151
2152         Allow jumping to another page by typing a page number in presentation
2153         mode. It uses a popup window with an entry. Fixes bug #353625.
2154
2155 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2156
2157         * configure.ac:
2158         * properties/ev-properties-view.c: (ev_get_default_user_units),
2159         (ev_regular_paper_size):
2160         
2161         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2162         to Damien Carbery <damien.carbery@sun.com> and
2163         Yevgen Muntyan <muntyan@tamu.edu>.
2164
2165 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2166
2167         * shell/ev-window.c: (setup_document_from_metadata):
2168
2169         Make sure Evince doesn't restore the view on the last
2170         page when a document is reopened. Fixes bug #383381.
2171
2172 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2173
2174         * shell/ev-view.c: (draw_loading_text):
2175
2176         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2177
2178 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * configure.ac:
2181         * NEWS:
2182
2183         Release 0.7.0
2184
2185 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * configure.ac:
2188         * pdf/ev-poppler.cc: (pdf_print_context_free),
2189         (pdf_document_file_exporter_begin),
2190         (pdf_document_file_exporter_do_page):
2191
2192         Make cairo-pdf depedency optional. 
2193
2194 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2197
2198         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2199
2200 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2203         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2204         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2205         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2206         * shell/ev-view.c: (draw_loading_text):
2207         * shell/ev-window.c: (ev_window_cmd_file_properties):
2208
2209         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2210         related to using FontConfig from different threads.
2211         
2212 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-view.c: (draw_loading_text):
2215
2216         Acquire lock document when drawing "Loading..." text so that only one
2217         thread will use FontConfig at the same time. Fixes bug #374750.
2218
2219 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * shell/ev-page-action.[ch]: (activate_cb):
2222         * shell/ev-window.c: (activate_label_cb):
2223
2224         Check if text inserted in page entry is a valid page number when it
2225         doesn't match to any document page label. Fixes bug #383165.
2226
2227 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2228         * shell/ev-window.c:
2229
2230         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2231         available with GTK < 2.10. Added an ifdef to avoid compilation
2232         error.
2233
2234 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * configure.ac:
2237         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2238
2239         Fix ps backend in multihead systems.
2240
2241 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2244         * shell/ev-window.c: (ev_window_get_screen_dpi),
2245         (ev_window_update_actions), (setup_view_from_metadata),
2246         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2247
2248         Take screen DPI into account when zooming. Fixes bug #318285.
2249
2250 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2251
2252         * data/Makefile.am:
2253
2254         Cleaned up/slightly refactored Makefile.am. Added GConf
2255         schemas uninstallation as well.
2256
2257 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2258
2259         * Makefile.am:
2260         * test/Makefile.am:
2261
2262         Fight with autotools to fix make check. Make distcheck
2263         works fine as well now!
2264
2265 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2266
2267         * shell/ev-view.c: (draw_end_presentation_page):
2268
2269         Corrected "end of presentation" string.
2270
2271 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2272
2273         * shell/ev-view.c: (ev_view_key_press_event):
2274
2275         Correctly propagate key press event so that up/down keys
2276         work as expected (correct behaviour was broken by
2277         black/white screen key bindings for presentations).
2278
2279 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2280
2281         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2282         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2283         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2284         (pdf_selection_get_selection_region),
2285         (pdf_selection_get_selection_map):
2286
2287         Add "static" to some private functions. 
2288
2289 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2290
2291         * lib/ev-tooltip.h:
2292         * properties/ev-properties-view.h:
2293         * shell/ev-jobs.h:
2294         * shell/ev-properties-dialog.h:
2295         * shell/ev-properties-fonts.h:
2296         * shell/ev-sidebar-links.h:
2297         * shell/ev-sidebar-thumbnails.h:
2298         * shell/ev-sidebar.h:
2299         * shell/ev-window.h:
2300         
2301         Fixes CHACK type in class casts. See bug #385343
2302         for details.
2303
2304 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * shell/ev-view-private.h:
2307         * shell/ev-view.c: (draw_end_presentation_page),
2308         (ev_view_expose_event), (ev_view_key_press_event),
2309         (ev_view_class_init), (ev_view_init):
2310
2311         Blank screen in presentation mode when pressing 'b' (filling with
2312         black) or 'w' (filling with white) keys. Fixes bug #358132.
2313
2314 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2315
2316         * data/evince-toolbar.xml:
2317         * shell/ev-window.c:
2318         
2319         Use stock icon for Select All action. Fixes
2320         bug #382652.
2321
2322 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2323
2324         * shell/ev-view.c: (get_doc_point_from_offset),
2325         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2326
2327         Add links support in rotated documents. Fixes bug #343733.
2328
2329 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-view-private.h:
2332         * shell/ev-view.c: (draw_end_presentation_page),
2333         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2334
2335         Show a blank page after the last page in presentation mode with a
2336         message indicating that presentation has finished and how to exit. 
2337
2338 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-window.c: (fullscreen_timeout_cb):
2341
2342         Hide cursor after a while in presentation mode. 
2343
2344 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2345
2346         * backend/ev-document-info.h:
2347         * data/evince-properties.glade:
2348         * pdf/ev-poppler.cc:
2349         * properties/ev-properties-view.c: (ev_regular_paper_size),
2350         (ev_properties_view_set_info):
2351         * ps/ps-document.c: (ps_document_get_info):
2352
2353         Adds a paper size field to the properties dialog. Fixes
2354         bug #307315. Patch by Kasper Svendsen (with some i18n
2355         changes done by me).
2356
2357 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2358
2359         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2360         (screensaver_init_dbus), (totem_scrsaver_new),
2361         (totem_scrsaver_init):
2362         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2363         * shell/ev-application.c: (ev_application_register_service),
2364         (ev_application_screensaver_enable),
2365         (ev_application_screensaver_disable):
2366         * shell/ev-application.h:
2367         * shell/ev-window.c: (ev_window_run_presentation),
2368         (ev_window_stop_presentation), (build_comments_string),
2369         (ev_window_init):
2370         
2371         Move screensaver handling to application. No more
2372         message on startup.
2373
2374 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * configure.ac:
2377         * backend/Makefile.am:
2378         * backend/ev-file-exporter.[ch]:
2379         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2380         * ps/ps-document.c: (ps_document_file_exporter_*):
2381         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2382         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2383         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2384         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2385
2386         Allow printing to PDF when suppoted by the backend.
2387         
2388 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-window.c: (build_comments_string):
2391
2392         Use always "Document Viewer" in about dialog. 
2393
2394 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * djvu/djvu-document.c: (djvu_document_get_page_size):
2397
2398         Display a warning message when get_pageinfo fails. 
2399
2400 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2401
2402         * Makefile.am:
2403         * backend/Makefile.am:
2404         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2405         * configure.ac:
2406         * shell/ev-window.c: (build_comments_string):
2407         
2408         Make pdf compilation optional. See bug #38007.
2409
2410 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * ps/ps.c: (get_next_text):
2413
2414         Fix CVE-2006-5864.
2415
2416 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2419         * shell/ev-navigation-action.c: (connect_proxy),
2420         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2421         
2422         Do not call g_type_class_peek_parent twice.
2423
2424 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2425
2426         * configure.ac:
2427         * data/icons/24x24/.cvsignore:
2428         * data/icons/24x24/Makefile.am:
2429         * data/icons/24x24/evince.png:
2430         * data/icons/Makefile.am:
2431         
2432         Add 24x24 icon. Thanks to 
2433         Michael Monreal <infernux@web.de>.
2434
2435 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2436
2437         * configure.ac: Fix typo in configure.ac. Thanks
2438         to dmacks@netspace.org for notification.
2439
2440 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2441
2442         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2443         
2444         Drop dbus include, fixes compilation with older dbus.
2445
2446 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2447
2448         * configure.ac:
2449         * cut-n-paste/Makefile.am:
2450         * cut-n-paste/totem-screensaver/.cvsignore
2451         * cut-n-paste/totem-screensaver/Makefile.am:
2452         * cut-n-paste/totem-screensaver/README:
2453         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2454         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2455         * shell/Makefile.am:
2456         * shell/ev-window.c: (ev_window_run_presentation),
2457         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2458         (ev_window_init):
2459
2460         Implemented screensaver enabling/disabling for
2461         presentation mode (not fullscreen mode). Code stolen
2462         from Totem (with some minor tweaks). Fixes bug #338889.
2463
2464 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2465
2466         * configure.ac:
2467
2468         Bump gnome-icon-theme requirements. We use the rotation
2469         icons that appeared recently.
2470
2471 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2472
2473         * shell/ev-history.c: (ev_history_add_page):
2474         * shell/ev-history.h:
2475         * shell/ev-window.c: (page_changed_cb):
2476         
2477         Use page labels instead of numbers.
2478
2479 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2480
2481         * data/evince-toolbar.xml:
2482         * po/POTFILES.in:
2483         * shell/Makefile.am:
2484         * shell/ev-navigation-action-widget.c:
2485         (ev_navigation_action_widget_init),
2486         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2487         (menu_detacher), (ev_navigation_action_widget_set_menu),
2488         (menu_position_func), (popup_menu_under_arrow),
2489         (ev_navigation_action_widget_toggled),
2490         (ev_navigation_action_widget_button_press_event):
2491         * shell/ev-navigation-action-widget.h:
2492         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2493         (ev_navigation_action_set_window), (activate_menu_item_cb),
2494         (new_history_menu_item), (new_empty_history_menu_item),
2495         (build_menu), (menu_activated_cb), (connect_proxy),
2496         (create_tool_item), (ev_navigation_action_init),
2497         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2498         * shell/ev-navigation-action.h:
2499         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2500         (ev_page_action_widget_set_page_cache),
2501         (ev_page_action_widget_finalize),
2502         (ev_page_action_widget_class_init), (match_selected_cb),
2503         (display_completion_text), (match_completion), (build_new_tree_cb),
2504         (get_filter_model_from_model),
2505         (ev_page_action_widget_update_model):
2506         * shell/ev-page-action-widget.h:
2507         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2508         (connect_proxy):
2509         * shell/ev-page-action.h:
2510         * shell/ev-stock-icons.c:
2511         * shell/ev-stock-icons.h:
2512         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2513         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2514         (register_custom_actions):
2515         * shell/main.c:
2516         
2517         Preliminary history implementation
2518
2519 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2520
2521         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2522         (dvi_document_class_init), (dvi_document_init_params):
2523         * dvi/mdvi-lib/font.c: (font_reference):
2524         
2525         Add reference to subfont. Fixes bug #374277.
2526
2527 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2530         (ev_window_cmd_file_open_copy_at_dest):
2531
2532         Fix a race condition when creating symlink. Increase the counter
2533         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2534         Mathias Hasselmann).
2535
2536 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/Makefile.am:
2539         * backend/ev-attachment.c: (ev_attachment_open):
2540         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2541         (ev_tmp_dir), (ev_tmp_filename):
2542         * shell/ev-sidebar-attachments.c:
2543         (ev_sidebar_attachments_drag_data_get):
2544         * shell/ev-window.c: (ev_window_clear_temp_file):
2545
2546         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2547         in ensure_dir_exists. Abort without crashing when we can't create
2548         user's directory.
2549
2550 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * data/evince-ui.xml:
2553         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2554         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2555         (ev_window_cmd_file_open_copy_at_dest),
2556         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2557         (ev_view_popup_cmd_open_link_new_window):
2558
2559         Allow opening a copy of the current document in a new window. Fixes bug
2560         #357472
2561
2562 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2563
2564         * data/evince-toolbar.xml:
2565         
2566         Add rotate right and rotate left to available items for toolbar.
2567         
2568         * data/evince-ui.xml:
2569         * shell/ev-window.c: (ev_window_init):
2570         
2571         Customize toolbar with right click. Fixes bug #372451.
2572
2573 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2574
2575         * shell/ev-window.c: 
2576         
2577         Use "object-rotate-{left,right}" stock icons. Fixes 
2578         bug #373863.
2579
2580 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2583         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2584         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2585         (ev_window_open_uri):
2586         * shell/main.c: (arguments_parse):
2587
2588         Remove temp file created when evince is used by GTK+ in
2589         preview mode. Fixes bug #365282. 
2590
2591 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2592
2593         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2594         
2595         Fixes bug #372474 - Side pane disabled when entering 
2596         and leaving fullscreen mode.
2597
2598 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2599
2600         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2601         * data/Makefile.am:
2602         * data/evince-preview-toolbar.xml:
2603         * data/evince-toolbar.xml:
2604         * shell/ev-application.c: (ev_application_shutdown),
2605         (ev_application_init), (ev_application_get_toolbars_model):
2606         * shell/ev-application.h:
2607         * shell/ev-window.c: (update_chrome_visibility),
2608         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2609         (ev_window_cmd_edit_toolbar), (ev_window_init):
2610         
2611         Fixes bug #364364 - toolbar editor shows zoom actions again.
2612
2613 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2614
2615         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2616
2617         Do not take margins into consideration for paper size when printing.
2618         Really fixes bug #350491.
2619
2620 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * data/evince-ui.xml:
2623         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2624         (ev_window_cmd_file_print_setup),
2625         (ev_window_print_dialog_response_cb),
2626         (ev_window_setup_action_sensitivity):
2627
2628         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2629
2630 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * shell/ev-window.c: (ev_window_print_range):
2633
2634         Revert my previuos commit, since printing to PDF is not supported by
2635         evince yet. 
2636
2637 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-window.c: (ev_window_print_range):
2640
2641         Enable print to a PDF. Fixes bug #332121.
2642
2643 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-application-service.xml:
2646         * shell/ev-application.[ch]: (ev_application_open_window),
2647         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2648         (ev_application_open_uri), (ev_application_open_uri_list):
2649         * shell/ev-window.c: (file_open_dialog_response_cb),
2650         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2651         (drag_data_received_cb), (open_remote_link):
2652         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2653
2654         Add support for multiscreen systems. Fixes bug #316206.
2655
2656 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-jobs.[ch]: (ev_job_print_new),
2659         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2660         (ev_job_print_do_page):
2661         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2662
2663         Allow printing only odd/even pages. Fixes bug #367289.
2664
2665 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2666
2667         * test/test1.py:
2668         * test/test2.py:
2669
2670         Re-add locale settings to test files.
2671
2672 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2673
2674         * data/evince-ui.xml:
2675         * shell/ev-window.c: (set_action_properties):
2676         
2677         Removed garbage from code and ui.
2678
2679 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2680
2681         * shell/ev-window.c: (ev_window_cmd_help_about):
2682
2683         Shamelessly add my name to the list of contributors.
2684
2685 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2686
2687         * test/test1.py:
2688         * test/test2.py:
2689
2690         Cleaned up the dogtail scripts.
2691
2692 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2693
2694         * shell/ev-view.c: (draw_loading_text): Don't render
2695         "loading..." text in presentation mode. Temporary
2696         workaround for bug #320352.
2697
2698 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2701         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2702
2703         Use print settings scale, copies, collate and reverse which were
2704         ignored. Fixes bug #359032.
2705
2706 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2707
2708         * configure.ac:
2709         * data/evince-password.glade:
2710         * test/Makefile.am:
2711         * test/test-encrypt.pdf:
2712         * test/test-links.pdf:
2713         * test/test1.py:
2714         * test/test2.py:
2715
2716         Add automated UI tests for evince with dogtail. See
2717         bug #300948.    
2718
2719 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2722
2723         Hide fullscreen toolbar when switching to another desktop workspace.
2724         Fixes bug #338871
2725
2726 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2727
2728         * shell/ev-window-title.c: 
2729         
2730         Test for .dvi in title of pdf documents.
2731
2732 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2733
2734         * shell/ev-view.c: (ev_view_scroll):
2735
2736         Page Up/Down should do page jumps in "Best fit" mode.
2737         If a user has explicitly chosen to view exactly one page
2738         at a time, scrolling just a part of the page when
2739         pressing Page Up/Down is not right. Fixes bug #323107.
2740
2741 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * NEWS:
2744         * configure.ac:
2745         
2746         Update for 0.6.1
2747
2748 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2749
2750         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2751         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2752         
2753         Correctly disconnect from job signals on destroy.
2754
2755 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2756
2757         * shell/ev-view-private.h:
2758         * shell/ev-view.c: (view_set_adjustment_values),
2759         (view_update_range_and_current_page),
2760         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2761         
2762         Fixes bug #343199, current page now follows find page.
2763
2764 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2765
2766         * backend/ev-document-factory.c:
2767         * configure.ac:
2768         Assigned OpenDocument presenation MIME type to the
2769         Impress backend. Added some missing (but harmless)
2770         #ifdefs in the document factory as well to make things
2771         consistent again. Fixes bug #360658.
2772
2773 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2774
2775         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2776         * backend/ev-document-find.c: (ev_document_find_get_type):
2777         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2778         * backend/ev-document-links.c: (ev_document_links_get_type):
2779         * backend/ev-document-security.c: (ev_document_security_get_type):
2780         * backend/ev-document-thumbnails.c:
2781         (ev_document_thumbnails_get_type):
2782         * backend/ev-document.c: (ev_document_get_type):
2783         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2784         * backend/ev-selection.c: (ev_selection_get_type):
2785         * cut-n-paste/recent-files/egg-recent-model.c:
2786         (egg_recent_model_get_type):
2787         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2788         (egg_recent_view_uimanager_get_type):
2789         * cut-n-paste/recent-files/egg-recent-view.c:
2790         (egg_recent_view_get_type):
2791         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2792         (egg_editable_toolbar_get_type):
2793         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2794         (egg_toolbar_editor_get_type):
2795         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2796         (egg_toolbars_model_get_type):
2797         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2798         (egg_tree_multi_drag_source_get_type):
2799         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2800         (ephy_zoom_action_get_type):
2801         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2802         (ephy_zoom_control_get_type):
2803         * impress/r_back.c: (_imp_fill_back):
2804         * properties/ev-properties-main.c:
2805         (ev_properties_plugin_register_type):
2806         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2807         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2808         (ev_view_accessible_factory_get_type):
2809
2810         Reduce relocations. Bug #360616.
2811
2812 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2813
2814         * backend/ev-document-factory.c:
2815         (ev_document_factory_get_document):
2816         
2817         Load document even if extension is wrong.
2818
2819 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2820
2821         * shell/ev-metadata-manager.c: (save_values):
2822         * shell/ev-window.c: (setup_size_from_metadata),
2823         (setup_view_from_metadata), (ev_window_setup_document),
2824         (ev_window_xfer_job_cb), (window_configure_event_cb):
2825         
2826         Set size according to the document size/page size ratio.
2827         That should correct rather wierd behaviour of the previous
2828         commit.
2829
2830 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2831
2832         * shell/ev-window.c: (setup_view_from_metadata):
2833         
2834         Set size for new windows from previous window size.
2835         See bugs #354968 and #168450 for details. Thanks
2836         to Meik Hellmund.
2837
2838 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * djvu/djvu-links.c: (build_tree):
2841
2842         Fix memory leak.
2843
2844 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2847         
2848         Don't make sidebar close button insensitive. Fixes
2849         bug #357871.
2850
2851 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2854         (ev_window_set_view_accels_sensitivity):
2855         
2856         Don't enable Slash on documents which don't support
2857         find. Fixes bug #358648.
2858
2859 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2860
2861         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2862         open dialog fall back to the current document uri if the
2863         filechooser hasn't been used before. Fixes bug #356980.
2864
2865 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2866
2867         * shell/ev-window.c: (ev_window_setup_recent), 
2868         (ev_window_get_recent_file_label):
2869
2870         Escape underscores in filenames of recent file items.
2871
2872 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2873
2874         * configure.ac:
2875         
2876         Bumped poppler requirements, really 0.5.3 is very 
2877         buggy, now we require 0.5.4.
2878
2879 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2880
2881         * djvu/Makefile.am:
2882         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2883         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2884         (djvu_document_document_links_iface_init):
2885         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2886         (number_from_string_10), (get_djvu_link_dest),
2887         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2888         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2889         (djvu_links_get_links), (djvu_links_find_link_dest),
2890         (djvu_links_get_links_model):
2891         * djvu/djvu-links.h:
2892         
2893         Add support for links and bookmarks in djvu documents. Thanks
2894         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2895         patch.
2896
2897 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2898
2899         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2900         
2901         Reopen should reload document. Fixes 
2902         bug 327951.
2903
2904 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2905
2906         * configure.ac:
2907         * data/Makefile.am:
2908         * data/evince-16.png:
2909         * data/evince-22.png:
2910         * data/evince.png:
2911         * data/evince.svg:
2912         * data/icons/16x16/Makefile.am:
2913         * data/icons/16x16/evince.png:
2914         * data/icons/22x22/Makefile.am:
2915         * data/icons/22x22/evince.png:
2916         * data/icons/48x48/Makefile.am:
2917         * data/icons/48x48/evince.png:
2918         * data/icons/Makefile.am:
2919         * data/icons/scalable/Makefile.am:
2920         * data/icons/scalable/evince.svg:
2921         
2922         Install icons with correct names. Fixes
2923         bug #354429.
2924
2925 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * shell/ev-view.c: (ev_view_button_release_event):
2928
2929         Don't open links with middle mouse button. Fixes bug #353649
2930
2931 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2932
2933         * NEWS:
2934         * configure.ac:
2935         
2936         Update for release 0.6.0
2937
2938 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2939
2940         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2941         Implement Close named action. Patch by Carlos Garcia Campos.
2942
2943 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2944
2945         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2946         
2947         Don't clear link mapping on copy_job_to_job_info. Fixes
2948         bug 346168.
2949
2950 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/main.c: (main):
2953
2954         Revert my previous commit, gnome_program_init owns the option context.
2955         Fix another memory leak in main. Both caught by Christian Persch. 
2956
2957 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * shell/main.c: (main):
2960
2961         Fix memory leak.
2962
2963 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2966
2967         Fix crash when opening a pdf with password protection. 
2968
2969 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * pdf/ev-poppler.cc: (pdf_document_search_free):
2972
2973         Fix memory leak. 
2974
2975 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2976
2977         * backend/ev-document-factory.c:
2978         (ev_document_factory_get_document):
2979         * tiff/tiff-document.c: (tiff_document_finalize):
2980         
2981         More correct handling of document loading. Fixes
2982         bug #349043.
2983
2984 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2985
2986         * backend/ev-attachment.c: (ev_attachment_save):
2987
2988         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2989         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2990
2991 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2992         
2993         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2994         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2995
2996 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * shell/ev-sidebar-thumbnails.c:
2999
3000         Do not render thumbnails unless thumbnails page is active in the
3001         sidebar.
3002
3003 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3004
3005         * shell/ev-properties-dialog.c:
3006
3007         Fix dialogue spacing. Bug #351370.
3008
3009 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3010
3011         * configure.ac:
3012
3013         Use lowercase gettext catalog file names (evince.mo
3014         instead of Evince.mo)
3015
3016 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-sidebar-attachments.c:
3019
3020         GtkIconTheme is now screen safe too. Fixes bug #350878
3021
3022 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-window.c:
3025
3026         GtkRecent manager is now screen safe. Fixes bug #350145
3027
3028 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3029
3030         * shell/ev-sidebar.c: (ev_sidebar_init):
3031         
3032         Make sidebar close icon smaller. Fix for bug 350177.
3033         See also bugs 350176 and 165770.
3034
3035 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3036
3037         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3038
3039         Ignore zoom for xyz destinations when it's <= 1, keeping user
3040         preferences instead. Set correct sizing-mode for fith and fitv
3041         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3042
3043 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * NEWS:
3046         * configure.ac:
3047         
3048         Update for release 0.5.5
3049
3050 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3051         
3052         * shell/ev-window.c: (ev_window_cmd_escape)
3053
3054         Escape unfocus page entry. Fixes bug #345809.
3055
3056 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3059         (build_tree), (pdf_document_links_get_links),
3060         (pdf_document_links_find_link_dest):
3061         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3062         (goto_xyz_dest):
3063
3064         Convert from PDF style coordinates to X style coordinates in the
3065         backend rather than in the view. Fixes bug #338440
3066
3067 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3068
3069         * shell/ev-window.c:
3070         
3071         Remove Ctrl+Shift+T shortcut for toolbars. See
3072         the bug #350098.
3073
3074 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * configure.ac:
3077
3078         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3079         of this. 
3080
3081 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * configure.ac:
3084         * cut-n-paste/Makefile.am:
3085         * data/evince-ui.xml:
3086         * shell/Makefile.am:
3087         * shell/ev-application.[ch]:
3088         * shell/ev-window.c:
3089
3090         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3091         #349273
3092
3093 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3094
3095         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3096         findbar code: s/help/search/
3097
3098 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3099
3100         * shell/ev-window.c: (setup_document_from_metadata),
3101         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3102         (setup_view_from_metadata):
3103         
3104         Fix memory leaks.
3105
3106 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3107
3108         * autogen.sh, configure.ac: 
3109         
3110         Update automake usage. See bug 349292.
3111
3112 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3113
3114         * shell/eggfindbar.c: (egg_find_bar_class_init),
3115         (entry_activate_callback), (egg_find_bar_init),
3116         (egg_find_bar_set_status_text):
3117         * shell/eggfindbar.h:
3118         
3119         Unify Evince findbar with Epiphany. Nice patch
3120         from Fabricio Silva <silva@crans.org> and
3121         Frederic Peters <fpeters@entrouvert.com>. See
3122         bug #339966 for details.
3123
3124 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * data/evince.desktop.in.in:
3127         
3128         Correct information for bugzilla. Thanks to
3129         Olaf Vitters, see bug #348855.
3130
3131 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * shell/ev-jobs.[ch]:
3134         * shell/ev-sidebar-links.c:
3135         * shell/ev-window.[ch]:
3136
3137         GtkPrintJob doesn't support print ranges or current page, so we export
3138         to a ps file now when printing ranges or current page.
3139
3140 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3141
3142         * pdf/ev-poppler.cc:
3143         * shell/ev-window.c: (do_action_named):
3144
3145         We should be more clear about bugzilla. See the
3146         poppler bug #7623.
3147
3148 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * configure.ac:
3151         * shell/Makefile.am:
3152         * shell/ev-job-queue.c:
3153         * shell/ev-jobs.[ch]:
3154         * shell/ev-sidebar-links.c:
3155         * shell/ev-window.[ch]:
3156         
3157         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3158         #348422
3159
3160 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3163         * shell/ev-application-service.xml:
3164         * shell/ev-application.[ch]:
3165         * shell/ev-jobs.[ch]:
3166         * shell/ev-window.[ch]: (ev_window_run_preview):
3167         * shell/main.c: 
3168
3169         Add preview mode to use evince as a printing previewer. It also adds
3170         other command line options for fullscreen and presentation modes.
3171         Fixes bugs #347822, #317031
3172
3173 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * NEWS:
3176         * configure.ac:
3177         
3178         Update for release 0.5.4
3179
3180 2006-07-11  Bastien Nocera <hadess@hadess.net>
3181
3182         * Makefile.am:
3183         * backend/Makefile.am:
3184         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3185         * backend/ev-document-factory.h:
3186         * configure.ac:
3187         * impress/.cvsignore:
3188         * impress/Makefile.am:
3189         * impress/common.h:
3190         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3191         (imp_get_page), (imp_next_page), (imp_prev_page),
3192         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3193         * impress/f_oasis.c: (render_object), (render_page),
3194         (get_geometry), (_imp_oasis_load):
3195         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3196         (_imp_oo13_load):
3197         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3198         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3199         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3200         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3201         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3202         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3203         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3204         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3205         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3206         (iks_new_within), (iks_insert), (iks_insert_cdata),
3207         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3208         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3209         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3210         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3211         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3212         (iks_cdata), (iks_cdata_size), (iks_has_children),
3213         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3214         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3215         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3216         (iks_tree), (iks_load), (iks_save):
3217         * impress/iksemel.h:
3218         * impress/imposter.h:
3219         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3220         (imp_render_draw_bezier_real), (imp_render_get_size),
3221         (imp_render_set_fg_color), (imp_render_draw_line),
3222         (imp_render_draw_rect), (imp_render_draw_polygon),
3223         (imp_render_draw_arc), (imp_render_draw_bezier),
3224         (imp_render_open_image), (imp_render_get_image_size),
3225         (imp_render_scale_image), (imp_render_draw_image),
3226         (imp_render_close_image), (imp_render_markup),
3227         (imp_render_get_text_size), (imp_render_draw_text),
3228         (impress_document_load), (impress_document_save),
3229         (impress_document_get_n_pages), (impress_document_get_page_size),
3230         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3231         (impress_document_finalize), (impress_document_class_init),
3232         (impress_document_can_get_text), (impress_document_get_info),
3233         (impress_document_document_iface_init),
3234         (impress_document_thumbnails_get_thumbnail),
3235         (impress_document_thumbnails_get_dimensions),
3236         (impress_document_document_thumbnails_iface_init),
3237         (impress_document_init):
3238         * impress/impress-document.h:
3239         * impress/internal.h:
3240         * impress/r_back.c: (_imp_fill_back):
3241         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3242         (_imp_draw_image), (_imp_tile_image):
3243         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3244         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3245         (r_polyline):
3246         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3247         (r_draw_gradient_complex), (r_draw_gradient):
3248         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3249         (r_get_bullet):
3250         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3251         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3252         (r_text):
3253         * impress/render.c: (imp_create_context), (imp_context_set_page),
3254         (imp_context_set_step), (imp_render), (imp_delete_context):
3255         * impress/render.h:
3256         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3257         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3258         (zip_load_xml), (zip_get_size), (zip_load):
3259         * impress/zip.h:
3260         * shell/ev-utils.c:
3261         
3262         New backend to support impress slides. Fixes bug #30867.
3263
3264 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3265
3266         * shell/ev-utils.c: (using_postscript_printer):
3267         
3268         Fixes crash when print using PAPI backend,
3269         bug #345012.
3270
3271 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3272
3273         * shell/ev-jobs.c: (ev_job_xfer_run):
3274         * shell/ev-window.c: (password_dialog_response),
3275         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3276         (ev_window_dispose):
3277         Fixes bug #344160: if the xfer job doesn't complete
3278         because a password is required, reload the existing
3279         instance instead of creating a new one.
3280
3281 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3282
3283         * shell/main.c: (main): Call gdk_threads_init. Thus
3284         we'll avoid errors in auth dialog. Fix for the bug
3285         #343347.
3286
3287 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3288
3289         * configure.ac: Advertise pixbuf support, fix
3290         for the bug 343317.
3291
3292 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3293
3294         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3295         (ev_sidebar_thumbnails_set_document):
3296         
3297         Update sidebar thumbnails after reloading.
3298
3299 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3300
3301         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3302         * shell/ev-jobs.h:
3303         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3304         (ev_window_cmd_view_reload), (ev_window_init):
3305         
3306         Don't crash on reload. Fix for the bug #343167.
3307
3308 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3309
3310         * shell/ev-jobs.c: (ev_job_render_run):
3311         
3312         Check for document links.
3313
3314 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * backend/ev-attachment.c: (ev_attachment_save),
3317         (ev_attachment_launch_app), (ev_attachment_open):
3318         * backend/ev-document-factory.c: (get_document_from_uri):
3319         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3320         (egg_recent_view_uimanager_set_list):
3321         * ps/ps-document.c: (check_filecompressed), (document_load),
3322         (ps_document_load):
3323         * shell/ev-metadata-manager.c: (load_values):
3324         * shell/ev-password.c: (ev_password_dialog_set_property):
3325         * shell/ev-view.c: (tip_from_link):
3326         * shell/ev-window.c: (file_save_dialog_response_cb),
3327         (ev_window_print_dialog_response_cb):
3328         
3329         Use consistent quoting style. Fix for the bug #320285.
3330
3331 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * shell/ev-jobs.c: (ev_job_xfer_run):
3334         * shell/main.c: (load_files):
3335                 
3336         Open links with anchors. Fix for the bug #339836.
3337
3338 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3341         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3342         (ev_link_dest_set_property), (ev_link_dest_finalize),
3343         (ev_link_dest_class_init), (ev_link_dest_new_named),
3344         (ev_link_dest_new_page_label):
3345         * backend/ev-link-dest.h:
3346         * shell/ev-application.c: (ev_application_open_uri):
3347         * shell/ev-view.c: (goto_dest):
3348         * shell/ev-window.c:
3349         * shell/ev-window.h:
3350         
3351         Fix page-label command line option. Bug #342070.
3352
3353 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3354
3355         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3356         
3357         Don't show highlight rects if page can't be showed. Fix for 
3358         the bug #342076
3359
3360 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * shell/ev-window.c: (setup_sidebar_from_metadata),
3363         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3364         
3365         Setup sidebar from metadata even if there is no document
3366         loaded. Fix for the bug #342807.
3367
3368 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * cut-n-paste/toolbar-editor/Makefile.am:
3371         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3372         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3373         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3374         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3375         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3376         (popup_context_menu_cb), (button_press_event_cb),
3377         (configure_item_sensitivity), (configure_item_cursor),
3378         (configure_item_tooltip), (connect_widget_signals),
3379         (action_sensitive_cb), (create_item_from_action),
3380         (create_item_from_position), (toolbar_drag_data_received_cb),
3381         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3382         (toolbar_drag_leave_cb), (configure_drag_dest),
3383         (toggled_visibility_cb), (toolbar_visibility_refresh),
3384         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3385         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3386         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3387         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3388         (egg_editable_toolbar_dispose),
3389         (egg_editable_toolbar_set_ui_manager),
3390         (egg_editable_toolbar_get_selected),
3391         (egg_editable_toolbar_set_selected), (set_edit_mode),
3392         (egg_editable_toolbar_set_property),
3393         (egg_editable_toolbar_get_property),
3394         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3395         (egg_editable_toolbar_new_with_model),
3396         (egg_editable_toolbar_get_edit_mode),
3397         (egg_editable_toolbar_set_edit_mode),
3398         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3399         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3400         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3401         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3402         (item_added_or_removed_cb), (toolbar_removed_cb),
3403         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3404         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3405         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3406         (editor_create_item_from_name), (append_table),
3407         (update_editor_sheet), (egg_toolbar_editor_init):
3408         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3409         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3410         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3411         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3412         (toolbar_node_free), (egg_toolbars_model_get_flags),
3413         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3414         (egg_toolbars_model_get_name), (impl_add_item),
3415         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3416         (parse_data_list), (parse_item_list), (parse_toolbars),
3417         (egg_toolbars_model_load_toolbars), (parse_available_list),
3418         (parse_names), (egg_toolbars_model_load_names),
3419         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3420         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3421         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3422         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3423         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3424         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3425         (egg_toolbars_model_set_types), (fill_avail_array),
3426         (egg_toolbars_model_get_name_avail),
3427         (egg_toolbars_model_get_name_flags),
3428         (egg_toolbars_model_set_name_flags):
3429         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3430         * cut-n-paste/toolbar-editor/eggintl.h:
3431         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3432         (egg_tree_multi_drag_source_get_type),
3433         (egg_tree_multi_drag_source_row_draggable),
3434         (egg_tree_multi_drag_source_drag_data_delete),
3435         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3436         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3437         (path_list_free), (set_context_data), (get_context_data),
3438         (get_info), (egg_tree_multi_drag_drag_data_get),
3439         (egg_tree_multi_drag_motion_event),
3440         (egg_tree_multi_drag_button_press_event),
3441         (egg_tree_multi_drag_add_drag_support):
3442         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3443         * shell/ev-application.c: (ev_application_init),
3444         (ev_application_save_toolbars_model):
3445         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3446         (ev_window_cmd_edit_toolbar), (ev_window_init):
3447         
3448         Sync toolbareditor with epiphany and libegg
3449
3450 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * configure.ac: 
3453
3454         Depend on poppler 0.5.2
3455
3456 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3457
3458         * shell/ev-jobs.c: (ev_job_render_run):
3459         
3460         Check if document supports links iterface.
3461
3462 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * NEWS:
3465         * configure.ac:
3466         
3467         Update for release 0.5.3
3468
3469 2006-05-13  Michael Plump  <plumpy@skylab.org>
3470
3471         * configure.ac:
3472         * shell/Makefile.am:
3473         * shell/main.c: (main):
3474         
3475         Port to GOption command line parsing. Fix for the 
3476         bug #327518
3477
3478 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-window.c: (ev_window_cmd_help_about):
3481         
3482         Do not wrap license. Fix for the bug #309460.
3483
3484 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3485
3486         * configure.ac:
3487         * properties/ev-properties-main.c: (ev_properties_get_pages):
3488         * shell/ev-application.c: (ev_application_open_window),
3489         (ev_application_open_uri_at_dest):
3490         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3491         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3492         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3493         * shell/ev-utils.c: (save_print_config_to_file):
3494         * shell/ev-window.c: (ev_window_cmd_save_as),
3495         (ev_attachment_popup_cmd_save_attachment_as):
3496         * shell/main.c: (load_files_remote):
3497         
3498         Bump requirements to gtk 2.8 and drop all ifdefs used.
3499
3500 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3501
3502         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3503         * shell/ev-window.c: (ev_window_init):
3504         
3505         Show attachments page.
3506
3507 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * po/POTFILES.in:
3510         * shell/ev-attachment-bar.c:
3511         * shell/ev-attachment-bar.h:
3512         * shell/ev-sidebar-attachments.c:
3513         (ev_sidebar_attachments_icon_cache_add),
3514         (icon_theme_get_pixbuf_from_mime_type),
3515         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3516         (ev_sidebar_attachments_icon_cache_refresh),
3517         (ev_sidebar_attachments_get_attachment_at_pos),
3518         (ev_sidebar_attachments_popup_menu_show),
3519         (ev_sidebar_attachments_popup_menu),
3520         (ev_sidebar_attachments_button_press),
3521         (ev_sidebar_attachments_update_icons),
3522         (ev_sidebar_attachments_drag_data_get),
3523         (ev_sidebar_attachments_get_property),
3524         (ev_sidebar_attachments_destroy),
3525         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3526         (ev_sidebar_attachments_new),
3527         (ev_sidebar_attachments_set_document),
3528         (ev_sidebar_attachments_support_document),
3529         (ev_sidebar_attachments_get_label),
3530         (ev_sidebar_attachments_page_iface_init):
3531         * shell/ev-sidebar-attachments.h:
3532         * shell/ev-window.c: (update_chrome_visibility),
3533         (setup_sidebar_from_metadata), (ev_window_setup_document),
3534         (ev_window_sidebar_current_page_changed_cb),
3535         (attachment_bar_menu_popup_cb), (ev_window_init):
3536         
3537         Move attachments bar to sidebar.
3538
3539 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * pdf/ev-poppler.cc:
3542         * shell/ev-application.[ch]:
3543         * shell/main.c:
3544
3545         Fix some memory leaks.
3546
3547 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3548
3549         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3550
3551         Change the properties dialog response to
3552         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3553         will make the dialog go away when the user presses
3554         enter. With gtk+ >= 2.9 this will happen anyway, but for
3555         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3556         escape by default. Fixes bug #340539. See also bug
3557         #101293 for the gtk+ part.
3558
3559 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3560
3561         * shell/ev-view.c (tip_from_action_named): Replace some strings
3562         that were wrong. Closes #340970.
3563
3564 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3567
3568         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3569         #341049
3570
3571 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * djvu/Makefile.am:
3574         * dvi/Makefile.am:
3575         * dvi/mdvi-lib/Makefile.am:
3576         * properties/Makefile.am:
3577         * ps/Makefile.am:
3578         * shell/Makefile.am:
3579         * thumbnailer/Makefile.am:
3580         
3581         Due to broken libtool that is unable to track dependencies
3582         of noinst libraries we are forced to explicitely point
3583         libraries for binary. Fix for the bug #333334.
3584
3585 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3586
3587         * data/evince.desktop.in.in:
3588         * shell/ev-view.c: (view_update_range_and_current_page),
3589         (ev_view_next_page), (ev_view_previous_page):
3590         * shell/ev-window.c: (update_chrome_visibility),
3591         (setup_sidebar_from_metadata), (ev_window_setup_document),
3592         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3593         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3594         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3595         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3596         (ev_window_stop_presentation), (ev_window_focus_in_event),
3597         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3598         (ev_window_init):
3599         * thumbnailer/Makefile.am:
3600         
3601         Update fullscreen and presentation timeout handling. Hide
3602         cursor in presentation after timeout. Fix for the bugs
3603         #136359 and #336981.
3604
3605 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * backend/ev-link-action.[ch]:
3608         * pdf/ev-poppler.cc: (ev_link_from_action):
3609         * shell/ev-view-private.h:
3610         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3611         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3612
3613         Add support for Named Action links
3614
3615 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * backend/Makefile.am:
3618         * backend/ev-document-links.[ch]:
3619         * backend/ev-document.[ch]:
3620         * backend/ev-link-action.[ch]:
3621         * backend/ev-link-dest.[ch]:
3622         * backend/ev-link.[ch]:
3623         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3624         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3625         * shell/ev-page-action.c: (build_new_tree_cb):
3626         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3627         (links_page_num_func), (update_page_callback):
3628         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3629         (tip_from_link):
3630         * shell/ev-jobs.c:
3631         * shell/ev-window.[ch]: (ev_window_open_uri),
3632         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3633         * shell/ev-application.[ch]: (ev_application_open_window),
3634         (ev_application_open_uri):
3635
3636         Rework links system, it adds support for remote links now and it makes
3637         easier to add new kinds of actions and destinations. Fixes bug #317292
3638
3639 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * data/Makefile.am:
3642         * data/evince.png:
3643         * data/evince-16.png:
3644         * data/evince-22.png:
3645         * data/evince.svg:
3646         * shell/main.c: (main):
3647         
3648         Evince use it's own icon. Fix for the bug #313392.
3649
3650         * shell/ev-window.c: (fullscreen_timeout_cb),
3651         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3652         (ev_window_cmd_help_about), (ev_window_dispose):
3653         
3654         Simplify fullscreen timeout code.
3655
3656 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3657
3658         * backend/ev-attachment.c: 
3659         * shell/ev-attachment-bar.c:
3660         * shell/ev-window.c:
3661
3662         Allow multiple selection of attachments
3663
3664 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * shell/ev-view.c: (view_update_range_and_current_page),
3667         (ev_view_scroll):
3668         
3669         Fix for the bug #312573 – Optimal selection of current 
3670         page among visible pages.
3671
3672 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3673
3674         * configure.ac:
3675         * djvu/Makefile.am:
3676         * djvu/djvu-text.h:
3677         
3678         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3679         for the bug 339868.
3680
3681 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3682
3683         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3684
3685 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3686
3687         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3688         dictated by the GNOME HIG. Fixes bug #339235.
3689
3690 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3691
3692         * data/evince-ui.xml:
3693         * shell/ev-view.c: (ev_view_can_find_previous):
3694         * shell/ev-view.h:
3695         * shell/ev-window.c: (ev_window_update_actions),
3696         (ev_window_cmd_edit_find_previous):
3697
3698         Add support for "Find Previous" as dictated by the GNOME HIG. A
3699         menu item is added and some glue code to make it all work is added
3700         to various files.
3701
3702 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3703
3704         * configure.ac: Award myself the "useless use of cat" award.
3705
3706 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3707
3708         * po/LINGUAS: New file listing all supported languages.
3709
3710         * configure.in: Use po/LINGUAS instead of including all languages
3711         directly in this file. See the wiki for more information:
3712         http://live.gnome.org/GnomeGoals/PoLinguas
3713
3714 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * backend/ev-document-factory.c:
3717
3718         Do not load the document twice when there isn't errors
3719
3720 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * backend/ev-attachment.c: 
3723
3724         Fix a crash when there isn't a default application to open an
3725         attachment
3726
3727 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * backend/ev-attachment.[ch]:
3730         * shell/ev-attachment-bar.[ch]:
3731
3732         Added missing files. 
3733
3734 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * backend/Makefile.am:
3737         * data/evince-ui.xml:
3738         * backend/ev-attachment.[ch]:
3739         * backend/ev-document.[ch]: (ev_document_has_attachments),
3740         (ev_document_get_attachments):
3741         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3742         (attachment_save_to_buffer), (pdf_document_get_attachments),
3743         (pdf_document_document_iface_init):
3744         * shell/Makefile.am:
3745         * shell/ev-attachment-bar.[ch]:
3746         * shell/ev-window.c:
3747
3748         Add support for PDF attachments. Fixes bug #325143
3749
3750 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * backend/ev-document-factory.c: (get_document_from_uri),
3753         (ev_document_factory_get_document):
3754         * backend/ev-document-factory.h:
3755         * properties/ev-properties-main.c: (ev_properties_get_pages):
3756         * shell/Makefile.am:
3757         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3758         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3759         (ev_job_queue_remove_job):
3760         * shell/ev-job-queue.h:
3761         * shell/ev-job-xfer.c:
3762         * shell/ev-job-xfer.h:
3763         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3764         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3765         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3766         (ev_job_xfer_run):
3767         * shell/ev-jobs.h:
3768         * shell/ev-window.c: (ev_window_is_empty),
3769         (password_dialog_response), (ev_window_clear_xfer_job),
3770         (ev_window_xfer_job_cb), (ev_window_open_uri),
3771         (ev_window_cmd_focus_page_selector),
3772         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3773         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3774         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3775         (ev_window_dispose):
3776         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3777         
3778         * Cleanup mime type detection on document load. Fix for the
3779         bug #336448.
3780
3781 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3782
3783         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3784         
3785         Fix crash on exit, described in the bug #336825.
3786
3787 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3788
3789         * backend/ev-document-factory.c:
3790         (ev_document_factory_get_from_mime),
3791         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3792         (ev_document_factory_get_document),
3793         (file_filter_add_mime_list_and_free),
3794         (ev_document_factory_add_filters):
3795         * backend/ev-document-factory.h:
3796         * properties/ev-properties-main.c: (ev_properties_get_pages):
3797         * shell/Makefile.am:
3798         * shell/ev-application.c:
3799         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3800         * shell/ev-window.c: (ev_window_cmd_file_open),
3801         (ev_window_cmd_save_as):
3802         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3803         
3804         Rework factory functions so they are placed now in a single 
3805         file ev-document-factory.c
3806
3807 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-window.c: (update_chrome_visibility):
3810         
3811         Fix for the bug 166566 - don't show menubar in fullscreen
3812         mode.
3813
3814 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3815
3816         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3817
3818 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3819
3820         * shell/ev-view.c: (ev_view_expose_event):
3821         
3822         More correctly draw loading text when document
3823         is empty.
3824
3825 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3826
3827         * shell/ev-view.c: (ev_view_scroll):
3828         
3829         Fix for the bug #334854, page down and page up switch
3830         pages in presentation mode.
3831
3832 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833
3834         * shell/ev-window.c: (ev_window_set_action_sensitive),
3835         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3836         (ev_window_set_view_accels_sensitivity),
3837         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3838         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3839         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3840         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3841         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3842         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3843         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3844         (view_actions_focus_in_cb), (ev_window_init):
3845         
3846         Fix for the bug #333902, now it's possible to search
3847         words with slash.
3848
3849 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3850
3851         * configure.ac: Added Breton translation.
3852         * po/br.po: Added Breton translation.
3853
3854 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * shell/ev-window-title (ev_window_title_update):
3857
3858         Fix memory leak in window title. Fixes bug #333944
3859
3860 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-metadata-manager.c (parseItem):
3863
3864         Fix memory leaks. Fixes bug #333945
3865
3866 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3867         
3868         * NEWS, configure.ac, TODO:
3869         
3870         Update for release 0.5.2.
3871
3872 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * shell/ev-view.c: (view_update_range_and_current_page),
3875         (page_changed_cb):
3876         
3877         Don't jump on scrolling, fix for the bug #333127.
3878
3879 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3882         
3883         Scroll by one page in presentation mode. Fix for the bug
3884         #332993.
3885
3886 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3887
3888         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3889
3890 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3891
3892         * configure.ac  Added lv in ALL_LINGUAS line.
3893
3894 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3895         
3896         * NEWS, configure.ac:
3897         
3898         Update for release 0.5.1
3899
3900 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3901
3902         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3903         * backend/ev-document-misc.h:
3904         * shell/ev-view.c: (draw_one_page):
3905         
3906          Clairfy what page the toolbar page number applies to. Fix
3907          for the bug #328102.
3908
3909 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3910
3911         * shell/ev-view-private.h:
3912         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3913         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3914         (ev_view_search_changed):
3915         * shell/ev-view.h:
3916         * shell/ev-window.c: (find_bar_search_changed_cb):
3917         
3918         Dont't jump to find result if window was scrolled during search.
3919         Fix for the bug #313266.
3920
3921 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3922
3923         * shell/eggfindbar.c: (egg_find_bar_class_init):
3924         * shell/eggfindbar.h:
3925         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3926         * shell/ev-view-private.h:
3927         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3928         (ev_view_class_init), (ev_sizing_mode_get_type),
3929         (ev_scroll_type_get_type):
3930         * shell/ev-view.h:
3931         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3932         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3933         (ev_window_init):
3934         
3935         Fix for the bug 319133 - Find entry should allow text scroll.
3936
3937 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3938
3939         * shell/ev-view-private.h:
3940         * shell/ev-view.c: (view_update_range_and_current_page),
3941         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3942         (ev_view_set_document), (update_find_status_message),
3943         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3944         (ev_view_find_previous):
3945         
3946         Fix for the bug #319137. Search now takes account for scrolling.
3947
3948 2006-02-19  Michael Hofmann <mh21@piware.de>
3949
3950         * configure.ac:
3951         * djvu/Makefile.am:
3952         * djvu/djvu-document-private.h:
3953         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3954         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3955         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3956         (djvu_document_can_get_text), (djvu_document_get_text),
3957         (djvu_document_document_iface_init),
3958         (djvu_document_thumbnails_get_thumbnail),
3959         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3960         (djvu_document_find_get_result),
3961         (djvu_document_find_page_has_results),
3962         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3963         (djvu_document_find_iface_init):
3964         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3965         (djvu_text_page_selection), (djvu_text_page_limits_process),
3966         (djvu_text_page_limits), (djvu_text_page_copy),
3967         (djvu_text_page_position), (djvu_text_page_union),
3968         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3969         (djvu_text_page_box), (djvu_text_page_append_text),
3970         (djvu_text_page_search), (djvu_text_page_prepare_search),
3971         (djvu_text_page_new), (djvu_text_page_free):
3972         * djvu/djvu-text-page.h:
3973         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3974         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3975         (djvu_text_n_results), (djvu_text_has_results),
3976         (djvu_text_get_result), (djvu_text_get_progress):
3977         * djvu/djvu-text.h:
3978         
3979         Text search in djvu. Fix for the bug #303415.
3980
3981 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * configure.ac:
3984         * shell/ev-window.c: (ev_window_cmd_save_as):
3985         
3986         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3987         Thanks to Gary Coady <gary@lyranthe.org>
3988
3989 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * shell/ev-print-job.c: (idle_print_handler):
3992         
3993         Inverse order printing, bug #320919.
3994
3995 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * data/evince-toolbar.xml:
3998         * shell/ev-window.c:
3999         
4000         Allow to add sidebar checkbutton on toolbar. Fix
4001         for the bug #144577.
4002
4003 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4006         
4007         Add checks that have sense for empty ps document.
4008
4009 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4010
4011         * configure.ac: Include PS in mime types list. 
4012
4013 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * configure.ac:
4016         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4017         * ps/gsdefaults.h:
4018         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4019         
4020         Runtime check for gs interpreter. Fix for the bug #320868.
4021         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4022
4023 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-application.c: 
4026
4027         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4028         dbus>=0.60, so that the request is not queued. 
4029
4030 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * configure.ac:
4033         * shell/Makefile.am:
4034         * shell/ev-sidebar-links.c: (print_section_cb):
4035         * shell/ev-utils.c:
4036         * shell/ev-utils.h:
4037         * shell/ev-window.c: (update_action_sensitivity),
4038         (ev_window_close_dialogs), (ev_window_print):
4039         * shell/ev-window.h:
4040         
4041         Make printing support optional. Patch from Eduardo de Barros Lima
4042         <eduardo.lima@indt.org.br> for the bug #330546.
4043
4044 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * shell/ev-view-private.h:
4047         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4048         (ev_view_set_document):
4049         * shell/ev-view.h:
4050         * shell/ev-window.c: (ev_window_load_job_cb),
4051         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4052         (ev_window_init):
4053
4054         Draw Loading message during xfer job. Fix for the bug #329495.
4055
4056 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4057
4058         * comics/comics-document.c: (comics_regex_quote),
4059         (comics_document_load), (extract_argv):
4060         
4061         Correcly quote regexp before passing it to unzip.
4062
4063 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4064
4065         * shell/ev-page-cache.c: (build_height_to_page),
4066         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4067         (ev_page_cache_get_dual_even_left):
4068         * shell/ev-page-cache.h:
4069         * shell/ev-view.c: (view_update_range_and_current_page),
4070         (get_page_y_offset), (get_page_extents):
4071         
4072         Place even pages to the left if document has less then
4073         two pages. Fix for the bug #328856.
4074
4075 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4076
4077         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4078         
4079         Correct comics scheme. This make evince create thumbnails
4080         for comic books. Fix for the bug 329088.
4081
4082 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4083
4084         * data/evince-password.glade: Don't explicitly set
4085         invisible_char to the current default value in case
4086         the default changes; let GTK+ do its magic.
4087
4088 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4089
4090         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4091         real filename to tmp filename since often document
4092         type is determined by extension.
4093
4094 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4095
4096         * shell/ev-view.c: (add_scroll_binding_keypad),
4097         (ev_view_binding_activated), (ev_view_class_init):
4098         
4099         Add keybindings for percision-scrolling of display area. 
4100         Fix for the bug #314072.
4101
4102 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4103
4104         * data/evince.desktop.in.in:
4105         
4106         Add GTK to the list of categories. Fix for the bug #328034.
4107
4108 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4109
4110         * shell/ev-application.c: (ev_application_shutdown),
4111         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4112         * shell/ev-application.h:
4113         * shell/ev-window.c: (file_open_dialog_response_cb),
4114         (ev_window_cmd_file_open):
4115         
4116         Save last uri in file chooser dialog. Fix for the bug #327950.
4117
4118 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * NEWS:
4121         * README:
4122         
4123         Final update for release 0.5.0
4124         
4125         * shell/Makefile.am:
4126         
4127         Remove disable deprecated until we'll require libgnome-2.13.7
4128         and port to GOption argument parsing. See bug 327518.
4129
4130 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4131
4132         * comics/comics-document.c: (comics_document_save):
4133         * djvu/djvu-document.c: (djvu_document_save):
4134         * dvi/dvi-document.c: (dvi_document_save):
4135         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4136         * lib/ev-file-helpers.h:
4137         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4138         * tiff/tiff-document.c: (tiff_document_save):
4139         
4140         Use common save function for backends.
4141
4142 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4143
4144         * backend/ev-document-types.c:
4145         
4146         Fix crash on saving pixbuf.
4147
4148 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * cut-n-paste/recent-files/egg-recent-item.c:
4151         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4152         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4153         (parse_info_free), (valid_element), (start_element_handler),
4154         (end_element_handler), (text_handler), (egg_recent_model_filter),
4155         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4156         (egg_recent_model_monitor), (egg_recent_model_read),
4157         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4158         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4159         (egg_recent_model_set_property), (egg_recent_model_class_init),
4160         (egg_recent_model_init), (egg_recent_model_add_full),
4161         (egg_recent_model_delete), (egg_recent_model_get_list),
4162         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4163         (egg_recent_model_set_filter_mime_types),
4164         (egg_recent_model_clear_group_filter),
4165         (egg_recent_model_set_filter_groups),
4166         (egg_recent_model_clear_scheme_filter),
4167         (egg_recent_model_set_filter_uri_schemes),
4168         (egg_recent_model_remove_expired):
4169         * cut-n-paste/recent-files/egg-recent-util.c:
4170         (egg_recent_util_get_icon):
4171         * cut-n-paste/recent-files/egg-recent-util.h:
4172         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4173         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4174         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4175         (egg_recent_view_uimanager_set_property),
4176         (egg_recent_view_uimanager_get_property),
4177         (egg_recent_view_uimanager_class_init),
4178         (egg_recent_view_uimanager_init),
4179         (egg_recent_view_uimanager_set_label_width),
4180         (egg_recent_view_uimanager_get_label_width):
4181         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4182         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4183         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4184         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4185         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4186         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4187         
4188         Update from libegg.
4189
4190 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * shell/ev-page-cache.c: (build_height_to_page),
4193         (ev_page_cache_get_height_to_page):
4194         * shell/ev-page-cache.h:
4195         * shell/ev-view.c: (view_update_range_and_current_page),
4196         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4197         (ev_view_previous_page):
4198         
4199         Dual mode places even pages to the left. Fix for the bug #309393.
4200
4201         * shell/ev-view.h:
4202         * shell/ev-window.c: (update_action_sensitivity),
4203         (setup_view_from_metadata), (view_menu_popup_cb):
4204         
4205         Don't restore presentation in empty windows, more intelligent
4206         next page behaviour in dual mode.
4207
4208         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4209         (ev_pixbuf_cache_clear_job_sizes):
4210         
4211         Cleanup job callback on removal. Fix for the bug #325886.
4212
4213 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4214
4215         * ps/ps.c: (psscan):
4216         
4217         Commit workaround Mozilla problem. Fix for the bug #325919
4218         
4219         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4220         (save_item):
4221         
4222         Fix for year 2038 problem.
4223
4224 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * shell/ev-window.c: (setup_document_from_metadata),
4227         (ev_window_cmd_view_reload):
4228
4229         Clamp page recieved from metadata in valid values. Fix
4230         for the bug #325986.
4231
4232 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4233
4234         * MAINTAINERS: 
4235         Add MAINTAINERS as requested on desktop-devel-list.
4236
4237 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4238
4239         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4240         (mime_type_supported_by_gdk_pixbuf),
4241         (ev_document_factory_get_mime_types),
4242         (ev_document_factory_get_all_mime_types):
4243         
4244         Don't add pixbuf mime types if pixbuf backend is disabled.
4245         
4246         * shell/ev-application.c: (ev_application_get_uri_window):
4247         
4248         Fix for the bug 325815 - unhandled MIME type message doesn't 
4249         appear a second time. 
4250         
4251         * shell/ev-document-types.c: (ev_document_types_add_filters):
4252         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4253         (password_dialog_response), (ev_window_popup_password_dialog),
4254         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4255         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4256         (ev_window_run_presentation), (ev_window_stop_presentation),
4257         (save_sizing_mode), (ev_window_zoom_changed_cb),
4258         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4259         (ev_window_dual_mode_changed_cb),
4260         (ev_window_sidebar_current_page_changed_cb),
4261         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4262         (window_state_event_cb), (window_configure_event_cb):
4263         
4264         Cleanup additional uris holded by EvWindow.
4265
4266 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4269         (ev_view_can_previous_page), (ev_view_can_next_page):
4270         * shell/ev-view.h:
4271         * shell/ev-window.c: (update_action_sensitivity):
4272         
4273         Two page scrolling with Space and PageUp in dual mode. Second fix 
4274         for the bug #316608.
4275
4276 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * shell/ev-view.c: (scroll_to_current_page):
4279         
4280         Correctly clamp adjustment value. Fix for the bug
4281         #325808.
4282
4283 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * shell/ev-sidebar-links.c: (print_section_cb):
4286         * shell/ev-window.c: (ev_window_get_uri),
4287         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4288         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4289         (ev_window_dispose):
4290         
4291         Make print dialog non-modal. Fix for the bug #325622.
4292
4293 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4294
4295         * shell/ev-metadata-manager.c:
4296         * shell/ev-utils.c: (using_pdf_printer),
4297         (using_postscript_printer), (load_print_config_from_file),
4298         (save_print_config_to_file):
4299         * shell/ev-utils.h:
4300         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4301         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4302         (setup_view_from_metadata), (ev_window_setup_document),
4303         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4304         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4305         (ev_window_run_presentation), (ev_window_stop_presentation),
4306         (save_sizing_mode), (ev_window_zoom_changed_cb),
4307         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4308         (ev_window_dual_mode_changed_cb),
4309         (ev_window_sidebar_current_page_changed_cb),
4310         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4311         (window_state_event_cb), (window_configure_event_cb),
4312         (ev_window_init):
4313         
4314         Setting saving behaviour fixes.
4315
4316 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4317
4318         * configure.ac:
4319         
4320         Make antialiasing gs options better and allow
4321         to change them during configure. Fix for the 
4322         bug #319049.
4323
4324 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4325
4326         * shell/ev-window.c: (setup_view_from_metadata):
4327         
4328         Remember if last window was maximized. Fix for the
4329         bug #323797.
4330
4331 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4332
4333         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4334
4335 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4338         * shell/ev-page-action.c: (build_new_tree_cb):
4339         * shell/ev-sidebar-links.c: (links_page_num_func),
4340         (update_page_callback_foreach), (update_page_callback):
4341         * shell/ev-view.c: (scroll_to_current_page):
4342         
4343         Fix for the bug #325067 with more intelligent selection
4344         of current link in sidebar. Make sidebar handle links
4345         of FITR-like type more correctly.
4346
4347         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4348         (dvi_pixbuf_put_pixel):
4349         
4350         Fix memory consumtion with disabled alpha channel.
4351
4352 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * data/evince-ui.xml:
4355         * shell/ev-window.c: (view_menu_popup_cb),
4356         (ev_popup_cmd_open_link), (ev_window_init):
4357         
4358         Update context menu for internal links. Fix for the bug
4359         #325066.
4360
4361 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4364         
4365         Bind context menu to keyboard also. Fix for the bug
4366         #325065.
4367
4368 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * shell/ev-view.c: (selection_scroll_timeout_cb):
4371         
4372         Horizontal scroll on selection also.
4373
4374 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * shell/ev-metadata-manager.c: (parse_value):
4377         * shell/ev-view.c: (goto_xyz_link):
4378         
4379         Correct zoom setup and metadata save broken in 
4380         some locales.
4381
4382 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4383
4384         * shell/ev-view-private.h:
4385         * shell/ev-view.c: (scroll_to_current_page),
4386         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4387         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4388         (page_changed_cb), (ev_view_set_continuous),
4389         (ev_view_set_dual_page), (ev_view_set_presentation):
4390         
4391         Delay scroll until allocation to correctly position page. Fix
4392         for the bug #317334.
4393
4394 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * NEWS:
4397         * configure.ac:
4398         
4399         Update NEWS and require poppler 0.5.0.
4400
4401 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4402         
4403         * data/evince-ui.xml:
4404         * shell/ev-view-private.h:
4405         * shell/ev-view.c: (ev_view_get_link_at_location),
4406         (handle_link_over_xy), (ev_view_button_press_event),
4407         (ev_view_button_release_event), (ev_view_class_init):
4408         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4409         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4410         (ev_window_init):
4411         
4412         Implement right-click context menu.
4413
4414 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4417         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4418         (mdvi_pixbuf_device_render):
4419         * pdf/ev-poppler.cc:
4420
4421         Don't generate thumbnails with alpha. See bug #324077.
4422         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4423
4424 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * shell/ev-window.c: (setup_chrome_from_metadata):
4427         
4428         Fix typo that was hiding toolbar.
4429
4430 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * shell/ev-view-private.h:
4433         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4434         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4435         (ev_view_button_release_event), (ev_view_destroy):
4436         
4437         Small cleanup and autoscrolling during selection. Thanks to 
4438         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4439
4440 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4441
4442         * configure.ac:
4443         
4444         Correctly check for comics option.
4445
4446 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4447         * Makefile.am:
4448         * configure.ac:
4449         * backend/Makefile.am:
4450         * backend/ev-document-factory.c:
4451         * shell/ev-document-types.c:
4452
4453         Included option in configure to make ps backend 
4454         compilation optional with --disable-ps.
4455
4456 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * backend/ev-document-factory.c:
4459         * comics/Makefile.am:
4460         * comics/comics-document.c: (comics_document_load):
4461         * comics/ev-cbr-mime.xml:
4462         * configure.ac:
4463         
4464         Comics mime types are added to shared-mime-info CVS. Now
4465         we don't need to install our own mime types.
4466
4467 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * shell/ev-window.c:
4470         
4471         Add shortcut for "save a copy" menu entry. Fix for
4472         the bug #324582.
4473
4474 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4477         (job_finished_cb), (new_selection_pixbuf_needed),
4478         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4479         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4480         
4481         Rework selection job info logic and fix critical warning.
4482
4483 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4484
4485         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4486
4487 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4488
4489         * data/evince-ui.xml:
4490         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4491         
4492         Enter as shortcut key for next page. Fix for the bug
4493         #321394.
4494
4495 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4496
4497         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4498
4499 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4502         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4503         (new_selection_pixbuf_needed),
4504         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4505         (clear_job_selection):
4506         
4507         Too early for 0.5. Pixbuf cache code cleaned a bit.
4508
4509 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4510
4511         * NEWS:
4512         * configure.ac:
4513         
4514         Release 0.5.0 preparation
4515
4516 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * comics/Makefile.am:
4519         * configure.ac:
4520         * shell/ev-document-types.c: (ev_document_types_add_filters):
4521         
4522         More advanced handling of custom mime type installation.
4523
4524 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * data/evince.schemas.in:
4527         * shell/ev-metadata-manager.c: (value_free),
4528         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4529         (ev_metadata_manager_get), (ev_metadata_manager_set):
4530         * shell/ev-metadata-manager.h:
4531         * shell/ev-window.c: (update_chrome_flag),
4532         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4533         (setup_document_from_metadata), (setup_chrome_from_metadata),
4534         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4535         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4536         (ev_window_view_toolbar_cb),
4537         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4538         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4539         
4540         Save last document settings and reuse them for new documents.
4541
4542 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4543
4544         * Makefile.am:
4545         * backend/Makefile.am:
4546         * backend/ev-document-factory.c:
4547         * backend/ev-document-factory.h:
4548         * comics/Makefile.am:
4549         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4550         (comics_document_load), (comics_document_save),
4551         (comics_document_get_n_pages), (comics_document_get_page_size),
4552         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4553         (comics_document_class_init), (comics_document_can_get_text),
4554         (comics_document_get_info), (comics_document_document_iface_init),
4555         (comics_document_init), (get_supported_image_extensions),
4556         (comics_document_thumbnails_get_geometry),
4557         (comics_document_thumbnails_get_thumbnail),
4558         (comics_document_thumbnails_get_dimensions),
4559         (comics_document_document_thumbnails_iface_init), (extract_argv):
4560         * comics/comics-document.h:
4561         * comics/ev-cbr-mime.xml:
4562         * configure.ac:
4563         * po/POTFILES.in:
4564         * shell/ev-application.c: (ev_application_register_service):
4565         * shell/ev-document-types.c: (ev_document_types_add_filters):
4566         * thumbnailer/Makefile.am:
4567         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4568         
4569         New CBR/CBZ backend for comic books.
4570
4571 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4572
4573         * shell/main.c: (load_files_remote):
4574
4575         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4576         warning on startup of second instance is fixed. It
4577         is bug #320353.
4578
4579 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-window.c: (ev_window_finalize):
4582         
4583         Fix double free that cause crash.
4584
4585 2005-10-29  Bastien Nocera <hadess@hadess.net>
4586
4587         * tiff/tiff-document.c: (tiff_document_load):
4588         
4589         Fix memory leak.
4590
4591 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * po/POTFILES.in:
4594         * shell/Makefile.am:
4595         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4596         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4597         (ev_view_accessible_get_text),
4598         (ev_view_accessible_get_character_at_offset),
4599         (ev_view_accessible_get_text_before_offset),
4600         (ev_view_accessible_get_text_at_offset),
4601         (ev_view_accessible_get_text_after_offset),
4602         (ev_view_accessible_get_character_count),
4603         (ev_view_accessible_get_caret_offset),
4604         (ev_view_accessible_set_caret_offset),
4605         (ev_view_accessible_get_run_attributes),
4606         (ev_view_accessible_get_default_attributes),
4607         (ev_view_accessible_get_character_extents),
4608         (ev_view_accessible_get_offset_at_point),
4609         (ev_view_accessible_get_n_selections),
4610         (ev_view_accessible_get_selection),
4611         (ev_view_accessible_add_selection),
4612         (ev_view_accessible_remove_selection),
4613         (ev_view_accessible_set_selection),
4614         (ev_view_accessible_text_iface_init),
4615         (ev_view_accessible_idle_do_action),
4616         (ev_view_accessible_action_do_action),
4617         (ev_view_accessible_action_get_n_actions),
4618         (ev_view_accessible_action_get_description),
4619         (ev_view_accessible_action_get_name),
4620         (ev_view_accessible_action_set_description),
4621         (ev_view_accessible_action_iface_init),
4622         (ev_view_accessible_get_type), (ev_view_accessible_new),
4623         (ev_view_accessible_factory_get_accessible_type),
4624         (ev_view_accessible_factory_create_accessible),
4625         (ev_view_accessible_factory_class_init),
4626         (ev_view_accessible_factory_get_type):
4627         * shell/ev-view-accessible.h:
4628         * shell/ev-view-private.h:
4629         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4630         * shell/ev-view.h:
4631         
4632         Initial accessibility support.
4633
4634 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4635
4636         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4637
4638 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4639
4640         * shell/ev-print-job.c: (idle_print_handler):
4641         
4642         Fix for bug Bug 318916: Printing multiple pages.
4643
4644 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4645
4646         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4647
4648 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * pdf/ev-poppler.cc:
4651         
4652         Thumnail dimensions unified with other backends.
4653         
4654         * shell/ev-window-title.c: (ev_window_title_update):
4655         
4656         Fix warning.
4657
4658 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * data/ev-stock-zoom-fit-width.png:
4661         
4662         Remove unused file.
4663
4664 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * configure.ac:
4667         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4668         (djvu_document_finalize):
4669         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4670         (dvi_document_finalize):
4671         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4672         (pixbuf_document_save), (pixbuf_document_finalize):
4673         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4674         (tiff_document_finalize):
4675         
4676         Save a copy implemented for various backends.
4677
4678 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4679
4680         * configure.ac:
4681         
4682         Don't link with ltiff if tiff is disabled.
4683
4684 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4685
4686         * pdf/GDKSplashOutputDev.cc:
4687         * pdf/GDKSplashOutputDev.h:
4688         * pdf/Thumb.cc:
4689         * pdf/Thumb.h:
4690         * pdf/pdf-document.cc:
4691         * pdf/pdf-document.h:
4692         * pdf/test-gdk-output-dev.cc:
4693         
4694         Remove old unused files.
4695
4696 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4697
4698         * shell/ev-window.c: (ev_window_setup_document):
4699         
4700         Fixed warnings on reload and probably crash reason.
4701
4702 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * properties/ev-properties-view.c:
4705         (ev_properties_view_format_date):
4706         
4707         Check if date is invalid. Fix for bug 318134.
4708
4709 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4710
4711         * shell/ev-window-title.c:
4712         
4713         Add .indd files (Adobe Indesign) to the list of "bad
4714         extensions".
4715
4716 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4717
4718         * data/evince-ui.xml:
4719         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4720         
4721         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4722
4723 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4724
4725         * shell/ev-window.c: (launch_link), (launch_external_uri),
4726         (view_external_link_cb):
4727
4728         URL-escape link before passing it to gnome_vfs_url_show.
4729
4730 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4733         there isn't text selected.
4734
4735 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4736
4737         * shell/ev-view.c: (handle_link_over_xy):
4738
4739         Check tooltip is valid utf8 before showing it
4740
4741 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4744
4745 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4746
4747         * shell/ev-window-title.c: (ev_window_title_update):
4748
4749         Guard against using g_strstrip on NULL. Fixes bug #317291.
4750
4751 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4752
4753         * pdf/ev-poppler.cc:
4754
4755         Show title even for unknown links
4756
4757 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4758
4759         * shell/ev-window-title.c: (ev_window_title_update):
4760
4761         Strip the title string
4762
4763 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4764
4765         * shell/ev-window-title.c:
4766
4767         Add .rtf to the bad extensions list
4768
4769 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4770
4771         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4772         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4773
4774         Ignore link coordinates if they are outside page bounds
4775
4776 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4777
4778         * backend/ev-link.c: (ev_link_type_get_type),
4779         (ev_link_get_filename), (ev_link_get_params),
4780         (ev_link_get_property), (ev_link_set_property),
4781         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4782         * backend/ev-link.h:
4783         * pdf/ev-poppler.cc:
4784         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4785         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4786         (ev_window_init):
4787
4788         Implement launch links. Delegate external link opening to
4789         the window.
4790
4791 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4792
4793         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4794         (ev_link_get_right), (ev_link_get_property),
4795         (ev_link_set_property), (ev_link_class_init),
4796         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4797         * backend/ev-link.h:
4798         * pdf/ev-poppler.cc:
4799         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4800
4801         Implement fitr links
4802
4803 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4804
4805         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4806         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4807         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4808         (ev_view_size_request_continuous),
4809         (ev_view_size_request_dual_page),
4810         (ev_view_size_request_single_page), (ev_view_size_allocate),
4811         (ev_view_zoom_for_size_continuous_and_dual_page),
4812         (ev_view_zoom_for_size_continuous),
4813         (ev_view_zoom_for_size_dual_page),
4814         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4815         (ev_sizing_mode_get_type):
4816         * shell/ev-view.h:
4817         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4818
4819         Do not use modes for link, we need to calculate size ad hoc.
4820         Still not perfect because of the usual scrollbar issues grrr.
4821
4822 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4823
4824         * backend/ev-link.c: (ev_link_type_get_type),
4825         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4826         * backend/ev-link.h:
4827         * pdf/ev-poppler.cc:
4828         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4829         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4830         (ev_view_size_request_continuous),
4831         (ev_view_size_request_dual_page),
4832         (ev_view_size_request_single_page), (ev_view_size_allocate),
4833         (zoom_for_size_fit_height),
4834         (ev_view_zoom_for_size_continuous_and_dual_page),
4835         (ev_view_zoom_for_size_continuous),
4836         (ev_view_zoom_for_size_dual_page),
4837         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4838         (ev_sizing_mode_get_type):
4839         * shell/ev-view.h:
4840         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4841
4842         Implement FIT_HEIGHT mode (only for links).
4843         Implement FITH links
4844
4845 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4846
4847         * shell/ev-window-title.c: (get_filename_from_uri),
4848         (ev_window_title_sanitize_extension), (ev_window_title_update),
4849         (ev_window_title_set_document), (ev_window_title_set_uri),
4850         (ev_window_title_free):
4851         * shell/ev-window-title.h:
4852         * shell/ev-window.c: (ev_window_setup_document),
4853         (ev_window_popup_password_dialog):
4854
4855         Refactor window title building while fixing it for
4856         password documents.
4857
4858 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4859
4860         * pdf/ev-poppler.cc:
4861
4862         Escape link title before setting it in the model
4863
4864 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4865
4866         * shell/ev-application.c: (removed_from_session), (save_session),
4867         (init_session), (ev_application_get_empty_window),
4868         (ev_application_init), (ev_application_get_windows):
4869         * shell/ev-application.h:
4870         * shell/ev-window.c: (ev_window_finalize):
4871
4872         Add a function to retrieve window list and share it where
4873         necessary.
4874         Implement session handling, works pretty well thanks to the
4875         metadata system.
4876
4877 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * shell/ev-password.c: (ev_password_item_created_callback),
4880         (ev_password_dialog_save_password):
4881         
4882         Fix for bug 316972. Use async gnome-keyring API.
4883
4884 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4885
4886         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4887         Remove unused unrealize handler. Add scroll handling to
4888         ev_view_scroll_event for presentation mode (bug #316708),
4889         and fix the event state checks there.
4890
4891 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4892
4893         * shell/ev-page-action.c: (page_changed_cb):
4894
4895         "marco, maybe we should be crazy and jump right to 6! :)"
4896
4897         Bryan Clark, Sep 2005
4898
4899 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4900
4901         * ps/ps-document.c: (save_document), (ps_document_save),
4902         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4903         (ps_document_ps_export_end):
4904
4905         Fix unstructured documents save and print
4906
4907 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4908
4909         * shell/ev-application.c: (ev_application_open_uri):
4910
4911         Fix window size persistance
4912
4913 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4914
4915         * shell/ev-view.c: (ev_view_button_release_event):
4916
4917         Based on a patch from carlosgc@gnome.org. Mouse buttons
4918         switch pages in presentation mode.
4919
4920 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4921
4922         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4923
4924         Dont cast to int before scaling
4925
4926 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4927
4928         * backend/ev-link.c: (ev_link_type_get_type),
4929         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4930         (ev_link_new_page_fith):
4931         * backend/ev-link.h:
4932         * pdf/ev-poppler.cc:
4933         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4934
4935         Implement FIT and FITH links
4936
4937 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4938
4939         * pdf/ev-poppler.cc:
4940
4941         Return 0 results when search is not in progress.
4942
4943         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4944         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4945
4946         Update menu sensitivity when cancelling search
4947
4948 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4949
4950         * shell/ev-view.c: (ev_view_can_find_next):
4951
4952         Take all pages in consideration, not just current one
4953
4954 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4955
4956         * shell/ev-page-cache.c:
4957         * shell/ev-page-cache.h:
4958         * shell/ev-view.c: (ev_view_binding_activated),
4959         (ev_view_next_page), (ev_view_previous_page),
4960         (ev_sizing_mode_get_type):
4961         * shell/ev-view.h:
4962         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4963         (ev_window_cmd_go_next_page):
4964
4965         Move page next/previous functions from page chace to
4966         view and change it to move by 2 page steps in dual mode.
4967
4968 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4969
4970         * shell/ev-window.c: (update_sidebar_visibility),
4971         (setup_sidebar_from_metadata), (ev_window_setup_document),
4972         (setup_view_from_metadata):
4973
4974         Show the index by default when there is one     
4975
4976 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4977
4978         * shell/ev-window-title.c: (ev_window_title_set_document):
4979
4980         Missing null check
4981
4982 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * shell/ev-view.c: (view_update_range_and_current_page):
4985         
4986         Allow display of last odd page in dual view. Fix for 316347.
4987
4988 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4989
4990         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4991         
4992         Make close button default. Fix for 316383.
4993
4994 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4997         
4998         Mark close button as default. Fix for 316381.
4999
5000 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5001
5002         * backend/ev-link.c: (ev_link_class_init):
5003
5004         Allow negative doubles in left/top properties
5005
5006 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5007
5008         * shell/ev-window.c:
5009
5010         Remove a bunch of strings that was used only
5011         by the statusbar.
5012
5013 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5014
5015         * shell/ev-window-title.c: (get_filename_from_uri),
5016         (ev_window_title_set_document):
5017
5018         When title has a confusing extension, show also
5019         the document filename inside ()
5020
5021 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5022
5023         * shell/Makefile.am:
5024         * shell/ev-window-title.c: (ev_window_title_new),
5025         (ev_window_title_update), (ev_window_title_set_type),
5026         (ev_window_title_set_document), (ev_window_title_free):
5027         * shell/ev-window-title.h:
5028         * shell/ev-window.c: (ev_window_setup_document),
5029         (password_dialog_response), (ev_window_popup_password_dialog),
5030         (ev_window_dispose), (ev_window_init):
5031
5032         Factor out and cleanup window title code
5033
5034 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5035
5036         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5037         (unable_to_load):
5038
5039         Make dialog transient so it doesnt block other windows
5040
5041 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * pdf/ev-poppler.cc:
5044         
5045         Fix pdf thumbnails rendering.
5046
5047 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5048
5049         * shell/ev-window.c: (fullscreen_set_timeout):
5050         
5051         Increase timeout to hide full screen popup. Bug 
5052         316123. 
5053
5054 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * data/evince.schemas.in:
5057         * shell/ev-window.c: (update_action_sensitivity):
5058
5059         Allow the user to override document restrictions. Fix for bug
5060         305818.
5061
5062 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5063
5064         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5065         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5066         (ev_window_class_init): Fix multihead behaviour of fullscreen
5067         toolbar popup. Fixes bug #315451.
5068
5069 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * configure.ac:
5072         * data/evince-password.glade:
5073         * shell/ev-password.c: (ev_password_dialog_set_property),
5074         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5075         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5076         (ev_password_dialog_entry_changed_cb),
5077         (ev_password_dialog_entry_activated_cb),
5078         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5079         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5080         (ev_password_dialog_set_bad_pass):
5081         * shell/ev-password.h:
5082         * shell/ev-window.c: (password_dialog_response),
5083         (ev_window_popup_password_dialog):
5084         
5085         Support for gnome-keyring for encrypted PDF's.
5086
5087 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5090         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5091         (ev_view_enter_notify_event), (ev_view_class_init):
5092         
5093         More precise handling of enter_notify/leave_notify events
5094         in EvView. Fix for bug 315470.
5095
5096 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5097
5098         * shell/ev-window.c: (fullscreen_timeout_cb),
5099         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5100         (ev_window_dispose):
5101
5102         leak fix: unref fullscreen_timeout_source before clearing it
5103
5104 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * configure.ac, dvi/mdvi/Makefile.am: 
5107         
5108         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5109
5110 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5111
5112         * backend/ev-link.c: (ev_link_new_page_xyz):
5113         * pdf/ev-poppler.cc:
5114         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5115
5116         Fix some bugs with xyz links, respect zoom
5117
5118 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5119
5120         * shell/ev-window.c: (page_changed_cb),
5121         (setup_document_from_metadata), (update_sidebar_visibility),
5122         (setup_view_from_metadata), (ev_window_run_fullscreen),
5123         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5124         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5125         (ev_window_dual_mode_changed_cb),
5126         (ev_window_sidebar_current_page_changed_cb):
5127
5128         null check uri before setting and getting metadata
5129
5130 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5131
5132         * dvi/Makefile.am:
5133         * properties/Makefile.am:
5134         * shell/Makefile.am:
5135         * thumbnailer/Makefile.am:
5136
5137         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5138
5139 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5140
5141         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5142         (selection_changed_callback):
5143         * shell/ev-sidebar-links.h:
5144
5145         Add a signal for link activation.
5146
5147         * shell/ev-view.c: (ev_view_goto_link),
5148         (ev_view_button_release_event):
5149         * shell/ev-view.h:
5150         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5151         (ev_window_init):
5152
5153         Implement the signal so that we can handle all link types.
5154
5155         * shell/ev-page-cache.c:
5156
5157         Remove unused set_link function
5158
5159 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5160
5161         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5162
5163         Add some space from the cursor, hardcoded but I couldnt
5164         find a better way.
5165
5166 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5167
5168         * lib/ev-tooltip.c:
5169
5170         Use mozilla style vs gtk style, way better for links.
5171
5172         * shell/ev-view.c: (ev_view_motion_notify_event),
5173         (ev_view_destroy), (ev_view_init):
5174
5175         Deactive tooltip when the link hovered is changed.
5176
5177 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5178
5179         * backend/ev-document.h:
5180         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5181         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5182         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5183         (ev_link_new_page), (ev_link_new_page_xyz):
5184         * backend/ev-link.h:
5185         * pdf/ev-poppler.cc:
5186         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5187         (go_to_link), (tip_from_link):
5188
5189         Implement xyz links, still not functional. Links are a total
5190         mess, will need to refactor and bugfix a lot :(
5191
5192 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5193
5194         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5195
5196 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5197
5198         * data/evince-ui.xml:
5199         * data/evince.schemas.in:
5200         * shell/Makefile.am:
5201         * shell/ev-window.c: (update_chrome_visibility),
5202         (password_dialog_response), (ev_window_load_job_cb),
5203         (ev_window_xfer_job_cb), (ev_window_open_uri),
5204         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5205         (ev_window_init):
5206
5207         Remove the statusbar. This regress loading feedback, need to
5208         check with Bryan what we want to do there...
5209
5210 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5211
5212         * lib/ev-tooltip.c: (ev_tooltip_init):
5213
5214         Fix tooltip border and size handling
5215
5216 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5217
5218         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5219         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5220         (ev_tooltip_timeout), (ev_tooltip_activate),
5221         (ev_tooltip_deactivate):
5222         * lib/ev-tooltip.h:
5223         * shell/ev-view.c: (ev_view_motion_notify_event):
5224
5225         Delay popup showing. Mirror gtk logic/times.
5226
5227 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5228
5229         * lib/Makefile.am:
5230         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5231         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5232         (ev_tooltip_set_text), (ev_tooltip_set_position):
5233         * lib/ev-tooltip.h:
5234
5235         Simple widget to show tooltips at a custom position
5236
5237         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5238         (ev_view_destroy):
5239
5240         Use it for links. First go, needs work
5241
5242 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5243
5244         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5245         HIG fixes.  Use title capitalization for window title. Use 12 
5246         pixels of space between the dialog's vbox and action area.
5247
5248 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5249
5250         * shell/ev-window.c: (file_open_dialog_response_cb),
5251         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5252         (ev_window_cmd_save_as):
5253
5254         Make file pickers not modal and refactor code some
5255
5256 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5257
5258         * shell/ev-sidebar.h:
5259         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5260         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5261         (ev_sidebar_class_init), (ev_sidebar_select_page),
5262         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5263         (ev_sidebar_set_page):
5264
5265         Add a current page property and allow to get/set it
5266
5267         * shell/ev-window.c: (setup_view_from_metadata),
5268         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5269
5270         Persist current sidebar page per document
5271
5272 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5273
5274         * data/evince.schemas.in:
5275         * shell/ev-window.c: (update_chrome_visibility),
5276         (setup_document_from_metadata), (update_sidebar_visibility),
5277         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5278         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5279         (ev_window_run_presentation), (ev_window_stop_presentation),
5280         (ev_window_view_sidebar_cb),
5281         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5282         (load_chrome), (ev_window_init):
5283
5284         Persist size/visibility of sidebar per document
5285
5286 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5287
5288         * shell/ev-view.c (draw_loading_text): Draw loading text.
5289
5290 2005-09-02  Dan Damian  <dand@gnome.ro>
5291
5292         * configure.in: Added "ro" to ALL_LINGUAS.
5293
5294 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5295
5296         * shell/ev-view.c: (clear_caches):
5297
5298         ev_page_cache_get doesnt return a reference,
5299         dont try to unref it.
5300
5301 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5302
5303         * shell/main.c: (load_files_remote):
5304
5305         Fix timestamp parameter with dbus <= 0.33
5306
5307 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5308
5309         * data/evince.schemas.in:
5310
5311         Add missing full stop
5312
5313 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5314
5315         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5316         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5317
5318         Plug some memory leaks
5319
5320 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5321
5322         * configure.ac:
5323         * lib/ev-debug.c: (trap_handler):
5324
5325         Check for execinfo.h and use it only if it exists.
5326         Ported from Epiphany (bug #314776).
5327
5328 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5329
5330         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5331
5332 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5333
5334         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5335         * po/id.po      : Added Indonesian translation
5336
5337 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5338
5339         * shell/main.c:
5340         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5341         * NEWS: Release 0.4.0
5342
5343 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5344
5345         * configure.ac: catch another gtk+-2.8ism
5346         * shell/main.c: Make work with gtk+-2.6
5347
5348 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5349
5350         * shell/ev-application-service.xml: Add 'timestamp' argument to
5351           ev_application_open_window and ev_application_open_uri methods.
5352
5353         * shell/ev-application.h: Add 'timestamp' argument to
5354           ev_application_open_window, ev_application_open_uri,
5355           and ev_application_open_uri_list functions.
5356
5357         * shell/ev-application.c (ev_application_open_window,
5358           ev_application_open_uri, ev_application_open_uri_list): Change
5359           functions that show/present windows to use a timestamp if one
5360           is passed in.
5361
5362         * shell/ev-window.c (ev_window_cmd_file_open,
5363           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5364         * shell/main.c (load_files): Modify calls to ev_application to
5365           include GDK_CURRENT_TIME as timestamp.
5366
5367         * shell/main.c (load_files_remote): Obtain timestamp for client
5368           instance from GDK and pass to server instance so new windows are
5369           focused properly.  Fix dbus_g_proxy_call() calls by including second
5370           G_TYPE_INVALID.
5371           
5372         Closes bug #314475.
5373
5374 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5375
5376         * shell/ev-window.c (ev_window_finalize): Check for
5377         avail. EvWindows when quiting to handle the finalize better,
5378         #314497
5379
5380 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381         
5382         * properties/ev-properties-view.c: 
5383         
5384         Set textdomain to libglade. Fixes translation problem in property page.
5385
5386 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5389         * dvi/Makefile.am:
5390         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5391         * dvi/mdvi-lib/Makefile.am:
5392         
5393         Fix rotation of thumbnails, ported to new API. Moved library
5394         dependencies earlier, probably it will fix linkage problem.
5395
5396 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5397
5398         * backend/ev-document-misc.c:
5399         (ev_document_misc_get_thumbnail_frame):
5400         * backend/ev-document-misc.h:
5401         * configure.ac:
5402         * pdf/ev-poppler.cc:
5403         * shell/Makefile.am:
5404         * shell/ev-sidebar-thumbnails.c: (add_range),
5405         (ev_sidebar_thumbnails_set_loading_icon),
5406         (ev_sidebar_thumbnails_refresh),
5407         (ev_sidebar_thumbnails_set_document):
5408         * shell/ev-sidebar-thumbnails.h:
5409         * shell/ev-view.c: (ev_view_motion_notify_event),
5410         (ev_view_set_property), (ev_view_get_property),
5411         (ev_view_class_init), (ev_view_set_rotation):
5412         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5413         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5414         (ev_window_init):
5415         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5416         Redo rotation (again).  prepare for 0.4.0
5417
5418 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5419
5420         * configure.ac: Bump poppler requirement to 0.4.1.
5421
5422         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5423         argument to poppler_page_render_selection() call.
5424
5425 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5428         (djvu_document_thumbnails_get_thumbnail):
5429         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5430         (dvi_document_thumbnails_get_thumbnail):
5431         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5432         (pixbuf_document_thumbnails_get_thumbnail):
5433         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5434         
5435         Update rotation direction of backends to fit with pdf and ps.
5436
5437 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5440         * backend/ev-async-renderer.h:
5441         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5442         (setup_page), (ps_document_get_page_size),
5443         (ps_async_renderer_render_pixbuf):
5444         * ps/ps-document.h:
5445         * shell/ev-jobs.c: (ev_job_render_run):
5446
5447         Fix orientation in the postscript document
5448
5449 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5450
5451         * pdf/ev-poppler.cc:
5452         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5453         * shell/ev-view.c: (highlight_find_results):
5454
5455         Adapt to the new poppler rotation API. Fix text maps on landscape
5456         documents.
5457
5458 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5459
5460         * shell/ev-view.c (compute_new_selection_text): get the correct
5461         region when selecting in modes other than continuous.
5462
5463 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5464
5465         * shell/main.c (main): remove redundant g_warnings.
5466
5467 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * shell/Makefile.am: Don't include autogenerated
5470         file ev-application-service.h into distribution, since
5471         it causes dbus crash. Fix for bugs 313724 and 313443. 
5472
5473 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5474
5475         * configure.ac: Fix sed expression for FreeBSD. Thanks
5476         to Joe Marcus Clark <marcus@freebsd.org>
5477         
5478         * shell/eggfindbar.c: (entry_activate_callback),
5479         (entry_changed_callback), (egg_find_bar_init),
5480         (egg_find_bar_set_search_string):
5481         
5482         Made findbar buttons unsensitive if there is no text in
5483         entry. Fix for the bug 313285.
5484
5485 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5486
5487         * ps/ps-document.c: Use g_filename_display_name for displaying
5488         filenames and revert string freeze breackage
5489
5490 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5491
5492         * NEWS:
5493         * configure.ac:
5494
5495         Update for 0.3.4
5496
5497         * shell/Makefile.am:
5498
5499         Add ev-application-service.xml to extra dist
5500
5501         * shell/ev-view.c: (find_page_at_location):
5502
5503         Remove unused function (fix warning)
5504
5505 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5508         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5509         
5510         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5511         bug 313623.
5512
5513 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5516         * shell/ev-window.c:
5517         Fix build warnings
5518
5519 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5520
5521         * configure.ac: Update script to get dbus version.
5522         Fix for the bug #313443.
5523
5524 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * shell/ev-window.c: (ev_window_cmd_escape):
5527         
5528         Return focus back to view on escape. Fix for bug 313295.
5529
5530 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5531
5532         * shell/ev-window.c: (update_window_title),
5533         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5534         (ev_window_cmd_save_as):
5535         
5536         Correct conversion from uri to displayable string. Fix for
5537         bug 313296.
5538
5539 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5540
5541         * ps/ps-document.c: convert filename to utf8 when there is an error
5542         loading document. Fixes #309915
5543
5544 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5545
5546         * configure.ac:
5547
5548         We depend on poppler 0.4.0
5549
5550 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5551
5552         * configure.ac:
5553         * NEWS: Release 0.3.3.
5554         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5555
5556 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5557
5558         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5559         add a couple missing mnemonics to menu items, use title 
5560         capitalization for menu items and window titles, and add 
5561         ellipsis to open menu item.     
5562
5563 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5564
5565         * pdf/ev-poppler.cc:
5566         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5567         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5568         (ev_view_get_rotation):
5569         * shell/ev-view.h:
5570         * shell/ev-window.c: (setup_view_from_metadata),
5571         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5572         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5573         disk.
5574
5575 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5576
5577         * configure.ac: Added tr to ALL_LINGUAS
5578
5579 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5580
5581         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5582         requires several clicks to find word. Thanks to 
5583         Colin Slater <kiltedtaco@gmail.com>.
5584
5585 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5586
5587         * data/evince.desktop.in.in: Hide menu entry and
5588         rename it to "Document Viewer". Fix for bug 
5589         #312399.
5590
5591 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5592
5593         * shell/ev-page-action.c (ev_page_action_class_init): 
5594
5595         Point to the correct function in constructor of the
5596         activate_label signal
5597
5598 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5599
5600         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5601         * shell/ev-jobs.h: Make thread safe.
5602
5603 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * shell/ev-view.c: (view_update_range_and_current_page):
5606         Don't update page range if we are scrolling to some document
5607         point.
5608
5609 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5612         when getting max_page_width, fix drawing in dual mode.
5613
5614 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5615
5616         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5617         getting the area for select_all.
5618
5619 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5620
5621         * backend/ev-selection.c: (ev_selection_render_selection):
5622         * backend/ev-selection.h:
5623         * pdf/ev-poppler.cc:
5624         * shell/ev-jobs.c: (ev_job_render_new):
5625         * shell/ev-jobs.h:
5626         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5627         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5628         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5629         (ev_view_class_init):
5630
5631         Change selection color on focus in and focus out events.  Also,
5632         poppler now uses GdkColor for specifying the selection colors, so
5633         drop some awkward conversion code.
5634
5635 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5636
5637         * configure.ac: Added Hebrew translation
5638
5639 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5640
5641         * NOTES:
5642         * backend/ev-selection.c: (ev_selection_render_selection):
5643         * backend/ev-selection.h:
5644         * pdf/ev-poppler.cc:
5645         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5646         (ev_job_render_run):
5647         * shell/ev-jobs.h:
5648         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5649         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5650         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5651         (ev_pixbuf_cache_style_changed),
5652         (ev_pixbuf_cache_get_selection_pixbuf),
5653         (ev_pixbuf_cache_set_selection_list),
5654         (ev_pixbuf_cache_get_selection_list):
5655         * shell/ev-pixbuf-cache.h:
5656         * shell/ev-utils.c: (ev_print_region_contents):
5657         * shell/ev-utils.h:
5658         * shell/ev-view.c: (ev_view_queue_draw_page),
5659         (selection_update_idle_cb), (ev_view_motion_notify_event),
5660         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5661         (setup_caches), (ev_view_find_next), (merge_selection_region),
5662         (selection_free):
5663         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5664
5665         Clean up selection to be much smoother!
5666
5667 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5668
5669         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5670         to poppler_page_render_selection().
5671
5672 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * ps/ps-document.c: (save_page_list): Use
5675         unzipped document when printing. Thanks to 
5676         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5677         311016.
5678
5679 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * shell/ev-window.c: (update_action_sensitivity):
5682         
5683         Disable print and save respect to lockdown gconf keys. Fix
5684         for 312342.
5685
5686 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * configure.ac:
5689         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5690         (write_to_temp_file), (ev_file_set_contents):
5691         * shell/ev-utils.h:
5692         * shell/ev-window.c: (save_print_config_to_file):
5693         
5694         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5695         Fix for bug 312238
5696
5697 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5698
5699         * shell/ev-window.c: (load_print_config_from_file),
5700         (save_print_config_to_file), (ev_window_print_range):
5701
5702         Persist the print settings. Fixes bug #311578.
5703
5704 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * djvu/djvu-document.c: (djvu_document_get_page_size),
5707         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5708         (djvu_document_thumbnails_get_thumbnail):
5709         * dvi/dvi-document.c: (dvi_document_get_page_size),
5710         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5711         (dvi_document_thumbnails_get_dimensions),
5712         (dvi_document_thumbnails_get_thumbnail):
5713         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5714         (pixbuf_document_render_pixbuf),
5715         (pixbuf_document_document_iface_init),
5716         (pixbuf_document_thumbnails_get_thumbnail):
5717         
5718         Update backends to make them build with new rotation system.
5719
5720 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * help/C/figures/evince_start_window.png:
5723         
5724         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5725
5726 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5727
5728         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5729         * shell/ev-pixbuf-cache.h:
5730         * shell/ev-sidebar-thumbnails.c:
5731         (ev_sidebar_thumbnails_get_property), (add_range),
5732         (adjustment_changed_cb):
5733         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5734         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5735         we were thumbnailing the entire docment on startup, slowing us
5736         down hugely. 
5737
5738 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5739
5740         * shell/ev-page-cache.c: (ev_page_cache_new):
5741         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5742         == 0, fixes #310306.
5743
5744 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5745
5746         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5747         (ev_view_rotate_left):
5748
5749         Account rotation in doc_rect_to_view_rect.
5750         Ensure rotation doesnt go out of bounds.
5751
5752 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5753
5754         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5755
5756         Correct and cleanup w/h swapping
5757
5758 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5759
5760         * backend/ev-document-thumbnails.c:
5761         (ev_document_thumbnails_get_thumbnail):
5762         * backend/ev-document-thumbnails.h:
5763         * backend/ev-document.c:
5764         * backend/ev-document.h:
5765         * backend/ev-render-context.c: (ev_render_context_new),
5766         (ev_render_context_set_rotation):
5767         * backend/ev-render-context.h:
5768         * pdf/ev-poppler.cc:
5769         * ps/ps-document.c: (ps_document_document_iface_init):
5770         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5771         * shell/ev-jobs.h:
5772         * shell/ev-page-cache.c: (build_height_to_page),
5773         (ev_page_cache_new), (ev_page_cache_get_size),
5774         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5775         (ev_page_cache_get_height_to_page):
5776         * shell/ev-page-cache.h:
5777         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5778         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5779         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5780         (ev_pixbuf_cache_get_selection_pixbuf):
5781         * shell/ev-pixbuf-cache.h:
5782         * shell/ev-print-job.c: (idle_print_handler):
5783         * shell/ev-sidebar-thumbnails.c: (add_range):
5784         * shell/ev-view.c: (view_update_range_and_current_page),
5785         (get_page_y_offset), (get_page_extents),
5786         (ev_view_size_request_continuous_dual_page),
5787         (ev_view_size_request_continuous),
5788         (ev_view_size_request_dual_page),
5789         (ev_view_size_request_single_page), (draw_one_page),
5790         (ev_view_set_rotation), (ev_view_rotate_right),
5791         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5792         (ev_view_zoom_for_size_continuous_and_dual_page),
5793         (ev_view_zoom_for_size_continuous),
5794         (ev_view_zoom_for_size_dual_page),
5795         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5796         (ev_view_select_all):
5797         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5798         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5799         (tiff_document_document_iface_init),
5800         (tiff_document_thumbnails_get_thumbnail):
5801
5802         Use rotation rather than orientation. It's easier and enough
5803         for our needs.
5804
5805 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5806
5807         * shell/ev-page-cache.c: (build_height_to_page),
5808         (ev_page_cache_new), (ev_page_cache_get_size),
5809         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5810         (ev_page_cache_get_height_to_page):
5811         * shell/ev-page-cache.h:
5812         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5813         (ev_view_size_request_continuous_dual_page),
5814         (ev_view_size_request_continuous),
5815         (ev_view_zoom_for_size_continuous_and_dual_page),
5816         (ev_view_zoom_for_size_continuous):
5817
5818         Make the page cache aware of page orientation.
5819
5820 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5821
5822         * backend/ev-document-thumbnails.c:
5823         (ev_document_thumbnails_get_thumbnail):
5824         * backend/ev-document-thumbnails.h:
5825         * backend/ev-document.c:
5826         * backend/ev-document.h:
5827         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5828         * backend/ev-ps-exporter.h:
5829         * pdf/ev-poppler.cc:
5830         * ps/ps-document.c: (ps_document_document_iface_init),
5831         (ps_document_ps_export_do_page):
5832         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5833         * shell/ev-jobs.h:
5834         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5835         (ev_page_cache_get):
5836         * shell/ev-page-cache.h:
5837         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5838         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5839         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5840         * shell/ev-pixbuf-cache.h:
5841         * shell/ev-print-job.c: (idle_print_handler):
5842         * shell/ev-sidebar-thumbnails.c: (add_range):
5843         * shell/ev-view.c: (view_update_range_and_current_page),
5844         (get_page_extents), (ev_view_size_request_dual_page),
5845         (ev_view_size_request_single_page), (draw_one_page),
5846         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5847         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5848         (ev_view_zoom_for_size_dual_page),
5849         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5850         (ev_view_select_all):
5851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5852         * tiff/tiff-document.c: (tiff_document_get_page_size),
5853         (tiff_document_get_orientation), (rotate_pixbuf),
5854         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5855         (tiff_document_thumbnails_get_thumbnail),
5856         (tiff_document_ps_export_do_page), (tiff_document_init):
5857
5858         Really make use of the orientation bit of the render context.
5859         Use the render context in a few more places in the backend API.
5860         This regress orientation, but now it's done right. Will try to
5861         fix it up asap...
5862
5863 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5864
5865         * shell/ev-view.c: (ensure_rectangle_is_visible):
5866
5867         Patch by Nickolay V. Shmyrev to fix find flickering
5868
5869 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5870
5871         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5872         duplex parameters to ::begin.
5873
5874         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5875         * shell/ev-print-job.c (idle_print_handler): 
5876         * ps/ps-document.c (ps_document_ps_export_begin): 
5877         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5878         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5879         implementations. Poppler backend needs poppler cvs. Rest has
5880         unchanged behavior.
5881
5882 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5883
5884         * shell/ev-window.c (using_pdf_printer): new function.
5885         (ev_window_print_range): print a less techy message if someone
5886         tries to print to PDF.
5887
5888 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5889
5890         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5891         from "unknown font" string. Bug #311431
5892
5893 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5894
5895         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5896
5897 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5898
5899         Bug #311280
5900         
5901         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5902         name for PopplerFontTypes
5903         (pdf_document_fonts_fill_model): add font type to the detail column
5904
5905         * backend/ev-document-fonts.h: added
5906         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5907
5908         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5909         font name and font details, add a little markup.
5910         (ev_properties_fonts_init): use the new cell data func, specify ypad
5911         property for the cell renderer.
5912         (ev_properties_fonts_set_document): add the details column.
5913
5914 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5915
5916         * configure.ac: Added "pl" to ALL_LINGUAS.
5917
5918 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5919
5920         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5921
5922 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5923
5924         * help/ChangeLog: Started this for translations of manual.
5925         * configure.ac, autogen.sh, .cvsignore: Migrated to
5926         gnome-doc-utils. Patch in bug #311222.
5927
5928 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5929
5930         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5931         #ifdef this away to fix an unused-function warning.
5932
5933 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5934
5935         * configure.ac: Added 'gl' to ALL_LINGUAS.
5936
5937 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5938
5939         * configure.ac: Added ne in ALL_LINGUAS
5940         
5941 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * shell/ev-view.c: (ev_view_leave_notify_event):
5944         
5945         Clear status message when pointer leaves view. Fix for bug
5946         #310818 
5947
5948 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5949
5950         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5951
5952 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * shell/ev-view.c: (ev_view_leave_notify_event),
5955         (ev_view_class_init):
5956         
5957         Set cursor to normal then leaving view.
5958
5959 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * configure.ac:
5962         
5963         Fix required djvulibre version.
5964
5965 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5966
5967         *configure.ac: Hindi (hi) language added
5968
5969 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5970
5971         *configure.ac: Punjabi (pa) Language added
5972
5973 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5974
5975         * data/evince-ui.xml, shell/ev-window.c:
5976         
5977         Add keypad accelerators for zooming. Fix for bug 308128.
5978
5979 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5980
5981         * Makefile.am:
5982         * backend/Makefile.am:
5983         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5984         * configure.ac:
5985         * shell/ev-document-types.c: (ev_document_types_add_filters):
5986
5987         Allow to enable/disable the pixbuf backend.
5988         Default to off for now. If we want it enabled we should
5989         really put mime types in the desktop, implement properties etc.
5990
5991         * properties/evince-properties.c:
5992
5993         Initialize error to NULL.
5994         Check error is not NULL before freeing.
5995
5996 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * shell/ev-window.c:
5999
6000         Use F5 as presentation accell
6001
6002 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6003
6004         * shell/ev-window.c: (update_chrome_visibility),
6005         (ev_window_create_fullscreen_popup), (ev_window_init):
6006
6007         Do not leak the fullscreen toolbar
6008
6009 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6010
6011         * shell/ev-window.c: (view_actions_focus_in_cb),
6012         (view_actions_focus_out_cb):
6013
6014         These has a return value! Fix totally random focus
6015         issues we was seeing.
6016
6017 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6018
6019         * shell/main.c: (load_files_remote):
6020
6021         Allow open more than one file
6022
6023 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6024
6025         * shell/main.c: (load_files_remote):
6026
6027         Fix for dbus 0.33. bug #309975
6028
6029 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6030
6031         * properties/ev-properties-main.c: (ev_properties_get_pages):
6032
6033         Actually return NULL for types we dont support
6034
6035 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6036
6037         * po/POTFILES.in:
6038
6039         Remove empty lines.
6040
6041 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6042
6043         * backend/ev-document-factory.c:
6044         (ev_document_factory_get_document):
6045
6046         Do not try to create the object if type
6047         is invalid.
6048
6049 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6050
6051         * ps/ps-document.c: (ps_document_dispose),
6052         (ps_async_renderer_render_pixbuf):
6053         * ps/ps-document.h:
6054
6055         Do not leak the target window
6056
6057 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6058
6059         * shell/ev-application.c: (ev_application_init):
6060
6061         Let tbe check file existence for us.
6062         Add a comment about eggrecent mime filter.
6063
6064 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6065
6066         * data/evince-ui.xml:
6067         * shell/ev-application.c: (ev_application_shutdown),
6068         (ev_application_init), (ev_application_get_toolbars_model),
6069         (ev_application_get_recent_model),
6070         (ev_application_save_toolbars_model):
6071         * shell/ev-application.h:
6072         * shell/ev-window.c: (ev_window_add_recent),
6073         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6074         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6075         (ev_window_init):
6076
6077         Use common toolbar and recent models for all windows.
6078         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6081
6082         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6083         successfully check for gtk_icon_view_get_visible_range.
6084
6085 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * djvu/Makefile.am:
6088         * dvi/Makefile.am:
6089         
6090         Fix djvu and dvi backend build.
6091
6092 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6093
6094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6095         (new_separator_pixbuf):
6096
6097         Don't leak windows.
6098
6099 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6100
6101         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6102
6103         HIGification of toolbar editor dialogue.
6104
6105 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6106
6107         * configure.ac:
6108         * shell/Makefile.am:
6109
6110         Ever build metadata manager since it's just
6111         disabled at runtime now.
6112
6113 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6114
6115         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6116         (ev_metadata_manager_get), (ev_metadata_manager_set):
6117         * shell/ev-metadata-manager.h:
6118
6119         Add an _init functions that enabled metadata management
6120         at runtime.
6121
6122         * shell/ev-window.c: (page_changed_cb),
6123         (setup_document_from_metadata), (ev_window_setup_document),
6124         (setup_view_from_metadata), (ev_window_open_uri),
6125         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6126         (ev_window_run_presentation), (ev_window_stop_presentation),
6127         (save_sizing_mode), (ev_window_zoom_changed_cb),
6128         (ev_window_continuous_changed_cb),
6129         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6130         (window_configure_event_cb):
6131
6132         Remove all ugly metadata define since we deal with it
6133         at runtime now.
6134
6135         * shell/main.c: (load_files_remote), (main):
6136
6137         Add support for dbus cvs head. Hopefully didnt break one
6138         of the other versions now!
6139
6140         If we dont get a response from the dbus server just
6141         give up with it and not enable metadata.
6142
6143 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6144
6145         * Makefile.am:
6146         * backend/Makefile.am:
6147         * configure.ac:
6148         * cut-n-paste/recent-files/Makefile.am:
6149         * cut-n-paste/toolbar-editor/Makefile.am:
6150         * cut-n-paste/zoom-control/Makefile.am:
6151         * lib/Makefile.am:
6152         * pdf/Makefile.am:
6153         * pixbuf/Makefile.am:
6154         * properties/Makefile.am:
6155         * ps/Makefile.am:
6156         * shell/Makefile.am:
6157         * thumbnailer/Makefile.am:
6158         * tiff/Makefile.am:
6159
6160         Make frontends depend on just libev.
6161         Rework and group CFLAGS/LIBS definitions.
6162         Cleanups.
6163
6164 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6165
6166         * shell/ev-window:
6167
6168         do not unnecessarily save zoom
6169
6170         * configure.ac:
6171         * lib/ev-file-helpers.c: (ev_dot_dir):
6172         * shell/Makefile.am:
6173         * shell/dummy.cc:
6174
6175         Some cleanups
6176
6177 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6178
6179         * configure.ac:
6180         
6181         Remove unnecessary dependencies
6182
6183 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6184
6185         * properties/Makefile.am:
6186         * thumbnailer/Makefile.am:
6187         * tiff/Makefile.am:
6188
6189         Some more cleanups. Was really necessary
6190         but I probably introduced bugs, feel free
6191         to flame :)
6192
6193 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6194
6195         * backend/Makefile.am:
6196         * configure.ac:
6197         * cut-n-paste/recent-files/Makefile.am:
6198         * cut-n-paste/toolbar-editor/Makefile.am:
6199         * cut-n-paste/zoom-control/Makefile.am:
6200         * lib/Makefile.am:
6201         * pdf/Makefile.am:
6202         * pixbuf/Makefile.am:
6203         * properties/Makefile.am:
6204         * ps/Makefile.am:
6205         * shell/Makefile.am:
6206         * thumbnailer/Makefile.am:
6207         * tiff/Makefile.am:
6208
6209         Use gnome-common macros when possible.
6210         Cleanup dependencies.
6211         Actually disable deprecated where possible.
6212
6213 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6214
6215         * Makefile.am:
6216         * backend/Makefile.am:
6217         * properties/Makefile.am:
6218         * shell/Makefile.am:
6219         * thumbnailer/Makefile.am:
6220
6221         This should solve the circular dep without
6222         requiring dir reorg!
6223
6224         * shell/ev-window.c: (setup_view_from_metadata):
6225
6226         Never restore window size/position when the
6227         window is already visible.
6228
6229 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6230
6231         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6232
6233         Return a boolean from timeout func. Fix ported from gedit.
6234
6235 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6236
6237         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6238
6239 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * shell/ev-document-types.c: set "All Documents" as default filter in
6242         open dialog
6243
6244 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6245
6246         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6247         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6248         (ev_metadata_manager_set_boolean): fix value/val thinko.
6249
6250 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6251
6252         * shell/ev-window.c: (setup_view_from_metadata),
6253         (window_state_event_cb), (window_configure_event_cb),
6254         (ev_window_init):
6255
6256         Remember window position and maximized state
6257
6258 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6259
6260         * configure.ac:
6261
6262         Fix DBUS configure checks.
6263
6264         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6265         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6266         (ev_metadata_manager_set_boolean):
6267
6268         Plug mem leaks.
6269
6270         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6271         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6272         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6273         (ev_window_continuous_changed_cb),
6274         (ev_window_dual_mode_changed_cb), (ev_window_new):
6275
6276         Fix the build without DBUS.
6277
6278 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6279
6280         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6281         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6282         (ev_metadata_manager_set_string),
6283         (ev_metadata_manager_set_boolean):
6284         * shell/ev-metadata-manager.h:
6285
6286         Add support for some more types
6287
6288         * shell/ev-view.c: (scroll_to_current_page),
6289         (ev_view_get_continuous), (ev_view_set_continuous),
6290         (ev_view_get_dual_page):
6291         * shell/ev-view.h:
6292         * shell/ev-window.c: (page_changed_cb),
6293         (setup_document_from_metadata), (ev_window_setup_document),
6294         (setup_view_from_metadata), (ev_window_open_uri),
6295         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6296         (ev_window_run_presentation), (ev_window_stop_presentation),
6297         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6298         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6299         (ev_window_update_dual_page_action),
6300         (ev_window_continuous_changed_cb),
6301         (ev_window_dual_mode_changed_cb), (ev_window_init):
6302
6303         Remember a bunch of view/document properties. Prolly some
6304         are still missing but it's getting interesting.
6305
6306 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6307
6308         * configure.ac: check if dbus-binding-tool is installed. Not the
6309         case on current Ubuntu breezy, it seems.
6310
6311 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6312
6313         * data/evince.desktop.in.in:
6314         
6315         Allow open uri lists and add TryExec field.
6316
6317 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6318
6319         * configure.ac:
6320
6321         Enable dbus when available, do not require a configure
6322         option.
6323
6324 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6325
6326         * configure.ac:
6327
6328         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6329         disabled.
6330
6331 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6332         Marco Pesenti Gritti  <mpg@redhat.com>
6333
6334         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6335         
6336         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6337         functions to the format required by dbus
6338
6339         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6340         errors. Use the RPC parameters in the expected way
6341
6342 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6343
6344         * Makefile.am:
6345         * properties/Makefile.am:
6346         * properties/ev-properties-main.c: (ev_properties_get_pages):
6347
6348         Support all mime types
6349
6350         * shell/Makefile.am:
6351         * thumbnailer/Makefile.am:
6352         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6353         (evince_thumbnail_pngenc_get):
6354
6355         Use the document factory
6356
6357 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6358
6359         * backend/Makefile.am:
6360         * backend/ev-document-factory.c:
6361         (mime_type_supported_by_gdk_pixbuf),
6362         (ev_document_type_get_from_mime),
6363         (ev_document_factory_get_document),
6364         (ev_document_factory_get_backend),
6365         (ev_document_factory_get_mime_types),
6366         (ev_document_factory_get_all_mime_types):
6367         * backend/ev-document-factory.h:
6368         * shell/Makefile.am:
6369         * shell/ev-document-types.c: (get_document_from_uri),
6370         (ev_document_types_get_document),
6371         (file_filter_add_mime_list_and_free),
6372         (ev_document_types_add_filters):
6373         * shell/ev-document-types.h:
6374         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6375         * shell/ev-properties-dialog.c:
6376         (ev_properties_dialog_set_document):
6377         * shell/ev-window.c: (ev_window_cmd_file_open),
6378         (ev_window_cmd_save_as):
6379         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6380
6381         Rework document types managing to avoid code duplication
6382         and actually abstract from backend implementations.
6383         Also provide a minimal factory api that can be used by
6384         thumbnailer/properties.
6385
6386 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6387
6388         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6389         Plug a mem leak.
6390         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6391         HIG spacings.
6392
6393 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6394
6395         * shell/ev-properties-dialog.c
6396         (ev_properties_dialog_set_document): only call
6397         ev_properties_fonts_set_document() if the document implements the
6398         fonts interface
6399
6400 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6401
6402         * configure.ac:
6403         * properties/Makefile.am:
6404         * properties/ev-properties-view.c:
6405         (ev_properties_view_register_type):
6406         * properties/ev-properties-view.h:
6407         * properties/ev-properties-main.h:
6408
6409         Implement nautilus plugin for properties.
6410         Works only for pdf atm, I need to rework the
6411         document types stuff to get this to work
6412         for all backends...
6413
6414 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6415
6416         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6417         (ev_properties_fonts_set_document): use
6418         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6419
6420 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6421
6422         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6423         them
6424         (PlaceImage, tiff2ps_process_page): use
6425         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6426
6427
6428 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6429
6430         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6431         (main): to call gnome_authentication_manager_init. Should fix
6432         Bug #308510
6433
6434         * configure.ac: that requires libgnomeui 2.6.0.
6435
6436 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6437
6438         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6439         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6440         use the new tiff2ps interfaces
6441
6442         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6443         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6444
6445         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6446         structure instead of global variables.  Remove use of static
6447         variables in functions.
6448
6449 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6450
6451         * shell/ev-page-action.c: unref the completion after setting it to the
6452         entry
6453
6454 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6455
6456         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6457         postscript files
6458
6459 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6460
6461         * shell/ev-window.c (update_action_sensitivity): disable
6462         File->Print if the document does not implement the ps exporter
6463         interface
6464
6465 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6466
6467         * Makefile.am:
6468         * configure.ac:
6469         * data/evince-properties.glade:
6470         * properties/.cvsignore:
6471         * properties/Makefile.am:
6472         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6473         (ev_properties_view_class_init), (ev_properties_view_format_date),
6474         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6475         (ev_properties_view_init), (ev_properties_view_new):
6476         * properties/ev-properties-view.h:
6477         * shell/Makefile.am:
6478         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6479         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6480         (ev_properties_dialog_new):
6481         * shell/ev-properties-dialog.h:
6482         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6483         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6484         (update_progress_label), (job_fonts_finished_cb),
6485         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6486         * shell/ev-properties-fonts.h:
6487         * shell/ev-properties.c:
6488         * shell/ev-properties.h:
6489         * shell/ev-window.c: (ev_window_setup_document),
6490         (ev_window_cmd_file_properties):
6491
6492         Split the properties pages in two different objects, depend
6493         only on the backend where possible, use widgets instead
6494         of gobject for the glade part, reimplement the dialog
6495         itself with gtk.
6496         I need this to implement nautilus properties page.
6497
6498 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6499
6500         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6501         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6502         (tiff_document_document_ps_exporter_iface_init): implement the ps
6503         exporter interface for tiff documents
6504
6505         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6506         libtiff to implement TIFF postscript export
6507
6508         * tiff/tiff2ps.h: added a header file for external tiff2ps
6509         functions.
6510
6511         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6512         tiff2ps.h
6513
6514 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6515
6516         * shell/ev-view.c: (scroll_to_current_page),
6517         (ev_view_set_fullscreen), (ev_view_set_presentation):
6518         
6519         Scroll to current page when exit from presentation
6520
6521 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6522
6523         * shell/ev-window.c: (update_document_mode),
6524         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6525         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6526         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6527         
6528         Exit from fullscreen mode when switch to presentation. Fix for
6529         bug 309365
6530
6531 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6532
6533         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6534         return NULL if the document does not implement the selection
6535         interface.
6536
6537 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6538
6539         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6540         reported height by using the resolution aspect ratio
6541         (tiff_document_render_pixbuf): scale the pixbuf using the
6542         resolution aspect ratio
6543
6544 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * configure.ac:
6547         
6548         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6549         <kiltedaco@gmail.com>
6550         
6551         * djvu/djvu-document.c: (djvu_document_get_orientation),
6552         (djvu_document_set_orientation), (djvu_document_get_page_size),
6553         (rotate_pixbuf), (djvu_document_render_pixbuf),
6554         (djvu_document_document_iface_init):
6555         * dvi/dvi-document.c: (dvi_document_get_orientation),
6556         (dvi_document_set_orientation), (dvi_document_get_page_size),
6557         (rotate_pixbuf), (dvi_document_render_pixbuf),
6558         (dvi_document_document_iface_init):
6559         
6560         Dvi and djvu backends are ported to new API
6561
6562 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6563
6564         * backend/ev-selection.c: (ev_selection_get_selection_region),
6565         (ev_selection_get_selection_map):
6566         * backend/ev-selection.h:
6567         * pdf/ev-poppler.cc:
6568         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6569         * shell/ev-jobs.h:
6570         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6571         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6572         (ev_pixbuf_cache_get_text_mapping):
6573         * shell/ev-pixbuf-cache.h:
6574         * shell/ev-view.c: (location_in_text),
6575         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6576         support to EvView.  Now we can see where we can select!  Sweet!
6577
6578 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6579
6580         * shell/ev-view.c (ev_view_button_press_event): Fix
6581         event->y + view->scroll_x typo.
6582
6583 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6584
6585         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6586         sub-GdkPixbuf instead of passing dest_x and dest_y.
6587         
6588         * shell/ev-view.c: (view_point_to_doc_point),
6589         (view_rect_to_doc_rect), (ev_view_button_press_event),
6590         (ev_view_motion_notify_event), (compute_new_selection_rect),
6591         (gdk_rectangle_point_in), (compute_new_selection_text),
6592         (compute_selections): Update selection code to keep the selection
6593         around as two points and not as a normalized rectangle, and fix
6594         page level selection in two-column mode.
6595
6596 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6597
6598         * shell/ev-window.c: (window_configure_event_cb): 
6599         
6600         Fix compilation
6601         
6602 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6603
6604         * pdf/ev-poppler.cc:
6605
6606         Fix compilation
6607
6608 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * shell/Makefile.am:
6611         * shell/ev-metadata-manager.c: (item_free),
6612         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6613         (parse_value), (parseItem), (load_values),
6614         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6615         (save_values), (save_item), (get_oldest), (resize_items),
6616         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6617         * shell/ev-metadata-manager.h:
6618
6619         Metadata manager from gedit but modified to use GValue, so that
6620         we dont need to keep converting from strings.
6621
6622         * configure.ac:
6623
6624         ENABLE_METADATA conditional, on when dbus is on
6625
6626         * shell/ev-application.c: (ev_application_open_uri):
6627
6628         Show the window after load so that we can initialize
6629         window size before it's showed.
6630
6631         * shell/ev-window.c: (ev_window_setup_from_metadata),
6632         (ev_window_open_uri), (window_configure_event_cb),
6633         (ev_window_init):
6634
6635         Save and load metadata information about window size.
6636         Not yet keeping states in account.
6637
6638         * shell/main.c: (main):
6639
6640         Shutdown metadata manager.
6641
6642 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6643
6644         * shell/ev-application-service.xml:
6645         * configure.ac:
6646         * shell/Makefile.am:
6647         * shell/ev-application.c:
6648         * shell/ev-application.h:
6649         * shell/ev-window.c:
6650         * shell/ev-window.h:
6651         * shell/main.c:
6652
6653         Add an optional dbus interface (--enable-dbus).
6654         Rework application code, mainly to be easier to
6655         use "remotely".
6656         Do not open multiple windows with the same document,
6657         spatial evince!
6658
6659 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6660
6661         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6662         pixbuf iff it exists.
6663
6664 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6665
6666         * shell/*:
6667         * backend/ev-render-context.[ch]:
6668         * backend/ev-selection.[ch]:
6669
6670         Massive changes.  We now support text selection of pdfs, and not
6671         just rectangular selection.  This is pretty broken still, but I
6672         want to get something into CVS.
6673
6674 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * pdf/ev-poppler.cc:
6677         
6678         Fix for Bug 309080: crash on window close.
6679         
6680         * shell/ev-page-action.c: (page_changed_cb):
6681         
6682         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6683         jensgr@gmx.net (Jens Granseuer).
6684
6685 2005-06-25  Marcel Telka  <marcel@telka.sk>
6686
6687         * configure.in (ALL_LINGUAS): Added sk.
6688
6689 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6690
6691         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6692         not a document open
6693
6694 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6695
6696         * NEWS:
6697         * configure.ac:
6698
6699         Release 0.3.2
6700
6701         * cut-n-paste/recent-files/Makefile.am:
6702
6703         Fix make distcheck
6704
6705 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6706
6707         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6708         (pixbuf_document_set_orientation), (rotate_pixbuf),
6709         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6710         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6711
6712         Implement rotation and cleanup the code a bit.
6713
6714         * tiff/tiff-document.c: (tiff_document_get_page_size),
6715         (tiff_document_get_orientation), (tiff_document_set_orientation),
6716         (rotate_pixbuf), (tiff_document_render_pixbuf),
6717         (tiff_document_document_iface_init), (tiff_document_init):
6718
6719         Implement rotation. Was the quicker solution for the release
6720         but we really need to share this code in the shell.
6721
6722 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * pdf/ev-poppler.cc:
6725
6726         Enable rotation, require poppler cvs. Fix a leak.
6727
6728 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * shell/ev-window.c: (update_action_sensitivity):
6731         
6732         Make properties unsensitive if document backend doesn't provide
6733         any info
6734
6735 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6738         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6739         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6740         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6741         (bitmap_flip_rotate_counter_clockwise):
6742         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6743         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6744         (buff_gets):
6745         * dvi/mdvi-lib/common.h:
6746         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6747         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6748         (opendvi), (mdvi_reload), (mdvi_init_context),
6749         (mdvi_destroy_context), (mdvi_dopage), (special):
6750         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6751         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6752         (file_hash_free), (register_encoding), (parse_spec),
6753         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6754         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6755         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6756         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6757         (mdvi_register_font_type), (mdvi_unregister_font_type),
6758         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6759         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6760         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6761         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6762         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6763         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6764         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6765         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6766         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6767         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6768         (mdvi_unregister_special), (mdvi_flush_specials):
6769         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6770         (t1_font_remove):
6771         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6772         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6773         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6774         (free_font_metrics), (flush_font_metrics):
6775         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6776         (tt_font_remove):
6777         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6778         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6779         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6780         (dstring_insert), (dstring_new), (dstring_reset):
6781         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6782         
6783         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6784         avoid conflict with libtool on FC4
6785         
6786         * shell/ev-window.c: (ev_window_cmd_help_about):
6787         
6788         Update copyright year. Fix for bug 308828.
6789
6790 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * shell/ev-view.c: (add_scroll_binding_keypad),
6793         (ev_view_binding_activated), (ev_view_class_init),
6794         (on_adjustment_value_changed):
6795         
6796         Bug 170874: Arrow keys switch pages in presentation mode
6797
6798 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6801         
6802         Fix for Bug 308265: Sidebar dissappears coming out of 
6803         Presentation mode
6804
6805 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6806
6807         * shell/ev-application.c: (ev_application_open):
6808         * shell/ev-document-types.c: (ev_document_types_add_filters),
6809         (ev_document_types_add_filters_for_type):
6810         * shell/ev-document-types.h:
6811         * shell/ev-window.c: (ev_window_cmd_save_as):
6812         
6813         Suggest basename as template when saving, provide filters
6814         for save dialog. It's bug 308402
6815
6816 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * pdf/ev-poppler.cc:
6819         * shell/ev-sidebar-links.c: (job_finished_callback):
6820         * shell/ev-view.c: (update_find_status_message):
6821         
6822         Some leaks fixed
6823
6824 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6825
6826         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6827         (egg_recent_view_uimanager_set_list):
6828
6829         Fix buglet in !show_numbers case.
6830
6831 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6832
6833         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6834         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6835
6836         Use pango ellipsisation.
6837
6838         * pdf/ev-poppler.cc:
6839
6840         Fix refcount leak, from nsh.
6841
6842 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6843
6844         * cut-n-paste/recent-files/Makefile.am:
6845         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6846         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6847         
6848         Removed EggRecentViewGtk
6849         
6850         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6851         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6852         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6853         (ev_window_setup_recent):
6854         
6855         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6856         with other projects
6857
6858 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6861         (egg_recent_view_gtk_finalize):
6862
6863         Fix memory leak
6864
6865         * cut-n-paste/toolbar-editor/Makefile.am:
6866         
6867         Fix location of cursor icon.
6868         
6869         * pdf/ev-poppler.cc:
6870         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6871         (display_completion_text), (match_completion):
6872         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6873         (selection_changed_callback), (create_loading_model),
6874         (print_section_cb), (links_page_num_func),
6875         (update_page_callback_foreach):
6876         * shell/ev-window.c: (ev_window_dispose):
6877         
6878         Small memory fixes. Links model now store objects instead
6879         of pointers to improve memory management. 
6880
6881 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6882
6883         * shell/ev-window.c: (zoom_control_changed_cb):
6884         
6885         Fix update of zoom control (bug 308268).
6886
6887 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6888
6889         * shell/ev-properties.c (set_property): escape the text correctly.
6890         Handles non-UTF-8 properties and escaped properties.  Also, sets
6891         the text to "<i>None</i>" if the property isn't set.
6892
6893         * data/evince-properties.glade: Change the label to be ellipsized,
6894         and give it a minimum size.
6895
6896 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6897
6898         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6899         * shell/ev-sidebar-links.c: (create_loading_model):
6900         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6901         * shell/ev-view.c: (ev_view_set_document):
6902         * shell/ev-window.c: (ev_window_dispose):
6903         
6904         Various small fixes, mostly memory leaks. Thanks to valgrind.
6905
6906 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6907
6908         * ps/ps-document.c: remove the locale.h include again ;-). And
6909         kill the (bogus) setlocale/savelocale business.
6910
6911 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6912
6913         * ps/ps-document.c:
6914         
6915         Include locale.h to fix build
6916         
6917         * shell/ev-sidebar.c:
6918         
6919         Remove unnecessary includes
6920
6921 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * dvi/dvi-document.c: (dvi_document_load):
6924         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6925         * po/POTFILES.in:
6926         
6927         Check for incorrect dvi files. Fix parsing dvi on AMD64
6928         platform. Thanks to tester@tester.ca (Olivier Crete).
6929
6930 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/ev-page-action.c: (match_selected_cb),
6933         (display_completion_text), (match_completion), (update_model):
6934         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6935         (expand_open_links):
6936         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6937         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6938         (ev_sidebar_set_document):
6939         * shell/ev-window.c: (ev_window_xfer_job_cb),
6940         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6941         
6942         Fixed lot's of memory leaks, for example, memory leak on reload, 
6943         described in bug 307793.
6944
6945 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6946
6947         * pdf/ev-poppler.cc:
6948         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6949         (update_visible_range), (adjustment_changed_cb),
6950         (ev_sidebar_thumbnails_fill_model),
6951         (ev_sidebar_thumbnails_refresh),
6952         (ev_sidebar_tree_selection_changed),
6953         (ev_sidebar_icon_selection_changed),
6954         (ev_sidebar_thumbnails_use_icon_view),
6955         (ev_sidebar_thumbnails_set_document):
6956         * shell/ev-sidebar-thumbnails.h:
6957         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6958         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6959
6960         Refresh thumbnails when changing orientation. Not fully
6961         working yet becuase of a sidebar bug.
6962
6963         Set page orientation to poppler page everywhere. This sucks
6964         really need to fix poppler.
6965
6966 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6969         (egg_recent_view_gtk_new_menu_item),
6970         (egg_recent_view_gtk_set_property),
6971         (egg_recent_view_gtk_get_property),
6972         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6973         (egg_recent_view_gtk_set_tooltip_func),
6974         (egg_recent_view_gtk_set_label_width),
6975         (egg_recent_view_gtk_get_label_width):
6976         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6977
6978         Sync with libegg (ellipsize labels)
6979
6980 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * data/evince-ui.xml:
6983         * shell/ev-window.c: (ev_window_cmd_go_forward),
6984         (ev_window_cmd_go_backward):
6985         
6986         Shift + PageUp moves 10 Pages. Fix for 306125
6987
6988 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * pdf/ev-poppler.cc:
6991
6992         Add a flag to check if orientation has been overriden
6993
6994 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6995
6996         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6997         field if necessary.
6998
6999         * ps/ps.h: add creator field to document.
7000
7001         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7002         set creator field.
7003
7004 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7005
7006         * data/evince-properties.glade:
7007         * shell/ev-properties.c: (ev_properties_set_document):
7008
7009         s/PDF Version/Format
7010
7011 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/ev-properties.c: (ev_properties_set_document):
7014
7015         Remove unnecessary translations
7016
7017 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7018
7019         * cut-n-paste/toolbar-editor/Makefile.am:
7020
7021         Correct library name    
7022
7023 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7024
7025         * configure.ac:
7026         * cut-n-paste/recent-files/egg-recent-model.c:
7027         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7028         (egg_recent_model_unlock_file):
7029         * cut-n-paste/recent-files/egg-recent-util.c:
7030         (egg_recent_util_get_unique_id):
7031         * cut-n-paste/recent-files/update-from-egg.sh:
7032         * cut-n-paste/toolbar-editor/Makefile.am:
7033         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7034         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7035         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7036         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7037         (egg_toolbars_model_get_type):
7038         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7039
7040         Better makefile for toolbar editor and update everything
7041         to latest libegg.
7042
7043 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * shell/ev-window.c: (update_document_mode):
7046
7047         Prefer presentation mode when the document
7048         require fullscreen.
7049
7050 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7051
7052         * data/evince-ui.xml:
7053         * shell/ev-window.c:
7054
7055         Add control-equal for zooming
7056
7057 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7058
7059         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7060
7061 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * backend/ev-document.c: (ev_document_get_orientation):
7064         * backend/ev-document.h:
7065         * pdf/ev-poppler.cc:
7066         * ps/ps-document.c: (ps_document_get_orientation),
7067         (ps_document_set_orientation), (ps_document_document_iface_init):
7068
7069         Add a get_orientation api. Improve set_orientation.
7070
7071         * data/evince-ui.xml:
7072         * shell/ev-view.c: (ev_view_set_orientation),
7073         (ev_view_rotate_right), (ev_view_rotate_left):
7074         * shell/ev-view.h:
7075         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7076         (ev_window_cmd_edit_rotate_right):
7077
7078         Better ui for changing document orientation
7079
7080 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7083         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7084         * shell/ev-sidebar-links.h:
7085         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7086         (ev_sidebar_page_iface_init):
7087         * shell/ev-sidebar-page.h:
7088         * shell/ev-sidebar-thumbnails.c:
7089         (ev_sidebar_thumbnails_get_property),
7090         (ev_sidebar_thumbnails_class_init),
7091         (ev_sidebar_thumbnails_set_document):
7092         * shell/ev-sidebar-thumbnails.h:
7093         * shell/ev-view.c: (ev_view_motion_notify_event):
7094         * shell/ev-window.c: (update_chrome_visibility),
7095         (ev_window_cmd_focus_page_selector),
7096         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7097         (sidebar_page_main_widget_update_cb), (ev_window_init):
7098         
7099         Autoraise toolbar on GoToPage binding and fix bindings in
7100         EvSidebarThumbnails page.
7101
7102 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7103
7104         * shell/ev-properties.c: (update_progress_label):
7105
7106         Hide the progress label when finished; bug #307697.
7107
7108 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7109
7110         * pdf/ev-poppler.cc:
7111
7112         Enable is_open for links, you will need poppler cvs
7113
7114         * shell/ev-properties.c: (job_fonts_finished_cb):
7115
7116         Get a lock on the document when filling the tree view
7117
7118 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7119
7120         * backend/ev-document-links.h:
7121         * pdf/ev-poppler.cc:
7122         * shell/ev-sidebar-links.c: (create_loading_model),
7123         (expand_open_links), (job_finished_callback):
7124
7125         Expand links when specified by the document.
7126         Depend on a poppler api (defined out for now)
7127
7128 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7129
7130         * shell/ev-properties.c: (ev_properties_dispose),
7131         (ev_properties_class_init), (dialog_destroy_cb),
7132         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7133         (ev_properties_set_document), (ev_properties_new),
7134         (ev_properties_show):
7135         * shell/ev-properties.h:
7136
7137         Make it an object, cleanup the code, api to show it as transient
7138         and to set the document.
7139
7140         * shell/ev-window.c: (ev_window_setup_document),
7141         (ev_window_cmd_file_properties):
7142
7143         Adapt to EvProperties changes, do not show multiple
7144         times, update it when document changes.
7145
7146 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7147
7148         * ps/gstypes.h:
7149         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7150         (ps_document_set_orientation), (ps_document_document_iface_init):
7151         * ps/ps-document.h:
7152
7153         Implement orientation here too
7154
7155         * shell/ev-properties.c: (ev_properties_new):
7156         * data/evince-properties.glade:
7157
7158         Hide the fonts page for backends that doesnt
7159         support it.     
7160
7161 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7162
7163         * backend/ev-document.c: (ev_document_set_orientation):
7164         * backend/ev-document.h:
7165         * pdf/ev-poppler.cc:
7166
7167         Add orientation api. Currently poppler api is not optimal,
7168         we need to set orientation every time we _get a page.
7169         I will try to fix that at some point.
7170
7171         * data/evince-ui.xml:
7172         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7173         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7174
7175         Add orientation menu items
7176
7177         * shell/ev-page-cache.c: (ev_page_cache_clear):
7178         * shell/ev-page-cache.h:
7179
7180         Add api to clear the cache
7181
7182         * shell/ev-view.c: (setup_caches), (clear_caches),
7183         (ev_view_set_document), (ev_view_zoom_out),
7184         (ev_view_set_orientation):
7185         * shell/ev-view.h:
7186
7187         Implement orientation changing
7188
7189 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7190
7191         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7192         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7193         * backend/ev-document-fonts.h:
7194
7195         Separate scan and fill so that we can incrementally fill from
7196         the main thread. Add a progress api.
7197
7198         * data/evince-properties.glade:
7199         * pdf/ev-poppler.cc:
7200         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7201         * shell/ev-jobs.h:
7202         * shell/ev-properties.c: (update_progress_label),
7203         (job_fonts_finished_cb), (setup_fonts_view):
7204
7205         Incrementally feel the list and show the progress
7206         percentage in a label like acrobat does.
7207
7208         You are going to need poppler cvs
7209
7210 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7211
7212         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7213         * backend/ev-document-fonts.h:
7214         * pdf/ev-poppler.cc:
7215
7216         Make fonts model fill incrementally.
7217
7218         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7219         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7220         (ev_job_queue_remove_job):
7221         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7222         (ev_job_fonts_new), (ev_job_fonts_run):
7223         * shell/ev-jobs.h:
7224
7225         New job for fonts scanning
7226
7227         * shell/ev-properties.c: (job_fonts_finished_cb),
7228         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7229         * shell/ev-properties.h:
7230         * shell/ev-window.c: (ev_window_cmd_file_properties):
7231
7232         Incrementally feel the treeview using the new job. Show Loading...
7233         message until scanning is completed.
7234
7235         Hopefully I didnt break the build without the poppler patch.
7236
7237 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7238
7239         * shell/ev-application.c: (ev_application_open):
7240         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7241         (ev_document_type_get_type), (ev_document_type_lookup):
7242         * shell/ev-document-types.h:
7243         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7244         * shell/ev-job-xfer.h:
7245         * shell/ev-window.c: (ev_window_clear_local_uri),
7246         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7247         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7249         
7250         Transfer remote documents to tmp directory to display them later.
7251
7252 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7253
7254         * backend/ev-document-info.h:
7255         * shell/ev-properties.c: (ev_properties_new):
7256
7257         s/GTime*/GTime. Not sure why we was using a pointer
7258         at all there!
7259
7260 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7261
7262         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7263         situations.  That situation is that you're using GTK+-HEAD with
7264         the patch at #306726 is applied, and you have a document with <
7265         1500 pages in it.  It's not quite as uniformly nice as the
7266         TreeView, but should be better in the long run.
7267
7268         I'm pretty sure I guarded against breaking compilation with
7269         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7270         I missed some.
7271
7272         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7273         widget yet, so I commented that code out
7274         enable_view_actions_for_widget() for now.  Need to figure this
7275         out.
7276
7277         * shell/ev-page-action.c (match_selected_cb): emit the right
7278         signals.  Our cool C-l completion now works.
7279
7280 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7281
7282         * backend/Makefile.am:
7283         * backend/ev-document-fonts.c:
7284         * backend/ev-document-links.c:
7285         * backend/ev-document.c: (ev_document_load):
7286         * backend/ev-document.h:
7287         * backend/ev-job-queue.c:
7288         * backend/ev-job-queue.h:
7289         * backend/ev-jobs.c:
7290         * backend/ev-jobs.h:
7291         * backend/ev-page-cache.c:
7292         * backend/ev-page-cache.h:
7293
7294         EvPageCache and EvJobs are moved to shell.
7295
7296         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7297         (ev_tmp_filename):
7298         * lib/ev-file-helpers.h:
7299         
7300         New helper to work with temporary files
7301         
7302         * shell/Makefile.am:
7303         * shell/ev-application.c: (ev_application_open):
7304         * shell/ev-application.h:
7305         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7306         (remove_job_from_async_queue), (add_job_to_async_queue),
7307         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7308         (handle_job), (search_for_jobs_unlocked),
7309         (no_jobs_available_unlocked), (ev_render_thread),
7310         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7311         (ev_job_queue_add_job), (move_job_async), (move_job),
7312         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7313         * shell/ev-job-queue.h:
7314         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7315         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7316         * shell/ev-job-xfer.h:
7317         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7318         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7319         (ev_job_links_class_init), (ev_job_render_init),
7320         (ev_job_render_dispose), (ev_job_render_class_init),
7321         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7322         (ev_job_thumbnail_class_init), (ev_job_load_init),
7323         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7324         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7325         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7326         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7327         * shell/ev-jobs.h:
7328         * shell/ev-page-action.c: (ev_page_action_set_document):
7329         * shell/ev-page-cache.c: (ev_page_cache_init),
7330         (ev_page_cache_class_init), (ev_page_cache_finalize),
7331         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7332         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7333         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7334         (ev_page_cache_get_title), (ev_page_cache_get_size),
7335         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7336         (ev_page_cache_get_height_to_page),
7337         (ev_page_cache_get_max_label_chars),
7338         (ev_page_cache_get_page_label),
7339         (ev_page_cache_has_nonnumeric_page_labels),
7340         (ev_page_cache_get_info), (ev_page_cache_next_page),
7341         (ev_page_cache_prev_page), (ev_page_cache_get):
7342         * shell/ev-page-cache.h:
7343         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7344         (ev_pixbuf_cache_clear_job_sizes),
7345         (ev_pixbuf_cache_add_jobs_if_needed),
7346         (ev_pixbuf_cache_set_page_range):
7347         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7348         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7349         * shell/ev-sidebar-thumbnails.c:
7350         (ev_sidebar_tree_selection_changed),
7351         (ev_sidebar_thumbnails_set_document):
7352         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7353         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7354         (ev_statusbar_get_context_id), (ev_statusbar_push),
7355         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7356         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7357         (ev_statusbar_set_progress):
7358         * shell/ev-statusbar.h:
7359         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7360         (ev_view_find_previous):
7361         * shell/ev-window.c: (ev_window_is_empty),
7362         (ev_window_setup_document), (password_dialog_response),
7363         (ev_window_clear_jobs), (ev_window_load_job_cb),
7364         (ev_window_xfer_job_cb), (ev_window_open_uri),
7365         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7366         (ev_window_print), (ev_window_print_range),
7367         (ev_window_state_event), (ev_window_cmd_view_reload),
7368         (menu_item_select_cb), (menu_item_deselect_cb),
7369         (view_status_changed_cb), (ev_window_dispose),
7370         (drag_data_received_cb), (ev_window_init):
7371         * shell/ev-window.h:
7372         * shell/main.c: (load_files):
7373         
7374         New statusbar to show progress on idle. Two new jobs - 
7375         xfer job and load job to load document in background. And update
7376         of page_cache clients to new location of code.
7377
7378 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7379   
7380         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7381         selection in open dialog. It also remembers the last visited directory 
7382         in the current session.
7383
7384 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * shell/ev-properties.c: (ev_properties_new):
7387         * shell/ev-properties.h:
7388         * shell/ev-window.c: (ev_window_cmd_file_properties):
7389         
7390         Get document info from page cache instead of document itself.
7391         This should fix crash related to race conditions described in
7392         bug 306545.
7393
7394 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7395
7396         * ps/ps-document.c: (ps_document_init),
7397         (send_ps), (get_page_box), (output), (catchPipe), (input),
7398         (stop_interpreter), (file_length), (file_readable),
7399         (check_filecompressedb), (ps_document_enable_interpreter),
7400         (document_load), (ps_async_renderer_render_pixbuf):
7401         * ps/ps-document.h:
7402
7403         Big cleanup of the ps code
7404
7405 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7406
7407         * backend/Makefile.am:
7408         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7409         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7410         * backend/ev-async-renderer.h:
7411
7412         Add an async renderer interface (method + callback) which
7413         is useful for backends like ps.
7414
7415         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7416         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7417         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7418         (ev_job_queue_add_job), (move_job_async), (move_job),
7419         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7420
7421         Add queues for async renderer, these are executed on the
7422         main thread.
7423
7424         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7425         (ev_job_render_run):
7426         * backend/ev-jobs.h:
7427
7428         If the backend support async renderer interface use it.
7429
7430         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7431         (setup_pixmap), (ps_document_get_type),
7432         (ps_async_renderer_render_pixbuf),
7433         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7434
7435         Implement async renderer interface.
7436
7437 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7440
7441         Cleanup links job on exit.
7442
7443 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7444
7445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7446         (drag_data_get_cb), (drag_data_received_cb):
7447         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7448         (drag_data_get_cb), (parse_item_list),
7449         (egg_toolbar_editor_load_actions):
7450         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7451         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7452         (parse_item_list), (parse_toolbars):
7453         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7454         (dvi_pixbuf_put_pixel):
7455         
7456         Fix gcc 4.0 warnings
7457
7458 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7459
7460         * ps/ps-document.c: (start_interpreter):
7461
7462         Fix warning when loading ps
7463
7464 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7465
7466         * ps/ps-document.c: (output):
7467
7468         Fix crash when priting gs error messages.
7469
7470 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7471
7472         * backend/ev-page-cache.c: (_ev_page_cache_new):
7473         * backend/ev-page-cache.h:
7474
7475         Use a const to return title so that we dont double
7476         free it. Small cleanup and fix a leak.
7477
7478         * shell/ev-window.c: (update_window_title):
7479
7480         strdup value from get_title.
7481
7482 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7483
7484         * shell/ev-sidebar-links.c: (job_finished_callback),
7485         (ev_sidebar_links_set_document):
7486
7487         Cleanup the old job when changing document
7488
7489 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/ev-stock-icons.c:
7492         * shell/ev-stock-icons.h:
7493         * shell/ev-window.c:
7494         
7495         Add stock icons for actions that can appear in toolbar. Fix for
7496         bug 306566.
7497
7498 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7499
7500         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7501         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7502         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7503         * backend/ev-page-cache.h:
7504         * shell/ev-view.c: (scroll_to_current_page),
7505         (view_update_range_and_current_page), (get_page_y_offset),
7506         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7507         (ev_view_size_request_continuous),
7508         (ev_view_zoom_for_size_continuous_and_dual_page),
7509         (ev_view_zoom_for_size_continuous):
7510         
7511         More compact EvView layout in document with pages of different size.
7512
7513 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7514
7515         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7516         compilation.
7517
7518 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520         * shell/ev-view.c: (view_set_adjustment_values):
7521         * shell/ev-window.c: (ev_window_cmd_file_properties):
7522         
7523         A bit different fix for rounding problem but it has no
7524         problems on startup. Make properties window transient to parent.
7525
7526 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * pdf/ev-poppler.cc:
7529         
7530         More commenting of font stuff.
7531
7532 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7533
7534         * pdf/ev-poppler.cc:
7535
7536         Comment out some more fonts stuff. Should really
7537         work without the poppler patch now.
7538
7539 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7540
7541         * pdf/ev-poppler.cc:
7542
7543         Adapt to api change
7544
7545 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7546
7547         * data/evince-properties.glade:
7548         * pdf/ev-poppler.cc:
7549         * shell/ev-properties.c: (setup_fonts_view):
7550
7551         Set the column title. Show the dialog only
7552         once everything is setup.
7553         Getting font info can be very slow... will
7554         prolly need to make this threaded too.
7555
7556 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7557
7558         * backend/Makefile.am:
7559         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7560         (ev_document_fonts_get_fonts_model):
7561         * backend/ev-document-fonts.h:
7562         * data/evince-properties.glade:
7563         * pdf/ev-poppler.cc:
7564         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7565         * shell/ev-properties.h:
7566         * shell/ev-window.c: (ev_window_cmd_file_properties):
7567
7568         Implement fonts list. Defined out for now, since it depends
7569         on a not yet committed poppler patch.
7570
7571 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7572
7573         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7574         page + 1.
7575
7576         * shell/ev-window.c: Make sure we add the timeout when we get a
7577         focus-in event.
7578
7579         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7580         adjustment->value before calculating the zoom factor to average
7581         out all of our rounding errors.  The page no longer 'drifts' when
7582         resizing.
7583
7584 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * data/evince-properties.glade:
7587         * shell/ev-properties.c: (ev_properties_format_date),
7588         (set_property):
7589         
7590         Labels don't expand when the dialogue is resized.
7591         strftime result needs to be converted to UTF-8. Thanks
7592         to Christian Persch <chpe@gnome.org>.
7593
7594 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7595
7596         * data/evince-properties.glade:
7597
7598         Hide the fonts tab
7599
7600 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * backend/ev-document-info.h:
7603         * backend/ev-document.c: (ev_document_info_free):
7604         * data/evince-properties.glade:
7605         * pdf/ev-poppler.cc:
7606         * ps/ps-document.c: (ps_document_get_info):
7607         * shell/ev-properties.c: (ev_properties_format_date),
7608         (set_property), (ev_properties_new):
7609         * shell/ev-properties.h:
7610         * shell/ev-window.c: (ev_window_cmd_file_properties):
7611
7612         Rework properties code to take only EvPropertyInfo
7613         in the constructor so that it can be useful for
7614         nautilus plugin too.
7615
7616         Deal with backends that doesnt support some properties.
7617         Make set property code generic.
7618
7619 2005-06-04  Christian Persch <chpe@gnome.org>
7620
7621         * data/evince-properties.glade:
7622
7623         fix spacings, make resizeable, and make data labels
7624         selectable + ellipsised
7625
7626 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7627
7628         * backend/ev-document-info.h:
7629         * data/Makefile.am:
7630         * data/evince-ui.xml:
7631         * pdf/ev-poppler.cc:
7632         * shell/Makefile.am:
7633         * shell/ev-window.c: (update_action_sensitivity),
7634         (ev_window_cmd_file_properties):
7635
7636         Initial go at file properties. Patch by
7637         Emil Soleyman-Zomalan <emil@soleyman.com>.
7638         Needs love see #169583
7639
7640 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7641
7642         * ps/ps-document.c: (output):
7643         * ps/ps.c: (psscan):
7644
7645         Try to render even if psscan fails.
7646
7647 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7648
7649         * ps/ps.c: (psscan), (pscopydoc):
7650
7651         Port buffered reading code from gv
7652
7653 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7654
7655         * ps/ps-document.c: (interpreter_message), (output):
7656
7657         Do not fail on interpreter messages
7658
7659 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7660
7661         * backend/ev-document-misc.c:
7662         (ev_document_misc_get_thumbnail_frame):
7663
7664         Pages can be 0 x 0, dont assert on this case
7665
7666 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7667
7668         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7669         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7670
7671         Correctly manage our reference on document. Finally the reload
7672         huge leak is gone...
7673
7674 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7675
7676         * ps/ps-document.c: (ps_document_dispose):
7677
7678         Forgot to chain it to the parent. Thanks chpe.
7679
7680 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7681
7682         * ps/ps-document.c: (ps_document_dispose),
7683         (ps_document_class_init), (stop_interpreter), (document_load):
7684
7685         Cleanup dispose a bit. Dont leak the whole pixmap.
7686
7687 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7688
7689         * pdf/ev-poppler.cc:
7690
7691         Release the poppler document on dispose
7692
7693 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7694
7695         * shell/ev-view.c: (ev_view_set_document):
7696
7697         Release ref on the pixbuf cache when changing
7698         document.
7699
7700 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7701
7702         * ps/ps-document.c: (ps_document_get_info):
7703
7704         Fix a double free
7705
7706 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * backend/ev-page-cache.c: (ev_page_cache_init),
7709         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7710         * backend/ev-page-cache.h:
7711         * shell/ev-page-action.c: (page_changed_cb):
7712         
7713         Set page action entry width depending on labels width. Fix
7714         for bug 305202.
7715
7716 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * backend/ev-link.c: (ev_link_class_init):
7719
7720         Allow -1 as page value (error)
7721
7722 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7723
7724         * shell/ev-sidebar-thumbnails.c:
7725         (ev_sidebar_thumbnails_set_document):
7726         * shell/ev-view.c: (scroll_to_current_page),
7727         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7728         (page_changed_cb), (on_adjustment_value_changed),
7729         (ev_view_set_document):
7730
7731         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7732         Fix bug 305377
7733
7734 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * configure.ac:
7737         * djvu/djvu-document.c: (djvu_document_get_page_size):
7738
7739         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7740         bug 301993.
7741
7742 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7743
7744         * shell/ev-view.c (draw_one_page): modify the expose handling to
7745         get the shadows.
7746
7747         * shell/ev-window.c (update_action_sensitivity): Respect
7748         permissions field.  Kowtow to the man.
7749
7750         * pdf/ev-poppler.cc: Get the permissions field.
7751
7752         * tiff/*c: Make a tiny bit more robust.
7753
7754 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7755
7756         * djvu/djvu-document.c:
7757         
7758         Pop messages from djvu context message queue.
7759
7760 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7761
7762         * configure.ac, Makefile.am, shell/Makefile.am:
7763         * tiff/Makefile.am, shell/ev-document-types.c:
7764         
7765         Cleanup tiff configure checks. Fix for bug 305218.
7766
7767 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7768
7769         * configure.ac: Added "uk" to ALL_LINGUAS.
7770
7771 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * cut-n-paste/zoom-control/ephy-zoom.c:
7774         (ephy_zoom_get_changed_zoom_level):
7775         * cut-n-paste/zoom-control/ephy-zoom.h:
7776         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7777         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7778         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7779         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7780         (zoom_control_changed_cb), (ev_window_init):
7781         
7782         Fix minor points related to moving best fit up. Introduce
7783         "zoom" property and make zoom control change it's value on
7784         notify::zoom signals. Fix for 305080.
7785
7786 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * data/evince-ui.xml:
7789         * shell/ev-window.c: (set_view_actions_sensitivity):
7790         
7791         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7792
7793 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * configure.ac:
7796
7797         Depends on poppler 0.3.2
7798
7799 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7800
7801         * cut-n-paste/recent-files/egg-recent-item.c:
7802         (egg_recent_item_get_short_name):
7803         * cut-n-paste/toolbar-editor/Makefile.am:
7804         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7805         (new_pixbuf_from_widget):
7806         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7807         * cut-n-paste/toolbar-editor/egg-marshal.c:
7808         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7809         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7810
7811         Sync
7812
7813 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7814
7815         * tiff/tiff-document.c: Rough TIFF backend.
7816
7817 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * NEWS:
7820         * configure.ac:
7821         * cut-n-paste/toolbar-editor/Makefile.am:
7822
7823         Release 0.3.1
7824
7825 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7826
7827         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7828         (ev_view_find_next), (ev_view_find_previous):
7829
7830         Remove the locks around get_n_results   
7831
7832 2005-05-21  Juerg Billeter  <j@bitron.ch>
7833
7834         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7835
7836         Pass correct number of pages to poppler.
7837
7838 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7839
7840         * configure.ac:
7841         * data/Makefile.am:
7842         * data/evince.desktop.in: 
7843         * data/evince.desktop.in.in:
7844         * po/POTFILES.in:
7845         
7846         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7847
7848 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7849
7850         * shell/ev-view.c: (view_update_adjustments),
7851         (view_set_adjustment_values): cast adjustmen->value to (int)
7852         before using it.  Otherwise, we get off by a pixel in some
7853         situations.
7854
7855         (draw_one_page): Draw the border on expose.
7856
7857 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7858
7859         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7860         adjustment when the mode changes, #304923
7861
7862 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7863
7864         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7865         flickering on resize but still use gdk_window_scroll on
7866         scrolling
7867
7868 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7869
7870         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7871         option, #170458
7872
7873 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7874
7875         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7876         second page on page_changed if possible, #304669
7877
7878 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7879
7880         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7881         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7882
7883 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7884
7885         * .cvsignore:
7886         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7887         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7888         (ev_view_zoom_for_size_presentation),
7889         (ev_view_zoom_for_size_continuous_and_dual_page),
7890         (ev_view_zoom_for_size_continuous),
7891         (ev_view_zoom_for_size_dual_page),
7892         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7893         * shell/ev-view.h:
7894         * shell/ev-window.c: (update_view_size),
7895         (ev_window_sizing_mode_changed_cb):
7896
7897         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7898         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7899         an infinite loop, #304769
7900
7901
7902 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7903
7904         * data/evince-ui.xml:
7905         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7906         * shell/ev-window.c: (set_view_actions_sensitivity):
7907
7908         Make PgUp/Down behave like Space
7909
7910 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7911
7912         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7913         * backend/ev-ps-exporter.h:
7914         * pdf/ev-poppler.cc:
7915         * ps/ps-document.c: (ps_document_ps_export_begin):
7916         * shell/ev-print-job.c: (idle_print_handler):
7917
7918         Adapt to new poppler api
7919
7920 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7921
7922         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7923         (ephy_zoom_control_init):
7924
7925         Translate zoom levels
7926
7927 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7928
7929         * cut-n-paste/zoom-control/ephy-zoom.c:
7930         (ephy_zoom_get_zoom_level_index):
7931
7932         Fix current zoom -> zoom control match
7933
7934 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7935
7936         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7937         rather than the scrolled_window that it's in. Fixes bug #304655.
7938
7939 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7940
7941         * shell/ev-view.c: (view_update_adjustments),
7942         (view_set_adjustment_values), (view_update_range_and_current_page),
7943         (view_scroll_to_page), (set_scroll_adjustment),
7944         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7945         (ev_view_scroll), (ev_view_scroll_view),
7946         (ensure_rectangle_is_visible), (find_page_at_location),
7947         (get_link_at_location), (go_to_link), (status_message_from_link),
7948         (ev_view_size_request_continuous_dual_page),
7949         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7950         (ev_view_unrealize), (ev_view_expose_event),
7951         (ev_view_button_press_event), (ev_view_motion_notify_event),
7952         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7953         (draw_rubberband), (highlight_find_results), (draw_one_page),
7954         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7955         (ev_view_init), (find_changed_cb), (page_changed_cb),
7956         (on_adjustment_value_changed), (ev_view_new),
7957         (ev_view_set_document), (ev_view_set_zoom),
7958         (ev_view_set_continuous), (ev_view_set_dual_page),
7959         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7960         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7961         (ev_view_zoom_for_size_presentation),
7962         (ev_view_zoom_for_size_continuous_dual_page),
7963         (ev_view_zoom_for_size_continuous),
7964         (ev_view_zoom_for_size_dual_page),
7965         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7966         (ev_view_get_status), (ev_view_set_status),
7967         (update_find_status_message), (ev_view_get_find_status),
7968         (ev_view_set_find_status), (jump_to_find_result),
7969         (jump_to_find_page), (compute_selections), (clear_selection),
7970         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7971         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7972         (ev_view_update_primary_selection),
7973         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7974         * shell/ev-view.h:
7975         * shell/ev-window.c: (ev_window_open_page_label),
7976         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7977         (ev_window_init):
7978         * shell/ev-window.h:
7979         * shell/main.c: (load_files):
7980
7981         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7982         when resizing.  Remove the bin_window().  Also, patch from James
7983         Bowes to fix command line page, #300641
7984         
7985 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7986
7987         * data/evince-ui.xml:
7988         * shell/ev-view.c:
7989         * shell/ev-view.h:
7990         * shell/ev-window.c: (update_action_sensitivity):
7991
7992         Get rid of View->Normal Size, it's just confusing
7993
7994 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7995
7996         * backend/ev-document-info.h:
7997         * backend/ev-document.c: (ev_document_info_free): Free the
7998         EvDocumentInfo.
7999
8000         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8001         (clear_range), (add_range), (update_visible_range),
8002         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8003         (ev_sidebar_thumbnails_set_document):
8004         * shell/ev-window.c: (ev_window_setup_document): Only render the
8005         visible thumbnails.  It takes an instant to render, but it uses
8006         much less memory.
8007
8008 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8009
8010         * shell/ev-sidebar-links.c: (popup_menu_cb):
8011
8012         Select first item
8013
8014 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8015
8016         * lib/Makefile.am:
8017         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8018         (button_press_cb), (ev_sidebar_links_construct):
8019
8020         Show the popup menu also on keybindings
8021
8022 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8023
8024         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8025         * shell/ev-window.h:
8026
8027         Expose api to print a range (with dialog). Make private _print use
8028         it.
8029
8030         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8031         (ev_sidebar_links_construct):
8032
8033         Show a print context menu on linkx, it prints the selected
8034         section.
8035
8036 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8037
8038         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8039         button.
8040
8041 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8042
8043         * AUTHORS:
8044
8045         Update
8046
8047         * shell/ev-window.c: (build_comments_string),
8048         (ev_window_cmd_help_about):
8049
8050         Show poppler version/backend and authors
8051
8052 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * cut-n-paste/zoom-control/ephy-zoom.c:
8055         (ephy_zoom_get_zoom_level_index):
8056         * cut-n-paste/zoom-control/ephy-zoom.h:
8057
8058         Move the best fit items at the top of the list
8059
8060 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * shell/ev-marshal.list:
8063         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8064         (activate_cb), (match_selected_cb), (activate_link_cb),
8065         (connect_proxy), (ev_page_action_class_init):
8066         * shell/ev-page-action.h:
8067
8068         Use signals to notify action activation. Hopefully
8069         I did not break completion since I cant test...
8070
8071         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8072         (register_custom_actions):
8073
8074         Connect to page selector actions and also grab focus on
8075         the view when activated.
8076
8077 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8078
8079         * pdf/ev-poppler.cc:
8080         * backend/ev-page-cache.c: make page size calculation consistent
8081         and set it to (int)( width * scale + 0.5).  This makes the weird
8082         line going through the middle of the page go away.
8083
8084         * shell/ev-view.c: move painting the background page after
8085         checking the expose area covers us.
8086
8087 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8088
8089         * data/evince-password.glade:
8090         
8091         Mark labels as not translatable. Fix for bug 302842.
8092
8093 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8094
8095         * configure.ac: Added "es" to ALL_LINGUAS.
8096
8097 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8098
8099         * data/evince-toolbar.xml:
8100         * shell/ev-window.c: (update_action_sensitivity),
8101         (ev_window_setup_document), (ev_window_set_page_mode),
8102         (ev_window_init):
8103
8104         Remove some leftover code from jrb first continous
8105         attempt. Use the new actions, we still need good icons
8106         though...
8107
8108 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8111
8112         Update label when connecting proxy. Fix a warning with NULL
8113         page_cache.
8114
8115 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * data/evince-ui.xml:
8118         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8119         * shell/ev-page-action.h:
8120         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8121
8122         Add mnemonic for edit toolbar.
8123         ctrl+l focus the page entry.
8124
8125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8126
8127         * lib/Makefile.am:
8128         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8129         (ev_window_init):
8130         * shell/main.c: (main):
8131
8132         Put the toolbar xml in evince own dot dir
8133
8134 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * shell/ev-window.c: (ev_window_init):
8137
8138         Make the toolbar not removable
8139
8140 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * data/evince-ui.xml:
8143         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8144         * shell/ev-sidebar-links.h:
8145         * shell/ev-sidebar-thumbnails.c:
8146         (ev_sidebar_thumbnails_get_treeview):
8147         * shell/ev-sidebar-thumbnails.h:
8148         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8149         (ev_view_class_init):
8150         * shell/ev-view.h:
8151         * shell/ev-window.c: (update_action_sensitivity),
8152         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8153         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8154         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8155         (ev_window_init):
8156
8157         This is evil... Make space/backspace global accelerators but
8158         enable them only for some widgets (sidebars and view).
8159         I dont like it, but I dont know a better way... :/
8160
8161 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8164         (ev_page_action_widget_finalize),
8165         (ev_page_action_widget_class_init), (update_page_cache):
8166
8167         Keep a weak reference on proxy->page_cache so that we
8168         dont try to disconnect the signal if the object is already
8169         gone. Maybe there is a better way to cleanup reference handling
8170         in page action though...
8171
8172 2005-05-10  Juerg Billeter  <j@bitron.ch>
8173
8174         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8175         * backend/ev-ps-exporter.h:
8176         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8177         * ps/ps-document.c: (ps_document_ps_export_begin):
8178         
8179         Change api to pass print range to ps_exporter_begin. The pdf backend
8180         requires this information.
8181         
8182         * shell/ev-print-job.c: (idle_print_handler):
8183         
8184         Adapt to api change
8185
8186 2005-05-10  Juerg Billeter  <j@bitron.ch>
8187
8188         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8189         (idle_print_handler)
8190         * shell/ev-window.c: (ev_window_print):
8191
8192         Support printing page range, based on patch by Amaury Jacquot
8193
8194 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8195
8196         * data/evince-toolbar.xml:
8197
8198         Add zoom control to available items
8199
8200 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8201
8202         * shell/ev-window.c: (update_action_sensitivity):
8203
8204         Set slash action insensitive when appropriate
8205
8206 2005-05-10  Christian Persch <chpe@gnome.org>
8207
8208         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8209
8210         Fix warning on the overflow menu
8211
8212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8215
8216         Check for uri correctness/existence
8217
8218 2005-05-09  Juerg Billeter  <j@bitron.ch>
8219
8220         * shell/ev-window.c: (using_postscript_printer):
8221
8222         LPD printers use postscript, too
8223
8224 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8225
8226         * shell/ev-window.c: (register_custom_actions):
8227
8228         The zoom one is actually sort of useful,
8229         put it back
8230
8231 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * shell/ev-window.c: (register_custom_actions):
8234
8235         Hide page/zoom controls from overflow, they
8236         are useless.
8237
8238 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * cut-n-paste/update-from-egg.sh:
8241         
8242         Share it between all cut-n-paste subdirs
8243
8244         * cut-n-paste/recent-files/Makefile.am:
8245
8246         Fix to use "global" update-from-egg.sh
8247
8248         * cut-n-paste/recent-files/egg-recent-model.c:
8249         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8250         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8251         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8252         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8253
8254         Update from libegg
8255
8256         * cut-n-paste/toolbar-editor/Makefile.am:
8257
8258         Fix to use "global" update-from-egg.sh
8259
8260         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8261
8262         Update from libegg
8263
8264 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8265
8266         * configure.ac:
8267         * cut-n-paste/Makefile.am:
8268         * cut-n-paste/recent-files/Makefile.am:
8269         * cut-n-paste/toolbar-editor/.cvsignore:
8270         * cut-n-paste/toolbar-editor/Makefile.am:
8271         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8272         (egg_editable_toolbar_get_type), (get_toolbar_position),
8273         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8274         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8275         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8276         (set_item_drag_source), (create_item_from_action), (create_item),
8277         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8278         (popup_toolbar_context_menu_cb), (free_dragged_item),
8279         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8280         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8281         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8282         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8283         (item_added_cb), (item_removed_cb),
8284         (egg_editable_toolbar_construct),
8285         (egg_editable_toolbar_disconnect_model),
8286         (egg_editable_toolbar_deconstruct),
8287         (egg_editable_toolbar_set_model),
8288         (egg_editable_toolbar_set_ui_manager),
8289         (egg_editable_toolbar_set_property),
8290         (egg_editable_toolbar_get_property),
8291         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8292         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8293         (egg_editable_toolbar_new_with_model),
8294         (egg_editable_toolbar_get_edit_mode),
8295         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8296         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8297         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8298         (new_pixbuf_from_widget), (new_separator_pixbuf),
8299         (update_separator_image), (style_set_cb),
8300         (_egg_editable_toolbar_new_separator_image),
8301         (egg_editable_toolbar_get_model):
8302         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8303         * cut-n-paste/toolbar-editor/egg-marshal.c:
8304         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8305         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8306         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8307         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8308         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8309         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8310         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8311         (editor_drag_data_delete_cb), (drag_data_get_cb),
8312         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8313         (editor_create_item), (update_editor_sheet), (setup_editor),
8314         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8315         (parse_item_list), (model_has_action), (update_actions_list),
8316         (egg_toolbar_editor_load_actions):
8317         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8318         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8319         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8320         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8321         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8322         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8323         (egg_toolbars_model_add_separator), (impl_add_item),
8324         (parse_item_list), (egg_toolbars_model_add_toolbar),
8325         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8326         (impl_get_item_data), (impl_get_item_type),
8327         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8328         (egg_toolbars_model_init), (free_toolbar),
8329         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8330         (egg_toolbars_model_remove_toolbar),
8331         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8332         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8333         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8334         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8335         (egg_toolbars_model_get_item_data),
8336         (egg_toolbars_model_get_item_type):
8337         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8338         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8339         * data/Makefile.am:
8340         * data/evince-toolbar.xml:
8341         * data/evince-ui.xml:
8342         * data/hand-open.png:
8343         * po/POTFILES.in:
8344         * shell/Makefile.am:
8345         * shell/ev-window.c: (update_chrome_visibility),
8346         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8347         (ev_window_dispose), (ev_window_init):
8348
8349         Implement epiphany like toolbar editor. Based on patch by
8350         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8351
8352 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8353
8354         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8355
8356         Use set_cursor instead of set_selection, so that
8357         the keyboard focus moves too.
8358
8359 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8360
8361         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8362
8363         Fix infinite loop when loading Type1 fonts
8364
8365 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * data/evince-ui.xml:
8368         * shell/ev-window.c:
8369
8370         Slash -> Find
8371
8372 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8373
8374         * configure.ac:
8375
8376         Make --disable really disable
8377
8378 2005-05-07  Juerg Billeter  <j@bitron.ch>
8379
8380         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8381
8382         Compare page labels even without has_labels set, fixes setting page
8383         with entry
8384
8385 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8388         (ev_view_set_cursor), (ev_view_button_press_event),
8389         (ev_view_motion_notify_event), (ev_view_button_release_event),
8390         (ev_view_init):
8391
8392         Implement middle button scrolling. Based on a patch
8393         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8394
8395 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * shell/ev-document-types.c: (get_slow_mime_type),
8398         (get_document_type_from_mime), (ev_document_type_lookup):
8399         * shell/ev-document-types.h:
8400
8401         Change api to lookup from uri. Do fast lookup first, if the
8402         type is unknown try with data sniffing.
8403
8404         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8405         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8406
8407         Adapt to api change
8408
8409 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * thumbnailer/Makefile.am:
8412
8413         Fix distcheck
8414
8415 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * NEWS:
8418         * configure.ac:
8419
8420         Release 0.3.0
8421
8422         * data/evince-ui.xml:
8423
8424         Hide presentation mode for now
8425
8426         * shell/ev-view.c: (highlight_find_results):
8427
8428         Show current find selection only on current page
8429
8430 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * shell/ev-view.c: (ev_view_select_all):
8433
8434         Compute size of the actual page, not of
8435         the current one.
8436
8437 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8438
8439         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8440         (view_rect_to_doc_rect), (compute_selections),
8441         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8442         (ev_view_copy), (ev_view_primary_get_cb),
8443         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8444         (ev_view_button_press_event), (ev_view_motion_notify_event),
8445         (ev_view_button_release_event), (page_changed_cb):
8446
8447         Fix text selection
8448
8449 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/ev-view.c: (compute_border), (get_page_extents),
8452         (doc_rect_to_view_rect), (highlight_find_results),
8453         (ev_view_bin_expose), (ev_view_select_all),
8454         (ev_view_motion_notify_event), (update_find_status_message),
8455         (jump_to_find_result), (jump_to_find_page):
8456
8457         First go at fixing search, still buggy
8458
8459 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8460
8461         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8462         dropdown box and button at the top of the sidebar.
8463
8464 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8465
8466         * configure.ac: Output zoom-control Makefile.
8467         * cut-n-paste/Makefile.am: build zoom-control subdir.
8468         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8469         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8470         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8471         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8472         * cut-n-paste/zoom-control/ephy-zoom.c:
8473         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8474         from epiphany, and modified to add a separator into the menu.
8475         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8476         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8477         zoom-control action.
8478         * shell/Makefile.am: Include zoom-control flags.
8479         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8480         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8481         (ev_view_zoom_for_size_presentation),
8482         (ev_view_zoom_for_size_continuous_and_dual_page),
8483         (ev_view_zoom_for_size_continuous),
8484         (ev_view_zoom_for_size_dual_page),
8485         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8486         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8487         ev_view_get_zoom and ev_view_get_sizing_mode.
8488         * shell/ev-view.h:
8489         * shell/ev-window.c: (update_action_sensitivity),
8490         (update_sizing_buttons), (zoom_control_changed_cb),
8491         (register_custom_actions): Initialize and use the zoom-control 
8492         widget.
8493
8494 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8495
8496         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8497         preview cache back to 1.  Don't know when it got set to 0.
8498         
8499         * shell/ev-view.c: (compute_border), (ev_view_realize),
8500         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8501         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8502         (ev_view_get_fullscreen), (ev_view_set_presentation),
8503         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8504         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8505         * shell/ev-view.h:
8506         * shell/ev-window.c:
8507         (update_chrome_visibility),
8508         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8509         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8510         (update_document_mode), (ev_window_update_fullscreen_action),
8511         (ev_window_fullscreen), (ev_window_unfullscreen),
8512         (ev_window_cmd_view_fullscreen),
8513         (ev_window_update_presentation_action),
8514         (ev_window_run_presentation), (ev_window_stop_presentation),
8515         (ev_window_cmd_view_presentation), (ev_window_state_event),
8516         (ev_window_focus_in_event), (ev_window_focus_out_event),
8517         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8518         * data/evince-ui.xml: Initial presentation mode.  We should
8519         probably hide this until it's done, as it's quite rough.  Also,
8520         change full-screen to fullscreen and add two getters to EvView.
8521
8522 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/ev-page-action.c: (update_page_cache),
8525         (ev_page_action_dispose):
8526         * shell/ev-window.c: (destroy_fullscreen_popup),
8527         (ev_window_create_fullscreen_popup):
8528
8529         Use connect_object rather than explicitly
8530         disconnect on dispose.
8531
8532 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * shell/ev-page-action.c: (update_page_cache),
8535         (ev_page_action_dispose):
8536
8537 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8538
8539         * backend/ev-page-cache.c: (_ev_page_cache_new),
8540         (ev_page_cache_set_page_label),
8541         (ev_page_cache_has_nonnumeric_page_labels):
8542         * backend/ev-page-cache.h:
8543         * shell/ev-page-action.c: (update_pages_label):
8544         
8545         If all page labels are numeric, fallback to default
8546         way to display number of pages. See bug 173185.
8547
8548 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8549
8550         * shell/ev-page-action.c: (ev_page_action_dispose):
8551         * shell/ev-view.c: (view_update_range_and_current_page):
8552         * shell/ev-window.c: (ev_window_dispose):
8553         
8554         Set page on scroll in continuous mode. Fixes bug 301986.
8555         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8556
8557 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8558
8559         * configure.ac:
8560
8561         Require poppler 0.3.0
8562
8563 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8564         
8565         * shell/Makefile.am, configure.ac: Fix build problems
8566         with t1lib. Bug 301996.
8567
8568 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8569
8570         * shell/ev-view.c: (ev_view_scroll_event):
8571         
8572         Scroll up increase zoom
8573
8574 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8575
8576         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8577         (ev_view_set_sizing_mode),
8578         (ev_view_zoom_for_size_continuous_and_dual_page),
8579         (ev_view_zoom_for_size_continuous):
8580         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8581         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8582         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8583         (ev_window_init):
8584
8585         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8586         Fix for 165473 and 165472.
8587
8588 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8589
8590         * po/POTFILES.in:
8591         * thumbnailer/Makefile.am:
8592         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8593         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8594         * thumbnailer/evince-thumbnailer.schemas.in:
8595         
8596         Make thumbnailer schemas translatable. Fix for bug 301773
8597         
8598         * thumbnailer/evince-thumbnailer-djvu.schemas:
8599         * thumbnailer/evince-thumbnailer-dvi.schemas:
8600         * thumbnailer/evince-thumbnailer.schemas:
8601
8602         Removed files
8603
8604 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8605
8606         * shell/ev-view.c (ev_view_init): forgot to set this.
8607
8608 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8609
8610         * shell/ev-view.c: (find_page_at_location),
8611         (get_link_at_location),
8612         (ev_view_set_show_border), (ev_view_set_spacing),
8613         (ev_view_zoom_for_size_continuous_and_dual_page),
8614         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8615         Also, add a quick fix measuring of widths.  Also, removed
8616         ev_view_set_spacing and ev_view_set_show_border.
8617         
8618         * shell/ev-window.c: (ev_window_unfullscreen),
8619         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8620
8621 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * shell/ev-view.c: (view_update_range_and_current_page),
8624         (page_changed_cb):
8625         
8626         Fix crash on exit and scrolling to page in continuous view.
8627
8628 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * TODO:
8631         * backend/ev-page-cache.c: (_ev_page_cache_new),
8632         (ev_page_cache_get_max_width_size),
8633         (ev_page_cache_get_max_height_size):
8634         * backend/ev-page-cache.h:
8635         * data/evince-ui.xml:
8636         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8637         * shell/ev-view.c: (view_update_adjustments),
8638         (view_update_range_and_current_page), (get_bounding_box_size),
8639         (ev_view_size_request_continuous_and_dual_page),
8640         (ev_view_size_request_continuous),
8641         (ev_view_size_request_dual_page),
8642         (ev_view_size_request_single_page), (ev_view_size_request),
8643         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8644         (ev_view_bin_expose), (ev_view_expose_event),
8645         (ev_view_set_property), (ev_view_get_property),
8646         (ev_view_class_init), (ev_view_init), (ev_view_new),
8647         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8648         (ev_view_set_dual_page), (ev_view_set_full_screen),
8649         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8650         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8651         (ev_view_zoom_out), (zoom_for_size_fit_width),
8652         (zoom_for_size_best_fit),
8653         (ev_view_zoom_for_size_continuous_and_dual_page),
8654         (ev_view_zoom_for_size_continuous),
8655         (ev_view_zoom_for_size_dual_page),
8656         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8657         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8658         * shell/ev-view.h:
8659         * shell/ev-window.c: (update_action_sensitivity),
8660         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8661         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8662         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8663         (ev_window_cmd_view_zoom_out), (update_view_size),
8664         (ev_window_set_sizing_mode), (ev_window_init):
8665
8666         Add Continuous and Dual page modes.
8667
8668 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8669
8670         * dvi/dvi-document.c: (dvi_document_load),
8671         (dvi_document_thumbnails_get_thumbnail),
8672         (dvi_document_init_params): Fix up some mixups between
8673         width and height to correct thumbnail rendering.
8674
8675 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8676
8677         * dvi/mdvi-lib/private.h:
8678         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8679         
8680         Suppess output for kpathsea during font generation. Thanks to
8681         James Bowes
8682
8683 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * NEWS:
8686         * configure.ac:
8687
8688         Release 0.2.1
8689
8690         * Makefile.am: fix distcheck.
8691
8692 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8693
8694         * shell/ev-sidebar-links.c: (selection_changed_callback),
8695         (update_page_callback), (row_activated_callback),
8696         (job_finished_callback), (ev_sidebar_links_set_document):
8697         
8698         Fix for bug #169901. Double click on links expands tree.
8699
8700 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8701
8702         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8703         hard-coded style. Fix for bug 170111
8704
8705 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8706
8707         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8708         locking.
8709
8710 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8711
8712         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8713
8714 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * pdf/ev-poppler.cc:
8717         * shell/ev-view.c: (highlight_find_results):
8718
8719         Fix find on single page documents
8720
8721 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8722
8723         * data/evince.schemas.in: fix for bug 301390
8724
8725 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8726
8727         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8728         (ev_view_zoom_out), (ev_view_zoom_normal):
8729         * shell/ev-view.h:
8730         * shell/ev-window.c: (update_action_sensitivity),
8731         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8732         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8733         (ev_window_cmd_view_normal_size):
8734
8735         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8736         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8737         better than oom. 
8738
8739 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8740
8741         * configure.ac:
8742
8743         Depend on 2.57, 2.59 doesnt seem to be necessary
8744
8745 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8746
8747         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8748         (create_tool_item):
8749
8750         Put back total number of pages as (1 of 1234)
8751
8752 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8753
8754         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8755         remove the job.
8756
8757         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8758         function.  This helps debugging.
8759
8760 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8761
8762         * djvu/djvu-document.c: (djvu_document_class_init),
8763         (djvu_document_get_info), (djvu_document_document_iface_init):
8764         * dvi/dvi-document.c: (dvi_document_class_init),
8765         (dvi_document_get_info), (dvi_document_document_iface_init):
8766
8767         Dummy implementation of get_info method for dvi and
8768         djvu. Fix crashes with those backends
8769
8770 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8771
8772         * data/evince.desktop.in:
8773
8774         Add application/x-gzpostscript
8775
8776 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8777
8778         * data/evince.schemas.in: Added real long descriptions, 
8779         closes bug 172496 
8780
8781         * README: Added actual text, closes bug 171869
8782
8783 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8784
8785         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8786
8787         Thumbnail page 0
8788
8789 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8790
8791         * backend/ev-document-info.h:
8792
8793         s/GDate */GDate so we can just use g_free
8794
8795 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8796
8797         * shell/ev-window.c: (update_document_mode),
8798         (ev_window_setup_document):
8799
8800         Show the window in fullscreen when specified by
8801         the document
8802
8803 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8804
8805         * backend/ev-document.c: (ev_document_class_init),
8806         (ev_document_get_info), (ev_document_render_pixbuf):
8807         * backend/ev-document.h:
8808         * backend/ev-page-cache.c: (_ev_page_cache_new):
8809         * pdf/ev-poppler.cc:
8810         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8811         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8812         * ps/ps-document.c: (ps_document_class_init), (document_load),
8813         (ps_document_get_info), (ps_document_document_iface_init):
8814
8815         Remove get_title from the interface, we can just use document info
8816
8817 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8818
8819         * backend/Makefile.am:
8820         * backend/ev-document.c: (ev_document_render_get_info):
8821         * backend/ev-document.h:
8822         * pdf/ev-poppler.cc:
8823
8824         Initial support for document info. Based on jrb patch.
8825
8826 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8827
8828         * shell/ev-window.c: (ev_window_state_event),
8829         (ev_window_class_init), (ev_window_init):
8830         
8831         Doesn't show resize grip when maximized. See bug #301053
8832
8833 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8834
8835         * po/POTFILES.in:
8836         
8837         ev-sidebar-thumbnails now has translatable labels
8838         
8839         * shell/Makefile.am:
8840         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8841         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8842         (ev_sidebar_links_page_iface_init):
8843         * shell/ev-sidebar-links.h:
8844         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8845         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8846         (ev_sidebar_page_get_label):
8847         * shell/ev-sidebar-page.h:
8848         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8849         (ev_sidebar_thumbnails_set_document),
8850         (ev_sidebar_thumbnails_support_document),
8851         (ev_sidebar_thumbnails_get_label),
8852         (ev_sidebar_thumbnails_page_iface_init):
8853         * shell/ev-sidebar-thumbnails.h:
8854         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8855         (ev_sidebar_set_document):
8856         * shell/ev-sidebar.h:
8857         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8858         
8859         Small rework of sidebar code. Now sidebar pages should implement
8860         EvSidebarPage interface. That makes page management in EvSidebar
8861         easier. See bug #164811 for details
8862
8863 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8864
8865         * shell/ev-application.c: (ev_application_open):
8866         * shell/ev-document-types.c:
8867         
8868         Fix build error and small problem with application exit
8869
8870 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8871
8872         * thumbnailer/Makefile.am:
8873         * thumbnailer/evince-thumbnailer-djvu.schemas:
8874         * thumbnailer/evince-thumbnailer-dvi.schemas:
8875         
8876         Conditionally install schemas for djvu/dvi thumbnailer
8877
8878 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8879
8880         * shell/ev-document-types.h: 
8881         * shell/ev-document-types.c: 
8882         New files, handling the mapping from mimetypes to backends
8883         
8884         * shell/ev-window.c: 
8885         * thumbnailer/evince-thumbnailer.c:     
8886         Use the ev-document-types code
8887         
8888         * shell/Makefile.am: 
8889         Added new convenience library libevbackendfactory_la, containing
8890         the new mimetype->backend logic; moved the backends into it.
8891
8892         * thumbnailer/Makefile.am:
8893         Make the thumbnailer link with the libevbackend.la convenience
8894         library, rather than having a duplicate of the backend logic here.
8895
8896 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8897
8898         * shell/ev-stock-icons.c: constify some vars.
8899         * shell/ev-window.c: ditto.
8900
8901 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8902
8903         * ps/ps-document.c (get_page_orientation):
8904
8905         Respect document orientation 
8906
8907 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8908
8909         * djvu/Makefile.am:
8910         * dvi/Makefile.am:
8911         * shell/Makefile.am:
8912         
8913         Move library dependencies to components.
8914         
8915         * shell/ev-window.c: (update_window_title),
8916         (start_loading_document):
8917         
8918         Fix display of uris with spaces. Bug 168358.
8919
8920 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8921
8922         * shell/ev-sidebar-links.c: (selection_changed_cb):
8923         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8924         (ev_view_button_release_event), (ev_view_set_document):
8925         * shell/ev-view.h:
8926         * shell/ev-window.c: (find_bar_search_changed_cb):
8927         * shell/ev-window.h: Minor cleanups removing some dead code.
8928
8929 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * backend/ev-page-cache.c: (_ev_page_cache_new):
8932         
8933         Set current page to 0 if document has pages.
8934
8935 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8936
8937         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8938
8939         Initialize GError to NULL, fix a crash when loading fails.
8940
8941 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8942
8943         * shell/ev-window.c: (update_view_size):
8944
8945         Calculate shadow size only when there is actually
8946         a shadow.
8947
8948 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8949
8950         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8951         * shell/ev-view.h:
8952
8953         Allow setting view spacing, default to 0
8954
8955         * shell/ev-window.c: (ev_window_unfullscreen),
8956         (ev_window_cmd_view_fullscreen), (ev_window_init):
8957
8958         Remove spacing in fullscreen mode
8959
8960 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8961
8962         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8963         (ev_view_size_request), (expose_bin_window),
8964         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8965         * shell/ev-view.h:
8966         * shell/ev-window.c: (ev_window_unfullscreen),
8967         (ev_window_cmd_view_fullscreen):
8968
8969         Do not draw the border in fulscreen
8970
8971 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8972
8973         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8974         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8975         (find_page_at_location), (page_changed_cb):
8976
8977         Rework border calculation, so that I can more easily disable it.
8978         Code somewhat cleaner too.
8979
8980 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8981
8982         * backend/ev-page-cache.c: (ev_page_cache_init),
8983         (_ev_page_cache_new):
8984
8985         Remove some assertions, documents can have 0 pages.
8986         Make initial current page -1.
8987
8988         * shell/ev-page-action.c: (page_changed_cb):
8989
8990         Show "" if current page is -1
8991
8992         * shell/ev-window.c: (update_action_sensitivity),
8993         (ev_window_setup_document):
8994
8995         When document has 0 pages do not set the view
8996         and make nearly everything insensitive.
8997
8998 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8999
9000         * shell/ev-page-view.c:
9001         * shell/ev-page-view.h:
9002
9003         Remove unused files.
9004         
9005         * shell/ev-sidebar-thumbnails.c:
9006         (ev_sidebar_thumbnails_set_document):
9007         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9008         (ev_sidebar_supports_document):
9009         * shell/ev-sidebar.h:
9010         * shell/ev-window.c: (ev_window_setup_document):
9011         
9012         Doesn't show thumbnails if document has 1 page. Make
9013         sidebar menu entries sensitive only if if they have 
9014         sense. Fix bug 164811. 
9015
9016 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9017
9018         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9019         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9020         (ev_view_zoom_out), (ev_view_set_size):
9021
9022         Rework sizing to deal with documents with not uniform page
9023         size.
9024
9025 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9026
9027         * backend/ev-page-cache.c: (_ev_page_cache_new):
9028
9029         Fix several page size caching bugs
9030
9031 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9032
9033         * shell/ev-window.c: (set_action_properties):
9034
9035         Make all toolbar items translatable
9036
9037 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9038
9039         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9040         (save_page_list), (ps_document_save),
9041         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9042         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9043         (ps_document_ps_exporter_iface_init):
9044         * ps/ps-document.h:
9045
9046         Based on a patch by J�rg Billeter <j@bitron.ch>
9047         
9048         Implement print and save a copy for the ps backend.
9049
9050 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9051
9052         * backend/ev-document.h:
9053         * djvu/djvu-document.c: (djvu_document_can_get_text),
9054         (djvu_document_document_iface_init):
9055         * dvi/dvi-document.c: (dvi_document_can_get_text),
9056         (dvi_document_document_iface_init):
9057         * pdf/ev-poppler.cc:
9058         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9059         (pixbuf_document_document_iface_init):
9060         * ps/ps-document.c: (ps_document_can_get_text),
9061         (ps_document_document_iface_init):
9062         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9063         * shell/ev-window.c: (update_action_sensitivity):
9064
9065         Fix the crash when trying to copy in backends that doesnt
9066         support it. We can implement a better solution once we
9067         do real text selection.
9068
9069 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9070
9071         * data/evince-ui.xml:
9072         * shell/ev-window.c: (ev_window_cmd_escape):
9073         
9074         Work around the Escape conflict (find bar and unfullscreen)
9075
9076 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9079         
9080         Fix for #300233. Next page correctly handles document end.
9081         
9082         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9083         (ev_sidebar_thumbnails_class_init),
9084         (ev_sidebar_thumbnails_set_document),
9085         (ev_sidebar_thumbnails_clear_job),
9086         (ev_sidebar_thumbnails_clear_model):
9087         
9088         Cleanup thumbnail jobs on document changes.
9089         
9090         * shell/ev-view.c: (add_scroll_binding_keypad),
9091         (add_scroll_binding_shifted), (ev_view_class_init):
9092         
9093         Shift + Space scrolls up. Fix for #173184
9094         
9095         * shell/ev-window.c: (ev_window_open_page),
9096         (ev_window_cmd_view_reload):
9097         
9098         Fix reload (Bug #300094)
9099
9100 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9101
9102         
9103         * dvi/mdvi-lib/assoc.c:
9104         * dvi/mdvi-lib/assoc.h: Removed garbage files
9105         
9106         * dvi/mdvi-lib/bitmap.c:
9107         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9108         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9109         * dvi/mdvi-lib/color.h: Antialias of rules
9110         
9111         * dvi/mdvi-lib/common.h:
9112         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9113         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9114         * dvi/mdvi-lib/files.c:
9115         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9116         * dvi/mdvi-lib/mdvi.h:
9117         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9118         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9119         * dvi/mdvi-lib/util.c: Fix compile warnings
9120         
9121         * dvi/dvi-document.c:
9122         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9123         (dvi_document_thumbnails_get_thumbnail),
9124         (dvi_document_document_thumbnails_iface_init):
9125         * dvi/mdvi-lib/Makefile.am:
9126         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9127         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9128         
9129         Dvi backend now renders thumbnails
9130
9131 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9132
9133         * shell/main.c: (main): 
9134         
9135         Save accelerators on exit. Fixes bug #172095.
9136
9137 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9138
9139         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9140         update priority" comment.
9141
9142         * backend/ev-job-queue.c: Give a way to change priority.
9143
9144 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9145
9146         * shell/ev-page-action.c: Fix logic.
9147
9148 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9149
9150         * shell/ev-view.c: (ev_view_can_find_next):
9151         * shell/ev-window.c: (ev_window_setup_document):
9152
9153         Check that the document supports find
9154
9155 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9156
9157         * data/evince-ui.xml:
9158         * shell/ev-view.c: (ev_view_can_find_next):
9159         * shell/ev-view.h:
9160         * shell/ev-window.c: (update_action_sensitivity),
9161         (find_changed_cb), (ev_window_setup_document),
9162         (ev_window_cmd_edit_find_next):
9163
9164         Add Edit->Find Next
9165
9166 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9167
9168         * pdf/ev-poppler.cc:
9169         * shell/ev-print-job.c: (idle_print_handler):
9170
9171         Make printing work again
9172
9173 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9174
9175         * shell/ev-page-action.h:
9176         * shell/ev-page-action.c: (ev_page_action_widget_init),
9177         (ev_page_action_widget_class_init), (page_changed_cb),
9178         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9179         (get_filter_model_from_model), (match_selected_cb),
9180         (display_completion_text), (match_completion), (update_model),
9181         (connect_proxy), (ev_page_action_set_property),
9182         (ev_page_action_get_property), (ev_page_action_set_document),
9183         (ev_page_action_set_model), (ev_page_action_class_init): Big
9184         reworking to make completions work iff we have >= GTK-2.7.0
9185                 
9186         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9187         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9188         (job_finished_cb): We now have a 'model' property that is set when
9189         the links are loaded.  This can be caught with "notify::model"
9190
9191         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9192         listen for the model to be set, and propagate it to the action.
9193
9194 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9195
9196         * cut-n-paste/recent-files/egg-recent-item.c:
9197         (egg_recent_item_set_uri), (make_valid_utf8),
9198         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9199         * cut-n-paste/recent-files/egg-recent-item.h:
9200         
9201         Update egg-recent from libegg. This should fix long
9202         startup problem. For details see
9203         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9204
9205 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9206
9207         * cut-n-paste/recent-files/Makefile.am:
9208         * data/evince-ui.xml, shell/Makefile.am:
9209         * shell/ev-application.c, shell/ev-application.h:
9210         * shell/ev-window.c: Recent files support.
9211         
9212         * configure.ac: Added "ru" to ALL_LINGUAS.
9213         
9214         * dvju: new backend to support DJVU files.
9215         * dvi: new backend to support DVI.
9216
9217         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9218         * ev-application.c: Support for new backends.
9219         
9220         * help, ev-window.c, main.c shell/Makefile.am: 
9221         Evince user documentation.
9222
9223 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9224
9225         * po/POTFILES.in:
9226         * shell/ev-window.c:
9227         * thumbnailer/evince-thumbnailer.c:
9228
9229         s/pdf-document/ev-poppler
9230
9231 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9232
9233         * NEWS:
9234         * configure.ac:
9235
9236         Release 0.2.0
9237
9238         * ps/ps-document.c: (setup_pixmap):
9239
9240         Remove debug code
9241
9242 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9243
9244         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9245         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9246         (ev_window_cmd_go_first_page): Fix of by one errors.
9247
9248 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9249
9250         * ps/ps-document.c: (get_page_box):
9251
9252         Fix page size calculation
9253
9254 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9255
9256         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9257         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9258         (get_page_orientation), (setup_page), (document_load),
9259         (ps_document_get_page_size), (render_pixbuf_idle):
9260         * ps/ps-document.h:
9261
9262         More refactoring to adapt to EvDocument changes
9263
9264 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9265
9266         * ps/ps-document.c: (start_interpreter):
9267
9268         Actually add alpha args
9269
9270 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9271
9272         * pdf/ev-poppler.cc:
9273
9274         Make clipboard work again
9275
9276 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9277
9278         Make searching work again.
9279         
9280         * backend/ev-document.c:
9281         * backend/ev-document.h:
9282         * backend/ev-document-find.c:
9283         * backend/ev-document-find.h: Change EvDocumentIface so we no
9284         longer store the current page or zoom level in the document.  The
9285         consequence is that all calls that operate on the current page now
9286         instead take the page number as an extra argument, and all
9287         coordinates are now doubles in document coordinate system.
9288
9289         * pdf/ev-poppler.cc:
9290         * pixbuf/pixbuf-document.c:
9291         * ps/ps-document.c: Update backends accordingly.
9292
9293 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9294
9295         * autogen.sh:
9296
9297         Add required gettext version
9298
9299 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9300
9301         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9302         make F1 bring up non-existent help.
9303
9304         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9305         epiphany's find bar, #167477
9306
9307         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9308         <emil@nishra.com> to add space-bar scrolling, 
9309
9310         * shell/ev-window.c (static GtkActionEntry entries): add default
9311         keybinding for Help (F1)
9312         Fixes #171068
9313
9314         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9315         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9316         170110
9317
9318 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9319
9320         * Makefile.am: 
9321         * pixbuf/pixbuf-document.c: 
9322
9323         Got pixbuf backend working again
9324
9325 2005-04-01  Steve Murphy  <murf@e-tools.com>
9326
9327         * configure.in: Added "rw" to ALL_LINGUAS.
9328
9329 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9330
9331         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9332         model types, noticed by Martin Kretzschmar.
9333
9334 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9335
9336         * pdf/ev-poppler.cc: Implement search based on
9337         poppler_page_find_text().  Currently a bit crude since we remember
9338         all matches from all pages.  Also, we grab the big document lock
9339         when we search since searching changes the underlying stream and
9340         thus conflicts with the rendering thread.
9341         
9342         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9343         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9344         (ev_view_find_previous): Fix some page indexes to be 0 based,
9345         offset rubber band by view offset,
9346
9347 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9348
9349         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9350
9351 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9352
9353         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9354         completely because I didn't understand GtkActions.  I should
9355         read Marco's code more carefully in the future.
9356
9357         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9358         function
9359
9360 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9361
9362         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9363         PopplerRectangle change from poppler CVS.
9364
9365 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9366
9367         * backend/ev-document.c: (ev_document_get_page_label):
9368         * backend/ev-document.h:
9369         * backend/ev-page-cache.c: (_ev_page_cache_new),
9370         (ev_page_cache_get_page_label):
9371         * backend/ev-page-cache.h:
9372         * pdf/ev-poppler.cc:
9373         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9374         (links_page_num_func):
9375         * shell/ev-sidebar-thumbnails.c:
9376         (ev_sidebar_thumbnails_set_document):
9377         * shell/ev-view.c: (status_message_from_link),
9378         (ev_view_motion_notify_event):
9379         * shell/ev-window.c: (document_supports_sidebar): Add in page
9380         label support.  It's not perfect yet, but it's the first 'feature'
9381         in a while.
9382         Also, fix a bogus comment noticed by crispin. 
9383
9384 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9385
9386         * Makefile.am: Remove pixbuf backend for now
9387
9388         * configure.ac: Require poppler-glib instead of just poppler.
9389
9390         * backend/ev-document-thumbnails.h: Add a comment
9391
9392         * backend/ev-document.h:
9393         * backend/ev-document.c: (ev_document_class_init),
9394         (ev_document_load), (ev_document_get_link),
9395         (ev_document_get_links): Remove 3 methods and add get_links.
9396         Also, made 0 based.
9397
9398         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9399         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9400
9401         * backend/ev-link.c: (ev_link_set_title),
9402         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9403         (ev_link_mapping_find):
9404         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9405         
9406         * backend/ev-page-cache.c: (ev_page_cache_init),
9407         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9408         (ev_page_cache_get_size), (ev_page_cache_next_page),
9409         (ev_page_cache_prev_page): Fix to be 0 based.
9410
9411         * pdf/Makefile.am: 
9412         * pdf/ev-poppler.h:
9413         * pdf/ev-poppler.cc: New backend.
9414         
9415         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9416         (ps_document_get_page), (ps_document_document_iface_init):
9417
9418         * shell/ev-pixbuf-cache.h:
9419         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9420         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9421         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9422         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9423         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9424         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9425         based.
9426         
9427         * shell/ev-sidebar-thumbnails.c:
9428         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9429         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9430
9431         * shell/ev-view.c: (status_message_from_link),
9432         (find_page_at_location), (get_link_at_location),
9433         (ev_view_motion_notify_event), (ev_view_button_release_event),
9434         (ev_view_init): Use the new link code.  Fix to be 0 based.
9435
9436         * shell/ev-window.c: (update_action_sensitivity),
9437         (document_supports_sidebar): 0 based.
9438
9439 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9440
9441         * pdf/pdf-document.cc: Patch from Fernando Herrera
9442         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9443         *blush*
9444
9445 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9446
9447         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9448         1 to the page, as this seems to be 1 based.  I thought we has this
9449         fixed.  grump.
9450
9451 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9452
9453         * TODO:
9454         * backend/Makefile.am:
9455         * backend/ev-document-links.c:
9456         (ev_document_links_has_document_links),
9457         (ev_document_links_get_links_model):
9458         * backend/ev-document-links.h:
9459         * backend/ev-document.c: (ev_document_get_page_cache),
9460         (ev_document_get_doc_mutex), (ev_document_load),
9461         (ev_document_save), (ev_document_get_title),
9462         (ev_document_get_n_pages), (ev_document_set_page),
9463         (ev_document_get_page), (ev_document_set_target),
9464         (ev_document_set_scale), (ev_document_set_page_offset),
9465         (ev_document_get_page_size), (ev_document_get_text),
9466         (ev_document_get_link), (ev_document_render),
9467         (ev_document_render_pixbuf), (ev_document_scale_changed):
9468         * backend/ev-document.h:
9469         * backend/ev-job-queue.c: (remove_object_from_queue),
9470         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9471         (no_jobs_available_unlocked), (ev_render_thread),
9472         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9473         (ev_job_queue_remove_job):
9474         * backend/ev-job-queue.h:
9475         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9476         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9477         (ev_job_links_class_init), (ev_job_render_init),
9478         (ev_job_render_dispose), (ev_job_render_class_init),
9479         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9480         (ev_job_thumbnail_class_init), (ev_job_finished),
9481         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9482         (ev_job_render_run), (ev_job_thumbnail_new),
9483         (ev_job_thumbnail_run):
9484         * backend/ev-jobs.h:
9485         * backend/ev-link.c:
9486         * backend/ev-link.h:
9487         * backend/ev-page-cache.c: (ev_page_cache_init),
9488         (ev_page_cache_class_init), (ev_page_cache_finalize),
9489         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9490         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9491         (ev_page_cache_set_link), (ev_page_cache_get_title),
9492         (ev_page_cache_get_size), (ev_page_cache_next_page),
9493         (ev_page_cache_prev_page):
9494         * backend/ev-page-cache.h:
9495         * pdf/pdf-document.cc:
9496         * ps/gsdefaults.c:
9497         * ps/gsdefaults.h:
9498         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9499         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9500         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9501         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9502         (is_interpreter_ready), (output), (catchPipe), (input),
9503         (start_interpreter), (check_filecompressed), (compute_dimensions),
9504         (ps_document_enable_interpreter), (document_load),
9505         (ps_document_next_page), (render_page), (ps_document_set_page),
9506         (ps_document_set_scale), (render_pixbuf_idle),
9507         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9508         * ps/ps-document.h:
9509         * shell/Makefile.am:
9510         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9511         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9512         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9513         (ev_pixbuf_cache_new), (job_finished_cb),
9514         (check_job_size_and_unref), (move_one_job),
9515         (ev_pixbuf_cache_update_range), (find_job_cache),
9516         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9517         (ev_pixbuf_cache_add_jobs_if_needed),
9518         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9519         * shell/ev-pixbuf-cache.h:
9520         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9521         (idle_print_handler):
9522         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9523         (selection_changed_cb), (create_loading_model),
9524         (ev_sidebar_links_construct), (links_page_num_func),
9525         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9526         (update_page_callback), (job_finished_cb),
9527         (ev_sidebar_links_set_document):
9528         * shell/ev-sidebar-thumbnails.c:
9529         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9530         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9531         (page_changed_cb), (thumbnail_job_completed_callback),
9532         (ev_sidebar_thumbnails_set_document):
9533         * shell/ev-sidebar-thumbnails.h:
9534         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9535         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9536         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9537         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9538         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9539         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9540         (ev_view_button_release_event), (ev_view_scroll_view),
9541         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9542         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9543         (ev_view_new), (job_finished_cb), (page_changed_cb),
9544         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9545         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9546         (ev_view_find_previous):
9547         * shell/ev-view.h:
9548         * shell/ev-window.c: (update_action_sensitivity),
9549         (ev_window_open_page), (update_window_title), (update_total_pages),
9550         (page_changed_cb), (ev_window_setup_document),
9551         (password_dialog_response), (ev_window_cmd_save_as),
9552         (ev_window_print), (ev_window_cmd_go_previous_page),
9553         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9554         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9555         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9556         * shell/main.c: (main):
9557
9558         Merge evince-threads branch
9559
9560 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9561
9562         * configure.ac: Added "lt" to ALL_LINGUAS.
9563
9564 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9565
9566         * NEWS:
9567         * configure.ac:
9568
9569         Release 0.1.9
9570
9571 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9572
9573         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9574
9575         Fix here also the thumbnails 1-basedness :)
9576
9577 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9578
9579         * NEWS:
9580         * configure.ac:
9581
9582         Release 0.1.8
9583
9584 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9585
9586         * pdf/pdf-document.cc:
9587         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9588         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9589
9590         Fix the mess we did with thumbnails and 1-basedness
9591
9592 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9593
9594         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9595
9596 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9597
9598         * NEWS:
9599         * configure.ac:
9600
9601         Release 0.1.7
9602
9603 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9604
9605         * ps/Makefile.am:
9606         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9607         (gtk_gs_defaults_get_alpha_parameters),
9608         (gtk_gs_defaults_get_ungzip_cmd),
9609         (gtk_gs_defaults_get_unbzip2_cmd):
9610         * ps/gsdefaults.h:
9611         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9612         (ps_document_get_orientation), (document_load),
9613         (ps_document_goto_page), (ps_document_set_page_size):
9614         * ps/ps-document.h:
9615
9616         Some more sanitization of the ps backend. Remove a lot
9617         of unused code and do not base our defaults on ggv
9618         preferences (ugh!)
9619
9620 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9621
9622         * thumbnailer/evince-thumbnailer.schemas:
9623         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9624         (main): add -s option for thumbnail size.
9625
9626 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9627
9628         * configure.ac:
9629
9630         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9631         remove it.
9632
9633 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9634
9635         * pdf/pdf-document.cc:
9636
9637         Remove 4 pixels of useless border from the
9638         thumbnail.
9639
9640 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9641
9642         * backend/ev-document-thumbnails.c:
9643         (ev_document_thumbnails_get_thumbnail):
9644         * backend/ev-document-thumbnails.h:
9645
9646         Rework API a bit. Add a border flag and
9647         change sizing logic (now the size we specify
9648         applies to the bigger dimension).
9649
9650         * pdf/pdf-document.cc:
9651         * pixbuf/pixbuf-document.c:
9652         (pixbuf_document_thumbnails_get_thumbnail):
9653         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9654         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9655
9656         Adapt to the new API and do not draw a border for nautilus
9657         thumbnailer.
9658
9659 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9660
9661         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9662         take thumbnails from page "0" instead of "1". Added a copyright header.
9663
9664 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9665
9666         * ps/ps-document.c: (set_up_page), (start_interpreter):
9667
9668         Make it C89 compliant
9669
9670 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9671
9672         * Makefile.am:
9673         * configure.ac:
9674         * pdf/.cvsignore:
9675         * pdf/pdf-document.cc:
9676         * thumbnailer/Makefile.am:
9677         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9678         (main):
9679         * thumbnailer/evince-thumbnailer.schemas:
9680         * thumbnailer/pdf-icon.png:
9681
9682         Add a nautilus thumbnailer.
9683         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9684
9685 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9686
9687         * NEWS:
9688         * configure.ac:
9689         * po/POTFILES.in:
9690
9691         Release 0.1.6
9692
9693 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9694
9695         Use poppler instead of including xpdf source code.  Poppler is a
9696         fork of xpdf to build it as a shared library. See
9697         http://freedesktop.org/wiki/Software/poppler.
9698
9699         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9700         xpdf fork.
9701         
9702         * pdf/Makefile.am: Build libpdfdocument.a here.
9703         
9704         * pdf/GDKSplashOutputDev.cc:
9705         * pdf/GDKSplashOutputDev.h:
9706         * pdf/GnomeVFSStream.cc:
9707         * pdf/GnomeVFSStream.h:
9708         * pdf-document.cc:
9709         * pdf-document.h:
9710         * test-gdk-output-dev.cc
9711         * Thumb.cc:
9712         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9713         against poppler.
9714
9715 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9716
9717         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9718
9719         Clear idle stack before unsetting the document
9720
9721 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9722
9723         * ps/ps-document.c: (ps_document_widget_event),
9724         (ps_document_set_target), (ps_document_finalize),
9725         (ps_document_get_page):
9726
9727         Disconnect the widget event signal on finalize.
9728         Some code cleanups.
9729
9730 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9731
9732         * ps/ps-document.c: (set_up_page):
9733
9734         If there is no bpixmap create one, even if size
9735         is not changed.
9736
9737 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9738
9739         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9740         (set_up_page), (document_load), (ps_document_set_zoom):
9741
9742         Default page is 0. Calculate size even when we have no
9743         target yet.
9744
9745 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9746
9747         * shell/ev-sidebar.c: expand the selection widget to be always as
9748         wide as the sidebar
9749
9750 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9751
9752         * shell/ev-sidebar-thumbnails.c:
9753         (ev_sidebar_thumbnails_set_document):
9754
9755         Clear the list store when setting document
9756
9757 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9758
9759         * shell/ev-page-action.c: (update_entry), (sync_entry),
9760         (activate_cb), (entry_size_request_cb), (create_tool_item),
9761         (connect_proxy):
9762
9763         Use an entry for the page control instead of spinbuttons
9764
9765 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9766
9767         * data/evince.schemas.in:
9768
9769         Correct confusing string
9770
9771 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9772
9773         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9774         for real.  Gosh, how long has this been broken.
9775
9776         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9777         check for a NULL link.  We crash otherwise.
9778
9779 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9780
9781         * NEWS:
9782         * configure.ac:
9783
9784         Release 0.1.5
9785
9786 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9787
9788         * configure.ac: add the french translation.
9789
9790 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9791
9792         * shell/ev-window.c:
9793
9794         Remove unused header -> fix distcheck
9795
9796 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9797
9798         * shell/ev-window.c: (update_window_title),
9799         (ev_window_popup_password_dialog):
9800
9801         Unescape filename for display
9802
9803 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9804
9805         * pdf/xpdf/pdf-document.cc:
9806
9807         In get_page_size deal with rotation. Also
9808         cleanup the function a bit.
9809
9810 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9811
9812         * pdf/xpdf/pdf-document.cc:
9813
9814         Fix crash when opening in new window
9815
9816 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9817
9818         * configure.ac:
9819
9820         Check ghostscript >= 7
9821
9822 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9823
9824         * shell/ev-window.c:
9825
9826         Make page width the default sizing mode
9827
9828 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9829         Marco Pesenti Gritti <marco@gnome.org>
9830
9831         * shell/ev-window.c: Remember the sidebar size
9832
9833         * data/evince.schemas.in: Add a new gconf key to store the size of
9834         the sidebar
9835
9836 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9837
9838         * data/evince-ui.xml:
9839         * shell/ev-window.c: (update_action_sensitivity),
9840         (ev_window_cmd_view_reload):
9841         
9842         Add a "Reload" action and menu entry
9843
9844 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9845
9846         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9847         iff the type doesn't support thumbnailing and indexing.
9848
9849 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9850
9851         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9852
9853 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9854
9855         * pdf/splash/Splash.cc:
9856
9857         Port fix for a crasher from kde bug
9858         http://bugs.kde.org/show_bug.cgi?id=97131
9859
9860 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9861
9862         * pdf/xpdf/pdf-document.cc:
9863
9864         Return a link even if it's of an unrecognized
9865         type. Otherwise we go in an infinte cycle.
9866
9867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9868
9869         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9870         (size_allocate_cb), (ev_window_set_sizing_mode):
9871
9872         Update size when switching mode
9873
9874 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9875
9876         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9877         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9878         (ev_window_cmd_view_normal_size):
9879
9880         Fix size toggle buttons behavior
9881
9882 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9883
9884         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9885         (doc_rect_to_view_rect), (ev_view_size_allocate),
9886         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9887         (scale_changed_callback):
9888
9889         Do not cache offsets in size_allocate.
9890
9891 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9892
9893         * shell/ev-view.c: (ev_view_size_allocate):
9894
9895         Calculate offsets before calling the parent
9896         class (which does a redraw)
9897
9898 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9899
9900         * pdf/xpdf/pdf-document.cc:
9901
9902         Fix a crasher on exit. Unused code, put a TODO
9903
9904 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9905
9906         * backend/ev-document.c: (ev_document_class_init),
9907         (ev_document_page_changed), (ev_document_scale_changed):
9908         * backend/ev-document.h:
9909
9910         Separate page/scale notifications
9911
9912         * pdf/xpdf/pdf-document.cc:
9913
9914         Emit the new signals.
9915         Do not display the pdf page in _render, do it
9916         when scale/page are requested.
9917
9918         * ps/ps-document.c: (ps_document_set_zoom),
9919         (ps_document_widget_event):
9920         * ps/ps-document.h:
9921
9922         Emit the new signals.
9923
9924         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9925         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9926         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9927         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9928         * shell/ev-view.h:
9929         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9930         (ev_window_cmd_view_page_width), (size_allocate_cb),
9931         (ev_window_set_sizing_mode):
9932
9933         Rework sizing to be pixel based.
9934         There are bugs but should be already way better.
9935
9936 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9937
9938         * shell/ev-window.c: (ev_window_init):
9939
9940         Do not allow to shrink sidebar smaller then
9941         child requisition
9942
9943 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9944
9945         * shell/ev-sidebar.[ch]
9946         * shell/ev-window.c:
9947
9948         Improved sidebar widget. Fixes #166683
9949
9950 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9951
9952         * shell/ev-view.c (update_find_status_message): Give translators
9953         more flexibility with ngettext plural handling.
9954
9955 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9956
9957         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9958         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9959         page when we get the page size.
9960
9961 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9962
9963         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9964
9965         ps pages are 0 based, convert 
9966
9967 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9968
9969         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9970
9971         Initialize correct parent class. Set GError on document load
9972
9973 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9974
9975         * pdf/xpdf/pdf-document.cc:
9976
9977         Fixup selection offset calculation
9978
9979         * shell/ev-view.c: (view_rect_to_doc_rect),
9980         (doc_rect_to_view_rect), (ev_view_size_allocate),
9981         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9982         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9983
9984         Store selection as document relative, so that zooming
9985         and offset changing doesnt break it.
9986
9987 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9988
9989         * shell/ev-view.c: (ev_view_best_fit):
9990
9991         Do not try to best fit if the view is not realized
9992
9993 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9994           
9995         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9996
9997 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9998
9999         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10000
10001 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10002
10003         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10004         the popup window.  That prevents it resizing when in full screen
10005         mode.
10006
10007         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10008         multiple rerenders.  This pretty much sucks.
10009
10010         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10011         rest of the toolbar.
10012
10013 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10014
10015         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10016
10017 2005-02-17  Alexander Shopov  <ash@contact.bg>
10018
10019         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10020
10021 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10022
10023         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10024
10025 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10026
10027         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10028         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10029         (set_document_page), (document_changed_callback),
10030         (ev_view_set_document), (ev_view_find_previous),
10031         (ev_view_hide_cursor), (ev_view_show_cursor):
10032         * shell/ev-view.h:
10033         * shell/ev-window.c: (update_chrome_visibility),
10034         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10035         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10036         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10037         (ev_window_unfullscreen):
10038         * shell/main.c: (main):
10039
10040         Automatically hide the fullscreen button.
10041         Patch by Kristian Høgsberg <krh@redhat.com>
10042
10043 2005-02-16  Vincent Noel  <vnoel@cox.net>
10044
10045         * shell/main.c (main): Specify an icon for the window. Patch by
10046         Jaap A. Haitsma. Fixes #166177.
10047
10048 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10051
10052 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10053
10054         * backend/ev-document-misc.h:
10055         * backend/ev-document-misc.c:
10056         (ev_document_misc_get_page_border_size),
10057         (ev_document_misc_paint_one_page): New function to canonicalize
10058         sizing/painting a border.
10059
10060         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10061         used.
10062
10063         * pdf/xpdf/pdf-document.cc: use new function
10064
10065         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10066         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10067         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10068         shell/ev-window.c: (update_sizing_buttons),
10069         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10070         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10071         (ev_window_cmd_view_page_width), (size_allocate_cb),
10072         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10073         and "fit width" values act as toggle buttons so they stay
10074         toggled.  It's not 100% perfect, and it's a little slow, but it's
10075         good enough to commit I think.
10076
10077 2005-02-15  David Lodge  <dave@cirt.net>
10078
10079         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10080
10081 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10082
10083         * shell/ev-window.c (update_window_title): replace newlines in
10084         the title by spaces. Bug #166107.
10085
10086 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10087
10088         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10089         parameters providing allocation width and height without
10090         scrollbars and width of a possible vertical scrollbar. With this
10091         additional information the functions can work as
10092         intended. Unfortunately they're not idempotent. We should
10093         transform these commands to toggles. Fixes Bug #164976
10094         Initial patch by Stephane Loeuillet, then heavily modified.
10095
10096         * shell/ev-view.h: update prototypes.
10097
10098         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10099         (ev_window_cmd_view_page_width): provide EvView fit functions with
10100         all the information they need. Formulas to calculate this
10101         information taken from GtkScrolledWindow.
10102
10103 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10104
10105         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10106         created a thumbnail, the list store is updated to know
10107         that the thumbnail is set. Fixes bug #166792
10108
10109 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10110
10111         * shell/ev-window.c: fixed typo, closes bug 166897
10112
10113         * TODO: updated TODO with bug numbers that are relevant
10114
10115 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10116
10117         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10118
10119 2005-02-09  Vincent Noel  <vnoel@cox.net>
10120
10121         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10122         and "Next" toolbar buttons as important to make them stand out.
10123
10124 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10125
10126         * lib/ev-debug.c:
10127         * lib/ev-debug.h:
10128         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10129         (start_interpreter), (stop_interpreter), (document_load),
10130         (ps_document_next_page), (ps_document_goto_page),
10131         (ps_document_set_page_size), (ps_document_widget_event),
10132         (ps_document_render):
10133         * shell/ev-page-view.c: (ev_page_view_dispose):
10134         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10135
10136         Fix compilation on non-gcc platforms
10137
10138 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10139
10140         * NEWS:
10141         * configure.ac:
10142
10143         Release 0.1.4
10144
10145         * pdf/xpdf/Catalog.cc:
10146         * pdf/xpdf/XRef.cc:
10147
10148         Fix the fix for CAN-2004-0888
10149
10150 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10151
10152         * data/Makefile.am:
10153         * data/evince-ui.xml:
10154         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10155         * shell/ev-stock-icons.h:
10156         * shell/ev-window.c: (update_action_sensitivity),
10157         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10158         (set_action_properties):
10159
10160         Improve toolbar layout/icons
10161
10162 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10163
10164         * pdf/xpdf/pdf-document.cc:
10165
10166         Add warnings about unimplemented/unknown link
10167         types.
10168
10169 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10170
10171         * ps/ps-document.c: (set_up_page):
10172
10173         Log gs property
10174
10175 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10176
10177         * ps/ps-document.c: (start_interpreter):
10178
10179         Log gs env var
10180
10181 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10182
10183         * shell/ev-page-view.c: (ev_page_view_dispose):
10184         * shell/ev-view.c: (ev_view_finalize):
10185         * shell/ev-window.c: (ev_window_setup_document),
10186         (ev_window_dispose), (ev_window_init):
10187
10188         Solve more refs issues.
10189
10190         I commented out the page_view initialization for now:
10191         it was never destroyed (because it's never added
10192         to a container). Because of that we was leaking
10193         gs processes. Couldnt think to a clean fix.
10194         We need to figure this out, password view has the
10195         same issue probably.
10196
10197 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10198
10199         * ps/ps-document.c: (ps_document_finalize),
10200         (ps_document_get_n_pages), (ps_document_get_page):
10201
10202         Some cleanups, stop the interpreter on finalize
10203
10204         * shell/ev-page-view.c: (ev_page_view_dispose),
10205         (ev_page_view_class_init):
10206
10207         Release our reference on the document
10208
10209 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10210
10211         * Makefile.am:
10212         * configure.ac:
10213         * doc/debugging.txt:
10214         * lib/.cvsignore:
10215         * lib/Makefile.am:
10216         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10217         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10218         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10219         * lib/ev-debug.h:
10220
10221         Add debugging helpers
10222
10223         * ps/Makefile.am:
10224         * ps/ps-document.c: (set_up_page), (start_interpreter),
10225         (stop_interpreter), (document_load), (ps_document_next_page),
10226         (ps_document_goto_page), (ps_document_set_page_size),
10227         (ps_document_widget_event), (ps_document_render):
10228         * shell/Makefile.am:
10229         * shell/ev-view.c: (expose_bin_window):
10230         * shell/main.c: (main):
10231
10232         Add some logs
10233         
10234 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10235
10236         * ps/ps-document.c: (ps_document_widget_event):
10237
10238         Initialize message_window, this should make ps
10239         rendering really work! (Never noticed because I was
10240         testing with a ps that is causing gs to exit every time!)
10241
10242 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10243
10244         * data/evince.schemas.in: updated simple error in applyto closing tag
10245
10246 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10247
10248         * Makefile.am:
10249         * configure.ac:
10250         * data/.cvsignore:
10251         * data/Makefile.am:
10252         * data/evince-ui.xml:
10253         A data/evince.schemas.in:
10254         * po/POTFILES.in:
10255         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10256         * shell/ev-stock-icons.h:
10257         * shell/ev-window.c: (update_chrome_visibility),
10258         (update_chrome_flag), (ev_window_cmd_edit_find),
10259         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10260         (ev_window_unfullscreen), (ev_window_focus_in_event),
10261         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10262         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10263         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10264         (ev_window_dispose), (ev_window_class_init),
10265         (set_action_properties), (set_chrome_actions), (load_chrome),
10266         (ev_window_init):
10267
10268         Implement fullscreen mode changes from bug #164776.
10269         Also implement persistent chrome toggles.
10270
10271 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10272
10273         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10274
10275 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10276
10277         * NEWS:
10278         * configure.ac:
10279         * shell/ev-view.c:
10280
10281         Add another check for find interface
10282
10283         Release 0.1.3
10284
10285 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10286
10287         * shell/ev-application.c: (ev_application_open):
10288         * shell/ev-window.c: (ev_window_open):
10289
10290         Open gzipped ps documents
10291
10292 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10293
10294         * TODO:
10295         * shell/ev-view.c: (set_document_page):
10296
10297         Clamp page number, dont try to move to
10298         not existant pages.
10299
10300 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10301
10302         * backend/ev-document-find.c: (ev_document_find_changed):
10303         * backend/ev-document-find.h:
10304         * pdf/xpdf/pdf-document.cc:
10305         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10306         * shell/ev-window.c: (find_bar_search_changed_cb):
10307
10308         Fix several bugs with find
10309
10310 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10311
10312         * shell/ev-sidebar-thumbnails.c
10313         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10314         document. Prevents warning from scroll_to_cell.
10315
10316 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10317
10318         * configure.ac: Add «nb» to ALL_LINGUAS too.
10319
10320 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10321
10322         * NOTES: New file with some random thoughts.
10323
10324         * TODO: Update.
10325
10326         * backend/ev-document-misc.c:
10327         (ev_document_misc_get_page_border_size): New function to
10328         canonicalize shadow drawing sizes.  Possibly goofy.
10329
10330         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10331         (ev_view_best_fit), (ev_view_fit_width):
10332         * pdf/xpdf/pdf-document.cc:
10333         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10334         * ps/ps-document.c: (ps_document_get_page_size):
10335         * backend/ev-document-misc.h:
10336         * backend/ev-document.c: (ev_document_get_page_size):
10337         * backend/ev-document.h: get_page_size now takes a page number
10338         parameter.  Made all the backends/frontends honor it.
10339
10340         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10341         see.  Doesn't work yet.
10342
10343         * shell/Makefile.am:
10344         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10345         Doesn't do anything yet.
10346
10347         * shell/ev-sidebar-thumbnails.c:
10348         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10349         [0..n_pages-1]
10350
10351         * shell/ev-window.c: (update_action_sensitivity),
10352         (ev_window_setup_document), (ev_window_set_page_mode),
10353         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10354         view-swapping code a bit so we can have multiple views on a
10355         document.  Add the multi-page view, though it can't be turned on
10356         yet.
10357
10358 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10359
10360         * shell/ev-application.c: (ev_application_open):
10361         * shell/ev-view.c: (expose_bin_window):
10362         * shell/ev-window.c: (ev_window_open):
10363
10364         Support eps and check document supports find
10365         before drawing highlightings in expose.
10366
10367 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10368
10369         * pixbuf/pixbuf-document.c:
10370         (pixbuf_document_thumbnails_get_dimensions),
10371         (pixbuf_document_document_thumbnails_iface_init):
10372
10373         implement get_dimensions
10374
10375 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10376
10377         * NEWS:
10378         * configure.ac:
10379
10380         Release 0.1.2
10381
10382 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10383
10384         * shell/ev-view.c: (set_document_page):
10385
10386         Scroll at the top of the page when changing page
10387
10388 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10389
10390         * shell/ev-view.c: (ev_view_motion_notify_event):
10391
10392         Do not redraw unnecessarily
10393
10394 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10395
10396         * pdf/xpdf/pdf-document.cc:
10397         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10398         (expose_bin_window), (find_changed_cb):
10399
10400         Yay! find works now... Now to find bugs...
10401
10402 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10403
10404         * backend/ev-document-find.c: (ev_document_find_base_init),
10405         (ev_document_find_changed):
10406         * backend/ev-document-find.h:
10407         * pdf/xpdf/pdf-document.cc:
10408         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10409         (expose_bin_window), (ev_view_init), (set_document_page),
10410         (ensure_rectangle_is_visible), (jump_to_find_result),
10411         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10412         (ev_view_find_next), (ev_view_find_previous):
10413         * shell/ev-view.h:
10414         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10415
10416         More work on find implementation, mostly there now
10417
10418 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10419
10420         * backend/ev-backend-marshalers.list:
10421         * backend/ev-document-find.c: (ev_document_find_base_init),
10422         (ev_document_find_cancel), (ev_document_find_page_has_results),
10423         (ev_document_find_get_n_results), (ev_document_find_get_result),
10424         (ev_document_find_get_progress), (ev_document_find_changed):
10425         * backend/ev-document-find.h:
10426
10427         Enanche the find interface to be really able to do
10428         multi page find.
10429
10430         * pdf/xpdf/pdf-document.cc:
10431
10432         Implement
10433
10434         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10435         (expose_bin_window), (ev_view_init),
10436         (ev_view_get_find_status_message), (find_changed_cb),
10437         (ev_view_set_document), (set_document_page):
10438
10439         Adapt to the new interface. A few things are regressed sorry,
10440         I will finish it soon.
10441
10442 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10443
10444         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10445         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10446         ev_sidebar_thumbnails_parent_class variable, don't define another
10447         parent_class variable.
10448
10449         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10450         (ev_page_action_class_init): ditto.
10451
10452         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10453         (pixbuf_document_class_init): ditto.
10454
10455         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10456         ditto.
10457
10458         * .cvsignore: ignore various valgrind output files.
10459
10460 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10461
10462         * data/evince-ui.xml:
10463         * shell/Makefile.am:
10464         * shell/ev-history.c:
10465         * shell/ev-history.h:
10466         * shell/ev-navigation-action.c:
10467         * shell/ev-navigation-action.h:
10468         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10469         (ev_view_set_page), (ev_view_fit_width):
10470         * shell/ev-view.h:
10471         * shell/ev-window.c: (update_action_sensitivity),
10472         (ev_window_setup_document), (register_custom_actions):
10473
10474         Kill session history
10475
10476 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10477
10478         * shell/ev-window.c: (update_action_sensitivity):
10479
10480         Fix inverted up/down buttons
10481
10482 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10483
10484         * shell/ev-sidebar-thumbnails.c
10485         (ev_sidebar_thumbnails_select_page): make sure the selected
10486         thumbnail stays visible.
10487
10488 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10489
10490         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10491         scrolled window for Federico.
10492
10493 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10494
10495         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10496
10497 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * configure.ac:
10500         * pdf/splash/SplashFTFontEngine.cc:
10501
10502         Fix CID fonts with freetype 2.1.9
10503
10504 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10505
10506         * TODO: added item for desktop icon thumbnailer
10507
10508 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10509
10510         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10511         unloaded docs when the title is accessed.
10512
10513         * shell/ev-password-view.[hc]: New widget for displaying password
10514         state.
10515
10516         * shell/ev-window.[ch]: Refactor password handling code to handle
10517         the new view.
10518
10519 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10520
10521         * NEWS:
10522         * configure.ac:
10523         * data/Makefile.am:
10524
10525         Release 0.1.1
10526
10527 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10528
10529         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10530         ignore page offset here, to make search results independent of it,
10531
10532         * shell/ev-view.c (expose_bin_window): but take offsets into
10533         account here. Bug #164932
10534
10535         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10536         scale at the right time. Bug #164996
10537
10538 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10539
10540         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10541         fix the problem. Now I just removed the Adobe font names and hope
10542         that the URW fonts are always in outline format. Bug #164934
10543
10544         * shell/ev-window.c (update_window_title): empty titles are
10545         useless, use filename in that case too.
10546
10547         * NEWS: Add some content.
10548
10549 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10550
10551         * TODO: added one more TODO item and a TODONE section :)
10552
10553 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10554
10555         * ps/ps-document.h: add page_[xy]_offset fields.
10556
10557         * ps/ps-document.c (ps_document_set_page_offset)
10558         (ps_document_render): Keep offset in consideration in a few
10559         places. Bug #164752 "postscript documents are not centered in
10560         window"
10561
10562         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10563         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10564
10565         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10566         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10567         stub out missing methods for complete EvDocument implementation.
10568         Fixes segfaults with Save A Copy and Copy actions.
10569
10570         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10571         (ps_document_document_iface_init): ditto.
10572         
10573 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * data/.cvsignore:
10576         * data/Makefile.am:
10577         * data/evince.desktop.in:
10578
10579         Add desktop file
10580
10581 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10582
10583         * shell/ev-view.c: (ev_view_button_press_event),
10584         (ev_view_motion_notify_event):
10585
10586         Make selection work in any direction
10587
10588 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10589
10590         * TODO:
10591         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10592
10593         Use shorter labels for some of the toolbars items
10594
10595 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * pdf/xpdf/pdf-document.cc:
10598
10599         Check the links info is initialized before
10600         using it. Should fix a crash on startup.
10601
10602 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10603
10604         * pixbuf/pixbuf-document.c
10605         (pixbuf_document_thumbnails_get_dimensions): force floating point
10606         division to calculate page_ratio. Fixes crash with landscape
10607         format pixbufs.
10608
10609 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10610
10611         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10612
10613 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10614
10615         * shell/ev-view.c (set_document_page): unset has_selection when
10616         the page changes.
10617         (set_document_page): handle paper size changes when the page
10618         changes (test with Free Culture, page 2).
10619
10620 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10621
10622         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10623         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10624
10625         Use normal style color for the widget background and
10626         draw a black box around the page.
10627
10628 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * pdf/xpdf/pdf-document.cc:
10631
10632         Keep offset in consideration in a few places
10633
10634         * shell/ev-view.c: (expose_bin_window):
10635
10636         Set the offsets so that the document is ever centered
10637
10638 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10639
10640         * TODO: Added TODO items and finished off the first todo item
10641
10642         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10643         reflect current authors
10644
10645 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10646
10647         * pdf/xpdf/pdf-document.cc:
10648         * shell/ev-view.c: (ev_view_set_cursor),
10649         (ev_view_motion_notify_event), (document_changed_callback),
10650         (set_document_page):
10651
10652         Show a wait cursor while the page is rendering
10653
10654 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10655
10656         * shell/ev-sidebar-thumbnails.c:
10657         (ev_sidebar_tree_selection_changed),
10658         (ev_sidebar_thumbnails_select_page):
10659         * shell/ev-sidebar-thumbnails.h:
10660         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10661         (ev_view_can_go_forward):
10662         * shell/ev-window.c: (ev_window_open_page),
10663         (ev_window_setup_document), (update_current_page),
10664         (view_page_changed_cb), (ev_window_init):
10665         * shell/ev-window.h:
10666
10667         Ensure thumbnails selection, toolbar page control and
10668         current page are in sync.
10669
10670 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10671
10672         * pdf/xpdf/XRef.cc:
10673
10674         Fix CAN-2005-0064
10675
10676 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10677
10678         * backend/Makefile.am:
10679         * backend/ev-document-links.h:
10680         * backend/ev-document-security.c: (ev_document_security_get_type),
10681         (ev_document_security_has_document_security),
10682         (ev_document_security_set_password):
10683         * backend/ev-document-security.h:
10684         * backend/ev-document.c: (ev_document_error_quark):
10685         * backend/ev-document.h:
10686         * data/Makefile.am:
10687         * data/evince-password.glade:
10688         * pdf/xpdf/pdf-document.cc:
10689         * shell/Makefile.am:
10690         * shell/ev-password.c: (ev_password_set_bad_password_label),
10691         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10692         (ev_password_dialog_get_password),
10693         (ev_password_dialog_set_bad_pass):
10694         * shell/ev-password.h:
10695         * shell/ev-window.c: (ev_window_get_attribute),
10696         (ev_window_set_property), (update_action_sensitivity),
10697         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10698         (ev_window_setup_document), (ev_window_get_password),
10699         (ev_window_open), (ev_window_cmd_save_as),
10700         (using_postscript_printer), (ev_window_print),
10701         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10702         (update_fullscreen_popup), (ev_window_fullscreen),
10703         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10704         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10705         (menu_item_select_cb), (find_bar_search_changed_cb),
10706         (ev_window_dispose), (ev_window_init):
10707
10708         Add initial support for password-supported dialogs.  This could be
10709         a lot cooler, but it'll do for now.
10710
10711 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10712
10713         * pdf/xpdf/pdf-document.cc:
10714         * shell/ev-view.c: (status_message_from_link),
10715         (ev_view_set_status), (ev_view_set_cursor),
10716         (ev_view_motion_notify_event), (ev_view_init):
10717         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10718
10719         Fix bugs in the links implementation and change cursor
10720         when hovering a link.
10721
10722 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10723
10724         * viewer/.cvsignore: added cvsignore file for viewer directory
10725
10726         * TODO: created TODO document
10727
10728 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10729
10730         * shell/ev-view.h:
10731         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10732         new functions to help with implementation of sensitivity code
10733         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10734         of all actions that might require it.  Fixes a crash when you
10735         click on the Zoom actions in a window lacking a document.
10736
10737 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10738
10739         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10740         of the Find action
10741
10742 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10743
10744         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10745         (pixbuf_document_document_iface_init):
10746         * ps/ps-document.c: (ps_document_get_link),
10747         (ps_document_document_iface_init):
10748         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10749         (status_message_from_link), (ev_view_set_status),
10750         (ev_view_set_find_status), (ev_view_motion_notify_event),
10751         (ev_view_button_release_event), (ev_view_set_property),
10752         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10753         (ev_view_get_find_status_message), (update_find_results),
10754         (ev_view_get_status), (ev_view_get_find_status):
10755         * shell/ev-view.h:
10756         * shell/ev-window.c: (view_status_changed_cb),
10757         (view_find_status_changed_cb), (ev_window_init):
10758
10759         View status message support, use it to show the links.
10760         Needs work...
10761
10762 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * backend/ev-document.c: (ev_document_get_link):
10765         * backend/ev-document.h:
10766         * pdf/xpdf/pdf-document.cc:
10767         * shell/ev-application.c: (ev_application_open):
10768         * shell/ev-application.h:
10769         * shell/ev-sidebar-links.c: (selection_changed_cb):
10770         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10771         (ev_view_go_to_link):
10772
10773         Add support for document links
10774
10775 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10776
10777         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10778         (create_tool_item):
10779         Set the spin button limits correctly.
10780         
10781         * shell/ev-sidebar-thumbnails.c:
10782         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10783         Support changing pages by clicking on the thumbnails.
10784         
10785 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10786
10787         * pixbuf/pixbuf-document.c:
10788         (pixbuf_document_thumbnails_get_dimensions),
10789         (pixbuf_document_document_thumbnails_iface_init):
10790
10791         implement get_dimensions
10792
10793 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * ps/ps-document.c: (ps_document_goto_page):
10796
10797         Fix page switching on multipage documents
10798
10799 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10800
10801         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10802         
10803         check for NULL before assigning to width and height parameters
10804
10805 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10806
10807         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10808         (pixbuf_document_set_property), (pixbuf_document_get_property):
10809
10810         implement get/set properties
10811
10812 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10813
10814         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10815         
10816         return NULL instead of "Unknown", letting the title get set to
10817         the filename when the pdf has no title.
10818
10819 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10820
10821         * ps/ps-document.c: (ps_document_get_page_count),
10822         (ps_document_goto_page):
10823
10824 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10825
10826         * shell/ev-history.c: (ev_history_get_property),
10827         (ev_history_set_property), (ev_history_class_init),
10828         (ev_history_add_page), (ev_history_set_current_index):
10829         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10830         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10831         (ev_navigation_action_finalize):
10832         * shell/ev-navigation-action.h:
10833         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10834         (ev_view_go_forward), (ev_view_get_find_status_message),
10835         (history_index_changed_cb), (ev_view_set_history):
10836         * shell/ev-view.h:
10837         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10838         (update_current_page), (register_custom_actions):
10839
10840         Implement history dropdowns
10841
10842 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10843
10844         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10845         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10846         (ev_view_go_forward):
10847         * shell/ev-window.c: (register_custom_actions):
10848
10849         Fix several history bugs
10850
10851 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10852
10853         * configure.ac: Add «nb» to ALL_LINGUAS.
10854
10855 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10856
10857         * backend/Makefile.am:
10858         * backend/ev-bookmark.c:
10859         * backend/ev-bookmark.h:
10860         * backend/ev-document-bookmarks.c:
10861         * backend/ev-document-bookmarks.h:
10862         * backend/ev-document-links.c: (ev_document_links_get_type),
10863         (ev_document_links_has_document_links),
10864         (ev_document_links_begin_read), (ev_document_links_get_link),
10865         (ev_document_links_get_child), (ev_document_links_next),
10866         (ev_document_links_free_iter):
10867         * backend/ev-document-links.h:
10868         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10869         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10870         (ev_link_get_link_type), (ev_link_set_link_type),
10871         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10872         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10873         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10874         (ev_link_new_external):
10875         * backend/ev-link.h:
10876         * pdf/xpdf/pdf-document.cc:
10877         * shell/Makefile.am:
10878         * shell/ev-application.c: (ev_application_open_link):
10879         * shell/ev-application.h:
10880         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10881         (ev_history_get_link_nth):
10882         * shell/ev-history.h:
10883         * shell/ev-sidebar-bookmarks.c:
10884         * shell/ev-sidebar-bookmarks.h:
10885         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10886         (ev_sidebar_links_class_init), (selection_changed_cb),
10887         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10888         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10889         (do_one_iteration), (populate_links_idle),
10890         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10891         * shell/ev-sidebar-links.h:
10892         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10893         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10894         (go_to_index):
10895         * shell/ev-view.h:
10896         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10897         * shell/ev-window.h:
10898
10899         Rename bookmark to link, and use "Index" for the sidebar panel.
10900
10901 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10902
10903         * shell/Makefile.am:
10904         * shell/ev-application.c: (ev_application_open_bookmark):
10905         * shell/ev-application.h:
10906         * shell/ev-history.c: (ev_history_init), (free_links_list),
10907         (ev_history_finalize), (ev_history_class_init),
10908         (ev_history_add_link), (ev_history_add_page),
10909         (ev_history_get_link_nth), (ev_history_get_n_links),
10910         (ev_history_get_current_index), (ev_history_set_current_index),
10911         (ev_history_new):
10912         * shell/ev-history.h:
10913         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10914         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10915         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10916         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10917         (ev_view_set_page):
10918         * shell/ev-view.h:
10919         * shell/ev-window.c: (ev_window_open_bookmark),
10920         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10921         (goto_page_cb), (register_custom_actions):
10922         * shell/ev-window.h:
10923
10924         Initial history implementation. Needs work.
10925
10926 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10927
10928         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10929
10930 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10931
10932         * cut-n-paste/recent-files/egg-recent-item.c:
10933         * cut-n-paste/recent-files/egg-recent-item.h:
10934         * cut-n-paste/recent-files/egg-recent-model.c:
10935         * cut-n-paste/recent-files/egg-recent-util.c:
10936         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10937         * cut-n-paste/recent-files/egg-recent-view.c:
10938
10939         Update
10940
10941 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10942
10943         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10944         (fillGlyph, fillImageMask, drawImage):
10945         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10946         pdf/splash/SplashTypes.h:
10947         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10948         packed mode for Splash.
10949
10950         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10951         RGB8 packed mode, eliminates the pixbuf data creation loop.
10952
10953         * shell/ev-print-job.c (ev_print_job_finalize)
10954         (ev_print_job_set_property, ev_print_job_get_property)
10955         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10956         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10957         (print_closure_finalize, ev_print_job_print): implement
10958         printing (for backends with EvPsExporter)
10959
10960         * shell/ev_print_job.h: update prototypes.
10961
10962         * shell/ev-window.c (ev_window_print): unref print job after
10963         printing.
10964
10965         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10966         unless the document implements the EvDocumentFind interface.
10967
10968 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10969
10970         * configure.ac: Added ja to ALL_LINGUAS.
10971
10972 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10973
10974         * pdf/xpdf/pdf-document.cc:
10975
10976         add a FIXME. We should probably not allocate
10977         a bookmark object every time
10978
10979 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10980
10981         * shell/ev-application.c: (ev_application_open),
10982         (ev_application_open_bookmark):
10983         * shell/ev-application.h:
10984         
10985         Add a way to open bookmarks
10986
10987         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10988         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10989         (ev_bookmark_set_property), (ev_bookmark_class_init),
10990         (ev_bookmark_new_title), (ev_bookmark_new_link),
10991         (ev_bookmark_new_external):
10992
10993         Support for external uris, better constructors.
10994
10995         * backend/ev-bookmark.h:
10996         * pdf/xpdf/pdf-document.cc:
10997         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10998
10999         Handle external uris
11000
11001 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11004         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11005
11006         Hook up bookmarks navigation
11007
11008 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * backend/Makefile.am:
11011         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11012         (ev_bookmark_get_title), (ev_bookmark_set_title),
11013         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11014         (ev_bookmark_get_page), (ev_bookmark_set_page),
11015         (ev_bookmark_get_property), (ev_bookmark_set_property),
11016         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11017         (ev_bookmark_new):
11018         * backend/ev-bookmark.h:
11019         * backend/ev-document-bookmarks.c:
11020         (ev_document_bookmarks_get_bookmark):
11021         * backend/ev-document-bookmarks.h:
11022         * pdf/xpdf/pdf-document.cc:
11023         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11024
11025         Add a bookmark object to the backend and use it instead of get_values
11026
11027 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * data/evince-ui.xml:
11030
11031         Cleanup and add select all.
11032
11033         * shell/ev-view.c: (ev_view_select_all),
11034         (ev_view_button_press_event):
11035         * shell/ev-view.h:
11036         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11037
11038         Add select all.
11039         Clear selection on click.
11040
11041 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11042
11043         * shell/ev-sidebar-thumbnails.c
11044         (ev_sidebar_thumbnails_set_document): forgot to unref the
11045         loading_icon.
11046
11047 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11048
11049         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11050         at the visible page, not just linearly.  This makes it look fast.
11051
11052 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11053
11054         * backend/ev-document-misc.c
11055         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11056         white.
11057         * backend/ev-document-thumbnails.h: New interface to get the size
11058         of a page.
11059
11060 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11061
11062         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11063         make dist works
11064
11065 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11066
11067         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11068         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11069         things up a bit.
11070
11071         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11072
11073 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11074
11075         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11076         fonts. Should fix font problems on systems that have the base
11077         fonts in bitmap format. Reported by James Henstridge
11078         <james@jamesh.id.au>.
11079
11080 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11081
11082         * pdf/xpdf/Gfx.cc:
11083         * pdf/xpdf/GfxState.cc:
11084
11085         Fix for CAN-2004-1125
11086
11087 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * shell/ev-view.c: (ev_view_copy):
11090         * shell/ev-view.h:
11091         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11092
11093         Implement Edit->Copy
11094
11095 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11096
11097         * backend/ev-document.c: (ev_document_get_text):
11098         * backend/ev-document.h:
11099         * pdf/xpdf/pdf-document.cc:
11100         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11101         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11102         (ev_view_update_primary_selection), (ev_view_button_press_event),
11103         (ev_view_motion_notify_event), (ev_view_button_release_event):
11104
11105         Beginnings of clipboard support. Incomplete but primary sort
11106         of work.
11107
11108 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11111         (expose_bin_window):
11112
11113         Nicer rubberband drawing, from GtkIconView.
11114
11115 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * backend/ev-document.c: (ev_document_save):
11118         * backend/ev-document.h:
11119         * data/evince-ui.xml:
11120         * pdf/xpdf/pdf-document.cc:
11121         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11122
11123         Implement "Save a copy..." menu item
11124
11125 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * shell/ev-view.c: (ev_view_zoom):
11128
11129         Queue a resize when zoom changes
11130
11131 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11132
11133         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11134         shadows.
11135
11136         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11137         thumbnails..
11138
11139 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11140
11141         * pdf/xpdf/pdf-document.cc
11142         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11143
11144 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11145
11146         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11147         It's slow, but I'll speed it up next!
11148
11149 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11150
11151         * shell/main.c (load_files):
11152
11153         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11154         from the command line and because it seems more appropriate.
11155
11156 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * data/evince-ui.xml:
11159         * shell/ev-window.c: (update_action_sensitivity),
11160         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11161
11162         s/next page/page down
11163         s/previous page/page up
11164
11165 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * data/evince-ui.xml:
11168
11169         Change the layout to match clarkbw design.
11170
11171         * shell/Makefile.am:
11172         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11173         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11174         (ev_navigation_action_finalize),
11175         (ev_navigation_action_set_property),
11176         (ev_navigation_action_get_property),
11177         (ev_navigation_action_class_init):
11178         * shell/ev-navigation-action.h:
11179
11180         Implement clarkbw toolbar navigation controls (incomplete)
11181
11182         * shell/ev-page-action.c: (update_label), (update_spin),
11183         (value_changed_cb), (create_tool_item), (connect_proxy),
11184         (ev_page_action_init), (ev_page_action_finalize),
11185         (ev_page_action_set_property), (ev_page_action_get_property),
11186         (ev_page_action_set_current_page),
11187         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11188         * shell/ev-page-action.h:
11189
11190         Implement a page switcher in the toolbar
11191
11192         * shell/ev-view.c: (ev_view_scroll_view):
11193         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11194         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11195         (register_custom_actions), (ev_window_init):
11196
11197         Change page on PageUp/Down.
11198
11199 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11200
11201         * pdf/xpdf/pdf-document.cc
11202         (pdf_document_thumbnails_get_thumbnail): initial stab at
11203         implementing thumbnail support for pdfs.  It only does documents
11204         with precached pdfs now.
11205
11206 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11207
11208         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11209         thumbnail code into a time-based idle as well.  Also, turn off the
11210         shadow temporarily as it's really slow.
11211
11212 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11213
11214         * backend/ev-document.c: (ev_document_class_init):
11215         * pdf/xpdf/pdf-document.cc:
11216         * shell/ev-window.c: (ev_window_open):
11217
11218         Fix document title bugs and fallback to
11219         filename when not available.
11220
11221 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * backend/ev-document.c: (ev_document_get_type),
11224         (ev_document_class_init), (ev_document_load),
11225         (ev_document_get_title):
11226         * backend/ev-document.h:
11227         * pdf/xpdf/pdf-document.cc:
11228         * ps/ps-document.c: (ps_document_set_property),
11229         (ps_document_get_property), (ps_document_class_init),
11230         (document_load):
11231         * ps/ps-document.h:
11232         * ps/ps.h:
11233         * shell/ev-window.c: (update_window_title), (ev_window_open),
11234         (ev_window_init):
11235
11236         Initial support for document title. Not working yet.
11237
11238 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11241
11242         Grab focus on the view when clicking it
11243
11244 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11245
11246         * shell/ev-marshal.list:
11247         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11248         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11249
11250         Add key bindings to the view. Now if the focus would work
11251         right...
11252
11253 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11254
11255         * Makefile.am:
11256         * backend/Makefile.am:
11257         * data/Makefile.am:
11258         * dvi/Makefile.am:
11259         * dvi/dvilib/Makefile.am:
11260         * pdf/xpdf/Makefile.am:
11261         * po/POTFILES.in:
11262         * ps/Makefile.am:
11263
11264         Fix distcheck
11265
11266 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * shell/ev-view.c: (ev_view_realize):
11269
11270         Fix mouse wheel scrolling
11271
11272 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * ps/Makefile.am:
11275         * ps/gstypes.h:
11276         * ps/gtkgs.c:
11277         * ps/gtkgs.h:
11278         * ps/ps-document.c: (catchPipe), (ps_document_init),
11279         (ps_document_class_init), (ps_document_cleanup),
11280         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11281         (set_up_page), (close_pipe), (is_interpreter_ready),
11282         (interpreter_failed), (output), (input), (start_interpreter),
11283         (stop_interpreter), (file_length), (file_readable),
11284         (check_filecompressed), (check_pdf), (compute_xdpi),
11285         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11286         (ps_document_get_type), (ps_document_emit_error_msg),
11287         (document_load), (ps_document_next_page),
11288         (ps_document_get_current_page), (ps_document_get_page_count),
11289         (ps_document_goto_page), (ps_document_set_page_size),
11290         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11291         (ps_document_load), (ps_document_get_n_pages),
11292         (ps_document_set_page), (ps_document_get_page),
11293         (ps_document_widget_event), (ps_document_set_target),
11294         (ps_document_set_scale), (ps_document_set_page_offset),
11295         (ps_document_get_page_size), (ps_document_render),
11296         (ps_document_document_iface_init):
11297         * ps/ps-document.h:
11298         * ps/ps.c:
11299         * shell/ev-window.c: (ev_window_open):
11300
11301         Rename GtkGS to PSDocument
11302
11303 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11304
11305         * ps/gtkgs.c: (gtk_gs_class_init):
11306         * ps/gtkgs.h:
11307
11308         Some more leftover...
11309
11310 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11311
11312         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11313         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11314         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11315         * ps/gtkgs.h:
11316
11317         Remove unused code and make a lot of stuff private
11318
11319 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11320
11321         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11322         (gtk_gs_defaults_changed):
11323         * ps/gsdefaults.h:
11324         * ps/gtkgs.c:
11325         * ps/gtkgs.h:
11326         * ps/ps.h:
11327
11328         Cleanup headers dependencies
11329
11330 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11331
11332         * ps/Makefile.am:
11333         * ps/ggvutils.c:
11334         * ps/ggvutils.h:
11335         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11336         * ps/gsdefaults.h:
11337         * ps/gtkgs.c: (file_length), (file_readable),
11338         (check_filecompressed), (check_pdf), (gtk_gs_load),
11339         (gtk_gs_get_postscript):
11340
11341         Get rid of ggvutils
11342
11343 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11344
11345         * ps/ggvutils.c:
11346         * ps/ggvutils.h:
11347         * ps/gsio.h:
11348         * ps/gtkgs.c: (gtk_gs_set_zoom):
11349
11350         Cleanups
11351
11352 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11353
11354         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11355
11356         Ensure the page is rerendered when changing zoom
11357
11358 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * backend/ev-document.c: (ev_document_base_init),
11361         (ev_document_changed):
11362         * backend/ev-document.h:
11363
11364         Add a changed event that is emitted when the page content
11365         changes. This is necessary to deal with the fact that
11366         in ps backend rendering happen asycrounously.
11367         This makes the ps backend mostly work.
11368
11369         * pdf/xpdf/pdf-document.cc:
11370
11371         Emit changed event
11372
11373         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11374         (ps_document_set_target):
11375
11376         Emit changed event
11377
11378         * shell/ev-view.c: (document_changed_callback),
11379         (ev_view_set_document), (ev_view_set_page):
11380
11381         Redraw on the changed signal
11382
11383 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11384
11385         * configure.ac: Added pt_BR to ALL_LINGUAS.
11386
11387 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11388
11389         * backend/ev-document-bookmarks.c:
11390         (ev_document_bookmarks_get_child): *
11391         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11392         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11393         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11394         (ev_sidebar_bookmarks_destroy),
11395         (ev_sidebar_bookmarks_class_init),
11396         (ev_sidebar_bookmarks_construct), (stack_data_free),
11397         (do_one_iteration), (populate_bookmarks_idle),
11398         (ev_sidebar_bookmarks_clear_document),
11399         (ev_sidebar_bookmarks_set_document): *
11400         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11401         (ev_sidebar_add_page),
11402         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11403         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11404         it displays both the topics and the page numbers.
11405
11406 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11407
11408         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11409         toggle.
11410         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11411         visible.
11412
11413 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11414
11415         * configure.ac: Added en_CA to ALL_LINGUAS.
11416
11417 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11418
11419         * ChangeLog: replace bottom of this ChangeLog (merged history of
11420         ggv and gpdf; where all paths were wrong and most of the files are
11421         not even in this tree) with ChangeLog (from arch) of the shell
11422         code.
11423
11424 2004-12-23  Havoc Pennington  <hp@redhat.com>
11425
11426         * shell/ev-window.c: hook up potentially-questionable "find
11427         results status text" feature - something involving the sidebar or
11428         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11429         might be better in the end.
11430
11431         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11432         with corresponding signal when it should be updated
11433
11434         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11435
11436 2004-12-22  Havoc Pennington  <hp@redhat.com>
11437
11438         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11439         find stuff on other pages, sort of (only returns one result on
11440         invisible pages, to show they have results; updates full results
11441         for a page when you view it). Currently repaints the current page
11442         every time a new result is found on any page, which isn't so nice.
11443
11444 2004-12-22  Havoc Pennington  <hp@redhat.com>
11445
11446         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11447         the document doesn't support find (better ideas?)
11448         (find_bar_search_changed_cb): handle missing document or document
11449         that doesn't support find
11450
11451         * pdf/xpdf/pdf-document.cc: port to implement the new
11452         EvDocumentFindIface
11453
11454         * backend/ev-document-find.c: create a new interface for searching
11455
11456         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11457
11458 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11459
11460         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11461         libevbackend.la.
11462
11463         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11464         EvPrintJob constructor arguments.
11465
11466         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11467         for documents that can export PostScript (page by page).
11468
11469         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11470         
11471         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11472         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11473         (pdf_document_ps_exporter_iface_init:
11474         Implement EvPSExporter.
11475
11476         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11477
11478 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11479
11480         * backend/Makefile.am:
11481         * backend/ev-document-thumbnails.c:
11482         (ev_document_thumbnails_get_type),
11483         (ev_document_thumbnails_get_thumbnail):
11484         * backend/ev-document-thumbnails.h:
11485         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11486         (pixbuf_document_thumbnails_get_thumbnail),
11487         (pixbuf_document_document_thumbnails_iface_init):
11488         * shell/Makefile.am:
11489         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11490         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11491         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11492         * shell/ev-sidebar-thumbnails.h:
11493         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11494         (ev_sidebar_set_document):
11495         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11496         (create_shadow), (ev_pixbuf_add_shadow):
11497         * shell/ev-utils.h:
11498         Add thumbnail support.
11499         
11500 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11501
11502         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11503         (using_postscript_printer): Set up a print dialog for "PostScript
11504         injection" method.
11505
11506         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11507         EvPrintJob.
11508
11509         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11510
11511 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11512
11513         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11514         (ps_document_set_target), (ps_document_get_page_size),
11515         (ps_document_render):
11516         * ps/gtkgs.h:
11517
11518         Fix a few bugs
11519
11520 2004-12-22  Christian Rose  <menthos@menthos.com>
11521
11522         * configure.ac: Added "sv" to ALL_LINGUAS.
11523
11524 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11525
11526         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11527         document supports bookmarks.
11528
11529 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11530
11531         * ps/ggvutils.c: (ggv_file_readable):
11532         * ps/ggvutils.h:
11533         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11534         (gtk_gs_get_postscript):
11535
11536         Remove unused utils
11537
11538 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11541         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11542         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11543         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11544         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11545         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11546         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11547         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11548         (gtk_gs_set_antialiasing), (ps_document_load),
11549         (ps_document_render):
11550         * ps/gtkgs.h:
11551
11552         Another check point for the ps backend. Now I can get it to show
11553         pages!
11554
11555 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11556
11557         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11558         document setting code.
11559
11560 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11561
11562         * shell/eggfindbar.c: (entry_activate_callback):
11563         Animate the next button when activate is pressed.
11564         
11565 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11566
11567         * shell/ev-window.c: (ev_window_cmd_edit_find),
11568         (update_fullscreen_popup), (ev_window_fullscreen),
11569         (ev_window_unfullscreen), (ev_window_state_event_cb),
11570         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11571         Fix bugs in fullscreen code.
11572         
11573 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11574
11575         * Makefile.am:
11576         * configure.ac:
11577         * pixbuf/Makefile.am:
11578         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11579         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11580         (pixbuf_document_set_page), (pixbuf_document_get_page),
11581         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11582         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11583         (pixbuf_document_render), (pixbuf_document_begin_find),
11584         (pixbuf_document_end_find), (pixbuf_document_finalize),
11585         (pixbuf_document_class_init),
11586         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11587         * pixbuf/pixbuf-document.h:
11588         * shell/Makefile.am:
11589         * shell/ev-application.c: (ev_application_open):
11590         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11591         (ev_window_open):
11592         Add pixbuf backend.
11593         
11594 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11595
11596         * Makefile.am: 
11597         * dvi/dvilib/Makefile.am:
11598         * dvi/Makefile.am:
11599         * configure.ac: Auto*ify dvi and dvi/dvilib
11600
11601         * dvi/Makefile: Remove from CVS
11602         
11603         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11604         confusion.
11605
11606         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11607         
11608         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11609         
11610 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * ps/Makefile.am:
11613         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11614         (gtk_gs_value_adjustment_changed), (compute_size),
11615         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11616         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11617         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11618         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11619         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11620         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11621         (ps_document_load), (ps_document_get_n_pages),
11622         (ps_document_set_page), (ps_document_get_page),
11623         (ps_document_set_target), (ps_document_set_scale),
11624         (ps_document_set_page_offset), (ps_document_get_page_size),
11625         (ps_document_render), (ps_document_begin_find),
11626         (ps_document_end_find), (ps_document_document_iface_init):
11627         * ps/gtkgs.h:
11628         * shell/Makefile.am:
11629         * shell/ev-window.c: (ev_window_open):
11630
11631         Some work to integrate gtkgs with EvDocument
11632
11633 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11634
11635         * shell/ev-window.c: (update_fullscreen_popup),
11636         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11637         (exit_fullscreen_button_clicked_cb),
11638         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11639         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11640         (ev_window_state_event_cb), (ev_window_init):
11641         Add fullscreen support from Epiphany.
11642         
11643 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11644
11645         * data/ev-stock-zoom-fit-width.png: fit-width
11646         stock icon from gpdf.
11647         
11648         * shell/ev-stock-icons.[ch]: copied from gpdf.
11649         
11650         * shell/main.c: (main): init stock icons.
11651         
11652         * shell/ev-window.c: use the fit-width icon.
11653         
11654         * data/evince-ui.xml: add zooming toolbar items.
11655
11656 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11657
11658         * shell/ev-view.c: 
11659         (ev_view_best_fit), (ev_view_fit_width): because
11660         get_page_size() returns the scaled page size, we
11661         need to calculate the scale factor relative to
11662         the previous scale factor. Should really just
11663         add get_real_page_size().
11664
11665 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11666
11667         * shell/ev-view.[ch]:
11668         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11669         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11670         add zooming.
11671         
11672         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11673         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11674         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11675         hook it up.
11676         
11677         * pdf/xpdf/pdf-document.cc:
11678         (pdf_document_begin_find),
11679         (pdf_document_end_find): make static.
11680
11681 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11682
11683         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11684
11685         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11686         names to fontconfig patterns.
11687         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11688
11689         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11690         setupBaseFontsFc.
11691
11692 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * Makefile.am:
11695         * configure.ac:
11696         * ps/Makefile.am:
11697         * ps/ggvutils.c:
11698         * ps/ggvutils.h:
11699         * ps/gsdefaults.c:
11700         * ps/gsdefaults.h:
11701         * ps/gsio.c:
11702         * ps/gsio.h:
11703         * ps/gtkgs.c:
11704         * ps/gtkgs.h:
11705         * ps/ps.c:
11706         * ps/ps.h:
11707
11708         Import ggv backend. Not hooked up yet.
11709
11710 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11711
11712         * shell/main.c: (load_files), (main): load files
11713         from the command line.
11714
11715 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11716
11717         * configure.ac: don't require bonobo.
11718         
11719         * cut-n-paste/recent-files/*: kill bonobo recent
11720         view.
11721
11722         * shell/ev-window.c:
11723         (ev_window_is_empty): upd.
11724         (unable_to_load), (ev_window_open): load backend
11725         based on the mime type.
11726
11727 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11728
11729         * backend/.cvsignore: ignore generated marshalers source.
11730
11731         * shell/main.c (main): this is not epiphany.
11732
11733 2004-12-22  Havoc Pennington  <hp@redhat.com>
11734
11735         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11736         (expose_bin_window): draw find highlights
11737
11738         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11739         
11740         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11741         (pdf_document_end_find): implement this interface
11742
11743         * backend/ev-document.c (ev_document_found): add this to emit
11744         signal
11745
11746 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11747
11748         * data/evince-ui.xml: Add a few more toolbar items.
11749
11750         * shell/ev-window.c: Hook up page navigation toolbar 
11751         items.
11752
11753         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11754         a page-changed signal.
11755
11756         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11757         Add ev_document_get_page().
11758
11759         * shell/ev-window.c: Sensitize/desensitize navigation
11760         actions.
11761
11762 2004-12-21  Havoc Pennington  <hp@redhat.com>
11763
11764         * backend/ev-backend-marshal.c,
11765         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11766         marshaler-generator thingy. I'm sure there's a better way to do
11767         this in the modern world.
11768
11769         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11770         end_find methods and "found" signal.
11771
11772         * configure.ac: find glib-genmarshal
11773
11774 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11775
11776         * shell/ev-sidebar.c: Construct an actual sidebar.
11777         * shell/ev-sidebar-bookmarks.[ch]:
11778         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11779
11780 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11781
11782         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11783         Redo size handling.
11784         
11785         * shell/ev-view.c: Track the size from the document.
11786
11787 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11788
11789         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11790         constructor assumes ownership of the string passed in.
11791         
11792         * shell/ev-window.c (ev_window_open): Destroy the error
11793         dialog once we've displayed it.
11794
11795 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11796
11797         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11798         a bit, it works! (sort of)
11799
11800         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11801         Move to .cc since we need to use C++ in the implementation.
11802
11803         * shell/dummy.cc: Add a CC file to force evince
11804         to be linked as a C++ program.
11805
11806 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11807
11808         * shell/ev-view.[ch]: Start of content-area widget.
11809
11810         * shell/ev-window.c: Create a EvView, update it
11811         as we change documents.
11812
11813         * shell/Makefile.am shell/ev-marshal.list: Add
11814         generated marshalers.
11815
11816 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11817
11818         * Makefile.am (SUBDIRS): move shell.
11819
11820 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11821
11822         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11823         .a to libtool convenience libraries.
11824
11825         * shell/ev-window.c (ev_window_open): Hard code loading
11826         a PDF document.
11827         
11828         * backend/ev-document.h: Add a boolean return to load(),
11829         fix GError * to GError **.
11830
11831         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11832         object for a PDF backend EvDocument.
11833
11834 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11835
11836         * dvi/*: New directory with the beginning of a .dvi backend.
11837
11838 2004-12-21  Havoc Pennington  <hp@redhat.com>
11839
11840         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11841         previous/next instead of back/forward
11842
11843 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11844
11845         * backend/ev-document.[ch]: Fix a couple of problems so
11846         it compile.
11847
11848 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11849
11850         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11851         to backend/ directory, rename EvViewer to EvDocument.
11852
11853 2004-12-21  Havoc Pennington  <hp@redhat.com>
11854
11855         * shell/ev-window.c: hook up the find bar widget; now we just need
11856         a document to find things in
11857
11858         * shell/eggfindbar.c: a find bar widget
11859
11860 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11861
11862         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11863
11864 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11865
11866         * pdf/**: Import of xpdf code from gpdf. 
11867
11868         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11869
11870         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11871         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11872         Fix FreeType includes.
11873
11874         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11875         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11876         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11877         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11878         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11879         Include xpdfconfig.h
11880         
11881 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11882
11883         * shell/ev-window.c (ev_window_dispose): dispose can be called
11884         multiple times.
11885
11886 2004-12-21  Havoc Pennington  <hp@redhat.com>
11887
11888         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11889         rather than Evince
11890
11891         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11892         items; really they should be synced with the strings, etc. from
11893         current gpdf, but just getting the boring typing out of the way 
11894
11895 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11896
11897         * po/POTFILES.in:
11898         * shell/ev-application.c: (window_destroy_cb):
11899         * shell/ev-window.c:
11900         * shell/main.c: (main):
11901
11902         Actually show the window...
11903
11904 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * Makefile.am:
11907         * shell/Makefile.am:
11908         * shell/ev-application.c: (ev_application_class_init):
11909         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11910
11911         Make it build again
11912
11913 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         Import to gnome cvs.
11916         
11917         * Remove copies of gpdf and ggv trees.
11918         * Rip out all the recursive configure code.
11919         * Remove bonobo machinery.
11920         * viewer/*: GInterfaces that backends should/can implement.
11921
11922 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11923
11924         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11925         typo
11926
11927 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11928
11929         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11930         (ev_application_finalize, ev_application_class_init)
11931         (ev_application_init): use GType instance private data for priv.
11932
11933         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11934         (ev_window_finalize, ev_window_class_init)
11935         (ev_window_init): ditto.
11936
11937 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11938
11939         * shell/ev-application.c (ev_application_new_window): make public
11940         (ev_application_show_initial_window): kill.
11941
11942         * shell/ev-application.h: update prototypes.
11943
11944         * shell/main.cc (main): inline ev_application_show_initial_window.
11945
11946 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11947
11948         * shell/ev-application.c (ev_application_new_window): impl.
11949         (ev_application_show_initial_window): use it.
11950         (is_window_empty, ev_application_get_empty_window): returns an
11951         existing empty window or a new one.
11952         (ev_application_open): from ev_window_cmd_file_open.
11953
11954         * shell/ev-application.h: update prototypes
11955
11956         * shell/ev-window.c (ev_window_is_empty): impl.
11957         (ev_window_open): make public.
11958         (ev_window_cmd_file_open): use ev_application_open
11959
11960         * shell/ev-window.h: update prototypes, remove unused.
11961
11962 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11963
11964         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11965         move destroy handler out of here...
11966
11967         * shell/ev-application.c, shell/ev-application.h: ...into this new
11968         class. Also handles initial window creation.
11969
11970         * shell/main.cc (main): use EvApplication to create initial
11971         window.
11972
11973 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11974
11975         * Makefile.am (SUBDIRS): add cut-n-paste
11976
11977         * cut-n-paste/Makefile.am: add
11978
11979         * configure.ac: generate Makefiles in cut-n-paste
11980
11981 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11982
11983         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11984         (ev_window_class_init): install ev_window_dispose.
11985
11986 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11987
11988         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11989         char (gchar looks stupid).
11990
11991 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11992
11993         * po/de.po: updated German translation.
11994
11995 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11996
11997         * configure.ac: add more pkg-config library checks for gnome-vfs,
11998         bonobo etc.
11999
12000         * gpdf/configure.in: temporarily disable libpaper
12001         checks. Otherwise I'd have to add the checks for the shell, too.
12002
12003 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12004
12005         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12006         and * file filters to the file choose.
12007
12008 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12009
12010         * po/de.po: Updated German translation.
12011
12012 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12013
12014         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12015
12016 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12017
12018         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12019
12020         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12021         (ev_window_init): implement those menuitems.
12022
12023 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12024
12025         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12026
12027         * shell/ev-window.c (ev_window_init): use the toolbar.
12028
12029 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12030
12031         * shell/ev-window.c (ev_window_init): use menu translations
12032
12033 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12034
12035         * configure.ac: add "de" to ALL_LINGUAS.
12036
12037         * po/de.po: add German translation.
12038
12039 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12040
12041         * Makefile.am (SUBDIRS): add po
12042
12043         * configure.ac: check intltool, glib-gettext etc, generate
12044         po/Makefile.in
12045
12046         * po, po/POTFILES.in, po/POTFILES.skip: new.
12047
12048 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12049
12050         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12051         already use (#ifdef ENABLE_NLS)
12052
12053         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12054         pointer indirection thinko.
12055
12056         * shell/main.c: include gi18n.h for bindtextdomain etc.
12057
12058 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12059
12060         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12061         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12062         tooltips for menu items in the statusbar.
12063
12064 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12065
12066         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12067         pkgdatadir drop UIDIR
12068
12069 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12070
12071         * data/evince-ui.xml: Add File->Open menu item
12072
12073         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12074         chooser), hook it up in the ui manager.
12075
12076 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12077
12078         * shell/ev-window.c: fix Help->About tooltip.
12079
12080 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12081
12082         * configure.ac: set CFLAGS for libevprivate.
12083
12084         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12085         definitions, factory etc.
12086
12087         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12088
12089         * shell/Makefile.am: link against libevprivate.a.
12090
12091         * shell/ev-window.c (entries): add stock icon to Help->About.
12092
12093         * shell/main.c (main): init stock icon code.
12094
12095 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12096
12097         * lib/recent-files: egg recent files code
12098
12099         * lib/Makefile.am: add.
12100
12101         * Makefile.am: add lib subdir.
12102
12103         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12104         set CFLAGS for recent-files.
12105
12106 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12107
12108         * configure.ac: disable -ansi and -pedantic gcc flags. They
12109         disable POSIX stuff in stdio.h, but egg-recent uses them.
12110
12111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12112
12113         * configure.ac: add --disable-deprecated flag (defaults to on in
12114         "cvs" builds).
12115
12116         * shell/Makefile.am (INCLUDES): use it.
12117
12118 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12119
12120         * shell/main.c: add missing #include.
12121
12122         * shell/ev-window.c: fix for pedantic gcc.
12123         (ev_window_cmd_help_about): split license into paragraphs for
12124         translators and pedantic compilers.
12125
12126 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12127
12128         * configure.ac: add more warning flags if compiling with gcc from
12129         cvs (or explicitly requested with --enable-more-warnings).
12130
12131 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12132
12133         * data/evince-ui.xml: add File and File->Close menu.
12134
12135         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12136         (ev_window_destroy): quit after destroy.
12137         (ev_window_class_init): override GtkObject::destroy.
12138         (entries): install close_window callback.
12139
12140 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12141
12142         * Makefile.am (SUBDIRS): add data subdir.
12143
12144         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12145         gtk+ 2.5.0 for GtkAboutDialog.
12146
12147         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12148         main window.
12149
12150         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12151
12152         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12153         manager.
12154         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12155
12156 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12157
12158         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12159
12160 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12161
12162         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12163
12164 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12165
12166         * shell/*: Added shell directory boilerplate, build it.
12167
12168 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12169
12170         * configure.ac, Makefile.am: Added top-level configure.ac and
12171         Makefile.am