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