]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Give priority to forms over text to set the cursor.
[evince.git] / ChangeLog
1 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4
5         Give priority to forms over text to set the cursor.
6         
7 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view-private.h:
10         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
11         (ev_view_leave_notify_event), (ev_view_finalize),
12         (ev_view_get_property), (ev_view_class_init):
13
14         Use IBEAM cursor for text form fields and NORMAL cursor for read
15         only fields. Remove unused status attribute.
16         
17 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
20
21         Update region for current selected items also for checkbox
22         buttons, since they can behave as radio buttons when they are in a
23         set.
24         
25 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * configure.ac:
28         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
29
30         Get max length of text form fields.
31         
32 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
35         * libdocument/ev-form-field.h:
36         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
37
38         Fix build with current poppler cvs head.
39         
40 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * cut-n-paste/zoom-control/ephy-zoom-control.c:
43         * shell/eggfindbar.c: (egg_find_bar_init):
44
45         Fix build with gtk+ >= 2.11.5 due to gtktooltips
46         deprecation. Fixes bug #455667
47         
48 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
49
50         * NEWS:
51         * configure.ac:
52         
53         Update for release 0.9.2
54
55 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-view.c: (ev_view_form_field_text_save),
58         (ev_view_form_field_choice_save):
59
60         Fix a crash when closing whith a form widget visible.
61
62 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
65
66         Update also the region of the current selected button when
67         clicking on another button if they are radio buttons.
68
69 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
72         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
73         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
74         (ev_pixbuf_cache_get_link_mapping),
75         (ev_pixbuf_cache_get_image_mapping),
76         (ev_pixbuf_cache_get_form_field_mapping),
77         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
78         * shell/ev-view.c: (ev_view_form_field_get_region),
79         (ev_view_form_field_button_create_widget),
80         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
81         (job_finished_cb):
82
83         Redraw only form field region instead of the whole page when
84         reloading a page to show changes on the form field.
85
86 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * shell/ev-view.c: (ev_view_form_field_choice_save):
89
90         Fix selection of first item in list form fields.
91
92 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
95         (ev_pixbuf_cache_reload_page),
96         (ev_pixbuf_cache_get_form_field_mapping):
97
98         Some refactoring to avoid duplicated code.
99
100 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * configure.ac:
103         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
104         (ev_form_field_from_poppler_field),
105         (pdf_document_forms_get_form_fields),
106         (pdf_document_forms_form_field_text_get_text),
107         (pdf_document_forms_form_field_text_set_text),
108         (pdf_document_forms_form_field_button_set_state),
109         (pdf_document_forms_form_field_button_get_state),
110         (pdf_document_forms_form_field_choice_get_item),
111         (pdf_document_forms_form_field_choice_get_n_items),
112         (pdf_document_forms_form_field_choice_is_item_selected),
113         (pdf_document_forms_form_field_choice_select_item),
114         (pdf_document_forms_form_field_choice_toggle_item),
115         (pdf_document_forms_form_field_choice_unselect_all),
116         (pdf_document_forms_form_field_choice_set_text),
117         (pdf_document_forms_form_field_choice_get_text),
118         (pdf_document_document_forms_iface_init):
119         * libdocument/Makefile.am:
120         * libdocument/ev-form-field.[ch]:
121         * libdocument/ev-document-forms.[ch]:
122         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
123         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
124         (add_job), (ev_pixbuf_cache_reload_page),
125         (ev_pixbuf_cache_get_form_field_mapping):
126         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
127         * shell/ev-view-private.h:
128         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
129         (ev_view_handle_cursor_over_xy),
130         (ev_view_get_form_field_at_location),
131         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
132         (ev_view_form_field_button_create_widget),
133         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
134         (ev_view_form_field_text_create_widget),
135         (ev_view_form_field_choice_save),
136         (ev_view_form_field_choice_changed),
137         (ev_view_form_field_choice_create_widget),
138         (ev_view_handle_form_field), (ev_view_size_allocate),
139         (ev_view_realize), (draw_end_presentation_page),
140         (ev_view_button_press_event), (ev_view_remove_all),
141         (ev_view_motion_notify_event), (ev_view_key_press_event),
142         (ev_view_enter_notify_event), (highlight_find_results),
143         (draw_loading_text), (draw_one_page), (ev_view_destroy),
144         (ev_view_class_init), (page_changed_cb),
145         (on_adjustment_value_changed), (ev_view_set_presentation),
146         (merge_selection_region), (ev_view_set_cursor),
147         (ev_view_reset_presentation_state):
148         
149         Merge evince-forms branch.
150
151 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
152
153         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
154
155         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
156         This script also updates itself from libegg
157
158         * cut-n-paste/toolbar-editor/egg*:
159         Run update-toolbareditor-from-libegg.sh so we are in sync again with
160         libegg
161
162 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
163
164         * shell/ev-window.c:
165         
166         Adds a nice icon to page action during toolbar editing.
167         See bug #452872.
168
169 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
170
171         * data/evince-toolbar.xml:
172         * shell/ev-window.c:
173         
174         Let user add a presentation and fullscreen icons on toolbar.
175         See bug #449734.
176
177 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
178
179         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
180
181         new script to keep in sync with toolbareditor in libegg
182
183         * cut-n-paste/toolbar-editor/*: 
184
185         Run update-toolbareditor-from-libegg so we are in sync again. 
186         Fixes bug #452850.
187         
188
189 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-sidebar-links.c: (job_finished_callback):
192
193         Do not connect selection changed signal more than once. Fixes bug
194         #349433.
195
196 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-window.c: (ev_window_view_sidebar_cb):
199
200         Do not change sidebar chrome flag when pressing F9 key in
201         presentation mode.
202
203 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * backend/pdf/ev-poppler.cc:
206         (pdf_document_thumbnails_get_dimensions):
207
208         Make sure thumbnails width and height is not <= 0. Fixes a crash
209         with some pdf documents which have really small pages.
210
211 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
212
213         * shell/main.c: (main):
214
215         Fixes program description translation issue.
216         Bug #450148.
217
218 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
219
220         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
221
222         Do not change current page when returning from black/white mode
223         in presentation. Fixes bug #415032.
224
225 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
226
227         * NEWS:
228         * configure.ac:
229         
230         Update for release 0.9.1
231
232 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
233
234         * backend/dvi/dvi-document.c:
235         (dvi_document_finalize),
236         (dvi_document_file_exporter_format_supported),
237         (dvi_document_file_exporter_begin),
238         (dvi_document_file_exporter_do_page),
239         (dvi_document_file_exporter_end),
240         (dvi_document_file_exporter_iface_init), (dvi_document_init):
241         
242         PDF exporter for dvi documents. Fixes bug #441319.
243
244 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-window.c: (ev_window_clear_print_job):
247
248         Clear gtk print job when job has finished. Fixes bug #447612.
249
250 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/ev-window.c: (ev_window_print_send),
253         (ev_window_print_dialog_response_cb), (ev_window_print_range):
254
255         Add preview button to print dialog. Fixes bug #445419.
256
257 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * backend/dvi/Makefile.am:
260         * backend/dvi/pixbuf-device.[ch]: Removed
261         * backend/dvi/cairo-device.[ch]: Added
262         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
263         * backend/dvi/dvi-document.c: (dvi_document_load),
264         (dvi_document_render), (dvi_document_finalize),
265         (dvi_document_thumbnails_get_thumbnail), (parse_color),
266         (dvi_document_do_color_special):
267         * libdocument/ev-document-misc.[ch]:
268         (ev_document_misc_pixbuf_from_surface):
269
270         Port dvi backend to cairo and fix a problem with colors. 
271
272 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * shell/ev-view.c: (draw_one_page):
275
276         Draw only visible region.
277
278 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * backend/djvu/djvu-document.c: (djvu_document_render):
281
282         Fix rotation in djvu backend.
283
284 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-pixbuf-cache.c: (job_finished_cb),
287         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
288         (ev_pixbuf_cache_get_image_mapping),
289         (ev_pixbuf_cache_get_text_mapping):
290
291         Redraw view every time we have a new surface. Fixes bug #443587.
292
293 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * libdocument/ev-document.c: (ev_document_info_free):
296
297         Fix memory leaks.
298
299 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * backend/dvi/dvi-document.c: (dvi_document_render),
302         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
303         * backend/impress/impress-document.c:
304         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
305         (impress_document_render), (impress_document_document_iface_init),
306         (impress_document_thumbnails_get_thumbnail):
307         * backend/djvu/djvu-document-private.h:
308         * backend/djvu/djvu-document.c: (djvu_document_render),
309         (djvu_document_finalize), (djvu_document_document_iface_init),
310         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
311         * backend/tiff/tiff-document.c: (tiff_document_render),
312         (tiff_document_render_pixbuf),
313         (tiff_document_document_iface_init):
314         * backend/pdf/ev-poppler.cc: (pdf_document_render),
315         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
316         (pdf_selection_render_selection):
317         * backend/comics/comics-document.c:
318         (comics_document_render_pixbuf), (comics_document_render),
319         (comics_document_document_iface_init):
320         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
321         (pixbuf_document_document_iface_init):
322         * libdocument/ev-document-misc.[ch]:
323         (ev_document_misc_surface_from_pixbuf),
324         (ev_document_misc_surface_rotate_and_scale):
325         * libdocument/ev-document.[ch]: (ev_document_render):
326         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
327         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
328         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
329         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
330         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
331         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
332         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
333         (render_finished_cb), (ev_job_render_run):
334         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
335         (merge_selection_region):
336
337         Use cairo image surfaces instead of GDK pixbufs for drawing pages
338         and selections.
339
340 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-window-title.c: (ev_window_title_update):
343
344         Fix memory leak.
345
346 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-view.c: (draw_loading_text):
349
350         Show loading text centered. Fixes bug #433061
351
352 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-sidebar-thumbnails.c:
355         (ev_sidebar_thumbnails_set_loading_icon):
356
357         Remove a mutex in the main thread that blocks the UI in heavy
358         documents.
359
360 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
363
364         Set points_set to TRUE so that selections don't disappear after a
365         zoom change.
366
367 2007-06-07  Michael Monreal  <infernux@web.de>
368
369         * data/icons/16x16/actions/Makefile.am:
370         * data/icons/16x16/actions/zoom.svg:
371         * data/icons/22x22/actions/Makefile.am:
372         * data/icons/22x22/actions/zoom.svg:
373         * data/icons/24x24/actions/Makefile.am:
374         * shell/ev-stock-icons.c:
375         * shell/ev-stock-icons.h:
376         * shell/ev-window.c:
377         
378         Zoom icon artwork. See bug #444795.
379
380 2007-06-05  Bastien Nocera  <hadess@hadess.net>
381
382         * shell/ev-metadata-manager.c: Remove extraneous function
383         (Closes: #444386)
384
385 2007-06-05  Bastien Nocera  <hadess@hadess.net>
386
387         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
388         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
389         (ev_metadata_manager_set), (ev_metadata_manager_save):
390         Simplify the timeout, no need for modified anymore
391
392 2007-06-05  Bastien Nocera  <hadess@hadess.net>
393
394         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
395         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
396         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
397         (ev_metadata_manager_save): Adapted patch from Arjan van de
398         Ven (arjan@linux.intel.com) to avoid the timeout running all the
399         time, saves on power (Closes: #443851)
400
401 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * configure.ac:
404         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
405         (pdf_selection_render_selection), (pdf_document_get_page_duration):
406
407         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
408
409 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
410
411         * shell/ev-window.c: (ev_window_add_history):
412
413         Check if history is NULL
414
415 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * libdocument/ev-image.c: (ev_image_finalize):
418         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
419         * libdocument/ev-attachment.c: (ev_attachment_finalize):
420         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
421         (ev_tmp_uri_unlink):
422
423         Add functions to delete temporary files created by evince in a safe
424         way.
425
426         * shell/ev-window.c: (ev_window_clear_local_uri),
427         (open_xfer_update_progress_callback),
428         (save_xfer_update_progress_callback), (ev_window_save_remote),
429         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
430         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
431         (attachment_save_dialog_response_cb),
432         (ev_attachment_popup_cmd_save_attachment_as):
433
434         Allow saving a copy of a document, image or attachment to a remote
435         location. Fixes bug #440754. 
436
437 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * configure.ac:
440         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
441
442         Fix build with current poppler from cvs head. 
443
444 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
445
446         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
447
448         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
449         directory exists.
450
451 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
452
453         * shell/ev-sidebar.c: (ev_sidebar_add_page):
454         * shell/ev-window.c:
455
456         Change sidebar ordering. Fixes bug #439939.
457
458 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
459
460         * backend/comics/Makefile.am:
461         
462         Fixes build with --without-libgnome.
463
464 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
465         
466         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
467
468         Update cursor and tooltip on page change and view scroll. Fixes bug
469         #439217.
470
471 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
472
473         * NEWS:
474         * configure.ac:
475         
476         Update for release 0.9.0
477
478 2007-05-14  Alaska Subedi <asubedi@gmail.com>
479
480         * backend/djvu/djvu-document-private.h:
481         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
482         (djvu_document_finalize),
483         (djvu_document_file_exporter_format_supported),
484         (djvu_document_file_exporter_begin),
485         (djvu_document_file_exporter_do_page),
486         (djvu_document_file_exporter_end),
487         (djvu_document_file_exporter_iface_init), (djvu_document_init):
488         
489         Implemented printing with djvu. Bug #437998.
490
491 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * backend/impress/zip.c:
494         Add missing ulong definition.
495
496         * backend/ps/ps-interpreter.c:
497         Add missing headers.
498
499         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
500
501 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
504
505         Add missing call to parent class dispose method. 
506
507 2007-05-12  Ross Burton  <ross@openedhand.com>
508
509         * shell/main.c:
510         Sync keybindings manually when building without libgnome
511         (#437925).
512
513 2007-05-12  Ross Burton  <ross@openedhand.com>
514
515         * shell/ev-window.c:
516         Respect the screen when opening help (#437866).
517
518 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * data/evince-ui.xml:
521         * shell/ev-application.[ch]: (get_print_settings_from_args),
522         (ev_application_open_uri_at_dest), (ev_application_open_uri),
523         (ev_application_open_uri_list):
524         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
525         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
526         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
527         (ev_window_cmd_view_reload), (lookup_printer_from_name),
528         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
529         (ev_window_dispose):
530         * shell/main.c: (arguments_parse):
531
532         Add print button in preview mode. Fixes bug #396475. 
533
534 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
535
536         * cut-n-paste/zoom-control/ephy-zoom.h:
537         
538         Fixes zoom level factors. See bug #408119 for details.
539
540 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
541
542         * backend/comics/comics-document.c: (comics_regex_quote),
543         (extract_argv):
544         
545         Correctly quote symbols. Fixes crash in the bug
546         #415370.
547
548 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
549
550         * shell/ev-navigation-action-widget.c:
551         (ev_navigation_action_widget_init),
552         (ev_navigation_action_widget_class_init),
553         (ev_navigation_action_widget_button_press_event):
554         
555         Connect to button-press event on correct widget. Fixes
556         bug #431988
557
558 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
559
560         * shell/ev-application.c: (ev_application_open_window),
561         (ev_application_add_icon_path_for_screen),
562         (ev_application_open_uri_at_dest):
563         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
564         * shell/ev-navigation-action.c: (build_menu):
565         
566         Add app-specific icons to our icon theme. Fixes bug
567         #425508.
568
569 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * shell/ev-history.c: (ev_history_class_init),
572         (ev_history_add_link):
573         * shell/ev-history.h:
574         * shell/ev-navigation-action.c:
575         (ev_navigation_action_history_changed),
576         (ev_navigation_action_set_history), (build_menu),
577         (ev_navigation_action_finalize):
578         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
579         
580         Make navigation action unsensitive instead of showing
581         menu with unsensitive word. Fixes bug #417392.
582
583 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-application.[ch]: (ev_application_shutdown),
586         (ev_application_get_print_settings),
587         (ev_application_set_print_settings):
588         * shell/ev-window.c:
589
590         Remember print settings. Fixes bug #349102. 
591
592 2007-05-08  Christian Persch  <chpe@gnome.org>
593
594         * configure.ac:
595         * properties/ev-properties-view.c:
596
597         No need for a configure check; just use the GTK_CHECK_VERSION macro.
598         Bug #382438.
599
600 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * configure.ac:
603         * properties/ev-properties-view.c: (ev_regular_paper_size):
604
605         Use gtk+ builtin paper list to identify the document's paper size.
606         Fixes bug #382438. 
607
608 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * configure.ac:
611
612         Fix build when compiling with thumbnailer and libgnome support. 
613
614 2007-05-04  Ross Burton  <ross@openedhand.com>
615
616         * configure.ac:
617         Add --without-libgnome, check for libgnome and libgnomeui
618         separately, and add them to the symbols as required.
619
620         * libdocument/ev-file-helpers.c:
621         When building without libgnome, use g_get_user_config_dir instead
622         of gnome_user_dir_get.
623
624         * shell/ev-application.c:
625         When building without libgnome, don't use session management.
626
627         * shell/main.c:
628         When building without libgnome, don't use GnomeProgram or
629         initialise the authentication manager.
630
631         This fixes #328842.
632
633 2007-05-04  Ross Burton  <ross@openedhand.com>
634
635         * shell/ev-window.c:
636         Don't use libgnome to open help, instead call Yelp directly.
637
638 2007-05-04  Ross Burton  <ross@openedhand.com>
639
640         * shell/ev-sidebar-attachments.c:
641         Don't use libgnome to lookup icons for MIME types, instead copy
642         code from GTK+ to do it manually.
643
644 2007-05-04  Ross Burton  <ross@openedhand.com>
645
646         * configure.ac:
647         Add libxml to the dependencies for SHELL_CORE (#435818).
648
649 2007-05-02  Ross Burton  <ross@openedhand.com>
650
651         * configure.ac:
652         * Makefile.am:
653         Add --disable-thumbnailer (#434825)
654
655 2007-05-02  Ross Burton  <ross@openedhand.com>
656
657         * shell/ev-window.c:
658         Add missing includes, fix indentation.
659
660         * shell/main.c:
661         Fix indentation.
662
663 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
664
665         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
666         ev_application_open_uri_at_dest instead of ev_application_open_uri
667         preventing new document always being opened in a new window even if there
668         is an empty window.
669
670 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
671
672         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
673         (egg_recent_view_uimanager_finalize):
674         * properties/ev-properties-view.c: (ev_properties_view_dispose):
675         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
676         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
677         (ev_pixbuf_cache_dispose):
678         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
679         * shell/ev-tooltip.c: (ev_tooltip_dispose):
680         
681         Add missing chain to parent class methods. Fixes
682         bug #433128.
683
684 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
685
686         * data/Makefile.am (update-icon-cache): Updates
687         gtk-update-icon-cache in uninstall-hook.
688
689 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-window.c: (ev_window_setup_document),
692         (ev_window_set_document), (ev_window_load_job_cb):
693         * shell/ev-view.c: (setup_caches):
694         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
695
696         Start rendering pages before any other jobs. 
697
698 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-window.c: (ev_window_stop_fullscreen),
701         (ev_window_stop_presentation):
702
703         Update chrome visibility before window unfullscreen. 
704
705 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * data/Makefile.am:
708         * data/evince-ui.xml:
709         * shell/ev-stock-icons.[ch]:
710         * shell/ev-application.[ch]: (ev_application_shutdown),
711         (ev_application_init), (ev_application_get_toolbars_model):
712         * shell/ev-window.c: (update_chrome_visibility),
713         (fullscreen_toolbar_setup_item_properties),
714         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
715         (ev_window_run_presentation), (ev_window_stop_presentation),
716         (ev_window_run_preview), (ev_window_screen_changed),
717         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
718         (ev_window_dispose), (ev_window_init):
719
720         Make fullscreen toolbar always visible. Do not use egg toolbars for
721         fullscreen and preview modes since such toolbars are not editables.
722         Fixes bugs #300278, #338910 and #316188.  
723
724 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
725
726         * shell/ev-application.c:
727         * shell/ev-job-queue.c:
728         * shell/ev-metadata-manager.c:
729         * shell/ev-stock-icons.c:
730         * shell/ev-window.c:
731         * shell/main.c:
732         
733         Developers documentation updated.
734
735 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
738
739         Check whether uri is valid before launching it. Fixes bug #427664.
740
741 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-window.c:
744
745         Change key accelerator for Open a Copy menu entry which is in conflict
746         with Close. Fixes bug #427321.
747
748 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
749
750         * NEWS:
751         * configure.ac:
752         
753         Update for release 0.8.1
754
755 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
756
757         * shell/ev-window.c: (setup_size_from_metadata):
758         
759         Do not make window bigger than screen. Fixes bug 
760         #388985.
761
762 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
765         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
766
767         Use default resolution when it's not provided by document. Fixes bug
768         #408762.
769
770 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * configure.ac:
773         * thumbnailer/Makefile.am:
774         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
775         * thumbnailer/evince-thumbnailer.schemas.in:
776         * thumbnailer/evince-thumbnailer-ps.schemas.in:
777
778         Add support for ps, eps and compressed documents thumbnails. Do not
779         ignore size parameter. 
780
781 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
782
783         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
784         (dvi_document_do_color_special):
785         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
786
787         Implement font color specials in the DVI backend. Fixes bug #303651.
788
789 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
790
791         Fixup the previous commit:
792
793         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
794         * shell/xdg-user-dir-lookup.c: Make the function non-static
795         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
796
797 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
798
799         * shell/ev-window.c (file_open_dialog_response_cb): Use
800         the xdg-user-dirs DOCUMENTS folder as default folder when
801         opening a file chooser.  (#424858)
802
803         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
804         xdg-user-dirs.
805
806 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/ev-window.c: (ev_window_load_job_cb):
809
810         Do not setup view from metadata on preview mode. 
811
812 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * shell/main.c:
815
816         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
817
818 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-view.c: (ev_view_primary_get_cb):
821
822         Check pointer != NULL before using it. Fixes bug #416841. 
823
824 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * NEWS:
827         * configure.ac:
828         
829         Release 0.8.0
830
831 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
834
835         Do not render thumbnails when sidebar thumbnail page is not visible
836         at startup. Fixes bug #416447. 
837
838 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
839
840         * data/evince.desktop.in.in:
841
842         "Application" is not a valid category in the freedesktop specification.
843
844 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * libdocument/ev-file-helpers.[ch]: (compression_run),
847         (ev_file_uncompress), (ev_file_compress):
848         * shell/ev-window.c: (file_save_dialog_response_cb):
849
850         Save document compressed when saving a copy of a compressed document.
851         Fixes bug #334542.
852
853 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
856
857         Allow deleting in goto window entry in presentation mode. 
858
859 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
860
861         * Makefile.am: Dist MAINTAINERS.
862
863 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * shell/ev-window.c: (ev_window_update_actions):
866
867         Fix zoom shortcut keys when searching. Fixes bug #409828.
868
869 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * shell/ev-window.c: (ev_window_setup_document):
872
873         Fix crash when loading documents with only one page. 
874
875 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * backend/dvi/dvi-document.c:
878         (dvi_document_thumbnails_get_dimensions),
879         (dvi_document_thumbnails_get_thumbnail):
880         * backend/impress/impress-document.c:
881         (impress_document_thumbnails_get_thumbnail),
882         (impress_document_thumbnails_get_dimensions):
883         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
884         (ps_document_thumbnails_get_dimensions):
885         * backend/djvu/djvu-document.c:
886         (djvu_document_thumbnails_get_dimensions),
887         (djvu_document_thumbnails_get_thumbnail):
888         * backend/tiff/tiff-document.c:
889         (tiff_document_thumbnails_get_thumbnail),
890         (tiff_document_thumbnails_get_dimensions):
891         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
892         (pdf_document_thumbnails_get_thumbnail),
893         (pdf_document_thumbnails_get_dimensions):
894         * backend/comics/comics-document.c:
895         (comics_document_thumbnails_get_thumbnail),
896         (comics_document_thumbnails_get_dimensions):
897         * backend/pixbuf/pixbuf-document.c:
898         (pixbuf_document_thumbnails_get_thumbnail),
899         (pixbuf_document_thumbnails_get_dimensions):
900         * libdocument/ev-document-thumbnails.[ch]:
901         (ev_document_thumbnails_get_thumbnail),
902         (ev_document_thumbnails_get_dimensions):
903         * libdocument/ev-document-misc.[ch]:
904         (ev_document_misc_get_thumbnail_frame):
905         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
906         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
907         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
908         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
909         (ev_sidebar_thumbnails_refresh):
910         * shell/ev-window.c: (ev_window_setup_document):
911         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
912
913         Use an EvRenderContext for rendering thumbnails instead of a suggested
914         width, so that different sized pages get sized proportionally.
915
916 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * shell/ev-view.c: (ev_view_button_press_event),
919         (ev_view_key_press_event):
920
921         Fix critical warnings when there is no document loaded. 
922
923 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-page-action-widget.c:
926         * shell/ev-navigation-action.c:
927         * shell/ev-window.c:
928
929         Fix compile warnings. 
930
931 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * backend/djvu/djvu-text.h:
934         * backend/djvu/djvu-document.c:
935         * backend/djvu/djvu-text-page.c:
936         * backend/djvu/djvu-links.c:
937         * backend/djvu/djvu-text-page.h:
938         * backend/djvu/djvu-text.c:
939         
940         Fix build on Mac. Fixes bug #392186. Patch by
941         <ephraim_owns@hotmail.com>
942
943 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
946
947         Restore cairo context before rendering every page when printing a PDF
948         document into a PDF file. 
949
950 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * backend/ps/gstypes.h:
953         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
954         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
955         (ps_document_thumbnails_get_thumbnail):
956
957         Handle PostScript page orientation. Fixes bug #318568.
958
959 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * backend/ps/Makefile.am:
962         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
963         (document_load), (ps_document_load), (save_document),
964         (save_page_list), (ps_document_get_n_pages),
965         (ps_document_get_page_size), (ps_document_get_info),
966         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
967         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
968         (ps_document_thumbnails_get_thumbnail),
969         (ps_document_thumbnails_get_dimensions),
970         (ps_document_document_thumbnails_iface_init):
971         * backend/ps/ps.[ch]: (psgetpagebox):
972         * backend/ps/ps-interpreter.[ch]:
973
974         Add support for thumbnails in ps backend. Fixes bug #164755. 
975
976 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
977
978         * NEWS:
979         * configure.ac:
980         
981         Release 0.7.2
982
983 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
986         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
987         (ev_window_dispose):
988
989         Use document thumbnail as window icon. Fixes bug #384442.
990
991 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
992
993         * configure.ac:
994
995         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
996         duplicated adding application/x-bzpostscript instead. 
997
998 2007-02-11  Tom Parker  <palfrey@tevp.net>
999
1000         * backend/ps/ps-document.c: (document_load):
1001
1002         Check return value of psscan before trying
1003         to use it. Fixes bug #372414.
1004
1005 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1008
1009         Fix invalid free in ev-page-cache. Fixes bug #404745.
1010
1011 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1012
1013         * test/Makefile.am:
1014         * test/test3.py:
1015         
1016         Added reload test case.
1017
1018 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * po/POTFILES.in:
1021         * backend/djvu/djvu-document.c: (djvu_document_load):
1022
1023         Check whether there are missing files in indirect multipage djvu
1024         documents. Fixes bug #361683. 
1025
1026 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1027
1028         * test/Makefile.am:
1029         * test/test-mime.bin:
1030         * test/test3.py:
1031         
1032         Added test for slow mime type
1033
1034 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1037
1038         Add some checks and call parent_class->finalize. Fixes bug #404745.
1039
1040 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1041
1042         * shell/ev-navigation-action.c: (connect_proxy):
1043         
1044         Fixes dropdown history menu. Thanks a lot Carlos!
1045
1046 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1049
1050         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1051         bug #373715.
1052
1053 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * backend/ps/ps.c: (psscan):
1056
1057         Fix memory leak. 
1058
1059 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * configure.ac:
1062         * libdocument/ev-file-helpers.c: 
1063
1064         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1065
1066 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * configure.ac:
1069         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1070         (ps_interpreter_start), (document_load), (save_document),
1071         (save_page_list):
1072         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1073         * libdocument/ev-document-factory.c:
1074         (ev_document_factory_get_from_mime), (get_document_from_uri),
1075         (free_uncompressed_uri), (ev_document_factory_get_document):
1076         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1077
1078         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1079
1080 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * libdocument/ev-document.h:
1083
1084         Fix typo in function name. 
1085
1086 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * backend/ps/ps-document.c: (ps_interpreter_finished),
1089         (ps_interpreter_start), (ps_interpreter_failed):
1090
1091         Handle ghostscript interpreter crashes. 
1092
1093 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * shell/ev-window.c: (ev_window_open_uri),
1096         (window_configure_event_cb):
1097
1098         Setup window size and position before showing it. Fixes bug #401711.
1099
1100 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * backend/ps/Makefile.am:
1103         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1104         (ps_document_dispose), (ps_document_class_init),
1105         (ps_interpreter_input), (ps_interpreter_output),
1106         (ps_interpreter_error), (setup_interpreter_env),
1107         (ps_interpreter_start), (ps_interpreter_stop),
1108         (ps_interpreter_failed), (ps_interpreter_is_ready),
1109         (check_filecompressed), (document_load), (ps_document_load),
1110         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1111         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1112         (render_page):
1113
1114         Rework ps-document. Code cleanups, remove deprecated code. 
1115
1116 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * shell/ev-view.c: (ev_view_button_press_event):
1119
1120         Do not start an image drag and drop operation when pointer is on 
1121         text, so that we can select text when the whole background is an
1122         image. 
1123
1124 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_update_actions): 
1127
1128         Disable all zoom related actions during presentation mode. 
1129
1130 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1131
1132         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1133
1134         Do not zoom in or out on presentation mode. Fixes bug #401305.
1135
1136 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1137
1138         * shell/ev-navigation-action.c: (connect_proxy),
1139         (create_menu_item), (ev_navigation_action_class_init):
1140         
1141         Correctly show menu and fix crash when navigaton 
1142         action is out of toolbar visible area.
1143
1144 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1145
1146         * data/Makefile.am:
1147         * data/evince.1:
1148         
1149         Added man file
1150
1151 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1152
1153         * help/reference/* :
1154         * configure.ac:
1155         
1156         Added gtk-doc based documentation for Evince.
1157         Still in initial state but I hope it will
1158         grow.
1159         
1160         * configure.ac:
1161         
1162         Lower dbus requirement to 0.70
1163
1164 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * shell/ev-window.c: (ev_window_add_history):
1167
1168         Fix memory leak. 
1169
1170 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1171
1172         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1173         * shell/ev-view.h:
1174         * shell/ev-window.c: (ev_window_add_history):
1175         
1176         Correctly handle named destination links
1177
1178 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1179
1180         * NOTES:
1181         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1182         * backend/pdf/ev-poppler.cc:
1183         * libdocument/ev-document-links.h:
1184         * libdocument/ev-link.c: (ev_link_get_page):
1185         * libdocument/ev-link.h:
1186         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1187         (ev_history_add_link):
1188         * shell/ev-history.h:
1189         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1190         (new_history_menu_item), (build_menu):
1191         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1192         * shell/ev-sidebar-links.c: (create_loading_model),
1193         (print_section_cb), (ev_sidebar_links_construct),
1194         (fill_page_labels), (update_page_callback_foreach),
1195         (update_page_callback), (job_finished_callback):
1196         * shell/ev-view.c: (ev_view_handle_link):
1197         * shell/ev-window.c: (ev_window_find_chapter),
1198         (ev_window_add_history), (view_handle_link_cb),
1199         (history_changed_cb):
1200         
1201         Implements another history variant
1202
1203 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-window.c: (view_external_link_cb):
1206         * shell/ev-view.c: (ev_view_button_release_event):
1207
1208         Open links in new window when clicking with middle button. 
1209
1210 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1211
1212         * shell/ev-navigation-action.c: (new_history_menu_item):
1213         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1214         * shell/ev-view.c: (ev_view_handle_link):
1215         * shell/ev-window.c:
1216         
1217         Store link before jump, not the destination. For me it 
1218         seems like more natural history behavior.
1219
1220 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1221
1222         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1223         (ev_navigation_action_class_init):
1224         * shell/ev-navigation-action.h:
1225         * shell/ev-page-action.c: (activate_cb):
1226         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1227         (ev_page_cache_set_current_page_history):
1228         * shell/ev-page-cache.h:
1229         * shell/ev-sidebar-thumbnails.c:
1230         (ev_sidebar_tree_selection_changed),
1231         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1232         * shell/ev-view-private.h:
1233         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1234         * shell/ev-view.h:
1235         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1236         (ev_window_setup_document), (ev_window_load_job_cb):
1237         * shell/ev-window.h:
1238         
1239         History finally works as expected.
1240
1241 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1244
1245         Do not update links treeview if it doesn't have a model assigned yet. 
1246
1247 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1250         (ev_sidebar_links_class_init), (update_page_callback):
1251
1252         Do not update links treeview when sidepane is not visible. 
1253
1254 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1255
1256         * shell/ev-marshal.list:
1257         * shell/ev-page-action.c: (activate_cb),
1258         (ev_page_action_class_init):
1259         * shell/ev-page-action.h:
1260         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1261         * shell/ev-window.c:
1262         
1263         Remove activate_link signal, not required.
1264
1265 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1266
1267         * shell/ev-navigation-action.c: (build_menu):
1268         
1269         Reorder menu items and build menu with fixed length.
1270
1271 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1272
1273         * shell/ev-view.c: (get_selected_text):
1274         
1275         Normalize text to fix ligatures problem. See bug
1276         #341947 for details.
1277
1278 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1281
1282         Fix memory leak in ev-page-cache. 
1283
1284 2007-01-25  Tom Parker <palfrey@tevp.net>
1285
1286         * backend/impress/impress-document.c: (impress_document_load),
1287         (impress_document_finalize), (impress_document_init):
1288         * properties/ev-properties-main.c: (ev_properties_get_pages):
1289         
1290         Correctly handle impress document errors. Fixes nautilus
1291         crash in property page #370491.
1292
1293 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1296         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1297         (ev_job_queue_remove_job):
1298         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1299         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1300         (ev_job_load_run):
1301         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1302         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1303         (ev_window_load_job_cb), (xfer_update_progress_callback),
1304         (ev_window_open_uri), (ev_window_dispose):
1305         * shell/main.c: (main):
1306
1307         Do file transfer asynchronously in the main thread instead of
1308         synchronously in the load thread. Fixes bugs #399694, #398307 and
1309         #343542.
1310
1311 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-jobs.c: (ev_job_xfer_run):
1314
1315         Load the document with the font-config lock held. 
1316
1317 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * backend/ps/ps-document.c: (start_interpreter):
1320
1321         Fix memory leaks in ps backend. 
1322
1323 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/impress/impress-document.c:
1326         (impress_document_render_pixbuf):
1327
1328         Do not acquire fontconfig lock in impress backend, since it is using
1329         the main loop for rendering. 
1330
1331 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * po/POTFILES.in: 
1334
1335         Remove mdvi files that shouldn't be translated. 
1336
1337 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-view-private.h:
1340         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1341         (ev_view_set_zoom):
1342
1343         Render "loading..." text into a cairo surface instead of directly into
1344         the window so that fontconfig lock is only needed once and UI is not
1345         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1346
1347 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1350         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1351
1352         Use icon theme associated with the window screen rather than default. 
1353
1354 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1355
1356         * configure.ac:
1357
1358         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1359
1360 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1361
1362         * data/icons/*/apps/evince.*:
1363
1364         Move Evince icons under new apps directory.
1365
1366         * data/icons/*/actions/*:
1367
1368         Add new custom themeable Evince icons: view-page-continuous, 
1369         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1370         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1371
1372         * configure.ac:
1373
1374         Add new directories to AC_CONFIG_FILES.
1375
1376         * shell/ev-stock-icons.c:
1377         * shell/ev-stock-icons.h:
1378
1379         Use new custom themeable icons.
1380
1381 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1384
1385         Do not draw white background page in presentation mode. 
1386
1387 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1388
1389         * shell/ev-view.c: Remove unused gnome-vfs include.
1390
1391 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1392
1393         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1394         
1395         Format string is corrected, fixes bug #397129.
1396
1397 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (ev_window_setup_recent):
1400
1401         Do not include in recent menu inexistent documents. Fixes
1402         bug #339171.
1403
1404 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * po/POTFILES.skip: 
1407
1408         Update POTFILES.skip file according to current source tree. 
1409
1410 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (file_save_dialog_response_cb):
1413
1414         Do Save a copy in atomic way. Fixes bug #328266. 
1415
1416 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1419
1420         Keep selected cell always visible in index treeview.
1421
1422 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1423         
1424         * shell/ev-view.c: (ev_view_size_allocate):
1425
1426         Restore horizontal scrollbar after switching to/from fullscreen
1427         or presentation mode. Fixes bug #331728.
1428
1429 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-view-private.h:
1432         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1433         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1434         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1435         (ev_view_can_zoom_out):
1436
1437         Use max and min scale values in the view iby taking dpi into account. 
1438
1439 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * configure.ac:
1442         * NEWS:
1443
1444         Release 0.7.1
1445
1446 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * shell/ev-window.c: (ev_window_print_send):
1449
1450         Send print job to printer with some settings set to default values,
1451         since we have already exported to a file according to such settings
1452         and they could be taken twice by some printers. 
1453
1454 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * shell/ev-jobs.c: (ev_job_xfer_run):
1457         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1458
1459         Show main window and load document with the font-config lock held. 
1460
1461 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * configure.ac:
1464         * shell/ev-application.c: (ev_application_register_service):
1465         * shell/main.c: (load_files_remote):
1466
1467         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1468
1469 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1470
1471         * doc/debugging.txt:
1472         
1473         Remove obsolete documentation.
1474
1475 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1476
1477         * Makefile.am:
1478         * backend/Makefile.am:
1479         * backend/comics/Makefile.am:
1480         * backend/djvu/Makefile.am:
1481         * backend/dvi/Makefile.am:
1482         * backend/ev-async-renderer.c:
1483         * backend/ev-async-renderer.h:
1484         * backend/ev-attachment.c:
1485         * backend/ev-attachment.h:
1486         * backend/ev-backend-marshal.c:
1487         * backend/ev-document-factory.c:
1488         * backend/ev-document-factory.h:
1489         * backend/ev-document-find.c:
1490         * backend/ev-document-find.h:
1491         * backend/ev-document-fonts.c:
1492         * backend/ev-document-fonts.h:
1493         * backend/ev-document-images.c:
1494         * backend/ev-document-images.h:
1495         * backend/ev-document-info.h:
1496         * backend/ev-document-links.c:
1497         * backend/ev-document-links.h:
1498         * backend/ev-document-misc.c:
1499         * backend/ev-document-misc.h:
1500         * backend/ev-document-security.c:
1501         * backend/ev-document-security.h:
1502         * backend/ev-document-thumbnails.c:
1503         * backend/ev-document-thumbnails.h:
1504         * backend/ev-document-transition.c:
1505         * backend/ev-document-transition.h:
1506         * backend/ev-document.c:
1507         * backend/ev-document.h:
1508         * backend/ev-file-exporter.c:
1509         * backend/ev-file-exporter.h:
1510         * backend/ev-image.c:
1511         * backend/ev-image.h:
1512         * backend/ev-link-action.c:
1513         * backend/ev-link-action.h:
1514         * backend/ev-link-dest.c:
1515         * backend/ev-link-dest.h:
1516         * backend/ev-link.c:
1517         * backend/ev-link.h:
1518         * backend/ev-render-context.c:
1519         * backend/ev-render-context.h:
1520         * backend/ev-selection.c:
1521         * backend/ev-selection.h:
1522         * backend/impress/Makefile.am:
1523         * backend/pdf/Makefile.am:
1524         * backend/pixbuf/Makefile.am:
1525         * backend/ps/Makefile.am:
1526         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1527         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1528         (start_interpreter), (stop_interpreter), (document_load),
1529         (ps_document_next_page), (render_page):
1530         * backend/tiff/Makefile.am:
1531         * comics/Makefile.am:
1532         * comics/comics-document.c:
1533         * comics/comics-document.h:
1534         * configure.ac:
1535         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1536         * djvu/Makefile.am:
1537         * djvu/djvu-document-private.h:
1538         * djvu/djvu-document.c:
1539         * djvu/djvu-document.h:
1540         * djvu/djvu-links.c:
1541         * djvu/djvu-links.h:
1542         * djvu/djvu-text-page.c:
1543         * djvu/djvu-text-page.h:
1544         * djvu/djvu-text.c:
1545         * djvu/djvu-text.h:
1546         * dvi/Makefile.am:
1547         * dvi/dvi-document.c:
1548         * dvi/dvi-document.h:
1549         * dvi/fonts.c:
1550         * dvi/fonts.h:
1551         * dvi/mdvi-lib/Makefile.am:
1552         * dvi/mdvi-lib/afmparse.c:
1553         * dvi/mdvi-lib/afmparse.h:
1554         * dvi/mdvi-lib/bitmap.c:
1555         * dvi/mdvi-lib/bitmap.h:
1556         * dvi/mdvi-lib/color.c:
1557         * dvi/mdvi-lib/color.h:
1558         * dvi/mdvi-lib/common.c:
1559         * dvi/mdvi-lib/common.h:
1560         * dvi/mdvi-lib/defaults.h:
1561         * dvi/mdvi-lib/dvimisc.c:
1562         * dvi/mdvi-lib/dviopcodes.h:
1563         * dvi/mdvi-lib/dviread.c:
1564         * dvi/mdvi-lib/files.c:
1565         * dvi/mdvi-lib/font.c:
1566         * dvi/mdvi-lib/fontmap.c:
1567         * dvi/mdvi-lib/fontmap.h:
1568         * dvi/mdvi-lib/fontsrch.c:
1569         * dvi/mdvi-lib/gf.c:
1570         * dvi/mdvi-lib/hash.c:
1571         * dvi/mdvi-lib/hash.h:
1572         * dvi/mdvi-lib/list.c:
1573         * dvi/mdvi-lib/mdvi.h:
1574         * dvi/mdvi-lib/pagesel.c:
1575         * dvi/mdvi-lib/paper.c:
1576         * dvi/mdvi-lib/paper.h:
1577         * dvi/mdvi-lib/pk.c:
1578         * dvi/mdvi-lib/private.h:
1579         * dvi/mdvi-lib/setup.c:
1580         * dvi/mdvi-lib/sp-epsf.c:
1581         * dvi/mdvi-lib/special.c:
1582         * dvi/mdvi-lib/sysdeps.h:
1583         * dvi/mdvi-lib/t1.c:
1584         * dvi/mdvi-lib/tfm.c:
1585         * dvi/mdvi-lib/tfmfile.c:
1586         * dvi/mdvi-lib/tt.c:
1587         * dvi/mdvi-lib/util.c:
1588         * dvi/mdvi-lib/vf.c:
1589         * dvi/pixbuf-device.c:
1590         * dvi/pixbuf-device.h:
1591         * impress/Makefile.am:
1592         * impress/common.h:
1593         * impress/document.c:
1594         * impress/f_oasis.c:
1595         * impress/f_oo13.c:
1596         * impress/iksemel.c:
1597         * impress/iksemel.h:
1598         * impress/imposter.h:
1599         * impress/impress-document.c:
1600         * impress/impress-document.h:
1601         * impress/internal.h:
1602         * impress/r_back.c:
1603         * impress/r_draw.c:
1604         * impress/r_geometry.c:
1605         * impress/r_gradient.c:
1606         * impress/r_style.c:
1607         * impress/r_text.c:
1608         * impress/render.c:
1609         * impress/render.h:
1610         * impress/zip.c:
1611         * impress/zip.h:
1612         * lib/Makefile.am:
1613         * lib/ev-debug.c:
1614         * lib/ev-debug.h:
1615         * lib/ev-file-helpers.c:
1616         * lib/ev-file-helpers.h:
1617         * lib/ev-gui.c:
1618         * lib/ev-gui.h:
1619         * lib/ev-tooltip.c:
1620         * lib/ev-tooltip.h:
1621         * libdocument/Makefile.am:
1622         * libdocument/ev-file-helpers.c:
1623         * pdf/Makefile.am:
1624         * pdf/ev-poppler.cc:
1625         * pdf/ev-poppler.h:
1626         * pixbuf/Makefile.am:
1627         * pixbuf/pixbuf-document.c:
1628         * pixbuf/pixbuf-document.h:
1629         * properties/Makefile.am:
1630         * ps/Makefile.am:
1631         * ps/gsdefaults.c:
1632         * ps/gsdefaults.h:
1633         * ps/gsio.c:
1634         * ps/gsio.h:
1635         * ps/gstypes.h:
1636         * ps/ps-document.c:
1637         * ps/ps-document.h:
1638         * ps/ps.c:
1639         * ps/ps.h:
1640         * shell/Makefile.am:
1641         * shell/ev-application.h:
1642         * shell/ev-sidebar-links.c:
1643         * shell/ev-sidebar-links.h:
1644         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1645         (ev_gui_menu_position_tree_selection):
1646         * shell/ev-utils.h:
1647         * shell/ev-view.c: (ev_view_finalize):
1648         * shell/ev-window.c:
1649         * shell/main.c: (main):
1650         * thumbnailer/Makefile.am:
1651         * tiff/Makefile.am:
1652         * tiff/tiff-document.c:
1653         * tiff/tiff-document.h:
1654         * tiff/tiff2ps.c:
1655         * tiff/tiff2ps.h:
1656         
1657         Reorganize source tree.
1658
1659 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * backend/ev-document-factory.c:
1662
1663         Do not include ev-poppler.h when pdf is disabled. 
1664
1665 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * configure.ac:
1668         * data/evince-ui.xml:
1669         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1670         (pdf_document_document_images_iface_init):
1671         * backend/Makefile.am:
1672         * backend/ev-document-images.[ch]:
1673         * backend/ev-image.[ch]:
1674         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1675         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1676         (ev_job_xfer_run):
1677         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1678         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1679         (ev_pixbuf_cache_get_image_mapping):
1680         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1681         (view_menu_popup_cb), (ev_window_dispose),
1682         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1683         (ev_view_popup_cmd_copy_image):
1684         * shell/ev-view-private.h:
1685         * shell/ev-view.c: (ev_view_get_image_at_location),
1686         (ev_view_do_popup_menu), (ev_view_popup_menu),
1687         (ev_view_button_press_event), (ev_view_drag_data_get),
1688         (ev_view_drag_motion), (ev_view_drag_data_received),
1689         (ev_view_motion_notify_event), (ev_view_button_release_event),
1690         (ev_view_finalize), (ev_view_class_init):
1691
1692         Add image handling support. Fixes bugs #310008 and #325047. Images
1693         selection is not supported yet. 
1694
1695 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1698         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1699         (ev_view_init):
1700
1701         Move view drag and drop stuff to ev-view.
1702
1703 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1706         * shell/ev-view.c: (clear_selection): 
1707
1708         Clear selection also in pixbuf cache.
1709
1710 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1711
1712         * data/evince.desktop.in.in:
1713         
1714         Change icon name in desktop file. See bug #390734
1715         for details.
1716
1717 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1718
1719         * thumbnailer/Makefile.am:
1720
1721         Use top_builddir instead top_srcdir for generated schema
1722         file installation. Fixes bug #390161.
1723
1724 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * configure.ac:
1727         * backend/Makefile.am:
1728         * backend/ev-document-transition.[ch]:
1729         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1730         (pdf_document_page_transition_iface_init):
1731         * shell/ev-view-private.h:
1732         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1733         (ev_view_set_presentation), (transition_next_page),
1734         (ev_view_presentation_transition_stop),
1735         (ev_view_presentation_transition_start), (ev_view_next_page):
1736
1737         Add page transition support in presentation mode. At the moment only
1738         page duration is supported, but not transition effects. Fixes bug
1739         #309815.
1740
1741 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
1744
1745         Run find_link_dest with document lock held, since it's called by links
1746         thread and main thread at the same time. 
1747
1748 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * shell/ev-view.c: (goto_dest):
1751
1752         Update page-cache when page is changed by the view, so that
1753         page-changed signal is emitted. 
1754
1755 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * test/test1.py:
1758         * test/test2.py:
1759
1760         Use C locale in tests. 
1761
1762 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * shell/ev-window.c: (ev_window_run_presentation):
1765         * shell/ev-view-private.h:
1766         * shell/ev-view.c: (ev_view_set_presentation):
1767
1768         Restore zoom settings when back from presentation mode. 
1769
1770 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1771
1772         * shell/ev-window.c: (ev_window_run_presentation):
1773
1774         Always use "best fit" zoom in presentation mode.
1775         Fixes bug #389195.
1776
1777 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1778
1779         * shell/ev-view.c: (ev_view_goto_window_create):
1780
1781         Show "Jump to page" label in the page jumping popup in
1782         presentation mode instead of just a GtkEntry.
1783
1784 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-window.c: (launch_external_uri):
1787
1788         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
1789         #378085.
1790
1791 2006-12-22  Elijah Newren  <newren gmail com>
1792
1793         * configure.ac: explicitly check for libxml2.  Fixes #388795
1794
1795 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-view-private.h:
1798         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
1799         (ev_view_goto_window_delete_event), (key_is_numeric),
1800         (ev_view_goto_window_key_press_event),
1801         (ev_view_goto_window_button_press_event),
1802         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
1803         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
1804         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
1805
1806         Allow jumping to another page by typing a page number in presentation
1807         mode. It uses a popup window with an entry. Fixes bug #353625.
1808
1809 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1810
1811         * configure.ac:
1812         * properties/ev-properties-view.c: (ev_get_default_user_units),
1813         (ev_regular_paper_size):
1814         
1815         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
1816         to Damien Carbery <damien.carbery@sun.com> and
1817         Yevgen Muntyan <muntyan@tamu.edu>.
1818
1819 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1820
1821         * shell/ev-window.c: (setup_document_from_metadata):
1822
1823         Make sure Evince doesn't restore the view on the last
1824         page when a document is reopened. Fixes bug #383381.
1825
1826 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
1827
1828         * shell/ev-view.c: (draw_loading_text):
1829
1830         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
1831
1832 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * configure.ac:
1835         * NEWS:
1836
1837         Release 0.7.0
1838
1839 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * configure.ac:
1842         * pdf/ev-poppler.cc: (pdf_print_context_free),
1843         (pdf_document_file_exporter_begin),
1844         (pdf_document_file_exporter_do_page):
1845
1846         Make cairo-pdf depedency optional. 
1847
1848 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
1851
1852         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
1853
1854 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
1857         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
1858         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
1859         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
1860         * shell/ev-view.c: (draw_loading_text):
1861         * shell/ev-window.c: (ev_window_cmd_file_properties):
1862
1863         Use an specific lock for FontConfig. Hopefully it fixes some crashes
1864         related to using FontConfig from different threads.
1865         
1866 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-view.c: (draw_loading_text):
1869
1870         Acquire lock document when drawing "Loading..." text so that only one
1871         thread will use FontConfig at the same time. Fixes bug #374750.
1872
1873 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * shell/ev-page-action.[ch]: (activate_cb):
1876         * shell/ev-window.c: (activate_label_cb):
1877
1878         Check if text inserted in page entry is a valid page number when it
1879         doesn't match to any document page label. Fixes bug #383165.
1880
1881 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
1882         * shell/ev-window.c:
1883
1884         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
1885         available with GTK < 2.10. Added an ifdef to avoid compilation
1886         error.
1887
1888 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * configure.ac:
1891         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
1892
1893         Fix ps backend in multihead systems.
1894
1895 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
1898         * shell/ev-window.c: (ev_window_get_screen_dpi),
1899         (ev_window_update_actions), (setup_view_from_metadata),
1900         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
1901
1902         Take screen DPI into account when zooming. Fixes bug #318285.
1903
1904 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1905
1906         * data/Makefile.am:
1907
1908         Cleaned up/slightly refactored Makefile.am. Added GConf
1909         schemas uninstallation as well.
1910
1911 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1912
1913         * Makefile.am:
1914         * test/Makefile.am:
1915
1916         Fight with autotools to fix make check. Make distcheck
1917         works fine as well now!
1918
1919 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1920
1921         * shell/ev-view.c: (draw_end_presentation_page):
1922
1923         Corrected "end of presentation" string.
1924
1925 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1926
1927         * shell/ev-view.c: (ev_view_key_press_event):
1928
1929         Correctly propagate key press event so that up/down keys
1930         work as expected (correct behaviour was broken by
1931         black/white screen key bindings for presentations).
1932
1933 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
1936         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
1937         (pdf_document_find_get_progress), (pdf_selection_render_selection),
1938         (pdf_selection_get_selection_region),
1939         (pdf_selection_get_selection_map):
1940
1941         Add "static" to some private functions. 
1942
1943 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
1944
1945         * lib/ev-tooltip.h:
1946         * properties/ev-properties-view.h:
1947         * shell/ev-jobs.h:
1948         * shell/ev-properties-dialog.h:
1949         * shell/ev-properties-fonts.h:
1950         * shell/ev-sidebar-links.h:
1951         * shell/ev-sidebar-thumbnails.h:
1952         * shell/ev-sidebar.h:
1953         * shell/ev-window.h:
1954         
1955         Fixes CHACK type in class casts. See bug #385343
1956         for details.
1957
1958 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * shell/ev-view-private.h:
1961         * shell/ev-view.c: (draw_end_presentation_page),
1962         (ev_view_expose_event), (ev_view_key_press_event),
1963         (ev_view_class_init), (ev_view_init):
1964
1965         Blank screen in presentation mode when pressing 'b' (filling with
1966         black) or 'w' (filling with white) keys. Fixes bug #358132.
1967
1968 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
1969
1970         * data/evince-toolbar.xml:
1971         * shell/ev-window.c:
1972         
1973         Use stock icon for Select All action. Fixes
1974         bug #382652.
1975
1976 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
1977
1978         * shell/ev-view.c: (get_doc_point_from_offset),
1979         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
1980
1981         Add links support in rotated documents. Fixes bug #343733.
1982
1983 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * shell/ev-view-private.h:
1986         * shell/ev-view.c: (draw_end_presentation_page),
1987         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
1988
1989         Show a blank page after the last page in presentation mode with a
1990         message indicating that presentation has finished and how to exit. 
1991
1992 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-window.c: (fullscreen_timeout_cb):
1995
1996         Hide cursor after a while in presentation mode. 
1997
1998 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1999
2000         * backend/ev-document-info.h:
2001         * data/evince-properties.glade:
2002         * pdf/ev-poppler.cc:
2003         * properties/ev-properties-view.c: (ev_regular_paper_size),
2004         (ev_properties_view_set_info):
2005         * ps/ps-document.c: (ps_document_get_info):
2006
2007         Adds a paper size field to the properties dialog. Fixes
2008         bug #307315. Patch by Kasper Svendsen (with some i18n
2009         changes done by me).
2010
2011 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2014         (screensaver_init_dbus), (totem_scrsaver_new),
2015         (totem_scrsaver_init):
2016         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2017         * shell/ev-application.c: (ev_application_register_service),
2018         (ev_application_screensaver_enable),
2019         (ev_application_screensaver_disable):
2020         * shell/ev-application.h:
2021         * shell/ev-window.c: (ev_window_run_presentation),
2022         (ev_window_stop_presentation), (build_comments_string),
2023         (ev_window_init):
2024         
2025         Move screensaver handling to application. No more
2026         message on startup.
2027
2028 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * configure.ac:
2031         * backend/Makefile.am:
2032         * backend/ev-file-exporter.[ch]:
2033         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2034         * ps/ps-document.c: (ps_document_file_exporter_*):
2035         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2036         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2037         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2038         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2039
2040         Allow printing to PDF when suppoted by the backend.
2041         
2042 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * shell/ev-window.c: (build_comments_string):
2045
2046         Use always "Document Viewer" in about dialog. 
2047
2048 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * djvu/djvu-document.c: (djvu_document_get_page_size):
2051
2052         Display a warning message when get_pageinfo fails. 
2053
2054 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2055
2056         * Makefile.am:
2057         * backend/Makefile.am:
2058         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2059         * configure.ac:
2060         * shell/ev-window.c: (build_comments_string):
2061         
2062         Make pdf compilation optional. See bug #38007.
2063
2064 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * ps/ps.c: (get_next_text):
2067
2068         Fix CVE-2006-5864.
2069
2070 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2073         * shell/ev-navigation-action.c: (connect_proxy),
2074         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2075         
2076         Do not call g_type_class_peek_parent twice.
2077
2078 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2079
2080         * configure.ac:
2081         * data/icons/24x24/.cvsignore:
2082         * data/icons/24x24/Makefile.am:
2083         * data/icons/24x24/evince.png:
2084         * data/icons/Makefile.am:
2085         
2086         Add 24x24 icon. Thanks to 
2087         Michael Monreal <infernux@web.de>.
2088
2089 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * configure.ac: Fix typo in configure.ac. Thanks
2092         to dmacks@netspace.org for notification.
2093
2094 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2095
2096         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2097         
2098         Drop dbus include, fixes compilation with older dbus.
2099
2100 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2101
2102         * configure.ac:
2103         * cut-n-paste/Makefile.am:
2104         * cut-n-paste/totem-screensaver/.cvsignore
2105         * cut-n-paste/totem-screensaver/Makefile.am:
2106         * cut-n-paste/totem-screensaver/README:
2107         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2108         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2109         * shell/Makefile.am:
2110         * shell/ev-window.c: (ev_window_run_presentation),
2111         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2112         (ev_window_init):
2113
2114         Implemented screensaver enabling/disabling for
2115         presentation mode (not fullscreen mode). Code stolen
2116         from Totem (with some minor tweaks). Fixes bug #338889.
2117
2118 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2119
2120         * configure.ac:
2121
2122         Bump gnome-icon-theme requirements. We use the rotation
2123         icons that appeared recently.
2124
2125 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2126
2127         * shell/ev-history.c: (ev_history_add_page):
2128         * shell/ev-history.h:
2129         * shell/ev-window.c: (page_changed_cb):
2130         
2131         Use page labels instead of numbers.
2132
2133 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2134
2135         * data/evince-toolbar.xml:
2136         * po/POTFILES.in:
2137         * shell/Makefile.am:
2138         * shell/ev-navigation-action-widget.c:
2139         (ev_navigation_action_widget_init),
2140         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2141         (menu_detacher), (ev_navigation_action_widget_set_menu),
2142         (menu_position_func), (popup_menu_under_arrow),
2143         (ev_navigation_action_widget_toggled),
2144         (ev_navigation_action_widget_button_press_event):
2145         * shell/ev-navigation-action-widget.h:
2146         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2147         (ev_navigation_action_set_window), (activate_menu_item_cb),
2148         (new_history_menu_item), (new_empty_history_menu_item),
2149         (build_menu), (menu_activated_cb), (connect_proxy),
2150         (create_tool_item), (ev_navigation_action_init),
2151         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2152         * shell/ev-navigation-action.h:
2153         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2154         (ev_page_action_widget_set_page_cache),
2155         (ev_page_action_widget_finalize),
2156         (ev_page_action_widget_class_init), (match_selected_cb),
2157         (display_completion_text), (match_completion), (build_new_tree_cb),
2158         (get_filter_model_from_model),
2159         (ev_page_action_widget_update_model):
2160         * shell/ev-page-action-widget.h:
2161         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2162         (connect_proxy):
2163         * shell/ev-page-action.h:
2164         * shell/ev-stock-icons.c:
2165         * shell/ev-stock-icons.h:
2166         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2167         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2168         (register_custom_actions):
2169         * shell/main.c:
2170         
2171         Preliminary history implementation
2172
2173 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2174
2175         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2176         (dvi_document_class_init), (dvi_document_init_params):
2177         * dvi/mdvi-lib/font.c: (font_reference):
2178         
2179         Add reference to subfont. Fixes bug #374277.
2180
2181 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2184         (ev_window_cmd_file_open_copy_at_dest):
2185
2186         Fix a race condition when creating symlink. Increase the counter
2187         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2188         Mathias Hasselmann).
2189
2190 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * backend/Makefile.am:
2193         * backend/ev-attachment.c: (ev_attachment_open):
2194         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2195         (ev_tmp_dir), (ev_tmp_filename):
2196         * shell/ev-sidebar-attachments.c:
2197         (ev_sidebar_attachments_drag_data_get):
2198         * shell/ev-window.c: (ev_window_clear_temp_file):
2199
2200         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2201         in ensure_dir_exists. Abort without crashing when we can't create
2202         user's directory.
2203
2204 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * data/evince-ui.xml:
2207         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2208         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2209         (ev_window_cmd_file_open_copy_at_dest),
2210         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2211         (ev_view_popup_cmd_open_link_new_window):
2212
2213         Allow opening a copy of the current document in a new window. Fixes bug
2214         #357472
2215
2216 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2217
2218         * data/evince-toolbar.xml:
2219         
2220         Add rotate right and rotate left to available items for toolbar.
2221         
2222         * data/evince-ui.xml:
2223         * shell/ev-window.c: (ev_window_init):
2224         
2225         Customize toolbar with right click. Fixes bug #372451.
2226
2227 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2228
2229         * shell/ev-window.c: 
2230         
2231         Use "object-rotate-{left,right}" stock icons. Fixes 
2232         bug #373863.
2233
2234 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2237         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2238         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2239         (ev_window_open_uri):
2240         * shell/main.c: (arguments_parse):
2241
2242         Remove temp file created when evince is used by GTK+ in
2243         preview mode. Fixes bug #365282. 
2244
2245 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2248         
2249         Fixes bug #372474 - Side pane disabled when entering 
2250         and leaving fullscreen mode.
2251
2252 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2255         * data/Makefile.am:
2256         * data/evince-preview-toolbar.xml:
2257         * data/evince-toolbar.xml:
2258         * shell/ev-application.c: (ev_application_shutdown),
2259         (ev_application_init), (ev_application_get_toolbars_model):
2260         * shell/ev-application.h:
2261         * shell/ev-window.c: (update_chrome_visibility),
2262         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2263         (ev_window_cmd_edit_toolbar), (ev_window_init):
2264         
2265         Fixes bug #364364 - toolbar editor shows zoom actions again.
2266
2267 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2270
2271         Do not take margins into consideration for paper size when printing.
2272         Really fixes bug #350491.
2273
2274 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * data/evince-ui.xml:
2277         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2278         (ev_window_cmd_file_print_setup),
2279         (ev_window_print_dialog_response_cb),
2280         (ev_window_setup_action_sensitivity):
2281
2282         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2283
2284 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-window.c: (ev_window_print_range):
2287
2288         Revert my previuos commit, since printing to PDF is not supported by
2289         evince yet. 
2290
2291 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * shell/ev-window.c: (ev_window_print_range):
2294
2295         Enable print to a PDF. Fixes bug #332121.
2296
2297 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-application-service.xml:
2300         * shell/ev-application.[ch]: (ev_application_open_window),
2301         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2302         (ev_application_open_uri), (ev_application_open_uri_list):
2303         * shell/ev-window.c: (file_open_dialog_response_cb),
2304         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2305         (drag_data_received_cb), (open_remote_link):
2306         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2307
2308         Add support for multiscreen systems. Fixes bug #316206.
2309
2310 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-jobs.[ch]: (ev_job_print_new),
2313         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2314         (ev_job_print_do_page):
2315         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2316
2317         Allow printing only odd/even pages. Fixes bug #367289.
2318
2319 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2320
2321         * test/test1.py:
2322         * test/test2.py:
2323
2324         Re-add locale settings to test files.
2325
2326 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2327
2328         * data/evince-ui.xml:
2329         * shell/ev-window.c: (set_action_properties):
2330         
2331         Removed garbage from code and ui.
2332
2333 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2334
2335         * shell/ev-window.c: (ev_window_cmd_help_about):
2336
2337         Shamelessly add my name to the list of contributors.
2338
2339 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2340
2341         * test/test1.py:
2342         * test/test2.py:
2343
2344         Cleaned up the dogtail scripts.
2345
2346 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2347
2348         * shell/ev-view.c: (draw_loading_text): Don't render
2349         "loading..." text in presentation mode. Temporary
2350         workaround for bug #320352.
2351
2352 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2355         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2356
2357         Use print settings scale, copies, collate and reverse which were
2358         ignored. Fixes bug #359032.
2359
2360 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2361
2362         * configure.ac:
2363         * data/evince-password.glade:
2364         * test/Makefile.am:
2365         * test/test-encrypt.pdf:
2366         * test/test-links.pdf:
2367         * test/test1.py:
2368         * test/test2.py:
2369
2370         Add automated UI tests for evince with dogtail. See
2371         bug #300948.    
2372
2373 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2376
2377         Hide fullscreen toolbar when switching to another desktop workspace.
2378         Fixes bug #338871
2379
2380 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2381
2382         * shell/ev-window-title.c: 
2383         
2384         Test for .dvi in title of pdf documents.
2385
2386 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2387
2388         * shell/ev-view.c: (ev_view_scroll):
2389
2390         Page Up/Down should do page jumps in "Best fit" mode.
2391         If a user has explicitly chosen to view exactly one page
2392         at a time, scrolling just a part of the page when
2393         pressing Page Up/Down is not right. Fixes bug #323107.
2394
2395 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2396
2397         * NEWS:
2398         * configure.ac:
2399         
2400         Update for 0.6.1
2401
2402 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2403
2404         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2405         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2406         
2407         Correctly disconnect from job signals on destroy.
2408
2409 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2410
2411         * shell/ev-view-private.h:
2412         * shell/ev-view.c: (view_set_adjustment_values),
2413         (view_update_range_and_current_page),
2414         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2415         
2416         Fixes bug #343199, current page now follows find page.
2417
2418 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2419
2420         * backend/ev-document-factory.c:
2421         * configure.ac:
2422         Assigned OpenDocument presenation MIME type to the
2423         Impress backend. Added some missing (but harmless)
2424         #ifdefs in the document factory as well to make things
2425         consistent again. Fixes bug #360658.
2426
2427 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2428
2429         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2430         * backend/ev-document-find.c: (ev_document_find_get_type):
2431         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2432         * backend/ev-document-links.c: (ev_document_links_get_type):
2433         * backend/ev-document-security.c: (ev_document_security_get_type):
2434         * backend/ev-document-thumbnails.c:
2435         (ev_document_thumbnails_get_type):
2436         * backend/ev-document.c: (ev_document_get_type):
2437         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2438         * backend/ev-selection.c: (ev_selection_get_type):
2439         * cut-n-paste/recent-files/egg-recent-model.c:
2440         (egg_recent_model_get_type):
2441         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2442         (egg_recent_view_uimanager_get_type):
2443         * cut-n-paste/recent-files/egg-recent-view.c:
2444         (egg_recent_view_get_type):
2445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2446         (egg_editable_toolbar_get_type):
2447         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2448         (egg_toolbar_editor_get_type):
2449         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2450         (egg_toolbars_model_get_type):
2451         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2452         (egg_tree_multi_drag_source_get_type):
2453         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2454         (ephy_zoom_action_get_type):
2455         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2456         (ephy_zoom_control_get_type):
2457         * impress/r_back.c: (_imp_fill_back):
2458         * properties/ev-properties-main.c:
2459         (ev_properties_plugin_register_type):
2460         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2461         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2462         (ev_view_accessible_factory_get_type):
2463
2464         Reduce relocations. Bug #360616.
2465
2466 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2467
2468         * backend/ev-document-factory.c:
2469         (ev_document_factory_get_document):
2470         
2471         Load document even if extension is wrong.
2472
2473 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * shell/ev-metadata-manager.c: (save_values):
2476         * shell/ev-window.c: (setup_size_from_metadata),
2477         (setup_view_from_metadata), (ev_window_setup_document),
2478         (ev_window_xfer_job_cb), (window_configure_event_cb):
2479         
2480         Set size according to the document size/page size ratio.
2481         That should correct rather wierd behaviour of the previous
2482         commit.
2483
2484 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * shell/ev-window.c: (setup_view_from_metadata):
2487         
2488         Set size for new windows from previous window size.
2489         See bugs #354968 and #168450 for details. Thanks
2490         to Meik Hellmund.
2491
2492 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * djvu/djvu-links.c: (build_tree):
2495
2496         Fix memory leak.
2497
2498 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2499
2500         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2501         
2502         Don't make sidebar close button insensitive. Fixes
2503         bug #357871.
2504
2505 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2508         (ev_window_set_view_accels_sensitivity):
2509         
2510         Don't enable Slash on documents which don't support
2511         find. Fixes bug #358648.
2512
2513 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2514
2515         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2516         open dialog fall back to the current document uri if the
2517         filechooser hasn't been used before. Fixes bug #356980.
2518
2519 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2520
2521         * shell/ev-window.c: (ev_window_setup_recent), 
2522         (ev_window_get_recent_file_label):
2523
2524         Escape underscores in filenames of recent file items.
2525
2526 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2527
2528         * configure.ac:
2529         
2530         Bumped poppler requirements, really 0.5.3 is very 
2531         buggy, now we require 0.5.4.
2532
2533 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * djvu/Makefile.am:
2536         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2537         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2538         (djvu_document_document_links_iface_init):
2539         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2540         (number_from_string_10), (get_djvu_link_dest),
2541         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2542         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2543         (djvu_links_get_links), (djvu_links_find_link_dest),
2544         (djvu_links_get_links_model):
2545         * djvu/djvu-links.h:
2546         
2547         Add support for links and bookmarks in djvu documents. Thanks
2548         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2549         patch.
2550
2551 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2552
2553         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2554         
2555         Reopen should reload document. Fixes 
2556         bug 327951.
2557
2558 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * configure.ac:
2561         * data/Makefile.am:
2562         * data/evince-16.png:
2563         * data/evince-22.png:
2564         * data/evince.png:
2565         * data/evince.svg:
2566         * data/icons/16x16/Makefile.am:
2567         * data/icons/16x16/evince.png:
2568         * data/icons/22x22/Makefile.am:
2569         * data/icons/22x22/evince.png:
2570         * data/icons/48x48/Makefile.am:
2571         * data/icons/48x48/evince.png:
2572         * data/icons/Makefile.am:
2573         * data/icons/scalable/Makefile.am:
2574         * data/icons/scalable/evince.svg:
2575         
2576         Install icons with correct names. Fixes
2577         bug #354429.
2578
2579 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * shell/ev-view.c: (ev_view_button_release_event):
2582
2583         Don't open links with middle mouse button. Fixes bug #353649
2584
2585 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2586
2587         * NEWS:
2588         * configure.ac:
2589         
2590         Update for release 0.6.0
2591
2592 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2595         Implement Close named action. Patch by Carlos Garcia Campos.
2596
2597 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2598
2599         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2600         
2601         Don't clear link mapping on copy_job_to_job_info. Fixes
2602         bug 346168.
2603
2604 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/main.c: (main):
2607
2608         Revert my previous commit, gnome_program_init owns the option context.
2609         Fix another memory leak in main. Both caught by Christian Persch. 
2610
2611 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * shell/main.c: (main):
2614
2615         Fix memory leak.
2616
2617 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2620
2621         Fix crash when opening a pdf with password protection. 
2622
2623 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * pdf/ev-poppler.cc: (pdf_document_search_free):
2626
2627         Fix memory leak. 
2628
2629 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2630
2631         * backend/ev-document-factory.c:
2632         (ev_document_factory_get_document):
2633         * tiff/tiff-document.c: (tiff_document_finalize):
2634         
2635         More correct handling of document loading. Fixes
2636         bug #349043.
2637
2638 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * backend/ev-attachment.c: (ev_attachment_save):
2641
2642         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2643         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2644
2645 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2646         
2647         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2648         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2649
2650 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-sidebar-thumbnails.c:
2653
2654         Do not render thumbnails unless thumbnails page is active in the
2655         sidebar.
2656
2657 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2658
2659         * shell/ev-properties-dialog.c:
2660
2661         Fix dialogue spacing. Bug #351370.
2662
2663 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2664
2665         * configure.ac:
2666
2667         Use lowercase gettext catalog file names (evince.mo
2668         instead of Evince.mo)
2669
2670 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * shell/ev-sidebar-attachments.c:
2673
2674         GtkIconTheme is now screen safe too. Fixes bug #350878
2675
2676 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * shell/ev-window.c:
2679
2680         GtkRecent manager is now screen safe. Fixes bug #350145
2681
2682 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2683
2684         * shell/ev-sidebar.c: (ev_sidebar_init):
2685         
2686         Make sidebar close icon smaller. Fix for bug 350177.
2687         See also bugs 350176 and 165770.
2688
2689 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2692
2693         Ignore zoom for xyz destinations when it's <= 1, keeping user
2694         preferences instead. Set correct sizing-mode for fith and fitv
2695         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2696
2697 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2698
2699         * NEWS:
2700         * configure.ac:
2701         
2702         Update for release 0.5.5
2703
2704 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2705         
2706         * shell/ev-window.c: (ev_window_cmd_escape)
2707
2708         Escape unfocus page entry. Fixes bug #345809.
2709
2710 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2713         (build_tree), (pdf_document_links_get_links),
2714         (pdf_document_links_find_link_dest):
2715         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2716         (goto_xyz_dest):
2717
2718         Convert from PDF style coordinates to X style coordinates in the
2719         backend rather than in the view. Fixes bug #338440
2720
2721 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * shell/ev-window.c:
2724         
2725         Remove Ctrl+Shift+T shortcut for toolbars. See
2726         the bug #350098.
2727
2728 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * configure.ac:
2731
2732         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2733         of this. 
2734
2735 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * configure.ac:
2738         * cut-n-paste/Makefile.am:
2739         * data/evince-ui.xml:
2740         * shell/Makefile.am:
2741         * shell/ev-application.[ch]:
2742         * shell/ev-window.c:
2743
2744         Use GtkRecent instead of EggRecent when it's available. Fixes bug
2745         #349273
2746
2747 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2748
2749         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
2750         findbar code: s/help/search/
2751
2752 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2753
2754         * shell/ev-window.c: (setup_document_from_metadata),
2755         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
2756         (setup_view_from_metadata):
2757         
2758         Fix memory leaks.
2759
2760 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
2761
2762         * autogen.sh, configure.ac: 
2763         
2764         Update automake usage. See bug 349292.
2765
2766 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2767
2768         * shell/eggfindbar.c: (egg_find_bar_class_init),
2769         (entry_activate_callback), (egg_find_bar_init),
2770         (egg_find_bar_set_status_text):
2771         * shell/eggfindbar.h:
2772         
2773         Unify Evince findbar with Epiphany. Nice patch
2774         from Fabricio Silva <silva@crans.org> and
2775         Frederic Peters <fpeters@entrouvert.com>. See
2776         bug #339966 for details.
2777
2778 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * data/evince.desktop.in.in:
2781         
2782         Correct information for bugzilla. Thanks to
2783         Olaf Vitters, see bug #348855.
2784
2785 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/ev-jobs.[ch]:
2788         * shell/ev-sidebar-links.c:
2789         * shell/ev-window.[ch]:
2790
2791         GtkPrintJob doesn't support print ranges or current page, so we export
2792         to a ps file now when printing ranges or current page.
2793
2794 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2795
2796         * pdf/ev-poppler.cc:
2797         * shell/ev-window.c: (do_action_named):
2798
2799         We should be more clear about bugzilla. See the
2800         poppler bug #7623.
2801
2802 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * configure.ac:
2805         * shell/Makefile.am:
2806         * shell/ev-job-queue.c:
2807         * shell/ev-jobs.[ch]:
2808         * shell/ev-sidebar-links.c:
2809         * shell/ev-window.[ch]:
2810         
2811         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
2812         #348422
2813
2814 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
2817         * shell/ev-application-service.xml:
2818         * shell/ev-application.[ch]:
2819         * shell/ev-jobs.[ch]:
2820         * shell/ev-window.[ch]: (ev_window_run_preview):
2821         * shell/main.c: 
2822
2823         Add preview mode to use evince as a printing previewer. It also adds
2824         other command line options for fullscreen and presentation modes.
2825         Fixes bugs #347822, #317031
2826
2827 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2828
2829         * NEWS:
2830         * configure.ac:
2831         
2832         Update for release 0.5.4
2833
2834 2006-07-11  Bastien Nocera <hadess@hadess.net>
2835
2836         * Makefile.am:
2837         * backend/Makefile.am:
2838         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2839         * backend/ev-document-factory.h:
2840         * configure.ac:
2841         * impress/.cvsignore:
2842         * impress/Makefile.am:
2843         * impress/common.h:
2844         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
2845         (imp_get_page), (imp_next_page), (imp_prev_page),
2846         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
2847         * impress/f_oasis.c: (render_object), (render_page),
2848         (get_geometry), (_imp_oasis_load):
2849         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
2850         (_imp_oo13_load):
2851         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
2852         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
2853         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
2854         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
2855         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
2856         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
2857         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
2858         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
2859         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
2860         (iks_new_within), (iks_insert), (iks_insert_cdata),
2861         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
2862         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
2863         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
2864         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
2865         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
2866         (iks_cdata), (iks_cdata_size), (iks_has_children),
2867         (iks_has_attribs), (escape_size), (my_strcat), (escape),
2868         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
2869         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
2870         (iks_tree), (iks_load), (iks_save):
2871         * impress/iksemel.h:
2872         * impress/imposter.h:
2873         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
2874         (imp_render_draw_bezier_real), (imp_render_get_size),
2875         (imp_render_set_fg_color), (imp_render_draw_line),
2876         (imp_render_draw_rect), (imp_render_draw_polygon),
2877         (imp_render_draw_arc), (imp_render_draw_bezier),
2878         (imp_render_open_image), (imp_render_get_image_size),
2879         (imp_render_scale_image), (imp_render_draw_image),
2880         (imp_render_close_image), (imp_render_markup),
2881         (imp_render_get_text_size), (imp_render_draw_text),
2882         (impress_document_load), (impress_document_save),
2883         (impress_document_get_n_pages), (impress_document_get_page_size),
2884         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2885         (impress_document_finalize), (impress_document_class_init),
2886         (impress_document_can_get_text), (impress_document_get_info),
2887         (impress_document_document_iface_init),
2888         (impress_document_thumbnails_get_thumbnail),
2889         (impress_document_thumbnails_get_dimensions),
2890         (impress_document_document_thumbnails_iface_init),
2891         (impress_document_init):
2892         * impress/impress-document.h:
2893         * impress/internal.h:
2894         * impress/r_back.c: (_imp_fill_back):
2895         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
2896         (_imp_draw_image), (_imp_tile_image):
2897         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
2898         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
2899         (r_polyline):
2900         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
2901         (r_draw_gradient_complex), (r_draw_gradient):
2902         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
2903         (r_get_bullet):
2904         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
2905         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
2906         (r_text):
2907         * impress/render.c: (imp_create_context), (imp_context_set_page),
2908         (imp_context_set_step), (imp_render), (imp_delete_context):
2909         * impress/render.h:
2910         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
2911         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
2912         (zip_load_xml), (zip_get_size), (zip_load):
2913         * impress/zip.h:
2914         * shell/ev-utils.c:
2915         
2916         New backend to support impress slides. Fixes bug #30867.
2917
2918 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
2919
2920         * shell/ev-utils.c: (using_postscript_printer):
2921         
2922         Fixes crash when print using PAPI backend,
2923         bug #345012.
2924
2925 2006-06-09  Pat Rondon  <pmr@patrondon.org>
2926
2927         * shell/ev-jobs.c: (ev_job_xfer_run):
2928         * shell/ev-window.c: (password_dialog_response),
2929         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
2930         (ev_window_dispose):
2931         Fixes bug #344160: if the xfer job doesn't complete
2932         because a password is required, reload the existing
2933         instance instead of creating a new one.
2934
2935 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2936
2937         * shell/main.c: (main): Call gdk_threads_init. Thus
2938         we'll avoid errors in auth dialog. Fix for the bug
2939         #343347.
2940
2941 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2942
2943         * configure.ac: Advertise pixbuf support, fix
2944         for the bug 343317.
2945
2946 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
2949         (ev_sidebar_thumbnails_set_document):
2950         
2951         Update sidebar thumbnails after reloading.
2952
2953 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
2956         * shell/ev-jobs.h:
2957         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
2958         (ev_window_cmd_view_reload), (ev_window_init):
2959         
2960         Don't crash on reload. Fix for the bug #343167.
2961
2962 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2963
2964         * shell/ev-jobs.c: (ev_job_render_run):
2965         
2966         Check for document links.
2967
2968 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2969
2970         * backend/ev-attachment.c: (ev_attachment_save),
2971         (ev_attachment_launch_app), (ev_attachment_open):
2972         * backend/ev-document-factory.c: (get_document_from_uri):
2973         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2974         (egg_recent_view_uimanager_set_list):
2975         * ps/ps-document.c: (check_filecompressed), (document_load),
2976         (ps_document_load):
2977         * shell/ev-metadata-manager.c: (load_values):
2978         * shell/ev-password.c: (ev_password_dialog_set_property):
2979         * shell/ev-view.c: (tip_from_link):
2980         * shell/ev-window.c: (file_save_dialog_response_cb),
2981         (ev_window_print_dialog_response_cb):
2982         
2983         Use consistent quoting style. Fix for the bug #320285.
2984
2985 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2986
2987         * shell/ev-jobs.c: (ev_job_xfer_run):
2988         * shell/main.c: (load_files):
2989                 
2990         Open links with anchors. Fix for the bug #339836.
2991
2992 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2993
2994         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
2995         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
2996         (ev_link_dest_set_property), (ev_link_dest_finalize),
2997         (ev_link_dest_class_init), (ev_link_dest_new_named),
2998         (ev_link_dest_new_page_label):
2999         * backend/ev-link-dest.h:
3000         * shell/ev-application.c: (ev_application_open_uri):
3001         * shell/ev-view.c: (goto_dest):
3002         * shell/ev-window.c:
3003         * shell/ev-window.h:
3004         
3005         Fix page-label command line option. Bug #342070.
3006
3007 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3008
3009         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3010         
3011         Don't show highlight rects if page can't be showed. Fix for 
3012         the bug #342076
3013
3014 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * shell/ev-window.c: (setup_sidebar_from_metadata),
3017         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3018         
3019         Setup sidebar from metadata even if there is no document
3020         loaded. Fix for the bug #342807.
3021
3022 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * cut-n-paste/toolbar-editor/Makefile.am:
3025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3026         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3027         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3028         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3029         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3030         (popup_context_menu_cb), (button_press_event_cb),
3031         (configure_item_sensitivity), (configure_item_cursor),
3032         (configure_item_tooltip), (connect_widget_signals),
3033         (action_sensitive_cb), (create_item_from_action),
3034         (create_item_from_position), (toolbar_drag_data_received_cb),
3035         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3036         (toolbar_drag_leave_cb), (configure_drag_dest),
3037         (toggled_visibility_cb), (toolbar_visibility_refresh),
3038         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3039         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3040         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3041         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3042         (egg_editable_toolbar_dispose),
3043         (egg_editable_toolbar_set_ui_manager),
3044         (egg_editable_toolbar_get_selected),
3045         (egg_editable_toolbar_set_selected), (set_edit_mode),
3046         (egg_editable_toolbar_set_property),
3047         (egg_editable_toolbar_get_property),
3048         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3049         (egg_editable_toolbar_new_with_model),
3050         (egg_editable_toolbar_get_edit_mode),
3051         (egg_editable_toolbar_set_edit_mode),
3052         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3053         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3054         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3055         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3056         (item_added_or_removed_cb), (toolbar_removed_cb),
3057         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3058         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3059         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3060         (editor_create_item_from_name), (append_table),
3061         (update_editor_sheet), (egg_toolbar_editor_init):
3062         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3063         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3064         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3065         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3066         (toolbar_node_free), (egg_toolbars_model_get_flags),
3067         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3068         (egg_toolbars_model_get_name), (impl_add_item),
3069         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3070         (parse_data_list), (parse_item_list), (parse_toolbars),
3071         (egg_toolbars_model_load_toolbars), (parse_available_list),
3072         (parse_names), (egg_toolbars_model_load_names),
3073         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3074         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3075         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3076         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3077         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3078         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3079         (egg_toolbars_model_set_types), (fill_avail_array),
3080         (egg_toolbars_model_get_name_avail),
3081         (egg_toolbars_model_get_name_flags),
3082         (egg_toolbars_model_set_name_flags):
3083         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3084         * cut-n-paste/toolbar-editor/eggintl.h:
3085         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3086         (egg_tree_multi_drag_source_get_type),
3087         (egg_tree_multi_drag_source_row_draggable),
3088         (egg_tree_multi_drag_source_drag_data_delete),
3089         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3090         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3091         (path_list_free), (set_context_data), (get_context_data),
3092         (get_info), (egg_tree_multi_drag_drag_data_get),
3093         (egg_tree_multi_drag_motion_event),
3094         (egg_tree_multi_drag_button_press_event),
3095         (egg_tree_multi_drag_add_drag_support):
3096         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3097         * shell/ev-application.c: (ev_application_init),
3098         (ev_application_save_toolbars_model):
3099         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3100         (ev_window_cmd_edit_toolbar), (ev_window_init):
3101         
3102         Sync toolbareditor with epiphany and libegg
3103
3104 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * configure.ac: 
3107
3108         Depend on poppler 0.5.2
3109
3110 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * shell/ev-jobs.c: (ev_job_render_run):
3113         
3114         Check if document supports links iterface.
3115
3116 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * NEWS:
3119         * configure.ac:
3120         
3121         Update for release 0.5.3
3122
3123 2006-05-13  Michael Plump  <plumpy@skylab.org>
3124
3125         * configure.ac:
3126         * shell/Makefile.am:
3127         * shell/main.c: (main):
3128         
3129         Port to GOption command line parsing. Fix for the 
3130         bug #327518
3131
3132 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3133
3134         * shell/ev-window.c: (ev_window_cmd_help_about):
3135         
3136         Do not wrap license. Fix for the bug #309460.
3137
3138 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * configure.ac:
3141         * properties/ev-properties-main.c: (ev_properties_get_pages):
3142         * shell/ev-application.c: (ev_application_open_window),
3143         (ev_application_open_uri_at_dest):
3144         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3145         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3146         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3147         * shell/ev-utils.c: (save_print_config_to_file):
3148         * shell/ev-window.c: (ev_window_cmd_save_as),
3149         (ev_attachment_popup_cmd_save_attachment_as):
3150         * shell/main.c: (load_files_remote):
3151         
3152         Bump requirements to gtk 2.8 and drop all ifdefs used.
3153
3154 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3157         * shell/ev-window.c: (ev_window_init):
3158         
3159         Show attachments page.
3160
3161 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * po/POTFILES.in:
3164         * shell/ev-attachment-bar.c:
3165         * shell/ev-attachment-bar.h:
3166         * shell/ev-sidebar-attachments.c:
3167         (ev_sidebar_attachments_icon_cache_add),
3168         (icon_theme_get_pixbuf_from_mime_type),
3169         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3170         (ev_sidebar_attachments_icon_cache_refresh),
3171         (ev_sidebar_attachments_get_attachment_at_pos),
3172         (ev_sidebar_attachments_popup_menu_show),
3173         (ev_sidebar_attachments_popup_menu),
3174         (ev_sidebar_attachments_button_press),
3175         (ev_sidebar_attachments_update_icons),
3176         (ev_sidebar_attachments_drag_data_get),
3177         (ev_sidebar_attachments_get_property),
3178         (ev_sidebar_attachments_destroy),
3179         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3180         (ev_sidebar_attachments_new),
3181         (ev_sidebar_attachments_set_document),
3182         (ev_sidebar_attachments_support_document),
3183         (ev_sidebar_attachments_get_label),
3184         (ev_sidebar_attachments_page_iface_init):
3185         * shell/ev-sidebar-attachments.h:
3186         * shell/ev-window.c: (update_chrome_visibility),
3187         (setup_sidebar_from_metadata), (ev_window_setup_document),
3188         (ev_window_sidebar_current_page_changed_cb),
3189         (attachment_bar_menu_popup_cb), (ev_window_init):
3190         
3191         Move attachments bar to sidebar.
3192
3193 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * pdf/ev-poppler.cc:
3196         * shell/ev-application.[ch]:
3197         * shell/main.c:
3198
3199         Fix some memory leaks.
3200
3201 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3202
3203         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3204
3205         Change the properties dialog response to
3206         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3207         will make the dialog go away when the user presses
3208         enter. With gtk+ >= 2.9 this will happen anyway, but for
3209         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3210         escape by default. Fixes bug #340539. See also bug
3211         #101293 for the gtk+ part.
3212
3213 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3214
3215         * shell/ev-view.c (tip_from_action_named): Replace some strings
3216         that were wrong. Closes #340970.
3217
3218 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3221
3222         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3223         #341049
3224
3225 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * djvu/Makefile.am:
3228         * dvi/Makefile.am:
3229         * dvi/mdvi-lib/Makefile.am:
3230         * properties/Makefile.am:
3231         * ps/Makefile.am:
3232         * shell/Makefile.am:
3233         * thumbnailer/Makefile.am:
3234         
3235         Due to broken libtool that is unable to track dependencies
3236         of noinst libraries we are forced to explicitely point
3237         libraries for binary. Fix for the bug #333334.
3238
3239 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * data/evince.desktop.in.in:
3242         * shell/ev-view.c: (view_update_range_and_current_page),
3243         (ev_view_next_page), (ev_view_previous_page):
3244         * shell/ev-window.c: (update_chrome_visibility),
3245         (setup_sidebar_from_metadata), (ev_window_setup_document),
3246         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3247         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3248         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3249         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3250         (ev_window_stop_presentation), (ev_window_focus_in_event),
3251         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3252         (ev_window_init):
3253         * thumbnailer/Makefile.am:
3254         
3255         Update fullscreen and presentation timeout handling. Hide
3256         cursor in presentation after timeout. Fix for the bugs
3257         #136359 and #336981.
3258
3259 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * backend/ev-link-action.[ch]:
3262         * pdf/ev-poppler.cc: (ev_link_from_action):
3263         * shell/ev-view-private.h:
3264         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3265         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3266
3267         Add support for Named Action links
3268
3269 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/Makefile.am:
3272         * backend/ev-document-links.[ch]:
3273         * backend/ev-document.[ch]:
3274         * backend/ev-link-action.[ch]:
3275         * backend/ev-link-dest.[ch]:
3276         * backend/ev-link.[ch]:
3277         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3278         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3279         * shell/ev-page-action.c: (build_new_tree_cb):
3280         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3281         (links_page_num_func), (update_page_callback):
3282         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3283         (tip_from_link):
3284         * shell/ev-jobs.c:
3285         * shell/ev-window.[ch]: (ev_window_open_uri),
3286         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3287         * shell/ev-application.[ch]: (ev_application_open_window),
3288         (ev_application_open_uri):
3289
3290         Rework links system, it adds support for remote links now and it makes
3291         easier to add new kinds of actions and destinations. Fixes bug #317292
3292
3293 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * data/Makefile.am:
3296         * data/evince.png:
3297         * data/evince-16.png:
3298         * data/evince-22.png:
3299         * data/evince.svg:
3300         * shell/main.c: (main):
3301         
3302         Evince use it's own icon. Fix for the bug #313392.
3303
3304         * shell/ev-window.c: (fullscreen_timeout_cb),
3305         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3306         (ev_window_cmd_help_about), (ev_window_dispose):
3307         
3308         Simplify fullscreen timeout code.
3309
3310 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * backend/ev-attachment.c: 
3313         * shell/ev-attachment-bar.c:
3314         * shell/ev-window.c:
3315
3316         Allow multiple selection of attachments
3317
3318 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * shell/ev-view.c: (view_update_range_and_current_page),
3321         (ev_view_scroll):
3322         
3323         Fix for the bug #312573 – Optimal selection of current 
3324         page among visible pages.
3325
3326 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3327
3328         * configure.ac:
3329         * djvu/Makefile.am:
3330         * djvu/djvu-text.h:
3331         
3332         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3333         for the bug 339868.
3334
3335 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3336
3337         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3338
3339 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3340
3341         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3342         dictated by the GNOME HIG. Fixes bug #339235.
3343
3344 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3345
3346         * data/evince-ui.xml:
3347         * shell/ev-view.c: (ev_view_can_find_previous):
3348         * shell/ev-view.h:
3349         * shell/ev-window.c: (ev_window_update_actions),
3350         (ev_window_cmd_edit_find_previous):
3351
3352         Add support for "Find Previous" as dictated by the GNOME HIG. A
3353         menu item is added and some glue code to make it all work is added
3354         to various files.
3355
3356 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3357
3358         * configure.ac: Award myself the "useless use of cat" award.
3359
3360 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3361
3362         * po/LINGUAS: New file listing all supported languages.
3363
3364         * configure.in: Use po/LINGUAS instead of including all languages
3365         directly in this file. See the wiki for more information:
3366         http://live.gnome.org/GnomeGoals/PoLinguas
3367
3368 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * backend/ev-document-factory.c:
3371
3372         Do not load the document twice when there isn't errors
3373
3374 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * backend/ev-attachment.c: 
3377
3378         Fix a crash when there isn't a default application to open an
3379         attachment
3380
3381 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/ev-attachment.[ch]:
3384         * shell/ev-attachment-bar.[ch]:
3385
3386         Added missing files. 
3387
3388 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * backend/Makefile.am:
3391         * data/evince-ui.xml:
3392         * backend/ev-attachment.[ch]:
3393         * backend/ev-document.[ch]: (ev_document_has_attachments),
3394         (ev_document_get_attachments):
3395         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3396         (attachment_save_to_buffer), (pdf_document_get_attachments),
3397         (pdf_document_document_iface_init):
3398         * shell/Makefile.am:
3399         * shell/ev-attachment-bar.[ch]:
3400         * shell/ev-window.c:
3401
3402         Add support for PDF attachments. Fixes bug #325143
3403
3404 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3405
3406         * backend/ev-document-factory.c: (get_document_from_uri),
3407         (ev_document_factory_get_document):
3408         * backend/ev-document-factory.h:
3409         * properties/ev-properties-main.c: (ev_properties_get_pages):
3410         * shell/Makefile.am:
3411         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3412         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3413         (ev_job_queue_remove_job):
3414         * shell/ev-job-queue.h:
3415         * shell/ev-job-xfer.c:
3416         * shell/ev-job-xfer.h:
3417         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3418         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3419         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3420         (ev_job_xfer_run):
3421         * shell/ev-jobs.h:
3422         * shell/ev-window.c: (ev_window_is_empty),
3423         (password_dialog_response), (ev_window_clear_xfer_job),
3424         (ev_window_xfer_job_cb), (ev_window_open_uri),
3425         (ev_window_cmd_focus_page_selector),
3426         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3427         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3428         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3429         (ev_window_dispose):
3430         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3431         
3432         * Cleanup mime type detection on document load. Fix for the
3433         bug #336448.
3434
3435 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3438         
3439         Fix crash on exit, described in the bug #336825.
3440
3441 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * backend/ev-document-factory.c:
3444         (ev_document_factory_get_from_mime),
3445         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3446         (ev_document_factory_get_document),
3447         (file_filter_add_mime_list_and_free),
3448         (ev_document_factory_add_filters):
3449         * backend/ev-document-factory.h:
3450         * properties/ev-properties-main.c: (ev_properties_get_pages):
3451         * shell/Makefile.am:
3452         * shell/ev-application.c:
3453         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3454         * shell/ev-window.c: (ev_window_cmd_file_open),
3455         (ev_window_cmd_save_as):
3456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3457         
3458         Rework factory functions so they are placed now in a single 
3459         file ev-document-factory.c
3460
3461 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3462
3463         * shell/ev-window.c: (update_chrome_visibility):
3464         
3465         Fix for the bug 166566 - don't show menubar in fullscreen
3466         mode.
3467
3468 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3469
3470         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3471
3472 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3473
3474         * shell/ev-view.c: (ev_view_expose_event):
3475         
3476         More correctly draw loading text when document
3477         is empty.
3478
3479 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3480
3481         * shell/ev-view.c: (ev_view_scroll):
3482         
3483         Fix for the bug #334854, page down and page up switch
3484         pages in presentation mode.
3485
3486 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3487
3488         * shell/ev-window.c: (ev_window_set_action_sensitive),
3489         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3490         (ev_window_set_view_accels_sensitivity),
3491         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3492         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3493         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3494         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3495         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3496         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3497         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3498         (view_actions_focus_in_cb), (ev_window_init):
3499         
3500         Fix for the bug #333902, now it's possible to search
3501         words with slash.
3502
3503 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3504
3505         * configure.ac: Added Breton translation.
3506         * po/br.po: Added Breton translation.
3507
3508 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-window-title (ev_window_title_update):
3511
3512         Fix memory leak in window title. Fixes bug #333944
3513
3514 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-metadata-manager.c (parseItem):
3517
3518         Fix memory leaks. Fixes bug #333945
3519
3520 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3521         
3522         * NEWS, configure.ac, TODO:
3523         
3524         Update for release 0.5.2.
3525
3526 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * shell/ev-view.c: (view_update_range_and_current_page),
3529         (page_changed_cb):
3530         
3531         Don't jump on scrolling, fix for the bug #333127.
3532
3533 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3536         
3537         Scroll by one page in presentation mode. Fix for the bug
3538         #332993.
3539
3540 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3541
3542         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3543
3544 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3545
3546         * configure.ac  Added lv in ALL_LINGUAS line.
3547
3548 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3549         
3550         * NEWS, configure.ac:
3551         
3552         Update for release 0.5.1
3553
3554 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3555
3556         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3557         * backend/ev-document-misc.h:
3558         * shell/ev-view.c: (draw_one_page):
3559         
3560          Clairfy what page the toolbar page number applies to. Fix
3561          for the bug #328102.
3562
3563 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3564
3565         * shell/ev-view-private.h:
3566         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3567         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3568         (ev_view_search_changed):
3569         * shell/ev-view.h:
3570         * shell/ev-window.c: (find_bar_search_changed_cb):
3571         
3572         Dont't jump to find result if window was scrolled during search.
3573         Fix for the bug #313266.
3574
3575 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3576
3577         * shell/eggfindbar.c: (egg_find_bar_class_init):
3578         * shell/eggfindbar.h:
3579         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3580         * shell/ev-view-private.h:
3581         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3582         (ev_view_class_init), (ev_sizing_mode_get_type),
3583         (ev_scroll_type_get_type):
3584         * shell/ev-view.h:
3585         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3586         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3587         (ev_window_init):
3588         
3589         Fix for the bug 319133 - Find entry should allow text scroll.
3590
3591 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3592
3593         * shell/ev-view-private.h:
3594         * shell/ev-view.c: (view_update_range_and_current_page),
3595         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3596         (ev_view_set_document), (update_find_status_message),
3597         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3598         (ev_view_find_previous):
3599         
3600         Fix for the bug #319137. Search now takes account for scrolling.
3601
3602 2006-02-19  Michael Hofmann <mh21@piware.de>
3603
3604         * configure.ac:
3605         * djvu/Makefile.am:
3606         * djvu/djvu-document-private.h:
3607         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3608         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3609         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3610         (djvu_document_can_get_text), (djvu_document_get_text),
3611         (djvu_document_document_iface_init),
3612         (djvu_document_thumbnails_get_thumbnail),
3613         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3614         (djvu_document_find_get_result),
3615         (djvu_document_find_page_has_results),
3616         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3617         (djvu_document_find_iface_init):
3618         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3619         (djvu_text_page_selection), (djvu_text_page_limits_process),
3620         (djvu_text_page_limits), (djvu_text_page_copy),
3621         (djvu_text_page_position), (djvu_text_page_union),
3622         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3623         (djvu_text_page_box), (djvu_text_page_append_text),
3624         (djvu_text_page_search), (djvu_text_page_prepare_search),
3625         (djvu_text_page_new), (djvu_text_page_free):
3626         * djvu/djvu-text-page.h:
3627         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3628         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3629         (djvu_text_n_results), (djvu_text_has_results),
3630         (djvu_text_get_result), (djvu_text_get_progress):
3631         * djvu/djvu-text.h:
3632         
3633         Text search in djvu. Fix for the bug #303415.
3634
3635 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * configure.ac:
3638         * shell/ev-window.c: (ev_window_cmd_save_as):
3639         
3640         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3641         Thanks to Gary Coady <gary@lyranthe.org>
3642
3643 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-print-job.c: (idle_print_handler):
3646         
3647         Inverse order printing, bug #320919.
3648
3649 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3650
3651         * data/evince-toolbar.xml:
3652         * shell/ev-window.c:
3653         
3654         Allow to add sidebar checkbutton on toolbar. Fix
3655         for the bug #144577.
3656
3657 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3660         
3661         Add checks that have sense for empty ps document.
3662
3663 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3664
3665         * configure.ac: Include PS in mime types list. 
3666
3667 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3668
3669         * configure.ac:
3670         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3671         * ps/gsdefaults.h:
3672         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3673         
3674         Runtime check for gs interpreter. Fix for the bug #320868.
3675         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3676
3677 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-application.c: 
3680
3681         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3682         dbus>=0.60, so that the request is not queued. 
3683
3684 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3685
3686         * configure.ac:
3687         * shell/Makefile.am:
3688         * shell/ev-sidebar-links.c: (print_section_cb):
3689         * shell/ev-utils.c:
3690         * shell/ev-utils.h:
3691         * shell/ev-window.c: (update_action_sensitivity),
3692         (ev_window_close_dialogs), (ev_window_print):
3693         * shell/ev-window.h:
3694         
3695         Make printing support optional. Patch from Eduardo de Barros Lima
3696         <eduardo.lima@indt.org.br> for the bug #330546.
3697
3698 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * shell/ev-view-private.h:
3701         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3702         (ev_view_set_document):
3703         * shell/ev-view.h:
3704         * shell/ev-window.c: (ev_window_load_job_cb),
3705         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3706         (ev_window_init):
3707
3708         Draw Loading message during xfer job. Fix for the bug #329495.
3709
3710 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3711
3712         * comics/comics-document.c: (comics_regex_quote),
3713         (comics_document_load), (extract_argv):
3714         
3715         Correcly quote regexp before passing it to unzip.
3716
3717 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * shell/ev-page-cache.c: (build_height_to_page),
3720         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3721         (ev_page_cache_get_dual_even_left):
3722         * shell/ev-page-cache.h:
3723         * shell/ev-view.c: (view_update_range_and_current_page),
3724         (get_page_y_offset), (get_page_extents):
3725         
3726         Place even pages to the left if document has less then
3727         two pages. Fix for the bug #328856.
3728
3729 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3732         
3733         Correct comics scheme. This make evince create thumbnails
3734         for comic books. Fix for the bug 329088.
3735
3736 2006-01-31  Christopher Aillon  <caillon@redhat.com>
3737
3738         * data/evince-password.glade: Don't explicitly set
3739         invisible_char to the current default value in case
3740         the default changes; let GTK+ do its magic.
3741
3742 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
3745         real filename to tmp filename since often document
3746         type is determined by extension.
3747
3748 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3749
3750         * shell/ev-view.c: (add_scroll_binding_keypad),
3751         (ev_view_binding_activated), (ev_view_class_init):
3752         
3753         Add keybindings for percision-scrolling of display area. 
3754         Fix for the bug #314072.
3755
3756 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * data/evince.desktop.in.in:
3759         
3760         Add GTK to the list of categories. Fix for the bug #328034.
3761
3762 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3763
3764         * shell/ev-application.c: (ev_application_shutdown),
3765         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
3766         * shell/ev-application.h:
3767         * shell/ev-window.c: (file_open_dialog_response_cb),
3768         (ev_window_cmd_file_open):
3769         
3770         Save last uri in file chooser dialog. Fix for the bug #327950.
3771
3772 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3773
3774         * NEWS:
3775         * README:
3776         
3777         Final update for release 0.5.0
3778         
3779         * shell/Makefile.am:
3780         
3781         Remove disable deprecated until we'll require libgnome-2.13.7
3782         and port to GOption argument parsing. See bug 327518.
3783
3784 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
3785
3786         * comics/comics-document.c: (comics_document_save):
3787         * djvu/djvu-document.c: (djvu_document_save):
3788         * dvi/dvi-document.c: (dvi_document_save):
3789         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
3790         * lib/ev-file-helpers.h:
3791         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
3792         * tiff/tiff-document.c: (tiff_document_save):
3793         
3794         Use common save function for backends.
3795
3796 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
3797
3798         * backend/ev-document-types.c:
3799         
3800         Fix crash on saving pixbuf.
3801
3802 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3803
3804         * cut-n-paste/recent-files/egg-recent-item.c:
3805         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
3806         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
3807         (parse_info_free), (valid_element), (start_element_handler),
3808         (end_element_handler), (text_handler), (egg_recent_model_filter),
3809         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
3810         (egg_recent_model_monitor), (egg_recent_model_read),
3811         (egg_recent_model_open_file), (egg_recent_model_lock_file),
3812         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
3813         (egg_recent_model_set_property), (egg_recent_model_class_init),
3814         (egg_recent_model_init), (egg_recent_model_add_full),
3815         (egg_recent_model_delete), (egg_recent_model_get_list),
3816         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
3817         (egg_recent_model_set_filter_mime_types),
3818         (egg_recent_model_clear_group_filter),
3819         (egg_recent_model_set_filter_groups),
3820         (egg_recent_model_clear_scheme_filter),
3821         (egg_recent_model_set_filter_uri_schemes),
3822         (egg_recent_model_remove_expired):
3823         * cut-n-paste/recent-files/egg-recent-util.c:
3824         (egg_recent_util_get_icon):
3825         * cut-n-paste/recent-files/egg-recent-util.h:
3826         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3827         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
3828         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
3829         (egg_recent_view_uimanager_set_property),
3830         (egg_recent_view_uimanager_get_property),
3831         (egg_recent_view_uimanager_class_init),
3832         (egg_recent_view_uimanager_init),
3833         (egg_recent_view_uimanager_set_label_width),
3834         (egg_recent_view_uimanager_get_label_width):
3835         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3836         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3838         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3839         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3840         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3841         
3842         Update from libegg.
3843
3844 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3845
3846         * shell/ev-page-cache.c: (build_height_to_page),
3847         (ev_page_cache_get_height_to_page):
3848         * shell/ev-page-cache.h:
3849         * shell/ev-view.c: (view_update_range_and_current_page),
3850         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
3851         (ev_view_previous_page):
3852         
3853         Dual mode places even pages to the left. Fix for the bug #309393.
3854
3855         * shell/ev-view.h:
3856         * shell/ev-window.c: (update_action_sensitivity),
3857         (setup_view_from_metadata), (view_menu_popup_cb):
3858         
3859         Don't restore presentation in empty windows, more intelligent
3860         next page behaviour in dual mode.
3861
3862         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3863         (ev_pixbuf_cache_clear_job_sizes):
3864         
3865         Cleanup job callback on removal. Fix for the bug #325886.
3866
3867 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * ps/ps.c: (psscan):
3870         
3871         Commit workaround Mozilla problem. Fix for the bug #325919
3872         
3873         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
3874         (save_item):
3875         
3876         Fix for year 2038 problem.
3877
3878 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * shell/ev-window.c: (setup_document_from_metadata),
3881         (ev_window_cmd_view_reload):
3882
3883         Clamp page recieved from metadata in valid values. Fix
3884         for the bug #325986.
3885
3886 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * MAINTAINERS: 
3889         Add MAINTAINERS as requested on desktop-devel-list.
3890
3891 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
3894         (mime_type_supported_by_gdk_pixbuf),
3895         (ev_document_factory_get_mime_types),
3896         (ev_document_factory_get_all_mime_types):
3897         
3898         Don't add pixbuf mime types if pixbuf backend is disabled.
3899         
3900         * shell/ev-application.c: (ev_application_get_uri_window):
3901         
3902         Fix for the bug 325815 - unhandled MIME type message doesn't 
3903         appear a second time. 
3904         
3905         * shell/ev-document-types.c: (ev_document_types_add_filters):
3906         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
3907         (password_dialog_response), (ev_window_popup_password_dialog),
3908         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3909         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3910         (ev_window_run_presentation), (ev_window_stop_presentation),
3911         (save_sizing_mode), (ev_window_zoom_changed_cb),
3912         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3913         (ev_window_dual_mode_changed_cb),
3914         (ev_window_sidebar_current_page_changed_cb),
3915         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3916         (window_state_event_cb), (window_configure_event_cb):
3917         
3918         Cleanup additional uris holded by EvWindow.
3919
3920 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
3923         (ev_view_can_previous_page), (ev_view_can_next_page):
3924         * shell/ev-view.h:
3925         * shell/ev-window.c: (update_action_sensitivity):
3926         
3927         Two page scrolling with Space and PageUp in dual mode. Second fix 
3928         for the bug #316608.
3929
3930 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * shell/ev-view.c: (scroll_to_current_page):
3933         
3934         Correctly clamp adjustment value. Fix for the bug
3935         #325808.
3936
3937 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3938
3939         * shell/ev-sidebar-links.c: (print_section_cb):
3940         * shell/ev-window.c: (ev_window_get_uri),
3941         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
3942         (ev_window_print_dialog_response_cb), (ev_window_print_range),
3943         (ev_window_dispose):
3944         
3945         Make print dialog non-modal. Fix for the bug #325622.
3946
3947 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3948
3949         * shell/ev-metadata-manager.c:
3950         * shell/ev-utils.c: (using_pdf_printer),
3951         (using_postscript_printer), (load_print_config_from_file),
3952         (save_print_config_to_file):
3953         * shell/ev-utils.h:
3954         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
3955         (update_sidebar_visibility), (setup_sidebar_from_metadata),
3956         (setup_view_from_metadata), (ev_window_setup_document),
3957         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3958         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3959         (ev_window_run_presentation), (ev_window_stop_presentation),
3960         (save_sizing_mode), (ev_window_zoom_changed_cb),
3961         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3962         (ev_window_dual_mode_changed_cb),
3963         (ev_window_sidebar_current_page_changed_cb),
3964         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3965         (window_state_event_cb), (window_configure_event_cb),
3966         (ev_window_init):
3967         
3968         Setting saving behaviour fixes.
3969
3970 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * configure.ac:
3973         
3974         Make antialiasing gs options better and allow
3975         to change them during configure. Fix for the 
3976         bug #319049.
3977
3978 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * shell/ev-window.c: (setup_view_from_metadata):
3981         
3982         Remember if last window was maximized. Fix for the
3983         bug #323797.
3984
3985 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
3986
3987         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
3988
3989 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
3992         * shell/ev-page-action.c: (build_new_tree_cb):
3993         * shell/ev-sidebar-links.c: (links_page_num_func),
3994         (update_page_callback_foreach), (update_page_callback):
3995         * shell/ev-view.c: (scroll_to_current_page):
3996         
3997         Fix for the bug #325067 with more intelligent selection
3998         of current link in sidebar. Make sidebar handle links
3999         of FITR-like type more correctly.
4000
4001         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4002         (dvi_pixbuf_put_pixel):
4003         
4004         Fix memory consumtion with disabled alpha channel.
4005
4006 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4007
4008         * data/evince-ui.xml:
4009         * shell/ev-window.c: (view_menu_popup_cb),
4010         (ev_popup_cmd_open_link), (ev_window_init):
4011         
4012         Update context menu for internal links. Fix for the bug
4013         #325066.
4014
4015 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4018         
4019         Bind context menu to keyboard also. Fix for the bug
4020         #325065.
4021
4022 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * shell/ev-view.c: (selection_scroll_timeout_cb):
4025         
4026         Horizontal scroll on selection also.
4027
4028 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4029
4030         * shell/ev-metadata-manager.c: (parse_value):
4031         * shell/ev-view.c: (goto_xyz_link):
4032         
4033         Correct zoom setup and metadata save broken in 
4034         some locales.
4035
4036 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4037
4038         * shell/ev-view-private.h:
4039         * shell/ev-view.c: (scroll_to_current_page),
4040         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4041         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4042         (page_changed_cb), (ev_view_set_continuous),
4043         (ev_view_set_dual_page), (ev_view_set_presentation):
4044         
4045         Delay scroll until allocation to correctly position page. Fix
4046         for the bug #317334.
4047
4048 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * NEWS:
4051         * configure.ac:
4052         
4053         Update NEWS and require poppler 0.5.0.
4054
4055 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4056         
4057         * data/evince-ui.xml:
4058         * shell/ev-view-private.h:
4059         * shell/ev-view.c: (ev_view_get_link_at_location),
4060         (handle_link_over_xy), (ev_view_button_press_event),
4061         (ev_view_button_release_event), (ev_view_class_init):
4062         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4063         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4064         (ev_window_init):
4065         
4066         Implement right-click context menu.
4067
4068 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4071         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4072         (mdvi_pixbuf_device_render):
4073         * pdf/ev-poppler.cc:
4074
4075         Don't generate thumbnails with alpha. See bug #324077.
4076         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4077
4078 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-window.c: (setup_chrome_from_metadata):
4081         
4082         Fix typo that was hiding toolbar.
4083
4084 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * shell/ev-view-private.h:
4087         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4088         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4089         (ev_view_button_release_event), (ev_view_destroy):
4090         
4091         Small cleanup and autoscrolling during selection. Thanks to 
4092         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4093
4094 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4095
4096         * configure.ac:
4097         
4098         Correctly check for comics option.
4099
4100 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4101         * Makefile.am:
4102         * configure.ac:
4103         * backend/Makefile.am:
4104         * backend/ev-document-factory.c:
4105         * shell/ev-document-types.c:
4106
4107         Included option in configure to make ps backend 
4108         compilation optional with --disable-ps.
4109
4110 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * backend/ev-document-factory.c:
4113         * comics/Makefile.am:
4114         * comics/comics-document.c: (comics_document_load):
4115         * comics/ev-cbr-mime.xml:
4116         * configure.ac:
4117         
4118         Comics mime types are added to shared-mime-info CVS. Now
4119         we don't need to install our own mime types.
4120
4121 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * shell/ev-window.c:
4124         
4125         Add shortcut for "save a copy" menu entry. Fix for
4126         the bug #324582.
4127
4128 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4131         (job_finished_cb), (new_selection_pixbuf_needed),
4132         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4133         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4134         
4135         Rework selection job info logic and fix critical warning.
4136
4137 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4138
4139         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4140
4141 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4142
4143         * data/evince-ui.xml:
4144         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4145         
4146         Enter as shortcut key for next page. Fix for the bug
4147         #321394.
4148
4149 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4150
4151         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4152
4153 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4156         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4157         (new_selection_pixbuf_needed),
4158         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4159         (clear_job_selection):
4160         
4161         Too early for 0.5. Pixbuf cache code cleaned a bit.
4162
4163 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * NEWS:
4166         * configure.ac:
4167         
4168         Release 0.5.0 preparation
4169
4170 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * comics/Makefile.am:
4173         * configure.ac:
4174         * shell/ev-document-types.c: (ev_document_types_add_filters):
4175         
4176         More advanced handling of custom mime type installation.
4177
4178 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4179
4180         * data/evince.schemas.in:
4181         * shell/ev-metadata-manager.c: (value_free),
4182         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4183         (ev_metadata_manager_get), (ev_metadata_manager_set):
4184         * shell/ev-metadata-manager.h:
4185         * shell/ev-window.c: (update_chrome_flag),
4186         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4187         (setup_document_from_metadata), (setup_chrome_from_metadata),
4188         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4189         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4190         (ev_window_view_toolbar_cb),
4191         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4192         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4193         
4194         Save last document settings and reuse them for new documents.
4195
4196 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * Makefile.am:
4199         * backend/Makefile.am:
4200         * backend/ev-document-factory.c:
4201         * backend/ev-document-factory.h:
4202         * comics/Makefile.am:
4203         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4204         (comics_document_load), (comics_document_save),
4205         (comics_document_get_n_pages), (comics_document_get_page_size),
4206         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4207         (comics_document_class_init), (comics_document_can_get_text),
4208         (comics_document_get_info), (comics_document_document_iface_init),
4209         (comics_document_init), (get_supported_image_extensions),
4210         (comics_document_thumbnails_get_geometry),
4211         (comics_document_thumbnails_get_thumbnail),
4212         (comics_document_thumbnails_get_dimensions),
4213         (comics_document_document_thumbnails_iface_init), (extract_argv):
4214         * comics/comics-document.h:
4215         * comics/ev-cbr-mime.xml:
4216         * configure.ac:
4217         * po/POTFILES.in:
4218         * shell/ev-application.c: (ev_application_register_service):
4219         * shell/ev-document-types.c: (ev_document_types_add_filters):
4220         * thumbnailer/Makefile.am:
4221         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4222         
4223         New CBR/CBZ backend for comic books.
4224
4225 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * shell/main.c: (load_files_remote):
4228
4229         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4230         warning on startup of second instance is fixed. It
4231         is bug #320353.
4232
4233 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * shell/ev-window.c: (ev_window_finalize):
4236         
4237         Fix double free that cause crash.
4238
4239 2005-10-29  Bastien Nocera <hadess@hadess.net>
4240
4241         * tiff/tiff-document.c: (tiff_document_load):
4242         
4243         Fix memory leak.
4244
4245 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * po/POTFILES.in:
4248         * shell/Makefile.am:
4249         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4250         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4251         (ev_view_accessible_get_text),
4252         (ev_view_accessible_get_character_at_offset),
4253         (ev_view_accessible_get_text_before_offset),
4254         (ev_view_accessible_get_text_at_offset),
4255         (ev_view_accessible_get_text_after_offset),
4256         (ev_view_accessible_get_character_count),
4257         (ev_view_accessible_get_caret_offset),
4258         (ev_view_accessible_set_caret_offset),
4259         (ev_view_accessible_get_run_attributes),
4260         (ev_view_accessible_get_default_attributes),
4261         (ev_view_accessible_get_character_extents),
4262         (ev_view_accessible_get_offset_at_point),
4263         (ev_view_accessible_get_n_selections),
4264         (ev_view_accessible_get_selection),
4265         (ev_view_accessible_add_selection),
4266         (ev_view_accessible_remove_selection),
4267         (ev_view_accessible_set_selection),
4268         (ev_view_accessible_text_iface_init),
4269         (ev_view_accessible_idle_do_action),
4270         (ev_view_accessible_action_do_action),
4271         (ev_view_accessible_action_get_n_actions),
4272         (ev_view_accessible_action_get_description),
4273         (ev_view_accessible_action_get_name),
4274         (ev_view_accessible_action_set_description),
4275         (ev_view_accessible_action_iface_init),
4276         (ev_view_accessible_get_type), (ev_view_accessible_new),
4277         (ev_view_accessible_factory_get_accessible_type),
4278         (ev_view_accessible_factory_create_accessible),
4279         (ev_view_accessible_factory_class_init),
4280         (ev_view_accessible_factory_get_type):
4281         * shell/ev-view-accessible.h:
4282         * shell/ev-view-private.h:
4283         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4284         * shell/ev-view.h:
4285         
4286         Initial accessibility support.
4287
4288 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4289
4290         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4291
4292 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4293
4294         * shell/ev-print-job.c: (idle_print_handler):
4295         
4296         Fix for bug Bug 318916: Printing multiple pages.
4297
4298 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4299
4300         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4301
4302 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * pdf/ev-poppler.cc:
4305         
4306         Thumnail dimensions unified with other backends.
4307         
4308         * shell/ev-window-title.c: (ev_window_title_update):
4309         
4310         Fix warning.
4311
4312 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * data/ev-stock-zoom-fit-width.png:
4315         
4316         Remove unused file.
4317
4318 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * configure.ac:
4321         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4322         (djvu_document_finalize):
4323         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4324         (dvi_document_finalize):
4325         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4326         (pixbuf_document_save), (pixbuf_document_finalize):
4327         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4328         (tiff_document_finalize):
4329         
4330         Save a copy implemented for various backends.
4331
4332 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4333
4334         * configure.ac:
4335         
4336         Don't link with ltiff if tiff is disabled.
4337
4338 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * pdf/GDKSplashOutputDev.cc:
4341         * pdf/GDKSplashOutputDev.h:
4342         * pdf/Thumb.cc:
4343         * pdf/Thumb.h:
4344         * pdf/pdf-document.cc:
4345         * pdf/pdf-document.h:
4346         * pdf/test-gdk-output-dev.cc:
4347         
4348         Remove old unused files.
4349
4350 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4351
4352         * shell/ev-window.c: (ev_window_setup_document):
4353         
4354         Fixed warnings on reload and probably crash reason.
4355
4356 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * properties/ev-properties-view.c:
4359         (ev_properties_view_format_date):
4360         
4361         Check if date is invalid. Fix for bug 318134.
4362
4363 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4364
4365         * shell/ev-window-title.c:
4366         
4367         Add .indd files (Adobe Indesign) to the list of "bad
4368         extensions".
4369
4370 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * data/evince-ui.xml:
4373         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4374         
4375         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4376
4377 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4378
4379         * shell/ev-window.c: (launch_link), (launch_external_uri),
4380         (view_external_link_cb):
4381
4382         URL-escape link before passing it to gnome_vfs_url_show.
4383
4384 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4387         there isn't text selected.
4388
4389 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4390
4391         * shell/ev-view.c: (handle_link_over_xy):
4392
4393         Check tooltip is valid utf8 before showing it
4394
4395 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4398
4399 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4400
4401         * shell/ev-window-title.c: (ev_window_title_update):
4402
4403         Guard against using g_strstrip on NULL. Fixes bug #317291.
4404
4405 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4406
4407         * pdf/ev-poppler.cc:
4408
4409         Show title even for unknown links
4410
4411 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4412
4413         * shell/ev-window-title.c: (ev_window_title_update):
4414
4415         Strip the title string
4416
4417 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4418
4419         * shell/ev-window-title.c:
4420
4421         Add .rtf to the bad extensions list
4422
4423 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4424
4425         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4426         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4427
4428         Ignore link coordinates if they are outside page bounds
4429
4430 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4431
4432         * backend/ev-link.c: (ev_link_type_get_type),
4433         (ev_link_get_filename), (ev_link_get_params),
4434         (ev_link_get_property), (ev_link_set_property),
4435         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4436         * backend/ev-link.h:
4437         * pdf/ev-poppler.cc:
4438         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4439         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4440         (ev_window_init):
4441
4442         Implement launch links. Delegate external link opening to
4443         the window.
4444
4445 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4446
4447         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4448         (ev_link_get_right), (ev_link_get_property),
4449         (ev_link_set_property), (ev_link_class_init),
4450         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4451         * backend/ev-link.h:
4452         * pdf/ev-poppler.cc:
4453         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4454
4455         Implement fitr links
4456
4457 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4458
4459         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4460         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4461         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4462         (ev_view_size_request_continuous),
4463         (ev_view_size_request_dual_page),
4464         (ev_view_size_request_single_page), (ev_view_size_allocate),
4465         (ev_view_zoom_for_size_continuous_and_dual_page),
4466         (ev_view_zoom_for_size_continuous),
4467         (ev_view_zoom_for_size_dual_page),
4468         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4469         (ev_sizing_mode_get_type):
4470         * shell/ev-view.h:
4471         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4472
4473         Do not use modes for link, we need to calculate size ad hoc.
4474         Still not perfect because of the usual scrollbar issues grrr.
4475
4476 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4477
4478         * backend/ev-link.c: (ev_link_type_get_type),
4479         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4480         * backend/ev-link.h:
4481         * pdf/ev-poppler.cc:
4482         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4483         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4484         (ev_view_size_request_continuous),
4485         (ev_view_size_request_dual_page),
4486         (ev_view_size_request_single_page), (ev_view_size_allocate),
4487         (zoom_for_size_fit_height),
4488         (ev_view_zoom_for_size_continuous_and_dual_page),
4489         (ev_view_zoom_for_size_continuous),
4490         (ev_view_zoom_for_size_dual_page),
4491         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4492         (ev_sizing_mode_get_type):
4493         * shell/ev-view.h:
4494         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4495
4496         Implement FIT_HEIGHT mode (only for links).
4497         Implement FITH links
4498
4499 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4500
4501         * shell/ev-window-title.c: (get_filename_from_uri),
4502         (ev_window_title_sanitize_extension), (ev_window_title_update),
4503         (ev_window_title_set_document), (ev_window_title_set_uri),
4504         (ev_window_title_free):
4505         * shell/ev-window-title.h:
4506         * shell/ev-window.c: (ev_window_setup_document),
4507         (ev_window_popup_password_dialog):
4508
4509         Refactor window title building while fixing it for
4510         password documents.
4511
4512 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4513
4514         * pdf/ev-poppler.cc:
4515
4516         Escape link title before setting it in the model
4517
4518 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4519
4520         * shell/ev-application.c: (removed_from_session), (save_session),
4521         (init_session), (ev_application_get_empty_window),
4522         (ev_application_init), (ev_application_get_windows):
4523         * shell/ev-application.h:
4524         * shell/ev-window.c: (ev_window_finalize):
4525
4526         Add a function to retrieve window list and share it where
4527         necessary.
4528         Implement session handling, works pretty well thanks to the
4529         metadata system.
4530
4531 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * shell/ev-password.c: (ev_password_item_created_callback),
4534         (ev_password_dialog_save_password):
4535         
4536         Fix for bug 316972. Use async gnome-keyring API.
4537
4538 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4539
4540         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4541         Remove unused unrealize handler. Add scroll handling to
4542         ev_view_scroll_event for presentation mode (bug #316708),
4543         and fix the event state checks there.
4544
4545 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4546
4547         * shell/ev-page-action.c: (page_changed_cb):
4548
4549         "marco, maybe we should be crazy and jump right to 6! :)"
4550
4551         Bryan Clark, Sep 2005
4552
4553 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4554
4555         * ps/ps-document.c: (save_document), (ps_document_save),
4556         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4557         (ps_document_ps_export_end):
4558
4559         Fix unstructured documents save and print
4560
4561 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4562
4563         * shell/ev-application.c: (ev_application_open_uri):
4564
4565         Fix window size persistance
4566
4567 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4568
4569         * shell/ev-view.c: (ev_view_button_release_event):
4570
4571         Based on a patch from carlosgc@gnome.org. Mouse buttons
4572         switch pages in presentation mode.
4573
4574 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4575
4576         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4577
4578         Dont cast to int before scaling
4579
4580 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4581
4582         * backend/ev-link.c: (ev_link_type_get_type),
4583         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4584         (ev_link_new_page_fith):
4585         * backend/ev-link.h:
4586         * pdf/ev-poppler.cc:
4587         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4588
4589         Implement FIT and FITH links
4590
4591 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4592
4593         * pdf/ev-poppler.cc:
4594
4595         Return 0 results when search is not in progress.
4596
4597         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4598         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4599
4600         Update menu sensitivity when cancelling search
4601
4602 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4603
4604         * shell/ev-view.c: (ev_view_can_find_next):
4605
4606         Take all pages in consideration, not just current one
4607
4608 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4609
4610         * shell/ev-page-cache.c:
4611         * shell/ev-page-cache.h:
4612         * shell/ev-view.c: (ev_view_binding_activated),
4613         (ev_view_next_page), (ev_view_previous_page),
4614         (ev_sizing_mode_get_type):
4615         * shell/ev-view.h:
4616         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4617         (ev_window_cmd_go_next_page):
4618
4619         Move page next/previous functions from page chace to
4620         view and change it to move by 2 page steps in dual mode.
4621
4622 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4623
4624         * shell/ev-window.c: (update_sidebar_visibility),
4625         (setup_sidebar_from_metadata), (ev_window_setup_document),
4626         (setup_view_from_metadata):
4627
4628         Show the index by default when there is one     
4629
4630 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4631
4632         * shell/ev-window-title.c: (ev_window_title_set_document):
4633
4634         Missing null check
4635
4636 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-view.c: (view_update_range_and_current_page):
4639         
4640         Allow display of last odd page in dual view. Fix for 316347.
4641
4642 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4643
4644         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4645         
4646         Make close button default. Fix for 316383.
4647
4648 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4651         
4652         Mark close button as default. Fix for 316381.
4653
4654 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4655
4656         * backend/ev-link.c: (ev_link_class_init):
4657
4658         Allow negative doubles in left/top properties
4659
4660 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4661
4662         * shell/ev-window.c:
4663
4664         Remove a bunch of strings that was used only
4665         by the statusbar.
4666
4667 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4668
4669         * shell/ev-window-title.c: (get_filename_from_uri),
4670         (ev_window_title_set_document):
4671
4672         When title has a confusing extension, show also
4673         the document filename inside ()
4674
4675 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4676
4677         * shell/Makefile.am:
4678         * shell/ev-window-title.c: (ev_window_title_new),
4679         (ev_window_title_update), (ev_window_title_set_type),
4680         (ev_window_title_set_document), (ev_window_title_free):
4681         * shell/ev-window-title.h:
4682         * shell/ev-window.c: (ev_window_setup_document),
4683         (password_dialog_response), (ev_window_popup_password_dialog),
4684         (ev_window_dispose), (ev_window_init):
4685
4686         Factor out and cleanup window title code
4687
4688 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4689
4690         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4691         (unable_to_load):
4692
4693         Make dialog transient so it doesnt block other windows
4694
4695 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4696
4697         * pdf/ev-poppler.cc:
4698         
4699         Fix pdf thumbnails rendering.
4700
4701 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4702
4703         * shell/ev-window.c: (fullscreen_set_timeout):
4704         
4705         Increase timeout to hide full screen popup. Bug 
4706         316123. 
4707
4708 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * data/evince.schemas.in:
4711         * shell/ev-window.c: (update_action_sensitivity):
4712
4713         Allow the user to override document restrictions. Fix for bug
4714         305818.
4715
4716 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4717
4718         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4719         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4720         (ev_window_class_init): Fix multihead behaviour of fullscreen
4721         toolbar popup. Fixes bug #315451.
4722
4723 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * configure.ac:
4726         * data/evince-password.glade:
4727         * shell/ev-password.c: (ev_password_dialog_set_property),
4728         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4729         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4730         (ev_password_dialog_entry_changed_cb),
4731         (ev_password_dialog_entry_activated_cb),
4732         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4733         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
4734         (ev_password_dialog_set_bad_pass):
4735         * shell/ev-password.h:
4736         * shell/ev-window.c: (password_dialog_response),
4737         (ev_window_popup_password_dialog):
4738         
4739         Support for gnome-keyring for encrypted PDF's.
4740
4741 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4742
4743         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
4744         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
4745         (ev_view_enter_notify_event), (ev_view_class_init):
4746         
4747         More precise handling of enter_notify/leave_notify events
4748         in EvView. Fix for bug 315470.
4749
4750 2005-09-08  Christopher Aillon  <caillon@redhat.com>
4751
4752         * shell/ev-window.c: (fullscreen_timeout_cb),
4753         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4754         (ev_window_dispose):
4755
4756         leak fix: unref fullscreen_timeout_source before clearing it
4757
4758 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4759
4760         * configure.ac, dvi/mdvi/Makefile.am: 
4761         
4762         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
4763
4764 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4765
4766         * backend/ev-link.c: (ev_link_new_page_xyz):
4767         * pdf/ev-poppler.cc:
4768         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
4769
4770         Fix some bugs with xyz links, respect zoom
4771
4772 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4773
4774         * shell/ev-window.c: (page_changed_cb),
4775         (setup_document_from_metadata), (update_sidebar_visibility),
4776         (setup_view_from_metadata), (ev_window_run_fullscreen),
4777         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4778         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
4779         (ev_window_dual_mode_changed_cb),
4780         (ev_window_sidebar_current_page_changed_cb):
4781
4782         null check uri before setting and getting metadata
4783
4784 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4785
4786         * dvi/Makefile.am:
4787         * properties/Makefile.am:
4788         * shell/Makefile.am:
4789         * thumbnailer/Makefile.am:
4790
4791         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
4792
4793 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4794
4795         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
4796         (selection_changed_callback):
4797         * shell/ev-sidebar-links.h:
4798
4799         Add a signal for link activation.
4800
4801         * shell/ev-view.c: (ev_view_goto_link),
4802         (ev_view_button_release_event):
4803         * shell/ev-view.h:
4804         * shell/ev-window.c: (sidebar_links_link_activated_cb),
4805         (ev_window_init):
4806
4807         Implement the signal so that we can handle all link types.
4808
4809         * shell/ev-page-cache.c:
4810
4811         Remove unused set_link function
4812
4813 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4814
4815         * lib/ev-tooltip.c: (ev_tooltip_set_position):
4816
4817         Add some space from the cursor, hardcoded but I couldnt
4818         find a better way.
4819
4820 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4821
4822         * lib/ev-tooltip.c:
4823
4824         Use mozilla style vs gtk style, way better for links.
4825
4826         * shell/ev-view.c: (ev_view_motion_notify_event),
4827         (ev_view_destroy), (ev_view_init):
4828
4829         Deactive tooltip when the link hovered is changed.
4830
4831 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4832
4833         * backend/ev-document.h:
4834         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
4835         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
4836         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
4837         (ev_link_new_page), (ev_link_new_page_xyz):
4838         * backend/ev-link.h:
4839         * pdf/ev-poppler.cc:
4840         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
4841         (go_to_link), (tip_from_link):
4842
4843         Implement xyz links, still not functional. Links are a total
4844         mess, will need to refactor and bugfix a lot :(
4845
4846 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
4847
4848         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
4849
4850 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
4851
4852         * data/evince-ui.xml:
4853         * data/evince.schemas.in:
4854         * shell/Makefile.am:
4855         * shell/ev-window.c: (update_chrome_visibility),
4856         (password_dialog_response), (ev_window_load_job_cb),
4857         (ev_window_xfer_job_cb), (ev_window_open_uri),
4858         (ev_window_class_init), (set_chrome_actions), (load_chrome),
4859         (ev_window_init):
4860
4861         Remove the statusbar. This regress loading feedback, need to
4862         check with Bryan what we want to do there...
4863
4864 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4865
4866         * lib/ev-tooltip.c: (ev_tooltip_init):
4867
4868         Fix tooltip border and size handling
4869
4870 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4871
4872         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
4873         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
4874         (ev_tooltip_timeout), (ev_tooltip_activate),
4875         (ev_tooltip_deactivate):
4876         * lib/ev-tooltip.h:
4877         * shell/ev-view.c: (ev_view_motion_notify_event):
4878
4879         Delay popup showing. Mirror gtk logic/times.
4880
4881 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
4882
4883         * lib/Makefile.am:
4884         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
4885         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
4886         (ev_tooltip_set_text), (ev_tooltip_set_position):
4887         * lib/ev-tooltip.h:
4888
4889         Simple widget to show tooltips at a custom position
4890
4891         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
4892         (ev_view_destroy):
4893
4894         Use it for links. First go, needs work
4895
4896 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
4897
4898         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
4899         HIG fixes.  Use title capitalization for window title. Use 12 
4900         pixels of space between the dialog's vbox and action area.
4901
4902 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4903
4904         * shell/ev-window.c: (file_open_dialog_response_cb),
4905         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
4906         (ev_window_cmd_save_as):
4907
4908         Make file pickers not modal and refactor code some
4909
4910 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4911
4912         * shell/ev-sidebar.h:
4913         * shell/ev-sidebar.c: (ev_sidebar_set_property),
4914         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
4915         (ev_sidebar_class_init), (ev_sidebar_select_page),
4916         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
4917         (ev_sidebar_set_page):
4918
4919         Add a current page property and allow to get/set it
4920
4921         * shell/ev-window.c: (setup_view_from_metadata),
4922         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
4923
4924         Persist current sidebar page per document
4925
4926 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4927
4928         * data/evince.schemas.in:
4929         * shell/ev-window.c: (update_chrome_visibility),
4930         (setup_document_from_metadata), (update_sidebar_visibility),
4931         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
4932         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4933         (ev_window_run_presentation), (ev_window_stop_presentation),
4934         (ev_window_view_sidebar_cb),
4935         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
4936         (load_chrome), (ev_window_init):
4937
4938         Persist size/visibility of sidebar per document
4939
4940 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
4941
4942         * shell/ev-view.c (draw_loading_text): Draw loading text.
4943
4944 2005-09-02  Dan Damian  <dand@gnome.ro>
4945
4946         * configure.in: Added "ro" to ALL_LINGUAS.
4947
4948 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4949
4950         * shell/ev-view.c: (clear_caches):
4951
4952         ev_page_cache_get doesnt return a reference,
4953         dont try to unref it.
4954
4955 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4956
4957         * shell/main.c: (load_files_remote):
4958
4959         Fix timestamp parameter with dbus <= 0.33
4960
4961 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
4962
4963         * data/evince.schemas.in:
4964
4965         Add missing full stop
4966
4967 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
4968
4969         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
4970         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
4971
4972         Plug some memory leaks
4973
4974 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
4975
4976         * configure.ac:
4977         * lib/ev-debug.c: (trap_handler):
4978
4979         Check for execinfo.h and use it only if it exists.
4980         Ported from Epiphany (bug #314776).
4981
4982 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
4983
4984         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
4985
4986 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
4987
4988         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
4989         * po/id.po      : Added Indonesian translation
4990
4991 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
4992
4993         * shell/main.c:
4994         * shell/ev-application.c: Last minute GTK-2.6 fixes.
4995         * NEWS: Release 0.4.0
4996
4997 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
4998
4999         * configure.ac: catch another gtk+-2.8ism
5000         * shell/main.c: Make work with gtk+-2.6
5001
5002 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5003
5004         * shell/ev-application-service.xml: Add 'timestamp' argument to
5005           ev_application_open_window and ev_application_open_uri methods.
5006
5007         * shell/ev-application.h: Add 'timestamp' argument to
5008           ev_application_open_window, ev_application_open_uri,
5009           and ev_application_open_uri_list functions.
5010
5011         * shell/ev-application.c (ev_application_open_window,
5012           ev_application_open_uri, ev_application_open_uri_list): Change
5013           functions that show/present windows to use a timestamp if one
5014           is passed in.
5015
5016         * shell/ev-window.c (ev_window_cmd_file_open,
5017           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5018         * shell/main.c (load_files): Modify calls to ev_application to
5019           include GDK_CURRENT_TIME as timestamp.
5020
5021         * shell/main.c (load_files_remote): Obtain timestamp for client
5022           instance from GDK and pass to server instance so new windows are
5023           focused properly.  Fix dbus_g_proxy_call() calls by including second
5024           G_TYPE_INVALID.
5025           
5026         Closes bug #314475.
5027
5028 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5029
5030         * shell/ev-window.c (ev_window_finalize): Check for
5031         avail. EvWindows when quiting to handle the finalize better,
5032         #314497
5033
5034 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035         
5036         * properties/ev-properties-view.c: 
5037         
5038         Set textdomain to libglade. Fixes translation problem in property page.
5039
5040 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5043         * dvi/Makefile.am:
5044         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5045         * dvi/mdvi-lib/Makefile.am:
5046         
5047         Fix rotation of thumbnails, ported to new API. Moved library
5048         dependencies earlier, probably it will fix linkage problem.
5049
5050 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5051
5052         * backend/ev-document-misc.c:
5053         (ev_document_misc_get_thumbnail_frame):
5054         * backend/ev-document-misc.h:
5055         * configure.ac:
5056         * pdf/ev-poppler.cc:
5057         * shell/Makefile.am:
5058         * shell/ev-sidebar-thumbnails.c: (add_range),
5059         (ev_sidebar_thumbnails_set_loading_icon),
5060         (ev_sidebar_thumbnails_refresh),
5061         (ev_sidebar_thumbnails_set_document):
5062         * shell/ev-sidebar-thumbnails.h:
5063         * shell/ev-view.c: (ev_view_motion_notify_event),
5064         (ev_view_set_property), (ev_view_get_property),
5065         (ev_view_class_init), (ev_view_set_rotation):
5066         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5067         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5068         (ev_window_init):
5069         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5070         Redo rotation (again).  prepare for 0.4.0
5071
5072 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5073
5074         * configure.ac: Bump poppler requirement to 0.4.1.
5075
5076         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5077         argument to poppler_page_render_selection() call.
5078
5079 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5082         (djvu_document_thumbnails_get_thumbnail):
5083         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5084         (dvi_document_thumbnails_get_thumbnail):
5085         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5086         (pixbuf_document_thumbnails_get_thumbnail):
5087         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5088         
5089         Update rotation direction of backends to fit with pdf and ps.
5090
5091 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5092
5093         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5094         * backend/ev-async-renderer.h:
5095         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5096         (setup_page), (ps_document_get_page_size),
5097         (ps_async_renderer_render_pixbuf):
5098         * ps/ps-document.h:
5099         * shell/ev-jobs.c: (ev_job_render_run):
5100
5101         Fix orientation in the postscript document
5102
5103 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5104
5105         * pdf/ev-poppler.cc:
5106         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5107         * shell/ev-view.c: (highlight_find_results):
5108
5109         Adapt to the new poppler rotation API. Fix text maps on landscape
5110         documents.
5111
5112 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5113
5114         * shell/ev-view.c (compute_new_selection_text): get the correct
5115         region when selecting in modes other than continuous.
5116
5117 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5118
5119         * shell/main.c (main): remove redundant g_warnings.
5120
5121 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * shell/Makefile.am: Don't include autogenerated
5124         file ev-application-service.h into distribution, since
5125         it causes dbus crash. Fix for bugs 313724 and 313443. 
5126
5127 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * configure.ac: Fix sed expression for FreeBSD. Thanks
5130         to Joe Marcus Clark <marcus@freebsd.org>
5131         
5132         * shell/eggfindbar.c: (entry_activate_callback),
5133         (entry_changed_callback), (egg_find_bar_init),
5134         (egg_find_bar_set_search_string):
5135         
5136         Made findbar buttons unsensitive if there is no text in
5137         entry. Fix for the bug 313285.
5138
5139 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * ps/ps-document.c: Use g_filename_display_name for displaying
5142         filenames and revert string freeze breackage
5143
5144 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5145
5146         * NEWS:
5147         * configure.ac:
5148
5149         Update for 0.3.4
5150
5151         * shell/Makefile.am:
5152
5153         Add ev-application-service.xml to extra dist
5154
5155         * shell/ev-view.c: (find_page_at_location):
5156
5157         Remove unused function (fix warning)
5158
5159 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5162         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5163         
5164         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5165         bug 313623.
5166
5167 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5170         * shell/ev-window.c:
5171         Fix build warnings
5172
5173 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * configure.ac: Update script to get dbus version.
5176         Fix for the bug #313443.
5177
5178 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-window.c: (ev_window_cmd_escape):
5181         
5182         Return focus back to view on escape. Fix for bug 313295.
5183
5184 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5185
5186         * shell/ev-window.c: (update_window_title),
5187         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5188         (ev_window_cmd_save_as):
5189         
5190         Correct conversion from uri to displayable string. Fix for
5191         bug 313296.
5192
5193 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * ps/ps-document.c: convert filename to utf8 when there is an error
5196         loading document. Fixes #309915
5197
5198 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5199
5200         * configure.ac:
5201
5202         We depend on poppler 0.4.0
5203
5204 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5205
5206         * configure.ac:
5207         * NEWS: Release 0.3.3.
5208         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5209
5210 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5211
5212         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5213         add a couple missing mnemonics to menu items, use title 
5214         capitalization for menu items and window titles, and add 
5215         ellipsis to open menu item.     
5216
5217 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5218
5219         * pdf/ev-poppler.cc:
5220         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5221         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5222         (ev_view_get_rotation):
5223         * shell/ev-view.h:
5224         * shell/ev-window.c: (setup_view_from_metadata),
5225         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5226         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5227         disk.
5228
5229 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5230
5231         * configure.ac: Added tr to ALL_LINGUAS
5232
5233 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5234
5235         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5236         requires several clicks to find word. Thanks to 
5237         Colin Slater <kiltedtaco@gmail.com>.
5238
5239 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5240
5241         * data/evince.desktop.in.in: Hide menu entry and
5242         rename it to "Document Viewer". Fix for bug 
5243         #312399.
5244
5245 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5246
5247         * shell/ev-page-action.c (ev_page_action_class_init): 
5248
5249         Point to the correct function in constructor of the
5250         activate_label signal
5251
5252 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5253
5254         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5255         * shell/ev-jobs.h: Make thread safe.
5256
5257 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * shell/ev-view.c: (view_update_range_and_current_page):
5260         Don't update page range if we are scrolling to some document
5261         point.
5262
5263 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5266         when getting max_page_width, fix drawing in dual mode.
5267
5268 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5269
5270         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5271         getting the area for select_all.
5272
5273 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5274
5275         * backend/ev-selection.c: (ev_selection_render_selection):
5276         * backend/ev-selection.h:
5277         * pdf/ev-poppler.cc:
5278         * shell/ev-jobs.c: (ev_job_render_new):
5279         * shell/ev-jobs.h:
5280         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5281         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5282         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5283         (ev_view_class_init):
5284
5285         Change selection color on focus in and focus out events.  Also,
5286         poppler now uses GdkColor for specifying the selection colors, so
5287         drop some awkward conversion code.
5288
5289 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5290
5291         * configure.ac: Added Hebrew translation
5292
5293 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5294
5295         * NOTES:
5296         * backend/ev-selection.c: (ev_selection_render_selection):
5297         * backend/ev-selection.h:
5298         * pdf/ev-poppler.cc:
5299         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5300         (ev_job_render_run):
5301         * shell/ev-jobs.h:
5302         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5303         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5304         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5305         (ev_pixbuf_cache_style_changed),
5306         (ev_pixbuf_cache_get_selection_pixbuf),
5307         (ev_pixbuf_cache_set_selection_list),
5308         (ev_pixbuf_cache_get_selection_list):
5309         * shell/ev-pixbuf-cache.h:
5310         * shell/ev-utils.c: (ev_print_region_contents):
5311         * shell/ev-utils.h:
5312         * shell/ev-view.c: (ev_view_queue_draw_page),
5313         (selection_update_idle_cb), (ev_view_motion_notify_event),
5314         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5315         (setup_caches), (ev_view_find_next), (merge_selection_region),
5316         (selection_free):
5317         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5318
5319         Clean up selection to be much smoother!
5320
5321 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5322
5323         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5324         to poppler_page_render_selection().
5325
5326 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5327
5328         * ps/ps-document.c: (save_page_list): Use
5329         unzipped document when printing. Thanks to 
5330         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5331         311016.
5332
5333 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * shell/ev-window.c: (update_action_sensitivity):
5336         
5337         Disable print and save respect to lockdown gconf keys. Fix
5338         for 312342.
5339
5340 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * configure.ac:
5343         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5344         (write_to_temp_file), (ev_file_set_contents):
5345         * shell/ev-utils.h:
5346         * shell/ev-window.c: (save_print_config_to_file):
5347         
5348         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5349         Fix for bug 312238
5350
5351 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5352
5353         * shell/ev-window.c: (load_print_config_from_file),
5354         (save_print_config_to_file), (ev_window_print_range):
5355
5356         Persist the print settings. Fixes bug #311578.
5357
5358 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * djvu/djvu-document.c: (djvu_document_get_page_size),
5361         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5362         (djvu_document_thumbnails_get_thumbnail):
5363         * dvi/dvi-document.c: (dvi_document_get_page_size),
5364         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5365         (dvi_document_thumbnails_get_dimensions),
5366         (dvi_document_thumbnails_get_thumbnail):
5367         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5368         (pixbuf_document_render_pixbuf),
5369         (pixbuf_document_document_iface_init),
5370         (pixbuf_document_thumbnails_get_thumbnail):
5371         
5372         Update backends to make them build with new rotation system.
5373
5374 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * help/C/figures/evince_start_window.png:
5377         
5378         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5379
5380 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5381
5382         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5383         * shell/ev-pixbuf-cache.h:
5384         * shell/ev-sidebar-thumbnails.c:
5385         (ev_sidebar_thumbnails_get_property), (add_range),
5386         (adjustment_changed_cb):
5387         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5388         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5389         we were thumbnailing the entire docment on startup, slowing us
5390         down hugely. 
5391
5392 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5393
5394         * shell/ev-page-cache.c: (ev_page_cache_new):
5395         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5396         == 0, fixes #310306.
5397
5398 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5399
5400         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5401         (ev_view_rotate_left):
5402
5403         Account rotation in doc_rect_to_view_rect.
5404         Ensure rotation doesnt go out of bounds.
5405
5406 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5407
5408         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5409
5410         Correct and cleanup w/h swapping
5411
5412 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5413
5414         * backend/ev-document-thumbnails.c:
5415         (ev_document_thumbnails_get_thumbnail):
5416         * backend/ev-document-thumbnails.h:
5417         * backend/ev-document.c:
5418         * backend/ev-document.h:
5419         * backend/ev-render-context.c: (ev_render_context_new),
5420         (ev_render_context_set_rotation):
5421         * backend/ev-render-context.h:
5422         * pdf/ev-poppler.cc:
5423         * ps/ps-document.c: (ps_document_document_iface_init):
5424         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5425         * shell/ev-jobs.h:
5426         * shell/ev-page-cache.c: (build_height_to_page),
5427         (ev_page_cache_new), (ev_page_cache_get_size),
5428         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5429         (ev_page_cache_get_height_to_page):
5430         * shell/ev-page-cache.h:
5431         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5432         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5433         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5434         (ev_pixbuf_cache_get_selection_pixbuf):
5435         * shell/ev-pixbuf-cache.h:
5436         * shell/ev-print-job.c: (idle_print_handler):
5437         * shell/ev-sidebar-thumbnails.c: (add_range):
5438         * shell/ev-view.c: (view_update_range_and_current_page),
5439         (get_page_y_offset), (get_page_extents),
5440         (ev_view_size_request_continuous_dual_page),
5441         (ev_view_size_request_continuous),
5442         (ev_view_size_request_dual_page),
5443         (ev_view_size_request_single_page), (draw_one_page),
5444         (ev_view_set_rotation), (ev_view_rotate_right),
5445         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5446         (ev_view_zoom_for_size_continuous_and_dual_page),
5447         (ev_view_zoom_for_size_continuous),
5448         (ev_view_zoom_for_size_dual_page),
5449         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5450         (ev_view_select_all):
5451         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5452         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5453         (tiff_document_document_iface_init),
5454         (tiff_document_thumbnails_get_thumbnail):
5455
5456         Use rotation rather than orientation. It's easier and enough
5457         for our needs.
5458
5459 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5460
5461         * shell/ev-page-cache.c: (build_height_to_page),
5462         (ev_page_cache_new), (ev_page_cache_get_size),
5463         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5464         (ev_page_cache_get_height_to_page):
5465         * shell/ev-page-cache.h:
5466         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5467         (ev_view_size_request_continuous_dual_page),
5468         (ev_view_size_request_continuous),
5469         (ev_view_zoom_for_size_continuous_and_dual_page),
5470         (ev_view_zoom_for_size_continuous):
5471
5472         Make the page cache aware of page orientation.
5473
5474 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5475
5476         * backend/ev-document-thumbnails.c:
5477         (ev_document_thumbnails_get_thumbnail):
5478         * backend/ev-document-thumbnails.h:
5479         * backend/ev-document.c:
5480         * backend/ev-document.h:
5481         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5482         * backend/ev-ps-exporter.h:
5483         * pdf/ev-poppler.cc:
5484         * ps/ps-document.c: (ps_document_document_iface_init),
5485         (ps_document_ps_export_do_page):
5486         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5487         * shell/ev-jobs.h:
5488         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5489         (ev_page_cache_get):
5490         * shell/ev-page-cache.h:
5491         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5492         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5493         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5494         * shell/ev-pixbuf-cache.h:
5495         * shell/ev-print-job.c: (idle_print_handler):
5496         * shell/ev-sidebar-thumbnails.c: (add_range):
5497         * shell/ev-view.c: (view_update_range_and_current_page),
5498         (get_page_extents), (ev_view_size_request_dual_page),
5499         (ev_view_size_request_single_page), (draw_one_page),
5500         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5501         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5502         (ev_view_zoom_for_size_dual_page),
5503         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5504         (ev_view_select_all):
5505         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5506         * tiff/tiff-document.c: (tiff_document_get_page_size),
5507         (tiff_document_get_orientation), (rotate_pixbuf),
5508         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5509         (tiff_document_thumbnails_get_thumbnail),
5510         (tiff_document_ps_export_do_page), (tiff_document_init):
5511
5512         Really make use of the orientation bit of the render context.
5513         Use the render context in a few more places in the backend API.
5514         This regress orientation, but now it's done right. Will try to
5515         fix it up asap...
5516
5517 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5518
5519         * shell/ev-view.c: (ensure_rectangle_is_visible):
5520
5521         Patch by Nickolay V. Shmyrev to fix find flickering
5522
5523 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5524
5525         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5526         duplex parameters to ::begin.
5527
5528         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5529         * shell/ev-print-job.c (idle_print_handler): 
5530         * ps/ps-document.c (ps_document_ps_export_begin): 
5531         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5532         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5533         implementations. Poppler backend needs poppler cvs. Rest has
5534         unchanged behavior.
5535
5536 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5537
5538         * shell/ev-window.c (using_pdf_printer): new function.
5539         (ev_window_print_range): print a less techy message if someone
5540         tries to print to PDF.
5541
5542 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5543
5544         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5545         from "unknown font" string. Bug #311431
5546
5547 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5548
5549         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5550
5551 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5552
5553         Bug #311280
5554         
5555         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5556         name for PopplerFontTypes
5557         (pdf_document_fonts_fill_model): add font type to the detail column
5558
5559         * backend/ev-document-fonts.h: added
5560         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5561
5562         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5563         font name and font details, add a little markup.
5564         (ev_properties_fonts_init): use the new cell data func, specify ypad
5565         property for the cell renderer.
5566         (ev_properties_fonts_set_document): add the details column.
5567
5568 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5569
5570         * configure.ac: Added "pl" to ALL_LINGUAS.
5571
5572 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5573
5574         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5575
5576 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5577
5578         * help/ChangeLog: Started this for translations of manual.
5579         * configure.ac, autogen.sh, .cvsignore: Migrated to
5580         gnome-doc-utils. Patch in bug #311222.
5581
5582 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5583
5584         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5585         #ifdef this away to fix an unused-function warning.
5586
5587 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5588
5589         * configure.ac: Added 'gl' to ALL_LINGUAS.
5590
5591 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5592
5593         * configure.ac: Added ne in ALL_LINGUAS
5594         
5595 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * shell/ev-view.c: (ev_view_leave_notify_event):
5598         
5599         Clear status message when pointer leaves view. Fix for bug
5600         #310818 
5601
5602 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5603
5604         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5605
5606 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * shell/ev-view.c: (ev_view_leave_notify_event),
5609         (ev_view_class_init):
5610         
5611         Set cursor to normal then leaving view.
5612
5613 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5614
5615         * configure.ac:
5616         
5617         Fix required djvulibre version.
5618
5619 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5620
5621         *configure.ac: Hindi (hi) language added
5622
5623 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5624
5625         *configure.ac: Punjabi (pa) Language added
5626
5627 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5628
5629         * data/evince-ui.xml, shell/ev-window.c:
5630         
5631         Add keypad accelerators for zooming. Fix for bug 308128.
5632
5633 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5634
5635         * Makefile.am:
5636         * backend/Makefile.am:
5637         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5638         * configure.ac:
5639         * shell/ev-document-types.c: (ev_document_types_add_filters):
5640
5641         Allow to enable/disable the pixbuf backend.
5642         Default to off for now. If we want it enabled we should
5643         really put mime types in the desktop, implement properties etc.
5644
5645         * properties/evince-properties.c:
5646
5647         Initialize error to NULL.
5648         Check error is not NULL before freeing.
5649
5650 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5651
5652         * shell/ev-window.c:
5653
5654         Use F5 as presentation accell
5655
5656 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5657
5658         * shell/ev-window.c: (update_chrome_visibility),
5659         (ev_window_create_fullscreen_popup), (ev_window_init):
5660
5661         Do not leak the fullscreen toolbar
5662
5663 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5664
5665         * shell/ev-window.c: (view_actions_focus_in_cb),
5666         (view_actions_focus_out_cb):
5667
5668         These has a return value! Fix totally random focus
5669         issues we was seeing.
5670
5671 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * shell/main.c: (load_files_remote):
5674
5675         Allow open more than one file
5676
5677 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5678
5679         * shell/main.c: (load_files_remote):
5680
5681         Fix for dbus 0.33. bug #309975
5682
5683 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5684
5685         * properties/ev-properties-main.c: (ev_properties_get_pages):
5686
5687         Actually return NULL for types we dont support
5688
5689 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5690
5691         * po/POTFILES.in:
5692
5693         Remove empty lines.
5694
5695 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5696
5697         * backend/ev-document-factory.c:
5698         (ev_document_factory_get_document):
5699
5700         Do not try to create the object if type
5701         is invalid.
5702
5703 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5704
5705         * ps/ps-document.c: (ps_document_dispose),
5706         (ps_async_renderer_render_pixbuf):
5707         * ps/ps-document.h:
5708
5709         Do not leak the target window
5710
5711 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5712
5713         * shell/ev-application.c: (ev_application_init):
5714
5715         Let tbe check file existence for us.
5716         Add a comment about eggrecent mime filter.
5717
5718 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5719
5720         * data/evince-ui.xml:
5721         * shell/ev-application.c: (ev_application_shutdown),
5722         (ev_application_init), (ev_application_get_toolbars_model),
5723         (ev_application_get_recent_model),
5724         (ev_application_save_toolbars_model):
5725         * shell/ev-application.h:
5726         * shell/ev-window.c: (ev_window_add_recent),
5727         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5728         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5729         (ev_window_init):
5730
5731         Use common toolbar and recent models for all windows.
5732         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5735
5736         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
5737         successfully check for gtk_icon_view_get_visible_range.
5738
5739 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * djvu/Makefile.am:
5742         * dvi/Makefile.am:
5743         
5744         Fix djvu and dvi backend build.
5745
5746 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5747
5748         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
5749         (new_separator_pixbuf):
5750
5751         Don't leak windows.
5752
5753 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5754
5755         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5756
5757         HIGification of toolbar editor dialogue.
5758
5759 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5760
5761         * configure.ac:
5762         * shell/Makefile.am:
5763
5764         Ever build metadata manager since it's just
5765         disabled at runtime now.
5766
5767 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5768
5769         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
5770         (ev_metadata_manager_get), (ev_metadata_manager_set):
5771         * shell/ev-metadata-manager.h:
5772
5773         Add an _init functions that enabled metadata management
5774         at runtime.
5775
5776         * shell/ev-window.c: (page_changed_cb),
5777         (setup_document_from_metadata), (ev_window_setup_document),
5778         (setup_view_from_metadata), (ev_window_open_uri),
5779         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5780         (ev_window_run_presentation), (ev_window_stop_presentation),
5781         (save_sizing_mode), (ev_window_zoom_changed_cb),
5782         (ev_window_continuous_changed_cb),
5783         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
5784         (window_configure_event_cb):
5785
5786         Remove all ugly metadata define since we deal with it
5787         at runtime now.
5788
5789         * shell/main.c: (load_files_remote), (main):
5790
5791         Add support for dbus cvs head. Hopefully didnt break one
5792         of the other versions now!
5793
5794         If we dont get a response from the dbus server just
5795         give up with it and not enable metadata.
5796
5797 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5798
5799         * Makefile.am:
5800         * backend/Makefile.am:
5801         * configure.ac:
5802         * cut-n-paste/recent-files/Makefile.am:
5803         * cut-n-paste/toolbar-editor/Makefile.am:
5804         * cut-n-paste/zoom-control/Makefile.am:
5805         * lib/Makefile.am:
5806         * pdf/Makefile.am:
5807         * pixbuf/Makefile.am:
5808         * properties/Makefile.am:
5809         * ps/Makefile.am:
5810         * shell/Makefile.am:
5811         * thumbnailer/Makefile.am:
5812         * tiff/Makefile.am:
5813
5814         Make frontends depend on just libev.
5815         Rework and group CFLAGS/LIBS definitions.
5816         Cleanups.
5817
5818 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5819
5820         * shell/ev-window:
5821
5822         do not unnecessarily save zoom
5823
5824         * configure.ac:
5825         * lib/ev-file-helpers.c: (ev_dot_dir):
5826         * shell/Makefile.am:
5827         * shell/dummy.cc:
5828
5829         Some cleanups
5830
5831 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5832
5833         * configure.ac:
5834         
5835         Remove unnecessary dependencies
5836
5837 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5838
5839         * properties/Makefile.am:
5840         * thumbnailer/Makefile.am:
5841         * tiff/Makefile.am:
5842
5843         Some more cleanups. Was really necessary
5844         but I probably introduced bugs, feel free
5845         to flame :)
5846
5847 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5848
5849         * backend/Makefile.am:
5850         * configure.ac:
5851         * cut-n-paste/recent-files/Makefile.am:
5852         * cut-n-paste/toolbar-editor/Makefile.am:
5853         * cut-n-paste/zoom-control/Makefile.am:
5854         * lib/Makefile.am:
5855         * pdf/Makefile.am:
5856         * pixbuf/Makefile.am:
5857         * properties/Makefile.am:
5858         * ps/Makefile.am:
5859         * shell/Makefile.am:
5860         * thumbnailer/Makefile.am:
5861         * tiff/Makefile.am:
5862
5863         Use gnome-common macros when possible.
5864         Cleanup dependencies.
5865         Actually disable deprecated where possible.
5866
5867 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5868
5869         * Makefile.am:
5870         * backend/Makefile.am:
5871         * properties/Makefile.am:
5872         * shell/Makefile.am:
5873         * thumbnailer/Makefile.am:
5874
5875         This should solve the circular dep without
5876         requiring dir reorg!
5877
5878         * shell/ev-window.c: (setup_view_from_metadata):
5879
5880         Never restore window size/position when the
5881         window is already visible.
5882
5883 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5884
5885         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
5886
5887         Return a boolean from timeout func. Fix ported from gedit.
5888
5889 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
5890
5891         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
5892
5893 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * shell/ev-document-types.c: set "All Documents" as default filter in
5896         open dialog
5897
5898 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
5899
5900         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
5901         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
5902         (ev_metadata_manager_set_boolean): fix value/val thinko.
5903
5904 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5905
5906         * shell/ev-window.c: (setup_view_from_metadata),
5907         (window_state_event_cb), (window_configure_event_cb),
5908         (ev_window_init):
5909
5910         Remember window position and maximized state
5911
5912 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5913
5914         * configure.ac:
5915
5916         Fix DBUS configure checks.
5917
5918         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
5919         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
5920         (ev_metadata_manager_set_boolean):
5921
5922         Plug mem leaks.
5923
5924         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
5925         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5926         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
5927         (ev_window_continuous_changed_cb),
5928         (ev_window_dual_mode_changed_cb), (ev_window_new):
5929
5930         Fix the build without DBUS.
5931
5932 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5933
5934         * shell/ev-metadata-manager.c: (parse_value), (save_values),
5935         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
5936         (ev_metadata_manager_set_string),
5937         (ev_metadata_manager_set_boolean):
5938         * shell/ev-metadata-manager.h:
5939
5940         Add support for some more types
5941
5942         * shell/ev-view.c: (scroll_to_current_page),
5943         (ev_view_get_continuous), (ev_view_set_continuous),
5944         (ev_view_get_dual_page):
5945         * shell/ev-view.h:
5946         * shell/ev-window.c: (page_changed_cb),
5947         (setup_document_from_metadata), (ev_window_setup_document),
5948         (setup_view_from_metadata), (ev_window_open_uri),
5949         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5950         (ev_window_run_presentation), (ev_window_stop_presentation),
5951         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
5952         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
5953         (ev_window_update_dual_page_action),
5954         (ev_window_continuous_changed_cb),
5955         (ev_window_dual_mode_changed_cb), (ev_window_init):
5956
5957         Remember a bunch of view/document properties. Prolly some
5958         are still missing but it's getting interesting.
5959
5960 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
5961
5962         * configure.ac: check if dbus-binding-tool is installed. Not the
5963         case on current Ubuntu breezy, it seems.
5964
5965 2005-07-05  Luca Ferretti <elle.uca@libero.it>
5966
5967         * data/evince.desktop.in.in:
5968         
5969         Allow open uri lists and add TryExec field.
5970
5971 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5972
5973         * configure.ac:
5974
5975         Enable dbus when available, do not require a configure
5976         option.
5977
5978 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
5979
5980         * configure.ac:
5981
5982         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
5983         disabled.
5984
5985 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5986         Marco Pesenti Gritti  <mpg@redhat.com>
5987
5988         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
5989         
5990         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
5991         functions to the format required by dbus
5992
5993         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
5994         errors. Use the RPC parameters in the expected way
5995
5996 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * Makefile.am:
5999         * properties/Makefile.am:
6000         * properties/ev-properties-main.c: (ev_properties_get_pages):
6001
6002         Support all mime types
6003
6004         * shell/Makefile.am:
6005         * thumbnailer/Makefile.am:
6006         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6007         (evince_thumbnail_pngenc_get):
6008
6009         Use the document factory
6010
6011 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6012
6013         * backend/Makefile.am:
6014         * backend/ev-document-factory.c:
6015         (mime_type_supported_by_gdk_pixbuf),
6016         (ev_document_type_get_from_mime),
6017         (ev_document_factory_get_document),
6018         (ev_document_factory_get_backend),
6019         (ev_document_factory_get_mime_types),
6020         (ev_document_factory_get_all_mime_types):
6021         * backend/ev-document-factory.h:
6022         * shell/Makefile.am:
6023         * shell/ev-document-types.c: (get_document_from_uri),
6024         (ev_document_types_get_document),
6025         (file_filter_add_mime_list_and_free),
6026         (ev_document_types_add_filters):
6027         * shell/ev-document-types.h:
6028         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6029         * shell/ev-properties-dialog.c:
6030         (ev_properties_dialog_set_document):
6031         * shell/ev-window.c: (ev_window_cmd_file_open),
6032         (ev_window_cmd_save_as):
6033         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6034
6035         Rework document types managing to avoid code duplication
6036         and actually abstract from backend implementations.
6037         Also provide a minimal factory api that can be used by
6038         thumbnailer/properties.
6039
6040 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6041
6042         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6043         Plug a mem leak.
6044         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6045         HIG spacings.
6046
6047 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6048
6049         * shell/ev-properties-dialog.c
6050         (ev_properties_dialog_set_document): only call
6051         ev_properties_fonts_set_document() if the document implements the
6052         fonts interface
6053
6054 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6055
6056         * configure.ac:
6057         * properties/Makefile.am:
6058         * properties/ev-properties-view.c:
6059         (ev_properties_view_register_type):
6060         * properties/ev-properties-view.h:
6061         * properties/ev-properties-main.h:
6062
6063         Implement nautilus plugin for properties.
6064         Works only for pdf atm, I need to rework the
6065         document types stuff to get this to work
6066         for all backends...
6067
6068 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6069
6070         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6071         (ev_properties_fonts_set_document): use
6072         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6073
6074 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6075
6076         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6077         them
6078         (PlaceImage, tiff2ps_process_page): use
6079         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6080
6081
6082 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6083
6084         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6085         (main): to call gnome_authentication_manager_init. Should fix
6086         Bug #308510
6087
6088         * configure.ac: that requires libgnomeui 2.6.0.
6089
6090 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6091
6092         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6093         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6094         use the new tiff2ps interfaces
6095
6096         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6097         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6098
6099         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6100         structure instead of global variables.  Remove use of static
6101         variables in functions.
6102
6103 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6104
6105         * shell/ev-page-action.c: unref the completion after setting it to the
6106         entry
6107
6108 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6109
6110         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6111         postscript files
6112
6113 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6114
6115         * shell/ev-window.c (update_action_sensitivity): disable
6116         File->Print if the document does not implement the ps exporter
6117         interface
6118
6119 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6120
6121         * Makefile.am:
6122         * configure.ac:
6123         * data/evince-properties.glade:
6124         * properties/.cvsignore:
6125         * properties/Makefile.am:
6126         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6127         (ev_properties_view_class_init), (ev_properties_view_format_date),
6128         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6129         (ev_properties_view_init), (ev_properties_view_new):
6130         * properties/ev-properties-view.h:
6131         * shell/Makefile.am:
6132         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6133         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6134         (ev_properties_dialog_new):
6135         * shell/ev-properties-dialog.h:
6136         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6137         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6138         (update_progress_label), (job_fonts_finished_cb),
6139         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6140         * shell/ev-properties-fonts.h:
6141         * shell/ev-properties.c:
6142         * shell/ev-properties.h:
6143         * shell/ev-window.c: (ev_window_setup_document),
6144         (ev_window_cmd_file_properties):
6145
6146         Split the properties pages in two different objects, depend
6147         only on the backend where possible, use widgets instead
6148         of gobject for the glade part, reimplement the dialog
6149         itself with gtk.
6150         I need this to implement nautilus properties page.
6151
6152 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6153
6154         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6155         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6156         (tiff_document_document_ps_exporter_iface_init): implement the ps
6157         exporter interface for tiff documents
6158
6159         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6160         libtiff to implement TIFF postscript export
6161
6162         * tiff/tiff2ps.h: added a header file for external tiff2ps
6163         functions.
6164
6165         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6166         tiff2ps.h
6167
6168 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6169
6170         * shell/ev-view.c: (scroll_to_current_page),
6171         (ev_view_set_fullscreen), (ev_view_set_presentation):
6172         
6173         Scroll to current page when exit from presentation
6174
6175 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * shell/ev-window.c: (update_document_mode),
6178         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6179         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6180         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6181         
6182         Exit from fullscreen mode when switch to presentation. Fix for
6183         bug 309365
6184
6185 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6186
6187         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6188         return NULL if the document does not implement the selection
6189         interface.
6190
6191 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6192
6193         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6194         reported height by using the resolution aspect ratio
6195         (tiff_document_render_pixbuf): scale the pixbuf using the
6196         resolution aspect ratio
6197
6198 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * configure.ac:
6201         
6202         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6203         <kiltedaco@gmail.com>
6204         
6205         * djvu/djvu-document.c: (djvu_document_get_orientation),
6206         (djvu_document_set_orientation), (djvu_document_get_page_size),
6207         (rotate_pixbuf), (djvu_document_render_pixbuf),
6208         (djvu_document_document_iface_init):
6209         * dvi/dvi-document.c: (dvi_document_get_orientation),
6210         (dvi_document_set_orientation), (dvi_document_get_page_size),
6211         (rotate_pixbuf), (dvi_document_render_pixbuf),
6212         (dvi_document_document_iface_init):
6213         
6214         Dvi and djvu backends are ported to new API
6215
6216 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6217
6218         * backend/ev-selection.c: (ev_selection_get_selection_region),
6219         (ev_selection_get_selection_map):
6220         * backend/ev-selection.h:
6221         * pdf/ev-poppler.cc:
6222         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6223         * shell/ev-jobs.h:
6224         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6225         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6226         (ev_pixbuf_cache_get_text_mapping):
6227         * shell/ev-pixbuf-cache.h:
6228         * shell/ev-view.c: (location_in_text),
6229         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6230         support to EvView.  Now we can see where we can select!  Sweet!
6231
6232 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6233
6234         * shell/ev-view.c (ev_view_button_press_event): Fix
6235         event->y + view->scroll_x typo.
6236
6237 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6238
6239         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6240         sub-GdkPixbuf instead of passing dest_x and dest_y.
6241         
6242         * shell/ev-view.c: (view_point_to_doc_point),
6243         (view_rect_to_doc_rect), (ev_view_button_press_event),
6244         (ev_view_motion_notify_event), (compute_new_selection_rect),
6245         (gdk_rectangle_point_in), (compute_new_selection_text),
6246         (compute_selections): Update selection code to keep the selection
6247         around as two points and not as a normalized rectangle, and fix
6248         page level selection in two-column mode.
6249
6250 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6251
6252         * shell/ev-window.c: (window_configure_event_cb): 
6253         
6254         Fix compilation
6255         
6256 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6257
6258         * pdf/ev-poppler.cc:
6259
6260         Fix compilation
6261
6262 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * shell/Makefile.am:
6265         * shell/ev-metadata-manager.c: (item_free),
6266         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6267         (parse_value), (parseItem), (load_values),
6268         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6269         (save_values), (save_item), (get_oldest), (resize_items),
6270         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6271         * shell/ev-metadata-manager.h:
6272
6273         Metadata manager from gedit but modified to use GValue, so that
6274         we dont need to keep converting from strings.
6275
6276         * configure.ac:
6277
6278         ENABLE_METADATA conditional, on when dbus is on
6279
6280         * shell/ev-application.c: (ev_application_open_uri):
6281
6282         Show the window after load so that we can initialize
6283         window size before it's showed.
6284
6285         * shell/ev-window.c: (ev_window_setup_from_metadata),
6286         (ev_window_open_uri), (window_configure_event_cb),
6287         (ev_window_init):
6288
6289         Save and load metadata information about window size.
6290         Not yet keeping states in account.
6291
6292         * shell/main.c: (main):
6293
6294         Shutdown metadata manager.
6295
6296 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6297
6298         * shell/ev-application-service.xml:
6299         * configure.ac:
6300         * shell/Makefile.am:
6301         * shell/ev-application.c:
6302         * shell/ev-application.h:
6303         * shell/ev-window.c:
6304         * shell/ev-window.h:
6305         * shell/main.c:
6306
6307         Add an optional dbus interface (--enable-dbus).
6308         Rework application code, mainly to be easier to
6309         use "remotely".
6310         Do not open multiple windows with the same document,
6311         spatial evince!
6312
6313 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6314
6315         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6316         pixbuf iff it exists.
6317
6318 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6319
6320         * shell/*:
6321         * backend/ev-render-context.[ch]:
6322         * backend/ev-selection.[ch]:
6323
6324         Massive changes.  We now support text selection of pdfs, and not
6325         just rectangular selection.  This is pretty broken still, but I
6326         want to get something into CVS.
6327
6328 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * pdf/ev-poppler.cc:
6331         
6332         Fix for Bug 309080: crash on window close.
6333         
6334         * shell/ev-page-action.c: (page_changed_cb):
6335         
6336         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6337         jensgr@gmx.net (Jens Granseuer).
6338
6339 2005-06-25  Marcel Telka  <marcel@telka.sk>
6340
6341         * configure.in (ALL_LINGUAS): Added sk.
6342
6343 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6344
6345         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6346         not a document open
6347
6348 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6349
6350         * NEWS:
6351         * configure.ac:
6352
6353         Release 0.3.2
6354
6355         * cut-n-paste/recent-files/Makefile.am:
6356
6357         Fix make distcheck
6358
6359 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6360
6361         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6362         (pixbuf_document_set_orientation), (rotate_pixbuf),
6363         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6364         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6365
6366         Implement rotation and cleanup the code a bit.
6367
6368         * tiff/tiff-document.c: (tiff_document_get_page_size),
6369         (tiff_document_get_orientation), (tiff_document_set_orientation),
6370         (rotate_pixbuf), (tiff_document_render_pixbuf),
6371         (tiff_document_document_iface_init), (tiff_document_init):
6372
6373         Implement rotation. Was the quicker solution for the release
6374         but we really need to share this code in the shell.
6375
6376 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6377
6378         * pdf/ev-poppler.cc:
6379
6380         Enable rotation, require poppler cvs. Fix a leak.
6381
6382 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * shell/ev-window.c: (update_action_sensitivity):
6385         
6386         Make properties unsensitive if document backend doesn't provide
6387         any info
6388
6389 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6392         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6393         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6394         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6395         (bitmap_flip_rotate_counter_clockwise):
6396         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6397         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6398         (buff_gets):
6399         * dvi/mdvi-lib/common.h:
6400         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6401         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6402         (opendvi), (mdvi_reload), (mdvi_init_context),
6403         (mdvi_destroy_context), (mdvi_dopage), (special):
6404         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6405         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6406         (file_hash_free), (register_encoding), (parse_spec),
6407         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6408         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6409         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6410         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6411         (mdvi_register_font_type), (mdvi_unregister_font_type),
6412         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6413         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6414         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6415         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6416         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6417         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6418         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6419         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6420         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6421         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6422         (mdvi_unregister_special), (mdvi_flush_specials):
6423         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6424         (t1_font_remove):
6425         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6426         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6427         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6428         (free_font_metrics), (flush_font_metrics):
6429         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6430         (tt_font_remove):
6431         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6432         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6433         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6434         (dstring_insert), (dstring_new), (dstring_reset):
6435         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6436         
6437         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6438         avoid conflict with libtool on FC4
6439         
6440         * shell/ev-window.c: (ev_window_cmd_help_about):
6441         
6442         Update copyright year. Fix for bug 308828.
6443
6444 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * shell/ev-view.c: (add_scroll_binding_keypad),
6447         (ev_view_binding_activated), (ev_view_class_init),
6448         (on_adjustment_value_changed):
6449         
6450         Bug 170874: Arrow keys switch pages in presentation mode
6451
6452 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6453
6454         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6455         
6456         Fix for Bug 308265: Sidebar dissappears coming out of 
6457         Presentation mode
6458
6459 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6460
6461         * shell/ev-application.c: (ev_application_open):
6462         * shell/ev-document-types.c: (ev_document_types_add_filters),
6463         (ev_document_types_add_filters_for_type):
6464         * shell/ev-document-types.h:
6465         * shell/ev-window.c: (ev_window_cmd_save_as):
6466         
6467         Suggest basename as template when saving, provide filters
6468         for save dialog. It's bug 308402
6469
6470 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * pdf/ev-poppler.cc:
6473         * shell/ev-sidebar-links.c: (job_finished_callback):
6474         * shell/ev-view.c: (update_find_status_message):
6475         
6476         Some leaks fixed
6477
6478 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6479
6480         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6481         (egg_recent_view_uimanager_set_list):
6482
6483         Fix buglet in !show_numbers case.
6484
6485 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6486
6487         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6488         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6489
6490         Use pango ellipsisation.
6491
6492         * pdf/ev-poppler.cc:
6493
6494         Fix refcount leak, from nsh.
6495
6496 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * cut-n-paste/recent-files/Makefile.am:
6499         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6500         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6501         
6502         Removed EggRecentViewGtk
6503         
6504         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6505         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6506         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6507         (ev_window_setup_recent):
6508         
6509         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6510         with other projects
6511
6512 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6515         (egg_recent_view_gtk_finalize):
6516
6517         Fix memory leak
6518
6519         * cut-n-paste/toolbar-editor/Makefile.am:
6520         
6521         Fix location of cursor icon.
6522         
6523         * pdf/ev-poppler.cc:
6524         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6525         (display_completion_text), (match_completion):
6526         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6527         (selection_changed_callback), (create_loading_model),
6528         (print_section_cb), (links_page_num_func),
6529         (update_page_callback_foreach):
6530         * shell/ev-window.c: (ev_window_dispose):
6531         
6532         Small memory fixes. Links model now store objects instead
6533         of pointers to improve memory management. 
6534
6535 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-window.c: (zoom_control_changed_cb):
6538         
6539         Fix update of zoom control (bug 308268).
6540
6541 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6542
6543         * shell/ev-properties.c (set_property): escape the text correctly.
6544         Handles non-UTF-8 properties and escaped properties.  Also, sets
6545         the text to "<i>None</i>" if the property isn't set.
6546
6547         * data/evince-properties.glade: Change the label to be ellipsized,
6548         and give it a minimum size.
6549
6550 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6553         * shell/ev-sidebar-links.c: (create_loading_model):
6554         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6555         * shell/ev-view.c: (ev_view_set_document):
6556         * shell/ev-window.c: (ev_window_dispose):
6557         
6558         Various small fixes, mostly memory leaks. Thanks to valgrind.
6559
6560 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6561
6562         * ps/ps-document.c: remove the locale.h include again ;-). And
6563         kill the (bogus) setlocale/savelocale business.
6564
6565 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6566
6567         * ps/ps-document.c:
6568         
6569         Include locale.h to fix build
6570         
6571         * shell/ev-sidebar.c:
6572         
6573         Remove unnecessary includes
6574
6575 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * dvi/dvi-document.c: (dvi_document_load):
6578         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6579         * po/POTFILES.in:
6580         
6581         Check for incorrect dvi files. Fix parsing dvi on AMD64
6582         platform. Thanks to tester@tester.ca (Olivier Crete).
6583
6584 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * shell/ev-page-action.c: (match_selected_cb),
6587         (display_completion_text), (match_completion), (update_model):
6588         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6589         (expand_open_links):
6590         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6591         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6592         (ev_sidebar_set_document):
6593         * shell/ev-window.c: (ev_window_xfer_job_cb),
6594         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6595         
6596         Fixed lot's of memory leaks, for example, memory leak on reload, 
6597         described in bug 307793.
6598
6599 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6600
6601         * pdf/ev-poppler.cc:
6602         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6603         (update_visible_range), (adjustment_changed_cb),
6604         (ev_sidebar_thumbnails_fill_model),
6605         (ev_sidebar_thumbnails_refresh),
6606         (ev_sidebar_tree_selection_changed),
6607         (ev_sidebar_icon_selection_changed),
6608         (ev_sidebar_thumbnails_use_icon_view),
6609         (ev_sidebar_thumbnails_set_document):
6610         * shell/ev-sidebar-thumbnails.h:
6611         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6612         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6613
6614         Refresh thumbnails when changing orientation. Not fully
6615         working yet becuase of a sidebar bug.
6616
6617         Set page orientation to poppler page everywhere. This sucks
6618         really need to fix poppler.
6619
6620 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6623         (egg_recent_view_gtk_new_menu_item),
6624         (egg_recent_view_gtk_set_property),
6625         (egg_recent_view_gtk_get_property),
6626         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6627         (egg_recent_view_gtk_set_tooltip_func),
6628         (egg_recent_view_gtk_set_label_width),
6629         (egg_recent_view_gtk_get_label_width):
6630         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6631
6632         Sync with libegg (ellipsize labels)
6633
6634 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * data/evince-ui.xml:
6637         * shell/ev-window.c: (ev_window_cmd_go_forward),
6638         (ev_window_cmd_go_backward):
6639         
6640         Shift + PageUp moves 10 Pages. Fix for 306125
6641
6642 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6643
6644         * pdf/ev-poppler.cc:
6645
6646         Add a flag to check if orientation has been overriden
6647
6648 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6649
6650         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6651         field if necessary.
6652
6653         * ps/ps.h: add creator field to document.
6654
6655         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6656         set creator field.
6657
6658 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * data/evince-properties.glade:
6661         * shell/ev-properties.c: (ev_properties_set_document):
6662
6663         s/PDF Version/Format
6664
6665 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * shell/ev-properties.c: (ev_properties_set_document):
6668
6669         Remove unnecessary translations
6670
6671 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6672
6673         * cut-n-paste/toolbar-editor/Makefile.am:
6674
6675         Correct library name    
6676
6677 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6678
6679         * configure.ac:
6680         * cut-n-paste/recent-files/egg-recent-model.c:
6681         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6682         (egg_recent_model_unlock_file):
6683         * cut-n-paste/recent-files/egg-recent-util.c:
6684         (egg_recent_util_get_unique_id):
6685         * cut-n-paste/recent-files/update-from-egg.sh:
6686         * cut-n-paste/toolbar-editor/Makefile.am:
6687         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6688         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6689         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6690         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6691         (egg_toolbars_model_get_type):
6692         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6693
6694         Better makefile for toolbar editor and update everything
6695         to latest libegg.
6696
6697 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6698
6699         * shell/ev-window.c: (update_document_mode):
6700
6701         Prefer presentation mode when the document
6702         require fullscreen.
6703
6704 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6705
6706         * data/evince-ui.xml:
6707         * shell/ev-window.c:
6708
6709         Add control-equal for zooming
6710
6711 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6712
6713         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6714
6715 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6716
6717         * backend/ev-document.c: (ev_document_get_orientation):
6718         * backend/ev-document.h:
6719         * pdf/ev-poppler.cc:
6720         * ps/ps-document.c: (ps_document_get_orientation),
6721         (ps_document_set_orientation), (ps_document_document_iface_init):
6722
6723         Add a get_orientation api. Improve set_orientation.
6724
6725         * data/evince-ui.xml:
6726         * shell/ev-view.c: (ev_view_set_orientation),
6727         (ev_view_rotate_right), (ev_view_rotate_left):
6728         * shell/ev-view.h:
6729         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6730         (ev_window_cmd_edit_rotate_right):
6731
6732         Better ui for changing document orientation
6733
6734 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
6737         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
6738         * shell/ev-sidebar-links.h:
6739         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6740         (ev_sidebar_page_iface_init):
6741         * shell/ev-sidebar-page.h:
6742         * shell/ev-sidebar-thumbnails.c:
6743         (ev_sidebar_thumbnails_get_property),
6744         (ev_sidebar_thumbnails_class_init),
6745         (ev_sidebar_thumbnails_set_document):
6746         * shell/ev-sidebar-thumbnails.h:
6747         * shell/ev-view.c: (ev_view_motion_notify_event):
6748         * shell/ev-window.c: (update_chrome_visibility),
6749         (ev_window_cmd_focus_page_selector),
6750         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
6751         (sidebar_page_main_widget_update_cb), (ev_window_init):
6752         
6753         Autoraise toolbar on GoToPage binding and fix bindings in
6754         EvSidebarThumbnails page.
6755
6756 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
6757
6758         * shell/ev-properties.c: (update_progress_label):
6759
6760         Hide the progress label when finished; bug #307697.
6761
6762 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6763
6764         * pdf/ev-poppler.cc:
6765
6766         Enable is_open for links, you will need poppler cvs
6767
6768         * shell/ev-properties.c: (job_fonts_finished_cb):
6769
6770         Get a lock on the document when filling the tree view
6771
6772 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6773
6774         * backend/ev-document-links.h:
6775         * pdf/ev-poppler.cc:
6776         * shell/ev-sidebar-links.c: (create_loading_model),
6777         (expand_open_links), (job_finished_callback):
6778
6779         Expand links when specified by the document.
6780         Depend on a poppler api (defined out for now)
6781
6782 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6783
6784         * shell/ev-properties.c: (ev_properties_dispose),
6785         (ev_properties_class_init), (dialog_destroy_cb),
6786         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
6787         (ev_properties_set_document), (ev_properties_new),
6788         (ev_properties_show):
6789         * shell/ev-properties.h:
6790
6791         Make it an object, cleanup the code, api to show it as transient
6792         and to set the document.
6793
6794         * shell/ev-window.c: (ev_window_setup_document),
6795         (ev_window_cmd_file_properties):
6796
6797         Adapt to EvProperties changes, do not show multiple
6798         times, update it when document changes.
6799
6800 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6801
6802         * ps/gstypes.h:
6803         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
6804         (ps_document_set_orientation), (ps_document_document_iface_init):
6805         * ps/ps-document.h:
6806
6807         Implement orientation here too
6808
6809         * shell/ev-properties.c: (ev_properties_new):
6810         * data/evince-properties.glade:
6811
6812         Hide the fonts page for backends that doesnt
6813         support it.     
6814
6815 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6816
6817         * backend/ev-document.c: (ev_document_set_orientation):
6818         * backend/ev-document.h:
6819         * pdf/ev-poppler.cc:
6820
6821         Add orientation api. Currently poppler api is not optimal,
6822         we need to set orientation every time we _get a page.
6823         I will try to fix that at some point.
6824
6825         * data/evince-ui.xml:
6826         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
6827         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
6828
6829         Add orientation menu items
6830
6831         * shell/ev-page-cache.c: (ev_page_cache_clear):
6832         * shell/ev-page-cache.h:
6833
6834         Add api to clear the cache
6835
6836         * shell/ev-view.c: (setup_caches), (clear_caches),
6837         (ev_view_set_document), (ev_view_zoom_out),
6838         (ev_view_set_orientation):
6839         * shell/ev-view.h:
6840
6841         Implement orientation changing
6842
6843 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
6844
6845         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
6846         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
6847         * backend/ev-document-fonts.h:
6848
6849         Separate scan and fill so that we can incrementally fill from
6850         the main thread. Add a progress api.
6851
6852         * data/evince-properties.glade:
6853         * pdf/ev-poppler.cc:
6854         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
6855         * shell/ev-jobs.h:
6856         * shell/ev-properties.c: (update_progress_label),
6857         (job_fonts_finished_cb), (setup_fonts_view):
6858
6859         Incrementally feel the list and show the progress
6860         percentage in a label like acrobat does.
6861
6862         You are going to need poppler cvs
6863
6864 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
6865
6866         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
6867         * backend/ev-document-fonts.h:
6868         * pdf/ev-poppler.cc:
6869
6870         Make fonts model fill incrementally.
6871
6872         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6873         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6874         (ev_job_queue_remove_job):
6875         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6876         (ev_job_fonts_new), (ev_job_fonts_run):
6877         * shell/ev-jobs.h:
6878
6879         New job for fonts scanning
6880
6881         * shell/ev-properties.c: (job_fonts_finished_cb),
6882         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
6883         * shell/ev-properties.h:
6884         * shell/ev-window.c: (ev_window_cmd_file_properties):
6885
6886         Incrementally feel the treeview using the new job. Show Loading...
6887         message until scanning is completed.
6888
6889         Hopefully I didnt break the build without the poppler patch.
6890
6891 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6892
6893         * shell/ev-application.c: (ev_application_open):
6894         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
6895         (ev_document_type_get_type), (ev_document_type_lookup):
6896         * shell/ev-document-types.h:
6897         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
6898         * shell/ev-job-xfer.h:
6899         * shell/ev-window.c: (ev_window_clear_local_uri),
6900         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
6901         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
6902         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6903         
6904         Transfer remote documents to tmp directory to display them later.
6905
6906 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
6907
6908         * backend/ev-document-info.h:
6909         * shell/ev-properties.c: (ev_properties_new):
6910
6911         s/GTime*/GTime. Not sure why we was using a pointer
6912         at all there!
6913
6914 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
6915
6916         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
6917         situations.  That situation is that you're using GTK+-HEAD with
6918         the patch at #306726 is applied, and you have a document with <
6919         1500 pages in it.  It's not quite as uniformly nice as the
6920         TreeView, but should be better in the long run.
6921
6922         I'm pretty sure I guarded against breaking compilation with
6923         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
6924         I missed some.
6925
6926         * shell/ev-window.c (ev_window_init): We don't have our tree/list
6927         widget yet, so I commented that code out
6928         enable_view_actions_for_widget() for now.  Need to figure this
6929         out.
6930
6931         * shell/ev-page-action.c (match_selected_cb): emit the right
6932         signals.  Our cool C-l completion now works.
6933
6934 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * backend/Makefile.am:
6937         * backend/ev-document-fonts.c:
6938         * backend/ev-document-links.c:
6939         * backend/ev-document.c: (ev_document_load):
6940         * backend/ev-document.h:
6941         * backend/ev-job-queue.c:
6942         * backend/ev-job-queue.h:
6943         * backend/ev-jobs.c:
6944         * backend/ev-jobs.h:
6945         * backend/ev-page-cache.c:
6946         * backend/ev-page-cache.h:
6947
6948         EvPageCache and EvJobs are moved to shell.
6949
6950         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
6951         (ev_tmp_filename):
6952         * lib/ev-file-helpers.h:
6953         
6954         New helper to work with temporary files
6955         
6956         * shell/Makefile.am:
6957         * shell/ev-application.c: (ev_application_open):
6958         * shell/ev-application.h:
6959         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
6960         (remove_job_from_async_queue), (add_job_to_async_queue),
6961         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
6962         (handle_job), (search_for_jobs_unlocked),
6963         (no_jobs_available_unlocked), (ev_render_thread),
6964         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
6965         (ev_job_queue_add_job), (move_job_async), (move_job),
6966         (ev_job_queue_update_job), (ev_job_queue_remove_job):
6967         * shell/ev-job-queue.h:
6968         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
6969         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
6970         * shell/ev-job-xfer.h:
6971         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6972         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6973         (ev_job_links_class_init), (ev_job_render_init),
6974         (ev_job_render_dispose), (ev_job_render_class_init),
6975         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6976         (ev_job_thumbnail_class_init), (ev_job_load_init),
6977         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
6978         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6979         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
6980         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
6981         * shell/ev-jobs.h:
6982         * shell/ev-page-action.c: (ev_page_action_set_document):
6983         * shell/ev-page-cache.c: (ev_page_cache_init),
6984         (ev_page_cache_class_init), (ev_page_cache_finalize),
6985         (ev_page_cache_new), (ev_page_cache_get_n_pages),
6986         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6987         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
6988         (ev_page_cache_get_title), (ev_page_cache_get_size),
6989         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6990         (ev_page_cache_get_height_to_page),
6991         (ev_page_cache_get_max_label_chars),
6992         (ev_page_cache_get_page_label),
6993         (ev_page_cache_has_nonnumeric_page_labels),
6994         (ev_page_cache_get_info), (ev_page_cache_next_page),
6995         (ev_page_cache_prev_page), (ev_page_cache_get):
6996         * shell/ev-page-cache.h:
6997         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
6998         (ev_pixbuf_cache_clear_job_sizes),
6999         (ev_pixbuf_cache_add_jobs_if_needed),
7000         (ev_pixbuf_cache_set_page_range):
7001         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7002         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7003         * shell/ev-sidebar-thumbnails.c:
7004         (ev_sidebar_tree_selection_changed),
7005         (ev_sidebar_thumbnails_set_document):
7006         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7007         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7008         (ev_statusbar_get_context_id), (ev_statusbar_push),
7009         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7010         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7011         (ev_statusbar_set_progress):
7012         * shell/ev-statusbar.h:
7013         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7014         (ev_view_find_previous):
7015         * shell/ev-window.c: (ev_window_is_empty),
7016         (ev_window_setup_document), (password_dialog_response),
7017         (ev_window_clear_jobs), (ev_window_load_job_cb),
7018         (ev_window_xfer_job_cb), (ev_window_open_uri),
7019         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7020         (ev_window_print), (ev_window_print_range),
7021         (ev_window_state_event), (ev_window_cmd_view_reload),
7022         (menu_item_select_cb), (menu_item_deselect_cb),
7023         (view_status_changed_cb), (ev_window_dispose),
7024         (drag_data_received_cb), (ev_window_init):
7025         * shell/ev-window.h:
7026         * shell/main.c: (load_files):
7027         
7028         New statusbar to show progress on idle. Two new jobs - 
7029         xfer job and load job to load document in background. And update
7030         of page_cache clients to new location of code.
7031
7032 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7033   
7034         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7035         selection in open dialog. It also remembers the last visited directory 
7036         in the current session.
7037
7038 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * shell/ev-properties.c: (ev_properties_new):
7041         * shell/ev-properties.h:
7042         * shell/ev-window.c: (ev_window_cmd_file_properties):
7043         
7044         Get document info from page cache instead of document itself.
7045         This should fix crash related to race conditions described in
7046         bug 306545.
7047
7048 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7049
7050         * ps/ps-document.c: (ps_document_init),
7051         (send_ps), (get_page_box), (output), (catchPipe), (input),
7052         (stop_interpreter), (file_length), (file_readable),
7053         (check_filecompressedb), (ps_document_enable_interpreter),
7054         (document_load), (ps_async_renderer_render_pixbuf):
7055         * ps/ps-document.h:
7056
7057         Big cleanup of the ps code
7058
7059 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7060
7061         * backend/Makefile.am:
7062         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7063         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7064         * backend/ev-async-renderer.h:
7065
7066         Add an async renderer interface (method + callback) which
7067         is useful for backends like ps.
7068
7069         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7070         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7071         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7072         (ev_job_queue_add_job), (move_job_async), (move_job),
7073         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7074
7075         Add queues for async renderer, these are executed on the
7076         main thread.
7077
7078         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7079         (ev_job_render_run):
7080         * backend/ev-jobs.h:
7081
7082         If the backend support async renderer interface use it.
7083
7084         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7085         (setup_pixmap), (ps_document_get_type),
7086         (ps_async_renderer_render_pixbuf),
7087         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7088
7089         Implement async renderer interface.
7090
7091 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7094
7095         Cleanup links job on exit.
7096
7097 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7100         (drag_data_get_cb), (drag_data_received_cb):
7101         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7102         (drag_data_get_cb), (parse_item_list),
7103         (egg_toolbar_editor_load_actions):
7104         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7105         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7106         (parse_item_list), (parse_toolbars):
7107         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7108         (dvi_pixbuf_put_pixel):
7109         
7110         Fix gcc 4.0 warnings
7111
7112 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7113
7114         * ps/ps-document.c: (start_interpreter):
7115
7116         Fix warning when loading ps
7117
7118 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7119
7120         * ps/ps-document.c: (output):
7121
7122         Fix crash when priting gs error messages.
7123
7124 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7125
7126         * backend/ev-page-cache.c: (_ev_page_cache_new):
7127         * backend/ev-page-cache.h:
7128
7129         Use a const to return title so that we dont double
7130         free it. Small cleanup and fix a leak.
7131
7132         * shell/ev-window.c: (update_window_title):
7133
7134         strdup value from get_title.
7135
7136 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7137
7138         * shell/ev-sidebar-links.c: (job_finished_callback),
7139         (ev_sidebar_links_set_document):
7140
7141         Cleanup the old job when changing document
7142
7143 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145         * shell/ev-stock-icons.c:
7146         * shell/ev-stock-icons.h:
7147         * shell/ev-window.c:
7148         
7149         Add stock icons for actions that can appear in toolbar. Fix for
7150         bug 306566.
7151
7152 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7155         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7156         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7157         * backend/ev-page-cache.h:
7158         * shell/ev-view.c: (scroll_to_current_page),
7159         (view_update_range_and_current_page), (get_page_y_offset),
7160         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7161         (ev_view_size_request_continuous),
7162         (ev_view_zoom_for_size_continuous_and_dual_page),
7163         (ev_view_zoom_for_size_continuous):
7164         
7165         More compact EvView layout in document with pages of different size.
7166
7167 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7168
7169         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7170         compilation.
7171
7172 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * shell/ev-view.c: (view_set_adjustment_values):
7175         * shell/ev-window.c: (ev_window_cmd_file_properties):
7176         
7177         A bit different fix for rounding problem but it has no
7178         problems on startup. Make properties window transient to parent.
7179
7180 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * pdf/ev-poppler.cc:
7183         
7184         More commenting of font stuff.
7185
7186 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7187
7188         * pdf/ev-poppler.cc:
7189
7190         Comment out some more fonts stuff. Should really
7191         work without the poppler patch now.
7192
7193 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7194
7195         * pdf/ev-poppler.cc:
7196
7197         Adapt to api change
7198
7199 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7200
7201         * data/evince-properties.glade:
7202         * pdf/ev-poppler.cc:
7203         * shell/ev-properties.c: (setup_fonts_view):
7204
7205         Set the column title. Show the dialog only
7206         once everything is setup.
7207         Getting font info can be very slow... will
7208         prolly need to make this threaded too.
7209
7210 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7211
7212         * backend/Makefile.am:
7213         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7214         (ev_document_fonts_get_fonts_model):
7215         * backend/ev-document-fonts.h:
7216         * data/evince-properties.glade:
7217         * pdf/ev-poppler.cc:
7218         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7219         * shell/ev-properties.h:
7220         * shell/ev-window.c: (ev_window_cmd_file_properties):
7221
7222         Implement fonts list. Defined out for now, since it depends
7223         on a not yet committed poppler patch.
7224
7225 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7226
7227         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7228         page + 1.
7229
7230         * shell/ev-window.c: Make sure we add the timeout when we get a
7231         focus-in event.
7232
7233         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7234         adjustment->value before calculating the zoom factor to average
7235         out all of our rounding errors.  The page no longer 'drifts' when
7236         resizing.
7237
7238 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * data/evince-properties.glade:
7241         * shell/ev-properties.c: (ev_properties_format_date),
7242         (set_property):
7243         
7244         Labels don't expand when the dialogue is resized.
7245         strftime result needs to be converted to UTF-8. Thanks
7246         to Christian Persch <chpe@gnome.org>.
7247
7248 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7249
7250         * data/evince-properties.glade:
7251
7252         Hide the fonts tab
7253
7254 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7255
7256         * backend/ev-document-info.h:
7257         * backend/ev-document.c: (ev_document_info_free):
7258         * data/evince-properties.glade:
7259         * pdf/ev-poppler.cc:
7260         * ps/ps-document.c: (ps_document_get_info):
7261         * shell/ev-properties.c: (ev_properties_format_date),
7262         (set_property), (ev_properties_new):
7263         * shell/ev-properties.h:
7264         * shell/ev-window.c: (ev_window_cmd_file_properties):
7265
7266         Rework properties code to take only EvPropertyInfo
7267         in the constructor so that it can be useful for
7268         nautilus plugin too.
7269
7270         Deal with backends that doesnt support some properties.
7271         Make set property code generic.
7272
7273 2005-06-04  Christian Persch <chpe@gnome.org>
7274
7275         * data/evince-properties.glade:
7276
7277         fix spacings, make resizeable, and make data labels
7278         selectable + ellipsised
7279
7280 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7281
7282         * backend/ev-document-info.h:
7283         * data/Makefile.am:
7284         * data/evince-ui.xml:
7285         * pdf/ev-poppler.cc:
7286         * shell/Makefile.am:
7287         * shell/ev-window.c: (update_action_sensitivity),
7288         (ev_window_cmd_file_properties):
7289
7290         Initial go at file properties. Patch by
7291         Emil Soleyman-Zomalan <emil@soleyman.com>.
7292         Needs love see #169583
7293
7294 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7295
7296         * ps/ps-document.c: (output):
7297         * ps/ps.c: (psscan):
7298
7299         Try to render even if psscan fails.
7300
7301 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7302
7303         * ps/ps.c: (psscan), (pscopydoc):
7304
7305         Port buffered reading code from gv
7306
7307 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7308
7309         * ps/ps-document.c: (interpreter_message), (output):
7310
7311         Do not fail on interpreter messages
7312
7313 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7314
7315         * backend/ev-document-misc.c:
7316         (ev_document_misc_get_thumbnail_frame):
7317
7318         Pages can be 0 x 0, dont assert on this case
7319
7320 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7321
7322         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7323         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7324
7325         Correctly manage our reference on document. Finally the reload
7326         huge leak is gone...
7327
7328 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7329
7330         * ps/ps-document.c: (ps_document_dispose):
7331
7332         Forgot to chain it to the parent. Thanks chpe.
7333
7334 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7335
7336         * ps/ps-document.c: (ps_document_dispose),
7337         (ps_document_class_init), (stop_interpreter), (document_load):
7338
7339         Cleanup dispose a bit. Dont leak the whole pixmap.
7340
7341 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7342
7343         * pdf/ev-poppler.cc:
7344
7345         Release the poppler document on dispose
7346
7347 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7348
7349         * shell/ev-view.c: (ev_view_set_document):
7350
7351         Release ref on the pixbuf cache when changing
7352         document.
7353
7354 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7355
7356         * ps/ps-document.c: (ps_document_get_info):
7357
7358         Fix a double free
7359
7360 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * backend/ev-page-cache.c: (ev_page_cache_init),
7363         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7364         * backend/ev-page-cache.h:
7365         * shell/ev-page-action.c: (page_changed_cb):
7366         
7367         Set page action entry width depending on labels width. Fix
7368         for bug 305202.
7369
7370 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7371
7372         * backend/ev-link.c: (ev_link_class_init):
7373
7374         Allow -1 as page value (error)
7375
7376 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7377
7378         * shell/ev-sidebar-thumbnails.c:
7379         (ev_sidebar_thumbnails_set_document):
7380         * shell/ev-view.c: (scroll_to_current_page),
7381         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7382         (page_changed_cb), (on_adjustment_value_changed),
7383         (ev_view_set_document):
7384
7385         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7386         Fix bug 305377
7387
7388 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * configure.ac:
7391         * djvu/djvu-document.c: (djvu_document_get_page_size):
7392
7393         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7394         bug 301993.
7395
7396 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7397
7398         * shell/ev-view.c (draw_one_page): modify the expose handling to
7399         get the shadows.
7400
7401         * shell/ev-window.c (update_action_sensitivity): Respect
7402         permissions field.  Kowtow to the man.
7403
7404         * pdf/ev-poppler.cc: Get the permissions field.
7405
7406         * tiff/*c: Make a tiny bit more robust.
7407
7408 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7409
7410         * djvu/djvu-document.c:
7411         
7412         Pop messages from djvu context message queue.
7413
7414 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7415
7416         * configure.ac, Makefile.am, shell/Makefile.am:
7417         * tiff/Makefile.am, shell/ev-document-types.c:
7418         
7419         Cleanup tiff configure checks. Fix for bug 305218.
7420
7421 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7422
7423         * configure.ac: Added "uk" to ALL_LINGUAS.
7424
7425 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7426
7427         * cut-n-paste/zoom-control/ephy-zoom.c:
7428         (ephy_zoom_get_changed_zoom_level):
7429         * cut-n-paste/zoom-control/ephy-zoom.h:
7430         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7431         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7432         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7433         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7434         (zoom_control_changed_cb), (ev_window_init):
7435         
7436         Fix minor points related to moving best fit up. Introduce
7437         "zoom" property and make zoom control change it's value on
7438         notify::zoom signals. Fix for 305080.
7439
7440 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * data/evince-ui.xml:
7443         * shell/ev-window.c: (set_view_actions_sensitivity):
7444         
7445         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7446
7447 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * configure.ac:
7450
7451         Depends on poppler 0.3.2
7452
7453 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * cut-n-paste/recent-files/egg-recent-item.c:
7456         (egg_recent_item_get_short_name):
7457         * cut-n-paste/toolbar-editor/Makefile.am:
7458         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7459         (new_pixbuf_from_widget):
7460         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7461         * cut-n-paste/toolbar-editor/egg-marshal.c:
7462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7463         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7464
7465         Sync
7466
7467 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7468
7469         * tiff/tiff-document.c: Rough TIFF backend.
7470
7471 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * NEWS:
7474         * configure.ac:
7475         * cut-n-paste/toolbar-editor/Makefile.am:
7476
7477         Release 0.3.1
7478
7479 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7480
7481         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7482         (ev_view_find_next), (ev_view_find_previous):
7483
7484         Remove the locks around get_n_results   
7485
7486 2005-05-21  Juerg Billeter  <j@bitron.ch>
7487
7488         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7489
7490         Pass correct number of pages to poppler.
7491
7492 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7493
7494         * configure.ac:
7495         * data/Makefile.am:
7496         * data/evince.desktop.in: 
7497         * data/evince.desktop.in.in:
7498         * po/POTFILES.in:
7499         
7500         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7501
7502 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7503
7504         * shell/ev-view.c: (view_update_adjustments),
7505         (view_set_adjustment_values): cast adjustmen->value to (int)
7506         before using it.  Otherwise, we get off by a pixel in some
7507         situations.
7508
7509         (draw_one_page): Draw the border on expose.
7510
7511 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7512
7513         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7514         adjustment when the mode changes, #304923
7515
7516 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7517
7518         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7519         flickering on resize but still use gdk_window_scroll on
7520         scrolling
7521
7522 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7523
7524         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7525         option, #170458
7526
7527 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7528
7529         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7530         second page on page_changed if possible, #304669
7531
7532 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7533
7534         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7535         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7536
7537 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7538
7539         * .cvsignore:
7540         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7541         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7542         (ev_view_zoom_for_size_presentation),
7543         (ev_view_zoom_for_size_continuous_and_dual_page),
7544         (ev_view_zoom_for_size_continuous),
7545         (ev_view_zoom_for_size_dual_page),
7546         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7547         * shell/ev-view.h:
7548         * shell/ev-window.c: (update_view_size),
7549         (ev_window_sizing_mode_changed_cb):
7550
7551         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7552         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7553         an infinite loop, #304769
7554
7555
7556 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7557
7558         * data/evince-ui.xml:
7559         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7560         * shell/ev-window.c: (set_view_actions_sensitivity):
7561
7562         Make PgUp/Down behave like Space
7563
7564 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7565
7566         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7567         * backend/ev-ps-exporter.h:
7568         * pdf/ev-poppler.cc:
7569         * ps/ps-document.c: (ps_document_ps_export_begin):
7570         * shell/ev-print-job.c: (idle_print_handler):
7571
7572         Adapt to new poppler api
7573
7574 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7575
7576         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7577         (ephy_zoom_control_init):
7578
7579         Translate zoom levels
7580
7581 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7582
7583         * cut-n-paste/zoom-control/ephy-zoom.c:
7584         (ephy_zoom_get_zoom_level_index):
7585
7586         Fix current zoom -> zoom control match
7587
7588 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7589
7590         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7591         rather than the scrolled_window that it's in. Fixes bug #304655.
7592
7593 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7594
7595         * shell/ev-view.c: (view_update_adjustments),
7596         (view_set_adjustment_values), (view_update_range_and_current_page),
7597         (view_scroll_to_page), (set_scroll_adjustment),
7598         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7599         (ev_view_scroll), (ev_view_scroll_view),
7600         (ensure_rectangle_is_visible), (find_page_at_location),
7601         (get_link_at_location), (go_to_link), (status_message_from_link),
7602         (ev_view_size_request_continuous_dual_page),
7603         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7604         (ev_view_unrealize), (ev_view_expose_event),
7605         (ev_view_button_press_event), (ev_view_motion_notify_event),
7606         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7607         (draw_rubberband), (highlight_find_results), (draw_one_page),
7608         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7609         (ev_view_init), (find_changed_cb), (page_changed_cb),
7610         (on_adjustment_value_changed), (ev_view_new),
7611         (ev_view_set_document), (ev_view_set_zoom),
7612         (ev_view_set_continuous), (ev_view_set_dual_page),
7613         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7614         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7615         (ev_view_zoom_for_size_presentation),
7616         (ev_view_zoom_for_size_continuous_dual_page),
7617         (ev_view_zoom_for_size_continuous),
7618         (ev_view_zoom_for_size_dual_page),
7619         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7620         (ev_view_get_status), (ev_view_set_status),
7621         (update_find_status_message), (ev_view_get_find_status),
7622         (ev_view_set_find_status), (jump_to_find_result),
7623         (jump_to_find_page), (compute_selections), (clear_selection),
7624         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7625         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7626         (ev_view_update_primary_selection),
7627         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7628         * shell/ev-view.h:
7629         * shell/ev-window.c: (ev_window_open_page_label),
7630         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7631         (ev_window_init):
7632         * shell/ev-window.h:
7633         * shell/main.c: (load_files):
7634
7635         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7636         when resizing.  Remove the bin_window().  Also, patch from James
7637         Bowes to fix command line page, #300641
7638         
7639 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7640
7641         * data/evince-ui.xml:
7642         * shell/ev-view.c:
7643         * shell/ev-view.h:
7644         * shell/ev-window.c: (update_action_sensitivity):
7645
7646         Get rid of View->Normal Size, it's just confusing
7647
7648 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7649
7650         * backend/ev-document-info.h:
7651         * backend/ev-document.c: (ev_document_info_free): Free the
7652         EvDocumentInfo.
7653
7654         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7655         (clear_range), (add_range), (update_visible_range),
7656         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7657         (ev_sidebar_thumbnails_set_document):
7658         * shell/ev-window.c: (ev_window_setup_document): Only render the
7659         visible thumbnails.  It takes an instant to render, but it uses
7660         much less memory.
7661
7662 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * shell/ev-sidebar-links.c: (popup_menu_cb):
7665
7666         Select first item
7667
7668 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * lib/Makefile.am:
7671         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7672         (button_press_cb), (ev_sidebar_links_construct):
7673
7674         Show the popup menu also on keybindings
7675
7676 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7679         * shell/ev-window.h:
7680
7681         Expose api to print a range (with dialog). Make private _print use
7682         it.
7683
7684         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7685         (ev_sidebar_links_construct):
7686
7687         Show a print context menu on linkx, it prints the selected
7688         section.
7689
7690 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7691
7692         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7693         button.
7694
7695 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7696
7697         * AUTHORS:
7698
7699         Update
7700
7701         * shell/ev-window.c: (build_comments_string),
7702         (ev_window_cmd_help_about):
7703
7704         Show poppler version/backend and authors
7705
7706 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * cut-n-paste/zoom-control/ephy-zoom.c:
7709         (ephy_zoom_get_zoom_level_index):
7710         * cut-n-paste/zoom-control/ephy-zoom.h:
7711
7712         Move the best fit items at the top of the list
7713
7714 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * shell/ev-marshal.list:
7717         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7718         (activate_cb), (match_selected_cb), (activate_link_cb),
7719         (connect_proxy), (ev_page_action_class_init):
7720         * shell/ev-page-action.h:
7721
7722         Use signals to notify action activation. Hopefully
7723         I did not break completion since I cant test...
7724
7725         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7726         (register_custom_actions):
7727
7728         Connect to page selector actions and also grab focus on
7729         the view when activated.
7730
7731 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7732
7733         * pdf/ev-poppler.cc:
7734         * backend/ev-page-cache.c: make page size calculation consistent
7735         and set it to (int)( width * scale + 0.5).  This makes the weird
7736         line going through the middle of the page go away.
7737
7738         * shell/ev-view.c: move painting the background page after
7739         checking the expose area covers us.
7740
7741 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * data/evince-password.glade:
7744         
7745         Mark labels as not translatable. Fix for bug 302842.
7746
7747 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7748
7749         * configure.ac: Added "es" to ALL_LINGUAS.
7750
7751 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * data/evince-toolbar.xml:
7754         * shell/ev-window.c: (update_action_sensitivity),
7755         (ev_window_setup_document), (ev_window_set_page_mode),
7756         (ev_window_init):
7757
7758         Remove some leftover code from jrb first continous
7759         attempt. Use the new actions, we still need good icons
7760         though...
7761
7762 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
7765
7766         Update label when connecting proxy. Fix a warning with NULL
7767         page_cache.
7768
7769 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * data/evince-ui.xml:
7772         * shell/ev-page-action.c: (ev_page_action_grab_focus):
7773         * shell/ev-page-action.h:
7774         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
7775
7776         Add mnemonic for edit toolbar.
7777         ctrl+l focus the page entry.
7778
7779 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7780
7781         * lib/Makefile.am:
7782         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
7783         (ev_window_init):
7784         * shell/main.c: (main):
7785
7786         Put the toolbar xml in evince own dot dir
7787
7788 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * shell/ev-window.c: (ev_window_init):
7791
7792         Make the toolbar not removable
7793
7794 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * data/evince-ui.xml:
7797         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
7798         * shell/ev-sidebar-links.h:
7799         * shell/ev-sidebar-thumbnails.c:
7800         (ev_sidebar_thumbnails_get_treeview):
7801         * shell/ev-sidebar-thumbnails.h:
7802         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
7803         (ev_view_class_init):
7804         * shell/ev-view.h:
7805         * shell/ev-window.c: (update_action_sensitivity),
7806         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7807         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
7808         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
7809         (ev_window_init):
7810
7811         This is evil... Make space/backspace global accelerators but
7812         enable them only for some widgets (sidebars and view).
7813         I dont like it, but I dont know a better way... :/
7814
7815 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
7818         (ev_page_action_widget_finalize),
7819         (ev_page_action_widget_class_init), (update_page_cache):
7820
7821         Keep a weak reference on proxy->page_cache so that we
7822         dont try to disconnect the signal if the object is already
7823         gone. Maybe there is a better way to cleanup reference handling
7824         in page action though...
7825
7826 2005-05-10  Juerg Billeter  <j@bitron.ch>
7827
7828         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7829         * backend/ev-ps-exporter.h:
7830         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
7831         * ps/ps-document.c: (ps_document_ps_export_begin):
7832         
7833         Change api to pass print range to ps_exporter_begin. The pdf backend
7834         requires this information.
7835         
7836         * shell/ev-print-job.c: (idle_print_handler):
7837         
7838         Adapt to api change
7839
7840 2005-05-10  Juerg Billeter  <j@bitron.ch>
7841
7842         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7843         (idle_print_handler)
7844         * shell/ev-window.c: (ev_window_print):
7845
7846         Support printing page range, based on patch by Amaury Jacquot
7847
7848 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * data/evince-toolbar.xml:
7851
7852         Add zoom control to available items
7853
7854 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7855
7856         * shell/ev-window.c: (update_action_sensitivity):
7857
7858         Set slash action insensitive when appropriate
7859
7860 2005-05-10  Christian Persch <chpe@gnome.org>
7861
7862         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
7863
7864         Fix warning on the overflow menu
7865
7866 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
7869
7870         Check for uri correctness/existence
7871
7872 2005-05-09  Juerg Billeter  <j@bitron.ch>
7873
7874         * shell/ev-window.c: (using_postscript_printer):
7875
7876         LPD printers use postscript, too
7877
7878 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7879
7880         * shell/ev-window.c: (register_custom_actions):
7881
7882         The zoom one is actually sort of useful,
7883         put it back
7884
7885 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7886
7887         * shell/ev-window.c: (register_custom_actions):
7888
7889         Hide page/zoom controls from overflow, they
7890         are useless.
7891
7892 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * cut-n-paste/update-from-egg.sh:
7895         
7896         Share it between all cut-n-paste subdirs
7897
7898         * cut-n-paste/recent-files/Makefile.am:
7899
7900         Fix to use "global" update-from-egg.sh
7901
7902         * cut-n-paste/recent-files/egg-recent-model.c:
7903         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
7904         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7905         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
7906         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
7907
7908         Update from libegg
7909
7910         * cut-n-paste/toolbar-editor/Makefile.am:
7911
7912         Fix to use "global" update-from-egg.sh
7913
7914         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7915
7916         Update from libegg
7917
7918 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
7919
7920         * configure.ac:
7921         * cut-n-paste/Makefile.am:
7922         * cut-n-paste/recent-files/Makefile.am:
7923         * cut-n-paste/toolbar-editor/.cvsignore:
7924         * cut-n-paste/toolbar-editor/Makefile.am:
7925         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7926         (egg_editable_toolbar_get_type), (get_toolbar_position),
7927         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
7928         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
7929         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
7930         (set_item_drag_source), (create_item_from_action), (create_item),
7931         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
7932         (popup_toolbar_context_menu_cb), (free_dragged_item),
7933         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7934         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
7935         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
7936         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7937         (item_added_cb), (item_removed_cb),
7938         (egg_editable_toolbar_construct),
7939         (egg_editable_toolbar_disconnect_model),
7940         (egg_editable_toolbar_deconstruct),
7941         (egg_editable_toolbar_set_model),
7942         (egg_editable_toolbar_set_ui_manager),
7943         (egg_editable_toolbar_set_property),
7944         (egg_editable_toolbar_get_property),
7945         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
7946         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
7947         (egg_editable_toolbar_new_with_model),
7948         (egg_editable_toolbar_get_edit_mode),
7949         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
7950         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
7951         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
7952         (new_pixbuf_from_widget), (new_separator_pixbuf),
7953         (update_separator_image), (style_set_cb),
7954         (_egg_editable_toolbar_new_separator_image),
7955         (egg_editable_toolbar_get_model):
7956         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7957         * cut-n-paste/toolbar-editor/egg-marshal.c:
7958         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7959         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
7960         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
7961         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
7962         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
7963         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
7964         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
7965         (editor_drag_data_delete_cb), (drag_data_get_cb),
7966         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
7967         (editor_create_item), (update_editor_sheet), (setup_editor),
7968         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
7969         (parse_item_list), (model_has_action), (update_actions_list),
7970         (egg_toolbar_editor_load_actions):
7971         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7972         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7973         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
7974         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
7975         (toolbars_item_new), (free_toolbar_node), (free_item_node),
7976         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
7977         (egg_toolbars_model_add_separator), (impl_add_item),
7978         (parse_item_list), (egg_toolbars_model_add_toolbar),
7979         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
7980         (impl_get_item_data), (impl_get_item_type),
7981         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
7982         (egg_toolbars_model_init), (free_toolbar),
7983         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
7984         (egg_toolbars_model_remove_toolbar),
7985         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7986         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
7987         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
7988         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
7989         (egg_toolbars_model_get_item_data),
7990         (egg_toolbars_model_get_item_type):
7991         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7992         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7993         * data/Makefile.am:
7994         * data/evince-toolbar.xml:
7995         * data/evince-ui.xml:
7996         * data/hand-open.png:
7997         * po/POTFILES.in:
7998         * shell/Makefile.am:
7999         * shell/ev-window.c: (update_chrome_visibility),
8000         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8001         (ev_window_dispose), (ev_window_init):
8002
8003         Implement epiphany like toolbar editor. Based on patch by
8004         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8007
8008         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8009
8010         Use set_cursor instead of set_selection, so that
8011         the keyboard focus moves too.
8012
8013 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8014
8015         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8016
8017         Fix infinite loop when loading Type1 fonts
8018
8019 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * data/evince-ui.xml:
8022         * shell/ev-window.c:
8023
8024         Slash -> Find
8025
8026 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8027
8028         * configure.ac:
8029
8030         Make --disable really disable
8031
8032 2005-05-07  Juerg Billeter  <j@bitron.ch>
8033
8034         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8035
8036         Compare page labels even without has_labels set, fixes setting page
8037         with entry
8038
8039 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8042         (ev_view_set_cursor), (ev_view_button_press_event),
8043         (ev_view_motion_notify_event), (ev_view_button_release_event),
8044         (ev_view_init):
8045
8046         Implement middle button scrolling. Based on a patch
8047         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8048
8049 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8050
8051         * shell/ev-document-types.c: (get_slow_mime_type),
8052         (get_document_type_from_mime), (ev_document_type_lookup):
8053         * shell/ev-document-types.h:
8054
8055         Change api to lookup from uri. Do fast lookup first, if the
8056         type is unknown try with data sniffing.
8057
8058         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8059         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8060
8061         Adapt to api change
8062
8063 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8064
8065         * thumbnailer/Makefile.am:
8066
8067         Fix distcheck
8068
8069 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * NEWS:
8072         * configure.ac:
8073
8074         Release 0.3.0
8075
8076         * data/evince-ui.xml:
8077
8078         Hide presentation mode for now
8079
8080         * shell/ev-view.c: (highlight_find_results):
8081
8082         Show current find selection only on current page
8083
8084 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8085
8086         * shell/ev-view.c: (ev_view_select_all):
8087
8088         Compute size of the actual page, not of
8089         the current one.
8090
8091 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8092
8093         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8094         (view_rect_to_doc_rect), (compute_selections),
8095         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8096         (ev_view_copy), (ev_view_primary_get_cb),
8097         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8098         (ev_view_button_press_event), (ev_view_motion_notify_event),
8099         (ev_view_button_release_event), (page_changed_cb):
8100
8101         Fix text selection
8102
8103 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8104
8105         * shell/ev-view.c: (compute_border), (get_page_extents),
8106         (doc_rect_to_view_rect), (highlight_find_results),
8107         (ev_view_bin_expose), (ev_view_select_all),
8108         (ev_view_motion_notify_event), (update_find_status_message),
8109         (jump_to_find_result), (jump_to_find_page):
8110
8111         First go at fixing search, still buggy
8112
8113 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8114
8115         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8116         dropdown box and button at the top of the sidebar.
8117
8118 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8119
8120         * configure.ac: Output zoom-control Makefile.
8121         * cut-n-paste/Makefile.am: build zoom-control subdir.
8122         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8123         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8124         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8125         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8126         * cut-n-paste/zoom-control/ephy-zoom.c:
8127         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8128         from epiphany, and modified to add a separator into the menu.
8129         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8130         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8131         zoom-control action.
8132         * shell/Makefile.am: Include zoom-control flags.
8133         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8134         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8135         (ev_view_zoom_for_size_presentation),
8136         (ev_view_zoom_for_size_continuous_and_dual_page),
8137         (ev_view_zoom_for_size_continuous),
8138         (ev_view_zoom_for_size_dual_page),
8139         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8140         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8141         ev_view_get_zoom and ev_view_get_sizing_mode.
8142         * shell/ev-view.h:
8143         * shell/ev-window.c: (update_action_sensitivity),
8144         (update_sizing_buttons), (zoom_control_changed_cb),
8145         (register_custom_actions): Initialize and use the zoom-control 
8146         widget.
8147
8148 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8149
8150         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8151         preview cache back to 1.  Don't know when it got set to 0.
8152         
8153         * shell/ev-view.c: (compute_border), (ev_view_realize),
8154         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8155         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8156         (ev_view_get_fullscreen), (ev_view_set_presentation),
8157         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8158         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8159         * shell/ev-view.h:
8160         * shell/ev-window.c:
8161         (update_chrome_visibility),
8162         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8163         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8164         (update_document_mode), (ev_window_update_fullscreen_action),
8165         (ev_window_fullscreen), (ev_window_unfullscreen),
8166         (ev_window_cmd_view_fullscreen),
8167         (ev_window_update_presentation_action),
8168         (ev_window_run_presentation), (ev_window_stop_presentation),
8169         (ev_window_cmd_view_presentation), (ev_window_state_event),
8170         (ev_window_focus_in_event), (ev_window_focus_out_event),
8171         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8172         * data/evince-ui.xml: Initial presentation mode.  We should
8173         probably hide this until it's done, as it's quite rough.  Also,
8174         change full-screen to fullscreen and add two getters to EvView.
8175
8176 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * shell/ev-page-action.c: (update_page_cache),
8179         (ev_page_action_dispose):
8180         * shell/ev-window.c: (destroy_fullscreen_popup),
8181         (ev_window_create_fullscreen_popup):
8182
8183         Use connect_object rather than explicitly
8184         disconnect on dispose.
8185
8186 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8187
8188         * shell/ev-page-action.c: (update_page_cache),
8189         (ev_page_action_dispose):
8190
8191 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8192
8193         * backend/ev-page-cache.c: (_ev_page_cache_new),
8194         (ev_page_cache_set_page_label),
8195         (ev_page_cache_has_nonnumeric_page_labels):
8196         * backend/ev-page-cache.h:
8197         * shell/ev-page-action.c: (update_pages_label):
8198         
8199         If all page labels are numeric, fallback to default
8200         way to display number of pages. See bug 173185.
8201
8202 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * shell/ev-page-action.c: (ev_page_action_dispose):
8205         * shell/ev-view.c: (view_update_range_and_current_page):
8206         * shell/ev-window.c: (ev_window_dispose):
8207         
8208         Set page on scroll in continuous mode. Fixes bug 301986.
8209         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8210
8211 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8212
8213         * configure.ac:
8214
8215         Require poppler 0.3.0
8216
8217 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8218         
8219         * shell/Makefile.am, configure.ac: Fix build problems
8220         with t1lib. Bug 301996.
8221
8222 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * shell/ev-view.c: (ev_view_scroll_event):
8225         
8226         Scroll up increase zoom
8227
8228 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8231         (ev_view_set_sizing_mode),
8232         (ev_view_zoom_for_size_continuous_and_dual_page),
8233         (ev_view_zoom_for_size_continuous):
8234         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8235         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8236         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8237         (ev_window_init):
8238
8239         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8240         Fix for 165473 and 165472.
8241
8242 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8243
8244         * po/POTFILES.in:
8245         * thumbnailer/Makefile.am:
8246         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8247         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8248         * thumbnailer/evince-thumbnailer.schemas.in:
8249         
8250         Make thumbnailer schemas translatable. Fix for bug 301773
8251         
8252         * thumbnailer/evince-thumbnailer-djvu.schemas:
8253         * thumbnailer/evince-thumbnailer-dvi.schemas:
8254         * thumbnailer/evince-thumbnailer.schemas:
8255
8256         Removed files
8257
8258 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8259
8260         * shell/ev-view.c (ev_view_init): forgot to set this.
8261
8262 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8263
8264         * shell/ev-view.c: (find_page_at_location),
8265         (get_link_at_location),
8266         (ev_view_set_show_border), (ev_view_set_spacing),
8267         (ev_view_zoom_for_size_continuous_and_dual_page),
8268         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8269         Also, add a quick fix measuring of widths.  Also, removed
8270         ev_view_set_spacing and ev_view_set_show_border.
8271         
8272         * shell/ev-window.c: (ev_window_unfullscreen),
8273         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8274
8275 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8276
8277         * shell/ev-view.c: (view_update_range_and_current_page),
8278         (page_changed_cb):
8279         
8280         Fix crash on exit and scrolling to page in continuous view.
8281
8282 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8283
8284         * TODO:
8285         * backend/ev-page-cache.c: (_ev_page_cache_new),
8286         (ev_page_cache_get_max_width_size),
8287         (ev_page_cache_get_max_height_size):
8288         * backend/ev-page-cache.h:
8289         * data/evince-ui.xml:
8290         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8291         * shell/ev-view.c: (view_update_adjustments),
8292         (view_update_range_and_current_page), (get_bounding_box_size),
8293         (ev_view_size_request_continuous_and_dual_page),
8294         (ev_view_size_request_continuous),
8295         (ev_view_size_request_dual_page),
8296         (ev_view_size_request_single_page), (ev_view_size_request),
8297         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8298         (ev_view_bin_expose), (ev_view_expose_event),
8299         (ev_view_set_property), (ev_view_get_property),
8300         (ev_view_class_init), (ev_view_init), (ev_view_new),
8301         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8302         (ev_view_set_dual_page), (ev_view_set_full_screen),
8303         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8304         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8305         (ev_view_zoom_out), (zoom_for_size_fit_width),
8306         (zoom_for_size_best_fit),
8307         (ev_view_zoom_for_size_continuous_and_dual_page),
8308         (ev_view_zoom_for_size_continuous),
8309         (ev_view_zoom_for_size_dual_page),
8310         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8311         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8312         * shell/ev-view.h:
8313         * shell/ev-window.c: (update_action_sensitivity),
8314         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8315         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8316         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8317         (ev_window_cmd_view_zoom_out), (update_view_size),
8318         (ev_window_set_sizing_mode), (ev_window_init):
8319
8320         Add Continuous and Dual page modes.
8321
8322 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8323
8324         * dvi/dvi-document.c: (dvi_document_load),
8325         (dvi_document_thumbnails_get_thumbnail),
8326         (dvi_document_init_params): Fix up some mixups between
8327         width and height to correct thumbnail rendering.
8328
8329 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8330
8331         * dvi/mdvi-lib/private.h:
8332         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8333         
8334         Suppess output for kpathsea during font generation. Thanks to
8335         James Bowes
8336
8337 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8338
8339         * NEWS:
8340         * configure.ac:
8341
8342         Release 0.2.1
8343
8344         * Makefile.am: fix distcheck.
8345
8346 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8347
8348         * shell/ev-sidebar-links.c: (selection_changed_callback),
8349         (update_page_callback), (row_activated_callback),
8350         (job_finished_callback), (ev_sidebar_links_set_document):
8351         
8352         Fix for bug #169901. Double click on links expands tree.
8353
8354 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8355
8356         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8357         hard-coded style. Fix for bug 170111
8358
8359 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8360
8361         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8362         locking.
8363
8364 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8365
8366         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8367
8368 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * pdf/ev-poppler.cc:
8371         * shell/ev-view.c: (highlight_find_results):
8372
8373         Fix find on single page documents
8374
8375 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8376
8377         * data/evince.schemas.in: fix for bug 301390
8378
8379 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8380
8381         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8382         (ev_view_zoom_out), (ev_view_zoom_normal):
8383         * shell/ev-view.h:
8384         * shell/ev-window.c: (update_action_sensitivity),
8385         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8386         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8387         (ev_window_cmd_view_normal_size):
8388
8389         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8390         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8391         better than oom. 
8392
8393 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * configure.ac:
8396
8397         Depend on 2.57, 2.59 doesnt seem to be necessary
8398
8399 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8402         (create_tool_item):
8403
8404         Put back total number of pages as (1 of 1234)
8405
8406 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8407
8408         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8409         remove the job.
8410
8411         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8412         function.  This helps debugging.
8413
8414 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8415
8416         * djvu/djvu-document.c: (djvu_document_class_init),
8417         (djvu_document_get_info), (djvu_document_document_iface_init):
8418         * dvi/dvi-document.c: (dvi_document_class_init),
8419         (dvi_document_get_info), (dvi_document_document_iface_init):
8420
8421         Dummy implementation of get_info method for dvi and
8422         djvu. Fix crashes with those backends
8423
8424 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8425
8426         * data/evince.desktop.in:
8427
8428         Add application/x-gzpostscript
8429
8430 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8431
8432         * data/evince.schemas.in: Added real long descriptions, 
8433         closes bug 172496 
8434
8435         * README: Added actual text, closes bug 171869
8436
8437 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8438
8439         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8440
8441         Thumbnail page 0
8442
8443 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8444
8445         * backend/ev-document-info.h:
8446
8447         s/GDate */GDate so we can just use g_free
8448
8449 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8450
8451         * shell/ev-window.c: (update_document_mode),
8452         (ev_window_setup_document):
8453
8454         Show the window in fullscreen when specified by
8455         the document
8456
8457 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8458
8459         * backend/ev-document.c: (ev_document_class_init),
8460         (ev_document_get_info), (ev_document_render_pixbuf):
8461         * backend/ev-document.h:
8462         * backend/ev-page-cache.c: (_ev_page_cache_new):
8463         * pdf/ev-poppler.cc:
8464         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8465         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8466         * ps/ps-document.c: (ps_document_class_init), (document_load),
8467         (ps_document_get_info), (ps_document_document_iface_init):
8468
8469         Remove get_title from the interface, we can just use document info
8470
8471 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8472
8473         * backend/Makefile.am:
8474         * backend/ev-document.c: (ev_document_render_get_info):
8475         * backend/ev-document.h:
8476         * pdf/ev-poppler.cc:
8477
8478         Initial support for document info. Based on jrb patch.
8479
8480 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8481
8482         * shell/ev-window.c: (ev_window_state_event),
8483         (ev_window_class_init), (ev_window_init):
8484         
8485         Doesn't show resize grip when maximized. See bug #301053
8486
8487 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8488
8489         * po/POTFILES.in:
8490         
8491         ev-sidebar-thumbnails now has translatable labels
8492         
8493         * shell/Makefile.am:
8494         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8495         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8496         (ev_sidebar_links_page_iface_init):
8497         * shell/ev-sidebar-links.h:
8498         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8499         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8500         (ev_sidebar_page_get_label):
8501         * shell/ev-sidebar-page.h:
8502         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8503         (ev_sidebar_thumbnails_set_document),
8504         (ev_sidebar_thumbnails_support_document),
8505         (ev_sidebar_thumbnails_get_label),
8506         (ev_sidebar_thumbnails_page_iface_init):
8507         * shell/ev-sidebar-thumbnails.h:
8508         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8509         (ev_sidebar_set_document):
8510         * shell/ev-sidebar.h:
8511         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8512         
8513         Small rework of sidebar code. Now sidebar pages should implement
8514         EvSidebarPage interface. That makes page management in EvSidebar
8515         easier. See bug #164811 for details
8516
8517 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8518
8519         * shell/ev-application.c: (ev_application_open):
8520         * shell/ev-document-types.c:
8521         
8522         Fix build error and small problem with application exit
8523
8524 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8525
8526         * thumbnailer/Makefile.am:
8527         * thumbnailer/evince-thumbnailer-djvu.schemas:
8528         * thumbnailer/evince-thumbnailer-dvi.schemas:
8529         
8530         Conditionally install schemas for djvu/dvi thumbnailer
8531
8532 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8533
8534         * shell/ev-document-types.h: 
8535         * shell/ev-document-types.c: 
8536         New files, handling the mapping from mimetypes to backends
8537         
8538         * shell/ev-window.c: 
8539         * thumbnailer/evince-thumbnailer.c:     
8540         Use the ev-document-types code
8541         
8542         * shell/Makefile.am: 
8543         Added new convenience library libevbackendfactory_la, containing
8544         the new mimetype->backend logic; moved the backends into it.
8545
8546         * thumbnailer/Makefile.am:
8547         Make the thumbnailer link with the libevbackend.la convenience
8548         library, rather than having a duplicate of the backend logic here.
8549
8550 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8551
8552         * shell/ev-stock-icons.c: constify some vars.
8553         * shell/ev-window.c: ditto.
8554
8555 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * ps/ps-document.c (get_page_orientation):
8558
8559         Respect document orientation 
8560
8561 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8562
8563         * djvu/Makefile.am:
8564         * dvi/Makefile.am:
8565         * shell/Makefile.am:
8566         
8567         Move library dependencies to components.
8568         
8569         * shell/ev-window.c: (update_window_title),
8570         (start_loading_document):
8571         
8572         Fix display of uris with spaces. Bug 168358.
8573
8574 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8575
8576         * shell/ev-sidebar-links.c: (selection_changed_cb):
8577         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8578         (ev_view_button_release_event), (ev_view_set_document):
8579         * shell/ev-view.h:
8580         * shell/ev-window.c: (find_bar_search_changed_cb):
8581         * shell/ev-window.h: Minor cleanups removing some dead code.
8582
8583 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8584
8585         * backend/ev-page-cache.c: (_ev_page_cache_new):
8586         
8587         Set current page to 0 if document has pages.
8588
8589 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8590
8591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8592
8593         Initialize GError to NULL, fix a crash when loading fails.
8594
8595 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8596
8597         * shell/ev-window.c: (update_view_size):
8598
8599         Calculate shadow size only when there is actually
8600         a shadow.
8601
8602 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8603
8604         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8605         * shell/ev-view.h:
8606
8607         Allow setting view spacing, default to 0
8608
8609         * shell/ev-window.c: (ev_window_unfullscreen),
8610         (ev_window_cmd_view_fullscreen), (ev_window_init):
8611
8612         Remove spacing in fullscreen mode
8613
8614 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8615
8616         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8617         (ev_view_size_request), (expose_bin_window),
8618         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8619         * shell/ev-view.h:
8620         * shell/ev-window.c: (ev_window_unfullscreen),
8621         (ev_window_cmd_view_fullscreen):
8622
8623         Do not draw the border in fulscreen
8624
8625 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8626
8627         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8628         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8629         (find_page_at_location), (page_changed_cb):
8630
8631         Rework border calculation, so that I can more easily disable it.
8632         Code somewhat cleaner too.
8633
8634 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8635
8636         * backend/ev-page-cache.c: (ev_page_cache_init),
8637         (_ev_page_cache_new):
8638
8639         Remove some assertions, documents can have 0 pages.
8640         Make initial current page -1.
8641
8642         * shell/ev-page-action.c: (page_changed_cb):
8643
8644         Show "" if current page is -1
8645
8646         * shell/ev-window.c: (update_action_sensitivity),
8647         (ev_window_setup_document):
8648
8649         When document has 0 pages do not set the view
8650         and make nearly everything insensitive.
8651
8652 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8653
8654         * shell/ev-page-view.c:
8655         * shell/ev-page-view.h:
8656
8657         Remove unused files.
8658         
8659         * shell/ev-sidebar-thumbnails.c:
8660         (ev_sidebar_thumbnails_set_document):
8661         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8662         (ev_sidebar_supports_document):
8663         * shell/ev-sidebar.h:
8664         * shell/ev-window.c: (ev_window_setup_document):
8665         
8666         Doesn't show thumbnails if document has 1 page. Make
8667         sidebar menu entries sensitive only if if they have 
8668         sense. Fix bug 164811. 
8669
8670 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8671
8672         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8673         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8674         (ev_view_zoom_out), (ev_view_set_size):
8675
8676         Rework sizing to deal with documents with not uniform page
8677         size.
8678
8679 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8680
8681         * backend/ev-page-cache.c: (_ev_page_cache_new):
8682
8683         Fix several page size caching bugs
8684
8685 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8686
8687         * shell/ev-window.c: (set_action_properties):
8688
8689         Make all toolbar items translatable
8690
8691 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8692
8693         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8694         (save_page_list), (ps_document_save),
8695         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8696         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8697         (ps_document_ps_exporter_iface_init):
8698         * ps/ps-document.h:
8699
8700         Based on a patch by J�rg Billeter <j@bitron.ch>
8701         
8702         Implement print and save a copy for the ps backend.
8703
8704 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8705
8706         * backend/ev-document.h:
8707         * djvu/djvu-document.c: (djvu_document_can_get_text),
8708         (djvu_document_document_iface_init):
8709         * dvi/dvi-document.c: (dvi_document_can_get_text),
8710         (dvi_document_document_iface_init):
8711         * pdf/ev-poppler.cc:
8712         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8713         (pixbuf_document_document_iface_init):
8714         * ps/ps-document.c: (ps_document_can_get_text),
8715         (ps_document_document_iface_init):
8716         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8717         * shell/ev-window.c: (update_action_sensitivity):
8718
8719         Fix the crash when trying to copy in backends that doesnt
8720         support it. We can implement a better solution once we
8721         do real text selection.
8722
8723 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8724
8725         * data/evince-ui.xml:
8726         * shell/ev-window.c: (ev_window_cmd_escape):
8727         
8728         Work around the Escape conflict (find bar and unfullscreen)
8729
8730 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8731
8732         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8733         
8734         Fix for #300233. Next page correctly handles document end.
8735         
8736         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8737         (ev_sidebar_thumbnails_class_init),
8738         (ev_sidebar_thumbnails_set_document),
8739         (ev_sidebar_thumbnails_clear_job),
8740         (ev_sidebar_thumbnails_clear_model):
8741         
8742         Cleanup thumbnail jobs on document changes.
8743         
8744         * shell/ev-view.c: (add_scroll_binding_keypad),
8745         (add_scroll_binding_shifted), (ev_view_class_init):
8746         
8747         Shift + Space scrolls up. Fix for #173184
8748         
8749         * shell/ev-window.c: (ev_window_open_page),
8750         (ev_window_cmd_view_reload):
8751         
8752         Fix reload (Bug #300094)
8753
8754 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8755
8756         
8757         * dvi/mdvi-lib/assoc.c:
8758         * dvi/mdvi-lib/assoc.h: Removed garbage files
8759         
8760         * dvi/mdvi-lib/bitmap.c:
8761         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
8762         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
8763         * dvi/mdvi-lib/color.h: Antialias of rules
8764         
8765         * dvi/mdvi-lib/common.h:
8766         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
8767         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
8768         * dvi/mdvi-lib/files.c:
8769         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
8770         * dvi/mdvi-lib/mdvi.h:
8771         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8772         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
8773         * dvi/mdvi-lib/util.c: Fix compile warnings
8774         
8775         * dvi/dvi-document.c:
8776         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
8777         (dvi_document_thumbnails_get_thumbnail),
8778         (dvi_document_document_thumbnails_iface_init):
8779         * dvi/mdvi-lib/Makefile.am:
8780         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8781         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
8782         
8783         Dvi backend now renders thumbnails
8784
8785 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
8786
8787         * shell/main.c: (main): 
8788         
8789         Save accelerators on exit. Fixes bug #172095.
8790
8791 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
8792
8793         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
8794         update priority" comment.
8795
8796         * backend/ev-job-queue.c: Give a way to change priority.
8797
8798 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
8799
8800         * shell/ev-page-action.c: Fix logic.
8801
8802 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8803
8804         * shell/ev-view.c: (ev_view_can_find_next):
8805         * shell/ev-window.c: (ev_window_setup_document):
8806
8807         Check that the document supports find
8808
8809 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8810
8811         * data/evince-ui.xml:
8812         * shell/ev-view.c: (ev_view_can_find_next):
8813         * shell/ev-view.h:
8814         * shell/ev-window.c: (update_action_sensitivity),
8815         (find_changed_cb), (ev_window_setup_document),
8816         (ev_window_cmd_edit_find_next):
8817
8818         Add Edit->Find Next
8819
8820 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8821
8822         * pdf/ev-poppler.cc:
8823         * shell/ev-print-job.c: (idle_print_handler):
8824
8825         Make printing work again
8826
8827 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
8828
8829         * shell/ev-page-action.h:
8830         * shell/ev-page-action.c: (ev_page_action_widget_init),
8831         (ev_page_action_widget_class_init), (page_changed_cb),
8832         (create_tool_item), (update_page_cache), (build_new_tree_cb),
8833         (get_filter_model_from_model), (match_selected_cb),
8834         (display_completion_text), (match_completion), (update_model),
8835         (connect_proxy), (ev_page_action_set_property),
8836         (ev_page_action_get_property), (ev_page_action_set_document),
8837         (ev_page_action_set_model), (ev_page_action_class_init): Big
8838         reworking to make completions work iff we have >= GTK-2.7.0
8839                 
8840         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
8841         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
8842         (job_finished_cb): We now have a 'model' property that is set when
8843         the links are loaded.  This can be caught with "notify::model"
8844
8845         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
8846         listen for the model to be set, and propagate it to the action.
8847
8848 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8849
8850         * cut-n-paste/recent-files/egg-recent-item.c:
8851         (egg_recent_item_set_uri), (make_valid_utf8),
8852         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
8853         * cut-n-paste/recent-files/egg-recent-item.h:
8854         
8855         Update egg-recent from libegg. This should fix long
8856         startup problem. For details see
8857         http://bugzilla.gnome.org/show_bug.cgi?id=160531
8858
8859 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8860
8861         * cut-n-paste/recent-files/Makefile.am:
8862         * data/evince-ui.xml, shell/Makefile.am:
8863         * shell/ev-application.c, shell/ev-application.h:
8864         * shell/ev-window.c: Recent files support.
8865         
8866         * configure.ac: Added "ru" to ALL_LINGUAS.
8867         
8868         * dvju: new backend to support DJVU files.
8869         * dvi: new backend to support DVI.
8870
8871         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
8872         * ev-application.c: Support for new backends.
8873         
8874         * help, ev-window.c, main.c shell/Makefile.am: 
8875         Evince user documentation.
8876
8877 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8878
8879         * po/POTFILES.in:
8880         * shell/ev-window.c:
8881         * thumbnailer/evince-thumbnailer.c:
8882
8883         s/pdf-document/ev-poppler
8884
8885 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8886
8887         * NEWS:
8888         * configure.ac:
8889
8890         Release 0.2.0
8891
8892         * ps/ps-document.c: (setup_pixmap):
8893
8894         Remove debug code
8895
8896 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
8897
8898         * backend/ev-page-cache.c (ev_page_cache_next_page): 
8899         * shell/ev-window.c (ev_window_cmd_go_next_page) 
8900         (ev_window_cmd_go_first_page): Fix of by one errors.
8901
8902 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8903
8904         * ps/ps-document.c: (get_page_box):
8905
8906         Fix page size calculation
8907
8908 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8911         (ps_document_cleanup), (setup_pixmap), (get_page_box),
8912         (get_page_orientation), (setup_page), (document_load),
8913         (ps_document_get_page_size), (render_pixbuf_idle):
8914         * ps/ps-document.h:
8915
8916         More refactoring to adapt to EvDocument changes
8917
8918 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8919
8920         * ps/ps-document.c: (start_interpreter):
8921
8922         Actually add alpha args
8923
8924 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8925
8926         * pdf/ev-poppler.cc:
8927
8928         Make clipboard work again
8929
8930 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
8931
8932         Make searching work again.
8933         
8934         * backend/ev-document.c:
8935         * backend/ev-document.h:
8936         * backend/ev-document-find.c:
8937         * backend/ev-document-find.h: Change EvDocumentIface so we no
8938         longer store the current page or zoom level in the document.  The
8939         consequence is that all calls that operate on the current page now
8940         instead take the page number as an extra argument, and all
8941         coordinates are now doubles in document coordinate system.
8942
8943         * pdf/ev-poppler.cc:
8944         * pixbuf/pixbuf-document.c:
8945         * ps/ps-document.c: Update backends accordingly.
8946
8947 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
8948
8949         * autogen.sh:
8950
8951         Add required gettext version
8952
8953 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
8954
8955         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
8956         make F1 bring up non-existent help.
8957
8958         * shell/eggfindbar.c: Patch from Christian Persch to sync to
8959         epiphany's find bar, #167477
8960
8961         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
8962         <emil@nishra.com> to add space-bar scrolling, 
8963
8964         * shell/ev-window.c (static GtkActionEntry entries): add default
8965         keybinding for Help (F1)
8966         Fixes #171068
8967
8968         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
8969         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
8970         170110
8971
8972 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
8973
8974         * Makefile.am: 
8975         * pixbuf/pixbuf-document.c: 
8976
8977         Got pixbuf backend working again
8978
8979 2005-04-01  Steve Murphy  <murf@e-tools.com>
8980
8981         * configure.in: Added "rw" to ALL_LINGUAS.
8982
8983 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
8984
8985         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
8986         model types, noticed by Martin Kretzschmar.
8987
8988 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
8989
8990         * pdf/ev-poppler.cc: Implement search based on
8991         poppler_page_find_text().  Currently a bit crude since we remember
8992         all matches from all pages.  Also, we grab the big document lock
8993         when we search since searching changes the underlying stream and
8994         thus conflicts with the rendering thread.
8995         
8996         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8997         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
8998         (ev_view_find_previous): Fix some page indexes to be 0 based,
8999         offset rubber band by view offset,
9000
9001 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9002
9003         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9004
9005 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9006
9007         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9008         completely because I didn't understand GtkActions.  I should
9009         read Marco's code more carefully in the future.
9010
9011         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9012         function
9013
9014 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9015
9016         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9017         PopplerRectangle change from poppler CVS.
9018
9019 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9020
9021         * backend/ev-document.c: (ev_document_get_page_label):
9022         * backend/ev-document.h:
9023         * backend/ev-page-cache.c: (_ev_page_cache_new),
9024         (ev_page_cache_get_page_label):
9025         * backend/ev-page-cache.h:
9026         * pdf/ev-poppler.cc:
9027         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9028         (links_page_num_func):
9029         * shell/ev-sidebar-thumbnails.c:
9030         (ev_sidebar_thumbnails_set_document):
9031         * shell/ev-view.c: (status_message_from_link),
9032         (ev_view_motion_notify_event):
9033         * shell/ev-window.c: (document_supports_sidebar): Add in page
9034         label support.  It's not perfect yet, but it's the first 'feature'
9035         in a while.
9036         Also, fix a bogus comment noticed by crispin. 
9037
9038 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9039
9040         * Makefile.am: Remove pixbuf backend for now
9041
9042         * configure.ac: Require poppler-glib instead of just poppler.
9043
9044         * backend/ev-document-thumbnails.h: Add a comment
9045
9046         * backend/ev-document.h:
9047         * backend/ev-document.c: (ev_document_class_init),
9048         (ev_document_load), (ev_document_get_link),
9049         (ev_document_get_links): Remove 3 methods and add get_links.
9050         Also, made 0 based.
9051
9052         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9053         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9054
9055         * backend/ev-link.c: (ev_link_set_title),
9056         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9057         (ev_link_mapping_find):
9058         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9059         
9060         * backend/ev-page-cache.c: (ev_page_cache_init),
9061         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9062         (ev_page_cache_get_size), (ev_page_cache_next_page),
9063         (ev_page_cache_prev_page): Fix to be 0 based.
9064
9065         * pdf/Makefile.am: 
9066         * pdf/ev-poppler.h:
9067         * pdf/ev-poppler.cc: New backend.
9068         
9069         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9070         (ps_document_get_page), (ps_document_document_iface_init):
9071
9072         * shell/ev-pixbuf-cache.h:
9073         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9074         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9075         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9076         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9077         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9078         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9079         based.
9080         
9081         * shell/ev-sidebar-thumbnails.c:
9082         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9083         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9084
9085         * shell/ev-view.c: (status_message_from_link),
9086         (find_page_at_location), (get_link_at_location),
9087         (ev_view_motion_notify_event), (ev_view_button_release_event),
9088         (ev_view_init): Use the new link code.  Fix to be 0 based.
9089
9090         * shell/ev-window.c: (update_action_sensitivity),
9091         (document_supports_sidebar): 0 based.
9092
9093 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9094
9095         * pdf/pdf-document.cc: Patch from Fernando Herrera
9096         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9097         *blush*
9098
9099 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9100
9101         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9102         1 to the page, as this seems to be 1 based.  I thought we has this
9103         fixed.  grump.
9104
9105 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9106
9107         * TODO:
9108         * backend/Makefile.am:
9109         * backend/ev-document-links.c:
9110         (ev_document_links_has_document_links),
9111         (ev_document_links_get_links_model):
9112         * backend/ev-document-links.h:
9113         * backend/ev-document.c: (ev_document_get_page_cache),
9114         (ev_document_get_doc_mutex), (ev_document_load),
9115         (ev_document_save), (ev_document_get_title),
9116         (ev_document_get_n_pages), (ev_document_set_page),
9117         (ev_document_get_page), (ev_document_set_target),
9118         (ev_document_set_scale), (ev_document_set_page_offset),
9119         (ev_document_get_page_size), (ev_document_get_text),
9120         (ev_document_get_link), (ev_document_render),
9121         (ev_document_render_pixbuf), (ev_document_scale_changed):
9122         * backend/ev-document.h:
9123         * backend/ev-job-queue.c: (remove_object_from_queue),
9124         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9125         (no_jobs_available_unlocked), (ev_render_thread),
9126         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9127         (ev_job_queue_remove_job):
9128         * backend/ev-job-queue.h:
9129         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9130         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9131         (ev_job_links_class_init), (ev_job_render_init),
9132         (ev_job_render_dispose), (ev_job_render_class_init),
9133         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9134         (ev_job_thumbnail_class_init), (ev_job_finished),
9135         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9136         (ev_job_render_run), (ev_job_thumbnail_new),
9137         (ev_job_thumbnail_run):
9138         * backend/ev-jobs.h:
9139         * backend/ev-link.c:
9140         * backend/ev-link.h:
9141         * backend/ev-page-cache.c: (ev_page_cache_init),
9142         (ev_page_cache_class_init), (ev_page_cache_finalize),
9143         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9144         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9145         (ev_page_cache_set_link), (ev_page_cache_get_title),
9146         (ev_page_cache_get_size), (ev_page_cache_next_page),
9147         (ev_page_cache_prev_page):
9148         * backend/ev-page-cache.h:
9149         * pdf/pdf-document.cc:
9150         * ps/gsdefaults.c:
9151         * ps/gsdefaults.h:
9152         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9153         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9154         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9155         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9156         (is_interpreter_ready), (output), (catchPipe), (input),
9157         (start_interpreter), (check_filecompressed), (compute_dimensions),
9158         (ps_document_enable_interpreter), (document_load),
9159         (ps_document_next_page), (render_page), (ps_document_set_page),
9160         (ps_document_set_scale), (render_pixbuf_idle),
9161         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9162         * ps/ps-document.h:
9163         * shell/Makefile.am:
9164         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9165         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9166         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9167         (ev_pixbuf_cache_new), (job_finished_cb),
9168         (check_job_size_and_unref), (move_one_job),
9169         (ev_pixbuf_cache_update_range), (find_job_cache),
9170         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9171         (ev_pixbuf_cache_add_jobs_if_needed),
9172         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9173         * shell/ev-pixbuf-cache.h:
9174         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9175         (idle_print_handler):
9176         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9177         (selection_changed_cb), (create_loading_model),
9178         (ev_sidebar_links_construct), (links_page_num_func),
9179         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9180         (update_page_callback), (job_finished_cb),
9181         (ev_sidebar_links_set_document):
9182         * shell/ev-sidebar-thumbnails.c:
9183         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9184         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9185         (page_changed_cb), (thumbnail_job_completed_callback),
9186         (ev_sidebar_thumbnails_set_document):
9187         * shell/ev-sidebar-thumbnails.h:
9188         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9189         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9190         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9191         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9192         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9193         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9194         (ev_view_button_release_event), (ev_view_scroll_view),
9195         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9196         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9197         (ev_view_new), (job_finished_cb), (page_changed_cb),
9198         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9199         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9200         (ev_view_find_previous):
9201         * shell/ev-view.h:
9202         * shell/ev-window.c: (update_action_sensitivity),
9203         (ev_window_open_page), (update_window_title), (update_total_pages),
9204         (page_changed_cb), (ev_window_setup_document),
9205         (password_dialog_response), (ev_window_cmd_save_as),
9206         (ev_window_print), (ev_window_cmd_go_previous_page),
9207         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9208         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9209         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9210         * shell/main.c: (main):
9211
9212         Merge evince-threads branch
9213
9214 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9215
9216         * configure.ac: Added "lt" to ALL_LINGUAS.
9217
9218 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9219
9220         * NEWS:
9221         * configure.ac:
9222
9223         Release 0.1.9
9224
9225 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9226
9227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9228
9229         Fix here also the thumbnails 1-basedness :)
9230
9231 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9232
9233         * NEWS:
9234         * configure.ac:
9235
9236         Release 0.1.8
9237
9238 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9239
9240         * pdf/pdf-document.cc:
9241         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9242         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9243
9244         Fix the mess we did with thumbnails and 1-basedness
9245
9246 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9247
9248         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9249
9250 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9251
9252         * NEWS:
9253         * configure.ac:
9254
9255         Release 0.1.7
9256
9257 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9258
9259         * ps/Makefile.am:
9260         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9261         (gtk_gs_defaults_get_alpha_parameters),
9262         (gtk_gs_defaults_get_ungzip_cmd),
9263         (gtk_gs_defaults_get_unbzip2_cmd):
9264         * ps/gsdefaults.h:
9265         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9266         (ps_document_get_orientation), (document_load),
9267         (ps_document_goto_page), (ps_document_set_page_size):
9268         * ps/ps-document.h:
9269
9270         Some more sanitization of the ps backend. Remove a lot
9271         of unused code and do not base our defaults on ggv
9272         preferences (ugh!)
9273
9274 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9275
9276         * thumbnailer/evince-thumbnailer.schemas:
9277         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9278         (main): add -s option for thumbnail size.
9279
9280 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9281
9282         * configure.ac:
9283
9284         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9285         remove it.
9286
9287 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9288
9289         * pdf/pdf-document.cc:
9290
9291         Remove 4 pixels of useless border from the
9292         thumbnail.
9293
9294 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9295
9296         * backend/ev-document-thumbnails.c:
9297         (ev_document_thumbnails_get_thumbnail):
9298         * backend/ev-document-thumbnails.h:
9299
9300         Rework API a bit. Add a border flag and
9301         change sizing logic (now the size we specify
9302         applies to the bigger dimension).
9303
9304         * pdf/pdf-document.cc:
9305         * pixbuf/pixbuf-document.c:
9306         (pixbuf_document_thumbnails_get_thumbnail):
9307         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9309
9310         Adapt to the new API and do not draw a border for nautilus
9311         thumbnailer.
9312
9313 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9314
9315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9316         take thumbnails from page "0" instead of "1". Added a copyright header.
9317
9318 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9319
9320         * ps/ps-document.c: (set_up_page), (start_interpreter):
9321
9322         Make it C89 compliant
9323
9324 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9325
9326         * Makefile.am:
9327         * configure.ac:
9328         * pdf/.cvsignore:
9329         * pdf/pdf-document.cc:
9330         * thumbnailer/Makefile.am:
9331         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9332         (main):
9333         * thumbnailer/evince-thumbnailer.schemas:
9334         * thumbnailer/pdf-icon.png:
9335
9336         Add a nautilus thumbnailer.
9337         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9338
9339 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9340
9341         * NEWS:
9342         * configure.ac:
9343         * po/POTFILES.in:
9344
9345         Release 0.1.6
9346
9347 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9348
9349         Use poppler instead of including xpdf source code.  Poppler is a
9350         fork of xpdf to build it as a shared library. See
9351         http://freedesktop.org/wiki/Software/poppler.
9352
9353         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9354         xpdf fork.
9355         
9356         * pdf/Makefile.am: Build libpdfdocument.a here.
9357         
9358         * pdf/GDKSplashOutputDev.cc:
9359         * pdf/GDKSplashOutputDev.h:
9360         * pdf/GnomeVFSStream.cc:
9361         * pdf/GnomeVFSStream.h:
9362         * pdf-document.cc:
9363         * pdf-document.h:
9364         * test-gdk-output-dev.cc
9365         * Thumb.cc:
9366         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9367         against poppler.
9368
9369 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9370
9371         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9372
9373         Clear idle stack before unsetting the document
9374
9375 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9376
9377         * ps/ps-document.c: (ps_document_widget_event),
9378         (ps_document_set_target), (ps_document_finalize),
9379         (ps_document_get_page):
9380
9381         Disconnect the widget event signal on finalize.
9382         Some code cleanups.
9383
9384 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9385
9386         * ps/ps-document.c: (set_up_page):
9387
9388         If there is no bpixmap create one, even if size
9389         is not changed.
9390
9391 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9392
9393         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9394         (set_up_page), (document_load), (ps_document_set_zoom):
9395
9396         Default page is 0. Calculate size even when we have no
9397         target yet.
9398
9399 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9400
9401         * shell/ev-sidebar.c: expand the selection widget to be always as
9402         wide as the sidebar
9403
9404 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9405
9406         * shell/ev-sidebar-thumbnails.c:
9407         (ev_sidebar_thumbnails_set_document):
9408
9409         Clear the list store when setting document
9410
9411 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9412
9413         * shell/ev-page-action.c: (update_entry), (sync_entry),
9414         (activate_cb), (entry_size_request_cb), (create_tool_item),
9415         (connect_proxy):
9416
9417         Use an entry for the page control instead of spinbuttons
9418
9419 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9420
9421         * data/evince.schemas.in:
9422
9423         Correct confusing string
9424
9425 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9426
9427         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9428         for real.  Gosh, how long has this been broken.
9429
9430         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9431         check for a NULL link.  We crash otherwise.
9432
9433 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9434
9435         * NEWS:
9436         * configure.ac:
9437
9438         Release 0.1.5
9439
9440 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9441
9442         * configure.ac: add the french translation.
9443
9444 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9445
9446         * shell/ev-window.c:
9447
9448         Remove unused header -> fix distcheck
9449
9450 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9451
9452         * shell/ev-window.c: (update_window_title),
9453         (ev_window_popup_password_dialog):
9454
9455         Unescape filename for display
9456
9457 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9458
9459         * pdf/xpdf/pdf-document.cc:
9460
9461         In get_page_size deal with rotation. Also
9462         cleanup the function a bit.
9463
9464 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9465
9466         * pdf/xpdf/pdf-document.cc:
9467
9468         Fix crash when opening in new window
9469
9470 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9471
9472         * configure.ac:
9473
9474         Check ghostscript >= 7
9475
9476 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9477
9478         * shell/ev-window.c:
9479
9480         Make page width the default sizing mode
9481
9482 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9483         Marco Pesenti Gritti <marco@gnome.org>
9484
9485         * shell/ev-window.c: Remember the sidebar size
9486
9487         * data/evince.schemas.in: Add a new gconf key to store the size of
9488         the sidebar
9489
9490 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9491
9492         * data/evince-ui.xml:
9493         * shell/ev-window.c: (update_action_sensitivity),
9494         (ev_window_cmd_view_reload):
9495         
9496         Add a "Reload" action and menu entry
9497
9498 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9499
9500         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9501         iff the type doesn't support thumbnailing and indexing.
9502
9503 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9504
9505         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9506
9507 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9508
9509         * pdf/splash/Splash.cc:
9510
9511         Port fix for a crasher from kde bug
9512         http://bugs.kde.org/show_bug.cgi?id=97131
9513
9514 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9515
9516         * pdf/xpdf/pdf-document.cc:
9517
9518         Return a link even if it's of an unrecognized
9519         type. Otherwise we go in an infinte cycle.
9520
9521 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9522
9523         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9524         (size_allocate_cb), (ev_window_set_sizing_mode):
9525
9526         Update size when switching mode
9527
9528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9529
9530         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9531         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9532         (ev_window_cmd_view_normal_size):
9533
9534         Fix size toggle buttons behavior
9535
9536 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9537
9538         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9539         (doc_rect_to_view_rect), (ev_view_size_allocate),
9540         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9541         (scale_changed_callback):
9542
9543         Do not cache offsets in size_allocate.
9544
9545 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9546
9547         * shell/ev-view.c: (ev_view_size_allocate):
9548
9549         Calculate offsets before calling the parent
9550         class (which does a redraw)
9551
9552 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9553
9554         * pdf/xpdf/pdf-document.cc:
9555
9556         Fix a crasher on exit. Unused code, put a TODO
9557
9558 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9559
9560         * backend/ev-document.c: (ev_document_class_init),
9561         (ev_document_page_changed), (ev_document_scale_changed):
9562         * backend/ev-document.h:
9563
9564         Separate page/scale notifications
9565
9566         * pdf/xpdf/pdf-document.cc:
9567
9568         Emit the new signals.
9569         Do not display the pdf page in _render, do it
9570         when scale/page are requested.
9571
9572         * ps/ps-document.c: (ps_document_set_zoom),
9573         (ps_document_widget_event):
9574         * ps/ps-document.h:
9575
9576         Emit the new signals.
9577
9578         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9579         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9580         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9581         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9582         * shell/ev-view.h:
9583         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9584         (ev_window_cmd_view_page_width), (size_allocate_cb),
9585         (ev_window_set_sizing_mode):
9586
9587         Rework sizing to be pixel based.
9588         There are bugs but should be already way better.
9589
9590 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9591
9592         * shell/ev-window.c: (ev_window_init):
9593
9594         Do not allow to shrink sidebar smaller then
9595         child requisition
9596
9597 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9598
9599         * shell/ev-sidebar.[ch]
9600         * shell/ev-window.c:
9601
9602         Improved sidebar widget. Fixes #166683
9603
9604 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9605
9606         * shell/ev-view.c (update_find_status_message): Give translators
9607         more flexibility with ngettext plural handling.
9608
9609 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9610
9611         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9612         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9613         page when we get the page size.
9614
9615 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9616
9617         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9618
9619         ps pages are 0 based, convert 
9620
9621 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9622
9623         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9624
9625         Initialize correct parent class. Set GError on document load
9626
9627 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9628
9629         * pdf/xpdf/pdf-document.cc:
9630
9631         Fixup selection offset calculation
9632
9633         * shell/ev-view.c: (view_rect_to_doc_rect),
9634         (doc_rect_to_view_rect), (ev_view_size_allocate),
9635         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9636         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9637
9638         Store selection as document relative, so that zooming
9639         and offset changing doesnt break it.
9640
9641 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9642
9643         * shell/ev-view.c: (ev_view_best_fit):
9644
9645         Do not try to best fit if the view is not realized
9646
9647 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9648           
9649         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9650
9651 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9652
9653         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9654
9655 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9656
9657         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9658         the popup window.  That prevents it resizing when in full screen
9659         mode.
9660
9661         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9662         multiple rerenders.  This pretty much sucks.
9663
9664         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9665         rest of the toolbar.
9666
9667 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9668
9669         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9670
9671 2005-02-17  Alexander Shopov  <ash@contact.bg>
9672
9673         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9674
9675 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9676
9677         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9678
9679 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9680
9681         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9682         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9683         (set_document_page), (document_changed_callback),
9684         (ev_view_set_document), (ev_view_find_previous),
9685         (ev_view_hide_cursor), (ev_view_show_cursor):
9686         * shell/ev-view.h:
9687         * shell/ev-window.c: (update_chrome_visibility),
9688         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9689         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9690         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9691         (ev_window_unfullscreen):
9692         * shell/main.c: (main):
9693
9694         Automatically hide the fullscreen button.
9695         Patch by Kristian Høgsberg <krh@redhat.com>
9696
9697 2005-02-16  Vincent Noel  <vnoel@cox.net>
9698
9699         * shell/main.c (main): Specify an icon for the window. Patch by
9700         Jaap A. Haitsma. Fixes #166177.
9701
9702 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9703
9704         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9705
9706 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9707
9708         * backend/ev-document-misc.h:
9709         * backend/ev-document-misc.c:
9710         (ev_document_misc_get_page_border_size),
9711         (ev_document_misc_paint_one_page): New function to canonicalize
9712         sizing/painting a border.
9713
9714         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9715         used.
9716
9717         * pdf/xpdf/pdf-document.cc: use new function
9718
9719         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9720         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9721         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9722         shell/ev-window.c: (update_sizing_buttons),
9723         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9724         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9725         (ev_window_cmd_view_page_width), (size_allocate_cb),
9726         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9727         and "fit width" values act as toggle buttons so they stay
9728         toggled.  It's not 100% perfect, and it's a little slow, but it's
9729         good enough to commit I think.
9730
9731 2005-02-15  David Lodge  <dave@cirt.net>
9732
9733         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
9734
9735 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
9736
9737         * shell/ev-window.c (update_window_title): replace newlines in
9738         the title by spaces. Bug #166107.
9739
9740 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
9741
9742         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
9743         parameters providing allocation width and height without
9744         scrollbars and width of a possible vertical scrollbar. With this
9745         additional information the functions can work as
9746         intended. Unfortunately they're not idempotent. We should
9747         transform these commands to toggles. Fixes Bug #164976
9748         Initial patch by Stephane Loeuillet, then heavily modified.
9749
9750         * shell/ev-view.h: update prototypes.
9751
9752         * shell/ev-window.c (ev_window_cmd_view_best_fit)
9753         (ev_window_cmd_view_page_width): provide EvView fit functions with
9754         all the information they need. Formulas to calculate this
9755         information taken from GtkScrolledWindow.
9756
9757 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
9758
9759         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
9760         created a thumbnail, the list store is updated to know
9761         that the thumbnail is set. Fixes bug #166792
9762
9763 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9764
9765         * shell/ev-window.c: fixed typo, closes bug 166897
9766
9767         * TODO: updated TODO with bug numbers that are relevant
9768
9769 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
9770
9771         * shell/ev-window.c: Support for DnD of files. Fixes #164813
9772
9773 2005-02-09  Vincent Noel  <vnoel@cox.net>
9774
9775         * shell/ev-window.c: (set_action_properties): Set the "Previous"
9776         and "Next" toolbar buttons as important to make them stand out.
9777
9778 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9779
9780         * lib/ev-debug.c:
9781         * lib/ev-debug.h:
9782         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
9783         (start_interpreter), (stop_interpreter), (document_load),
9784         (ps_document_next_page), (ps_document_goto_page),
9785         (ps_document_set_page_size), (ps_document_widget_event),
9786         (ps_document_render):
9787         * shell/ev-page-view.c: (ev_page_view_dispose):
9788         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
9789
9790         Fix compilation on non-gcc platforms
9791
9792 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9793
9794         * NEWS:
9795         * configure.ac:
9796
9797         Release 0.1.4
9798
9799         * pdf/xpdf/Catalog.cc:
9800         * pdf/xpdf/XRef.cc:
9801
9802         Fix the fix for CAN-2004-0888
9803
9804 2005-02-09  Luca Ferretti <elle.uca@libero.it>
9805
9806         * data/Makefile.am:
9807         * data/evince-ui.xml:
9808         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9809         * shell/ev-stock-icons.h:
9810         * shell/ev-window.c: (update_action_sensitivity),
9811         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
9812         (set_action_properties):
9813
9814         Improve toolbar layout/icons
9815
9816 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
9817
9818         * pdf/xpdf/pdf-document.cc:
9819
9820         Add warnings about unimplemented/unknown link
9821         types.
9822
9823 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9824
9825         * ps/ps-document.c: (set_up_page):
9826
9827         Log gs property
9828
9829 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9830
9831         * ps/ps-document.c: (start_interpreter):
9832
9833         Log gs env var
9834
9835 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * shell/ev-page-view.c: (ev_page_view_dispose):
9838         * shell/ev-view.c: (ev_view_finalize):
9839         * shell/ev-window.c: (ev_window_setup_document),
9840         (ev_window_dispose), (ev_window_init):
9841
9842         Solve more refs issues.
9843
9844         I commented out the page_view initialization for now:
9845         it was never destroyed (because it's never added
9846         to a container). Because of that we was leaking
9847         gs processes. Couldnt think to a clean fix.
9848         We need to figure this out, password view has the
9849         same issue probably.
9850
9851 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9852
9853         * ps/ps-document.c: (ps_document_finalize),
9854         (ps_document_get_n_pages), (ps_document_get_page):
9855
9856         Some cleanups, stop the interpreter on finalize
9857
9858         * shell/ev-page-view.c: (ev_page_view_dispose),
9859         (ev_page_view_class_init):
9860
9861         Release our reference on the document
9862
9863 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9864
9865         * Makefile.am:
9866         * configure.ac:
9867         * doc/debugging.txt:
9868         * lib/.cvsignore:
9869         * lib/Makefile.am:
9870         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
9871         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
9872         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
9873         * lib/ev-debug.h:
9874
9875         Add debugging helpers
9876
9877         * ps/Makefile.am:
9878         * ps/ps-document.c: (set_up_page), (start_interpreter),
9879         (stop_interpreter), (document_load), (ps_document_next_page),
9880         (ps_document_goto_page), (ps_document_set_page_size),
9881         (ps_document_widget_event), (ps_document_render):
9882         * shell/Makefile.am:
9883         * shell/ev-view.c: (expose_bin_window):
9884         * shell/main.c: (main):
9885
9886         Add some logs
9887         
9888 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9889
9890         * ps/ps-document.c: (ps_document_widget_event):
9891
9892         Initialize message_window, this should make ps
9893         rendering really work! (Never noticed because I was
9894         testing with a ps that is causing gs to exit every time!)
9895
9896 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
9897
9898         * data/evince.schemas.in: updated simple error in applyto closing tag
9899
9900 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
9901
9902         * Makefile.am:
9903         * configure.ac:
9904         * data/.cvsignore:
9905         * data/Makefile.am:
9906         * data/evince-ui.xml:
9907         A data/evince.schemas.in:
9908         * po/POTFILES.in:
9909         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9910         * shell/ev-stock-icons.h:
9911         * shell/ev-window.c: (update_chrome_visibility),
9912         (update_chrome_flag), (ev_window_cmd_edit_find),
9913         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
9914         (ev_window_unfullscreen), (ev_window_focus_in_event),
9915         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
9916         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
9917         (ev_window_view_sidebar_cb), (find_bar_close_cb),
9918         (ev_window_dispose), (ev_window_class_init),
9919         (set_action_properties), (set_chrome_actions), (load_chrome),
9920         (ev_window_init):
9921
9922         Implement fullscreen mode changes from bug #164776.
9923         Also implement persistent chrome toggles.
9924
9925 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
9926
9927         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
9928
9929 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9930
9931         * NEWS:
9932         * configure.ac:
9933         * shell/ev-view.c:
9934
9935         Add another check for find interface
9936
9937         Release 0.1.3
9938
9939 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9940
9941         * shell/ev-application.c: (ev_application_open):
9942         * shell/ev-window.c: (ev_window_open):
9943
9944         Open gzipped ps documents
9945
9946 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9947
9948         * TODO:
9949         * shell/ev-view.c: (set_document_page):
9950
9951         Clamp page number, dont try to move to
9952         not existant pages.
9953
9954 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9955
9956         * backend/ev-document-find.c: (ev_document_find_changed):
9957         * backend/ev-document-find.h:
9958         * pdf/xpdf/pdf-document.cc:
9959         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
9960         * shell/ev-window.c: (find_bar_search_changed_cb):
9961
9962         Fix several bugs with find
9963
9964 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
9965
9966         * shell/ev-sidebar-thumbnails.c
9967         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
9968         document. Prevents warning from scroll_to_cell.
9969
9970 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
9971
9972         * configure.ac: Add «nb» to ALL_LINGUAS too.
9973
9974 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
9975
9976         * NOTES: New file with some random thoughts.
9977
9978         * TODO: Update.
9979
9980         * backend/ev-document-misc.c:
9981         (ev_document_misc_get_page_border_size): New function to
9982         canonicalize shadow drawing sizes.  Possibly goofy.
9983
9984         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
9985         (ev_view_best_fit), (ev_view_fit_width):
9986         * pdf/xpdf/pdf-document.cc:
9987         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
9988         * ps/ps-document.c: (ps_document_get_page_size):
9989         * backend/ev-document-misc.h:
9990         * backend/ev-document.c: (ev_document_get_page_size):
9991         * backend/ev-document.h: get_page_size now takes a page number
9992         parameter.  Made all the backends/frontends honor it.
9993
9994         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
9995         see.  Doesn't work yet.
9996
9997         * shell/Makefile.am:
9998         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
9999         Doesn't do anything yet.
10000
10001         * shell/ev-sidebar-thumbnails.c:
10002         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10003         [0..n_pages-1]
10004
10005         * shell/ev-window.c: (update_action_sensitivity),
10006         (ev_window_setup_document), (ev_window_set_page_mode),
10007         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10008         view-swapping code a bit so we can have multiple views on a
10009         document.  Add the multi-page view, though it can't be turned on
10010         yet.
10011
10012 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10013
10014         * shell/ev-application.c: (ev_application_open):
10015         * shell/ev-view.c: (expose_bin_window):
10016         * shell/ev-window.c: (ev_window_open):
10017
10018         Support eps and check document supports find
10019         before drawing highlightings in expose.
10020
10021 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10022
10023         * pixbuf/pixbuf-document.c:
10024         (pixbuf_document_thumbnails_get_dimensions),
10025         (pixbuf_document_document_thumbnails_iface_init):
10026
10027         implement get_dimensions
10028
10029 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10030
10031         * NEWS:
10032         * configure.ac:
10033
10034         Release 0.1.2
10035
10036 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10037
10038         * shell/ev-view.c: (set_document_page):
10039
10040         Scroll at the top of the page when changing page
10041
10042 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10043
10044         * shell/ev-view.c: (ev_view_motion_notify_event):
10045
10046         Do not redraw unnecessarily
10047
10048 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * pdf/xpdf/pdf-document.cc:
10051         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10052         (expose_bin_window), (find_changed_cb):
10053
10054         Yay! find works now... Now to find bugs...
10055
10056 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10057
10058         * backend/ev-document-find.c: (ev_document_find_base_init),
10059         (ev_document_find_changed):
10060         * backend/ev-document-find.h:
10061         * pdf/xpdf/pdf-document.cc:
10062         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10063         (expose_bin_window), (ev_view_init), (set_document_page),
10064         (ensure_rectangle_is_visible), (jump_to_find_result),
10065         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10066         (ev_view_find_next), (ev_view_find_previous):
10067         * shell/ev-view.h:
10068         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10069
10070         More work on find implementation, mostly there now
10071
10072 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10073
10074         * backend/ev-backend-marshalers.list:
10075         * backend/ev-document-find.c: (ev_document_find_base_init),
10076         (ev_document_find_cancel), (ev_document_find_page_has_results),
10077         (ev_document_find_get_n_results), (ev_document_find_get_result),
10078         (ev_document_find_get_progress), (ev_document_find_changed):
10079         * backend/ev-document-find.h:
10080
10081         Enanche the find interface to be really able to do
10082         multi page find.
10083
10084         * pdf/xpdf/pdf-document.cc:
10085
10086         Implement
10087
10088         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10089         (expose_bin_window), (ev_view_init),
10090         (ev_view_get_find_status_message), (find_changed_cb),
10091         (ev_view_set_document), (set_document_page):
10092
10093         Adapt to the new interface. A few things are regressed sorry,
10094         I will finish it soon.
10095
10096 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10097
10098         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10099         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10100         ev_sidebar_thumbnails_parent_class variable, don't define another
10101         parent_class variable.
10102
10103         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10104         (ev_page_action_class_init): ditto.
10105
10106         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10107         (pixbuf_document_class_init): ditto.
10108
10109         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10110         ditto.
10111
10112         * .cvsignore: ignore various valgrind output files.
10113
10114 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10115
10116         * data/evince-ui.xml:
10117         * shell/Makefile.am:
10118         * shell/ev-history.c:
10119         * shell/ev-history.h:
10120         * shell/ev-navigation-action.c:
10121         * shell/ev-navigation-action.h:
10122         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10123         (ev_view_set_page), (ev_view_fit_width):
10124         * shell/ev-view.h:
10125         * shell/ev-window.c: (update_action_sensitivity),
10126         (ev_window_setup_document), (register_custom_actions):
10127
10128         Kill session history
10129
10130 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10131
10132         * shell/ev-window.c: (update_action_sensitivity):
10133
10134         Fix inverted up/down buttons
10135
10136 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10137
10138         * shell/ev-sidebar-thumbnails.c
10139         (ev_sidebar_thumbnails_select_page): make sure the selected
10140         thumbnail stays visible.
10141
10142 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10143
10144         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10145         scrolled window for Federico.
10146
10147 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10148
10149         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10150
10151 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10152
10153         * configure.ac:
10154         * pdf/splash/SplashFTFontEngine.cc:
10155
10156         Fix CID fonts with freetype 2.1.9
10157
10158 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10159
10160         * TODO: added item for desktop icon thumbnailer
10161
10162 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10163
10164         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10165         unloaded docs when the title is accessed.
10166
10167         * shell/ev-password-view.[hc]: New widget for displaying password
10168         state.
10169
10170         * shell/ev-window.[ch]: Refactor password handling code to handle
10171         the new view.
10172
10173 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10174
10175         * NEWS:
10176         * configure.ac:
10177         * data/Makefile.am:
10178
10179         Release 0.1.1
10180
10181 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10182
10183         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10184         ignore page offset here, to make search results independent of it,
10185
10186         * shell/ev-view.c (expose_bin_window): but take offsets into
10187         account here. Bug #164932
10188
10189         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10190         scale at the right time. Bug #164996
10191
10192 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10193
10194         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10195         fix the problem. Now I just removed the Adobe font names and hope
10196         that the URW fonts are always in outline format. Bug #164934
10197
10198         * shell/ev-window.c (update_window_title): empty titles are
10199         useless, use filename in that case too.
10200
10201         * NEWS: Add some content.
10202
10203 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10204
10205         * TODO: added one more TODO item and a TODONE section :)
10206
10207 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10208
10209         * ps/ps-document.h: add page_[xy]_offset fields.
10210
10211         * ps/ps-document.c (ps_document_set_page_offset)
10212         (ps_document_render): Keep offset in consideration in a few
10213         places. Bug #164752 "postscript documents are not centered in
10214         window"
10215
10216         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10217         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10218
10219         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10220         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10221         stub out missing methods for complete EvDocument implementation.
10222         Fixes segfaults with Save A Copy and Copy actions.
10223
10224         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10225         (ps_document_document_iface_init): ditto.
10226         
10227 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10228
10229         * data/.cvsignore:
10230         * data/Makefile.am:
10231         * data/evince.desktop.in:
10232
10233         Add desktop file
10234
10235 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10236
10237         * shell/ev-view.c: (ev_view_button_press_event),
10238         (ev_view_motion_notify_event):
10239
10240         Make selection work in any direction
10241
10242 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10243
10244         * TODO:
10245         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10246
10247         Use shorter labels for some of the toolbars items
10248
10249 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10250
10251         * pdf/xpdf/pdf-document.cc:
10252
10253         Check the links info is initialized before
10254         using it. Should fix a crash on startup.
10255
10256 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10257
10258         * pixbuf/pixbuf-document.c
10259         (pixbuf_document_thumbnails_get_dimensions): force floating point
10260         division to calculate page_ratio. Fixes crash with landscape
10261         format pixbufs.
10262
10263 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10264
10265         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10266
10267 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10268
10269         * shell/ev-view.c (set_document_page): unset has_selection when
10270         the page changes.
10271         (set_document_page): handle paper size changes when the page
10272         changes (test with Free Culture, page 2).
10273
10274 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10277         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10278
10279         Use normal style color for the widget background and
10280         draw a black box around the page.
10281
10282 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10283
10284         * pdf/xpdf/pdf-document.cc:
10285
10286         Keep offset in consideration in a few places
10287
10288         * shell/ev-view.c: (expose_bin_window):
10289
10290         Set the offsets so that the document is ever centered
10291
10292 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10293
10294         * TODO: Added TODO items and finished off the first todo item
10295
10296         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10297         reflect current authors
10298
10299 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10300
10301         * pdf/xpdf/pdf-document.cc:
10302         * shell/ev-view.c: (ev_view_set_cursor),
10303         (ev_view_motion_notify_event), (document_changed_callback),
10304         (set_document_page):
10305
10306         Show a wait cursor while the page is rendering
10307
10308 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10309
10310         * shell/ev-sidebar-thumbnails.c:
10311         (ev_sidebar_tree_selection_changed),
10312         (ev_sidebar_thumbnails_select_page):
10313         * shell/ev-sidebar-thumbnails.h:
10314         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10315         (ev_view_can_go_forward):
10316         * shell/ev-window.c: (ev_window_open_page),
10317         (ev_window_setup_document), (update_current_page),
10318         (view_page_changed_cb), (ev_window_init):
10319         * shell/ev-window.h:
10320
10321         Ensure thumbnails selection, toolbar page control and
10322         current page are in sync.
10323
10324 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * pdf/xpdf/XRef.cc:
10327
10328         Fix CAN-2005-0064
10329
10330 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10331
10332         * backend/Makefile.am:
10333         * backend/ev-document-links.h:
10334         * backend/ev-document-security.c: (ev_document_security_get_type),
10335         (ev_document_security_has_document_security),
10336         (ev_document_security_set_password):
10337         * backend/ev-document-security.h:
10338         * backend/ev-document.c: (ev_document_error_quark):
10339         * backend/ev-document.h:
10340         * data/Makefile.am:
10341         * data/evince-password.glade:
10342         * pdf/xpdf/pdf-document.cc:
10343         * shell/Makefile.am:
10344         * shell/ev-password.c: (ev_password_set_bad_password_label),
10345         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10346         (ev_password_dialog_get_password),
10347         (ev_password_dialog_set_bad_pass):
10348         * shell/ev-password.h:
10349         * shell/ev-window.c: (ev_window_get_attribute),
10350         (ev_window_set_property), (update_action_sensitivity),
10351         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10352         (ev_window_setup_document), (ev_window_get_password),
10353         (ev_window_open), (ev_window_cmd_save_as),
10354         (using_postscript_printer), (ev_window_print),
10355         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10356         (update_fullscreen_popup), (ev_window_fullscreen),
10357         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10358         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10359         (menu_item_select_cb), (find_bar_search_changed_cb),
10360         (ev_window_dispose), (ev_window_init):
10361
10362         Add initial support for password-supported dialogs.  This could be
10363         a lot cooler, but it'll do for now.
10364
10365 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10366
10367         * pdf/xpdf/pdf-document.cc:
10368         * shell/ev-view.c: (status_message_from_link),
10369         (ev_view_set_status), (ev_view_set_cursor),
10370         (ev_view_motion_notify_event), (ev_view_init):
10371         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10372
10373         Fix bugs in the links implementation and change cursor
10374         when hovering a link.
10375
10376 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10377
10378         * viewer/.cvsignore: added cvsignore file for viewer directory
10379
10380         * TODO: created TODO document
10381
10382 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10383
10384         * shell/ev-view.h:
10385         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10386         new functions to help with implementation of sensitivity code
10387         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10388         of all actions that might require it.  Fixes a crash when you
10389         click on the Zoom actions in a window lacking a document.
10390
10391 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10392
10393         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10394         of the Find action
10395
10396 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10397
10398         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10399         (pixbuf_document_document_iface_init):
10400         * ps/ps-document.c: (ps_document_get_link),
10401         (ps_document_document_iface_init):
10402         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10403         (status_message_from_link), (ev_view_set_status),
10404         (ev_view_set_find_status), (ev_view_motion_notify_event),
10405         (ev_view_button_release_event), (ev_view_set_property),
10406         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10407         (ev_view_get_find_status_message), (update_find_results),
10408         (ev_view_get_status), (ev_view_get_find_status):
10409         * shell/ev-view.h:
10410         * shell/ev-window.c: (view_status_changed_cb),
10411         (view_find_status_changed_cb), (ev_window_init):
10412
10413         View status message support, use it to show the links.
10414         Needs work...
10415
10416 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10417
10418         * backend/ev-document.c: (ev_document_get_link):
10419         * backend/ev-document.h:
10420         * pdf/xpdf/pdf-document.cc:
10421         * shell/ev-application.c: (ev_application_open):
10422         * shell/ev-application.h:
10423         * shell/ev-sidebar-links.c: (selection_changed_cb):
10424         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10425         (ev_view_go_to_link):
10426
10427         Add support for document links
10428
10429 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10430
10431         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10432         (create_tool_item):
10433         Set the spin button limits correctly.
10434         
10435         * shell/ev-sidebar-thumbnails.c:
10436         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10437         Support changing pages by clicking on the thumbnails.
10438         
10439 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10440
10441         * pixbuf/pixbuf-document.c:
10442         (pixbuf_document_thumbnails_get_dimensions),
10443         (pixbuf_document_document_thumbnails_iface_init):
10444
10445         implement get_dimensions
10446
10447 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10448
10449         * ps/ps-document.c: (ps_document_goto_page):
10450
10451         Fix page switching on multipage documents
10452
10453 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10454
10455         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10456         
10457         check for NULL before assigning to width and height parameters
10458
10459 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10460
10461         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10462         (pixbuf_document_set_property), (pixbuf_document_get_property):
10463
10464         implement get/set properties
10465
10466 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10467
10468         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10469         
10470         return NULL instead of "Unknown", letting the title get set to
10471         the filename when the pdf has no title.
10472
10473 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10474
10475         * ps/ps-document.c: (ps_document_get_page_count),
10476         (ps_document_goto_page):
10477
10478 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10479
10480         * shell/ev-history.c: (ev_history_get_property),
10481         (ev_history_set_property), (ev_history_class_init),
10482         (ev_history_add_page), (ev_history_set_current_index):
10483         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10484         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10485         (ev_navigation_action_finalize):
10486         * shell/ev-navigation-action.h:
10487         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10488         (ev_view_go_forward), (ev_view_get_find_status_message),
10489         (history_index_changed_cb), (ev_view_set_history):
10490         * shell/ev-view.h:
10491         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10492         (update_current_page), (register_custom_actions):
10493
10494         Implement history dropdowns
10495
10496 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10497
10498         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10499         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10500         (ev_view_go_forward):
10501         * shell/ev-window.c: (register_custom_actions):
10502
10503         Fix several history bugs
10504
10505 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10506
10507         * configure.ac: Add «nb» to ALL_LINGUAS.
10508
10509 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10510
10511         * backend/Makefile.am:
10512         * backend/ev-bookmark.c:
10513         * backend/ev-bookmark.h:
10514         * backend/ev-document-bookmarks.c:
10515         * backend/ev-document-bookmarks.h:
10516         * backend/ev-document-links.c: (ev_document_links_get_type),
10517         (ev_document_links_has_document_links),
10518         (ev_document_links_begin_read), (ev_document_links_get_link),
10519         (ev_document_links_get_child), (ev_document_links_next),
10520         (ev_document_links_free_iter):
10521         * backend/ev-document-links.h:
10522         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10523         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10524         (ev_link_get_link_type), (ev_link_set_link_type),
10525         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10526         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10527         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10528         (ev_link_new_external):
10529         * backend/ev-link.h:
10530         * pdf/xpdf/pdf-document.cc:
10531         * shell/Makefile.am:
10532         * shell/ev-application.c: (ev_application_open_link):
10533         * shell/ev-application.h:
10534         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10535         (ev_history_get_link_nth):
10536         * shell/ev-history.h:
10537         * shell/ev-sidebar-bookmarks.c:
10538         * shell/ev-sidebar-bookmarks.h:
10539         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10540         (ev_sidebar_links_class_init), (selection_changed_cb),
10541         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10542         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10543         (do_one_iteration), (populate_links_idle),
10544         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10545         * shell/ev-sidebar-links.h:
10546         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10547         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10548         (go_to_index):
10549         * shell/ev-view.h:
10550         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10551         * shell/ev-window.h:
10552
10553         Rename bookmark to link, and use "Index" for the sidebar panel.
10554
10555 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10556
10557         * shell/Makefile.am:
10558         * shell/ev-application.c: (ev_application_open_bookmark):
10559         * shell/ev-application.h:
10560         * shell/ev-history.c: (ev_history_init), (free_links_list),
10561         (ev_history_finalize), (ev_history_class_init),
10562         (ev_history_add_link), (ev_history_add_page),
10563         (ev_history_get_link_nth), (ev_history_get_n_links),
10564         (ev_history_get_current_index), (ev_history_set_current_index),
10565         (ev_history_new):
10566         * shell/ev-history.h:
10567         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10568         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10569         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10570         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10571         (ev_view_set_page):
10572         * shell/ev-view.h:
10573         * shell/ev-window.c: (ev_window_open_bookmark),
10574         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10575         (goto_page_cb), (register_custom_actions):
10576         * shell/ev-window.h:
10577
10578         Initial history implementation. Needs work.
10579
10580 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10581
10582         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10583
10584 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10585
10586         * cut-n-paste/recent-files/egg-recent-item.c:
10587         * cut-n-paste/recent-files/egg-recent-item.h:
10588         * cut-n-paste/recent-files/egg-recent-model.c:
10589         * cut-n-paste/recent-files/egg-recent-util.c:
10590         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10591         * cut-n-paste/recent-files/egg-recent-view.c:
10592
10593         Update
10594
10595 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10596
10597         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10598         (fillGlyph, fillImageMask, drawImage):
10599         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10600         pdf/splash/SplashTypes.h:
10601         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10602         packed mode for Splash.
10603
10604         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10605         RGB8 packed mode, eliminates the pixbuf data creation loop.
10606
10607         * shell/ev-print-job.c (ev_print_job_finalize)
10608         (ev_print_job_set_property, ev_print_job_get_property)
10609         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10610         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10611         (print_closure_finalize, ev_print_job_print): implement
10612         printing (for backends with EvPsExporter)
10613
10614         * shell/ev_print_job.h: update prototypes.
10615
10616         * shell/ev-window.c (ev_window_print): unref print job after
10617         printing.
10618
10619         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10620         unless the document implements the EvDocumentFind interface.
10621
10622 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10623
10624         * configure.ac: Added ja to ALL_LINGUAS.
10625
10626 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10627
10628         * pdf/xpdf/pdf-document.cc:
10629
10630         add a FIXME. We should probably not allocate
10631         a bookmark object every time
10632
10633 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10634
10635         * shell/ev-application.c: (ev_application_open),
10636         (ev_application_open_bookmark):
10637         * shell/ev-application.h:
10638         
10639         Add a way to open bookmarks
10640
10641         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10642         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10643         (ev_bookmark_set_property), (ev_bookmark_class_init),
10644         (ev_bookmark_new_title), (ev_bookmark_new_link),
10645         (ev_bookmark_new_external):
10646
10647         Support for external uris, better constructors.
10648
10649         * backend/ev-bookmark.h:
10650         * pdf/xpdf/pdf-document.cc:
10651         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10652
10653         Handle external uris
10654
10655 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10658         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10659
10660         Hook up bookmarks navigation
10661
10662 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10663
10664         * backend/Makefile.am:
10665         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10666         (ev_bookmark_get_title), (ev_bookmark_set_title),
10667         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10668         (ev_bookmark_get_page), (ev_bookmark_set_page),
10669         (ev_bookmark_get_property), (ev_bookmark_set_property),
10670         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10671         (ev_bookmark_new):
10672         * backend/ev-bookmark.h:
10673         * backend/ev-document-bookmarks.c:
10674         (ev_document_bookmarks_get_bookmark):
10675         * backend/ev-document-bookmarks.h:
10676         * pdf/xpdf/pdf-document.cc:
10677         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10678
10679         Add a bookmark object to the backend and use it instead of get_values
10680
10681 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10682
10683         * data/evince-ui.xml:
10684
10685         Cleanup and add select all.
10686
10687         * shell/ev-view.c: (ev_view_select_all),
10688         (ev_view_button_press_event):
10689         * shell/ev-view.h:
10690         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10691
10692         Add select all.
10693         Clear selection on click.
10694
10695 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * shell/ev-sidebar-thumbnails.c
10698         (ev_sidebar_thumbnails_set_document): forgot to unref the
10699         loading_icon.
10700
10701 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10702
10703         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10704         at the visible page, not just linearly.  This makes it look fast.
10705
10706 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10707
10708         * backend/ev-document-misc.c
10709         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10710         white.
10711         * backend/ev-document-thumbnails.h: New interface to get the size
10712         of a page.
10713
10714 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10715
10716         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10717         make dist works
10718
10719 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10720
10721         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10722         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10723         things up a bit.
10724
10725         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10726
10727 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10728
10729         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10730         fonts. Should fix font problems on systems that have the base
10731         fonts in bitmap format. Reported by James Henstridge
10732         <james@jamesh.id.au>.
10733
10734 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * pdf/xpdf/Gfx.cc:
10737         * pdf/xpdf/GfxState.cc:
10738
10739         Fix for CAN-2004-1125
10740
10741 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10742
10743         * shell/ev-view.c: (ev_view_copy):
10744         * shell/ev-view.h:
10745         * shell/ev-window.c: (ev_window_cmd_edit_copy):
10746
10747         Implement Edit->Copy
10748
10749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10750
10751         * backend/ev-document.c: (ev_document_get_text):
10752         * backend/ev-document.h:
10753         * pdf/xpdf/pdf-document.cc:
10754         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
10755         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10756         (ev_view_update_primary_selection), (ev_view_button_press_event),
10757         (ev_view_motion_notify_event), (ev_view_button_release_event):
10758
10759         Beginnings of clipboard support. Incomplete but primary sort
10760         of work.
10761
10762 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
10765         (expose_bin_window):
10766
10767         Nicer rubberband drawing, from GtkIconView.
10768
10769 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10770
10771         * backend/ev-document.c: (ev_document_save):
10772         * backend/ev-document.h:
10773         * data/evince-ui.xml:
10774         * pdf/xpdf/pdf-document.cc:
10775         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
10776
10777         Implement "Save a copy..." menu item
10778
10779 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10780
10781         * shell/ev-view.c: (ev_view_zoom):
10782
10783         Queue a resize when zoom changes
10784
10785 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
10786
10787         * backend/ev-document-misc.[ch]: New misc file to do simple drop
10788         shadows.
10789
10790         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
10791         thumbnails..
10792
10793 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
10794
10795         * pdf/xpdf/pdf-document.cc
10796         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
10797
10798 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
10799
10800         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
10801         It's slow, but I'll speed it up next!
10802
10803 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
10804
10805         * shell/main.c (load_files):
10806
10807         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
10808         from the command line and because it seems more appropriate.
10809
10810 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10811
10812         * data/evince-ui.xml:
10813         * shell/ev-window.c: (update_action_sensitivity),
10814         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
10815
10816         s/next page/page down
10817         s/previous page/page up
10818
10819 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10820
10821         * data/evince-ui.xml:
10822
10823         Change the layout to match clarkbw design.
10824
10825         * shell/Makefile.am:
10826         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
10827         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
10828         (ev_navigation_action_finalize),
10829         (ev_navigation_action_set_property),
10830         (ev_navigation_action_get_property),
10831         (ev_navigation_action_class_init):
10832         * shell/ev-navigation-action.h:
10833
10834         Implement clarkbw toolbar navigation controls (incomplete)
10835
10836         * shell/ev-page-action.c: (update_label), (update_spin),
10837         (value_changed_cb), (create_tool_item), (connect_proxy),
10838         (ev_page_action_init), (ev_page_action_finalize),
10839         (ev_page_action_set_property), (ev_page_action_get_property),
10840         (ev_page_action_set_current_page),
10841         (ev_page_action_set_total_pages), (ev_page_action_class_init):
10842         * shell/ev-page-action.h:
10843
10844         Implement a page switcher in the toolbar
10845
10846         * shell/ev-view.c: (ev_view_scroll_view):
10847         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10848         (update_current_page), (view_page_changed_cb), (goto_page_cb),
10849         (register_custom_actions), (ev_window_init):
10850
10851         Change page on PageUp/Down.
10852
10853 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
10854
10855         * pdf/xpdf/pdf-document.cc
10856         (pdf_document_thumbnails_get_thumbnail): initial stab at
10857         implementing thumbnail support for pdfs.  It only does documents
10858         with precached pdfs now.
10859
10860 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
10861
10862         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
10863         thumbnail code into a time-based idle as well.  Also, turn off the
10864         shadow temporarily as it's really slow.
10865
10866 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * backend/ev-document.c: (ev_document_class_init):
10869         * pdf/xpdf/pdf-document.cc:
10870         * shell/ev-window.c: (ev_window_open):
10871
10872         Fix document title bugs and fallback to
10873         filename when not available.
10874
10875 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * backend/ev-document.c: (ev_document_get_type),
10878         (ev_document_class_init), (ev_document_load),
10879         (ev_document_get_title):
10880         * backend/ev-document.h:
10881         * pdf/xpdf/pdf-document.cc:
10882         * ps/ps-document.c: (ps_document_set_property),
10883         (ps_document_get_property), (ps_document_class_init),
10884         (document_load):
10885         * ps/ps-document.h:
10886         * ps/ps.h:
10887         * shell/ev-window.c: (update_window_title), (ev_window_open),
10888         (ev_window_init):
10889
10890         Initial support for document title. Not working yet.
10891
10892 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10893
10894         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
10895
10896         Grab focus on the view when clicking it
10897
10898 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * shell/ev-marshal.list:
10901         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
10902         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
10903
10904         Add key bindings to the view. Now if the focus would work
10905         right...
10906
10907 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10908
10909         * Makefile.am:
10910         * backend/Makefile.am:
10911         * data/Makefile.am:
10912         * dvi/Makefile.am:
10913         * dvi/dvilib/Makefile.am:
10914         * pdf/xpdf/Makefile.am:
10915         * po/POTFILES.in:
10916         * ps/Makefile.am:
10917
10918         Fix distcheck
10919
10920 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10921
10922         * shell/ev-view.c: (ev_view_realize):
10923
10924         Fix mouse wheel scrolling
10925
10926 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10927
10928         * ps/Makefile.am:
10929         * ps/gstypes.h:
10930         * ps/gtkgs.c:
10931         * ps/gtkgs.h:
10932         * ps/ps-document.c: (catchPipe), (ps_document_init),
10933         (ps_document_class_init), (ps_document_cleanup),
10934         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
10935         (set_up_page), (close_pipe), (is_interpreter_ready),
10936         (interpreter_failed), (output), (input), (start_interpreter),
10937         (stop_interpreter), (file_length), (file_readable),
10938         (check_filecompressed), (check_pdf), (compute_xdpi),
10939         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
10940         (ps_document_get_type), (ps_document_emit_error_msg),
10941         (document_load), (ps_document_next_page),
10942         (ps_document_get_current_page), (ps_document_get_page_count),
10943         (ps_document_goto_page), (ps_document_set_page_size),
10944         (ps_document_zoom_to_fit), (ps_document_set_zoom),
10945         (ps_document_load), (ps_document_get_n_pages),
10946         (ps_document_set_page), (ps_document_get_page),
10947         (ps_document_widget_event), (ps_document_set_target),
10948         (ps_document_set_scale), (ps_document_set_page_offset),
10949         (ps_document_get_page_size), (ps_document_render),
10950         (ps_document_document_iface_init):
10951         * ps/ps-document.h:
10952         * ps/ps.c:
10953         * shell/ev-window.c: (ev_window_open):
10954
10955         Rename GtkGS to PSDocument
10956
10957 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * ps/gtkgs.c: (gtk_gs_class_init):
10960         * ps/gtkgs.h:
10961
10962         Some more leftover...
10963
10964 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
10967         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
10968         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
10969         * ps/gtkgs.h:
10970
10971         Remove unused code and make a lot of stuff private
10972
10973 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10974
10975         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
10976         (gtk_gs_defaults_changed):
10977         * ps/gsdefaults.h:
10978         * ps/gtkgs.c:
10979         * ps/gtkgs.h:
10980         * ps/ps.h:
10981
10982         Cleanup headers dependencies
10983
10984 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10985
10986         * ps/Makefile.am:
10987         * ps/ggvutils.c:
10988         * ps/ggvutils.h:
10989         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
10990         * ps/gsdefaults.h:
10991         * ps/gtkgs.c: (file_length), (file_readable),
10992         (check_filecompressed), (check_pdf), (gtk_gs_load),
10993         (gtk_gs_get_postscript):
10994
10995         Get rid of ggvutils
10996
10997 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10998
10999         * ps/ggvutils.c:
11000         * ps/ggvutils.h:
11001         * ps/gsio.h:
11002         * ps/gtkgs.c: (gtk_gs_set_zoom):
11003
11004         Cleanups
11005
11006 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11007
11008         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11009
11010         Ensure the page is rerendered when changing zoom
11011
11012 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11013
11014         * backend/ev-document.c: (ev_document_base_init),
11015         (ev_document_changed):
11016         * backend/ev-document.h:
11017
11018         Add a changed event that is emitted when the page content
11019         changes. This is necessary to deal with the fact that
11020         in ps backend rendering happen asycrounously.
11021         This makes the ps backend mostly work.
11022
11023         * pdf/xpdf/pdf-document.cc:
11024
11025         Emit changed event
11026
11027         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11028         (ps_document_set_target):
11029
11030         Emit changed event
11031
11032         * shell/ev-view.c: (document_changed_callback),
11033         (ev_view_set_document), (ev_view_set_page):
11034
11035         Redraw on the changed signal
11036
11037 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11038
11039         * configure.ac: Added pt_BR to ALL_LINGUAS.
11040
11041 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11042
11043         * backend/ev-document-bookmarks.c:
11044         (ev_document_bookmarks_get_child): *
11045         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11046         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11047         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11048         (ev_sidebar_bookmarks_destroy),
11049         (ev_sidebar_bookmarks_class_init),
11050         (ev_sidebar_bookmarks_construct), (stack_data_free),
11051         (do_one_iteration), (populate_bookmarks_idle),
11052         (ev_sidebar_bookmarks_clear_document),
11053         (ev_sidebar_bookmarks_set_document): *
11054         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11055         (ev_sidebar_add_page),
11056         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11057         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11058         it displays both the topics and the page numbers.
11059
11060 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11061
11062         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11063         toggle.
11064         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11065         visible.
11066
11067 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11068
11069         * configure.ac: Added en_CA to ALL_LINGUAS.
11070
11071 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11072
11073         * ChangeLog: replace bottom of this ChangeLog (merged history of
11074         ggv and gpdf; where all paths were wrong and most of the files are
11075         not even in this tree) with ChangeLog (from arch) of the shell
11076         code.
11077
11078 2004-12-23  Havoc Pennington  <hp@redhat.com>
11079
11080         * shell/ev-window.c: hook up potentially-questionable "find
11081         results status text" feature - something involving the sidebar or
11082         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11083         might be better in the end.
11084
11085         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11086         with corresponding signal when it should be updated
11087
11088         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11089
11090 2004-12-22  Havoc Pennington  <hp@redhat.com>
11091
11092         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11093         find stuff on other pages, sort of (only returns one result on
11094         invisible pages, to show they have results; updates full results
11095         for a page when you view it). Currently repaints the current page
11096         every time a new result is found on any page, which isn't so nice.
11097
11098 2004-12-22  Havoc Pennington  <hp@redhat.com>
11099
11100         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11101         the document doesn't support find (better ideas?)
11102         (find_bar_search_changed_cb): handle missing document or document
11103         that doesn't support find
11104
11105         * pdf/xpdf/pdf-document.cc: port to implement the new
11106         EvDocumentFindIface
11107
11108         * backend/ev-document-find.c: create a new interface for searching
11109
11110         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11111
11112 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11113
11114         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11115         libevbackend.la.
11116
11117         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11118         EvPrintJob constructor arguments.
11119
11120         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11121         for documents that can export PostScript (page by page).
11122
11123         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11124         
11125         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11126         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11127         (pdf_document_ps_exporter_iface_init:
11128         Implement EvPSExporter.
11129
11130         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11131
11132 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11133
11134         * backend/Makefile.am:
11135         * backend/ev-document-thumbnails.c:
11136         (ev_document_thumbnails_get_type),
11137         (ev_document_thumbnails_get_thumbnail):
11138         * backend/ev-document-thumbnails.h:
11139         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11140         (pixbuf_document_thumbnails_get_thumbnail),
11141         (pixbuf_document_document_thumbnails_iface_init):
11142         * shell/Makefile.am:
11143         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11144         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11145         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11146         * shell/ev-sidebar-thumbnails.h:
11147         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11148         (ev_sidebar_set_document):
11149         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11150         (create_shadow), (ev_pixbuf_add_shadow):
11151         * shell/ev-utils.h:
11152         Add thumbnail support.
11153         
11154 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11155
11156         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11157         (using_postscript_printer): Set up a print dialog for "PostScript
11158         injection" method.
11159
11160         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11161         EvPrintJob.
11162
11163         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11164
11165 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11168         (ps_document_set_target), (ps_document_get_page_size),
11169         (ps_document_render):
11170         * ps/gtkgs.h:
11171
11172         Fix a few bugs
11173
11174 2004-12-22  Christian Rose  <menthos@menthos.com>
11175
11176         * configure.ac: Added "sv" to ALL_LINGUAS.
11177
11178 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11179
11180         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11181         document supports bookmarks.
11182
11183 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11184
11185         * ps/ggvutils.c: (ggv_file_readable):
11186         * ps/ggvutils.h:
11187         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11188         (gtk_gs_get_postscript):
11189
11190         Remove unused utils
11191
11192 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11193
11194         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11195         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11196         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11197         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11198         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11199         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11200         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11201         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11202         (gtk_gs_set_antialiasing), (ps_document_load),
11203         (ps_document_render):
11204         * ps/gtkgs.h:
11205
11206         Another check point for the ps backend. Now I can get it to show
11207         pages!
11208
11209 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11210
11211         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11212         document setting code.
11213
11214 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11215
11216         * shell/eggfindbar.c: (entry_activate_callback):
11217         Animate the next button when activate is pressed.
11218         
11219 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11220
11221         * shell/ev-window.c: (ev_window_cmd_edit_find),
11222         (update_fullscreen_popup), (ev_window_fullscreen),
11223         (ev_window_unfullscreen), (ev_window_state_event_cb),
11224         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11225         Fix bugs in fullscreen code.
11226         
11227 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11228
11229         * Makefile.am:
11230         * configure.ac:
11231         * pixbuf/Makefile.am:
11232         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11233         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11234         (pixbuf_document_set_page), (pixbuf_document_get_page),
11235         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11236         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11237         (pixbuf_document_render), (pixbuf_document_begin_find),
11238         (pixbuf_document_end_find), (pixbuf_document_finalize),
11239         (pixbuf_document_class_init),
11240         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11241         * pixbuf/pixbuf-document.h:
11242         * shell/Makefile.am:
11243         * shell/ev-application.c: (ev_application_open):
11244         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11245         (ev_window_open):
11246         Add pixbuf backend.
11247         
11248 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11249
11250         * Makefile.am: 
11251         * dvi/dvilib/Makefile.am:
11252         * dvi/Makefile.am:
11253         * configure.ac: Auto*ify dvi and dvi/dvilib
11254
11255         * dvi/Makefile: Remove from CVS
11256         
11257         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11258         confusion.
11259
11260         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11261         
11262         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11263         
11264 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11265
11266         * ps/Makefile.am:
11267         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11268         (gtk_gs_value_adjustment_changed), (compute_size),
11269         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11270         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11271         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11272         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11273         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11274         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11275         (ps_document_load), (ps_document_get_n_pages),
11276         (ps_document_set_page), (ps_document_get_page),
11277         (ps_document_set_target), (ps_document_set_scale),
11278         (ps_document_set_page_offset), (ps_document_get_page_size),
11279         (ps_document_render), (ps_document_begin_find),
11280         (ps_document_end_find), (ps_document_document_iface_init):
11281         * ps/gtkgs.h:
11282         * shell/Makefile.am:
11283         * shell/ev-window.c: (ev_window_open):
11284
11285         Some work to integrate gtkgs with EvDocument
11286
11287 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11288
11289         * shell/ev-window.c: (update_fullscreen_popup),
11290         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11291         (exit_fullscreen_button_clicked_cb),
11292         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11293         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11294         (ev_window_state_event_cb), (ev_window_init):
11295         Add fullscreen support from Epiphany.
11296         
11297 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11298
11299         * data/ev-stock-zoom-fit-width.png: fit-width
11300         stock icon from gpdf.
11301         
11302         * shell/ev-stock-icons.[ch]: copied from gpdf.
11303         
11304         * shell/main.c: (main): init stock icons.
11305         
11306         * shell/ev-window.c: use the fit-width icon.
11307         
11308         * data/evince-ui.xml: add zooming toolbar items.
11309
11310 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11311
11312         * shell/ev-view.c: 
11313         (ev_view_best_fit), (ev_view_fit_width): because
11314         get_page_size() returns the scaled page size, we
11315         need to calculate the scale factor relative to
11316         the previous scale factor. Should really just
11317         add get_real_page_size().
11318
11319 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11320
11321         * shell/ev-view.[ch]:
11322         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11323         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11324         add zooming.
11325         
11326         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11327         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11328         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11329         hook it up.
11330         
11331         * pdf/xpdf/pdf-document.cc:
11332         (pdf_document_begin_find),
11333         (pdf_document_end_find): make static.
11334
11335 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11336
11337         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11338
11339         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11340         names to fontconfig patterns.
11341         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11342
11343         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11344         setupBaseFontsFc.
11345
11346 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11347
11348         * Makefile.am:
11349         * configure.ac:
11350         * ps/Makefile.am:
11351         * ps/ggvutils.c:
11352         * ps/ggvutils.h:
11353         * ps/gsdefaults.c:
11354         * ps/gsdefaults.h:
11355         * ps/gsio.c:
11356         * ps/gsio.h:
11357         * ps/gtkgs.c:
11358         * ps/gtkgs.h:
11359         * ps/ps.c:
11360         * ps/ps.h:
11361
11362         Import ggv backend. Not hooked up yet.
11363
11364 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11365
11366         * shell/main.c: (load_files), (main): load files
11367         from the command line.
11368
11369 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11370
11371         * configure.ac: don't require bonobo.
11372         
11373         * cut-n-paste/recent-files/*: kill bonobo recent
11374         view.
11375
11376         * shell/ev-window.c:
11377         (ev_window_is_empty): upd.
11378         (unable_to_load), (ev_window_open): load backend
11379         based on the mime type.
11380
11381 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11382
11383         * backend/.cvsignore: ignore generated marshalers source.
11384
11385         * shell/main.c (main): this is not epiphany.
11386
11387 2004-12-22  Havoc Pennington  <hp@redhat.com>
11388
11389         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11390         (expose_bin_window): draw find highlights
11391
11392         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11393         
11394         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11395         (pdf_document_end_find): implement this interface
11396
11397         * backend/ev-document.c (ev_document_found): add this to emit
11398         signal
11399
11400 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11401
11402         * data/evince-ui.xml: Add a few more toolbar items.
11403
11404         * shell/ev-window.c: Hook up page navigation toolbar 
11405         items.
11406
11407         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11408         a page-changed signal.
11409
11410         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11411         Add ev_document_get_page().
11412
11413         * shell/ev-window.c: Sensitize/desensitize navigation
11414         actions.
11415
11416 2004-12-21  Havoc Pennington  <hp@redhat.com>
11417
11418         * backend/ev-backend-marshal.c,
11419         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11420         marshaler-generator thingy. I'm sure there's a better way to do
11421         this in the modern world.
11422
11423         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11424         end_find methods and "found" signal.
11425
11426         * configure.ac: find glib-genmarshal
11427
11428 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11429
11430         * shell/ev-sidebar.c: Construct an actual sidebar.
11431         * shell/ev-sidebar-bookmarks.[ch]:
11432         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11433
11434 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11435
11436         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11437         Redo size handling.
11438         
11439         * shell/ev-view.c: Track the size from the document.
11440
11441 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11442
11443         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11444         constructor assumes ownership of the string passed in.
11445         
11446         * shell/ev-window.c (ev_window_open): Destroy the error
11447         dialog once we've displayed it.
11448
11449 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11450
11451         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11452         a bit, it works! (sort of)
11453
11454         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11455         Move to .cc since we need to use C++ in the implementation.
11456
11457         * shell/dummy.cc: Add a CC file to force evince
11458         to be linked as a C++ program.
11459
11460 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11461
11462         * shell/ev-view.[ch]: Start of content-area widget.
11463
11464         * shell/ev-window.c: Create a EvView, update it
11465         as we change documents.
11466
11467         * shell/Makefile.am shell/ev-marshal.list: Add
11468         generated marshalers.
11469
11470 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11471
11472         * Makefile.am (SUBDIRS): move shell.
11473
11474 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11475
11476         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11477         .a to libtool convenience libraries.
11478
11479         * shell/ev-window.c (ev_window_open): Hard code loading
11480         a PDF document.
11481         
11482         * backend/ev-document.h: Add a boolean return to load(),
11483         fix GError * to GError **.
11484
11485         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11486         object for a PDF backend EvDocument.
11487
11488 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11489
11490         * dvi/*: New directory with the beginning of a .dvi backend.
11491
11492 2004-12-21  Havoc Pennington  <hp@redhat.com>
11493
11494         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11495         previous/next instead of back/forward
11496
11497 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11498
11499         * backend/ev-document.[ch]: Fix a couple of problems so
11500         it compile.
11501
11502 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11503
11504         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11505         to backend/ directory, rename EvViewer to EvDocument.
11506
11507 2004-12-21  Havoc Pennington  <hp@redhat.com>
11508
11509         * shell/ev-window.c: hook up the find bar widget; now we just need
11510         a document to find things in
11511
11512         * shell/eggfindbar.c: a find bar widget
11513
11514 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11517
11518 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11519
11520         * pdf/**: Import of xpdf code from gpdf. 
11521
11522         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11523
11524         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11525         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11526         Fix FreeType includes.
11527
11528         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11529         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11530         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11531         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11532         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11533         Include xpdfconfig.h
11534         
11535 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * shell/ev-window.c (ev_window_dispose): dispose can be called
11538         multiple times.
11539
11540 2004-12-21  Havoc Pennington  <hp@redhat.com>
11541
11542         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11543         rather than Evince
11544
11545         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11546         items; really they should be synced with the strings, etc. from
11547         current gpdf, but just getting the boring typing out of the way 
11548
11549 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11550
11551         * po/POTFILES.in:
11552         * shell/ev-application.c: (window_destroy_cb):
11553         * shell/ev-window.c:
11554         * shell/main.c: (main):
11555
11556         Actually show the window...
11557
11558 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11559
11560         * Makefile.am:
11561         * shell/Makefile.am:
11562         * shell/ev-application.c: (ev_application_class_init):
11563         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11564
11565         Make it build again
11566
11567 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11568
11569         Import to gnome cvs.
11570         
11571         * Remove copies of gpdf and ggv trees.
11572         * Rip out all the recursive configure code.
11573         * Remove bonobo machinery.
11574         * viewer/*: GInterfaces that backends should/can implement.
11575
11576 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11577
11578         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11579         typo
11580
11581 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11582
11583         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11584         (ev_application_finalize, ev_application_class_init)
11585         (ev_application_init): use GType instance private data for priv.
11586
11587         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11588         (ev_window_finalize, ev_window_class_init)
11589         (ev_window_init): ditto.
11590
11591 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11592
11593         * shell/ev-application.c (ev_application_new_window): make public
11594         (ev_application_show_initial_window): kill.
11595
11596         * shell/ev-application.h: update prototypes.
11597
11598         * shell/main.cc (main): inline ev_application_show_initial_window.
11599
11600 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11601
11602         * shell/ev-application.c (ev_application_new_window): impl.
11603         (ev_application_show_initial_window): use it.
11604         (is_window_empty, ev_application_get_empty_window): returns an
11605         existing empty window or a new one.
11606         (ev_application_open): from ev_window_cmd_file_open.
11607
11608         * shell/ev-application.h: update prototypes
11609
11610         * shell/ev-window.c (ev_window_is_empty): impl.
11611         (ev_window_open): make public.
11612         (ev_window_cmd_file_open): use ev_application_open
11613
11614         * shell/ev-window.h: update prototypes, remove unused.
11615
11616 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11617
11618         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11619         move destroy handler out of here...
11620
11621         * shell/ev-application.c, shell/ev-application.h: ...into this new
11622         class. Also handles initial window creation.
11623
11624         * shell/main.cc (main): use EvApplication to create initial
11625         window.
11626
11627 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11628
11629         * Makefile.am (SUBDIRS): add cut-n-paste
11630
11631         * cut-n-paste/Makefile.am: add
11632
11633         * configure.ac: generate Makefiles in cut-n-paste
11634
11635 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11636
11637         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11638         (ev_window_class_init): install ev_window_dispose.
11639
11640 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11641
11642         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11643         char (gchar looks stupid).
11644
11645 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11646
11647         * po/de.po: updated German translation.
11648
11649 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11650
11651         * configure.ac: add more pkg-config library checks for gnome-vfs,
11652         bonobo etc.
11653
11654         * gpdf/configure.in: temporarily disable libpaper
11655         checks. Otherwise I'd have to add the checks for the shell, too.
11656
11657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11658
11659         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11660         and * file filters to the file choose.
11661
11662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11663
11664         * po/de.po: Updated German translation.
11665
11666 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11667
11668         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11669
11670 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11671
11672         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11673
11674         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11675         (ev_window_init): implement those menuitems.
11676
11677 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11678
11679         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11680
11681         * shell/ev-window.c (ev_window_init): use the toolbar.
11682
11683 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11684
11685         * shell/ev-window.c (ev_window_init): use menu translations
11686
11687 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11688
11689         * configure.ac: add "de" to ALL_LINGUAS.
11690
11691         * po/de.po: add German translation.
11692
11693 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11694
11695         * Makefile.am (SUBDIRS): add po
11696
11697         * configure.ac: check intltool, glib-gettext etc, generate
11698         po/Makefile.in
11699
11700         * po, po/POTFILES.in, po/POTFILES.skip: new.
11701
11702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11703
11704         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11705         already use (#ifdef ENABLE_NLS)
11706
11707         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11708         pointer indirection thinko.
11709
11710         * shell/main.c: include gi18n.h for bindtextdomain etc.
11711
11712 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11713
11714         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11715         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11716         tooltips for menu items in the statusbar.
11717
11718 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11719
11720         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11721         pkgdatadir drop UIDIR
11722
11723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11724
11725         * data/evince-ui.xml: Add File->Open menu item
11726
11727         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11728         chooser), hook it up in the ui manager.
11729
11730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11731
11732         * shell/ev-window.c: fix Help->About tooltip.
11733
11734 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
11735
11736         * configure.ac: set CFLAGS for libevprivate.
11737
11738         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
11739         definitions, factory etc.
11740
11741         * lib/Makefile.am: build libevprivate.a (only stock icon code).
11742
11743         * shell/Makefile.am: link against libevprivate.a.
11744
11745         * shell/ev-window.c (entries): add stock icon to Help->About.
11746
11747         * shell/main.c (main): init stock icon code.
11748
11749 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11750
11751         * lib/recent-files: egg recent files code
11752
11753         * lib/Makefile.am: add.
11754
11755         * Makefile.am: add lib subdir.
11756
11757         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
11758         set CFLAGS for recent-files.
11759
11760 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11761
11762         * configure.ac: disable -ansi and -pedantic gcc flags. They
11763         disable POSIX stuff in stdio.h, but egg-recent uses them.
11764
11765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
11766
11767         * configure.ac: add --disable-deprecated flag (defaults to on in
11768         "cvs" builds).
11769
11770         * shell/Makefile.am (INCLUDES): use it.
11771
11772 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11773
11774         * shell/main.c: add missing #include.
11775
11776         * shell/ev-window.c: fix for pedantic gcc.
11777         (ev_window_cmd_help_about): split license into paragraphs for
11778         translators and pedantic compilers.
11779
11780 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11781
11782         * configure.ac: add more warning flags if compiling with gcc from
11783         cvs (or explicitly requested with --enable-more-warnings).
11784
11785 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11786
11787         * data/evince-ui.xml: add File and File->Close menu.
11788
11789         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
11790         (ev_window_destroy): quit after destroy.
11791         (ev_window_class_init): override GtkObject::destroy.
11792         (entries): install close_window callback.
11793
11794 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11795
11796         * Makefile.am (SUBDIRS): add data subdir.
11797
11798         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
11799         gtk+ 2.5.0 for GtkAboutDialog.
11800
11801         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
11802         main window.
11803
11804         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
11805
11806         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
11807         manager.
11808         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
11809
11810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11811
11812         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
11813
11814 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11815
11816         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
11817
11818 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11819
11820         * shell/*: Added shell directory boilerplate, build it.
11821
11822 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11823
11824         * configure.ac, Makefile.am: Added top-level configure.ac and
11825         Makefile.am