]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated according to request on desktop-devel.
[evince.git] / ChangeLog
1 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * MAINTAINERS:
4         
5         Updated according to request on desktop-devel.
6
7 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
10
11         Do not use cairo_rectangle and cairo_clip since we are
12         not using cairo_fill but cairo_paint. Use the same cairo context
13         for every page in the same expose event.
14
15 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
16
17         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
18         leak.
19
20 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * configure.ac:
23         * NEWS:
24
25         Release 0.9.3
26
27 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * libdocument/ev-document-info.h:
30         * libdocument/ev-document.h:
31         * shell/ev-page-action.h:
32         * shell/ev-sidebar-links.h:
33
34         Fix a headers problem with ev-link
35         
36         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
37         * shell/ev-view-private.h:
38         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
39         (get_link_area), (ev_view_query_tooltip),
40         (ev_view_leave_notify_event), (ev_view_destroy),
41         (ev_view_class_init):
42
43         Use new gtk tooltips when available instead of ev-tooltip.
44         
45 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-window.c: (update_chrome_visibility),
48         (ev_window_sidebar_visibility_changed_cb):
49
50         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
51         
52 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-navigation-action.c:
55         (ev_navigation_action_history_changed),
56         (ev_navigation_action_set_history):
57         * shell/ev-navigation-action-widget.c:
58         (ev_navigation_action_widget_init):
59         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
60
61         Fix compile warnings.
62         
63 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
66         (egg_editable_toolbar_dispose):
67
68         Fix memory leak.
69         
70 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
73         (screensaver_disable_x11):
74         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
75         * shell/ev-window.c: (presentation_set_timeout):
76         * shell/ev-view.c: (ev_view_presentation_transition_start):
77
78         Use g_timeout_add_seconds instead of g_timeout_add when
79         available.
80         
81 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
84
85         Set horizontal scrollbar policy to AUTOMATIC instead of
86         NEVER. Workaround for bug #449462.
87         
88 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-jobs.c: (ev_job_render_page_ready):
91
92         Add page_ready callback to main loop with high priority and hold
93         a reference to job during idle.
94         
95 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * configure.ac:
98         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
99         (pdf_document_file_exporter_begin),
100         (pdf_document_file_exporter_do_page),
101         (pdf_document_file_exporter_get_capabilities):
102         * libdocument/ev-file-exporter.h:
103         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
104         * shell/ev-window.c: (ev_window_print_send),
105         (ev_window_print_dialog_response_cb):
106
107         Allow printing multiple pages per sheet. Fixes bug #395573.
108         
109 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
110
111         * shell/ev-view.c: (tip_from_link):
112         
113         Check for NULL, fixes bug #460862.
114
115 2007-07-29  Christian Persch  <chpe@gnome.org>
116
117         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
118         (ev_window_preview_print_finished), (ev_window_do_preview_print),
119         (ev_window_cmd_preview_print):
120         
121         Fixes bug #437681 - blocks while enumerating printers.
122
123 2007-07-29  Christian Persch  <chpe@gnome.org>
124
125         * shell/ev-window.c: (ev_window_screen_changed):
126         
127         Don't use deprecated gtk+ function. See bug #460909.
128
129 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-utils.c: (get_num_monitors):
132         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
133
134         Do not use display before initializing it. Remove compile
135         warnings.
136
137 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
138
139         * shell/ev-view.c: (ev_view_class_init):
140         
141         Unix-like hjkl bindings added. See bug #458111.
142
143 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
144
145         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
146         * shell/ev-utils.h:
147         * shell/ev-view.c: (ev_view_set_zoom_for_size),
148         (ev_view_update_view_size):
149         * shell/ev-view.h:
150         * shell/ev-window.c: (ev_window_update_actions),
151         (setup_view_from_metadata), (ev_window_screen_changed),
152         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
153         (zoom_control_changed_cb):
154         * shell/ev-window.h:
155         
156         Reorganizes utility functions.
157
158 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
161         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
162         (add_job), (ev_pixbuf_cache_get_surface),
163         (ev_pixbuf_cache_get_link_mapping),
164         (ev_pixbuf_cache_get_image_mapping),
165         (ev_pixbuf_cache_get_form_field_mapping),
166         (ev_pixbuf_cache_get_text_mapping):
167         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
168         (notify_page_ready), (ev_job_render_page_ready),
169         (ev_job_render_run):
170
171         Add page_ready signal to notify that page is ready as soon as
172         possible even if other page elements like links, forms, images or
173         text mapping are not ready yet.
174
175 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
178         (dvi_document_file_exporter_do_page),
179         (dvi_document_file_exporter_get_capabilities),
180         (dvi_document_file_exporter_iface_init):
181         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
182         (ps_document_file_exporter_do_page),
183         (ps_document_file_exporter_get_capabilities),
184         (ps_document_file_exporter_iface_init):
185         * backend/djvu/djvu-document.c:
186         (djvu_document_file_exporter_begin),
187         (djvu_document_file_exporter_end),
188         (djvu_document_file_exporter_get_capabilities),
189         (djvu_document_file_exporter_iface_init):
190         * backend/tiff/tiff-document.c:
191         (tiff_document_file_exporter_begin),
192         (tiff_document_file_exporter_get_capabilities),
193         (tiff_document_document_file_exporter_iface_init):
194         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
195         (pdf_document_file_exporter_do_page),
196         (pdf_document_file_exporter_get_capabilities),
197         (pdf_document_file_exporter_iface_init):
198         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
199         (ev_file_exporter_get_capabilities):
200         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
201         (idle_print_handler), (ev_print_job_print):
202         * shell/ev-jobs.c: (ev_job_print_run):
203         * shell/ev-window.c: (ev_window_print_send),
204         (ev_window_print_range):
205
206         Use capabilities to know which options should be offered by the
207         print dialog depending on the document backend.
208
209 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
212
213         Give priority to forms over text to set the cursor.
214
215 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-view-private.h:
218         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
219         (ev_view_leave_notify_event), (ev_view_finalize),
220         (ev_view_get_property), (ev_view_class_init):
221
222         Use IBEAM cursor for text form fields and NORMAL cursor for read
223         only fields. Remove unused status attribute.
224
225 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
228
229         Update region for current selected items also for checkbox
230         buttons, since they can behave as radio buttons when they are in a
231         set.
232
233 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * configure.ac:
236         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
237
238         Get max length of text form fields.
239
240 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
243         * libdocument/ev-form-field.h:
244         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
245
246         Fix build with current poppler cvs head.
247
248 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * cut-n-paste/zoom-control/ephy-zoom-control.c:
251         * shell/eggfindbar.c: (egg_find_bar_init):
252
253         Fix build with gtk+ >= 2.11.5 due to gtktooltips
254         deprecation. Fixes bug #455667
255
256 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
257
258         * NEWS:
259         * configure.ac:
260         
261         Update for release 0.9.2
262
263 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-view.c: (ev_view_form_field_text_save),
266         (ev_view_form_field_choice_save):
267
268         Fix a crash when closing whith a form widget visible.
269
270 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
273
274         Update also the region of the current selected button when
275         clicking on another button if they are radio buttons.
276
277 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
280         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
281         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
282         (ev_pixbuf_cache_get_link_mapping),
283         (ev_pixbuf_cache_get_image_mapping),
284         (ev_pixbuf_cache_get_form_field_mapping),
285         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
286         * shell/ev-view.c: (ev_view_form_field_get_region),
287         (ev_view_form_field_button_create_widget),
288         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
289         (job_finished_cb):
290
291         Redraw only form field region instead of the whole page when
292         reloading a page to show changes on the form field.
293
294 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-view.c: (ev_view_form_field_choice_save):
297
298         Fix selection of first item in list form fields.
299
300 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
303         (ev_pixbuf_cache_reload_page),
304         (ev_pixbuf_cache_get_form_field_mapping):
305
306         Some refactoring to avoid duplicated code.
307
308 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * configure.ac:
311         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
312         (ev_form_field_from_poppler_field),
313         (pdf_document_forms_get_form_fields),
314         (pdf_document_forms_form_field_text_get_text),
315         (pdf_document_forms_form_field_text_set_text),
316         (pdf_document_forms_form_field_button_set_state),
317         (pdf_document_forms_form_field_button_get_state),
318         (pdf_document_forms_form_field_choice_get_item),
319         (pdf_document_forms_form_field_choice_get_n_items),
320         (pdf_document_forms_form_field_choice_is_item_selected),
321         (pdf_document_forms_form_field_choice_select_item),
322         (pdf_document_forms_form_field_choice_toggle_item),
323         (pdf_document_forms_form_field_choice_unselect_all),
324         (pdf_document_forms_form_field_choice_set_text),
325         (pdf_document_forms_form_field_choice_get_text),
326         (pdf_document_document_forms_iface_init):
327         * libdocument/Makefile.am:
328         * libdocument/ev-form-field.[ch]:
329         * libdocument/ev-document-forms.[ch]:
330         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
331         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
332         (add_job), (ev_pixbuf_cache_reload_page),
333         (ev_pixbuf_cache_get_form_field_mapping):
334         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
335         * shell/ev-view-private.h:
336         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
337         (ev_view_handle_cursor_over_xy),
338         (ev_view_get_form_field_at_location),
339         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
340         (ev_view_form_field_button_create_widget),
341         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
342         (ev_view_form_field_text_create_widget),
343         (ev_view_form_field_choice_save),
344         (ev_view_form_field_choice_changed),
345         (ev_view_form_field_choice_create_widget),
346         (ev_view_handle_form_field), (ev_view_size_allocate),
347         (ev_view_realize), (draw_end_presentation_page),
348         (ev_view_button_press_event), (ev_view_remove_all),
349         (ev_view_motion_notify_event), (ev_view_key_press_event),
350         (ev_view_enter_notify_event), (highlight_find_results),
351         (draw_loading_text), (draw_one_page), (ev_view_destroy),
352         (ev_view_class_init), (page_changed_cb),
353         (on_adjustment_value_changed), (ev_view_set_presentation),
354         (merge_selection_region), (ev_view_set_cursor),
355         (ev_view_reset_presentation_state):
356         
357         Merge evince-forms branch.
358
359 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
360
361         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
362
363         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
364         This script also updates itself from libegg
365
366         * cut-n-paste/toolbar-editor/egg*:
367         Run update-toolbareditor-from-libegg.sh so we are in sync again with
368         libegg
369
370 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
371
372         * shell/ev-window.c:
373         
374         Adds a nice icon to page action during toolbar editing.
375         See bug #452872.
376
377 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
378
379         * data/evince-toolbar.xml:
380         * shell/ev-window.c:
381         
382         Let user add a presentation and fullscreen icons on toolbar.
383         See bug #449734.
384
385 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
386
387         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
388
389         new script to keep in sync with toolbareditor in libegg
390
391         * cut-n-paste/toolbar-editor/*: 
392
393         Run update-toolbareditor-from-libegg so we are in sync again. 
394         Fixes bug #452850.
395         
396
397 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-sidebar-links.c: (job_finished_callback):
400
401         Do not connect selection changed signal more than once. Fixes bug
402         #349433.
403
404 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * shell/ev-window.c: (ev_window_view_sidebar_cb):
407
408         Do not change sidebar chrome flag when pressing F9 key in
409         presentation mode.
410
411 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * backend/pdf/ev-poppler.cc:
414         (pdf_document_thumbnails_get_dimensions):
415
416         Make sure thumbnails width and height is not <= 0. Fixes a crash
417         with some pdf documents which have really small pages.
418
419 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
420
421         * shell/main.c: (main):
422
423         Fixes program description translation issue.
424         Bug #450148.
425
426 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
427
428         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
429
430         Do not change current page when returning from black/white mode
431         in presentation. Fixes bug #415032.
432
433 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
434
435         * NEWS:
436         * configure.ac:
437         
438         Update for release 0.9.1
439
440 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
441
442         * backend/dvi/dvi-document.c:
443         (dvi_document_finalize),
444         (dvi_document_file_exporter_format_supported),
445         (dvi_document_file_exporter_begin),
446         (dvi_document_file_exporter_do_page),
447         (dvi_document_file_exporter_end),
448         (dvi_document_file_exporter_iface_init), (dvi_document_init):
449         
450         PDF exporter for dvi documents. Fixes bug #441319.
451
452 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * shell/ev-window.c: (ev_window_clear_print_job):
455
456         Clear gtk print job when job has finished. Fixes bug #447612.
457
458 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * shell/ev-window.c: (ev_window_print_send),
461         (ev_window_print_dialog_response_cb), (ev_window_print_range):
462
463         Add preview button to print dialog. Fixes bug #445419.
464
465 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * backend/dvi/Makefile.am:
468         * backend/dvi/pixbuf-device.[ch]: Removed
469         * backend/dvi/cairo-device.[ch]: Added
470         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
471         * backend/dvi/dvi-document.c: (dvi_document_load),
472         (dvi_document_render), (dvi_document_finalize),
473         (dvi_document_thumbnails_get_thumbnail), (parse_color),
474         (dvi_document_do_color_special):
475         * libdocument/ev-document-misc.[ch]:
476         (ev_document_misc_pixbuf_from_surface):
477
478         Port dvi backend to cairo and fix a problem with colors. 
479
480 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * shell/ev-view.c: (draw_one_page):
483
484         Draw only visible region.
485
486 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * backend/djvu/djvu-document.c: (djvu_document_render):
489
490         Fix rotation in djvu backend.
491
492 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * shell/ev-pixbuf-cache.c: (job_finished_cb),
495         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
496         (ev_pixbuf_cache_get_image_mapping),
497         (ev_pixbuf_cache_get_text_mapping):
498
499         Redraw view every time we have a new surface. Fixes bug #443587.
500
501 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * libdocument/ev-document.c: (ev_document_info_free):
504
505         Fix memory leaks.
506
507 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * backend/dvi/dvi-document.c: (dvi_document_render),
510         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
511         * backend/impress/impress-document.c:
512         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
513         (impress_document_render), (impress_document_document_iface_init),
514         (impress_document_thumbnails_get_thumbnail):
515         * backend/djvu/djvu-document-private.h:
516         * backend/djvu/djvu-document.c: (djvu_document_render),
517         (djvu_document_finalize), (djvu_document_document_iface_init),
518         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
519         * backend/tiff/tiff-document.c: (tiff_document_render),
520         (tiff_document_render_pixbuf),
521         (tiff_document_document_iface_init):
522         * backend/pdf/ev-poppler.cc: (pdf_document_render),
523         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
524         (pdf_selection_render_selection):
525         * backend/comics/comics-document.c:
526         (comics_document_render_pixbuf), (comics_document_render),
527         (comics_document_document_iface_init):
528         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
529         (pixbuf_document_document_iface_init):
530         * libdocument/ev-document-misc.[ch]:
531         (ev_document_misc_surface_from_pixbuf),
532         (ev_document_misc_surface_rotate_and_scale):
533         * libdocument/ev-document.[ch]: (ev_document_render):
534         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
535         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
536         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
537         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
538         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
539         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
540         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
541         (render_finished_cb), (ev_job_render_run):
542         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
543         (merge_selection_region):
544
545         Use cairo image surfaces instead of GDK pixbufs for drawing pages
546         and selections.
547
548 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-window-title.c: (ev_window_title_update):
551
552         Fix memory leak.
553
554 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-view.c: (draw_loading_text):
557
558         Show loading text centered. Fixes bug #433061
559
560 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-sidebar-thumbnails.c:
563         (ev_sidebar_thumbnails_set_loading_icon):
564
565         Remove a mutex in the main thread that blocks the UI in heavy
566         documents.
567
568 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
571
572         Set points_set to TRUE so that selections don't disappear after a
573         zoom change.
574
575 2007-06-07  Michael Monreal  <infernux@web.de>
576
577         * data/icons/16x16/actions/Makefile.am:
578         * data/icons/16x16/actions/zoom.svg:
579         * data/icons/22x22/actions/Makefile.am:
580         * data/icons/22x22/actions/zoom.svg:
581         * data/icons/24x24/actions/Makefile.am:
582         * shell/ev-stock-icons.c:
583         * shell/ev-stock-icons.h:
584         * shell/ev-window.c:
585         
586         Zoom icon artwork. See bug #444795.
587
588 2007-06-05  Bastien Nocera  <hadess@hadess.net>
589
590         * shell/ev-metadata-manager.c: Remove extraneous function
591         (Closes: #444386)
592
593 2007-06-05  Bastien Nocera  <hadess@hadess.net>
594
595         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
596         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
597         (ev_metadata_manager_set), (ev_metadata_manager_save):
598         Simplify the timeout, no need for modified anymore
599
600 2007-06-05  Bastien Nocera  <hadess@hadess.net>
601
602         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
603         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
604         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
605         (ev_metadata_manager_save): Adapted patch from Arjan van de
606         Ven (arjan@linux.intel.com) to avoid the timeout running all the
607         time, saves on power (Closes: #443851)
608
609 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * configure.ac:
612         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
613         (pdf_selection_render_selection), (pdf_document_get_page_duration):
614
615         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
616
617 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
618
619         * shell/ev-window.c: (ev_window_add_history):
620
621         Check if history is NULL
622
623 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * libdocument/ev-image.c: (ev_image_finalize):
626         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
627         * libdocument/ev-attachment.c: (ev_attachment_finalize):
628         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
629         (ev_tmp_uri_unlink):
630
631         Add functions to delete temporary files created by evince in a safe
632         way.
633
634         * shell/ev-window.c: (ev_window_clear_local_uri),
635         (open_xfer_update_progress_callback),
636         (save_xfer_update_progress_callback), (ev_window_save_remote),
637         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
638         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
639         (attachment_save_dialog_response_cb),
640         (ev_attachment_popup_cmd_save_attachment_as):
641
642         Allow saving a copy of a document, image or attachment to a remote
643         location. Fixes bug #440754. 
644
645 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * configure.ac:
648         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
649
650         Fix build with current poppler from cvs head. 
651
652 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
653
654         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
655
656         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
657         directory exists.
658
659 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
660
661         * shell/ev-sidebar.c: (ev_sidebar_add_page):
662         * shell/ev-window.c:
663
664         Change sidebar ordering. Fixes bug #439939.
665
666 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
667
668         * backend/comics/Makefile.am:
669         
670         Fixes build with --without-libgnome.
671
672 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
673         
674         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
675
676         Update cursor and tooltip on page change and view scroll. Fixes bug
677         #439217.
678
679 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
680
681         * NEWS:
682         * configure.ac:
683         
684         Update for release 0.9.0
685
686 2007-05-14  Alaska Subedi <asubedi@gmail.com>
687
688         * backend/djvu/djvu-document-private.h:
689         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
690         (djvu_document_finalize),
691         (djvu_document_file_exporter_format_supported),
692         (djvu_document_file_exporter_begin),
693         (djvu_document_file_exporter_do_page),
694         (djvu_document_file_exporter_end),
695         (djvu_document_file_exporter_iface_init), (djvu_document_init):
696         
697         Implemented printing with djvu. Bug #437998.
698
699 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * backend/impress/zip.c:
702         Add missing ulong definition.
703
704         * backend/ps/ps-interpreter.c:
705         Add missing headers.
706
707         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
708
709 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
712
713         Add missing call to parent class dispose method. 
714
715 2007-05-12  Ross Burton  <ross@openedhand.com>
716
717         * shell/main.c:
718         Sync keybindings manually when building without libgnome
719         (#437925).
720
721 2007-05-12  Ross Burton  <ross@openedhand.com>
722
723         * shell/ev-window.c:
724         Respect the screen when opening help (#437866).
725
726 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * data/evince-ui.xml:
729         * shell/ev-application.[ch]: (get_print_settings_from_args),
730         (ev_application_open_uri_at_dest), (ev_application_open_uri),
731         (ev_application_open_uri_list):
732         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
733         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
734         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
735         (ev_window_cmd_view_reload), (lookup_printer_from_name),
736         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
737         (ev_window_dispose):
738         * shell/main.c: (arguments_parse):
739
740         Add print button in preview mode. Fixes bug #396475. 
741
742 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
743
744         * cut-n-paste/zoom-control/ephy-zoom.h:
745         
746         Fixes zoom level factors. See bug #408119 for details.
747
748 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
749
750         * backend/comics/comics-document.c: (comics_regex_quote),
751         (extract_argv):
752         
753         Correctly quote symbols. Fixes crash in the bug
754         #415370.
755
756 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
757
758         * shell/ev-navigation-action-widget.c:
759         (ev_navigation_action_widget_init),
760         (ev_navigation_action_widget_class_init),
761         (ev_navigation_action_widget_button_press_event):
762         
763         Connect to button-press event on correct widget. Fixes
764         bug #431988
765
766 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
767
768         * shell/ev-application.c: (ev_application_open_window),
769         (ev_application_add_icon_path_for_screen),
770         (ev_application_open_uri_at_dest):
771         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
772         * shell/ev-navigation-action.c: (build_menu):
773         
774         Add app-specific icons to our icon theme. Fixes bug
775         #425508.
776
777 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
778
779         * shell/ev-history.c: (ev_history_class_init),
780         (ev_history_add_link):
781         * shell/ev-history.h:
782         * shell/ev-navigation-action.c:
783         (ev_navigation_action_history_changed),
784         (ev_navigation_action_set_history), (build_menu),
785         (ev_navigation_action_finalize):
786         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
787         
788         Make navigation action unsensitive instead of showing
789         menu with unsensitive word. Fixes bug #417392.
790
791 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-application.[ch]: (ev_application_shutdown),
794         (ev_application_get_print_settings),
795         (ev_application_set_print_settings):
796         * shell/ev-window.c:
797
798         Remember print settings. Fixes bug #349102. 
799
800 2007-05-08  Christian Persch  <chpe@gnome.org>
801
802         * configure.ac:
803         * properties/ev-properties-view.c:
804
805         No need for a configure check; just use the GTK_CHECK_VERSION macro.
806         Bug #382438.
807
808 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * configure.ac:
811         * properties/ev-properties-view.c: (ev_regular_paper_size):
812
813         Use gtk+ builtin paper list to identify the document's paper size.
814         Fixes bug #382438. 
815
816 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * configure.ac:
819
820         Fix build when compiling with thumbnailer and libgnome support. 
821
822 2007-05-04  Ross Burton  <ross@openedhand.com>
823
824         * configure.ac:
825         Add --without-libgnome, check for libgnome and libgnomeui
826         separately, and add them to the symbols as required.
827
828         * libdocument/ev-file-helpers.c:
829         When building without libgnome, use g_get_user_config_dir instead
830         of gnome_user_dir_get.
831
832         * shell/ev-application.c:
833         When building without libgnome, don't use session management.
834
835         * shell/main.c:
836         When building without libgnome, don't use GnomeProgram or
837         initialise the authentication manager.
838
839         This fixes #328842.
840
841 2007-05-04  Ross Burton  <ross@openedhand.com>
842
843         * shell/ev-window.c:
844         Don't use libgnome to open help, instead call Yelp directly.
845
846 2007-05-04  Ross Burton  <ross@openedhand.com>
847
848         * shell/ev-sidebar-attachments.c:
849         Don't use libgnome to lookup icons for MIME types, instead copy
850         code from GTK+ to do it manually.
851
852 2007-05-04  Ross Burton  <ross@openedhand.com>
853
854         * configure.ac:
855         Add libxml to the dependencies for SHELL_CORE (#435818).
856
857 2007-05-02  Ross Burton  <ross@openedhand.com>
858
859         * configure.ac:
860         * Makefile.am:
861         Add --disable-thumbnailer (#434825)
862
863 2007-05-02  Ross Burton  <ross@openedhand.com>
864
865         * shell/ev-window.c:
866         Add missing includes, fix indentation.
867
868         * shell/main.c:
869         Fix indentation.
870
871 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
872
873         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
874         ev_application_open_uri_at_dest instead of ev_application_open_uri
875         preventing new document always being opened in a new window even if there
876         is an empty window.
877
878 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
879
880         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
881         (egg_recent_view_uimanager_finalize):
882         * properties/ev-properties-view.c: (ev_properties_view_dispose):
883         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
884         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
885         (ev_pixbuf_cache_dispose):
886         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
887         * shell/ev-tooltip.c: (ev_tooltip_dispose):
888         
889         Add missing chain to parent class methods. Fixes
890         bug #433128.
891
892 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
893
894         * data/Makefile.am (update-icon-cache): Updates
895         gtk-update-icon-cache in uninstall-hook.
896
897 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/ev-window.c: (ev_window_setup_document),
900         (ev_window_set_document), (ev_window_load_job_cb):
901         * shell/ev-view.c: (setup_caches):
902         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
903
904         Start rendering pages before any other jobs. 
905
906 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * shell/ev-window.c: (ev_window_stop_fullscreen),
909         (ev_window_stop_presentation):
910
911         Update chrome visibility before window unfullscreen. 
912
913 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * data/Makefile.am:
916         * data/evince-ui.xml:
917         * shell/ev-stock-icons.[ch]:
918         * shell/ev-application.[ch]: (ev_application_shutdown),
919         (ev_application_init), (ev_application_get_toolbars_model):
920         * shell/ev-window.c: (update_chrome_visibility),
921         (fullscreen_toolbar_setup_item_properties),
922         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
923         (ev_window_run_presentation), (ev_window_stop_presentation),
924         (ev_window_run_preview), (ev_window_screen_changed),
925         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
926         (ev_window_dispose), (ev_window_init):
927
928         Make fullscreen toolbar always visible. Do not use egg toolbars for
929         fullscreen and preview modes since such toolbars are not editables.
930         Fixes bugs #300278, #338910 and #316188.  
931
932 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
933
934         * shell/ev-application.c:
935         * shell/ev-job-queue.c:
936         * shell/ev-metadata-manager.c:
937         * shell/ev-stock-icons.c:
938         * shell/ev-window.c:
939         * shell/main.c:
940         
941         Developers documentation updated.
942
943 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
946
947         Check whether uri is valid before launching it. Fixes bug #427664.
948
949 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * shell/ev-window.c:
952
953         Change key accelerator for Open a Copy menu entry which is in conflict
954         with Close. Fixes bug #427321.
955
956 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
957
958         * NEWS:
959         * configure.ac:
960         
961         Update for release 0.8.1
962
963 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
964
965         * shell/ev-window.c: (setup_size_from_metadata):
966         
967         Do not make window bigger than screen. Fixes bug 
968         #388985.
969
970 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
973         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
974
975         Use default resolution when it's not provided by document. Fixes bug
976         #408762.
977
978 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * configure.ac:
981         * thumbnailer/Makefile.am:
982         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
983         * thumbnailer/evince-thumbnailer.schemas.in:
984         * thumbnailer/evince-thumbnailer-ps.schemas.in:
985
986         Add support for ps, eps and compressed documents thumbnails. Do not
987         ignore size parameter. 
988
989 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
990
991         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
992         (dvi_document_do_color_special):
993         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
994
995         Implement font color specials in the DVI backend. Fixes bug #303651.
996
997 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
998
999         Fixup the previous commit:
1000
1001         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1002         * shell/xdg-user-dir-lookup.c: Make the function non-static
1003         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1004
1005 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1006
1007         * shell/ev-window.c (file_open_dialog_response_cb): Use
1008         the xdg-user-dirs DOCUMENTS folder as default folder when
1009         opening a file chooser.  (#424858)
1010
1011         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1012         xdg-user-dirs.
1013
1014 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * shell/ev-window.c: (ev_window_load_job_cb):
1017
1018         Do not setup view from metadata on preview mode. 
1019
1020 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/main.c:
1023
1024         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1025
1026 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-view.c: (ev_view_primary_get_cb):
1029
1030         Check pointer != NULL before using it. Fixes bug #416841. 
1031
1032 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1033
1034         * NEWS:
1035         * configure.ac:
1036         
1037         Release 0.8.0
1038
1039 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1042
1043         Do not render thumbnails when sidebar thumbnail page is not visible
1044         at startup. Fixes bug #416447. 
1045
1046 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1047
1048         * data/evince.desktop.in.in:
1049
1050         "Application" is not a valid category in the freedesktop specification.
1051
1052 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * libdocument/ev-file-helpers.[ch]: (compression_run),
1055         (ev_file_uncompress), (ev_file_compress):
1056         * shell/ev-window.c: (file_save_dialog_response_cb):
1057
1058         Save document compressed when saving a copy of a compressed document.
1059         Fixes bug #334542.
1060
1061 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1064
1065         Allow deleting in goto window entry in presentation mode. 
1066
1067 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1068
1069         * Makefile.am: Dist MAINTAINERS.
1070
1071 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-window.c: (ev_window_update_actions):
1074
1075         Fix zoom shortcut keys when searching. Fixes bug #409828.
1076
1077 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-window.c: (ev_window_setup_document):
1080
1081         Fix crash when loading documents with only one page. 
1082
1083 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * backend/dvi/dvi-document.c:
1086         (dvi_document_thumbnails_get_dimensions),
1087         (dvi_document_thumbnails_get_thumbnail):
1088         * backend/impress/impress-document.c:
1089         (impress_document_thumbnails_get_thumbnail),
1090         (impress_document_thumbnails_get_dimensions):
1091         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1092         (ps_document_thumbnails_get_dimensions):
1093         * backend/djvu/djvu-document.c:
1094         (djvu_document_thumbnails_get_dimensions),
1095         (djvu_document_thumbnails_get_thumbnail):
1096         * backend/tiff/tiff-document.c:
1097         (tiff_document_thumbnails_get_thumbnail),
1098         (tiff_document_thumbnails_get_dimensions):
1099         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1100         (pdf_document_thumbnails_get_thumbnail),
1101         (pdf_document_thumbnails_get_dimensions):
1102         * backend/comics/comics-document.c:
1103         (comics_document_thumbnails_get_thumbnail),
1104         (comics_document_thumbnails_get_dimensions):
1105         * backend/pixbuf/pixbuf-document.c:
1106         (pixbuf_document_thumbnails_get_thumbnail),
1107         (pixbuf_document_thumbnails_get_dimensions):
1108         * libdocument/ev-document-thumbnails.[ch]:
1109         (ev_document_thumbnails_get_thumbnail),
1110         (ev_document_thumbnails_get_dimensions):
1111         * libdocument/ev-document-misc.[ch]:
1112         (ev_document_misc_get_thumbnail_frame):
1113         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1114         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1115         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1116         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1117         (ev_sidebar_thumbnails_refresh):
1118         * shell/ev-window.c: (ev_window_setup_document):
1119         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1120
1121         Use an EvRenderContext for rendering thumbnails instead of a suggested
1122         width, so that different sized pages get sized proportionally.
1123
1124 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-view.c: (ev_view_button_press_event),
1127         (ev_view_key_press_event):
1128
1129         Fix critical warnings when there is no document loaded. 
1130
1131 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-page-action-widget.c:
1134         * shell/ev-navigation-action.c:
1135         * shell/ev-window.c:
1136
1137         Fix compile warnings. 
1138
1139 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * backend/djvu/djvu-text.h:
1142         * backend/djvu/djvu-document.c:
1143         * backend/djvu/djvu-text-page.c:
1144         * backend/djvu/djvu-links.c:
1145         * backend/djvu/djvu-text-page.h:
1146         * backend/djvu/djvu-text.c:
1147         
1148         Fix build on Mac. Fixes bug #392186. Patch by
1149         <ephraim_owns@hotmail.com>
1150
1151 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1154
1155         Restore cairo context before rendering every page when printing a PDF
1156         document into a PDF file. 
1157
1158 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * backend/ps/gstypes.h:
1161         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1162         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1163         (ps_document_thumbnails_get_thumbnail):
1164
1165         Handle PostScript page orientation. Fixes bug #318568.
1166
1167 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * backend/ps/Makefile.am:
1170         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1171         (document_load), (ps_document_load), (save_document),
1172         (save_page_list), (ps_document_get_n_pages),
1173         (ps_document_get_page_size), (ps_document_get_info),
1174         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1175         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1176         (ps_document_thumbnails_get_thumbnail),
1177         (ps_document_thumbnails_get_dimensions),
1178         (ps_document_document_thumbnails_iface_init):
1179         * backend/ps/ps.[ch]: (psgetpagebox):
1180         * backend/ps/ps-interpreter.[ch]:
1181
1182         Add support for thumbnails in ps backend. Fixes bug #164755. 
1183
1184 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1185
1186         * NEWS:
1187         * configure.ac:
1188         
1189         Release 0.7.2
1190
1191 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1194         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1195         (ev_window_dispose):
1196
1197         Use document thumbnail as window icon. Fixes bug #384442.
1198
1199 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1200
1201         * configure.ac:
1202
1203         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1204         duplicated adding application/x-bzpostscript instead. 
1205
1206 2007-02-11  Tom Parker  <palfrey@tevp.net>
1207
1208         * backend/ps/ps-document.c: (document_load):
1209
1210         Check return value of psscan before trying
1211         to use it. Fixes bug #372414.
1212
1213 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1216
1217         Fix invalid free in ev-page-cache. Fixes bug #404745.
1218
1219 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1220
1221         * test/Makefile.am:
1222         * test/test3.py:
1223         
1224         Added reload test case.
1225
1226 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * po/POTFILES.in:
1229         * backend/djvu/djvu-document.c: (djvu_document_load):
1230
1231         Check whether there are missing files in indirect multipage djvu
1232         documents. Fixes bug #361683. 
1233
1234 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1235
1236         * test/Makefile.am:
1237         * test/test-mime.bin:
1238         * test/test3.py:
1239         
1240         Added test for slow mime type
1241
1242 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1245
1246         Add some checks and call parent_class->finalize. Fixes bug #404745.
1247
1248 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * shell/ev-navigation-action.c: (connect_proxy):
1251         
1252         Fixes dropdown history menu. Thanks a lot Carlos!
1253
1254 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1257
1258         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1259         bug #373715.
1260
1261 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * backend/ps/ps.c: (psscan):
1264
1265         Fix memory leak. 
1266
1267 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * configure.ac:
1270         * libdocument/ev-file-helpers.c: 
1271
1272         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1273
1274 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * configure.ac:
1277         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1278         (ps_interpreter_start), (document_load), (save_document),
1279         (save_page_list):
1280         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1281         * libdocument/ev-document-factory.c:
1282         (ev_document_factory_get_from_mime), (get_document_from_uri),
1283         (free_uncompressed_uri), (ev_document_factory_get_document):
1284         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1285
1286         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1287
1288 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * libdocument/ev-document.h:
1291
1292         Fix typo in function name. 
1293
1294 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * backend/ps/ps-document.c: (ps_interpreter_finished),
1297         (ps_interpreter_start), (ps_interpreter_failed):
1298
1299         Handle ghostscript interpreter crashes. 
1300
1301 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (ev_window_open_uri),
1304         (window_configure_event_cb):
1305
1306         Setup window size and position before showing it. Fixes bug #401711.
1307
1308 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * backend/ps/Makefile.am:
1311         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1312         (ps_document_dispose), (ps_document_class_init),
1313         (ps_interpreter_input), (ps_interpreter_output),
1314         (ps_interpreter_error), (setup_interpreter_env),
1315         (ps_interpreter_start), (ps_interpreter_stop),
1316         (ps_interpreter_failed), (ps_interpreter_is_ready),
1317         (check_filecompressed), (document_load), (ps_document_load),
1318         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1319         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1320         (render_page):
1321
1322         Rework ps-document. Code cleanups, remove deprecated code. 
1323
1324 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-view.c: (ev_view_button_press_event):
1327
1328         Do not start an image drag and drop operation when pointer is on 
1329         text, so that we can select text when the whole background is an
1330         image. 
1331
1332 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-window.c: (ev_window_update_actions): 
1335
1336         Disable all zoom related actions during presentation mode. 
1337
1338 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1339
1340         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1341
1342         Do not zoom in or out on presentation mode. Fixes bug #401305.
1343
1344 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1345
1346         * shell/ev-navigation-action.c: (connect_proxy),
1347         (create_menu_item), (ev_navigation_action_class_init):
1348         
1349         Correctly show menu and fix crash when navigaton 
1350         action is out of toolbar visible area.
1351
1352 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * data/Makefile.am:
1355         * data/evince.1:
1356         
1357         Added man file
1358
1359 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1360
1361         * help/reference/* :
1362         * configure.ac:
1363         
1364         Added gtk-doc based documentation for Evince.
1365         Still in initial state but I hope it will
1366         grow.
1367         
1368         * configure.ac:
1369         
1370         Lower dbus requirement to 0.70
1371
1372 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-window.c: (ev_window_add_history):
1375
1376         Fix memory leak. 
1377
1378 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1379
1380         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1381         * shell/ev-view.h:
1382         * shell/ev-window.c: (ev_window_add_history):
1383         
1384         Correctly handle named destination links
1385
1386 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1387
1388         * NOTES:
1389         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1390         * backend/pdf/ev-poppler.cc:
1391         * libdocument/ev-document-links.h:
1392         * libdocument/ev-link.c: (ev_link_get_page):
1393         * libdocument/ev-link.h:
1394         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1395         (ev_history_add_link):
1396         * shell/ev-history.h:
1397         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1398         (new_history_menu_item), (build_menu):
1399         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1400         * shell/ev-sidebar-links.c: (create_loading_model),
1401         (print_section_cb), (ev_sidebar_links_construct),
1402         (fill_page_labels), (update_page_callback_foreach),
1403         (update_page_callback), (job_finished_callback):
1404         * shell/ev-view.c: (ev_view_handle_link):
1405         * shell/ev-window.c: (ev_window_find_chapter),
1406         (ev_window_add_history), (view_handle_link_cb),
1407         (history_changed_cb):
1408         
1409         Implements another history variant
1410
1411 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-window.c: (view_external_link_cb):
1414         * shell/ev-view.c: (ev_view_button_release_event):
1415
1416         Open links in new window when clicking with middle button. 
1417
1418 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1419
1420         * shell/ev-navigation-action.c: (new_history_menu_item):
1421         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1422         * shell/ev-view.c: (ev_view_handle_link):
1423         * shell/ev-window.c:
1424         
1425         Store link before jump, not the destination. For me it 
1426         seems like more natural history behavior.
1427
1428 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1429
1430         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1431         (ev_navigation_action_class_init):
1432         * shell/ev-navigation-action.h:
1433         * shell/ev-page-action.c: (activate_cb):
1434         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1435         (ev_page_cache_set_current_page_history):
1436         * shell/ev-page-cache.h:
1437         * shell/ev-sidebar-thumbnails.c:
1438         (ev_sidebar_tree_selection_changed),
1439         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1440         * shell/ev-view-private.h:
1441         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1442         * shell/ev-view.h:
1443         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1444         (ev_window_setup_document), (ev_window_load_job_cb):
1445         * shell/ev-window.h:
1446         
1447         History finally works as expected.
1448
1449 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1452
1453         Do not update links treeview if it doesn't have a model assigned yet. 
1454
1455 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1458         (ev_sidebar_links_class_init), (update_page_callback):
1459
1460         Do not update links treeview when sidepane is not visible. 
1461
1462 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1463
1464         * shell/ev-marshal.list:
1465         * shell/ev-page-action.c: (activate_cb),
1466         (ev_page_action_class_init):
1467         * shell/ev-page-action.h:
1468         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1469         * shell/ev-window.c:
1470         
1471         Remove activate_link signal, not required.
1472
1473 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1474
1475         * shell/ev-navigation-action.c: (build_menu):
1476         
1477         Reorder menu items and build menu with fixed length.
1478
1479 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1480
1481         * shell/ev-view.c: (get_selected_text):
1482         
1483         Normalize text to fix ligatures problem. See bug
1484         #341947 for details.
1485
1486 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1489
1490         Fix memory leak in ev-page-cache. 
1491
1492 2007-01-25  Tom Parker <palfrey@tevp.net>
1493
1494         * backend/impress/impress-document.c: (impress_document_load),
1495         (impress_document_finalize), (impress_document_init):
1496         * properties/ev-properties-main.c: (ev_properties_get_pages):
1497         
1498         Correctly handle impress document errors. Fixes nautilus
1499         crash in property page #370491.
1500
1501 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1504         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1505         (ev_job_queue_remove_job):
1506         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1507         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1508         (ev_job_load_run):
1509         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1510         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1511         (ev_window_load_job_cb), (xfer_update_progress_callback),
1512         (ev_window_open_uri), (ev_window_dispose):
1513         * shell/main.c: (main):
1514
1515         Do file transfer asynchronously in the main thread instead of
1516         synchronously in the load thread. Fixes bugs #399694, #398307 and
1517         #343542.
1518
1519 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-jobs.c: (ev_job_xfer_run):
1522
1523         Load the document with the font-config lock held. 
1524
1525 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * backend/ps/ps-document.c: (start_interpreter):
1528
1529         Fix memory leaks in ps backend. 
1530
1531 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * backend/impress/impress-document.c:
1534         (impress_document_render_pixbuf):
1535
1536         Do not acquire fontconfig lock in impress backend, since it is using
1537         the main loop for rendering. 
1538
1539 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * po/POTFILES.in: 
1542
1543         Remove mdvi files that shouldn't be translated. 
1544
1545 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-view-private.h:
1548         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1549         (ev_view_set_zoom):
1550
1551         Render "loading..." text into a cairo surface instead of directly into
1552         the window so that fontconfig lock is only needed once and UI is not
1553         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1554
1555 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1558         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1559
1560         Use icon theme associated with the window screen rather than default. 
1561
1562 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1563
1564         * configure.ac:
1565
1566         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1567
1568 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1569
1570         * data/icons/*/apps/evince.*:
1571
1572         Move Evince icons under new apps directory.
1573
1574         * data/icons/*/actions/*:
1575
1576         Add new custom themeable Evince icons: view-page-continuous, 
1577         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1578         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1579
1580         * configure.ac:
1581
1582         Add new directories to AC_CONFIG_FILES.
1583
1584         * shell/ev-stock-icons.c:
1585         * shell/ev-stock-icons.h:
1586
1587         Use new custom themeable icons.
1588
1589 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1592
1593         Do not draw white background page in presentation mode. 
1594
1595 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1596
1597         * shell/ev-view.c: Remove unused gnome-vfs include.
1598
1599 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1600
1601         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1602         
1603         Format string is corrected, fixes bug #397129.
1604
1605 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * shell/ev-window.c: (ev_window_setup_recent):
1608
1609         Do not include in recent menu inexistent documents. Fixes
1610         bug #339171.
1611
1612 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * po/POTFILES.skip: 
1615
1616         Update POTFILES.skip file according to current source tree. 
1617
1618 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-window.c: (file_save_dialog_response_cb):
1621
1622         Do Save a copy in atomic way. Fixes bug #328266. 
1623
1624 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1627
1628         Keep selected cell always visible in index treeview.
1629
1630 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1631         
1632         * shell/ev-view.c: (ev_view_size_allocate):
1633
1634         Restore horizontal scrollbar after switching to/from fullscreen
1635         or presentation mode. Fixes bug #331728.
1636
1637 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/ev-view-private.h:
1640         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1641         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1642         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1643         (ev_view_can_zoom_out):
1644
1645         Use max and min scale values in the view iby taking dpi into account. 
1646
1647 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * configure.ac:
1650         * NEWS:
1651
1652         Release 0.7.1
1653
1654 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-window.c: (ev_window_print_send):
1657
1658         Send print job to printer with some settings set to default values,
1659         since we have already exported to a file according to such settings
1660         and they could be taken twice by some printers. 
1661
1662 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/ev-jobs.c: (ev_job_xfer_run):
1665         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1666
1667         Show main window and load document with the font-config lock held. 
1668
1669 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * configure.ac:
1672         * shell/ev-application.c: (ev_application_register_service):
1673         * shell/main.c: (load_files_remote):
1674
1675         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1676
1677 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * doc/debugging.txt:
1680         
1681         Remove obsolete documentation.
1682
1683 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1684
1685         * Makefile.am:
1686         * backend/Makefile.am:
1687         * backend/comics/Makefile.am:
1688         * backend/djvu/Makefile.am:
1689         * backend/dvi/Makefile.am:
1690         * backend/ev-async-renderer.c:
1691         * backend/ev-async-renderer.h:
1692         * backend/ev-attachment.c:
1693         * backend/ev-attachment.h:
1694         * backend/ev-backend-marshal.c:
1695         * backend/ev-document-factory.c:
1696         * backend/ev-document-factory.h:
1697         * backend/ev-document-find.c:
1698         * backend/ev-document-find.h:
1699         * backend/ev-document-fonts.c:
1700         * backend/ev-document-fonts.h:
1701         * backend/ev-document-images.c:
1702         * backend/ev-document-images.h:
1703         * backend/ev-document-info.h:
1704         * backend/ev-document-links.c:
1705         * backend/ev-document-links.h:
1706         * backend/ev-document-misc.c:
1707         * backend/ev-document-misc.h:
1708         * backend/ev-document-security.c:
1709         * backend/ev-document-security.h:
1710         * backend/ev-document-thumbnails.c:
1711         * backend/ev-document-thumbnails.h:
1712         * backend/ev-document-transition.c:
1713         * backend/ev-document-transition.h:
1714         * backend/ev-document.c:
1715         * backend/ev-document.h:
1716         * backend/ev-file-exporter.c:
1717         * backend/ev-file-exporter.h:
1718         * backend/ev-image.c:
1719         * backend/ev-image.h:
1720         * backend/ev-link-action.c:
1721         * backend/ev-link-action.h:
1722         * backend/ev-link-dest.c:
1723         * backend/ev-link-dest.h:
1724         * backend/ev-link.c:
1725         * backend/ev-link.h:
1726         * backend/ev-render-context.c:
1727         * backend/ev-render-context.h:
1728         * backend/ev-selection.c:
1729         * backend/ev-selection.h:
1730         * backend/impress/Makefile.am:
1731         * backend/pdf/Makefile.am:
1732         * backend/pixbuf/Makefile.am:
1733         * backend/ps/Makefile.am:
1734         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1735         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1736         (start_interpreter), (stop_interpreter), (document_load),
1737         (ps_document_next_page), (render_page):
1738         * backend/tiff/Makefile.am:
1739         * comics/Makefile.am:
1740         * comics/comics-document.c:
1741         * comics/comics-document.h:
1742         * configure.ac:
1743         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1744         * djvu/Makefile.am:
1745         * djvu/djvu-document-private.h:
1746         * djvu/djvu-document.c:
1747         * djvu/djvu-document.h:
1748         * djvu/djvu-links.c:
1749         * djvu/djvu-links.h:
1750         * djvu/djvu-text-page.c:
1751         * djvu/djvu-text-page.h:
1752         * djvu/djvu-text.c:
1753         * djvu/djvu-text.h:
1754         * dvi/Makefile.am:
1755         * dvi/dvi-document.c:
1756         * dvi/dvi-document.h:
1757         * dvi/fonts.c:
1758         * dvi/fonts.h:
1759         * dvi/mdvi-lib/Makefile.am:
1760         * dvi/mdvi-lib/afmparse.c:
1761         * dvi/mdvi-lib/afmparse.h:
1762         * dvi/mdvi-lib/bitmap.c:
1763         * dvi/mdvi-lib/bitmap.h:
1764         * dvi/mdvi-lib/color.c:
1765         * dvi/mdvi-lib/color.h:
1766         * dvi/mdvi-lib/common.c:
1767         * dvi/mdvi-lib/common.h:
1768         * dvi/mdvi-lib/defaults.h:
1769         * dvi/mdvi-lib/dvimisc.c:
1770         * dvi/mdvi-lib/dviopcodes.h:
1771         * dvi/mdvi-lib/dviread.c:
1772         * dvi/mdvi-lib/files.c:
1773         * dvi/mdvi-lib/font.c:
1774         * dvi/mdvi-lib/fontmap.c:
1775         * dvi/mdvi-lib/fontmap.h:
1776         * dvi/mdvi-lib/fontsrch.c:
1777         * dvi/mdvi-lib/gf.c:
1778         * dvi/mdvi-lib/hash.c:
1779         * dvi/mdvi-lib/hash.h:
1780         * dvi/mdvi-lib/list.c:
1781         * dvi/mdvi-lib/mdvi.h:
1782         * dvi/mdvi-lib/pagesel.c:
1783         * dvi/mdvi-lib/paper.c:
1784         * dvi/mdvi-lib/paper.h:
1785         * dvi/mdvi-lib/pk.c:
1786         * dvi/mdvi-lib/private.h:
1787         * dvi/mdvi-lib/setup.c:
1788         * dvi/mdvi-lib/sp-epsf.c:
1789         * dvi/mdvi-lib/special.c:
1790         * dvi/mdvi-lib/sysdeps.h:
1791         * dvi/mdvi-lib/t1.c:
1792         * dvi/mdvi-lib/tfm.c:
1793         * dvi/mdvi-lib/tfmfile.c:
1794         * dvi/mdvi-lib/tt.c:
1795         * dvi/mdvi-lib/util.c:
1796         * dvi/mdvi-lib/vf.c:
1797         * dvi/pixbuf-device.c:
1798         * dvi/pixbuf-device.h:
1799         * impress/Makefile.am:
1800         * impress/common.h:
1801         * impress/document.c:
1802         * impress/f_oasis.c:
1803         * impress/f_oo13.c:
1804         * impress/iksemel.c:
1805         * impress/iksemel.h:
1806         * impress/imposter.h:
1807         * impress/impress-document.c:
1808         * impress/impress-document.h:
1809         * impress/internal.h:
1810         * impress/r_back.c:
1811         * impress/r_draw.c:
1812         * impress/r_geometry.c:
1813         * impress/r_gradient.c:
1814         * impress/r_style.c:
1815         * impress/r_text.c:
1816         * impress/render.c:
1817         * impress/render.h:
1818         * impress/zip.c:
1819         * impress/zip.h:
1820         * lib/Makefile.am:
1821         * lib/ev-debug.c:
1822         * lib/ev-debug.h:
1823         * lib/ev-file-helpers.c:
1824         * lib/ev-file-helpers.h:
1825         * lib/ev-gui.c:
1826         * lib/ev-gui.h:
1827         * lib/ev-tooltip.c:
1828         * lib/ev-tooltip.h:
1829         * libdocument/Makefile.am:
1830         * libdocument/ev-file-helpers.c:
1831         * pdf/Makefile.am:
1832         * pdf/ev-poppler.cc:
1833         * pdf/ev-poppler.h:
1834         * pixbuf/Makefile.am:
1835         * pixbuf/pixbuf-document.c:
1836         * pixbuf/pixbuf-document.h:
1837         * properties/Makefile.am:
1838         * ps/Makefile.am:
1839         * ps/gsdefaults.c:
1840         * ps/gsdefaults.h:
1841         * ps/gsio.c:
1842         * ps/gsio.h:
1843         * ps/gstypes.h:
1844         * ps/ps-document.c:
1845         * ps/ps-document.h:
1846         * ps/ps.c:
1847         * ps/ps.h:
1848         * shell/Makefile.am:
1849         * shell/ev-application.h:
1850         * shell/ev-sidebar-links.c:
1851         * shell/ev-sidebar-links.h:
1852         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1853         (ev_gui_menu_position_tree_selection):
1854         * shell/ev-utils.h:
1855         * shell/ev-view.c: (ev_view_finalize):
1856         * shell/ev-window.c:
1857         * shell/main.c: (main):
1858         * thumbnailer/Makefile.am:
1859         * tiff/Makefile.am:
1860         * tiff/tiff-document.c:
1861         * tiff/tiff-document.h:
1862         * tiff/tiff2ps.c:
1863         * tiff/tiff2ps.h:
1864         
1865         Reorganize source tree.
1866
1867 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1868
1869         * backend/ev-document-factory.c:
1870
1871         Do not include ev-poppler.h when pdf is disabled. 
1872
1873 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * configure.ac:
1876         * data/evince-ui.xml:
1877         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1878         (pdf_document_document_images_iface_init):
1879         * backend/Makefile.am:
1880         * backend/ev-document-images.[ch]:
1881         * backend/ev-image.[ch]:
1882         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1883         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1884         (ev_job_xfer_run):
1885         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1886         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1887         (ev_pixbuf_cache_get_image_mapping):
1888         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1889         (view_menu_popup_cb), (ev_window_dispose),
1890         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1891         (ev_view_popup_cmd_copy_image):
1892         * shell/ev-view-private.h:
1893         * shell/ev-view.c: (ev_view_get_image_at_location),
1894         (ev_view_do_popup_menu), (ev_view_popup_menu),
1895         (ev_view_button_press_event), (ev_view_drag_data_get),
1896         (ev_view_drag_motion), (ev_view_drag_data_received),
1897         (ev_view_motion_notify_event), (ev_view_button_release_event),
1898         (ev_view_finalize), (ev_view_class_init):
1899
1900         Add image handling support. Fixes bugs #310008 and #325047. Images
1901         selection is not supported yet. 
1902
1903 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1906         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1907         (ev_view_init):
1908
1909         Move view drag and drop stuff to ev-view.
1910
1911 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1914         * shell/ev-view.c: (clear_selection): 
1915
1916         Clear selection also in pixbuf cache.
1917
1918 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1919
1920         * data/evince.desktop.in.in:
1921         
1922         Change icon name in desktop file. See bug #390734
1923         for details.
1924
1925 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1926
1927         * thumbnailer/Makefile.am:
1928
1929         Use top_builddir instead top_srcdir for generated schema
1930         file installation. Fixes bug #390161.
1931
1932 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * configure.ac:
1935         * backend/Makefile.am:
1936         * backend/ev-document-transition.[ch]:
1937         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1938         (pdf_document_page_transition_iface_init):
1939         * shell/ev-view-private.h:
1940         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1941         (ev_view_set_presentation), (transition_next_page),
1942         (ev_view_presentation_transition_stop),
1943         (ev_view_presentation_transition_start), (ev_view_next_page):
1944
1945         Add page transition support in presentation mode. At the moment only
1946         page duration is supported, but not transition effects. Fixes bug
1947         #309815.
1948
1949 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
1952
1953         Run find_link_dest with document lock held, since it's called by links
1954         thread and main thread at the same time. 
1955
1956 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-view.c: (goto_dest):
1959
1960         Update page-cache when page is changed by the view, so that
1961         page-changed signal is emitted. 
1962
1963 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * test/test1.py:
1966         * test/test2.py:
1967
1968         Use C locale in tests. 
1969
1970 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_run_presentation):
1973         * shell/ev-view-private.h:
1974         * shell/ev-view.c: (ev_view_set_presentation):
1975
1976         Restore zoom settings when back from presentation mode. 
1977
1978 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1979
1980         * shell/ev-window.c: (ev_window_run_presentation):
1981
1982         Always use "best fit" zoom in presentation mode.
1983         Fixes bug #389195.
1984
1985 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1986
1987         * shell/ev-view.c: (ev_view_goto_window_create):
1988
1989         Show "Jump to page" label in the page jumping popup in
1990         presentation mode instead of just a GtkEntry.
1991
1992 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-window.c: (launch_external_uri):
1995
1996         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
1997         #378085.
1998
1999 2006-12-22  Elijah Newren  <newren gmail com>
2000
2001         * configure.ac: explicitly check for libxml2.  Fixes #388795
2002
2003 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-view-private.h:
2006         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2007         (ev_view_goto_window_delete_event), (key_is_numeric),
2008         (ev_view_goto_window_key_press_event),
2009         (ev_view_goto_window_button_press_event),
2010         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2011         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2012         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2013
2014         Allow jumping to another page by typing a page number in presentation
2015         mode. It uses a popup window with an entry. Fixes bug #353625.
2016
2017 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2018
2019         * configure.ac:
2020         * properties/ev-properties-view.c: (ev_get_default_user_units),
2021         (ev_regular_paper_size):
2022         
2023         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2024         to Damien Carbery <damien.carbery@sun.com> and
2025         Yevgen Muntyan <muntyan@tamu.edu>.
2026
2027 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2028
2029         * shell/ev-window.c: (setup_document_from_metadata):
2030
2031         Make sure Evince doesn't restore the view on the last
2032         page when a document is reopened. Fixes bug #383381.
2033
2034 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2035
2036         * shell/ev-view.c: (draw_loading_text):
2037
2038         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2039
2040 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * configure.ac:
2043         * NEWS:
2044
2045         Release 0.7.0
2046
2047 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * configure.ac:
2050         * pdf/ev-poppler.cc: (pdf_print_context_free),
2051         (pdf_document_file_exporter_begin),
2052         (pdf_document_file_exporter_do_page):
2053
2054         Make cairo-pdf depedency optional. 
2055
2056 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2059
2060         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2061
2062 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2065         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2066         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2067         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2068         * shell/ev-view.c: (draw_loading_text):
2069         * shell/ev-window.c: (ev_window_cmd_file_properties):
2070
2071         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2072         related to using FontConfig from different threads.
2073         
2074 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * shell/ev-view.c: (draw_loading_text):
2077
2078         Acquire lock document when drawing "Loading..." text so that only one
2079         thread will use FontConfig at the same time. Fixes bug #374750.
2080
2081 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * shell/ev-page-action.[ch]: (activate_cb):
2084         * shell/ev-window.c: (activate_label_cb):
2085
2086         Check if text inserted in page entry is a valid page number when it
2087         doesn't match to any document page label. Fixes bug #383165.
2088
2089 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2090         * shell/ev-window.c:
2091
2092         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2093         available with GTK < 2.10. Added an ifdef to avoid compilation
2094         error.
2095
2096 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2100
2101         Fix ps backend in multihead systems.
2102
2103 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2106         * shell/ev-window.c: (ev_window_get_screen_dpi),
2107         (ev_window_update_actions), (setup_view_from_metadata),
2108         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2109
2110         Take screen DPI into account when zooming. Fixes bug #318285.
2111
2112 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2113
2114         * data/Makefile.am:
2115
2116         Cleaned up/slightly refactored Makefile.am. Added GConf
2117         schemas uninstallation as well.
2118
2119 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2120
2121         * Makefile.am:
2122         * test/Makefile.am:
2123
2124         Fight with autotools to fix make check. Make distcheck
2125         works fine as well now!
2126
2127 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2128
2129         * shell/ev-view.c: (draw_end_presentation_page):
2130
2131         Corrected "end of presentation" string.
2132
2133 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2134
2135         * shell/ev-view.c: (ev_view_key_press_event):
2136
2137         Correctly propagate key press event so that up/down keys
2138         work as expected (correct behaviour was broken by
2139         black/white screen key bindings for presentations).
2140
2141 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2144         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2145         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2146         (pdf_selection_get_selection_region),
2147         (pdf_selection_get_selection_map):
2148
2149         Add "static" to some private functions. 
2150
2151 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2152
2153         * lib/ev-tooltip.h:
2154         * properties/ev-properties-view.h:
2155         * shell/ev-jobs.h:
2156         * shell/ev-properties-dialog.h:
2157         * shell/ev-properties-fonts.h:
2158         * shell/ev-sidebar-links.h:
2159         * shell/ev-sidebar-thumbnails.h:
2160         * shell/ev-sidebar.h:
2161         * shell/ev-window.h:
2162         
2163         Fixes CHACK type in class casts. See bug #385343
2164         for details.
2165
2166 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-view-private.h:
2169         * shell/ev-view.c: (draw_end_presentation_page),
2170         (ev_view_expose_event), (ev_view_key_press_event),
2171         (ev_view_class_init), (ev_view_init):
2172
2173         Blank screen in presentation mode when pressing 'b' (filling with
2174         black) or 'w' (filling with white) keys. Fixes bug #358132.
2175
2176 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2177
2178         * data/evince-toolbar.xml:
2179         * shell/ev-window.c:
2180         
2181         Use stock icon for Select All action. Fixes
2182         bug #382652.
2183
2184 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2185
2186         * shell/ev-view.c: (get_doc_point_from_offset),
2187         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2188
2189         Add links support in rotated documents. Fixes bug #343733.
2190
2191 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * shell/ev-view-private.h:
2194         * shell/ev-view.c: (draw_end_presentation_page),
2195         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2196
2197         Show a blank page after the last page in presentation mode with a
2198         message indicating that presentation has finished and how to exit. 
2199
2200 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-window.c: (fullscreen_timeout_cb):
2203
2204         Hide cursor after a while in presentation mode. 
2205
2206 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2207
2208         * backend/ev-document-info.h:
2209         * data/evince-properties.glade:
2210         * pdf/ev-poppler.cc:
2211         * properties/ev-properties-view.c: (ev_regular_paper_size),
2212         (ev_properties_view_set_info):
2213         * ps/ps-document.c: (ps_document_get_info):
2214
2215         Adds a paper size field to the properties dialog. Fixes
2216         bug #307315. Patch by Kasper Svendsen (with some i18n
2217         changes done by me).
2218
2219 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2220
2221         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2222         (screensaver_init_dbus), (totem_scrsaver_new),
2223         (totem_scrsaver_init):
2224         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2225         * shell/ev-application.c: (ev_application_register_service),
2226         (ev_application_screensaver_enable),
2227         (ev_application_screensaver_disable):
2228         * shell/ev-application.h:
2229         * shell/ev-window.c: (ev_window_run_presentation),
2230         (ev_window_stop_presentation), (build_comments_string),
2231         (ev_window_init):
2232         
2233         Move screensaver handling to application. No more
2234         message on startup.
2235
2236 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * configure.ac:
2239         * backend/Makefile.am:
2240         * backend/ev-file-exporter.[ch]:
2241         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2242         * ps/ps-document.c: (ps_document_file_exporter_*):
2243         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2244         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2245         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2246         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2247
2248         Allow printing to PDF when suppoted by the backend.
2249         
2250 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-window.c: (build_comments_string):
2253
2254         Use always "Document Viewer" in about dialog. 
2255
2256 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * djvu/djvu-document.c: (djvu_document_get_page_size):
2259
2260         Display a warning message when get_pageinfo fails. 
2261
2262 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2263
2264         * Makefile.am:
2265         * backend/Makefile.am:
2266         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2267         * configure.ac:
2268         * shell/ev-window.c: (build_comments_string):
2269         
2270         Make pdf compilation optional. See bug #38007.
2271
2272 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * ps/ps.c: (get_next_text):
2275
2276         Fix CVE-2006-5864.
2277
2278 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2281         * shell/ev-navigation-action.c: (connect_proxy),
2282         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2283         
2284         Do not call g_type_class_peek_parent twice.
2285
2286 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2287
2288         * configure.ac:
2289         * data/icons/24x24/.cvsignore:
2290         * data/icons/24x24/Makefile.am:
2291         * data/icons/24x24/evince.png:
2292         * data/icons/Makefile.am:
2293         
2294         Add 24x24 icon. Thanks to 
2295         Michael Monreal <infernux@web.de>.
2296
2297 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2298
2299         * configure.ac: Fix typo in configure.ac. Thanks
2300         to dmacks@netspace.org for notification.
2301
2302 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2303
2304         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2305         
2306         Drop dbus include, fixes compilation with older dbus.
2307
2308 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2309
2310         * configure.ac:
2311         * cut-n-paste/Makefile.am:
2312         * cut-n-paste/totem-screensaver/.cvsignore
2313         * cut-n-paste/totem-screensaver/Makefile.am:
2314         * cut-n-paste/totem-screensaver/README:
2315         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2316         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2317         * shell/Makefile.am:
2318         * shell/ev-window.c: (ev_window_run_presentation),
2319         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2320         (ev_window_init):
2321
2322         Implemented screensaver enabling/disabling for
2323         presentation mode (not fullscreen mode). Code stolen
2324         from Totem (with some minor tweaks). Fixes bug #338889.
2325
2326 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2327
2328         * configure.ac:
2329
2330         Bump gnome-icon-theme requirements. We use the rotation
2331         icons that appeared recently.
2332
2333 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2334
2335         * shell/ev-history.c: (ev_history_add_page):
2336         * shell/ev-history.h:
2337         * shell/ev-window.c: (page_changed_cb):
2338         
2339         Use page labels instead of numbers.
2340
2341 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2342
2343         * data/evince-toolbar.xml:
2344         * po/POTFILES.in:
2345         * shell/Makefile.am:
2346         * shell/ev-navigation-action-widget.c:
2347         (ev_navigation_action_widget_init),
2348         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2349         (menu_detacher), (ev_navigation_action_widget_set_menu),
2350         (menu_position_func), (popup_menu_under_arrow),
2351         (ev_navigation_action_widget_toggled),
2352         (ev_navigation_action_widget_button_press_event):
2353         * shell/ev-navigation-action-widget.h:
2354         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2355         (ev_navigation_action_set_window), (activate_menu_item_cb),
2356         (new_history_menu_item), (new_empty_history_menu_item),
2357         (build_menu), (menu_activated_cb), (connect_proxy),
2358         (create_tool_item), (ev_navigation_action_init),
2359         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2360         * shell/ev-navigation-action.h:
2361         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2362         (ev_page_action_widget_set_page_cache),
2363         (ev_page_action_widget_finalize),
2364         (ev_page_action_widget_class_init), (match_selected_cb),
2365         (display_completion_text), (match_completion), (build_new_tree_cb),
2366         (get_filter_model_from_model),
2367         (ev_page_action_widget_update_model):
2368         * shell/ev-page-action-widget.h:
2369         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2370         (connect_proxy):
2371         * shell/ev-page-action.h:
2372         * shell/ev-stock-icons.c:
2373         * shell/ev-stock-icons.h:
2374         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2375         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2376         (register_custom_actions):
2377         * shell/main.c:
2378         
2379         Preliminary history implementation
2380
2381 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2382
2383         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2384         (dvi_document_class_init), (dvi_document_init_params):
2385         * dvi/mdvi-lib/font.c: (font_reference):
2386         
2387         Add reference to subfont. Fixes bug #374277.
2388
2389 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2392         (ev_window_cmd_file_open_copy_at_dest):
2393
2394         Fix a race condition when creating symlink. Increase the counter
2395         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2396         Mathias Hasselmann).
2397
2398 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * backend/Makefile.am:
2401         * backend/ev-attachment.c: (ev_attachment_open):
2402         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2403         (ev_tmp_dir), (ev_tmp_filename):
2404         * shell/ev-sidebar-attachments.c:
2405         (ev_sidebar_attachments_drag_data_get):
2406         * shell/ev-window.c: (ev_window_clear_temp_file):
2407
2408         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2409         in ensure_dir_exists. Abort without crashing when we can't create
2410         user's directory.
2411
2412 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * data/evince-ui.xml:
2415         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2416         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2417         (ev_window_cmd_file_open_copy_at_dest),
2418         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2419         (ev_view_popup_cmd_open_link_new_window):
2420
2421         Allow opening a copy of the current document in a new window. Fixes bug
2422         #357472
2423
2424 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2425
2426         * data/evince-toolbar.xml:
2427         
2428         Add rotate right and rotate left to available items for toolbar.
2429         
2430         * data/evince-ui.xml:
2431         * shell/ev-window.c: (ev_window_init):
2432         
2433         Customize toolbar with right click. Fixes bug #372451.
2434
2435 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2436
2437         * shell/ev-window.c: 
2438         
2439         Use "object-rotate-{left,right}" stock icons. Fixes 
2440         bug #373863.
2441
2442 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2445         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2446         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2447         (ev_window_open_uri):
2448         * shell/main.c: (arguments_parse):
2449
2450         Remove temp file created when evince is used by GTK+ in
2451         preview mode. Fixes bug #365282. 
2452
2453 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2454
2455         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2456         
2457         Fixes bug #372474 - Side pane disabled when entering 
2458         and leaving fullscreen mode.
2459
2460 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2461
2462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2463         * data/Makefile.am:
2464         * data/evince-preview-toolbar.xml:
2465         * data/evince-toolbar.xml:
2466         * shell/ev-application.c: (ev_application_shutdown),
2467         (ev_application_init), (ev_application_get_toolbars_model):
2468         * shell/ev-application.h:
2469         * shell/ev-window.c: (update_chrome_visibility),
2470         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2471         (ev_window_cmd_edit_toolbar), (ev_window_init):
2472         
2473         Fixes bug #364364 - toolbar editor shows zoom actions again.
2474
2475 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2478
2479         Do not take margins into consideration for paper size when printing.
2480         Really fixes bug #350491.
2481
2482 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * data/evince-ui.xml:
2485         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2486         (ev_window_cmd_file_print_setup),
2487         (ev_window_print_dialog_response_cb),
2488         (ev_window_setup_action_sensitivity):
2489
2490         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2491
2492 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_print_range):
2495
2496         Revert my previuos commit, since printing to PDF is not supported by
2497         evince yet. 
2498
2499 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-window.c: (ev_window_print_range):
2502
2503         Enable print to a PDF. Fixes bug #332121.
2504
2505 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-application-service.xml:
2508         * shell/ev-application.[ch]: (ev_application_open_window),
2509         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2510         (ev_application_open_uri), (ev_application_open_uri_list):
2511         * shell/ev-window.c: (file_open_dialog_response_cb),
2512         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2513         (drag_data_received_cb), (open_remote_link):
2514         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2515
2516         Add support for multiscreen systems. Fixes bug #316206.
2517
2518 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-jobs.[ch]: (ev_job_print_new),
2521         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2522         (ev_job_print_do_page):
2523         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2524
2525         Allow printing only odd/even pages. Fixes bug #367289.
2526
2527 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2528
2529         * test/test1.py:
2530         * test/test2.py:
2531
2532         Re-add locale settings to test files.
2533
2534 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * data/evince-ui.xml:
2537         * shell/ev-window.c: (set_action_properties):
2538         
2539         Removed garbage from code and ui.
2540
2541 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2542
2543         * shell/ev-window.c: (ev_window_cmd_help_about):
2544
2545         Shamelessly add my name to the list of contributors.
2546
2547 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2548
2549         * test/test1.py:
2550         * test/test2.py:
2551
2552         Cleaned up the dogtail scripts.
2553
2554 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2555
2556         * shell/ev-view.c: (draw_loading_text): Don't render
2557         "loading..." text in presentation mode. Temporary
2558         workaround for bug #320352.
2559
2560 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2563         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2564
2565         Use print settings scale, copies, collate and reverse which were
2566         ignored. Fixes bug #359032.
2567
2568 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2569
2570         * configure.ac:
2571         * data/evince-password.glade:
2572         * test/Makefile.am:
2573         * test/test-encrypt.pdf:
2574         * test/test-links.pdf:
2575         * test/test1.py:
2576         * test/test2.py:
2577
2578         Add automated UI tests for evince with dogtail. See
2579         bug #300948.    
2580
2581 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2584
2585         Hide fullscreen toolbar when switching to another desktop workspace.
2586         Fixes bug #338871
2587
2588 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2589
2590         * shell/ev-window-title.c: 
2591         
2592         Test for .dvi in title of pdf documents.
2593
2594 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2595
2596         * shell/ev-view.c: (ev_view_scroll):
2597
2598         Page Up/Down should do page jumps in "Best fit" mode.
2599         If a user has explicitly chosen to view exactly one page
2600         at a time, scrolling just a part of the page when
2601         pressing Page Up/Down is not right. Fixes bug #323107.
2602
2603 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * NEWS:
2606         * configure.ac:
2607         
2608         Update for 0.6.1
2609
2610 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2611
2612         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2613         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2614         
2615         Correctly disconnect from job signals on destroy.
2616
2617 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * shell/ev-view-private.h:
2620         * shell/ev-view.c: (view_set_adjustment_values),
2621         (view_update_range_and_current_page),
2622         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2623         
2624         Fixes bug #343199, current page now follows find page.
2625
2626 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2627
2628         * backend/ev-document-factory.c:
2629         * configure.ac:
2630         Assigned OpenDocument presenation MIME type to the
2631         Impress backend. Added some missing (but harmless)
2632         #ifdefs in the document factory as well to make things
2633         consistent again. Fixes bug #360658.
2634
2635 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2636
2637         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2638         * backend/ev-document-find.c: (ev_document_find_get_type):
2639         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2640         * backend/ev-document-links.c: (ev_document_links_get_type):
2641         * backend/ev-document-security.c: (ev_document_security_get_type):
2642         * backend/ev-document-thumbnails.c:
2643         (ev_document_thumbnails_get_type):
2644         * backend/ev-document.c: (ev_document_get_type):
2645         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2646         * backend/ev-selection.c: (ev_selection_get_type):
2647         * cut-n-paste/recent-files/egg-recent-model.c:
2648         (egg_recent_model_get_type):
2649         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2650         (egg_recent_view_uimanager_get_type):
2651         * cut-n-paste/recent-files/egg-recent-view.c:
2652         (egg_recent_view_get_type):
2653         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2654         (egg_editable_toolbar_get_type):
2655         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2656         (egg_toolbar_editor_get_type):
2657         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2658         (egg_toolbars_model_get_type):
2659         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2660         (egg_tree_multi_drag_source_get_type):
2661         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2662         (ephy_zoom_action_get_type):
2663         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2664         (ephy_zoom_control_get_type):
2665         * impress/r_back.c: (_imp_fill_back):
2666         * properties/ev-properties-main.c:
2667         (ev_properties_plugin_register_type):
2668         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2669         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2670         (ev_view_accessible_factory_get_type):
2671
2672         Reduce relocations. Bug #360616.
2673
2674 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * backend/ev-document-factory.c:
2677         (ev_document_factory_get_document):
2678         
2679         Load document even if extension is wrong.
2680
2681 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         * shell/ev-metadata-manager.c: (save_values):
2684         * shell/ev-window.c: (setup_size_from_metadata),
2685         (setup_view_from_metadata), (ev_window_setup_document),
2686         (ev_window_xfer_job_cb), (window_configure_event_cb):
2687         
2688         Set size according to the document size/page size ratio.
2689         That should correct rather wierd behaviour of the previous
2690         commit.
2691
2692 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2693
2694         * shell/ev-window.c: (setup_view_from_metadata):
2695         
2696         Set size for new windows from previous window size.
2697         See bugs #354968 and #168450 for details. Thanks
2698         to Meik Hellmund.
2699
2700 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * djvu/djvu-links.c: (build_tree):
2703
2704         Fix memory leak.
2705
2706 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2707
2708         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2709         
2710         Don't make sidebar close button insensitive. Fixes
2711         bug #357871.
2712
2713 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2716         (ev_window_set_view_accels_sensitivity):
2717         
2718         Don't enable Slash on documents which don't support
2719         find. Fixes bug #358648.
2720
2721 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2722
2723         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2724         open dialog fall back to the current document uri if the
2725         filechooser hasn't been used before. Fixes bug #356980.
2726
2727 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2728
2729         * shell/ev-window.c: (ev_window_setup_recent), 
2730         (ev_window_get_recent_file_label):
2731
2732         Escape underscores in filenames of recent file items.
2733
2734 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * configure.ac:
2737         
2738         Bumped poppler requirements, really 0.5.3 is very 
2739         buggy, now we require 0.5.4.
2740
2741 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * djvu/Makefile.am:
2744         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2745         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2746         (djvu_document_document_links_iface_init):
2747         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2748         (number_from_string_10), (get_djvu_link_dest),
2749         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2750         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2751         (djvu_links_get_links), (djvu_links_find_link_dest),
2752         (djvu_links_get_links_model):
2753         * djvu/djvu-links.h:
2754         
2755         Add support for links and bookmarks in djvu documents. Thanks
2756         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2757         patch.
2758
2759 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2760
2761         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2762         
2763         Reopen should reload document. Fixes 
2764         bug 327951.
2765
2766 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2767
2768         * configure.ac:
2769         * data/Makefile.am:
2770         * data/evince-16.png:
2771         * data/evince-22.png:
2772         * data/evince.png:
2773         * data/evince.svg:
2774         * data/icons/16x16/Makefile.am:
2775         * data/icons/16x16/evince.png:
2776         * data/icons/22x22/Makefile.am:
2777         * data/icons/22x22/evince.png:
2778         * data/icons/48x48/Makefile.am:
2779         * data/icons/48x48/evince.png:
2780         * data/icons/Makefile.am:
2781         * data/icons/scalable/Makefile.am:
2782         * data/icons/scalable/evince.svg:
2783         
2784         Install icons with correct names. Fixes
2785         bug #354429.
2786
2787 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * shell/ev-view.c: (ev_view_button_release_event):
2790
2791         Don't open links with middle mouse button. Fixes bug #353649
2792
2793 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * NEWS:
2796         * configure.ac:
2797         
2798         Update for release 0.6.0
2799
2800 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2803         Implement Close named action. Patch by Carlos Garcia Campos.
2804
2805 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2806
2807         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2808         
2809         Don't clear link mapping on copy_job_to_job_info. Fixes
2810         bug 346168.
2811
2812 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * shell/main.c: (main):
2815
2816         Revert my previous commit, gnome_program_init owns the option context.
2817         Fix another memory leak in main. Both caught by Christian Persch. 
2818
2819 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * shell/main.c: (main):
2822
2823         Fix memory leak.
2824
2825 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2828
2829         Fix crash when opening a pdf with password protection. 
2830
2831 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * pdf/ev-poppler.cc: (pdf_document_search_free):
2834
2835         Fix memory leak. 
2836
2837 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2838
2839         * backend/ev-document-factory.c:
2840         (ev_document_factory_get_document):
2841         * tiff/tiff-document.c: (tiff_document_finalize):
2842         
2843         More correct handling of document loading. Fixes
2844         bug #349043.
2845
2846 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * backend/ev-attachment.c: (ev_attachment_save):
2849
2850         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2851         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2852
2853 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2854         
2855         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2856         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2857
2858 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * shell/ev-sidebar-thumbnails.c:
2861
2862         Do not render thumbnails unless thumbnails page is active in the
2863         sidebar.
2864
2865 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2866
2867         * shell/ev-properties-dialog.c:
2868
2869         Fix dialogue spacing. Bug #351370.
2870
2871 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2872
2873         * configure.ac:
2874
2875         Use lowercase gettext catalog file names (evince.mo
2876         instead of Evince.mo)
2877
2878 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * shell/ev-sidebar-attachments.c:
2881
2882         GtkIconTheme is now screen safe too. Fixes bug #350878
2883
2884 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * shell/ev-window.c:
2887
2888         GtkRecent manager is now screen safe. Fixes bug #350145
2889
2890 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2891
2892         * shell/ev-sidebar.c: (ev_sidebar_init):
2893         
2894         Make sidebar close icon smaller. Fix for bug 350177.
2895         See also bugs 350176 and 165770.
2896
2897 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2900
2901         Ignore zoom for xyz destinations when it's <= 1, keeping user
2902         preferences instead. Set correct sizing-mode for fith and fitv
2903         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2904
2905 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2906
2907         * NEWS:
2908         * configure.ac:
2909         
2910         Update for release 0.5.5
2911
2912 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2913         
2914         * shell/ev-window.c: (ev_window_cmd_escape)
2915
2916         Escape unfocus page entry. Fixes bug #345809.
2917
2918 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2921         (build_tree), (pdf_document_links_get_links),
2922         (pdf_document_links_find_link_dest):
2923         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2924         (goto_xyz_dest):
2925
2926         Convert from PDF style coordinates to X style coordinates in the
2927         backend rather than in the view. Fixes bug #338440
2928
2929 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2930
2931         * shell/ev-window.c:
2932         
2933         Remove Ctrl+Shift+T shortcut for toolbars. See
2934         the bug #350098.
2935
2936 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * configure.ac:
2939
2940         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2941         of this. 
2942
2943 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * configure.ac:
2946         * cut-n-paste/Makefile.am:
2947         * data/evince-ui.xml:
2948         * shell/Makefile.am:
2949         * shell/ev-application.[ch]:
2950         * shell/ev-window.c:
2951
2952         Use GtkRecent instead of EggRecent when it's available. Fixes bug
2953         #349273
2954
2955 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2956
2957         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
2958         findbar code: s/help/search/
2959
2960 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2961
2962         * shell/ev-window.c: (setup_document_from_metadata),
2963         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
2964         (setup_view_from_metadata):
2965         
2966         Fix memory leaks.
2967
2968 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
2969
2970         * autogen.sh, configure.ac: 
2971         
2972         Update automake usage. See bug 349292.
2973
2974 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * shell/eggfindbar.c: (egg_find_bar_class_init),
2977         (entry_activate_callback), (egg_find_bar_init),
2978         (egg_find_bar_set_status_text):
2979         * shell/eggfindbar.h:
2980         
2981         Unify Evince findbar with Epiphany. Nice patch
2982         from Fabricio Silva <silva@crans.org> and
2983         Frederic Peters <fpeters@entrouvert.com>. See
2984         bug #339966 for details.
2985
2986 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * data/evince.desktop.in.in:
2989         
2990         Correct information for bugzilla. Thanks to
2991         Olaf Vitters, see bug #348855.
2992
2993 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * shell/ev-jobs.[ch]:
2996         * shell/ev-sidebar-links.c:
2997         * shell/ev-window.[ch]:
2998
2999         GtkPrintJob doesn't support print ranges or current page, so we export
3000         to a ps file now when printing ranges or current page.
3001
3002 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3003
3004         * pdf/ev-poppler.cc:
3005         * shell/ev-window.c: (do_action_named):
3006
3007         We should be more clear about bugzilla. See the
3008         poppler bug #7623.
3009
3010 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * configure.ac:
3013         * shell/Makefile.am:
3014         * shell/ev-job-queue.c:
3015         * shell/ev-jobs.[ch]:
3016         * shell/ev-sidebar-links.c:
3017         * shell/ev-window.[ch]:
3018         
3019         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3020         #348422
3021
3022 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3025         * shell/ev-application-service.xml:
3026         * shell/ev-application.[ch]:
3027         * shell/ev-jobs.[ch]:
3028         * shell/ev-window.[ch]: (ev_window_run_preview):
3029         * shell/main.c: 
3030
3031         Add preview mode to use evince as a printing previewer. It also adds
3032         other command line options for fullscreen and presentation modes.
3033         Fixes bugs #347822, #317031
3034
3035 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3036
3037         * NEWS:
3038         * configure.ac:
3039         
3040         Update for release 0.5.4
3041
3042 2006-07-11  Bastien Nocera <hadess@hadess.net>
3043
3044         * Makefile.am:
3045         * backend/Makefile.am:
3046         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3047         * backend/ev-document-factory.h:
3048         * configure.ac:
3049         * impress/.cvsignore:
3050         * impress/Makefile.am:
3051         * impress/common.h:
3052         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3053         (imp_get_page), (imp_next_page), (imp_prev_page),
3054         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3055         * impress/f_oasis.c: (render_object), (render_page),
3056         (get_geometry), (_imp_oasis_load):
3057         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3058         (_imp_oo13_load):
3059         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3060         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3061         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3062         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3063         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3064         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3065         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3066         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3067         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3068         (iks_new_within), (iks_insert), (iks_insert_cdata),
3069         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3070         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3071         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3072         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3073         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3074         (iks_cdata), (iks_cdata_size), (iks_has_children),
3075         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3076         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3077         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3078         (iks_tree), (iks_load), (iks_save):
3079         * impress/iksemel.h:
3080         * impress/imposter.h:
3081         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3082         (imp_render_draw_bezier_real), (imp_render_get_size),
3083         (imp_render_set_fg_color), (imp_render_draw_line),
3084         (imp_render_draw_rect), (imp_render_draw_polygon),
3085         (imp_render_draw_arc), (imp_render_draw_bezier),
3086         (imp_render_open_image), (imp_render_get_image_size),
3087         (imp_render_scale_image), (imp_render_draw_image),
3088         (imp_render_close_image), (imp_render_markup),
3089         (imp_render_get_text_size), (imp_render_draw_text),
3090         (impress_document_load), (impress_document_save),
3091         (impress_document_get_n_pages), (impress_document_get_page_size),
3092         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3093         (impress_document_finalize), (impress_document_class_init),
3094         (impress_document_can_get_text), (impress_document_get_info),
3095         (impress_document_document_iface_init),
3096         (impress_document_thumbnails_get_thumbnail),
3097         (impress_document_thumbnails_get_dimensions),
3098         (impress_document_document_thumbnails_iface_init),
3099         (impress_document_init):
3100         * impress/impress-document.h:
3101         * impress/internal.h:
3102         * impress/r_back.c: (_imp_fill_back):
3103         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3104         (_imp_draw_image), (_imp_tile_image):
3105         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3106         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3107         (r_polyline):
3108         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3109         (r_draw_gradient_complex), (r_draw_gradient):
3110         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3111         (r_get_bullet):
3112         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3113         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3114         (r_text):
3115         * impress/render.c: (imp_create_context), (imp_context_set_page),
3116         (imp_context_set_step), (imp_render), (imp_delete_context):
3117         * impress/render.h:
3118         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3119         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3120         (zip_load_xml), (zip_get_size), (zip_load):
3121         * impress/zip.h:
3122         * shell/ev-utils.c:
3123         
3124         New backend to support impress slides. Fixes bug #30867.
3125
3126 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3127
3128         * shell/ev-utils.c: (using_postscript_printer):
3129         
3130         Fixes crash when print using PAPI backend,
3131         bug #345012.
3132
3133 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3134
3135         * shell/ev-jobs.c: (ev_job_xfer_run):
3136         * shell/ev-window.c: (password_dialog_response),
3137         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3138         (ev_window_dispose):
3139         Fixes bug #344160: if the xfer job doesn't complete
3140         because a password is required, reload the existing
3141         instance instead of creating a new one.
3142
3143 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * shell/main.c: (main): Call gdk_threads_init. Thus
3146         we'll avoid errors in auth dialog. Fix for the bug
3147         #343347.
3148
3149 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3150
3151         * configure.ac: Advertise pixbuf support, fix
3152         for the bug 343317.
3153
3154 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3157         (ev_sidebar_thumbnails_set_document):
3158         
3159         Update sidebar thumbnails after reloading.
3160
3161 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3164         * shell/ev-jobs.h:
3165         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3166         (ev_window_cmd_view_reload), (ev_window_init):
3167         
3168         Don't crash on reload. Fix for the bug #343167.
3169
3170 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * shell/ev-jobs.c: (ev_job_render_run):
3173         
3174         Check for document links.
3175
3176 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3177
3178         * backend/ev-attachment.c: (ev_attachment_save),
3179         (ev_attachment_launch_app), (ev_attachment_open):
3180         * backend/ev-document-factory.c: (get_document_from_uri):
3181         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3182         (egg_recent_view_uimanager_set_list):
3183         * ps/ps-document.c: (check_filecompressed), (document_load),
3184         (ps_document_load):
3185         * shell/ev-metadata-manager.c: (load_values):
3186         * shell/ev-password.c: (ev_password_dialog_set_property):
3187         * shell/ev-view.c: (tip_from_link):
3188         * shell/ev-window.c: (file_save_dialog_response_cb),
3189         (ev_window_print_dialog_response_cb):
3190         
3191         Use consistent quoting style. Fix for the bug #320285.
3192
3193 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3194
3195         * shell/ev-jobs.c: (ev_job_xfer_run):
3196         * shell/main.c: (load_files):
3197                 
3198         Open links with anchors. Fix for the bug #339836.
3199
3200 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3201
3202         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3203         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3204         (ev_link_dest_set_property), (ev_link_dest_finalize),
3205         (ev_link_dest_class_init), (ev_link_dest_new_named),
3206         (ev_link_dest_new_page_label):
3207         * backend/ev-link-dest.h:
3208         * shell/ev-application.c: (ev_application_open_uri):
3209         * shell/ev-view.c: (goto_dest):
3210         * shell/ev-window.c:
3211         * shell/ev-window.h:
3212         
3213         Fix page-label command line option. Bug #342070.
3214
3215 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3216
3217         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3218         
3219         Don't show highlight rects if page can't be showed. Fix for 
3220         the bug #342076
3221
3222 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3223
3224         * shell/ev-window.c: (setup_sidebar_from_metadata),
3225         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3226         
3227         Setup sidebar from metadata even if there is no document
3228         loaded. Fix for the bug #342807.
3229
3230 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3231
3232         * cut-n-paste/toolbar-editor/Makefile.am:
3233         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3234         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3235         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3236         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3237         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3238         (popup_context_menu_cb), (button_press_event_cb),
3239         (configure_item_sensitivity), (configure_item_cursor),
3240         (configure_item_tooltip), (connect_widget_signals),
3241         (action_sensitive_cb), (create_item_from_action),
3242         (create_item_from_position), (toolbar_drag_data_received_cb),
3243         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3244         (toolbar_drag_leave_cb), (configure_drag_dest),
3245         (toggled_visibility_cb), (toolbar_visibility_refresh),
3246         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3247         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3248         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3249         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3250         (egg_editable_toolbar_dispose),
3251         (egg_editable_toolbar_set_ui_manager),
3252         (egg_editable_toolbar_get_selected),
3253         (egg_editable_toolbar_set_selected), (set_edit_mode),
3254         (egg_editable_toolbar_set_property),
3255         (egg_editable_toolbar_get_property),
3256         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3257         (egg_editable_toolbar_new_with_model),
3258         (egg_editable_toolbar_get_edit_mode),
3259         (egg_editable_toolbar_set_edit_mode),
3260         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3261         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3263         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3264         (item_added_or_removed_cb), (toolbar_removed_cb),
3265         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3266         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3267         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3268         (editor_create_item_from_name), (append_table),
3269         (update_editor_sheet), (egg_toolbar_editor_init):
3270         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3271         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3272         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3273         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3274         (toolbar_node_free), (egg_toolbars_model_get_flags),
3275         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3276         (egg_toolbars_model_get_name), (impl_add_item),
3277         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3278         (parse_data_list), (parse_item_list), (parse_toolbars),
3279         (egg_toolbars_model_load_toolbars), (parse_available_list),
3280         (parse_names), (egg_toolbars_model_load_names),
3281         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3282         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3283         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3284         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3285         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3286         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3287         (egg_toolbars_model_set_types), (fill_avail_array),
3288         (egg_toolbars_model_get_name_avail),
3289         (egg_toolbars_model_get_name_flags),
3290         (egg_toolbars_model_set_name_flags):
3291         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3292         * cut-n-paste/toolbar-editor/eggintl.h:
3293         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3294         (egg_tree_multi_drag_source_get_type),
3295         (egg_tree_multi_drag_source_row_draggable),
3296         (egg_tree_multi_drag_source_drag_data_delete),
3297         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3298         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3299         (path_list_free), (set_context_data), (get_context_data),
3300         (get_info), (egg_tree_multi_drag_drag_data_get),
3301         (egg_tree_multi_drag_motion_event),
3302         (egg_tree_multi_drag_button_press_event),
3303         (egg_tree_multi_drag_add_drag_support):
3304         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3305         * shell/ev-application.c: (ev_application_init),
3306         (ev_application_save_toolbars_model):
3307         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3308         (ev_window_cmd_edit_toolbar), (ev_window_init):
3309         
3310         Sync toolbareditor with epiphany and libegg
3311
3312 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * configure.ac: 
3315
3316         Depend on poppler 0.5.2
3317
3318 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * shell/ev-jobs.c: (ev_job_render_run):
3321         
3322         Check if document supports links iterface.
3323
3324 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * NEWS:
3327         * configure.ac:
3328         
3329         Update for release 0.5.3
3330
3331 2006-05-13  Michael Plump  <plumpy@skylab.org>
3332
3333         * configure.ac:
3334         * shell/Makefile.am:
3335         * shell/main.c: (main):
3336         
3337         Port to GOption command line parsing. Fix for the 
3338         bug #327518
3339
3340 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3341
3342         * shell/ev-window.c: (ev_window_cmd_help_about):
3343         
3344         Do not wrap license. Fix for the bug #309460.
3345
3346 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3347
3348         * configure.ac:
3349         * properties/ev-properties-main.c: (ev_properties_get_pages):
3350         * shell/ev-application.c: (ev_application_open_window),
3351         (ev_application_open_uri_at_dest):
3352         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3353         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3354         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3355         * shell/ev-utils.c: (save_print_config_to_file):
3356         * shell/ev-window.c: (ev_window_cmd_save_as),
3357         (ev_attachment_popup_cmd_save_attachment_as):
3358         * shell/main.c: (load_files_remote):
3359         
3360         Bump requirements to gtk 2.8 and drop all ifdefs used.
3361
3362 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3363
3364         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3365         * shell/ev-window.c: (ev_window_init):
3366         
3367         Show attachments page.
3368
3369 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3370
3371         * po/POTFILES.in:
3372         * shell/ev-attachment-bar.c:
3373         * shell/ev-attachment-bar.h:
3374         * shell/ev-sidebar-attachments.c:
3375         (ev_sidebar_attachments_icon_cache_add),
3376         (icon_theme_get_pixbuf_from_mime_type),
3377         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3378         (ev_sidebar_attachments_icon_cache_refresh),
3379         (ev_sidebar_attachments_get_attachment_at_pos),
3380         (ev_sidebar_attachments_popup_menu_show),
3381         (ev_sidebar_attachments_popup_menu),
3382         (ev_sidebar_attachments_button_press),
3383         (ev_sidebar_attachments_update_icons),
3384         (ev_sidebar_attachments_drag_data_get),
3385         (ev_sidebar_attachments_get_property),
3386         (ev_sidebar_attachments_destroy),
3387         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3388         (ev_sidebar_attachments_new),
3389         (ev_sidebar_attachments_set_document),
3390         (ev_sidebar_attachments_support_document),
3391         (ev_sidebar_attachments_get_label),
3392         (ev_sidebar_attachments_page_iface_init):
3393         * shell/ev-sidebar-attachments.h:
3394         * shell/ev-window.c: (update_chrome_visibility),
3395         (setup_sidebar_from_metadata), (ev_window_setup_document),
3396         (ev_window_sidebar_current_page_changed_cb),
3397         (attachment_bar_menu_popup_cb), (ev_window_init):
3398         
3399         Move attachments bar to sidebar.
3400
3401 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * pdf/ev-poppler.cc:
3404         * shell/ev-application.[ch]:
3405         * shell/main.c:
3406
3407         Fix some memory leaks.
3408
3409 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3410
3411         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3412
3413         Change the properties dialog response to
3414         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3415         will make the dialog go away when the user presses
3416         enter. With gtk+ >= 2.9 this will happen anyway, but for
3417         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3418         escape by default. Fixes bug #340539. See also bug
3419         #101293 for the gtk+ part.
3420
3421 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3422
3423         * shell/ev-view.c (tip_from_action_named): Replace some strings
3424         that were wrong. Closes #340970.
3425
3426 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3429
3430         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3431         #341049
3432
3433 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3434
3435         * djvu/Makefile.am:
3436         * dvi/Makefile.am:
3437         * dvi/mdvi-lib/Makefile.am:
3438         * properties/Makefile.am:
3439         * ps/Makefile.am:
3440         * shell/Makefile.am:
3441         * thumbnailer/Makefile.am:
3442         
3443         Due to broken libtool that is unable to track dependencies
3444         of noinst libraries we are forced to explicitely point
3445         libraries for binary. Fix for the bug #333334.
3446
3447 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3448
3449         * data/evince.desktop.in.in:
3450         * shell/ev-view.c: (view_update_range_and_current_page),
3451         (ev_view_next_page), (ev_view_previous_page):
3452         * shell/ev-window.c: (update_chrome_visibility),
3453         (setup_sidebar_from_metadata), (ev_window_setup_document),
3454         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3455         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3456         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3457         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3458         (ev_window_stop_presentation), (ev_window_focus_in_event),
3459         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3460         (ev_window_init):
3461         * thumbnailer/Makefile.am:
3462         
3463         Update fullscreen and presentation timeout handling. Hide
3464         cursor in presentation after timeout. Fix for the bugs
3465         #136359 and #336981.
3466
3467 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * backend/ev-link-action.[ch]:
3470         * pdf/ev-poppler.cc: (ev_link_from_action):
3471         * shell/ev-view-private.h:
3472         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3473         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3474
3475         Add support for Named Action links
3476
3477 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * backend/Makefile.am:
3480         * backend/ev-document-links.[ch]:
3481         * backend/ev-document.[ch]:
3482         * backend/ev-link-action.[ch]:
3483         * backend/ev-link-dest.[ch]:
3484         * backend/ev-link.[ch]:
3485         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3486         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3487         * shell/ev-page-action.c: (build_new_tree_cb):
3488         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3489         (links_page_num_func), (update_page_callback):
3490         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3491         (tip_from_link):
3492         * shell/ev-jobs.c:
3493         * shell/ev-window.[ch]: (ev_window_open_uri),
3494         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3495         * shell/ev-application.[ch]: (ev_application_open_window),
3496         (ev_application_open_uri):
3497
3498         Rework links system, it adds support for remote links now and it makes
3499         easier to add new kinds of actions and destinations. Fixes bug #317292
3500
3501 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * data/Makefile.am:
3504         * data/evince.png:
3505         * data/evince-16.png:
3506         * data/evince-22.png:
3507         * data/evince.svg:
3508         * shell/main.c: (main):
3509         
3510         Evince use it's own icon. Fix for the bug #313392.
3511
3512         * shell/ev-window.c: (fullscreen_timeout_cb),
3513         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3514         (ev_window_cmd_help_about), (ev_window_dispose):
3515         
3516         Simplify fullscreen timeout code.
3517
3518 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * backend/ev-attachment.c: 
3521         * shell/ev-attachment-bar.c:
3522         * shell/ev-window.c:
3523
3524         Allow multiple selection of attachments
3525
3526 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * shell/ev-view.c: (view_update_range_and_current_page),
3529         (ev_view_scroll):
3530         
3531         Fix for the bug #312573 – Optimal selection of current 
3532         page among visible pages.
3533
3534 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3535
3536         * configure.ac:
3537         * djvu/Makefile.am:
3538         * djvu/djvu-text.h:
3539         
3540         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3541         for the bug 339868.
3542
3543 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3544
3545         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3546
3547 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3548
3549         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3550         dictated by the GNOME HIG. Fixes bug #339235.
3551
3552 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3553
3554         * data/evince-ui.xml:
3555         * shell/ev-view.c: (ev_view_can_find_previous):
3556         * shell/ev-view.h:
3557         * shell/ev-window.c: (ev_window_update_actions),
3558         (ev_window_cmd_edit_find_previous):
3559
3560         Add support for "Find Previous" as dictated by the GNOME HIG. A
3561         menu item is added and some glue code to make it all work is added
3562         to various files.
3563
3564 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3565
3566         * configure.ac: Award myself the "useless use of cat" award.
3567
3568 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3569
3570         * po/LINGUAS: New file listing all supported languages.
3571
3572         * configure.in: Use po/LINGUAS instead of including all languages
3573         directly in this file. See the wiki for more information:
3574         http://live.gnome.org/GnomeGoals/PoLinguas
3575
3576 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * backend/ev-document-factory.c:
3579
3580         Do not load the document twice when there isn't errors
3581
3582 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/ev-attachment.c: 
3585
3586         Fix a crash when there isn't a default application to open an
3587         attachment
3588
3589 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * backend/ev-attachment.[ch]:
3592         * shell/ev-attachment-bar.[ch]:
3593
3594         Added missing files. 
3595
3596 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/Makefile.am:
3599         * data/evince-ui.xml:
3600         * backend/ev-attachment.[ch]:
3601         * backend/ev-document.[ch]: (ev_document_has_attachments),
3602         (ev_document_get_attachments):
3603         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3604         (attachment_save_to_buffer), (pdf_document_get_attachments),
3605         (pdf_document_document_iface_init):
3606         * shell/Makefile.am:
3607         * shell/ev-attachment-bar.[ch]:
3608         * shell/ev-window.c:
3609
3610         Add support for PDF attachments. Fixes bug #325143
3611
3612 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * backend/ev-document-factory.c: (get_document_from_uri),
3615         (ev_document_factory_get_document):
3616         * backend/ev-document-factory.h:
3617         * properties/ev-properties-main.c: (ev_properties_get_pages):
3618         * shell/Makefile.am:
3619         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3620         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3621         (ev_job_queue_remove_job):
3622         * shell/ev-job-queue.h:
3623         * shell/ev-job-xfer.c:
3624         * shell/ev-job-xfer.h:
3625         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3626         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3627         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3628         (ev_job_xfer_run):
3629         * shell/ev-jobs.h:
3630         * shell/ev-window.c: (ev_window_is_empty),
3631         (password_dialog_response), (ev_window_clear_xfer_job),
3632         (ev_window_xfer_job_cb), (ev_window_open_uri),
3633         (ev_window_cmd_focus_page_selector),
3634         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3635         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3636         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3637         (ev_window_dispose):
3638         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3639         
3640         * Cleanup mime type detection on document load. Fix for the
3641         bug #336448.
3642
3643 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3646         
3647         Fix crash on exit, described in the bug #336825.
3648
3649 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3650
3651         * backend/ev-document-factory.c:
3652         (ev_document_factory_get_from_mime),
3653         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3654         (ev_document_factory_get_document),
3655         (file_filter_add_mime_list_and_free),
3656         (ev_document_factory_add_filters):
3657         * backend/ev-document-factory.h:
3658         * properties/ev-properties-main.c: (ev_properties_get_pages):
3659         * shell/Makefile.am:
3660         * shell/ev-application.c:
3661         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3662         * shell/ev-window.c: (ev_window_cmd_file_open),
3663         (ev_window_cmd_save_as):
3664         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3665         
3666         Rework factory functions so they are placed now in a single 
3667         file ev-document-factory.c
3668
3669 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * shell/ev-window.c: (update_chrome_visibility):
3672         
3673         Fix for the bug 166566 - don't show menubar in fullscreen
3674         mode.
3675
3676 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3677
3678         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3679
3680 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3681
3682         * shell/ev-view.c: (ev_view_expose_event):
3683         
3684         More correctly draw loading text when document
3685         is empty.
3686
3687 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * shell/ev-view.c: (ev_view_scroll):
3690         
3691         Fix for the bug #334854, page down and page up switch
3692         pages in presentation mode.
3693
3694 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * shell/ev-window.c: (ev_window_set_action_sensitive),
3697         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3698         (ev_window_set_view_accels_sensitivity),
3699         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3700         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3701         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3702         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3703         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3704         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3705         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3706         (view_actions_focus_in_cb), (ev_window_init):
3707         
3708         Fix for the bug #333902, now it's possible to search
3709         words with slash.
3710
3711 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3712
3713         * configure.ac: Added Breton translation.
3714         * po/br.po: Added Breton translation.
3715
3716 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-window-title (ev_window_title_update):
3719
3720         Fix memory leak in window title. Fixes bug #333944
3721
3722 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-metadata-manager.c (parseItem):
3725
3726         Fix memory leaks. Fixes bug #333945
3727
3728 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3729         
3730         * NEWS, configure.ac, TODO:
3731         
3732         Update for release 0.5.2.
3733
3734 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3735
3736         * shell/ev-view.c: (view_update_range_and_current_page),
3737         (page_changed_cb):
3738         
3739         Don't jump on scrolling, fix for the bug #333127.
3740
3741 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3742
3743         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3744         
3745         Scroll by one page in presentation mode. Fix for the bug
3746         #332993.
3747
3748 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3749
3750         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3751
3752 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3753
3754         * configure.ac  Added lv in ALL_LINGUAS line.
3755
3756 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3757         
3758         * NEWS, configure.ac:
3759         
3760         Update for release 0.5.1
3761
3762 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3763
3764         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3765         * backend/ev-document-misc.h:
3766         * shell/ev-view.c: (draw_one_page):
3767         
3768          Clairfy what page the toolbar page number applies to. Fix
3769          for the bug #328102.
3770
3771 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3772
3773         * shell/ev-view-private.h:
3774         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3775         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3776         (ev_view_search_changed):
3777         * shell/ev-view.h:
3778         * shell/ev-window.c: (find_bar_search_changed_cb):
3779         
3780         Dont't jump to find result if window was scrolled during search.
3781         Fix for the bug #313266.
3782
3783 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3784
3785         * shell/eggfindbar.c: (egg_find_bar_class_init):
3786         * shell/eggfindbar.h:
3787         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3788         * shell/ev-view-private.h:
3789         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3790         (ev_view_class_init), (ev_sizing_mode_get_type),
3791         (ev_scroll_type_get_type):
3792         * shell/ev-view.h:
3793         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3794         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3795         (ev_window_init):
3796         
3797         Fix for the bug 319133 - Find entry should allow text scroll.
3798
3799 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3800
3801         * shell/ev-view-private.h:
3802         * shell/ev-view.c: (view_update_range_and_current_page),
3803         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3804         (ev_view_set_document), (update_find_status_message),
3805         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3806         (ev_view_find_previous):
3807         
3808         Fix for the bug #319137. Search now takes account for scrolling.
3809
3810 2006-02-19  Michael Hofmann <mh21@piware.de>
3811
3812         * configure.ac:
3813         * djvu/Makefile.am:
3814         * djvu/djvu-document-private.h:
3815         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3816         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3817         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3818         (djvu_document_can_get_text), (djvu_document_get_text),
3819         (djvu_document_document_iface_init),
3820         (djvu_document_thumbnails_get_thumbnail),
3821         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3822         (djvu_document_find_get_result),
3823         (djvu_document_find_page_has_results),
3824         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3825         (djvu_document_find_iface_init):
3826         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3827         (djvu_text_page_selection), (djvu_text_page_limits_process),
3828         (djvu_text_page_limits), (djvu_text_page_copy),
3829         (djvu_text_page_position), (djvu_text_page_union),
3830         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3831         (djvu_text_page_box), (djvu_text_page_append_text),
3832         (djvu_text_page_search), (djvu_text_page_prepare_search),
3833         (djvu_text_page_new), (djvu_text_page_free):
3834         * djvu/djvu-text-page.h:
3835         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3836         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3837         (djvu_text_n_results), (djvu_text_has_results),
3838         (djvu_text_get_result), (djvu_text_get_progress):
3839         * djvu/djvu-text.h:
3840         
3841         Text search in djvu. Fix for the bug #303415.
3842
3843 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * configure.ac:
3846         * shell/ev-window.c: (ev_window_cmd_save_as):
3847         
3848         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3849         Thanks to Gary Coady <gary@lyranthe.org>
3850
3851 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * shell/ev-print-job.c: (idle_print_handler):
3854         
3855         Inverse order printing, bug #320919.
3856
3857 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * data/evince-toolbar.xml:
3860         * shell/ev-window.c:
3861         
3862         Allow to add sidebar checkbutton on toolbar. Fix
3863         for the bug #144577.
3864
3865 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3866
3867         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3868         
3869         Add checks that have sense for empty ps document.
3870
3871 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3872
3873         * configure.ac: Include PS in mime types list. 
3874
3875 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * configure.ac:
3878         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3879         * ps/gsdefaults.h:
3880         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3881         
3882         Runtime check for gs interpreter. Fix for the bug #320868.
3883         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3884
3885 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3886
3887         * shell/ev-application.c: 
3888
3889         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3890         dbus>=0.60, so that the request is not queued. 
3891
3892 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * shell/Makefile.am:
3896         * shell/ev-sidebar-links.c: (print_section_cb):
3897         * shell/ev-utils.c:
3898         * shell/ev-utils.h:
3899         * shell/ev-window.c: (update_action_sensitivity),
3900         (ev_window_close_dialogs), (ev_window_print):
3901         * shell/ev-window.h:
3902         
3903         Make printing support optional. Patch from Eduardo de Barros Lima
3904         <eduardo.lima@indt.org.br> for the bug #330546.
3905
3906 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * shell/ev-view-private.h:
3909         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3910         (ev_view_set_document):
3911         * shell/ev-view.h:
3912         * shell/ev-window.c: (ev_window_load_job_cb),
3913         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3914         (ev_window_init):
3915
3916         Draw Loading message during xfer job. Fix for the bug #329495.
3917
3918 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3919
3920         * comics/comics-document.c: (comics_regex_quote),
3921         (comics_document_load), (extract_argv):
3922         
3923         Correcly quote regexp before passing it to unzip.
3924
3925 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * shell/ev-page-cache.c: (build_height_to_page),
3928         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3929         (ev_page_cache_get_dual_even_left):
3930         * shell/ev-page-cache.h:
3931         * shell/ev-view.c: (view_update_range_and_current_page),
3932         (get_page_y_offset), (get_page_extents):
3933         
3934         Place even pages to the left if document has less then
3935         two pages. Fix for the bug #328856.
3936
3937 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3938
3939         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3940         
3941         Correct comics scheme. This make evince create thumbnails
3942         for comic books. Fix for the bug 329088.
3943
3944 2006-01-31  Christopher Aillon  <caillon@redhat.com>
3945
3946         * data/evince-password.glade: Don't explicitly set
3947         invisible_char to the current default value in case
3948         the default changes; let GTK+ do its magic.
3949
3950 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
3953         real filename to tmp filename since often document
3954         type is determined by extension.
3955
3956 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3957
3958         * shell/ev-view.c: (add_scroll_binding_keypad),
3959         (ev_view_binding_activated), (ev_view_class_init):
3960         
3961         Add keybindings for percision-scrolling of display area. 
3962         Fix for the bug #314072.
3963
3964 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3965
3966         * data/evince.desktop.in.in:
3967         
3968         Add GTK to the list of categories. Fix for the bug #328034.
3969
3970 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * shell/ev-application.c: (ev_application_shutdown),
3973         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
3974         * shell/ev-application.h:
3975         * shell/ev-window.c: (file_open_dialog_response_cb),
3976         (ev_window_cmd_file_open):
3977         
3978         Save last uri in file chooser dialog. Fix for the bug #327950.
3979
3980 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3981
3982         * NEWS:
3983         * README:
3984         
3985         Final update for release 0.5.0
3986         
3987         * shell/Makefile.am:
3988         
3989         Remove disable deprecated until we'll require libgnome-2.13.7
3990         and port to GOption argument parsing. See bug 327518.
3991
3992 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
3993
3994         * comics/comics-document.c: (comics_document_save):
3995         * djvu/djvu-document.c: (djvu_document_save):
3996         * dvi/dvi-document.c: (dvi_document_save):
3997         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
3998         * lib/ev-file-helpers.h:
3999         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4000         * tiff/tiff-document.c: (tiff_document_save):
4001         
4002         Use common save function for backends.
4003
4004 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4005
4006         * backend/ev-document-types.c:
4007         
4008         Fix crash on saving pixbuf.
4009
4010 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * cut-n-paste/recent-files/egg-recent-item.c:
4013         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4014         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4015         (parse_info_free), (valid_element), (start_element_handler),
4016         (end_element_handler), (text_handler), (egg_recent_model_filter),
4017         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4018         (egg_recent_model_monitor), (egg_recent_model_read),
4019         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4020         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4021         (egg_recent_model_set_property), (egg_recent_model_class_init),
4022         (egg_recent_model_init), (egg_recent_model_add_full),
4023         (egg_recent_model_delete), (egg_recent_model_get_list),
4024         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4025         (egg_recent_model_set_filter_mime_types),
4026         (egg_recent_model_clear_group_filter),
4027         (egg_recent_model_set_filter_groups),
4028         (egg_recent_model_clear_scheme_filter),
4029         (egg_recent_model_set_filter_uri_schemes),
4030         (egg_recent_model_remove_expired):
4031         * cut-n-paste/recent-files/egg-recent-util.c:
4032         (egg_recent_util_get_icon):
4033         * cut-n-paste/recent-files/egg-recent-util.h:
4034         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4035         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4036         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4037         (egg_recent_view_uimanager_set_property),
4038         (egg_recent_view_uimanager_get_property),
4039         (egg_recent_view_uimanager_class_init),
4040         (egg_recent_view_uimanager_init),
4041         (egg_recent_view_uimanager_set_label_width),
4042         (egg_recent_view_uimanager_get_label_width):
4043         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4044         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4045         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4046         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4047         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4048         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4049         
4050         Update from libegg.
4051
4052 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * shell/ev-page-cache.c: (build_height_to_page),
4055         (ev_page_cache_get_height_to_page):
4056         * shell/ev-page-cache.h:
4057         * shell/ev-view.c: (view_update_range_and_current_page),
4058         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4059         (ev_view_previous_page):
4060         
4061         Dual mode places even pages to the left. Fix for the bug #309393.
4062
4063         * shell/ev-view.h:
4064         * shell/ev-window.c: (update_action_sensitivity),
4065         (setup_view_from_metadata), (view_menu_popup_cb):
4066         
4067         Don't restore presentation in empty windows, more intelligent
4068         next page behaviour in dual mode.
4069
4070         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4071         (ev_pixbuf_cache_clear_job_sizes):
4072         
4073         Cleanup job callback on removal. Fix for the bug #325886.
4074
4075 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4076
4077         * ps/ps.c: (psscan):
4078         
4079         Commit workaround Mozilla problem. Fix for the bug #325919
4080         
4081         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4082         (save_item):
4083         
4084         Fix for year 2038 problem.
4085
4086 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * shell/ev-window.c: (setup_document_from_metadata),
4089         (ev_window_cmd_view_reload):
4090
4091         Clamp page recieved from metadata in valid values. Fix
4092         for the bug #325986.
4093
4094 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * MAINTAINERS: 
4097         Add MAINTAINERS as requested on desktop-devel-list.
4098
4099 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4102         (mime_type_supported_by_gdk_pixbuf),
4103         (ev_document_factory_get_mime_types),
4104         (ev_document_factory_get_all_mime_types):
4105         
4106         Don't add pixbuf mime types if pixbuf backend is disabled.
4107         
4108         * shell/ev-application.c: (ev_application_get_uri_window):
4109         
4110         Fix for the bug 325815 - unhandled MIME type message doesn't 
4111         appear a second time. 
4112         
4113         * shell/ev-document-types.c: (ev_document_types_add_filters):
4114         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4115         (password_dialog_response), (ev_window_popup_password_dialog),
4116         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4117         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4118         (ev_window_run_presentation), (ev_window_stop_presentation),
4119         (save_sizing_mode), (ev_window_zoom_changed_cb),
4120         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4121         (ev_window_dual_mode_changed_cb),
4122         (ev_window_sidebar_current_page_changed_cb),
4123         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4124         (window_state_event_cb), (window_configure_event_cb):
4125         
4126         Cleanup additional uris holded by EvWindow.
4127
4128 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4131         (ev_view_can_previous_page), (ev_view_can_next_page):
4132         * shell/ev-view.h:
4133         * shell/ev-window.c: (update_action_sensitivity):
4134         
4135         Two page scrolling with Space and PageUp in dual mode. Second fix 
4136         for the bug #316608.
4137
4138 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * shell/ev-view.c: (scroll_to_current_page):
4141         
4142         Correctly clamp adjustment value. Fix for the bug
4143         #325808.
4144
4145 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-sidebar-links.c: (print_section_cb):
4148         * shell/ev-window.c: (ev_window_get_uri),
4149         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4150         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4151         (ev_window_dispose):
4152         
4153         Make print dialog non-modal. Fix for the bug #325622.
4154
4155 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4156
4157         * shell/ev-metadata-manager.c:
4158         * shell/ev-utils.c: (using_pdf_printer),
4159         (using_postscript_printer), (load_print_config_from_file),
4160         (save_print_config_to_file):
4161         * shell/ev-utils.h:
4162         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4163         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4164         (setup_view_from_metadata), (ev_window_setup_document),
4165         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4166         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4167         (ev_window_run_presentation), (ev_window_stop_presentation),
4168         (save_sizing_mode), (ev_window_zoom_changed_cb),
4169         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4170         (ev_window_dual_mode_changed_cb),
4171         (ev_window_sidebar_current_page_changed_cb),
4172         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4173         (window_state_event_cb), (window_configure_event_cb),
4174         (ev_window_init):
4175         
4176         Setting saving behaviour fixes.
4177
4178 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4179
4180         * configure.ac:
4181         
4182         Make antialiasing gs options better and allow
4183         to change them during configure. Fix for the 
4184         bug #319049.
4185
4186 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-window.c: (setup_view_from_metadata):
4189         
4190         Remember if last window was maximized. Fix for the
4191         bug #323797.
4192
4193 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4194
4195         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4196
4197 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4200         * shell/ev-page-action.c: (build_new_tree_cb):
4201         * shell/ev-sidebar-links.c: (links_page_num_func),
4202         (update_page_callback_foreach), (update_page_callback):
4203         * shell/ev-view.c: (scroll_to_current_page):
4204         
4205         Fix for the bug #325067 with more intelligent selection
4206         of current link in sidebar. Make sidebar handle links
4207         of FITR-like type more correctly.
4208
4209         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4210         (dvi_pixbuf_put_pixel):
4211         
4212         Fix memory consumtion with disabled alpha channel.
4213
4214 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * data/evince-ui.xml:
4217         * shell/ev-window.c: (view_menu_popup_cb),
4218         (ev_popup_cmd_open_link), (ev_window_init):
4219         
4220         Update context menu for internal links. Fix for the bug
4221         #325066.
4222
4223 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4226         
4227         Bind context menu to keyboard also. Fix for the bug
4228         #325065.
4229
4230 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4231
4232         * shell/ev-view.c: (selection_scroll_timeout_cb):
4233         
4234         Horizontal scroll on selection also.
4235
4236 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * shell/ev-metadata-manager.c: (parse_value):
4239         * shell/ev-view.c: (goto_xyz_link):
4240         
4241         Correct zoom setup and metadata save broken in 
4242         some locales.
4243
4244 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4245
4246         * shell/ev-view-private.h:
4247         * shell/ev-view.c: (scroll_to_current_page),
4248         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4249         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4250         (page_changed_cb), (ev_view_set_continuous),
4251         (ev_view_set_dual_page), (ev_view_set_presentation):
4252         
4253         Delay scroll until allocation to correctly position page. Fix
4254         for the bug #317334.
4255
4256 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4257
4258         * NEWS:
4259         * configure.ac:
4260         
4261         Update NEWS and require poppler 0.5.0.
4262
4263 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4264         
4265         * data/evince-ui.xml:
4266         * shell/ev-view-private.h:
4267         * shell/ev-view.c: (ev_view_get_link_at_location),
4268         (handle_link_over_xy), (ev_view_button_press_event),
4269         (ev_view_button_release_event), (ev_view_class_init):
4270         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4271         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4272         (ev_window_init):
4273         
4274         Implement right-click context menu.
4275
4276 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4279         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4280         (mdvi_pixbuf_device_render):
4281         * pdf/ev-poppler.cc:
4282
4283         Don't generate thumbnails with alpha. See bug #324077.
4284         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4285
4286 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * shell/ev-window.c: (setup_chrome_from_metadata):
4289         
4290         Fix typo that was hiding toolbar.
4291
4292 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4293
4294         * shell/ev-view-private.h:
4295         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4296         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4297         (ev_view_button_release_event), (ev_view_destroy):
4298         
4299         Small cleanup and autoscrolling during selection. Thanks to 
4300         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4301
4302 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4303
4304         * configure.ac:
4305         
4306         Correctly check for comics option.
4307
4308 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4309         * Makefile.am:
4310         * configure.ac:
4311         * backend/Makefile.am:
4312         * backend/ev-document-factory.c:
4313         * shell/ev-document-types.c:
4314
4315         Included option in configure to make ps backend 
4316         compilation optional with --disable-ps.
4317
4318 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * backend/ev-document-factory.c:
4321         * comics/Makefile.am:
4322         * comics/comics-document.c: (comics_document_load):
4323         * comics/ev-cbr-mime.xml:
4324         * configure.ac:
4325         
4326         Comics mime types are added to shared-mime-info CVS. Now
4327         we don't need to install our own mime types.
4328
4329 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * shell/ev-window.c:
4332         
4333         Add shortcut for "save a copy" menu entry. Fix for
4334         the bug #324582.
4335
4336 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4337
4338         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4339         (job_finished_cb), (new_selection_pixbuf_needed),
4340         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4341         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4342         
4343         Rework selection job info logic and fix critical warning.
4344
4345 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4346
4347         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4348
4349 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4350
4351         * data/evince-ui.xml:
4352         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4353         
4354         Enter as shortcut key for next page. Fix for the bug
4355         #321394.
4356
4357 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4358
4359         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4360
4361 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4364         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4365         (new_selection_pixbuf_needed),
4366         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4367         (clear_job_selection):
4368         
4369         Too early for 0.5. Pixbuf cache code cleaned a bit.
4370
4371 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * NEWS:
4374         * configure.ac:
4375         
4376         Release 0.5.0 preparation
4377
4378 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * comics/Makefile.am:
4381         * configure.ac:
4382         * shell/ev-document-types.c: (ev_document_types_add_filters):
4383         
4384         More advanced handling of custom mime type installation.
4385
4386 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * data/evince.schemas.in:
4389         * shell/ev-metadata-manager.c: (value_free),
4390         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4391         (ev_metadata_manager_get), (ev_metadata_manager_set):
4392         * shell/ev-metadata-manager.h:
4393         * shell/ev-window.c: (update_chrome_flag),
4394         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4395         (setup_document_from_metadata), (setup_chrome_from_metadata),
4396         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4397         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4398         (ev_window_view_toolbar_cb),
4399         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4400         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4401         
4402         Save last document settings and reuse them for new documents.
4403
4404 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * Makefile.am:
4407         * backend/Makefile.am:
4408         * backend/ev-document-factory.c:
4409         * backend/ev-document-factory.h:
4410         * comics/Makefile.am:
4411         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4412         (comics_document_load), (comics_document_save),
4413         (comics_document_get_n_pages), (comics_document_get_page_size),
4414         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4415         (comics_document_class_init), (comics_document_can_get_text),
4416         (comics_document_get_info), (comics_document_document_iface_init),
4417         (comics_document_init), (get_supported_image_extensions),
4418         (comics_document_thumbnails_get_geometry),
4419         (comics_document_thumbnails_get_thumbnail),
4420         (comics_document_thumbnails_get_dimensions),
4421         (comics_document_document_thumbnails_iface_init), (extract_argv):
4422         * comics/comics-document.h:
4423         * comics/ev-cbr-mime.xml:
4424         * configure.ac:
4425         * po/POTFILES.in:
4426         * shell/ev-application.c: (ev_application_register_service):
4427         * shell/ev-document-types.c: (ev_document_types_add_filters):
4428         * thumbnailer/Makefile.am:
4429         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4430         
4431         New CBR/CBZ backend for comic books.
4432
4433 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4434
4435         * shell/main.c: (load_files_remote):
4436
4437         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4438         warning on startup of second instance is fixed. It
4439         is bug #320353.
4440
4441 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4442
4443         * shell/ev-window.c: (ev_window_finalize):
4444         
4445         Fix double free that cause crash.
4446
4447 2005-10-29  Bastien Nocera <hadess@hadess.net>
4448
4449         * tiff/tiff-document.c: (tiff_document_load):
4450         
4451         Fix memory leak.
4452
4453 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4454
4455         * po/POTFILES.in:
4456         * shell/Makefile.am:
4457         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4458         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4459         (ev_view_accessible_get_text),
4460         (ev_view_accessible_get_character_at_offset),
4461         (ev_view_accessible_get_text_before_offset),
4462         (ev_view_accessible_get_text_at_offset),
4463         (ev_view_accessible_get_text_after_offset),
4464         (ev_view_accessible_get_character_count),
4465         (ev_view_accessible_get_caret_offset),
4466         (ev_view_accessible_set_caret_offset),
4467         (ev_view_accessible_get_run_attributes),
4468         (ev_view_accessible_get_default_attributes),
4469         (ev_view_accessible_get_character_extents),
4470         (ev_view_accessible_get_offset_at_point),
4471         (ev_view_accessible_get_n_selections),
4472         (ev_view_accessible_get_selection),
4473         (ev_view_accessible_add_selection),
4474         (ev_view_accessible_remove_selection),
4475         (ev_view_accessible_set_selection),
4476         (ev_view_accessible_text_iface_init),
4477         (ev_view_accessible_idle_do_action),
4478         (ev_view_accessible_action_do_action),
4479         (ev_view_accessible_action_get_n_actions),
4480         (ev_view_accessible_action_get_description),
4481         (ev_view_accessible_action_get_name),
4482         (ev_view_accessible_action_set_description),
4483         (ev_view_accessible_action_iface_init),
4484         (ev_view_accessible_get_type), (ev_view_accessible_new),
4485         (ev_view_accessible_factory_get_accessible_type),
4486         (ev_view_accessible_factory_create_accessible),
4487         (ev_view_accessible_factory_class_init),
4488         (ev_view_accessible_factory_get_type):
4489         * shell/ev-view-accessible.h:
4490         * shell/ev-view-private.h:
4491         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4492         * shell/ev-view.h:
4493         
4494         Initial accessibility support.
4495
4496 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4497
4498         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4499
4500 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4501
4502         * shell/ev-print-job.c: (idle_print_handler):
4503         
4504         Fix for bug Bug 318916: Printing multiple pages.
4505
4506 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4507
4508         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4509
4510 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * pdf/ev-poppler.cc:
4513         
4514         Thumnail dimensions unified with other backends.
4515         
4516         * shell/ev-window-title.c: (ev_window_title_update):
4517         
4518         Fix warning.
4519
4520 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4521
4522         * data/ev-stock-zoom-fit-width.png:
4523         
4524         Remove unused file.
4525
4526 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * configure.ac:
4529         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4530         (djvu_document_finalize):
4531         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4532         (dvi_document_finalize):
4533         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4534         (pixbuf_document_save), (pixbuf_document_finalize):
4535         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4536         (tiff_document_finalize):
4537         
4538         Save a copy implemented for various backends.
4539
4540 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4541
4542         * configure.ac:
4543         
4544         Don't link with ltiff if tiff is disabled.
4545
4546 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * pdf/GDKSplashOutputDev.cc:
4549         * pdf/GDKSplashOutputDev.h:
4550         * pdf/Thumb.cc:
4551         * pdf/Thumb.h:
4552         * pdf/pdf-document.cc:
4553         * pdf/pdf-document.h:
4554         * pdf/test-gdk-output-dev.cc:
4555         
4556         Remove old unused files.
4557
4558 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-window.c: (ev_window_setup_document):
4561         
4562         Fixed warnings on reload and probably crash reason.
4563
4564 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4565
4566         * properties/ev-properties-view.c:
4567         (ev_properties_view_format_date):
4568         
4569         Check if date is invalid. Fix for bug 318134.
4570
4571 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4572
4573         * shell/ev-window-title.c:
4574         
4575         Add .indd files (Adobe Indesign) to the list of "bad
4576         extensions".
4577
4578 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * data/evince-ui.xml:
4581         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4582         
4583         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4584
4585 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4586
4587         * shell/ev-window.c: (launch_link), (launch_external_uri),
4588         (view_external_link_cb):
4589
4590         URL-escape link before passing it to gnome_vfs_url_show.
4591
4592 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4595         there isn't text selected.
4596
4597 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4598
4599         * shell/ev-view.c: (handle_link_over_xy):
4600
4601         Check tooltip is valid utf8 before showing it
4602
4603 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4606
4607 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4608
4609         * shell/ev-window-title.c: (ev_window_title_update):
4610
4611         Guard against using g_strstrip on NULL. Fixes bug #317291.
4612
4613 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4614
4615         * pdf/ev-poppler.cc:
4616
4617         Show title even for unknown links
4618
4619 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4620
4621         * shell/ev-window-title.c: (ev_window_title_update):
4622
4623         Strip the title string
4624
4625 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4626
4627         * shell/ev-window-title.c:
4628
4629         Add .rtf to the bad extensions list
4630
4631 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4632
4633         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4634         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4635
4636         Ignore link coordinates if they are outside page bounds
4637
4638 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4639
4640         * backend/ev-link.c: (ev_link_type_get_type),
4641         (ev_link_get_filename), (ev_link_get_params),
4642         (ev_link_get_property), (ev_link_set_property),
4643         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4644         * backend/ev-link.h:
4645         * pdf/ev-poppler.cc:
4646         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4647         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4648         (ev_window_init):
4649
4650         Implement launch links. Delegate external link opening to
4651         the window.
4652
4653 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4654
4655         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4656         (ev_link_get_right), (ev_link_get_property),
4657         (ev_link_set_property), (ev_link_class_init),
4658         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4659         * backend/ev-link.h:
4660         * pdf/ev-poppler.cc:
4661         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4662
4663         Implement fitr links
4664
4665 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4666
4667         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4668         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4669         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4670         (ev_view_size_request_continuous),
4671         (ev_view_size_request_dual_page),
4672         (ev_view_size_request_single_page), (ev_view_size_allocate),
4673         (ev_view_zoom_for_size_continuous_and_dual_page),
4674         (ev_view_zoom_for_size_continuous),
4675         (ev_view_zoom_for_size_dual_page),
4676         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4677         (ev_sizing_mode_get_type):
4678         * shell/ev-view.h:
4679         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4680
4681         Do not use modes for link, we need to calculate size ad hoc.
4682         Still not perfect because of the usual scrollbar issues grrr.
4683
4684 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4685
4686         * backend/ev-link.c: (ev_link_type_get_type),
4687         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4688         * backend/ev-link.h:
4689         * pdf/ev-poppler.cc:
4690         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4691         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4692         (ev_view_size_request_continuous),
4693         (ev_view_size_request_dual_page),
4694         (ev_view_size_request_single_page), (ev_view_size_allocate),
4695         (zoom_for_size_fit_height),
4696         (ev_view_zoom_for_size_continuous_and_dual_page),
4697         (ev_view_zoom_for_size_continuous),
4698         (ev_view_zoom_for_size_dual_page),
4699         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4700         (ev_sizing_mode_get_type):
4701         * shell/ev-view.h:
4702         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4703
4704         Implement FIT_HEIGHT mode (only for links).
4705         Implement FITH links
4706
4707 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4708
4709         * shell/ev-window-title.c: (get_filename_from_uri),
4710         (ev_window_title_sanitize_extension), (ev_window_title_update),
4711         (ev_window_title_set_document), (ev_window_title_set_uri),
4712         (ev_window_title_free):
4713         * shell/ev-window-title.h:
4714         * shell/ev-window.c: (ev_window_setup_document),
4715         (ev_window_popup_password_dialog):
4716
4717         Refactor window title building while fixing it for
4718         password documents.
4719
4720 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4721
4722         * pdf/ev-poppler.cc:
4723
4724         Escape link title before setting it in the model
4725
4726 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4727
4728         * shell/ev-application.c: (removed_from_session), (save_session),
4729         (init_session), (ev_application_get_empty_window),
4730         (ev_application_init), (ev_application_get_windows):
4731         * shell/ev-application.h:
4732         * shell/ev-window.c: (ev_window_finalize):
4733
4734         Add a function to retrieve window list and share it where
4735         necessary.
4736         Implement session handling, works pretty well thanks to the
4737         metadata system.
4738
4739 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4740
4741         * shell/ev-password.c: (ev_password_item_created_callback),
4742         (ev_password_dialog_save_password):
4743         
4744         Fix for bug 316972. Use async gnome-keyring API.
4745
4746 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4747
4748         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4749         Remove unused unrealize handler. Add scroll handling to
4750         ev_view_scroll_event for presentation mode (bug #316708),
4751         and fix the event state checks there.
4752
4753 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4754
4755         * shell/ev-page-action.c: (page_changed_cb):
4756
4757         "marco, maybe we should be crazy and jump right to 6! :)"
4758
4759         Bryan Clark, Sep 2005
4760
4761 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4762
4763         * ps/ps-document.c: (save_document), (ps_document_save),
4764         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4765         (ps_document_ps_export_end):
4766
4767         Fix unstructured documents save and print
4768
4769 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4770
4771         * shell/ev-application.c: (ev_application_open_uri):
4772
4773         Fix window size persistance
4774
4775 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4776
4777         * shell/ev-view.c: (ev_view_button_release_event):
4778
4779         Based on a patch from carlosgc@gnome.org. Mouse buttons
4780         switch pages in presentation mode.
4781
4782 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4783
4784         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4785
4786         Dont cast to int before scaling
4787
4788 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4789
4790         * backend/ev-link.c: (ev_link_type_get_type),
4791         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4792         (ev_link_new_page_fith):
4793         * backend/ev-link.h:
4794         * pdf/ev-poppler.cc:
4795         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4796
4797         Implement FIT and FITH links
4798
4799 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4800
4801         * pdf/ev-poppler.cc:
4802
4803         Return 0 results when search is not in progress.
4804
4805         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4806         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4807
4808         Update menu sensitivity when cancelling search
4809
4810 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4811
4812         * shell/ev-view.c: (ev_view_can_find_next):
4813
4814         Take all pages in consideration, not just current one
4815
4816 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4817
4818         * shell/ev-page-cache.c:
4819         * shell/ev-page-cache.h:
4820         * shell/ev-view.c: (ev_view_binding_activated),
4821         (ev_view_next_page), (ev_view_previous_page),
4822         (ev_sizing_mode_get_type):
4823         * shell/ev-view.h:
4824         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4825         (ev_window_cmd_go_next_page):
4826
4827         Move page next/previous functions from page chace to
4828         view and change it to move by 2 page steps in dual mode.
4829
4830 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4831
4832         * shell/ev-window.c: (update_sidebar_visibility),
4833         (setup_sidebar_from_metadata), (ev_window_setup_document),
4834         (setup_view_from_metadata):
4835
4836         Show the index by default when there is one     
4837
4838 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4839
4840         * shell/ev-window-title.c: (ev_window_title_set_document):
4841
4842         Missing null check
4843
4844 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4845
4846         * shell/ev-view.c: (view_update_range_and_current_page):
4847         
4848         Allow display of last odd page in dual view. Fix for 316347.
4849
4850 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4851
4852         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4853         
4854         Make close button default. Fix for 316383.
4855
4856 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4857
4858         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4859         
4860         Mark close button as default. Fix for 316381.
4861
4862 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4863
4864         * backend/ev-link.c: (ev_link_class_init):
4865
4866         Allow negative doubles in left/top properties
4867
4868 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4869
4870         * shell/ev-window.c:
4871
4872         Remove a bunch of strings that was used only
4873         by the statusbar.
4874
4875 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4876
4877         * shell/ev-window-title.c: (get_filename_from_uri),
4878         (ev_window_title_set_document):
4879
4880         When title has a confusing extension, show also
4881         the document filename inside ()
4882
4883 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4884
4885         * shell/Makefile.am:
4886         * shell/ev-window-title.c: (ev_window_title_new),
4887         (ev_window_title_update), (ev_window_title_set_type),
4888         (ev_window_title_set_document), (ev_window_title_free):
4889         * shell/ev-window-title.h:
4890         * shell/ev-window.c: (ev_window_setup_document),
4891         (password_dialog_response), (ev_window_popup_password_dialog),
4892         (ev_window_dispose), (ev_window_init):
4893
4894         Factor out and cleanup window title code
4895
4896 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4897
4898         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4899         (unable_to_load):
4900
4901         Make dialog transient so it doesnt block other windows
4902
4903 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * pdf/ev-poppler.cc:
4906         
4907         Fix pdf thumbnails rendering.
4908
4909 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4910
4911         * shell/ev-window.c: (fullscreen_set_timeout):
4912         
4913         Increase timeout to hide full screen popup. Bug 
4914         316123. 
4915
4916 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * data/evince.schemas.in:
4919         * shell/ev-window.c: (update_action_sensitivity):
4920
4921         Allow the user to override document restrictions. Fix for bug
4922         305818.
4923
4924 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4925
4926         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4927         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4928         (ev_window_class_init): Fix multihead behaviour of fullscreen
4929         toolbar popup. Fixes bug #315451.
4930
4931 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * configure.ac:
4934         * data/evince-password.glade:
4935         * shell/ev-password.c: (ev_password_dialog_set_property),
4936         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4937         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4938         (ev_password_dialog_entry_changed_cb),
4939         (ev_password_dialog_entry_activated_cb),
4940         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4941         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
4942         (ev_password_dialog_set_bad_pass):
4943         * shell/ev-password.h:
4944         * shell/ev-window.c: (password_dialog_response),
4945         (ev_window_popup_password_dialog):
4946         
4947         Support for gnome-keyring for encrypted PDF's.
4948
4949 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4950
4951         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
4952         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
4953         (ev_view_enter_notify_event), (ev_view_class_init):
4954         
4955         More precise handling of enter_notify/leave_notify events
4956         in EvView. Fix for bug 315470.
4957
4958 2005-09-08  Christopher Aillon  <caillon@redhat.com>
4959
4960         * shell/ev-window.c: (fullscreen_timeout_cb),
4961         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4962         (ev_window_dispose):
4963
4964         leak fix: unref fullscreen_timeout_source before clearing it
4965
4966 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * configure.ac, dvi/mdvi/Makefile.am: 
4969         
4970         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
4971
4972 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4973
4974         * backend/ev-link.c: (ev_link_new_page_xyz):
4975         * pdf/ev-poppler.cc:
4976         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
4977
4978         Fix some bugs with xyz links, respect zoom
4979
4980 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4981
4982         * shell/ev-window.c: (page_changed_cb),
4983         (setup_document_from_metadata), (update_sidebar_visibility),
4984         (setup_view_from_metadata), (ev_window_run_fullscreen),
4985         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4986         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
4987         (ev_window_dual_mode_changed_cb),
4988         (ev_window_sidebar_current_page_changed_cb):
4989
4990         null check uri before setting and getting metadata
4991
4992 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4993
4994         * dvi/Makefile.am:
4995         * properties/Makefile.am:
4996         * shell/Makefile.am:
4997         * thumbnailer/Makefile.am:
4998
4999         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5000
5001 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5002
5003         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5004         (selection_changed_callback):
5005         * shell/ev-sidebar-links.h:
5006
5007         Add a signal for link activation.
5008
5009         * shell/ev-view.c: (ev_view_goto_link),
5010         (ev_view_button_release_event):
5011         * shell/ev-view.h:
5012         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5013         (ev_window_init):
5014
5015         Implement the signal so that we can handle all link types.
5016
5017         * shell/ev-page-cache.c:
5018
5019         Remove unused set_link function
5020
5021 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5022
5023         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5024
5025         Add some space from the cursor, hardcoded but I couldnt
5026         find a better way.
5027
5028 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5029
5030         * lib/ev-tooltip.c:
5031
5032         Use mozilla style vs gtk style, way better for links.
5033
5034         * shell/ev-view.c: (ev_view_motion_notify_event),
5035         (ev_view_destroy), (ev_view_init):
5036
5037         Deactive tooltip when the link hovered is changed.
5038
5039 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5040
5041         * backend/ev-document.h:
5042         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5043         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5044         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5045         (ev_link_new_page), (ev_link_new_page_xyz):
5046         * backend/ev-link.h:
5047         * pdf/ev-poppler.cc:
5048         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5049         (go_to_link), (tip_from_link):
5050
5051         Implement xyz links, still not functional. Links are a total
5052         mess, will need to refactor and bugfix a lot :(
5053
5054 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5055
5056         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5057
5058 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5059
5060         * data/evince-ui.xml:
5061         * data/evince.schemas.in:
5062         * shell/Makefile.am:
5063         * shell/ev-window.c: (update_chrome_visibility),
5064         (password_dialog_response), (ev_window_load_job_cb),
5065         (ev_window_xfer_job_cb), (ev_window_open_uri),
5066         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5067         (ev_window_init):
5068
5069         Remove the statusbar. This regress loading feedback, need to
5070         check with Bryan what we want to do there...
5071
5072 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5073
5074         * lib/ev-tooltip.c: (ev_tooltip_init):
5075
5076         Fix tooltip border and size handling
5077
5078 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5079
5080         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5081         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5082         (ev_tooltip_timeout), (ev_tooltip_activate),
5083         (ev_tooltip_deactivate):
5084         * lib/ev-tooltip.h:
5085         * shell/ev-view.c: (ev_view_motion_notify_event):
5086
5087         Delay popup showing. Mirror gtk logic/times.
5088
5089 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5090
5091         * lib/Makefile.am:
5092         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5093         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5094         (ev_tooltip_set_text), (ev_tooltip_set_position):
5095         * lib/ev-tooltip.h:
5096
5097         Simple widget to show tooltips at a custom position
5098
5099         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5100         (ev_view_destroy):
5101
5102         Use it for links. First go, needs work
5103
5104 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5105
5106         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5107         HIG fixes.  Use title capitalization for window title. Use 12 
5108         pixels of space between the dialog's vbox and action area.
5109
5110 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5111
5112         * shell/ev-window.c: (file_open_dialog_response_cb),
5113         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5114         (ev_window_cmd_save_as):
5115
5116         Make file pickers not modal and refactor code some
5117
5118 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5119
5120         * shell/ev-sidebar.h:
5121         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5122         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5123         (ev_sidebar_class_init), (ev_sidebar_select_page),
5124         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5125         (ev_sidebar_set_page):
5126
5127         Add a current page property and allow to get/set it
5128
5129         * shell/ev-window.c: (setup_view_from_metadata),
5130         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5131
5132         Persist current sidebar page per document
5133
5134 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5135
5136         * data/evince.schemas.in:
5137         * shell/ev-window.c: (update_chrome_visibility),
5138         (setup_document_from_metadata), (update_sidebar_visibility),
5139         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5140         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5141         (ev_window_run_presentation), (ev_window_stop_presentation),
5142         (ev_window_view_sidebar_cb),
5143         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5144         (load_chrome), (ev_window_init):
5145
5146         Persist size/visibility of sidebar per document
5147
5148 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5149
5150         * shell/ev-view.c (draw_loading_text): Draw loading text.
5151
5152 2005-09-02  Dan Damian  <dand@gnome.ro>
5153
5154         * configure.in: Added "ro" to ALL_LINGUAS.
5155
5156 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5157
5158         * shell/ev-view.c: (clear_caches):
5159
5160         ev_page_cache_get doesnt return a reference,
5161         dont try to unref it.
5162
5163 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5164
5165         * shell/main.c: (load_files_remote):
5166
5167         Fix timestamp parameter with dbus <= 0.33
5168
5169 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5170
5171         * data/evince.schemas.in:
5172
5173         Add missing full stop
5174
5175 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5176
5177         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5178         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5179
5180         Plug some memory leaks
5181
5182 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5183
5184         * configure.ac:
5185         * lib/ev-debug.c: (trap_handler):
5186
5187         Check for execinfo.h and use it only if it exists.
5188         Ported from Epiphany (bug #314776).
5189
5190 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5191
5192         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5193
5194 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5195
5196         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5197         * po/id.po      : Added Indonesian translation
5198
5199 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5200
5201         * shell/main.c:
5202         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5203         * NEWS: Release 0.4.0
5204
5205 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5206
5207         * configure.ac: catch another gtk+-2.8ism
5208         * shell/main.c: Make work with gtk+-2.6
5209
5210 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5211
5212         * shell/ev-application-service.xml: Add 'timestamp' argument to
5213           ev_application_open_window and ev_application_open_uri methods.
5214
5215         * shell/ev-application.h: Add 'timestamp' argument to
5216           ev_application_open_window, ev_application_open_uri,
5217           and ev_application_open_uri_list functions.
5218
5219         * shell/ev-application.c (ev_application_open_window,
5220           ev_application_open_uri, ev_application_open_uri_list): Change
5221           functions that show/present windows to use a timestamp if one
5222           is passed in.
5223
5224         * shell/ev-window.c (ev_window_cmd_file_open,
5225           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5226         * shell/main.c (load_files): Modify calls to ev_application to
5227           include GDK_CURRENT_TIME as timestamp.
5228
5229         * shell/main.c (load_files_remote): Obtain timestamp for client
5230           instance from GDK and pass to server instance so new windows are
5231           focused properly.  Fix dbus_g_proxy_call() calls by including second
5232           G_TYPE_INVALID.
5233           
5234         Closes bug #314475.
5235
5236 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5237
5238         * shell/ev-window.c (ev_window_finalize): Check for
5239         avail. EvWindows when quiting to handle the finalize better,
5240         #314497
5241
5242 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243         
5244         * properties/ev-properties-view.c: 
5245         
5246         Set textdomain to libglade. Fixes translation problem in property page.
5247
5248 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5249
5250         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5251         * dvi/Makefile.am:
5252         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5253         * dvi/mdvi-lib/Makefile.am:
5254         
5255         Fix rotation of thumbnails, ported to new API. Moved library
5256         dependencies earlier, probably it will fix linkage problem.
5257
5258 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5259
5260         * backend/ev-document-misc.c:
5261         (ev_document_misc_get_thumbnail_frame):
5262         * backend/ev-document-misc.h:
5263         * configure.ac:
5264         * pdf/ev-poppler.cc:
5265         * shell/Makefile.am:
5266         * shell/ev-sidebar-thumbnails.c: (add_range),
5267         (ev_sidebar_thumbnails_set_loading_icon),
5268         (ev_sidebar_thumbnails_refresh),
5269         (ev_sidebar_thumbnails_set_document):
5270         * shell/ev-sidebar-thumbnails.h:
5271         * shell/ev-view.c: (ev_view_motion_notify_event),
5272         (ev_view_set_property), (ev_view_get_property),
5273         (ev_view_class_init), (ev_view_set_rotation):
5274         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5275         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5276         (ev_window_init):
5277         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5278         Redo rotation (again).  prepare for 0.4.0
5279
5280 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5281
5282         * configure.ac: Bump poppler requirement to 0.4.1.
5283
5284         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5285         argument to poppler_page_render_selection() call.
5286
5287 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5288
5289         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5290         (djvu_document_thumbnails_get_thumbnail):
5291         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5292         (dvi_document_thumbnails_get_thumbnail):
5293         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5294         (pixbuf_document_thumbnails_get_thumbnail):
5295         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5296         
5297         Update rotation direction of backends to fit with pdf and ps.
5298
5299 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5300
5301         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5302         * backend/ev-async-renderer.h:
5303         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5304         (setup_page), (ps_document_get_page_size),
5305         (ps_async_renderer_render_pixbuf):
5306         * ps/ps-document.h:
5307         * shell/ev-jobs.c: (ev_job_render_run):
5308
5309         Fix orientation in the postscript document
5310
5311 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5312
5313         * pdf/ev-poppler.cc:
5314         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5315         * shell/ev-view.c: (highlight_find_results):
5316
5317         Adapt to the new poppler rotation API. Fix text maps on landscape
5318         documents.
5319
5320 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5321
5322         * shell/ev-view.c (compute_new_selection_text): get the correct
5323         region when selecting in modes other than continuous.
5324
5325 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5326
5327         * shell/main.c (main): remove redundant g_warnings.
5328
5329 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * shell/Makefile.am: Don't include autogenerated
5332         file ev-application-service.h into distribution, since
5333         it causes dbus crash. Fix for bugs 313724 and 313443. 
5334
5335 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * configure.ac: Fix sed expression for FreeBSD. Thanks
5338         to Joe Marcus Clark <marcus@freebsd.org>
5339         
5340         * shell/eggfindbar.c: (entry_activate_callback),
5341         (entry_changed_callback), (egg_find_bar_init),
5342         (egg_find_bar_set_search_string):
5343         
5344         Made findbar buttons unsensitive if there is no text in
5345         entry. Fix for the bug 313285.
5346
5347 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * ps/ps-document.c: Use g_filename_display_name for displaying
5350         filenames and revert string freeze breackage
5351
5352 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5353
5354         * NEWS:
5355         * configure.ac:
5356
5357         Update for 0.3.4
5358
5359         * shell/Makefile.am:
5360
5361         Add ev-application-service.xml to extra dist
5362
5363         * shell/ev-view.c: (find_page_at_location):
5364
5365         Remove unused function (fix warning)
5366
5367 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5370         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5371         
5372         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5373         bug 313623.
5374
5375 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5378         * shell/ev-window.c:
5379         Fix build warnings
5380
5381 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * configure.ac: Update script to get dbus version.
5384         Fix for the bug #313443.
5385
5386 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * shell/ev-window.c: (ev_window_cmd_escape):
5389         
5390         Return focus back to view on escape. Fix for bug 313295.
5391
5392 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5393
5394         * shell/ev-window.c: (update_window_title),
5395         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5396         (ev_window_cmd_save_as):
5397         
5398         Correct conversion from uri to displayable string. Fix for
5399         bug 313296.
5400
5401 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * ps/ps-document.c: convert filename to utf8 when there is an error
5404         loading document. Fixes #309915
5405
5406 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5407
5408         * configure.ac:
5409
5410         We depend on poppler 0.4.0
5411
5412 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5413
5414         * configure.ac:
5415         * NEWS: Release 0.3.3.
5416         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5417
5418 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5419
5420         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5421         add a couple missing mnemonics to menu items, use title 
5422         capitalization for menu items and window titles, and add 
5423         ellipsis to open menu item.     
5424
5425 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5426
5427         * pdf/ev-poppler.cc:
5428         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5429         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5430         (ev_view_get_rotation):
5431         * shell/ev-view.h:
5432         * shell/ev-window.c: (setup_view_from_metadata),
5433         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5434         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5435         disk.
5436
5437 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5438
5439         * configure.ac: Added tr to ALL_LINGUAS
5440
5441 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5442
5443         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5444         requires several clicks to find word. Thanks to 
5445         Colin Slater <kiltedtaco@gmail.com>.
5446
5447 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5448
5449         * data/evince.desktop.in.in: Hide menu entry and
5450         rename it to "Document Viewer". Fix for bug 
5451         #312399.
5452
5453 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5454
5455         * shell/ev-page-action.c (ev_page_action_class_init): 
5456
5457         Point to the correct function in constructor of the
5458         activate_label signal
5459
5460 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5461
5462         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5463         * shell/ev-jobs.h: Make thread safe.
5464
5465 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5466
5467         * shell/ev-view.c: (view_update_range_and_current_page):
5468         Don't update page range if we are scrolling to some document
5469         point.
5470
5471 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5474         when getting max_page_width, fix drawing in dual mode.
5475
5476 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5477
5478         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5479         getting the area for select_all.
5480
5481 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5482
5483         * backend/ev-selection.c: (ev_selection_render_selection):
5484         * backend/ev-selection.h:
5485         * pdf/ev-poppler.cc:
5486         * shell/ev-jobs.c: (ev_job_render_new):
5487         * shell/ev-jobs.h:
5488         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5489         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5490         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5491         (ev_view_class_init):
5492
5493         Change selection color on focus in and focus out events.  Also,
5494         poppler now uses GdkColor for specifying the selection colors, so
5495         drop some awkward conversion code.
5496
5497 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5498
5499         * configure.ac: Added Hebrew translation
5500
5501 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5502
5503         * NOTES:
5504         * backend/ev-selection.c: (ev_selection_render_selection):
5505         * backend/ev-selection.h:
5506         * pdf/ev-poppler.cc:
5507         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5508         (ev_job_render_run):
5509         * shell/ev-jobs.h:
5510         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5511         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5512         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5513         (ev_pixbuf_cache_style_changed),
5514         (ev_pixbuf_cache_get_selection_pixbuf),
5515         (ev_pixbuf_cache_set_selection_list),
5516         (ev_pixbuf_cache_get_selection_list):
5517         * shell/ev-pixbuf-cache.h:
5518         * shell/ev-utils.c: (ev_print_region_contents):
5519         * shell/ev-utils.h:
5520         * shell/ev-view.c: (ev_view_queue_draw_page),
5521         (selection_update_idle_cb), (ev_view_motion_notify_event),
5522         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5523         (setup_caches), (ev_view_find_next), (merge_selection_region),
5524         (selection_free):
5525         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5526
5527         Clean up selection to be much smoother!
5528
5529 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5530
5531         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5532         to poppler_page_render_selection().
5533
5534 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * ps/ps-document.c: (save_page_list): Use
5537         unzipped document when printing. Thanks to 
5538         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5539         311016.
5540
5541 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * shell/ev-window.c: (update_action_sensitivity):
5544         
5545         Disable print and save respect to lockdown gconf keys. Fix
5546         for 312342.
5547
5548 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * configure.ac:
5551         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5552         (write_to_temp_file), (ev_file_set_contents):
5553         * shell/ev-utils.h:
5554         * shell/ev-window.c: (save_print_config_to_file):
5555         
5556         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5557         Fix for bug 312238
5558
5559 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5560
5561         * shell/ev-window.c: (load_print_config_from_file),
5562         (save_print_config_to_file), (ev_window_print_range):
5563
5564         Persist the print settings. Fixes bug #311578.
5565
5566 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * djvu/djvu-document.c: (djvu_document_get_page_size),
5569         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5570         (djvu_document_thumbnails_get_thumbnail):
5571         * dvi/dvi-document.c: (dvi_document_get_page_size),
5572         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5573         (dvi_document_thumbnails_get_dimensions),
5574         (dvi_document_thumbnails_get_thumbnail):
5575         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5576         (pixbuf_document_render_pixbuf),
5577         (pixbuf_document_document_iface_init),
5578         (pixbuf_document_thumbnails_get_thumbnail):
5579         
5580         Update backends to make them build with new rotation system.
5581
5582 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5583
5584         * help/C/figures/evince_start_window.png:
5585         
5586         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5587
5588 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5589
5590         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5591         * shell/ev-pixbuf-cache.h:
5592         * shell/ev-sidebar-thumbnails.c:
5593         (ev_sidebar_thumbnails_get_property), (add_range),
5594         (adjustment_changed_cb):
5595         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5596         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5597         we were thumbnailing the entire docment on startup, slowing us
5598         down hugely. 
5599
5600 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5601
5602         * shell/ev-page-cache.c: (ev_page_cache_new):
5603         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5604         == 0, fixes #310306.
5605
5606 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5607
5608         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5609         (ev_view_rotate_left):
5610
5611         Account rotation in doc_rect_to_view_rect.
5612         Ensure rotation doesnt go out of bounds.
5613
5614 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5615
5616         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5617
5618         Correct and cleanup w/h swapping
5619
5620 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5621
5622         * backend/ev-document-thumbnails.c:
5623         (ev_document_thumbnails_get_thumbnail):
5624         * backend/ev-document-thumbnails.h:
5625         * backend/ev-document.c:
5626         * backend/ev-document.h:
5627         * backend/ev-render-context.c: (ev_render_context_new),
5628         (ev_render_context_set_rotation):
5629         * backend/ev-render-context.h:
5630         * pdf/ev-poppler.cc:
5631         * ps/ps-document.c: (ps_document_document_iface_init):
5632         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5633         * shell/ev-jobs.h:
5634         * shell/ev-page-cache.c: (build_height_to_page),
5635         (ev_page_cache_new), (ev_page_cache_get_size),
5636         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5637         (ev_page_cache_get_height_to_page):
5638         * shell/ev-page-cache.h:
5639         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5640         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5641         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5642         (ev_pixbuf_cache_get_selection_pixbuf):
5643         * shell/ev-pixbuf-cache.h:
5644         * shell/ev-print-job.c: (idle_print_handler):
5645         * shell/ev-sidebar-thumbnails.c: (add_range):
5646         * shell/ev-view.c: (view_update_range_and_current_page),
5647         (get_page_y_offset), (get_page_extents),
5648         (ev_view_size_request_continuous_dual_page),
5649         (ev_view_size_request_continuous),
5650         (ev_view_size_request_dual_page),
5651         (ev_view_size_request_single_page), (draw_one_page),
5652         (ev_view_set_rotation), (ev_view_rotate_right),
5653         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5654         (ev_view_zoom_for_size_continuous_and_dual_page),
5655         (ev_view_zoom_for_size_continuous),
5656         (ev_view_zoom_for_size_dual_page),
5657         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5658         (ev_view_select_all):
5659         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5660         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5661         (tiff_document_document_iface_init),
5662         (tiff_document_thumbnails_get_thumbnail):
5663
5664         Use rotation rather than orientation. It's easier and enough
5665         for our needs.
5666
5667 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * shell/ev-page-cache.c: (build_height_to_page),
5670         (ev_page_cache_new), (ev_page_cache_get_size),
5671         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5672         (ev_page_cache_get_height_to_page):
5673         * shell/ev-page-cache.h:
5674         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5675         (ev_view_size_request_continuous_dual_page),
5676         (ev_view_size_request_continuous),
5677         (ev_view_zoom_for_size_continuous_and_dual_page),
5678         (ev_view_zoom_for_size_continuous):
5679
5680         Make the page cache aware of page orientation.
5681
5682 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5683
5684         * backend/ev-document-thumbnails.c:
5685         (ev_document_thumbnails_get_thumbnail):
5686         * backend/ev-document-thumbnails.h:
5687         * backend/ev-document.c:
5688         * backend/ev-document.h:
5689         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5690         * backend/ev-ps-exporter.h:
5691         * pdf/ev-poppler.cc:
5692         * ps/ps-document.c: (ps_document_document_iface_init),
5693         (ps_document_ps_export_do_page):
5694         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5695         * shell/ev-jobs.h:
5696         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5697         (ev_page_cache_get):
5698         * shell/ev-page-cache.h:
5699         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5700         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5701         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5702         * shell/ev-pixbuf-cache.h:
5703         * shell/ev-print-job.c: (idle_print_handler):
5704         * shell/ev-sidebar-thumbnails.c: (add_range):
5705         * shell/ev-view.c: (view_update_range_and_current_page),
5706         (get_page_extents), (ev_view_size_request_dual_page),
5707         (ev_view_size_request_single_page), (draw_one_page),
5708         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5709         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5710         (ev_view_zoom_for_size_dual_page),
5711         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5712         (ev_view_select_all):
5713         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5714         * tiff/tiff-document.c: (tiff_document_get_page_size),
5715         (tiff_document_get_orientation), (rotate_pixbuf),
5716         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5717         (tiff_document_thumbnails_get_thumbnail),
5718         (tiff_document_ps_export_do_page), (tiff_document_init):
5719
5720         Really make use of the orientation bit of the render context.
5721         Use the render context in a few more places in the backend API.
5722         This regress orientation, but now it's done right. Will try to
5723         fix it up asap...
5724
5725 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5726
5727         * shell/ev-view.c: (ensure_rectangle_is_visible):
5728
5729         Patch by Nickolay V. Shmyrev to fix find flickering
5730
5731 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5732
5733         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5734         duplex parameters to ::begin.
5735
5736         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5737         * shell/ev-print-job.c (idle_print_handler): 
5738         * ps/ps-document.c (ps_document_ps_export_begin): 
5739         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5740         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5741         implementations. Poppler backend needs poppler cvs. Rest has
5742         unchanged behavior.
5743
5744 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5745
5746         * shell/ev-window.c (using_pdf_printer): new function.
5747         (ev_window_print_range): print a less techy message if someone
5748         tries to print to PDF.
5749
5750 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5751
5752         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5753         from "unknown font" string. Bug #311431
5754
5755 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5756
5757         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5758
5759 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5760
5761         Bug #311280
5762         
5763         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5764         name for PopplerFontTypes
5765         (pdf_document_fonts_fill_model): add font type to the detail column
5766
5767         * backend/ev-document-fonts.h: added
5768         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5769
5770         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5771         font name and font details, add a little markup.
5772         (ev_properties_fonts_init): use the new cell data func, specify ypad
5773         property for the cell renderer.
5774         (ev_properties_fonts_set_document): add the details column.
5775
5776 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5777
5778         * configure.ac: Added "pl" to ALL_LINGUAS.
5779
5780 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5781
5782         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5783
5784 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5785
5786         * help/ChangeLog: Started this for translations of manual.
5787         * configure.ac, autogen.sh, .cvsignore: Migrated to
5788         gnome-doc-utils. Patch in bug #311222.
5789
5790 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5791
5792         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5793         #ifdef this away to fix an unused-function warning.
5794
5795 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5796
5797         * configure.ac: Added 'gl' to ALL_LINGUAS.
5798
5799 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5800
5801         * configure.ac: Added ne in ALL_LINGUAS
5802         
5803 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * shell/ev-view.c: (ev_view_leave_notify_event):
5806         
5807         Clear status message when pointer leaves view. Fix for bug
5808         #310818 
5809
5810 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5811
5812         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5813
5814 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5815
5816         * shell/ev-view.c: (ev_view_leave_notify_event),
5817         (ev_view_class_init):
5818         
5819         Set cursor to normal then leaving view.
5820
5821 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * configure.ac:
5824         
5825         Fix required djvulibre version.
5826
5827 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5828
5829         *configure.ac: Hindi (hi) language added
5830
5831 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5832
5833         *configure.ac: Punjabi (pa) Language added
5834
5835 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5836
5837         * data/evince-ui.xml, shell/ev-window.c:
5838         
5839         Add keypad accelerators for zooming. Fix for bug 308128.
5840
5841 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5842
5843         * Makefile.am:
5844         * backend/Makefile.am:
5845         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5846         * configure.ac:
5847         * shell/ev-document-types.c: (ev_document_types_add_filters):
5848
5849         Allow to enable/disable the pixbuf backend.
5850         Default to off for now. If we want it enabled we should
5851         really put mime types in the desktop, implement properties etc.
5852
5853         * properties/evince-properties.c:
5854
5855         Initialize error to NULL.
5856         Check error is not NULL before freeing.
5857
5858 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-window.c:
5861
5862         Use F5 as presentation accell
5863
5864 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5865
5866         * shell/ev-window.c: (update_chrome_visibility),
5867         (ev_window_create_fullscreen_popup), (ev_window_init):
5868
5869         Do not leak the fullscreen toolbar
5870
5871 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5872
5873         * shell/ev-window.c: (view_actions_focus_in_cb),
5874         (view_actions_focus_out_cb):
5875
5876         These has a return value! Fix totally random focus
5877         issues we was seeing.
5878
5879 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5880
5881         * shell/main.c: (load_files_remote):
5882
5883         Allow open more than one file
5884
5885 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5886
5887         * shell/main.c: (load_files_remote):
5888
5889         Fix for dbus 0.33. bug #309975
5890
5891 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5892
5893         * properties/ev-properties-main.c: (ev_properties_get_pages):
5894
5895         Actually return NULL for types we dont support
5896
5897 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5898
5899         * po/POTFILES.in:
5900
5901         Remove empty lines.
5902
5903 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5904
5905         * backend/ev-document-factory.c:
5906         (ev_document_factory_get_document):
5907
5908         Do not try to create the object if type
5909         is invalid.
5910
5911 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5912
5913         * ps/ps-document.c: (ps_document_dispose),
5914         (ps_async_renderer_render_pixbuf):
5915         * ps/ps-document.h:
5916
5917         Do not leak the target window
5918
5919 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5920
5921         * shell/ev-application.c: (ev_application_init):
5922
5923         Let tbe check file existence for us.
5924         Add a comment about eggrecent mime filter.
5925
5926 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5927
5928         * data/evince-ui.xml:
5929         * shell/ev-application.c: (ev_application_shutdown),
5930         (ev_application_init), (ev_application_get_toolbars_model),
5931         (ev_application_get_recent_model),
5932         (ev_application_save_toolbars_model):
5933         * shell/ev-application.h:
5934         * shell/ev-window.c: (ev_window_add_recent),
5935         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5936         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5937         (ev_window_init):
5938
5939         Use common toolbar and recent models for all windows.
5940         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5943
5944         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
5945         successfully check for gtk_icon_view_get_visible_range.
5946
5947 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * djvu/Makefile.am:
5950         * dvi/Makefile.am:
5951         
5952         Fix djvu and dvi backend build.
5953
5954 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5955
5956         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
5957         (new_separator_pixbuf):
5958
5959         Don't leak windows.
5960
5961 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5962
5963         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5964
5965         HIGification of toolbar editor dialogue.
5966
5967 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5968
5969         * configure.ac:
5970         * shell/Makefile.am:
5971
5972         Ever build metadata manager since it's just
5973         disabled at runtime now.
5974
5975 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5976
5977         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
5978         (ev_metadata_manager_get), (ev_metadata_manager_set):
5979         * shell/ev-metadata-manager.h:
5980
5981         Add an _init functions that enabled metadata management
5982         at runtime.
5983
5984         * shell/ev-window.c: (page_changed_cb),
5985         (setup_document_from_metadata), (ev_window_setup_document),
5986         (setup_view_from_metadata), (ev_window_open_uri),
5987         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5988         (ev_window_run_presentation), (ev_window_stop_presentation),
5989         (save_sizing_mode), (ev_window_zoom_changed_cb),
5990         (ev_window_continuous_changed_cb),
5991         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
5992         (window_configure_event_cb):
5993
5994         Remove all ugly metadata define since we deal with it
5995         at runtime now.
5996
5997         * shell/main.c: (load_files_remote), (main):
5998
5999         Add support for dbus cvs head. Hopefully didnt break one
6000         of the other versions now!
6001
6002         If we dont get a response from the dbus server just
6003         give up with it and not enable metadata.
6004
6005 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * Makefile.am:
6008         * backend/Makefile.am:
6009         * configure.ac:
6010         * cut-n-paste/recent-files/Makefile.am:
6011         * cut-n-paste/toolbar-editor/Makefile.am:
6012         * cut-n-paste/zoom-control/Makefile.am:
6013         * lib/Makefile.am:
6014         * pdf/Makefile.am:
6015         * pixbuf/Makefile.am:
6016         * properties/Makefile.am:
6017         * ps/Makefile.am:
6018         * shell/Makefile.am:
6019         * thumbnailer/Makefile.am:
6020         * tiff/Makefile.am:
6021
6022         Make frontends depend on just libev.
6023         Rework and group CFLAGS/LIBS definitions.
6024         Cleanups.
6025
6026 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6027
6028         * shell/ev-window:
6029
6030         do not unnecessarily save zoom
6031
6032         * configure.ac:
6033         * lib/ev-file-helpers.c: (ev_dot_dir):
6034         * shell/Makefile.am:
6035         * shell/dummy.cc:
6036
6037         Some cleanups
6038
6039 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6040
6041         * configure.ac:
6042         
6043         Remove unnecessary dependencies
6044
6045 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6046
6047         * properties/Makefile.am:
6048         * thumbnailer/Makefile.am:
6049         * tiff/Makefile.am:
6050
6051         Some more cleanups. Was really necessary
6052         but I probably introduced bugs, feel free
6053         to flame :)
6054
6055 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6056
6057         * backend/Makefile.am:
6058         * configure.ac:
6059         * cut-n-paste/recent-files/Makefile.am:
6060         * cut-n-paste/toolbar-editor/Makefile.am:
6061         * cut-n-paste/zoom-control/Makefile.am:
6062         * lib/Makefile.am:
6063         * pdf/Makefile.am:
6064         * pixbuf/Makefile.am:
6065         * properties/Makefile.am:
6066         * ps/Makefile.am:
6067         * shell/Makefile.am:
6068         * thumbnailer/Makefile.am:
6069         * tiff/Makefile.am:
6070
6071         Use gnome-common macros when possible.
6072         Cleanup dependencies.
6073         Actually disable deprecated where possible.
6074
6075 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6076
6077         * Makefile.am:
6078         * backend/Makefile.am:
6079         * properties/Makefile.am:
6080         * shell/Makefile.am:
6081         * thumbnailer/Makefile.am:
6082
6083         This should solve the circular dep without
6084         requiring dir reorg!
6085
6086         * shell/ev-window.c: (setup_view_from_metadata):
6087
6088         Never restore window size/position when the
6089         window is already visible.
6090
6091 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6092
6093         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6094
6095         Return a boolean from timeout func. Fix ported from gedit.
6096
6097 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6098
6099         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6100
6101 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6102
6103         * shell/ev-document-types.c: set "All Documents" as default filter in
6104         open dialog
6105
6106 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6107
6108         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6109         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6110         (ev_metadata_manager_set_boolean): fix value/val thinko.
6111
6112 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6113
6114         * shell/ev-window.c: (setup_view_from_metadata),
6115         (window_state_event_cb), (window_configure_event_cb),
6116         (ev_window_init):
6117
6118         Remember window position and maximized state
6119
6120 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6121
6122         * configure.ac:
6123
6124         Fix DBUS configure checks.
6125
6126         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6127         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6128         (ev_metadata_manager_set_boolean):
6129
6130         Plug mem leaks.
6131
6132         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6133         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6134         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6135         (ev_window_continuous_changed_cb),
6136         (ev_window_dual_mode_changed_cb), (ev_window_new):
6137
6138         Fix the build without DBUS.
6139
6140 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6141
6142         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6143         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6144         (ev_metadata_manager_set_string),
6145         (ev_metadata_manager_set_boolean):
6146         * shell/ev-metadata-manager.h:
6147
6148         Add support for some more types
6149
6150         * shell/ev-view.c: (scroll_to_current_page),
6151         (ev_view_get_continuous), (ev_view_set_continuous),
6152         (ev_view_get_dual_page):
6153         * shell/ev-view.h:
6154         * shell/ev-window.c: (page_changed_cb),
6155         (setup_document_from_metadata), (ev_window_setup_document),
6156         (setup_view_from_metadata), (ev_window_open_uri),
6157         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6158         (ev_window_run_presentation), (ev_window_stop_presentation),
6159         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6160         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6161         (ev_window_update_dual_page_action),
6162         (ev_window_continuous_changed_cb),
6163         (ev_window_dual_mode_changed_cb), (ev_window_init):
6164
6165         Remember a bunch of view/document properties. Prolly some
6166         are still missing but it's getting interesting.
6167
6168 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6169
6170         * configure.ac: check if dbus-binding-tool is installed. Not the
6171         case on current Ubuntu breezy, it seems.
6172
6173 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6174
6175         * data/evince.desktop.in.in:
6176         
6177         Allow open uri lists and add TryExec field.
6178
6179 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6180
6181         * configure.ac:
6182
6183         Enable dbus when available, do not require a configure
6184         option.
6185
6186 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6187
6188         * configure.ac:
6189
6190         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6191         disabled.
6192
6193 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6194         Marco Pesenti Gritti  <mpg@redhat.com>
6195
6196         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6197         
6198         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6199         functions to the format required by dbus
6200
6201         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6202         errors. Use the RPC parameters in the expected way
6203
6204 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * Makefile.am:
6207         * properties/Makefile.am:
6208         * properties/ev-properties-main.c: (ev_properties_get_pages):
6209
6210         Support all mime types
6211
6212         * shell/Makefile.am:
6213         * thumbnailer/Makefile.am:
6214         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6215         (evince_thumbnail_pngenc_get):
6216
6217         Use the document factory
6218
6219 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6220
6221         * backend/Makefile.am:
6222         * backend/ev-document-factory.c:
6223         (mime_type_supported_by_gdk_pixbuf),
6224         (ev_document_type_get_from_mime),
6225         (ev_document_factory_get_document),
6226         (ev_document_factory_get_backend),
6227         (ev_document_factory_get_mime_types),
6228         (ev_document_factory_get_all_mime_types):
6229         * backend/ev-document-factory.h:
6230         * shell/Makefile.am:
6231         * shell/ev-document-types.c: (get_document_from_uri),
6232         (ev_document_types_get_document),
6233         (file_filter_add_mime_list_and_free),
6234         (ev_document_types_add_filters):
6235         * shell/ev-document-types.h:
6236         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6237         * shell/ev-properties-dialog.c:
6238         (ev_properties_dialog_set_document):
6239         * shell/ev-window.c: (ev_window_cmd_file_open),
6240         (ev_window_cmd_save_as):
6241         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6242
6243         Rework document types managing to avoid code duplication
6244         and actually abstract from backend implementations.
6245         Also provide a minimal factory api that can be used by
6246         thumbnailer/properties.
6247
6248 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6249
6250         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6251         Plug a mem leak.
6252         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6253         HIG spacings.
6254
6255 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6256
6257         * shell/ev-properties-dialog.c
6258         (ev_properties_dialog_set_document): only call
6259         ev_properties_fonts_set_document() if the document implements the
6260         fonts interface
6261
6262 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * configure.ac:
6265         * properties/Makefile.am:
6266         * properties/ev-properties-view.c:
6267         (ev_properties_view_register_type):
6268         * properties/ev-properties-view.h:
6269         * properties/ev-properties-main.h:
6270
6271         Implement nautilus plugin for properties.
6272         Works only for pdf atm, I need to rework the
6273         document types stuff to get this to work
6274         for all backends...
6275
6276 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6277
6278         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6279         (ev_properties_fonts_set_document): use
6280         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6281
6282 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6283
6284         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6285         them
6286         (PlaceImage, tiff2ps_process_page): use
6287         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6288
6289
6290 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6291
6292         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6293         (main): to call gnome_authentication_manager_init. Should fix
6294         Bug #308510
6295
6296         * configure.ac: that requires libgnomeui 2.6.0.
6297
6298 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6299
6300         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6301         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6302         use the new tiff2ps interfaces
6303
6304         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6305         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6306
6307         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6308         structure instead of global variables.  Remove use of static
6309         variables in functions.
6310
6311 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6312
6313         * shell/ev-page-action.c: unref the completion after setting it to the
6314         entry
6315
6316 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6317
6318         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6319         postscript files
6320
6321 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6322
6323         * shell/ev-window.c (update_action_sensitivity): disable
6324         File->Print if the document does not implement the ps exporter
6325         interface
6326
6327 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6328
6329         * Makefile.am:
6330         * configure.ac:
6331         * data/evince-properties.glade:
6332         * properties/.cvsignore:
6333         * properties/Makefile.am:
6334         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6335         (ev_properties_view_class_init), (ev_properties_view_format_date),
6336         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6337         (ev_properties_view_init), (ev_properties_view_new):
6338         * properties/ev-properties-view.h:
6339         * shell/Makefile.am:
6340         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6341         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6342         (ev_properties_dialog_new):
6343         * shell/ev-properties-dialog.h:
6344         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6345         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6346         (update_progress_label), (job_fonts_finished_cb),
6347         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6348         * shell/ev-properties-fonts.h:
6349         * shell/ev-properties.c:
6350         * shell/ev-properties.h:
6351         * shell/ev-window.c: (ev_window_setup_document),
6352         (ev_window_cmd_file_properties):
6353
6354         Split the properties pages in two different objects, depend
6355         only on the backend where possible, use widgets instead
6356         of gobject for the glade part, reimplement the dialog
6357         itself with gtk.
6358         I need this to implement nautilus properties page.
6359
6360 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6361
6362         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6363         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6364         (tiff_document_document_ps_exporter_iface_init): implement the ps
6365         exporter interface for tiff documents
6366
6367         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6368         libtiff to implement TIFF postscript export
6369
6370         * tiff/tiff2ps.h: added a header file for external tiff2ps
6371         functions.
6372
6373         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6374         tiff2ps.h
6375
6376 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6377
6378         * shell/ev-view.c: (scroll_to_current_page),
6379         (ev_view_set_fullscreen), (ev_view_set_presentation):
6380         
6381         Scroll to current page when exit from presentation
6382
6383 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-window.c: (update_document_mode),
6386         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6387         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6388         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6389         
6390         Exit from fullscreen mode when switch to presentation. Fix for
6391         bug 309365
6392
6393 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6394
6395         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6396         return NULL if the document does not implement the selection
6397         interface.
6398
6399 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6400
6401         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6402         reported height by using the resolution aspect ratio
6403         (tiff_document_render_pixbuf): scale the pixbuf using the
6404         resolution aspect ratio
6405
6406 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6407
6408         * configure.ac:
6409         
6410         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6411         <kiltedaco@gmail.com>
6412         
6413         * djvu/djvu-document.c: (djvu_document_get_orientation),
6414         (djvu_document_set_orientation), (djvu_document_get_page_size),
6415         (rotate_pixbuf), (djvu_document_render_pixbuf),
6416         (djvu_document_document_iface_init):
6417         * dvi/dvi-document.c: (dvi_document_get_orientation),
6418         (dvi_document_set_orientation), (dvi_document_get_page_size),
6419         (rotate_pixbuf), (dvi_document_render_pixbuf),
6420         (dvi_document_document_iface_init):
6421         
6422         Dvi and djvu backends are ported to new API
6423
6424 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * backend/ev-selection.c: (ev_selection_get_selection_region),
6427         (ev_selection_get_selection_map):
6428         * backend/ev-selection.h:
6429         * pdf/ev-poppler.cc:
6430         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6431         * shell/ev-jobs.h:
6432         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6433         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6434         (ev_pixbuf_cache_get_text_mapping):
6435         * shell/ev-pixbuf-cache.h:
6436         * shell/ev-view.c: (location_in_text),
6437         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6438         support to EvView.  Now we can see where we can select!  Sweet!
6439
6440 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6441
6442         * shell/ev-view.c (ev_view_button_press_event): Fix
6443         event->y + view->scroll_x typo.
6444
6445 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6446
6447         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6448         sub-GdkPixbuf instead of passing dest_x and dest_y.
6449         
6450         * shell/ev-view.c: (view_point_to_doc_point),
6451         (view_rect_to_doc_rect), (ev_view_button_press_event),
6452         (ev_view_motion_notify_event), (compute_new_selection_rect),
6453         (gdk_rectangle_point_in), (compute_new_selection_text),
6454         (compute_selections): Update selection code to keep the selection
6455         around as two points and not as a normalized rectangle, and fix
6456         page level selection in two-column mode.
6457
6458 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6459
6460         * shell/ev-window.c: (window_configure_event_cb): 
6461         
6462         Fix compilation
6463         
6464 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6465
6466         * pdf/ev-poppler.cc:
6467
6468         Fix compilation
6469
6470 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6471
6472         * shell/Makefile.am:
6473         * shell/ev-metadata-manager.c: (item_free),
6474         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6475         (parse_value), (parseItem), (load_values),
6476         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6477         (save_values), (save_item), (get_oldest), (resize_items),
6478         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6479         * shell/ev-metadata-manager.h:
6480
6481         Metadata manager from gedit but modified to use GValue, so that
6482         we dont need to keep converting from strings.
6483
6484         * configure.ac:
6485
6486         ENABLE_METADATA conditional, on when dbus is on
6487
6488         * shell/ev-application.c: (ev_application_open_uri):
6489
6490         Show the window after load so that we can initialize
6491         window size before it's showed.
6492
6493         * shell/ev-window.c: (ev_window_setup_from_metadata),
6494         (ev_window_open_uri), (window_configure_event_cb),
6495         (ev_window_init):
6496
6497         Save and load metadata information about window size.
6498         Not yet keeping states in account.
6499
6500         * shell/main.c: (main):
6501
6502         Shutdown metadata manager.
6503
6504 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * shell/ev-application-service.xml:
6507         * configure.ac:
6508         * shell/Makefile.am:
6509         * shell/ev-application.c:
6510         * shell/ev-application.h:
6511         * shell/ev-window.c:
6512         * shell/ev-window.h:
6513         * shell/main.c:
6514
6515         Add an optional dbus interface (--enable-dbus).
6516         Rework application code, mainly to be easier to
6517         use "remotely".
6518         Do not open multiple windows with the same document,
6519         spatial evince!
6520
6521 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6522
6523         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6524         pixbuf iff it exists.
6525
6526 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6527
6528         * shell/*:
6529         * backend/ev-render-context.[ch]:
6530         * backend/ev-selection.[ch]:
6531
6532         Massive changes.  We now support text selection of pdfs, and not
6533         just rectangular selection.  This is pretty broken still, but I
6534         want to get something into CVS.
6535
6536 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6537
6538         * pdf/ev-poppler.cc:
6539         
6540         Fix for Bug 309080: crash on window close.
6541         
6542         * shell/ev-page-action.c: (page_changed_cb):
6543         
6544         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6545         jensgr@gmx.net (Jens Granseuer).
6546
6547 2005-06-25  Marcel Telka  <marcel@telka.sk>
6548
6549         * configure.in (ALL_LINGUAS): Added sk.
6550
6551 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6552
6553         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6554         not a document open
6555
6556 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6557
6558         * NEWS:
6559         * configure.ac:
6560
6561         Release 0.3.2
6562
6563         * cut-n-paste/recent-files/Makefile.am:
6564
6565         Fix make distcheck
6566
6567 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6568
6569         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6570         (pixbuf_document_set_orientation), (rotate_pixbuf),
6571         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6572         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6573
6574         Implement rotation and cleanup the code a bit.
6575
6576         * tiff/tiff-document.c: (tiff_document_get_page_size),
6577         (tiff_document_get_orientation), (tiff_document_set_orientation),
6578         (rotate_pixbuf), (tiff_document_render_pixbuf),
6579         (tiff_document_document_iface_init), (tiff_document_init):
6580
6581         Implement rotation. Was the quicker solution for the release
6582         but we really need to share this code in the shell.
6583
6584 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6585
6586         * pdf/ev-poppler.cc:
6587
6588         Enable rotation, require poppler cvs. Fix a leak.
6589
6590 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * shell/ev-window.c: (update_action_sensitivity):
6593         
6594         Make properties unsensitive if document backend doesn't provide
6595         any info
6596
6597 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6600         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6601         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6602         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6603         (bitmap_flip_rotate_counter_clockwise):
6604         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6605         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6606         (buff_gets):
6607         * dvi/mdvi-lib/common.h:
6608         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6609         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6610         (opendvi), (mdvi_reload), (mdvi_init_context),
6611         (mdvi_destroy_context), (mdvi_dopage), (special):
6612         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6613         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6614         (file_hash_free), (register_encoding), (parse_spec),
6615         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6616         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6617         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6618         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6619         (mdvi_register_font_type), (mdvi_unregister_font_type),
6620         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6621         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6622         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6623         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6624         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6625         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6626         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6627         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6628         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6629         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6630         (mdvi_unregister_special), (mdvi_flush_specials):
6631         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6632         (t1_font_remove):
6633         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6634         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6635         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6636         (free_font_metrics), (flush_font_metrics):
6637         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6638         (tt_font_remove):
6639         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6640         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6641         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6642         (dstring_insert), (dstring_new), (dstring_reset):
6643         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6644         
6645         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6646         avoid conflict with libtool on FC4
6647         
6648         * shell/ev-window.c: (ev_window_cmd_help_about):
6649         
6650         Update copyright year. Fix for bug 308828.
6651
6652 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6653
6654         * shell/ev-view.c: (add_scroll_binding_keypad),
6655         (ev_view_binding_activated), (ev_view_class_init),
6656         (on_adjustment_value_changed):
6657         
6658         Bug 170874: Arrow keys switch pages in presentation mode
6659
6660 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6663         
6664         Fix for Bug 308265: Sidebar dissappears coming out of 
6665         Presentation mode
6666
6667 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-application.c: (ev_application_open):
6670         * shell/ev-document-types.c: (ev_document_types_add_filters),
6671         (ev_document_types_add_filters_for_type):
6672         * shell/ev-document-types.h:
6673         * shell/ev-window.c: (ev_window_cmd_save_as):
6674         
6675         Suggest basename as template when saving, provide filters
6676         for save dialog. It's bug 308402
6677
6678 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * pdf/ev-poppler.cc:
6681         * shell/ev-sidebar-links.c: (job_finished_callback):
6682         * shell/ev-view.c: (update_find_status_message):
6683         
6684         Some leaks fixed
6685
6686 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6687
6688         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6689         (egg_recent_view_uimanager_set_list):
6690
6691         Fix buglet in !show_numbers case.
6692
6693 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6694
6695         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6696         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6697
6698         Use pango ellipsisation.
6699
6700         * pdf/ev-poppler.cc:
6701
6702         Fix refcount leak, from nsh.
6703
6704 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6705
6706         * cut-n-paste/recent-files/Makefile.am:
6707         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6708         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6709         
6710         Removed EggRecentViewGtk
6711         
6712         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6713         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6714         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6715         (ev_window_setup_recent):
6716         
6717         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6718         with other projects
6719
6720 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6723         (egg_recent_view_gtk_finalize):
6724
6725         Fix memory leak
6726
6727         * cut-n-paste/toolbar-editor/Makefile.am:
6728         
6729         Fix location of cursor icon.
6730         
6731         * pdf/ev-poppler.cc:
6732         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6733         (display_completion_text), (match_completion):
6734         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6735         (selection_changed_callback), (create_loading_model),
6736         (print_section_cb), (links_page_num_func),
6737         (update_page_callback_foreach):
6738         * shell/ev-window.c: (ev_window_dispose):
6739         
6740         Small memory fixes. Links model now store objects instead
6741         of pointers to improve memory management. 
6742
6743 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/ev-window.c: (zoom_control_changed_cb):
6746         
6747         Fix update of zoom control (bug 308268).
6748
6749 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6750
6751         * shell/ev-properties.c (set_property): escape the text correctly.
6752         Handles non-UTF-8 properties and escaped properties.  Also, sets
6753         the text to "<i>None</i>" if the property isn't set.
6754
6755         * data/evince-properties.glade: Change the label to be ellipsized,
6756         and give it a minimum size.
6757
6758 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6761         * shell/ev-sidebar-links.c: (create_loading_model):
6762         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6763         * shell/ev-view.c: (ev_view_set_document):
6764         * shell/ev-window.c: (ev_window_dispose):
6765         
6766         Various small fixes, mostly memory leaks. Thanks to valgrind.
6767
6768 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6769
6770         * ps/ps-document.c: remove the locale.h include again ;-). And
6771         kill the (bogus) setlocale/savelocale business.
6772
6773 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6774
6775         * ps/ps-document.c:
6776         
6777         Include locale.h to fix build
6778         
6779         * shell/ev-sidebar.c:
6780         
6781         Remove unnecessary includes
6782
6783 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * dvi/dvi-document.c: (dvi_document_load):
6786         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6787         * po/POTFILES.in:
6788         
6789         Check for incorrect dvi files. Fix parsing dvi on AMD64
6790         platform. Thanks to tester@tester.ca (Olivier Crete).
6791
6792 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * shell/ev-page-action.c: (match_selected_cb),
6795         (display_completion_text), (match_completion), (update_model):
6796         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6797         (expand_open_links):
6798         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6799         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6800         (ev_sidebar_set_document):
6801         * shell/ev-window.c: (ev_window_xfer_job_cb),
6802         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6803         
6804         Fixed lot's of memory leaks, for example, memory leak on reload, 
6805         described in bug 307793.
6806
6807 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6808
6809         * pdf/ev-poppler.cc:
6810         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6811         (update_visible_range), (adjustment_changed_cb),
6812         (ev_sidebar_thumbnails_fill_model),
6813         (ev_sidebar_thumbnails_refresh),
6814         (ev_sidebar_tree_selection_changed),
6815         (ev_sidebar_icon_selection_changed),
6816         (ev_sidebar_thumbnails_use_icon_view),
6817         (ev_sidebar_thumbnails_set_document):
6818         * shell/ev-sidebar-thumbnails.h:
6819         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6820         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6821
6822         Refresh thumbnails when changing orientation. Not fully
6823         working yet becuase of a sidebar bug.
6824
6825         Set page orientation to poppler page everywhere. This sucks
6826         really need to fix poppler.
6827
6828 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6831         (egg_recent_view_gtk_new_menu_item),
6832         (egg_recent_view_gtk_set_property),
6833         (egg_recent_view_gtk_get_property),
6834         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6835         (egg_recent_view_gtk_set_tooltip_func),
6836         (egg_recent_view_gtk_set_label_width),
6837         (egg_recent_view_gtk_get_label_width):
6838         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6839
6840         Sync with libegg (ellipsize labels)
6841
6842 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6843
6844         * data/evince-ui.xml:
6845         * shell/ev-window.c: (ev_window_cmd_go_forward),
6846         (ev_window_cmd_go_backward):
6847         
6848         Shift + PageUp moves 10 Pages. Fix for 306125
6849
6850 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6851
6852         * pdf/ev-poppler.cc:
6853
6854         Add a flag to check if orientation has been overriden
6855
6856 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6857
6858         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6859         field if necessary.
6860
6861         * ps/ps.h: add creator field to document.
6862
6863         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6864         set creator field.
6865
6866 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * data/evince-properties.glade:
6869         * shell/ev-properties.c: (ev_properties_set_document):
6870
6871         s/PDF Version/Format
6872
6873 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * shell/ev-properties.c: (ev_properties_set_document):
6876
6877         Remove unnecessary translations
6878
6879 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6880
6881         * cut-n-paste/toolbar-editor/Makefile.am:
6882
6883         Correct library name    
6884
6885 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6886
6887         * configure.ac:
6888         * cut-n-paste/recent-files/egg-recent-model.c:
6889         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6890         (egg_recent_model_unlock_file):
6891         * cut-n-paste/recent-files/egg-recent-util.c:
6892         (egg_recent_util_get_unique_id):
6893         * cut-n-paste/recent-files/update-from-egg.sh:
6894         * cut-n-paste/toolbar-editor/Makefile.am:
6895         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6896         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6897         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6898         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6899         (egg_toolbars_model_get_type):
6900         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6901
6902         Better makefile for toolbar editor and update everything
6903         to latest libegg.
6904
6905 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6906
6907         * shell/ev-window.c: (update_document_mode):
6908
6909         Prefer presentation mode when the document
6910         require fullscreen.
6911
6912 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6913
6914         * data/evince-ui.xml:
6915         * shell/ev-window.c:
6916
6917         Add control-equal for zooming
6918
6919 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6920
6921         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6922
6923 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6924
6925         * backend/ev-document.c: (ev_document_get_orientation):
6926         * backend/ev-document.h:
6927         * pdf/ev-poppler.cc:
6928         * ps/ps-document.c: (ps_document_get_orientation),
6929         (ps_document_set_orientation), (ps_document_document_iface_init):
6930
6931         Add a get_orientation api. Improve set_orientation.
6932
6933         * data/evince-ui.xml:
6934         * shell/ev-view.c: (ev_view_set_orientation),
6935         (ev_view_rotate_right), (ev_view_rotate_left):
6936         * shell/ev-view.h:
6937         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6938         (ev_window_cmd_edit_rotate_right):
6939
6940         Better ui for changing document orientation
6941
6942 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
6945         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
6946         * shell/ev-sidebar-links.h:
6947         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6948         (ev_sidebar_page_iface_init):
6949         * shell/ev-sidebar-page.h:
6950         * shell/ev-sidebar-thumbnails.c:
6951         (ev_sidebar_thumbnails_get_property),
6952         (ev_sidebar_thumbnails_class_init),
6953         (ev_sidebar_thumbnails_set_document):
6954         * shell/ev-sidebar-thumbnails.h:
6955         * shell/ev-view.c: (ev_view_motion_notify_event):
6956         * shell/ev-window.c: (update_chrome_visibility),
6957         (ev_window_cmd_focus_page_selector),
6958         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
6959         (sidebar_page_main_widget_update_cb), (ev_window_init):
6960         
6961         Autoraise toolbar on GoToPage binding and fix bindings in
6962         EvSidebarThumbnails page.
6963
6964 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
6965
6966         * shell/ev-properties.c: (update_progress_label):
6967
6968         Hide the progress label when finished; bug #307697.
6969
6970 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6971
6972         * pdf/ev-poppler.cc:
6973
6974         Enable is_open for links, you will need poppler cvs
6975
6976         * shell/ev-properties.c: (job_fonts_finished_cb):
6977
6978         Get a lock on the document when filling the tree view
6979
6980 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6981
6982         * backend/ev-document-links.h:
6983         * pdf/ev-poppler.cc:
6984         * shell/ev-sidebar-links.c: (create_loading_model),
6985         (expand_open_links), (job_finished_callback):
6986
6987         Expand links when specified by the document.
6988         Depend on a poppler api (defined out for now)
6989
6990 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6991
6992         * shell/ev-properties.c: (ev_properties_dispose),
6993         (ev_properties_class_init), (dialog_destroy_cb),
6994         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
6995         (ev_properties_set_document), (ev_properties_new),
6996         (ev_properties_show):
6997         * shell/ev-properties.h:
6998
6999         Make it an object, cleanup the code, api to show it as transient
7000         and to set the document.
7001
7002         * shell/ev-window.c: (ev_window_setup_document),
7003         (ev_window_cmd_file_properties):
7004
7005         Adapt to EvProperties changes, do not show multiple
7006         times, update it when document changes.
7007
7008 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7009
7010         * ps/gstypes.h:
7011         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7012         (ps_document_set_orientation), (ps_document_document_iface_init):
7013         * ps/ps-document.h:
7014
7015         Implement orientation here too
7016
7017         * shell/ev-properties.c: (ev_properties_new):
7018         * data/evince-properties.glade:
7019
7020         Hide the fonts page for backends that doesnt
7021         support it.     
7022
7023 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7024
7025         * backend/ev-document.c: (ev_document_set_orientation):
7026         * backend/ev-document.h:
7027         * pdf/ev-poppler.cc:
7028
7029         Add orientation api. Currently poppler api is not optimal,
7030         we need to set orientation every time we _get a page.
7031         I will try to fix that at some point.
7032
7033         * data/evince-ui.xml:
7034         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7035         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7036
7037         Add orientation menu items
7038
7039         * shell/ev-page-cache.c: (ev_page_cache_clear):
7040         * shell/ev-page-cache.h:
7041
7042         Add api to clear the cache
7043
7044         * shell/ev-view.c: (setup_caches), (clear_caches),
7045         (ev_view_set_document), (ev_view_zoom_out),
7046         (ev_view_set_orientation):
7047         * shell/ev-view.h:
7048
7049         Implement orientation changing
7050
7051 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7052
7053         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7054         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7055         * backend/ev-document-fonts.h:
7056
7057         Separate scan and fill so that we can incrementally fill from
7058         the main thread. Add a progress api.
7059
7060         * data/evince-properties.glade:
7061         * pdf/ev-poppler.cc:
7062         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7063         * shell/ev-jobs.h:
7064         * shell/ev-properties.c: (update_progress_label),
7065         (job_fonts_finished_cb), (setup_fonts_view):
7066
7067         Incrementally feel the list and show the progress
7068         percentage in a label like acrobat does.
7069
7070         You are going to need poppler cvs
7071
7072 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7073
7074         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7075         * backend/ev-document-fonts.h:
7076         * pdf/ev-poppler.cc:
7077
7078         Make fonts model fill incrementally.
7079
7080         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7081         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7082         (ev_job_queue_remove_job):
7083         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7084         (ev_job_fonts_new), (ev_job_fonts_run):
7085         * shell/ev-jobs.h:
7086
7087         New job for fonts scanning
7088
7089         * shell/ev-properties.c: (job_fonts_finished_cb),
7090         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7091         * shell/ev-properties.h:
7092         * shell/ev-window.c: (ev_window_cmd_file_properties):
7093
7094         Incrementally feel the treeview using the new job. Show Loading...
7095         message until scanning is completed.
7096
7097         Hopefully I didnt break the build without the poppler patch.
7098
7099 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7100
7101         * shell/ev-application.c: (ev_application_open):
7102         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7103         (ev_document_type_get_type), (ev_document_type_lookup):
7104         * shell/ev-document-types.h:
7105         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7106         * shell/ev-job-xfer.h:
7107         * shell/ev-window.c: (ev_window_clear_local_uri),
7108         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7109         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7110         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7111         
7112         Transfer remote documents to tmp directory to display them later.
7113
7114 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7115
7116         * backend/ev-document-info.h:
7117         * shell/ev-properties.c: (ev_properties_new):
7118
7119         s/GTime*/GTime. Not sure why we was using a pointer
7120         at all there!
7121
7122 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7123
7124         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7125         situations.  That situation is that you're using GTK+-HEAD with
7126         the patch at #306726 is applied, and you have a document with <
7127         1500 pages in it.  It's not quite as uniformly nice as the
7128         TreeView, but should be better in the long run.
7129
7130         I'm pretty sure I guarded against breaking compilation with
7131         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7132         I missed some.
7133
7134         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7135         widget yet, so I commented that code out
7136         enable_view_actions_for_widget() for now.  Need to figure this
7137         out.
7138
7139         * shell/ev-page-action.c (match_selected_cb): emit the right
7140         signals.  Our cool C-l completion now works.
7141
7142 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * backend/Makefile.am:
7145         * backend/ev-document-fonts.c:
7146         * backend/ev-document-links.c:
7147         * backend/ev-document.c: (ev_document_load):
7148         * backend/ev-document.h:
7149         * backend/ev-job-queue.c:
7150         * backend/ev-job-queue.h:
7151         * backend/ev-jobs.c:
7152         * backend/ev-jobs.h:
7153         * backend/ev-page-cache.c:
7154         * backend/ev-page-cache.h:
7155
7156         EvPageCache and EvJobs are moved to shell.
7157
7158         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7159         (ev_tmp_filename):
7160         * lib/ev-file-helpers.h:
7161         
7162         New helper to work with temporary files
7163         
7164         * shell/Makefile.am:
7165         * shell/ev-application.c: (ev_application_open):
7166         * shell/ev-application.h:
7167         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7168         (remove_job_from_async_queue), (add_job_to_async_queue),
7169         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7170         (handle_job), (search_for_jobs_unlocked),
7171         (no_jobs_available_unlocked), (ev_render_thread),
7172         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7173         (ev_job_queue_add_job), (move_job_async), (move_job),
7174         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7175         * shell/ev-job-queue.h:
7176         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7177         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7178         * shell/ev-job-xfer.h:
7179         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7180         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7181         (ev_job_links_class_init), (ev_job_render_init),
7182         (ev_job_render_dispose), (ev_job_render_class_init),
7183         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7184         (ev_job_thumbnail_class_init), (ev_job_load_init),
7185         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7186         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7187         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7188         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7189         * shell/ev-jobs.h:
7190         * shell/ev-page-action.c: (ev_page_action_set_document):
7191         * shell/ev-page-cache.c: (ev_page_cache_init),
7192         (ev_page_cache_class_init), (ev_page_cache_finalize),
7193         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7194         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7195         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7196         (ev_page_cache_get_title), (ev_page_cache_get_size),
7197         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7198         (ev_page_cache_get_height_to_page),
7199         (ev_page_cache_get_max_label_chars),
7200         (ev_page_cache_get_page_label),
7201         (ev_page_cache_has_nonnumeric_page_labels),
7202         (ev_page_cache_get_info), (ev_page_cache_next_page),
7203         (ev_page_cache_prev_page), (ev_page_cache_get):
7204         * shell/ev-page-cache.h:
7205         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7206         (ev_pixbuf_cache_clear_job_sizes),
7207         (ev_pixbuf_cache_add_jobs_if_needed),
7208         (ev_pixbuf_cache_set_page_range):
7209         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7210         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7211         * shell/ev-sidebar-thumbnails.c:
7212         (ev_sidebar_tree_selection_changed),
7213         (ev_sidebar_thumbnails_set_document):
7214         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7215         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7216         (ev_statusbar_get_context_id), (ev_statusbar_push),
7217         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7218         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7219         (ev_statusbar_set_progress):
7220         * shell/ev-statusbar.h:
7221         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7222         (ev_view_find_previous):
7223         * shell/ev-window.c: (ev_window_is_empty),
7224         (ev_window_setup_document), (password_dialog_response),
7225         (ev_window_clear_jobs), (ev_window_load_job_cb),
7226         (ev_window_xfer_job_cb), (ev_window_open_uri),
7227         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7228         (ev_window_print), (ev_window_print_range),
7229         (ev_window_state_event), (ev_window_cmd_view_reload),
7230         (menu_item_select_cb), (menu_item_deselect_cb),
7231         (view_status_changed_cb), (ev_window_dispose),
7232         (drag_data_received_cb), (ev_window_init):
7233         * shell/ev-window.h:
7234         * shell/main.c: (load_files):
7235         
7236         New statusbar to show progress on idle. Two new jobs - 
7237         xfer job and load job to load document in background. And update
7238         of page_cache clients to new location of code.
7239
7240 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7241   
7242         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7243         selection in open dialog. It also remembers the last visited directory 
7244         in the current session.
7245
7246 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7247
7248         * shell/ev-properties.c: (ev_properties_new):
7249         * shell/ev-properties.h:
7250         * shell/ev-window.c: (ev_window_cmd_file_properties):
7251         
7252         Get document info from page cache instead of document itself.
7253         This should fix crash related to race conditions described in
7254         bug 306545.
7255
7256 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7257
7258         * ps/ps-document.c: (ps_document_init),
7259         (send_ps), (get_page_box), (output), (catchPipe), (input),
7260         (stop_interpreter), (file_length), (file_readable),
7261         (check_filecompressedb), (ps_document_enable_interpreter),
7262         (document_load), (ps_async_renderer_render_pixbuf):
7263         * ps/ps-document.h:
7264
7265         Big cleanup of the ps code
7266
7267 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7268
7269         * backend/Makefile.am:
7270         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7271         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7272         * backend/ev-async-renderer.h:
7273
7274         Add an async renderer interface (method + callback) which
7275         is useful for backends like ps.
7276
7277         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7278         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7279         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7280         (ev_job_queue_add_job), (move_job_async), (move_job),
7281         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7282
7283         Add queues for async renderer, these are executed on the
7284         main thread.
7285
7286         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7287         (ev_job_render_run):
7288         * backend/ev-jobs.h:
7289
7290         If the backend support async renderer interface use it.
7291
7292         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7293         (setup_pixmap), (ps_document_get_type),
7294         (ps_async_renderer_render_pixbuf),
7295         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7296
7297         Implement async renderer interface.
7298
7299 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7300
7301         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7302
7303         Cleanup links job on exit.
7304
7305 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7308         (drag_data_get_cb), (drag_data_received_cb):
7309         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7310         (drag_data_get_cb), (parse_item_list),
7311         (egg_toolbar_editor_load_actions):
7312         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7313         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7314         (parse_item_list), (parse_toolbars):
7315         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7316         (dvi_pixbuf_put_pixel):
7317         
7318         Fix gcc 4.0 warnings
7319
7320 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7321
7322         * ps/ps-document.c: (start_interpreter):
7323
7324         Fix warning when loading ps
7325
7326 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7327
7328         * ps/ps-document.c: (output):
7329
7330         Fix crash when priting gs error messages.
7331
7332 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7333
7334         * backend/ev-page-cache.c: (_ev_page_cache_new):
7335         * backend/ev-page-cache.h:
7336
7337         Use a const to return title so that we dont double
7338         free it. Small cleanup and fix a leak.
7339
7340         * shell/ev-window.c: (update_window_title):
7341
7342         strdup value from get_title.
7343
7344 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7345
7346         * shell/ev-sidebar-links.c: (job_finished_callback),
7347         (ev_sidebar_links_set_document):
7348
7349         Cleanup the old job when changing document
7350
7351 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * shell/ev-stock-icons.c:
7354         * shell/ev-stock-icons.h:
7355         * shell/ev-window.c:
7356         
7357         Add stock icons for actions that can appear in toolbar. Fix for
7358         bug 306566.
7359
7360 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7363         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7364         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7365         * backend/ev-page-cache.h:
7366         * shell/ev-view.c: (scroll_to_current_page),
7367         (view_update_range_and_current_page), (get_page_y_offset),
7368         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7369         (ev_view_size_request_continuous),
7370         (ev_view_zoom_for_size_continuous_and_dual_page),
7371         (ev_view_zoom_for_size_continuous):
7372         
7373         More compact EvView layout in document with pages of different size.
7374
7375 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7376
7377         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7378         compilation.
7379
7380 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * shell/ev-view.c: (view_set_adjustment_values):
7383         * shell/ev-window.c: (ev_window_cmd_file_properties):
7384         
7385         A bit different fix for rounding problem but it has no
7386         problems on startup. Make properties window transient to parent.
7387
7388 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * pdf/ev-poppler.cc:
7391         
7392         More commenting of font stuff.
7393
7394 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7395
7396         * pdf/ev-poppler.cc:
7397
7398         Comment out some more fonts stuff. Should really
7399         work without the poppler patch now.
7400
7401 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7402
7403         * pdf/ev-poppler.cc:
7404
7405         Adapt to api change
7406
7407 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7408
7409         * data/evince-properties.glade:
7410         * pdf/ev-poppler.cc:
7411         * shell/ev-properties.c: (setup_fonts_view):
7412
7413         Set the column title. Show the dialog only
7414         once everything is setup.
7415         Getting font info can be very slow... will
7416         prolly need to make this threaded too.
7417
7418 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7419
7420         * backend/Makefile.am:
7421         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7422         (ev_document_fonts_get_fonts_model):
7423         * backend/ev-document-fonts.h:
7424         * data/evince-properties.glade:
7425         * pdf/ev-poppler.cc:
7426         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7427         * shell/ev-properties.h:
7428         * shell/ev-window.c: (ev_window_cmd_file_properties):
7429
7430         Implement fonts list. Defined out for now, since it depends
7431         on a not yet committed poppler patch.
7432
7433 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7434
7435         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7436         page + 1.
7437
7438         * shell/ev-window.c: Make sure we add the timeout when we get a
7439         focus-in event.
7440
7441         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7442         adjustment->value before calculating the zoom factor to average
7443         out all of our rounding errors.  The page no longer 'drifts' when
7444         resizing.
7445
7446 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * data/evince-properties.glade:
7449         * shell/ev-properties.c: (ev_properties_format_date),
7450         (set_property):
7451         
7452         Labels don't expand when the dialogue is resized.
7453         strftime result needs to be converted to UTF-8. Thanks
7454         to Christian Persch <chpe@gnome.org>.
7455
7456 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7457
7458         * data/evince-properties.glade:
7459
7460         Hide the fonts tab
7461
7462 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7463
7464         * backend/ev-document-info.h:
7465         * backend/ev-document.c: (ev_document_info_free):
7466         * data/evince-properties.glade:
7467         * pdf/ev-poppler.cc:
7468         * ps/ps-document.c: (ps_document_get_info):
7469         * shell/ev-properties.c: (ev_properties_format_date),
7470         (set_property), (ev_properties_new):
7471         * shell/ev-properties.h:
7472         * shell/ev-window.c: (ev_window_cmd_file_properties):
7473
7474         Rework properties code to take only EvPropertyInfo
7475         in the constructor so that it can be useful for
7476         nautilus plugin too.
7477
7478         Deal with backends that doesnt support some properties.
7479         Make set property code generic.
7480
7481 2005-06-04  Christian Persch <chpe@gnome.org>
7482
7483         * data/evince-properties.glade:
7484
7485         fix spacings, make resizeable, and make data labels
7486         selectable + ellipsised
7487
7488 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7489
7490         * backend/ev-document-info.h:
7491         * data/Makefile.am:
7492         * data/evince-ui.xml:
7493         * pdf/ev-poppler.cc:
7494         * shell/Makefile.am:
7495         * shell/ev-window.c: (update_action_sensitivity),
7496         (ev_window_cmd_file_properties):
7497
7498         Initial go at file properties. Patch by
7499         Emil Soleyman-Zomalan <emil@soleyman.com>.
7500         Needs love see #169583
7501
7502 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7503
7504         * ps/ps-document.c: (output):
7505         * ps/ps.c: (psscan):
7506
7507         Try to render even if psscan fails.
7508
7509 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7510
7511         * ps/ps.c: (psscan), (pscopydoc):
7512
7513         Port buffered reading code from gv
7514
7515 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7516
7517         * ps/ps-document.c: (interpreter_message), (output):
7518
7519         Do not fail on interpreter messages
7520
7521 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7522
7523         * backend/ev-document-misc.c:
7524         (ev_document_misc_get_thumbnail_frame):
7525
7526         Pages can be 0 x 0, dont assert on this case
7527
7528 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7529
7530         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7531         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7532
7533         Correctly manage our reference on document. Finally the reload
7534         huge leak is gone...
7535
7536 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7537
7538         * ps/ps-document.c: (ps_document_dispose):
7539
7540         Forgot to chain it to the parent. Thanks chpe.
7541
7542 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7543
7544         * ps/ps-document.c: (ps_document_dispose),
7545         (ps_document_class_init), (stop_interpreter), (document_load):
7546
7547         Cleanup dispose a bit. Dont leak the whole pixmap.
7548
7549 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7550
7551         * pdf/ev-poppler.cc:
7552
7553         Release the poppler document on dispose
7554
7555 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7556
7557         * shell/ev-view.c: (ev_view_set_document):
7558
7559         Release ref on the pixbuf cache when changing
7560         document.
7561
7562 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7563
7564         * ps/ps-document.c: (ps_document_get_info):
7565
7566         Fix a double free
7567
7568 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * backend/ev-page-cache.c: (ev_page_cache_init),
7571         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7572         * backend/ev-page-cache.h:
7573         * shell/ev-page-action.c: (page_changed_cb):
7574         
7575         Set page action entry width depending on labels width. Fix
7576         for bug 305202.
7577
7578 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * backend/ev-link.c: (ev_link_class_init):
7581
7582         Allow -1 as page value (error)
7583
7584 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7585
7586         * shell/ev-sidebar-thumbnails.c:
7587         (ev_sidebar_thumbnails_set_document):
7588         * shell/ev-view.c: (scroll_to_current_page),
7589         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7590         (page_changed_cb), (on_adjustment_value_changed),
7591         (ev_view_set_document):
7592
7593         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7594         Fix bug 305377
7595
7596 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * configure.ac:
7599         * djvu/djvu-document.c: (djvu_document_get_page_size):
7600
7601         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7602         bug 301993.
7603
7604 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7605
7606         * shell/ev-view.c (draw_one_page): modify the expose handling to
7607         get the shadows.
7608
7609         * shell/ev-window.c (update_action_sensitivity): Respect
7610         permissions field.  Kowtow to the man.
7611
7612         * pdf/ev-poppler.cc: Get the permissions field.
7613
7614         * tiff/*c: Make a tiny bit more robust.
7615
7616 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7617
7618         * djvu/djvu-document.c:
7619         
7620         Pop messages from djvu context message queue.
7621
7622 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7623
7624         * configure.ac, Makefile.am, shell/Makefile.am:
7625         * tiff/Makefile.am, shell/ev-document-types.c:
7626         
7627         Cleanup tiff configure checks. Fix for bug 305218.
7628
7629 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7630
7631         * configure.ac: Added "uk" to ALL_LINGUAS.
7632
7633 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * cut-n-paste/zoom-control/ephy-zoom.c:
7636         (ephy_zoom_get_changed_zoom_level):
7637         * cut-n-paste/zoom-control/ephy-zoom.h:
7638         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7639         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7640         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7641         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7642         (zoom_control_changed_cb), (ev_window_init):
7643         
7644         Fix minor points related to moving best fit up. Introduce
7645         "zoom" property and make zoom control change it's value on
7646         notify::zoom signals. Fix for 305080.
7647
7648 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * data/evince-ui.xml:
7651         * shell/ev-window.c: (set_view_actions_sensitivity):
7652         
7653         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7654
7655 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * configure.ac:
7658
7659         Depends on poppler 0.3.2
7660
7661 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7662
7663         * cut-n-paste/recent-files/egg-recent-item.c:
7664         (egg_recent_item_get_short_name):
7665         * cut-n-paste/toolbar-editor/Makefile.am:
7666         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7667         (new_pixbuf_from_widget):
7668         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7669         * cut-n-paste/toolbar-editor/egg-marshal.c:
7670         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7671         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7672
7673         Sync
7674
7675 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7676
7677         * tiff/tiff-document.c: Rough TIFF backend.
7678
7679 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * NEWS:
7682         * configure.ac:
7683         * cut-n-paste/toolbar-editor/Makefile.am:
7684
7685         Release 0.3.1
7686
7687 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7690         (ev_view_find_next), (ev_view_find_previous):
7691
7692         Remove the locks around get_n_results   
7693
7694 2005-05-21  Juerg Billeter  <j@bitron.ch>
7695
7696         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7697
7698         Pass correct number of pages to poppler.
7699
7700 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * configure.ac:
7703         * data/Makefile.am:
7704         * data/evince.desktop.in: 
7705         * data/evince.desktop.in.in:
7706         * po/POTFILES.in:
7707         
7708         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7709
7710 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7711
7712         * shell/ev-view.c: (view_update_adjustments),
7713         (view_set_adjustment_values): cast adjustmen->value to (int)
7714         before using it.  Otherwise, we get off by a pixel in some
7715         situations.
7716
7717         (draw_one_page): Draw the border on expose.
7718
7719 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7720
7721         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7722         adjustment when the mode changes, #304923
7723
7724 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7725
7726         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7727         flickering on resize but still use gdk_window_scroll on
7728         scrolling
7729
7730 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7731
7732         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7733         option, #170458
7734
7735 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7736
7737         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7738         second page on page_changed if possible, #304669
7739
7740 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7741
7742         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7743         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7744
7745 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7746
7747         * .cvsignore:
7748         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7749         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7750         (ev_view_zoom_for_size_presentation),
7751         (ev_view_zoom_for_size_continuous_and_dual_page),
7752         (ev_view_zoom_for_size_continuous),
7753         (ev_view_zoom_for_size_dual_page),
7754         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7755         * shell/ev-view.h:
7756         * shell/ev-window.c: (update_view_size),
7757         (ev_window_sizing_mode_changed_cb):
7758
7759         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7760         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7761         an infinite loop, #304769
7762
7763
7764 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7765
7766         * data/evince-ui.xml:
7767         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7768         * shell/ev-window.c: (set_view_actions_sensitivity):
7769
7770         Make PgUp/Down behave like Space
7771
7772 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7773
7774         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7775         * backend/ev-ps-exporter.h:
7776         * pdf/ev-poppler.cc:
7777         * ps/ps-document.c: (ps_document_ps_export_begin):
7778         * shell/ev-print-job.c: (idle_print_handler):
7779
7780         Adapt to new poppler api
7781
7782 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7783
7784         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7785         (ephy_zoom_control_init):
7786
7787         Translate zoom levels
7788
7789 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7790
7791         * cut-n-paste/zoom-control/ephy-zoom.c:
7792         (ephy_zoom_get_zoom_level_index):
7793
7794         Fix current zoom -> zoom control match
7795
7796 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7797
7798         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7799         rather than the scrolled_window that it's in. Fixes bug #304655.
7800
7801 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7802
7803         * shell/ev-view.c: (view_update_adjustments),
7804         (view_set_adjustment_values), (view_update_range_and_current_page),
7805         (view_scroll_to_page), (set_scroll_adjustment),
7806         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7807         (ev_view_scroll), (ev_view_scroll_view),
7808         (ensure_rectangle_is_visible), (find_page_at_location),
7809         (get_link_at_location), (go_to_link), (status_message_from_link),
7810         (ev_view_size_request_continuous_dual_page),
7811         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7812         (ev_view_unrealize), (ev_view_expose_event),
7813         (ev_view_button_press_event), (ev_view_motion_notify_event),
7814         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7815         (draw_rubberband), (highlight_find_results), (draw_one_page),
7816         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7817         (ev_view_init), (find_changed_cb), (page_changed_cb),
7818         (on_adjustment_value_changed), (ev_view_new),
7819         (ev_view_set_document), (ev_view_set_zoom),
7820         (ev_view_set_continuous), (ev_view_set_dual_page),
7821         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7822         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7823         (ev_view_zoom_for_size_presentation),
7824         (ev_view_zoom_for_size_continuous_dual_page),
7825         (ev_view_zoom_for_size_continuous),
7826         (ev_view_zoom_for_size_dual_page),
7827         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7828         (ev_view_get_status), (ev_view_set_status),
7829         (update_find_status_message), (ev_view_get_find_status),
7830         (ev_view_set_find_status), (jump_to_find_result),
7831         (jump_to_find_page), (compute_selections), (clear_selection),
7832         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7833         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7834         (ev_view_update_primary_selection),
7835         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7836         * shell/ev-view.h:
7837         * shell/ev-window.c: (ev_window_open_page_label),
7838         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7839         (ev_window_init):
7840         * shell/ev-window.h:
7841         * shell/main.c: (load_files):
7842
7843         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7844         when resizing.  Remove the bin_window().  Also, patch from James
7845         Bowes to fix command line page, #300641
7846         
7847 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * data/evince-ui.xml:
7850         * shell/ev-view.c:
7851         * shell/ev-view.h:
7852         * shell/ev-window.c: (update_action_sensitivity):
7853
7854         Get rid of View->Normal Size, it's just confusing
7855
7856 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7857
7858         * backend/ev-document-info.h:
7859         * backend/ev-document.c: (ev_document_info_free): Free the
7860         EvDocumentInfo.
7861
7862         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7863         (clear_range), (add_range), (update_visible_range),
7864         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7865         (ev_sidebar_thumbnails_set_document):
7866         * shell/ev-window.c: (ev_window_setup_document): Only render the
7867         visible thumbnails.  It takes an instant to render, but it uses
7868         much less memory.
7869
7870 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * shell/ev-sidebar-links.c: (popup_menu_cb):
7873
7874         Select first item
7875
7876 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * lib/Makefile.am:
7879         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7880         (button_press_cb), (ev_sidebar_links_construct):
7881
7882         Show the popup menu also on keybindings
7883
7884 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7885
7886         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7887         * shell/ev-window.h:
7888
7889         Expose api to print a range (with dialog). Make private _print use
7890         it.
7891
7892         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7893         (ev_sidebar_links_construct):
7894
7895         Show a print context menu on linkx, it prints the selected
7896         section.
7897
7898 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7899
7900         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7901         button.
7902
7903 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7904
7905         * AUTHORS:
7906
7907         Update
7908
7909         * shell/ev-window.c: (build_comments_string),
7910         (ev_window_cmd_help_about):
7911
7912         Show poppler version/backend and authors
7913
7914 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7915
7916         * cut-n-paste/zoom-control/ephy-zoom.c:
7917         (ephy_zoom_get_zoom_level_index):
7918         * cut-n-paste/zoom-control/ephy-zoom.h:
7919
7920         Move the best fit items at the top of the list
7921
7922 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * shell/ev-marshal.list:
7925         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7926         (activate_cb), (match_selected_cb), (activate_link_cb),
7927         (connect_proxy), (ev_page_action_class_init):
7928         * shell/ev-page-action.h:
7929
7930         Use signals to notify action activation. Hopefully
7931         I did not break completion since I cant test...
7932
7933         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7934         (register_custom_actions):
7935
7936         Connect to page selector actions and also grab focus on
7937         the view when activated.
7938
7939 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7940
7941         * pdf/ev-poppler.cc:
7942         * backend/ev-page-cache.c: make page size calculation consistent
7943         and set it to (int)( width * scale + 0.5).  This makes the weird
7944         line going through the middle of the page go away.
7945
7946         * shell/ev-view.c: move painting the background page after
7947         checking the expose area covers us.
7948
7949 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * data/evince-password.glade:
7952         
7953         Mark labels as not translatable. Fix for bug 302842.
7954
7955 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7956
7957         * configure.ac: Added "es" to ALL_LINGUAS.
7958
7959 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * data/evince-toolbar.xml:
7962         * shell/ev-window.c: (update_action_sensitivity),
7963         (ev_window_setup_document), (ev_window_set_page_mode),
7964         (ev_window_init):
7965
7966         Remove some leftover code from jrb first continous
7967         attempt. Use the new actions, we still need good icons
7968         though...
7969
7970 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7971
7972         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
7973
7974         Update label when connecting proxy. Fix a warning with NULL
7975         page_cache.
7976
7977 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7978
7979         * data/evince-ui.xml:
7980         * shell/ev-page-action.c: (ev_page_action_grab_focus):
7981         * shell/ev-page-action.h:
7982         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
7983
7984         Add mnemonic for edit toolbar.
7985         ctrl+l focus the page entry.
7986
7987 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * lib/Makefile.am:
7990         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
7991         (ev_window_init):
7992         * shell/main.c: (main):
7993
7994         Put the toolbar xml in evince own dot dir
7995
7996 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7997
7998         * shell/ev-window.c: (ev_window_init):
7999
8000         Make the toolbar not removable
8001
8002 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8003
8004         * data/evince-ui.xml:
8005         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8006         * shell/ev-sidebar-links.h:
8007         * shell/ev-sidebar-thumbnails.c:
8008         (ev_sidebar_thumbnails_get_treeview):
8009         * shell/ev-sidebar-thumbnails.h:
8010         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8011         (ev_view_class_init):
8012         * shell/ev-view.h:
8013         * shell/ev-window.c: (update_action_sensitivity),
8014         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8015         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8016         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8017         (ev_window_init):
8018
8019         This is evil... Make space/backspace global accelerators but
8020         enable them only for some widgets (sidebars and view).
8021         I dont like it, but I dont know a better way... :/
8022
8023 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8026         (ev_page_action_widget_finalize),
8027         (ev_page_action_widget_class_init), (update_page_cache):
8028
8029         Keep a weak reference on proxy->page_cache so that we
8030         dont try to disconnect the signal if the object is already
8031         gone. Maybe there is a better way to cleanup reference handling
8032         in page action though...
8033
8034 2005-05-10  Juerg Billeter  <j@bitron.ch>
8035
8036         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8037         * backend/ev-ps-exporter.h:
8038         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8039         * ps/ps-document.c: (ps_document_ps_export_begin):
8040         
8041         Change api to pass print range to ps_exporter_begin. The pdf backend
8042         requires this information.
8043         
8044         * shell/ev-print-job.c: (idle_print_handler):
8045         
8046         Adapt to api change
8047
8048 2005-05-10  Juerg Billeter  <j@bitron.ch>
8049
8050         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8051         (idle_print_handler)
8052         * shell/ev-window.c: (ev_window_print):
8053
8054         Support printing page range, based on patch by Amaury Jacquot
8055
8056 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8057
8058         * data/evince-toolbar.xml:
8059
8060         Add zoom control to available items
8061
8062 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8063
8064         * shell/ev-window.c: (update_action_sensitivity):
8065
8066         Set slash action insensitive when appropriate
8067
8068 2005-05-10  Christian Persch <chpe@gnome.org>
8069
8070         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8071
8072         Fix warning on the overflow menu
8073
8074 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8077
8078         Check for uri correctness/existence
8079
8080 2005-05-09  Juerg Billeter  <j@bitron.ch>
8081
8082         * shell/ev-window.c: (using_postscript_printer):
8083
8084         LPD printers use postscript, too
8085
8086 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8087
8088         * shell/ev-window.c: (register_custom_actions):
8089
8090         The zoom one is actually sort of useful,
8091         put it back
8092
8093 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8094
8095         * shell/ev-window.c: (register_custom_actions):
8096
8097         Hide page/zoom controls from overflow, they
8098         are useless.
8099
8100 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * cut-n-paste/update-from-egg.sh:
8103         
8104         Share it between all cut-n-paste subdirs
8105
8106         * cut-n-paste/recent-files/Makefile.am:
8107
8108         Fix to use "global" update-from-egg.sh
8109
8110         * cut-n-paste/recent-files/egg-recent-model.c:
8111         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8112         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8113         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8114         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8115
8116         Update from libegg
8117
8118         * cut-n-paste/toolbar-editor/Makefile.am:
8119
8120         Fix to use "global" update-from-egg.sh
8121
8122         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8123
8124         Update from libegg
8125
8126 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8127
8128         * configure.ac:
8129         * cut-n-paste/Makefile.am:
8130         * cut-n-paste/recent-files/Makefile.am:
8131         * cut-n-paste/toolbar-editor/.cvsignore:
8132         * cut-n-paste/toolbar-editor/Makefile.am:
8133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8134         (egg_editable_toolbar_get_type), (get_toolbar_position),
8135         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8136         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8137         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8138         (set_item_drag_source), (create_item_from_action), (create_item),
8139         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8140         (popup_toolbar_context_menu_cb), (free_dragged_item),
8141         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8142         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8143         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8144         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8145         (item_added_cb), (item_removed_cb),
8146         (egg_editable_toolbar_construct),
8147         (egg_editable_toolbar_disconnect_model),
8148         (egg_editable_toolbar_deconstruct),
8149         (egg_editable_toolbar_set_model),
8150         (egg_editable_toolbar_set_ui_manager),
8151         (egg_editable_toolbar_set_property),
8152         (egg_editable_toolbar_get_property),
8153         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8154         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8155         (egg_editable_toolbar_new_with_model),
8156         (egg_editable_toolbar_get_edit_mode),
8157         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8158         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8159         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8160         (new_pixbuf_from_widget), (new_separator_pixbuf),
8161         (update_separator_image), (style_set_cb),
8162         (_egg_editable_toolbar_new_separator_image),
8163         (egg_editable_toolbar_get_model):
8164         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8165         * cut-n-paste/toolbar-editor/egg-marshal.c:
8166         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8167         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8168         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8169         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8170         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8171         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8172         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8173         (editor_drag_data_delete_cb), (drag_data_get_cb),
8174         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8175         (editor_create_item), (update_editor_sheet), (setup_editor),
8176         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8177         (parse_item_list), (model_has_action), (update_actions_list),
8178         (egg_toolbar_editor_load_actions):
8179         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8180         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8181         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8182         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8183         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8184         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8185         (egg_toolbars_model_add_separator), (impl_add_item),
8186         (parse_item_list), (egg_toolbars_model_add_toolbar),
8187         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8188         (impl_get_item_data), (impl_get_item_type),
8189         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8190         (egg_toolbars_model_init), (free_toolbar),
8191         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8192         (egg_toolbars_model_remove_toolbar),
8193         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8194         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8195         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8196         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8197         (egg_toolbars_model_get_item_data),
8198         (egg_toolbars_model_get_item_type):
8199         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8200         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8201         * data/Makefile.am:
8202         * data/evince-toolbar.xml:
8203         * data/evince-ui.xml:
8204         * data/hand-open.png:
8205         * po/POTFILES.in:
8206         * shell/Makefile.am:
8207         * shell/ev-window.c: (update_chrome_visibility),
8208         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8209         (ev_window_dispose), (ev_window_init):
8210
8211         Implement epiphany like toolbar editor. Based on patch by
8212         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8215
8216         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8217
8218         Use set_cursor instead of set_selection, so that
8219         the keyboard focus moves too.
8220
8221 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8222
8223         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8224
8225         Fix infinite loop when loading Type1 fonts
8226
8227 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * data/evince-ui.xml:
8230         * shell/ev-window.c:
8231
8232         Slash -> Find
8233
8234 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8235
8236         * configure.ac:
8237
8238         Make --disable really disable
8239
8240 2005-05-07  Juerg Billeter  <j@bitron.ch>
8241
8242         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8243
8244         Compare page labels even without has_labels set, fixes setting page
8245         with entry
8246
8247 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8250         (ev_view_set_cursor), (ev_view_button_press_event),
8251         (ev_view_motion_notify_event), (ev_view_button_release_event),
8252         (ev_view_init):
8253
8254         Implement middle button scrolling. Based on a patch
8255         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8256
8257 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * shell/ev-document-types.c: (get_slow_mime_type),
8260         (get_document_type_from_mime), (ev_document_type_lookup):
8261         * shell/ev-document-types.h:
8262
8263         Change api to lookup from uri. Do fast lookup first, if the
8264         type is unknown try with data sniffing.
8265
8266         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8267         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8268
8269         Adapt to api change
8270
8271 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8272
8273         * thumbnailer/Makefile.am:
8274
8275         Fix distcheck
8276
8277 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8278
8279         * NEWS:
8280         * configure.ac:
8281
8282         Release 0.3.0
8283
8284         * data/evince-ui.xml:
8285
8286         Hide presentation mode for now
8287
8288         * shell/ev-view.c: (highlight_find_results):
8289
8290         Show current find selection only on current page
8291
8292 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-view.c: (ev_view_select_all):
8295
8296         Compute size of the actual page, not of
8297         the current one.
8298
8299 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8302         (view_rect_to_doc_rect), (compute_selections),
8303         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8304         (ev_view_copy), (ev_view_primary_get_cb),
8305         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8306         (ev_view_button_press_event), (ev_view_motion_notify_event),
8307         (ev_view_button_release_event), (page_changed_cb):
8308
8309         Fix text selection
8310
8311 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8312
8313         * shell/ev-view.c: (compute_border), (get_page_extents),
8314         (doc_rect_to_view_rect), (highlight_find_results),
8315         (ev_view_bin_expose), (ev_view_select_all),
8316         (ev_view_motion_notify_event), (update_find_status_message),
8317         (jump_to_find_result), (jump_to_find_page):
8318
8319         First go at fixing search, still buggy
8320
8321 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8322
8323         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8324         dropdown box and button at the top of the sidebar.
8325
8326 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8327
8328         * configure.ac: Output zoom-control Makefile.
8329         * cut-n-paste/Makefile.am: build zoom-control subdir.
8330         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8331         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8332         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8333         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8334         * cut-n-paste/zoom-control/ephy-zoom.c:
8335         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8336         from epiphany, and modified to add a separator into the menu.
8337         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8338         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8339         zoom-control action.
8340         * shell/Makefile.am: Include zoom-control flags.
8341         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8342         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8343         (ev_view_zoom_for_size_presentation),
8344         (ev_view_zoom_for_size_continuous_and_dual_page),
8345         (ev_view_zoom_for_size_continuous),
8346         (ev_view_zoom_for_size_dual_page),
8347         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8348         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8349         ev_view_get_zoom and ev_view_get_sizing_mode.
8350         * shell/ev-view.h:
8351         * shell/ev-window.c: (update_action_sensitivity),
8352         (update_sizing_buttons), (zoom_control_changed_cb),
8353         (register_custom_actions): Initialize and use the zoom-control 
8354         widget.
8355
8356 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8357
8358         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8359         preview cache back to 1.  Don't know when it got set to 0.
8360         
8361         * shell/ev-view.c: (compute_border), (ev_view_realize),
8362         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8363         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8364         (ev_view_get_fullscreen), (ev_view_set_presentation),
8365         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8366         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8367         * shell/ev-view.h:
8368         * shell/ev-window.c:
8369         (update_chrome_visibility),
8370         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8371         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8372         (update_document_mode), (ev_window_update_fullscreen_action),
8373         (ev_window_fullscreen), (ev_window_unfullscreen),
8374         (ev_window_cmd_view_fullscreen),
8375         (ev_window_update_presentation_action),
8376         (ev_window_run_presentation), (ev_window_stop_presentation),
8377         (ev_window_cmd_view_presentation), (ev_window_state_event),
8378         (ev_window_focus_in_event), (ev_window_focus_out_event),
8379         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8380         * data/evince-ui.xml: Initial presentation mode.  We should
8381         probably hide this until it's done, as it's quite rough.  Also,
8382         change full-screen to fullscreen and add two getters to EvView.
8383
8384 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8385
8386         * shell/ev-page-action.c: (update_page_cache),
8387         (ev_page_action_dispose):
8388         * shell/ev-window.c: (destroy_fullscreen_popup),
8389         (ev_window_create_fullscreen_popup):
8390
8391         Use connect_object rather than explicitly
8392         disconnect on dispose.
8393
8394 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * shell/ev-page-action.c: (update_page_cache),
8397         (ev_page_action_dispose):
8398
8399 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8400
8401         * backend/ev-page-cache.c: (_ev_page_cache_new),
8402         (ev_page_cache_set_page_label),
8403         (ev_page_cache_has_nonnumeric_page_labels):
8404         * backend/ev-page-cache.h:
8405         * shell/ev-page-action.c: (update_pages_label):
8406         
8407         If all page labels are numeric, fallback to default
8408         way to display number of pages. See bug 173185.
8409
8410 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * shell/ev-page-action.c: (ev_page_action_dispose):
8413         * shell/ev-view.c: (view_update_range_and_current_page):
8414         * shell/ev-window.c: (ev_window_dispose):
8415         
8416         Set page on scroll in continuous mode. Fixes bug 301986.
8417         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8418
8419 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8420
8421         * configure.ac:
8422
8423         Require poppler 0.3.0
8424
8425 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8426         
8427         * shell/Makefile.am, configure.ac: Fix build problems
8428         with t1lib. Bug 301996.
8429
8430 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * shell/ev-view.c: (ev_view_scroll_event):
8433         
8434         Scroll up increase zoom
8435
8436 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8439         (ev_view_set_sizing_mode),
8440         (ev_view_zoom_for_size_continuous_and_dual_page),
8441         (ev_view_zoom_for_size_continuous):
8442         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8443         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8444         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8445         (ev_window_init):
8446
8447         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8448         Fix for 165473 and 165472.
8449
8450 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8451
8452         * po/POTFILES.in:
8453         * thumbnailer/Makefile.am:
8454         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8455         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8456         * thumbnailer/evince-thumbnailer.schemas.in:
8457         
8458         Make thumbnailer schemas translatable. Fix for bug 301773
8459         
8460         * thumbnailer/evince-thumbnailer-djvu.schemas:
8461         * thumbnailer/evince-thumbnailer-dvi.schemas:
8462         * thumbnailer/evince-thumbnailer.schemas:
8463
8464         Removed files
8465
8466 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8467
8468         * shell/ev-view.c (ev_view_init): forgot to set this.
8469
8470 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8471
8472         * shell/ev-view.c: (find_page_at_location),
8473         (get_link_at_location),
8474         (ev_view_set_show_border), (ev_view_set_spacing),
8475         (ev_view_zoom_for_size_continuous_and_dual_page),
8476         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8477         Also, add a quick fix measuring of widths.  Also, removed
8478         ev_view_set_spacing and ev_view_set_show_border.
8479         
8480         * shell/ev-window.c: (ev_window_unfullscreen),
8481         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8482
8483 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8484
8485         * shell/ev-view.c: (view_update_range_and_current_page),
8486         (page_changed_cb):
8487         
8488         Fix crash on exit and scrolling to page in continuous view.
8489
8490 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8491
8492         * TODO:
8493         * backend/ev-page-cache.c: (_ev_page_cache_new),
8494         (ev_page_cache_get_max_width_size),
8495         (ev_page_cache_get_max_height_size):
8496         * backend/ev-page-cache.h:
8497         * data/evince-ui.xml:
8498         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8499         * shell/ev-view.c: (view_update_adjustments),
8500         (view_update_range_and_current_page), (get_bounding_box_size),
8501         (ev_view_size_request_continuous_and_dual_page),
8502         (ev_view_size_request_continuous),
8503         (ev_view_size_request_dual_page),
8504         (ev_view_size_request_single_page), (ev_view_size_request),
8505         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8506         (ev_view_bin_expose), (ev_view_expose_event),
8507         (ev_view_set_property), (ev_view_get_property),
8508         (ev_view_class_init), (ev_view_init), (ev_view_new),
8509         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8510         (ev_view_set_dual_page), (ev_view_set_full_screen),
8511         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8512         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8513         (ev_view_zoom_out), (zoom_for_size_fit_width),
8514         (zoom_for_size_best_fit),
8515         (ev_view_zoom_for_size_continuous_and_dual_page),
8516         (ev_view_zoom_for_size_continuous),
8517         (ev_view_zoom_for_size_dual_page),
8518         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8519         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8520         * shell/ev-view.h:
8521         * shell/ev-window.c: (update_action_sensitivity),
8522         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8523         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8524         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8525         (ev_window_cmd_view_zoom_out), (update_view_size),
8526         (ev_window_set_sizing_mode), (ev_window_init):
8527
8528         Add Continuous and Dual page modes.
8529
8530 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8531
8532         * dvi/dvi-document.c: (dvi_document_load),
8533         (dvi_document_thumbnails_get_thumbnail),
8534         (dvi_document_init_params): Fix up some mixups between
8535         width and height to correct thumbnail rendering.
8536
8537 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8538
8539         * dvi/mdvi-lib/private.h:
8540         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8541         
8542         Suppess output for kpathsea during font generation. Thanks to
8543         James Bowes
8544
8545 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8546
8547         * NEWS:
8548         * configure.ac:
8549
8550         Release 0.2.1
8551
8552         * Makefile.am: fix distcheck.
8553
8554 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8555
8556         * shell/ev-sidebar-links.c: (selection_changed_callback),
8557         (update_page_callback), (row_activated_callback),
8558         (job_finished_callback), (ev_sidebar_links_set_document):
8559         
8560         Fix for bug #169901. Double click on links expands tree.
8561
8562 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8563
8564         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8565         hard-coded style. Fix for bug 170111
8566
8567 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8568
8569         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8570         locking.
8571
8572 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8573
8574         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8575
8576 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * pdf/ev-poppler.cc:
8579         * shell/ev-view.c: (highlight_find_results):
8580
8581         Fix find on single page documents
8582
8583 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8584
8585         * data/evince.schemas.in: fix for bug 301390
8586
8587 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8588
8589         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8590         (ev_view_zoom_out), (ev_view_zoom_normal):
8591         * shell/ev-view.h:
8592         * shell/ev-window.c: (update_action_sensitivity),
8593         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8594         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8595         (ev_window_cmd_view_normal_size):
8596
8597         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8598         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8599         better than oom. 
8600
8601 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8602
8603         * configure.ac:
8604
8605         Depend on 2.57, 2.59 doesnt seem to be necessary
8606
8607 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8608
8609         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8610         (create_tool_item):
8611
8612         Put back total number of pages as (1 of 1234)
8613
8614 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8615
8616         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8617         remove the job.
8618
8619         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8620         function.  This helps debugging.
8621
8622 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8623
8624         * djvu/djvu-document.c: (djvu_document_class_init),
8625         (djvu_document_get_info), (djvu_document_document_iface_init):
8626         * dvi/dvi-document.c: (dvi_document_class_init),
8627         (dvi_document_get_info), (dvi_document_document_iface_init):
8628
8629         Dummy implementation of get_info method for dvi and
8630         djvu. Fix crashes with those backends
8631
8632 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8633
8634         * data/evince.desktop.in:
8635
8636         Add application/x-gzpostscript
8637
8638 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8639
8640         * data/evince.schemas.in: Added real long descriptions, 
8641         closes bug 172496 
8642
8643         * README: Added actual text, closes bug 171869
8644
8645 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8646
8647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8648
8649         Thumbnail page 0
8650
8651 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8652
8653         * backend/ev-document-info.h:
8654
8655         s/GDate */GDate so we can just use g_free
8656
8657 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8658
8659         * shell/ev-window.c: (update_document_mode),
8660         (ev_window_setup_document):
8661
8662         Show the window in fullscreen when specified by
8663         the document
8664
8665 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8666
8667         * backend/ev-document.c: (ev_document_class_init),
8668         (ev_document_get_info), (ev_document_render_pixbuf):
8669         * backend/ev-document.h:
8670         * backend/ev-page-cache.c: (_ev_page_cache_new):
8671         * pdf/ev-poppler.cc:
8672         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8673         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8674         * ps/ps-document.c: (ps_document_class_init), (document_load),
8675         (ps_document_get_info), (ps_document_document_iface_init):
8676
8677         Remove get_title from the interface, we can just use document info
8678
8679 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8680
8681         * backend/Makefile.am:
8682         * backend/ev-document.c: (ev_document_render_get_info):
8683         * backend/ev-document.h:
8684         * pdf/ev-poppler.cc:
8685
8686         Initial support for document info. Based on jrb patch.
8687
8688 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8689
8690         * shell/ev-window.c: (ev_window_state_event),
8691         (ev_window_class_init), (ev_window_init):
8692         
8693         Doesn't show resize grip when maximized. See bug #301053
8694
8695 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8696
8697         * po/POTFILES.in:
8698         
8699         ev-sidebar-thumbnails now has translatable labels
8700         
8701         * shell/Makefile.am:
8702         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8703         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8704         (ev_sidebar_links_page_iface_init):
8705         * shell/ev-sidebar-links.h:
8706         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8707         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8708         (ev_sidebar_page_get_label):
8709         * shell/ev-sidebar-page.h:
8710         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8711         (ev_sidebar_thumbnails_set_document),
8712         (ev_sidebar_thumbnails_support_document),
8713         (ev_sidebar_thumbnails_get_label),
8714         (ev_sidebar_thumbnails_page_iface_init):
8715         * shell/ev-sidebar-thumbnails.h:
8716         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8717         (ev_sidebar_set_document):
8718         * shell/ev-sidebar.h:
8719         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8720         
8721         Small rework of sidebar code. Now sidebar pages should implement
8722         EvSidebarPage interface. That makes page management in EvSidebar
8723         easier. See bug #164811 for details
8724
8725 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8726
8727         * shell/ev-application.c: (ev_application_open):
8728         * shell/ev-document-types.c:
8729         
8730         Fix build error and small problem with application exit
8731
8732 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8733
8734         * thumbnailer/Makefile.am:
8735         * thumbnailer/evince-thumbnailer-djvu.schemas:
8736         * thumbnailer/evince-thumbnailer-dvi.schemas:
8737         
8738         Conditionally install schemas for djvu/dvi thumbnailer
8739
8740 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8741
8742         * shell/ev-document-types.h: 
8743         * shell/ev-document-types.c: 
8744         New files, handling the mapping from mimetypes to backends
8745         
8746         * shell/ev-window.c: 
8747         * thumbnailer/evince-thumbnailer.c:     
8748         Use the ev-document-types code
8749         
8750         * shell/Makefile.am: 
8751         Added new convenience library libevbackendfactory_la, containing
8752         the new mimetype->backend logic; moved the backends into it.
8753
8754         * thumbnailer/Makefile.am:
8755         Make the thumbnailer link with the libevbackend.la convenience
8756         library, rather than having a duplicate of the backend logic here.
8757
8758 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8759
8760         * shell/ev-stock-icons.c: constify some vars.
8761         * shell/ev-window.c: ditto.
8762
8763 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * ps/ps-document.c (get_page_orientation):
8766
8767         Respect document orientation 
8768
8769 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8770
8771         * djvu/Makefile.am:
8772         * dvi/Makefile.am:
8773         * shell/Makefile.am:
8774         
8775         Move library dependencies to components.
8776         
8777         * shell/ev-window.c: (update_window_title),
8778         (start_loading_document):
8779         
8780         Fix display of uris with spaces. Bug 168358.
8781
8782 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * shell/ev-sidebar-links.c: (selection_changed_cb):
8785         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8786         (ev_view_button_release_event), (ev_view_set_document):
8787         * shell/ev-view.h:
8788         * shell/ev-window.c: (find_bar_search_changed_cb):
8789         * shell/ev-window.h: Minor cleanups removing some dead code.
8790
8791 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8792
8793         * backend/ev-page-cache.c: (_ev_page_cache_new):
8794         
8795         Set current page to 0 if document has pages.
8796
8797 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8798
8799         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8800
8801         Initialize GError to NULL, fix a crash when loading fails.
8802
8803 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8804
8805         * shell/ev-window.c: (update_view_size):
8806
8807         Calculate shadow size only when there is actually
8808         a shadow.
8809
8810 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8811
8812         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8813         * shell/ev-view.h:
8814
8815         Allow setting view spacing, default to 0
8816
8817         * shell/ev-window.c: (ev_window_unfullscreen),
8818         (ev_window_cmd_view_fullscreen), (ev_window_init):
8819
8820         Remove spacing in fullscreen mode
8821
8822 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8823
8824         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8825         (ev_view_size_request), (expose_bin_window),
8826         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8827         * shell/ev-view.h:
8828         * shell/ev-window.c: (ev_window_unfullscreen),
8829         (ev_window_cmd_view_fullscreen):
8830
8831         Do not draw the border in fulscreen
8832
8833 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8834
8835         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8836         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8837         (find_page_at_location), (page_changed_cb):
8838
8839         Rework border calculation, so that I can more easily disable it.
8840         Code somewhat cleaner too.
8841
8842 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8843
8844         * backend/ev-page-cache.c: (ev_page_cache_init),
8845         (_ev_page_cache_new):
8846
8847         Remove some assertions, documents can have 0 pages.
8848         Make initial current page -1.
8849
8850         * shell/ev-page-action.c: (page_changed_cb):
8851
8852         Show "" if current page is -1
8853
8854         * shell/ev-window.c: (update_action_sensitivity),
8855         (ev_window_setup_document):
8856
8857         When document has 0 pages do not set the view
8858         and make nearly everything insensitive.
8859
8860 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8861
8862         * shell/ev-page-view.c:
8863         * shell/ev-page-view.h:
8864
8865         Remove unused files.
8866         
8867         * shell/ev-sidebar-thumbnails.c:
8868         (ev_sidebar_thumbnails_set_document):
8869         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8870         (ev_sidebar_supports_document):
8871         * shell/ev-sidebar.h:
8872         * shell/ev-window.c: (ev_window_setup_document):
8873         
8874         Doesn't show thumbnails if document has 1 page. Make
8875         sidebar menu entries sensitive only if if they have 
8876         sense. Fix bug 164811. 
8877
8878 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8879
8880         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8881         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8882         (ev_view_zoom_out), (ev_view_set_size):
8883
8884         Rework sizing to deal with documents with not uniform page
8885         size.
8886
8887 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8888
8889         * backend/ev-page-cache.c: (_ev_page_cache_new):
8890
8891         Fix several page size caching bugs
8892
8893 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8894
8895         * shell/ev-window.c: (set_action_properties):
8896
8897         Make all toolbar items translatable
8898
8899 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8900
8901         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8902         (save_page_list), (ps_document_save),
8903         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8904         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8905         (ps_document_ps_exporter_iface_init):
8906         * ps/ps-document.h:
8907
8908         Based on a patch by J�rg Billeter <j@bitron.ch>
8909         
8910         Implement print and save a copy for the ps backend.
8911
8912 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8913
8914         * backend/ev-document.h:
8915         * djvu/djvu-document.c: (djvu_document_can_get_text),
8916         (djvu_document_document_iface_init):
8917         * dvi/dvi-document.c: (dvi_document_can_get_text),
8918         (dvi_document_document_iface_init):
8919         * pdf/ev-poppler.cc:
8920         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8921         (pixbuf_document_document_iface_init):
8922         * ps/ps-document.c: (ps_document_can_get_text),
8923         (ps_document_document_iface_init):
8924         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8925         * shell/ev-window.c: (update_action_sensitivity):
8926
8927         Fix the crash when trying to copy in backends that doesnt
8928         support it. We can implement a better solution once we
8929         do real text selection.
8930
8931 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8932
8933         * data/evince-ui.xml:
8934         * shell/ev-window.c: (ev_window_cmd_escape):
8935         
8936         Work around the Escape conflict (find bar and unfullscreen)
8937
8938 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8941         
8942         Fix for #300233. Next page correctly handles document end.
8943         
8944         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8945         (ev_sidebar_thumbnails_class_init),
8946         (ev_sidebar_thumbnails_set_document),
8947         (ev_sidebar_thumbnails_clear_job),
8948         (ev_sidebar_thumbnails_clear_model):
8949         
8950         Cleanup thumbnail jobs on document changes.
8951         
8952         * shell/ev-view.c: (add_scroll_binding_keypad),
8953         (add_scroll_binding_shifted), (ev_view_class_init):
8954         
8955         Shift + Space scrolls up. Fix for #173184
8956         
8957         * shell/ev-window.c: (ev_window_open_page),
8958         (ev_window_cmd_view_reload):
8959         
8960         Fix reload (Bug #300094)
8961
8962 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8963
8964         
8965         * dvi/mdvi-lib/assoc.c:
8966         * dvi/mdvi-lib/assoc.h: Removed garbage files
8967         
8968         * dvi/mdvi-lib/bitmap.c:
8969         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
8970         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
8971         * dvi/mdvi-lib/color.h: Antialias of rules
8972         
8973         * dvi/mdvi-lib/common.h:
8974         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
8975         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
8976         * dvi/mdvi-lib/files.c:
8977         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
8978         * dvi/mdvi-lib/mdvi.h:
8979         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8980         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
8981         * dvi/mdvi-lib/util.c: Fix compile warnings
8982         
8983         * dvi/dvi-document.c:
8984         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
8985         (dvi_document_thumbnails_get_thumbnail),
8986         (dvi_document_document_thumbnails_iface_init):
8987         * dvi/mdvi-lib/Makefile.am:
8988         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8989         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
8990         
8991         Dvi backend now renders thumbnails
8992
8993 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
8994
8995         * shell/main.c: (main): 
8996         
8997         Save accelerators on exit. Fixes bug #172095.
8998
8999 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9002         update priority" comment.
9003
9004         * backend/ev-job-queue.c: Give a way to change priority.
9005
9006 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9007
9008         * shell/ev-page-action.c: Fix logic.
9009
9010 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9011
9012         * shell/ev-view.c: (ev_view_can_find_next):
9013         * shell/ev-window.c: (ev_window_setup_document):
9014
9015         Check that the document supports find
9016
9017 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9018
9019         * data/evince-ui.xml:
9020         * shell/ev-view.c: (ev_view_can_find_next):
9021         * shell/ev-view.h:
9022         * shell/ev-window.c: (update_action_sensitivity),
9023         (find_changed_cb), (ev_window_setup_document),
9024         (ev_window_cmd_edit_find_next):
9025
9026         Add Edit->Find Next
9027
9028 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9029
9030         * pdf/ev-poppler.cc:
9031         * shell/ev-print-job.c: (idle_print_handler):
9032
9033         Make printing work again
9034
9035 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9036
9037         * shell/ev-page-action.h:
9038         * shell/ev-page-action.c: (ev_page_action_widget_init),
9039         (ev_page_action_widget_class_init), (page_changed_cb),
9040         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9041         (get_filter_model_from_model), (match_selected_cb),
9042         (display_completion_text), (match_completion), (update_model),
9043         (connect_proxy), (ev_page_action_set_property),
9044         (ev_page_action_get_property), (ev_page_action_set_document),
9045         (ev_page_action_set_model), (ev_page_action_class_init): Big
9046         reworking to make completions work iff we have >= GTK-2.7.0
9047                 
9048         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9049         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9050         (job_finished_cb): We now have a 'model' property that is set when
9051         the links are loaded.  This can be caught with "notify::model"
9052
9053         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9054         listen for the model to be set, and propagate it to the action.
9055
9056 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9057
9058         * cut-n-paste/recent-files/egg-recent-item.c:
9059         (egg_recent_item_set_uri), (make_valid_utf8),
9060         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9061         * cut-n-paste/recent-files/egg-recent-item.h:
9062         
9063         Update egg-recent from libegg. This should fix long
9064         startup problem. For details see
9065         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9066
9067 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9068
9069         * cut-n-paste/recent-files/Makefile.am:
9070         * data/evince-ui.xml, shell/Makefile.am:
9071         * shell/ev-application.c, shell/ev-application.h:
9072         * shell/ev-window.c: Recent files support.
9073         
9074         * configure.ac: Added "ru" to ALL_LINGUAS.
9075         
9076         * dvju: new backend to support DJVU files.
9077         * dvi: new backend to support DVI.
9078
9079         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9080         * ev-application.c: Support for new backends.
9081         
9082         * help, ev-window.c, main.c shell/Makefile.am: 
9083         Evince user documentation.
9084
9085 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9086
9087         * po/POTFILES.in:
9088         * shell/ev-window.c:
9089         * thumbnailer/evince-thumbnailer.c:
9090
9091         s/pdf-document/ev-poppler
9092
9093 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9094
9095         * NEWS:
9096         * configure.ac:
9097
9098         Release 0.2.0
9099
9100         * ps/ps-document.c: (setup_pixmap):
9101
9102         Remove debug code
9103
9104 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9105
9106         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9107         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9108         (ev_window_cmd_go_first_page): Fix of by one errors.
9109
9110 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9111
9112         * ps/ps-document.c: (get_page_box):
9113
9114         Fix page size calculation
9115
9116 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9117
9118         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9119         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9120         (get_page_orientation), (setup_page), (document_load),
9121         (ps_document_get_page_size), (render_pixbuf_idle):
9122         * ps/ps-document.h:
9123
9124         More refactoring to adapt to EvDocument changes
9125
9126 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9127
9128         * ps/ps-document.c: (start_interpreter):
9129
9130         Actually add alpha args
9131
9132 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9133
9134         * pdf/ev-poppler.cc:
9135
9136         Make clipboard work again
9137
9138 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9139
9140         Make searching work again.
9141         
9142         * backend/ev-document.c:
9143         * backend/ev-document.h:
9144         * backend/ev-document-find.c:
9145         * backend/ev-document-find.h: Change EvDocumentIface so we no
9146         longer store the current page or zoom level in the document.  The
9147         consequence is that all calls that operate on the current page now
9148         instead take the page number as an extra argument, and all
9149         coordinates are now doubles in document coordinate system.
9150
9151         * pdf/ev-poppler.cc:
9152         * pixbuf/pixbuf-document.c:
9153         * ps/ps-document.c: Update backends accordingly.
9154
9155 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9156
9157         * autogen.sh:
9158
9159         Add required gettext version
9160
9161 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9162
9163         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9164         make F1 bring up non-existent help.
9165
9166         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9167         epiphany's find bar, #167477
9168
9169         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9170         <emil@nishra.com> to add space-bar scrolling, 
9171
9172         * shell/ev-window.c (static GtkActionEntry entries): add default
9173         keybinding for Help (F1)
9174         Fixes #171068
9175
9176         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9177         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9178         170110
9179
9180 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9181
9182         * Makefile.am: 
9183         * pixbuf/pixbuf-document.c: 
9184
9185         Got pixbuf backend working again
9186
9187 2005-04-01  Steve Murphy  <murf@e-tools.com>
9188
9189         * configure.in: Added "rw" to ALL_LINGUAS.
9190
9191 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9192
9193         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9194         model types, noticed by Martin Kretzschmar.
9195
9196 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9197
9198         * pdf/ev-poppler.cc: Implement search based on
9199         poppler_page_find_text().  Currently a bit crude since we remember
9200         all matches from all pages.  Also, we grab the big document lock
9201         when we search since searching changes the underlying stream and
9202         thus conflicts with the rendering thread.
9203         
9204         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9205         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9206         (ev_view_find_previous): Fix some page indexes to be 0 based,
9207         offset rubber band by view offset,
9208
9209 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9210
9211         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9212
9213 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9214
9215         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9216         completely because I didn't understand GtkActions.  I should
9217         read Marco's code more carefully in the future.
9218
9219         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9220         function
9221
9222 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9223
9224         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9225         PopplerRectangle change from poppler CVS.
9226
9227 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9228
9229         * backend/ev-document.c: (ev_document_get_page_label):
9230         * backend/ev-document.h:
9231         * backend/ev-page-cache.c: (_ev_page_cache_new),
9232         (ev_page_cache_get_page_label):
9233         * backend/ev-page-cache.h:
9234         * pdf/ev-poppler.cc:
9235         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9236         (links_page_num_func):
9237         * shell/ev-sidebar-thumbnails.c:
9238         (ev_sidebar_thumbnails_set_document):
9239         * shell/ev-view.c: (status_message_from_link),
9240         (ev_view_motion_notify_event):
9241         * shell/ev-window.c: (document_supports_sidebar): Add in page
9242         label support.  It's not perfect yet, but it's the first 'feature'
9243         in a while.
9244         Also, fix a bogus comment noticed by crispin. 
9245
9246 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9247
9248         * Makefile.am: Remove pixbuf backend for now
9249
9250         * configure.ac: Require poppler-glib instead of just poppler.
9251
9252         * backend/ev-document-thumbnails.h: Add a comment
9253
9254         * backend/ev-document.h:
9255         * backend/ev-document.c: (ev_document_class_init),
9256         (ev_document_load), (ev_document_get_link),
9257         (ev_document_get_links): Remove 3 methods and add get_links.
9258         Also, made 0 based.
9259
9260         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9261         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9262
9263         * backend/ev-link.c: (ev_link_set_title),
9264         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9265         (ev_link_mapping_find):
9266         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9267         
9268         * backend/ev-page-cache.c: (ev_page_cache_init),
9269         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9270         (ev_page_cache_get_size), (ev_page_cache_next_page),
9271         (ev_page_cache_prev_page): Fix to be 0 based.
9272
9273         * pdf/Makefile.am: 
9274         * pdf/ev-poppler.h:
9275         * pdf/ev-poppler.cc: New backend.
9276         
9277         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9278         (ps_document_get_page), (ps_document_document_iface_init):
9279
9280         * shell/ev-pixbuf-cache.h:
9281         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9282         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9283         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9284         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9285         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9286         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9287         based.
9288         
9289         * shell/ev-sidebar-thumbnails.c:
9290         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9291         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9292
9293         * shell/ev-view.c: (status_message_from_link),
9294         (find_page_at_location), (get_link_at_location),
9295         (ev_view_motion_notify_event), (ev_view_button_release_event),
9296         (ev_view_init): Use the new link code.  Fix to be 0 based.
9297
9298         * shell/ev-window.c: (update_action_sensitivity),
9299         (document_supports_sidebar): 0 based.
9300
9301 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9302
9303         * pdf/pdf-document.cc: Patch from Fernando Herrera
9304         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9305         *blush*
9306
9307 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9308
9309         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9310         1 to the page, as this seems to be 1 based.  I thought we has this
9311         fixed.  grump.
9312
9313 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9314
9315         * TODO:
9316         * backend/Makefile.am:
9317         * backend/ev-document-links.c:
9318         (ev_document_links_has_document_links),
9319         (ev_document_links_get_links_model):
9320         * backend/ev-document-links.h:
9321         * backend/ev-document.c: (ev_document_get_page_cache),
9322         (ev_document_get_doc_mutex), (ev_document_load),
9323         (ev_document_save), (ev_document_get_title),
9324         (ev_document_get_n_pages), (ev_document_set_page),
9325         (ev_document_get_page), (ev_document_set_target),
9326         (ev_document_set_scale), (ev_document_set_page_offset),
9327         (ev_document_get_page_size), (ev_document_get_text),
9328         (ev_document_get_link), (ev_document_render),
9329         (ev_document_render_pixbuf), (ev_document_scale_changed):
9330         * backend/ev-document.h:
9331         * backend/ev-job-queue.c: (remove_object_from_queue),
9332         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9333         (no_jobs_available_unlocked), (ev_render_thread),
9334         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9335         (ev_job_queue_remove_job):
9336         * backend/ev-job-queue.h:
9337         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9338         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9339         (ev_job_links_class_init), (ev_job_render_init),
9340         (ev_job_render_dispose), (ev_job_render_class_init),
9341         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9342         (ev_job_thumbnail_class_init), (ev_job_finished),
9343         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9344         (ev_job_render_run), (ev_job_thumbnail_new),
9345         (ev_job_thumbnail_run):
9346         * backend/ev-jobs.h:
9347         * backend/ev-link.c:
9348         * backend/ev-link.h:
9349         * backend/ev-page-cache.c: (ev_page_cache_init),
9350         (ev_page_cache_class_init), (ev_page_cache_finalize),
9351         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9352         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9353         (ev_page_cache_set_link), (ev_page_cache_get_title),
9354         (ev_page_cache_get_size), (ev_page_cache_next_page),
9355         (ev_page_cache_prev_page):
9356         * backend/ev-page-cache.h:
9357         * pdf/pdf-document.cc:
9358         * ps/gsdefaults.c:
9359         * ps/gsdefaults.h:
9360         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9361         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9362         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9363         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9364         (is_interpreter_ready), (output), (catchPipe), (input),
9365         (start_interpreter), (check_filecompressed), (compute_dimensions),
9366         (ps_document_enable_interpreter), (document_load),
9367         (ps_document_next_page), (render_page), (ps_document_set_page),
9368         (ps_document_set_scale), (render_pixbuf_idle),
9369         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9370         * ps/ps-document.h:
9371         * shell/Makefile.am:
9372         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9373         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9374         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9375         (ev_pixbuf_cache_new), (job_finished_cb),
9376         (check_job_size_and_unref), (move_one_job),
9377         (ev_pixbuf_cache_update_range), (find_job_cache),
9378         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9379         (ev_pixbuf_cache_add_jobs_if_needed),
9380         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9381         * shell/ev-pixbuf-cache.h:
9382         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9383         (idle_print_handler):
9384         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9385         (selection_changed_cb), (create_loading_model),
9386         (ev_sidebar_links_construct), (links_page_num_func),
9387         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9388         (update_page_callback), (job_finished_cb),
9389         (ev_sidebar_links_set_document):
9390         * shell/ev-sidebar-thumbnails.c:
9391         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9392         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9393         (page_changed_cb), (thumbnail_job_completed_callback),
9394         (ev_sidebar_thumbnails_set_document):
9395         * shell/ev-sidebar-thumbnails.h:
9396         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9397         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9398         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9399         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9400         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9401         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9402         (ev_view_button_release_event), (ev_view_scroll_view),
9403         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9404         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9405         (ev_view_new), (job_finished_cb), (page_changed_cb),
9406         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9407         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9408         (ev_view_find_previous):
9409         * shell/ev-view.h:
9410         * shell/ev-window.c: (update_action_sensitivity),
9411         (ev_window_open_page), (update_window_title), (update_total_pages),
9412         (page_changed_cb), (ev_window_setup_document),
9413         (password_dialog_response), (ev_window_cmd_save_as),
9414         (ev_window_print), (ev_window_cmd_go_previous_page),
9415         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9416         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9417         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9418         * shell/main.c: (main):
9419
9420         Merge evince-threads branch
9421
9422 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9423
9424         * configure.ac: Added "lt" to ALL_LINGUAS.
9425
9426 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9427
9428         * NEWS:
9429         * configure.ac:
9430
9431         Release 0.1.9
9432
9433 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9434
9435         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9436
9437         Fix here also the thumbnails 1-basedness :)
9438
9439 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9440
9441         * NEWS:
9442         * configure.ac:
9443
9444         Release 0.1.8
9445
9446 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9447
9448         * pdf/pdf-document.cc:
9449         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9450         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9451
9452         Fix the mess we did with thumbnails and 1-basedness
9453
9454 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9455
9456         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9457
9458 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9459
9460         * NEWS:
9461         * configure.ac:
9462
9463         Release 0.1.7
9464
9465 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9466
9467         * ps/Makefile.am:
9468         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9469         (gtk_gs_defaults_get_alpha_parameters),
9470         (gtk_gs_defaults_get_ungzip_cmd),
9471         (gtk_gs_defaults_get_unbzip2_cmd):
9472         * ps/gsdefaults.h:
9473         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9474         (ps_document_get_orientation), (document_load),
9475         (ps_document_goto_page), (ps_document_set_page_size):
9476         * ps/ps-document.h:
9477
9478         Some more sanitization of the ps backend. Remove a lot
9479         of unused code and do not base our defaults on ggv
9480         preferences (ugh!)
9481
9482 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9483
9484         * thumbnailer/evince-thumbnailer.schemas:
9485         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9486         (main): add -s option for thumbnail size.
9487
9488 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9489
9490         * configure.ac:
9491
9492         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9493         remove it.
9494
9495 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9496
9497         * pdf/pdf-document.cc:
9498
9499         Remove 4 pixels of useless border from the
9500         thumbnail.
9501
9502 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9503
9504         * backend/ev-document-thumbnails.c:
9505         (ev_document_thumbnails_get_thumbnail):
9506         * backend/ev-document-thumbnails.h:
9507
9508         Rework API a bit. Add a border flag and
9509         change sizing logic (now the size we specify
9510         applies to the bigger dimension).
9511
9512         * pdf/pdf-document.cc:
9513         * pixbuf/pixbuf-document.c:
9514         (pixbuf_document_thumbnails_get_thumbnail):
9515         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9517
9518         Adapt to the new API and do not draw a border for nautilus
9519         thumbnailer.
9520
9521 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9522
9523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9524         take thumbnails from page "0" instead of "1". Added a copyright header.
9525
9526 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9527
9528         * ps/ps-document.c: (set_up_page), (start_interpreter):
9529
9530         Make it C89 compliant
9531
9532 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9533
9534         * Makefile.am:
9535         * configure.ac:
9536         * pdf/.cvsignore:
9537         * pdf/pdf-document.cc:
9538         * thumbnailer/Makefile.am:
9539         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9540         (main):
9541         * thumbnailer/evince-thumbnailer.schemas:
9542         * thumbnailer/pdf-icon.png:
9543
9544         Add a nautilus thumbnailer.
9545         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9546
9547 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9548
9549         * NEWS:
9550         * configure.ac:
9551         * po/POTFILES.in:
9552
9553         Release 0.1.6
9554
9555 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9556
9557         Use poppler instead of including xpdf source code.  Poppler is a
9558         fork of xpdf to build it as a shared library. See
9559         http://freedesktop.org/wiki/Software/poppler.
9560
9561         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9562         xpdf fork.
9563         
9564         * pdf/Makefile.am: Build libpdfdocument.a here.
9565         
9566         * pdf/GDKSplashOutputDev.cc:
9567         * pdf/GDKSplashOutputDev.h:
9568         * pdf/GnomeVFSStream.cc:
9569         * pdf/GnomeVFSStream.h:
9570         * pdf-document.cc:
9571         * pdf-document.h:
9572         * test-gdk-output-dev.cc
9573         * Thumb.cc:
9574         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9575         against poppler.
9576
9577 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9578
9579         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9580
9581         Clear idle stack before unsetting the document
9582
9583 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9584
9585         * ps/ps-document.c: (ps_document_widget_event),
9586         (ps_document_set_target), (ps_document_finalize),
9587         (ps_document_get_page):
9588
9589         Disconnect the widget event signal on finalize.
9590         Some code cleanups.
9591
9592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9593
9594         * ps/ps-document.c: (set_up_page):
9595
9596         If there is no bpixmap create one, even if size
9597         is not changed.
9598
9599 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9600
9601         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9602         (set_up_page), (document_load), (ps_document_set_zoom):
9603
9604         Default page is 0. Calculate size even when we have no
9605         target yet.
9606
9607 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9608
9609         * shell/ev-sidebar.c: expand the selection widget to be always as
9610         wide as the sidebar
9611
9612 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9613
9614         * shell/ev-sidebar-thumbnails.c:
9615         (ev_sidebar_thumbnails_set_document):
9616
9617         Clear the list store when setting document
9618
9619 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9620
9621         * shell/ev-page-action.c: (update_entry), (sync_entry),
9622         (activate_cb), (entry_size_request_cb), (create_tool_item),
9623         (connect_proxy):
9624
9625         Use an entry for the page control instead of spinbuttons
9626
9627 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9628
9629         * data/evince.schemas.in:
9630
9631         Correct confusing string
9632
9633 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9634
9635         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9636         for real.  Gosh, how long has this been broken.
9637
9638         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9639         check for a NULL link.  We crash otherwise.
9640
9641 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9642
9643         * NEWS:
9644         * configure.ac:
9645
9646         Release 0.1.5
9647
9648 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9649
9650         * configure.ac: add the french translation.
9651
9652 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9653
9654         * shell/ev-window.c:
9655
9656         Remove unused header -> fix distcheck
9657
9658 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9659
9660         * shell/ev-window.c: (update_window_title),
9661         (ev_window_popup_password_dialog):
9662
9663         Unescape filename for display
9664
9665 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9666
9667         * pdf/xpdf/pdf-document.cc:
9668
9669         In get_page_size deal with rotation. Also
9670         cleanup the function a bit.
9671
9672 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9673
9674         * pdf/xpdf/pdf-document.cc:
9675
9676         Fix crash when opening in new window
9677
9678 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9679
9680         * configure.ac:
9681
9682         Check ghostscript >= 7
9683
9684 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9685
9686         * shell/ev-window.c:
9687
9688         Make page width the default sizing mode
9689
9690 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9691         Marco Pesenti Gritti <marco@gnome.org>
9692
9693         * shell/ev-window.c: Remember the sidebar size
9694
9695         * data/evince.schemas.in: Add a new gconf key to store the size of
9696         the sidebar
9697
9698 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9699
9700         * data/evince-ui.xml:
9701         * shell/ev-window.c: (update_action_sensitivity),
9702         (ev_window_cmd_view_reload):
9703         
9704         Add a "Reload" action and menu entry
9705
9706 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9707
9708         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9709         iff the type doesn't support thumbnailing and indexing.
9710
9711 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9712
9713         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9714
9715 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9716
9717         * pdf/splash/Splash.cc:
9718
9719         Port fix for a crasher from kde bug
9720         http://bugs.kde.org/show_bug.cgi?id=97131
9721
9722 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9723
9724         * pdf/xpdf/pdf-document.cc:
9725
9726         Return a link even if it's of an unrecognized
9727         type. Otherwise we go in an infinte cycle.
9728
9729 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9730
9731         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9732         (size_allocate_cb), (ev_window_set_sizing_mode):
9733
9734         Update size when switching mode
9735
9736 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9737
9738         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9739         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9740         (ev_window_cmd_view_normal_size):
9741
9742         Fix size toggle buttons behavior
9743
9744 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9745
9746         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9747         (doc_rect_to_view_rect), (ev_view_size_allocate),
9748         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9749         (scale_changed_callback):
9750
9751         Do not cache offsets in size_allocate.
9752
9753 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9754
9755         * shell/ev-view.c: (ev_view_size_allocate):
9756
9757         Calculate offsets before calling the parent
9758         class (which does a redraw)
9759
9760 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9761
9762         * pdf/xpdf/pdf-document.cc:
9763
9764         Fix a crasher on exit. Unused code, put a TODO
9765
9766 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9767
9768         * backend/ev-document.c: (ev_document_class_init),
9769         (ev_document_page_changed), (ev_document_scale_changed):
9770         * backend/ev-document.h:
9771
9772         Separate page/scale notifications
9773
9774         * pdf/xpdf/pdf-document.cc:
9775
9776         Emit the new signals.
9777         Do not display the pdf page in _render, do it
9778         when scale/page are requested.
9779
9780         * ps/ps-document.c: (ps_document_set_zoom),
9781         (ps_document_widget_event):
9782         * ps/ps-document.h:
9783
9784         Emit the new signals.
9785
9786         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9787         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9788         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9789         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9790         * shell/ev-view.h:
9791         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9792         (ev_window_cmd_view_page_width), (size_allocate_cb),
9793         (ev_window_set_sizing_mode):
9794
9795         Rework sizing to be pixel based.
9796         There are bugs but should be already way better.
9797
9798 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9799
9800         * shell/ev-window.c: (ev_window_init):
9801
9802         Do not allow to shrink sidebar smaller then
9803         child requisition
9804
9805 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9806
9807         * shell/ev-sidebar.[ch]
9808         * shell/ev-window.c:
9809
9810         Improved sidebar widget. Fixes #166683
9811
9812 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9813
9814         * shell/ev-view.c (update_find_status_message): Give translators
9815         more flexibility with ngettext plural handling.
9816
9817 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9818
9819         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9820         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9821         page when we get the page size.
9822
9823 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9824
9825         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9826
9827         ps pages are 0 based, convert 
9828
9829 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9830
9831         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9832
9833         Initialize correct parent class. Set GError on document load
9834
9835 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * pdf/xpdf/pdf-document.cc:
9838
9839         Fixup selection offset calculation
9840
9841         * shell/ev-view.c: (view_rect_to_doc_rect),
9842         (doc_rect_to_view_rect), (ev_view_size_allocate),
9843         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9844         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9845
9846         Store selection as document relative, so that zooming
9847         and offset changing doesnt break it.
9848
9849 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9850
9851         * shell/ev-view.c: (ev_view_best_fit):
9852
9853         Do not try to best fit if the view is not realized
9854
9855 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9856           
9857         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9858
9859 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9860
9861         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9862
9863 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9864
9865         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9866         the popup window.  That prevents it resizing when in full screen
9867         mode.
9868
9869         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9870         multiple rerenders.  This pretty much sucks.
9871
9872         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9873         rest of the toolbar.
9874
9875 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9876
9877         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9878
9879 2005-02-17  Alexander Shopov  <ash@contact.bg>
9880
9881         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9882
9883 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9884
9885         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9886
9887 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9888
9889         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9890         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9891         (set_document_page), (document_changed_callback),
9892         (ev_view_set_document), (ev_view_find_previous),
9893         (ev_view_hide_cursor), (ev_view_show_cursor):
9894         * shell/ev-view.h:
9895         * shell/ev-window.c: (update_chrome_visibility),
9896         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9897         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9898         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9899         (ev_window_unfullscreen):
9900         * shell/main.c: (main):
9901
9902         Automatically hide the fullscreen button.
9903         Patch by Kristian Høgsberg <krh@redhat.com>
9904
9905 2005-02-16  Vincent Noel  <vnoel@cox.net>
9906
9907         * shell/main.c (main): Specify an icon for the window. Patch by
9908         Jaap A. Haitsma. Fixes #166177.
9909
9910 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9911
9912         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9913
9914 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9915
9916         * backend/ev-document-misc.h:
9917         * backend/ev-document-misc.c:
9918         (ev_document_misc_get_page_border_size),
9919         (ev_document_misc_paint_one_page): New function to canonicalize
9920         sizing/painting a border.
9921
9922         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9923         used.
9924
9925         * pdf/xpdf/pdf-document.cc: use new function
9926
9927         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9928         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9929         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9930         shell/ev-window.c: (update_sizing_buttons),
9931         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9932         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9933         (ev_window_cmd_view_page_width), (size_allocate_cb),
9934         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9935         and "fit width" values act as toggle buttons so they stay
9936         toggled.  It's not 100% perfect, and it's a little slow, but it's
9937         good enough to commit I think.
9938
9939 2005-02-15  David Lodge  <dave@cirt.net>
9940
9941         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
9942
9943 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
9944
9945         * shell/ev-window.c (update_window_title): replace newlines in
9946         the title by spaces. Bug #166107.
9947
9948 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
9949
9950         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
9951         parameters providing allocation width and height without
9952         scrollbars and width of a possible vertical scrollbar. With this
9953         additional information the functions can work as
9954         intended. Unfortunately they're not idempotent. We should
9955         transform these commands to toggles. Fixes Bug #164976
9956         Initial patch by Stephane Loeuillet, then heavily modified.
9957
9958         * shell/ev-view.h: update prototypes.
9959
9960         * shell/ev-window.c (ev_window_cmd_view_best_fit)
9961         (ev_window_cmd_view_page_width): provide EvView fit functions with
9962         all the information they need. Formulas to calculate this
9963         information taken from GtkScrolledWindow.
9964
9965 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
9966
9967         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
9968         created a thumbnail, the list store is updated to know
9969         that the thumbnail is set. Fixes bug #166792
9970
9971 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9972
9973         * shell/ev-window.c: fixed typo, closes bug 166897
9974
9975         * TODO: updated TODO with bug numbers that are relevant
9976
9977 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
9978
9979         * shell/ev-window.c: Support for DnD of files. Fixes #164813
9980
9981 2005-02-09  Vincent Noel  <vnoel@cox.net>
9982
9983         * shell/ev-window.c: (set_action_properties): Set the "Previous"
9984         and "Next" toolbar buttons as important to make them stand out.
9985
9986 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9987
9988         * lib/ev-debug.c:
9989         * lib/ev-debug.h:
9990         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
9991         (start_interpreter), (stop_interpreter), (document_load),
9992         (ps_document_next_page), (ps_document_goto_page),
9993         (ps_document_set_page_size), (ps_document_widget_event),
9994         (ps_document_render):
9995         * shell/ev-page-view.c: (ev_page_view_dispose):
9996         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
9997
9998         Fix compilation on non-gcc platforms
9999
10000 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10001
10002         * NEWS:
10003         * configure.ac:
10004
10005         Release 0.1.4
10006
10007         * pdf/xpdf/Catalog.cc:
10008         * pdf/xpdf/XRef.cc:
10009
10010         Fix the fix for CAN-2004-0888
10011
10012 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10013
10014         * data/Makefile.am:
10015         * data/evince-ui.xml:
10016         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10017         * shell/ev-stock-icons.h:
10018         * shell/ev-window.c: (update_action_sensitivity),
10019         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10020         (set_action_properties):
10021
10022         Improve toolbar layout/icons
10023
10024 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10025
10026         * pdf/xpdf/pdf-document.cc:
10027
10028         Add warnings about unimplemented/unknown link
10029         types.
10030
10031 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10032
10033         * ps/ps-document.c: (set_up_page):
10034
10035         Log gs property
10036
10037 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10038
10039         * ps/ps-document.c: (start_interpreter):
10040
10041         Log gs env var
10042
10043 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10044
10045         * shell/ev-page-view.c: (ev_page_view_dispose):
10046         * shell/ev-view.c: (ev_view_finalize):
10047         * shell/ev-window.c: (ev_window_setup_document),
10048         (ev_window_dispose), (ev_window_init):
10049
10050         Solve more refs issues.
10051
10052         I commented out the page_view initialization for now:
10053         it was never destroyed (because it's never added
10054         to a container). Because of that we was leaking
10055         gs processes. Couldnt think to a clean fix.
10056         We need to figure this out, password view has the
10057         same issue probably.
10058
10059 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10060
10061         * ps/ps-document.c: (ps_document_finalize),
10062         (ps_document_get_n_pages), (ps_document_get_page):
10063
10064         Some cleanups, stop the interpreter on finalize
10065
10066         * shell/ev-page-view.c: (ev_page_view_dispose),
10067         (ev_page_view_class_init):
10068
10069         Release our reference on the document
10070
10071 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10072
10073         * Makefile.am:
10074         * configure.ac:
10075         * doc/debugging.txt:
10076         * lib/.cvsignore:
10077         * lib/Makefile.am:
10078         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10079         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10080         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10081         * lib/ev-debug.h:
10082
10083         Add debugging helpers
10084
10085         * ps/Makefile.am:
10086         * ps/ps-document.c: (set_up_page), (start_interpreter),
10087         (stop_interpreter), (document_load), (ps_document_next_page),
10088         (ps_document_goto_page), (ps_document_set_page_size),
10089         (ps_document_widget_event), (ps_document_render):
10090         * shell/Makefile.am:
10091         * shell/ev-view.c: (expose_bin_window):
10092         * shell/main.c: (main):
10093
10094         Add some logs
10095         
10096 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10097
10098         * ps/ps-document.c: (ps_document_widget_event):
10099
10100         Initialize message_window, this should make ps
10101         rendering really work! (Never noticed because I was
10102         testing with a ps that is causing gs to exit every time!)
10103
10104 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10105
10106         * data/evince.schemas.in: updated simple error in applyto closing tag
10107
10108 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10109
10110         * Makefile.am:
10111         * configure.ac:
10112         * data/.cvsignore:
10113         * data/Makefile.am:
10114         * data/evince-ui.xml:
10115         A data/evince.schemas.in:
10116         * po/POTFILES.in:
10117         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10118         * shell/ev-stock-icons.h:
10119         * shell/ev-window.c: (update_chrome_visibility),
10120         (update_chrome_flag), (ev_window_cmd_edit_find),
10121         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10122         (ev_window_unfullscreen), (ev_window_focus_in_event),
10123         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10124         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10125         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10126         (ev_window_dispose), (ev_window_class_init),
10127         (set_action_properties), (set_chrome_actions), (load_chrome),
10128         (ev_window_init):
10129
10130         Implement fullscreen mode changes from bug #164776.
10131         Also implement persistent chrome toggles.
10132
10133 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10134
10135         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10136
10137 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10138
10139         * NEWS:
10140         * configure.ac:
10141         * shell/ev-view.c:
10142
10143         Add another check for find interface
10144
10145         Release 0.1.3
10146
10147 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10148
10149         * shell/ev-application.c: (ev_application_open):
10150         * shell/ev-window.c: (ev_window_open):
10151
10152         Open gzipped ps documents
10153
10154 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10155
10156         * TODO:
10157         * shell/ev-view.c: (set_document_page):
10158
10159         Clamp page number, dont try to move to
10160         not existant pages.
10161
10162 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10163
10164         * backend/ev-document-find.c: (ev_document_find_changed):
10165         * backend/ev-document-find.h:
10166         * pdf/xpdf/pdf-document.cc:
10167         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10168         * shell/ev-window.c: (find_bar_search_changed_cb):
10169
10170         Fix several bugs with find
10171
10172 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10173
10174         * shell/ev-sidebar-thumbnails.c
10175         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10176         document. Prevents warning from scroll_to_cell.
10177
10178 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10179
10180         * configure.ac: Add «nb» to ALL_LINGUAS too.
10181
10182 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10183
10184         * NOTES: New file with some random thoughts.
10185
10186         * TODO: Update.
10187
10188         * backend/ev-document-misc.c:
10189         (ev_document_misc_get_page_border_size): New function to
10190         canonicalize shadow drawing sizes.  Possibly goofy.
10191
10192         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10193         (ev_view_best_fit), (ev_view_fit_width):
10194         * pdf/xpdf/pdf-document.cc:
10195         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10196         * ps/ps-document.c: (ps_document_get_page_size):
10197         * backend/ev-document-misc.h:
10198         * backend/ev-document.c: (ev_document_get_page_size):
10199         * backend/ev-document.h: get_page_size now takes a page number
10200         parameter.  Made all the backends/frontends honor it.
10201
10202         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10203         see.  Doesn't work yet.
10204
10205         * shell/Makefile.am:
10206         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10207         Doesn't do anything yet.
10208
10209         * shell/ev-sidebar-thumbnails.c:
10210         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10211         [0..n_pages-1]
10212
10213         * shell/ev-window.c: (update_action_sensitivity),
10214         (ev_window_setup_document), (ev_window_set_page_mode),
10215         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10216         view-swapping code a bit so we can have multiple views on a
10217         document.  Add the multi-page view, though it can't be turned on
10218         yet.
10219
10220 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10221
10222         * shell/ev-application.c: (ev_application_open):
10223         * shell/ev-view.c: (expose_bin_window):
10224         * shell/ev-window.c: (ev_window_open):
10225
10226         Support eps and check document supports find
10227         before drawing highlightings in expose.
10228
10229 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10230
10231         * pixbuf/pixbuf-document.c:
10232         (pixbuf_document_thumbnails_get_dimensions),
10233         (pixbuf_document_document_thumbnails_iface_init):
10234
10235         implement get_dimensions
10236
10237 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10238
10239         * NEWS:
10240         * configure.ac:
10241
10242         Release 0.1.2
10243
10244 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10245
10246         * shell/ev-view.c: (set_document_page):
10247
10248         Scroll at the top of the page when changing page
10249
10250 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10251
10252         * shell/ev-view.c: (ev_view_motion_notify_event):
10253
10254         Do not redraw unnecessarily
10255
10256 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10257
10258         * pdf/xpdf/pdf-document.cc:
10259         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10260         (expose_bin_window), (find_changed_cb):
10261
10262         Yay! find works now... Now to find bugs...
10263
10264 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10265
10266         * backend/ev-document-find.c: (ev_document_find_base_init),
10267         (ev_document_find_changed):
10268         * backend/ev-document-find.h:
10269         * pdf/xpdf/pdf-document.cc:
10270         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10271         (expose_bin_window), (ev_view_init), (set_document_page),
10272         (ensure_rectangle_is_visible), (jump_to_find_result),
10273         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10274         (ev_view_find_next), (ev_view_find_previous):
10275         * shell/ev-view.h:
10276         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10277
10278         More work on find implementation, mostly there now
10279
10280 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10281
10282         * backend/ev-backend-marshalers.list:
10283         * backend/ev-document-find.c: (ev_document_find_base_init),
10284         (ev_document_find_cancel), (ev_document_find_page_has_results),
10285         (ev_document_find_get_n_results), (ev_document_find_get_result),
10286         (ev_document_find_get_progress), (ev_document_find_changed):
10287         * backend/ev-document-find.h:
10288
10289         Enanche the find interface to be really able to do
10290         multi page find.
10291
10292         * pdf/xpdf/pdf-document.cc:
10293
10294         Implement
10295
10296         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10297         (expose_bin_window), (ev_view_init),
10298         (ev_view_get_find_status_message), (find_changed_cb),
10299         (ev_view_set_document), (set_document_page):
10300
10301         Adapt to the new interface. A few things are regressed sorry,
10302         I will finish it soon.
10303
10304 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10305
10306         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10307         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10308         ev_sidebar_thumbnails_parent_class variable, don't define another
10309         parent_class variable.
10310
10311         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10312         (ev_page_action_class_init): ditto.
10313
10314         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10315         (pixbuf_document_class_init): ditto.
10316
10317         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10318         ditto.
10319
10320         * .cvsignore: ignore various valgrind output files.
10321
10322 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10323
10324         * data/evince-ui.xml:
10325         * shell/Makefile.am:
10326         * shell/ev-history.c:
10327         * shell/ev-history.h:
10328         * shell/ev-navigation-action.c:
10329         * shell/ev-navigation-action.h:
10330         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10331         (ev_view_set_page), (ev_view_fit_width):
10332         * shell/ev-view.h:
10333         * shell/ev-window.c: (update_action_sensitivity),
10334         (ev_window_setup_document), (register_custom_actions):
10335
10336         Kill session history
10337
10338 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10339
10340         * shell/ev-window.c: (update_action_sensitivity):
10341
10342         Fix inverted up/down buttons
10343
10344 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10345
10346         * shell/ev-sidebar-thumbnails.c
10347         (ev_sidebar_thumbnails_select_page): make sure the selected
10348         thumbnail stays visible.
10349
10350 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10351
10352         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10353         scrolled window for Federico.
10354
10355 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10356
10357         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10358
10359 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10360
10361         * configure.ac:
10362         * pdf/splash/SplashFTFontEngine.cc:
10363
10364         Fix CID fonts with freetype 2.1.9
10365
10366 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10367
10368         * TODO: added item for desktop icon thumbnailer
10369
10370 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10371
10372         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10373         unloaded docs when the title is accessed.
10374
10375         * shell/ev-password-view.[hc]: New widget for displaying password
10376         state.
10377
10378         * shell/ev-window.[ch]: Refactor password handling code to handle
10379         the new view.
10380
10381 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10382
10383         * NEWS:
10384         * configure.ac:
10385         * data/Makefile.am:
10386
10387         Release 0.1.1
10388
10389 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10390
10391         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10392         ignore page offset here, to make search results independent of it,
10393
10394         * shell/ev-view.c (expose_bin_window): but take offsets into
10395         account here. Bug #164932
10396
10397         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10398         scale at the right time. Bug #164996
10399
10400 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10401
10402         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10403         fix the problem. Now I just removed the Adobe font names and hope
10404         that the URW fonts are always in outline format. Bug #164934
10405
10406         * shell/ev-window.c (update_window_title): empty titles are
10407         useless, use filename in that case too.
10408
10409         * NEWS: Add some content.
10410
10411 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10412
10413         * TODO: added one more TODO item and a TODONE section :)
10414
10415 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10416
10417         * ps/ps-document.h: add page_[xy]_offset fields.
10418
10419         * ps/ps-document.c (ps_document_set_page_offset)
10420         (ps_document_render): Keep offset in consideration in a few
10421         places. Bug #164752 "postscript documents are not centered in
10422         window"
10423
10424         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10425         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10426
10427         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10428         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10429         stub out missing methods for complete EvDocument implementation.
10430         Fixes segfaults with Save A Copy and Copy actions.
10431
10432         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10433         (ps_document_document_iface_init): ditto.
10434         
10435 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10436
10437         * data/.cvsignore:
10438         * data/Makefile.am:
10439         * data/evince.desktop.in:
10440
10441         Add desktop file
10442
10443 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10444
10445         * shell/ev-view.c: (ev_view_button_press_event),
10446         (ev_view_motion_notify_event):
10447
10448         Make selection work in any direction
10449
10450 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10451
10452         * TODO:
10453         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10454
10455         Use shorter labels for some of the toolbars items
10456
10457 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10458
10459         * pdf/xpdf/pdf-document.cc:
10460
10461         Check the links info is initialized before
10462         using it. Should fix a crash on startup.
10463
10464 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10465
10466         * pixbuf/pixbuf-document.c
10467         (pixbuf_document_thumbnails_get_dimensions): force floating point
10468         division to calculate page_ratio. Fixes crash with landscape
10469         format pixbufs.
10470
10471 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10472
10473         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10474
10475 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10476
10477         * shell/ev-view.c (set_document_page): unset has_selection when
10478         the page changes.
10479         (set_document_page): handle paper size changes when the page
10480         changes (test with Free Culture, page 2).
10481
10482 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10483
10484         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10485         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10486
10487         Use normal style color for the widget background and
10488         draw a black box around the page.
10489
10490 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10491
10492         * pdf/xpdf/pdf-document.cc:
10493
10494         Keep offset in consideration in a few places
10495
10496         * shell/ev-view.c: (expose_bin_window):
10497
10498         Set the offsets so that the document is ever centered
10499
10500 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10501
10502         * TODO: Added TODO items and finished off the first todo item
10503
10504         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10505         reflect current authors
10506
10507 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10508
10509         * pdf/xpdf/pdf-document.cc:
10510         * shell/ev-view.c: (ev_view_set_cursor),
10511         (ev_view_motion_notify_event), (document_changed_callback),
10512         (set_document_page):
10513
10514         Show a wait cursor while the page is rendering
10515
10516 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10517
10518         * shell/ev-sidebar-thumbnails.c:
10519         (ev_sidebar_tree_selection_changed),
10520         (ev_sidebar_thumbnails_select_page):
10521         * shell/ev-sidebar-thumbnails.h:
10522         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10523         (ev_view_can_go_forward):
10524         * shell/ev-window.c: (ev_window_open_page),
10525         (ev_window_setup_document), (update_current_page),
10526         (view_page_changed_cb), (ev_window_init):
10527         * shell/ev-window.h:
10528
10529         Ensure thumbnails selection, toolbar page control and
10530         current page are in sync.
10531
10532 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * pdf/xpdf/XRef.cc:
10535
10536         Fix CAN-2005-0064
10537
10538 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10539
10540         * backend/Makefile.am:
10541         * backend/ev-document-links.h:
10542         * backend/ev-document-security.c: (ev_document_security_get_type),
10543         (ev_document_security_has_document_security),
10544         (ev_document_security_set_password):
10545         * backend/ev-document-security.h:
10546         * backend/ev-document.c: (ev_document_error_quark):
10547         * backend/ev-document.h:
10548         * data/Makefile.am:
10549         * data/evince-password.glade:
10550         * pdf/xpdf/pdf-document.cc:
10551         * shell/Makefile.am:
10552         * shell/ev-password.c: (ev_password_set_bad_password_label),
10553         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10554         (ev_password_dialog_get_password),
10555         (ev_password_dialog_set_bad_pass):
10556         * shell/ev-password.h:
10557         * shell/ev-window.c: (ev_window_get_attribute),
10558         (ev_window_set_property), (update_action_sensitivity),
10559         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10560         (ev_window_setup_document), (ev_window_get_password),
10561         (ev_window_open), (ev_window_cmd_save_as),
10562         (using_postscript_printer), (ev_window_print),
10563         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10564         (update_fullscreen_popup), (ev_window_fullscreen),
10565         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10566         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10567         (menu_item_select_cb), (find_bar_search_changed_cb),
10568         (ev_window_dispose), (ev_window_init):
10569
10570         Add initial support for password-supported dialogs.  This could be
10571         a lot cooler, but it'll do for now.
10572
10573 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * pdf/xpdf/pdf-document.cc:
10576         * shell/ev-view.c: (status_message_from_link),
10577         (ev_view_set_status), (ev_view_set_cursor),
10578         (ev_view_motion_notify_event), (ev_view_init):
10579         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10580
10581         Fix bugs in the links implementation and change cursor
10582         when hovering a link.
10583
10584 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10585
10586         * viewer/.cvsignore: added cvsignore file for viewer directory
10587
10588         * TODO: created TODO document
10589
10590 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10591
10592         * shell/ev-view.h:
10593         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10594         new functions to help with implementation of sensitivity code
10595         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10596         of all actions that might require it.  Fixes a crash when you
10597         click on the Zoom actions in a window lacking a document.
10598
10599 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10600
10601         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10602         of the Find action
10603
10604 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10605
10606         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10607         (pixbuf_document_document_iface_init):
10608         * ps/ps-document.c: (ps_document_get_link),
10609         (ps_document_document_iface_init):
10610         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10611         (status_message_from_link), (ev_view_set_status),
10612         (ev_view_set_find_status), (ev_view_motion_notify_event),
10613         (ev_view_button_release_event), (ev_view_set_property),
10614         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10615         (ev_view_get_find_status_message), (update_find_results),
10616         (ev_view_get_status), (ev_view_get_find_status):
10617         * shell/ev-view.h:
10618         * shell/ev-window.c: (view_status_changed_cb),
10619         (view_find_status_changed_cb), (ev_window_init):
10620
10621         View status message support, use it to show the links.
10622         Needs work...
10623
10624 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10625
10626         * backend/ev-document.c: (ev_document_get_link):
10627         * backend/ev-document.h:
10628         * pdf/xpdf/pdf-document.cc:
10629         * shell/ev-application.c: (ev_application_open):
10630         * shell/ev-application.h:
10631         * shell/ev-sidebar-links.c: (selection_changed_cb):
10632         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10633         (ev_view_go_to_link):
10634
10635         Add support for document links
10636
10637 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10638
10639         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10640         (create_tool_item):
10641         Set the spin button limits correctly.
10642         
10643         * shell/ev-sidebar-thumbnails.c:
10644         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10645         Support changing pages by clicking on the thumbnails.
10646         
10647 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10648
10649         * pixbuf/pixbuf-document.c:
10650         (pixbuf_document_thumbnails_get_dimensions),
10651         (pixbuf_document_document_thumbnails_iface_init):
10652
10653         implement get_dimensions
10654
10655 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * ps/ps-document.c: (ps_document_goto_page):
10658
10659         Fix page switching on multipage documents
10660
10661 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10662
10663         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10664         
10665         check for NULL before assigning to width and height parameters
10666
10667 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10668
10669         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10670         (pixbuf_document_set_property), (pixbuf_document_get_property):
10671
10672         implement get/set properties
10673
10674 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10675
10676         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10677         
10678         return NULL instead of "Unknown", letting the title get set to
10679         the filename when the pdf has no title.
10680
10681 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10682
10683         * ps/ps-document.c: (ps_document_get_page_count),
10684         (ps_document_goto_page):
10685
10686 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10687
10688         * shell/ev-history.c: (ev_history_get_property),
10689         (ev_history_set_property), (ev_history_class_init),
10690         (ev_history_add_page), (ev_history_set_current_index):
10691         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10692         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10693         (ev_navigation_action_finalize):
10694         * shell/ev-navigation-action.h:
10695         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10696         (ev_view_go_forward), (ev_view_get_find_status_message),
10697         (history_index_changed_cb), (ev_view_set_history):
10698         * shell/ev-view.h:
10699         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10700         (update_current_page), (register_custom_actions):
10701
10702         Implement history dropdowns
10703
10704 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10705
10706         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10707         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10708         (ev_view_go_forward):
10709         * shell/ev-window.c: (register_custom_actions):
10710
10711         Fix several history bugs
10712
10713 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10714
10715         * configure.ac: Add «nb» to ALL_LINGUAS.
10716
10717 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10718
10719         * backend/Makefile.am:
10720         * backend/ev-bookmark.c:
10721         * backend/ev-bookmark.h:
10722         * backend/ev-document-bookmarks.c:
10723         * backend/ev-document-bookmarks.h:
10724         * backend/ev-document-links.c: (ev_document_links_get_type),
10725         (ev_document_links_has_document_links),
10726         (ev_document_links_begin_read), (ev_document_links_get_link),
10727         (ev_document_links_get_child), (ev_document_links_next),
10728         (ev_document_links_free_iter):
10729         * backend/ev-document-links.h:
10730         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10731         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10732         (ev_link_get_link_type), (ev_link_set_link_type),
10733         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10734         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10735         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10736         (ev_link_new_external):
10737         * backend/ev-link.h:
10738         * pdf/xpdf/pdf-document.cc:
10739         * shell/Makefile.am:
10740         * shell/ev-application.c: (ev_application_open_link):
10741         * shell/ev-application.h:
10742         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10743         (ev_history_get_link_nth):
10744         * shell/ev-history.h:
10745         * shell/ev-sidebar-bookmarks.c:
10746         * shell/ev-sidebar-bookmarks.h:
10747         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10748         (ev_sidebar_links_class_init), (selection_changed_cb),
10749         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10750         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10751         (do_one_iteration), (populate_links_idle),
10752         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10753         * shell/ev-sidebar-links.h:
10754         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10755         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10756         (go_to_index):
10757         * shell/ev-view.h:
10758         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10759         * shell/ev-window.h:
10760
10761         Rename bookmark to link, and use "Index" for the sidebar panel.
10762
10763 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * shell/Makefile.am:
10766         * shell/ev-application.c: (ev_application_open_bookmark):
10767         * shell/ev-application.h:
10768         * shell/ev-history.c: (ev_history_init), (free_links_list),
10769         (ev_history_finalize), (ev_history_class_init),
10770         (ev_history_add_link), (ev_history_add_page),
10771         (ev_history_get_link_nth), (ev_history_get_n_links),
10772         (ev_history_get_current_index), (ev_history_set_current_index),
10773         (ev_history_new):
10774         * shell/ev-history.h:
10775         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10776         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10777         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10778         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10779         (ev_view_set_page):
10780         * shell/ev-view.h:
10781         * shell/ev-window.c: (ev_window_open_bookmark),
10782         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10783         (goto_page_cb), (register_custom_actions):
10784         * shell/ev-window.h:
10785
10786         Initial history implementation. Needs work.
10787
10788 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10789
10790         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10791
10792 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10793
10794         * cut-n-paste/recent-files/egg-recent-item.c:
10795         * cut-n-paste/recent-files/egg-recent-item.h:
10796         * cut-n-paste/recent-files/egg-recent-model.c:
10797         * cut-n-paste/recent-files/egg-recent-util.c:
10798         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10799         * cut-n-paste/recent-files/egg-recent-view.c:
10800
10801         Update
10802
10803 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10804
10805         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10806         (fillGlyph, fillImageMask, drawImage):
10807         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10808         pdf/splash/SplashTypes.h:
10809         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10810         packed mode for Splash.
10811
10812         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10813         RGB8 packed mode, eliminates the pixbuf data creation loop.
10814
10815         * shell/ev-print-job.c (ev_print_job_finalize)
10816         (ev_print_job_set_property, ev_print_job_get_property)
10817         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10818         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10819         (print_closure_finalize, ev_print_job_print): implement
10820         printing (for backends with EvPsExporter)
10821
10822         * shell/ev_print_job.h: update prototypes.
10823
10824         * shell/ev-window.c (ev_window_print): unref print job after
10825         printing.
10826
10827         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10828         unless the document implements the EvDocumentFind interface.
10829
10830 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10831
10832         * configure.ac: Added ja to ALL_LINGUAS.
10833
10834 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10835
10836         * pdf/xpdf/pdf-document.cc:
10837
10838         add a FIXME. We should probably not allocate
10839         a bookmark object every time
10840
10841 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10842
10843         * shell/ev-application.c: (ev_application_open),
10844         (ev_application_open_bookmark):
10845         * shell/ev-application.h:
10846         
10847         Add a way to open bookmarks
10848
10849         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10850         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10851         (ev_bookmark_set_property), (ev_bookmark_class_init),
10852         (ev_bookmark_new_title), (ev_bookmark_new_link),
10853         (ev_bookmark_new_external):
10854
10855         Support for external uris, better constructors.
10856
10857         * backend/ev-bookmark.h:
10858         * pdf/xpdf/pdf-document.cc:
10859         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10860
10861         Handle external uris
10862
10863 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10864
10865         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10866         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10867
10868         Hook up bookmarks navigation
10869
10870 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10871
10872         * backend/Makefile.am:
10873         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10874         (ev_bookmark_get_title), (ev_bookmark_set_title),
10875         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10876         (ev_bookmark_get_page), (ev_bookmark_set_page),
10877         (ev_bookmark_get_property), (ev_bookmark_set_property),
10878         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10879         (ev_bookmark_new):
10880         * backend/ev-bookmark.h:
10881         * backend/ev-document-bookmarks.c:
10882         (ev_document_bookmarks_get_bookmark):
10883         * backend/ev-document-bookmarks.h:
10884         * pdf/xpdf/pdf-document.cc:
10885         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10886
10887         Add a bookmark object to the backend and use it instead of get_values
10888
10889 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10890
10891         * data/evince-ui.xml:
10892
10893         Cleanup and add select all.
10894
10895         * shell/ev-view.c: (ev_view_select_all),
10896         (ev_view_button_press_event):
10897         * shell/ev-view.h:
10898         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10899
10900         Add select all.
10901         Clear selection on click.
10902
10903 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10904
10905         * shell/ev-sidebar-thumbnails.c
10906         (ev_sidebar_thumbnails_set_document): forgot to unref the
10907         loading_icon.
10908
10909 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10912         at the visible page, not just linearly.  This makes it look fast.
10913
10914 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10915
10916         * backend/ev-document-misc.c
10917         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10918         white.
10919         * backend/ev-document-thumbnails.h: New interface to get the size
10920         of a page.
10921
10922 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10923
10924         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10925         make dist works
10926
10927 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10928
10929         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10930         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10931         things up a bit.
10932
10933         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10934
10935 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10936
10937         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10938         fonts. Should fix font problems on systems that have the base
10939         fonts in bitmap format. Reported by James Henstridge
10940         <james@jamesh.id.au>.
10941
10942 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10943
10944         * pdf/xpdf/Gfx.cc:
10945         * pdf/xpdf/GfxState.cc:
10946
10947         Fix for CAN-2004-1125
10948
10949 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10950
10951         * shell/ev-view.c: (ev_view_copy):
10952         * shell/ev-view.h:
10953         * shell/ev-window.c: (ev_window_cmd_edit_copy):
10954
10955         Implement Edit->Copy
10956
10957 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * backend/ev-document.c: (ev_document_get_text):
10960         * backend/ev-document.h:
10961         * pdf/xpdf/pdf-document.cc:
10962         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
10963         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10964         (ev_view_update_primary_selection), (ev_view_button_press_event),
10965         (ev_view_motion_notify_event), (ev_view_button_release_event):
10966
10967         Beginnings of clipboard support. Incomplete but primary sort
10968         of work.
10969
10970 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10971
10972         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
10973         (expose_bin_window):
10974
10975         Nicer rubberband drawing, from GtkIconView.
10976
10977 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10978
10979         * backend/ev-document.c: (ev_document_save):
10980         * backend/ev-document.h:
10981         * data/evince-ui.xml:
10982         * pdf/xpdf/pdf-document.cc:
10983         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
10984
10985         Implement "Save a copy..." menu item
10986
10987 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10988
10989         * shell/ev-view.c: (ev_view_zoom):
10990
10991         Queue a resize when zoom changes
10992
10993 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
10994
10995         * backend/ev-document-misc.[ch]: New misc file to do simple drop
10996         shadows.
10997
10998         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
10999         thumbnails..
11000
11001 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11002
11003         * pdf/xpdf/pdf-document.cc
11004         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11005
11006 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11007
11008         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11009         It's slow, but I'll speed it up next!
11010
11011 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11012
11013         * shell/main.c (load_files):
11014
11015         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11016         from the command line and because it seems more appropriate.
11017
11018 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11019
11020         * data/evince-ui.xml:
11021         * shell/ev-window.c: (update_action_sensitivity),
11022         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11023
11024         s/next page/page down
11025         s/previous page/page up
11026
11027 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * data/evince-ui.xml:
11030
11031         Change the layout to match clarkbw design.
11032
11033         * shell/Makefile.am:
11034         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11035         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11036         (ev_navigation_action_finalize),
11037         (ev_navigation_action_set_property),
11038         (ev_navigation_action_get_property),
11039         (ev_navigation_action_class_init):
11040         * shell/ev-navigation-action.h:
11041
11042         Implement clarkbw toolbar navigation controls (incomplete)
11043
11044         * shell/ev-page-action.c: (update_label), (update_spin),
11045         (value_changed_cb), (create_tool_item), (connect_proxy),
11046         (ev_page_action_init), (ev_page_action_finalize),
11047         (ev_page_action_set_property), (ev_page_action_get_property),
11048         (ev_page_action_set_current_page),
11049         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11050         * shell/ev-page-action.h:
11051
11052         Implement a page switcher in the toolbar
11053
11054         * shell/ev-view.c: (ev_view_scroll_view):
11055         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11056         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11057         (register_custom_actions), (ev_window_init):
11058
11059         Change page on PageUp/Down.
11060
11061 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * pdf/xpdf/pdf-document.cc
11064         (pdf_document_thumbnails_get_thumbnail): initial stab at
11065         implementing thumbnail support for pdfs.  It only does documents
11066         with precached pdfs now.
11067
11068 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11069
11070         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11071         thumbnail code into a time-based idle as well.  Also, turn off the
11072         shadow temporarily as it's really slow.
11073
11074 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11075
11076         * backend/ev-document.c: (ev_document_class_init):
11077         * pdf/xpdf/pdf-document.cc:
11078         * shell/ev-window.c: (ev_window_open):
11079
11080         Fix document title bugs and fallback to
11081         filename when not available.
11082
11083 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11084
11085         * backend/ev-document.c: (ev_document_get_type),
11086         (ev_document_class_init), (ev_document_load),
11087         (ev_document_get_title):
11088         * backend/ev-document.h:
11089         * pdf/xpdf/pdf-document.cc:
11090         * ps/ps-document.c: (ps_document_set_property),
11091         (ps_document_get_property), (ps_document_class_init),
11092         (document_load):
11093         * ps/ps-document.h:
11094         * ps/ps.h:
11095         * shell/ev-window.c: (update_window_title), (ev_window_open),
11096         (ev_window_init):
11097
11098         Initial support for document title. Not working yet.
11099
11100 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11101
11102         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11103
11104         Grab focus on the view when clicking it
11105
11106 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11107
11108         * shell/ev-marshal.list:
11109         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11110         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11111
11112         Add key bindings to the view. Now if the focus would work
11113         right...
11114
11115 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * Makefile.am:
11118         * backend/Makefile.am:
11119         * data/Makefile.am:
11120         * dvi/Makefile.am:
11121         * dvi/dvilib/Makefile.am:
11122         * pdf/xpdf/Makefile.am:
11123         * po/POTFILES.in:
11124         * ps/Makefile.am:
11125
11126         Fix distcheck
11127
11128 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11129
11130         * shell/ev-view.c: (ev_view_realize):
11131
11132         Fix mouse wheel scrolling
11133
11134 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11135
11136         * ps/Makefile.am:
11137         * ps/gstypes.h:
11138         * ps/gtkgs.c:
11139         * ps/gtkgs.h:
11140         * ps/ps-document.c: (catchPipe), (ps_document_init),
11141         (ps_document_class_init), (ps_document_cleanup),
11142         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11143         (set_up_page), (close_pipe), (is_interpreter_ready),
11144         (interpreter_failed), (output), (input), (start_interpreter),
11145         (stop_interpreter), (file_length), (file_readable),
11146         (check_filecompressed), (check_pdf), (compute_xdpi),
11147         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11148         (ps_document_get_type), (ps_document_emit_error_msg),
11149         (document_load), (ps_document_next_page),
11150         (ps_document_get_current_page), (ps_document_get_page_count),
11151         (ps_document_goto_page), (ps_document_set_page_size),
11152         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11153         (ps_document_load), (ps_document_get_n_pages),
11154         (ps_document_set_page), (ps_document_get_page),
11155         (ps_document_widget_event), (ps_document_set_target),
11156         (ps_document_set_scale), (ps_document_set_page_offset),
11157         (ps_document_get_page_size), (ps_document_render),
11158         (ps_document_document_iface_init):
11159         * ps/ps-document.h:
11160         * ps/ps.c:
11161         * shell/ev-window.c: (ev_window_open):
11162
11163         Rename GtkGS to PSDocument
11164
11165 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * ps/gtkgs.c: (gtk_gs_class_init):
11168         * ps/gtkgs.h:
11169
11170         Some more leftover...
11171
11172 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11173
11174         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11175         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11176         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11177         * ps/gtkgs.h:
11178
11179         Remove unused code and make a lot of stuff private
11180
11181 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11182
11183         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11184         (gtk_gs_defaults_changed):
11185         * ps/gsdefaults.h:
11186         * ps/gtkgs.c:
11187         * ps/gtkgs.h:
11188         * ps/ps.h:
11189
11190         Cleanup headers dependencies
11191
11192 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11193
11194         * ps/Makefile.am:
11195         * ps/ggvutils.c:
11196         * ps/ggvutils.h:
11197         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11198         * ps/gsdefaults.h:
11199         * ps/gtkgs.c: (file_length), (file_readable),
11200         (check_filecompressed), (check_pdf), (gtk_gs_load),
11201         (gtk_gs_get_postscript):
11202
11203         Get rid of ggvutils
11204
11205 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11206
11207         * ps/ggvutils.c:
11208         * ps/ggvutils.h:
11209         * ps/gsio.h:
11210         * ps/gtkgs.c: (gtk_gs_set_zoom):
11211
11212         Cleanups
11213
11214 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11217
11218         Ensure the page is rerendered when changing zoom
11219
11220 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * backend/ev-document.c: (ev_document_base_init),
11223         (ev_document_changed):
11224         * backend/ev-document.h:
11225
11226         Add a changed event that is emitted when the page content
11227         changes. This is necessary to deal with the fact that
11228         in ps backend rendering happen asycrounously.
11229         This makes the ps backend mostly work.
11230
11231         * pdf/xpdf/pdf-document.cc:
11232
11233         Emit changed event
11234
11235         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11236         (ps_document_set_target):
11237
11238         Emit changed event
11239
11240         * shell/ev-view.c: (document_changed_callback),
11241         (ev_view_set_document), (ev_view_set_page):
11242
11243         Redraw on the changed signal
11244
11245 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11246
11247         * configure.ac: Added pt_BR to ALL_LINGUAS.
11248
11249 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11250
11251         * backend/ev-document-bookmarks.c:
11252         (ev_document_bookmarks_get_child): *
11253         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11254         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11255         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11256         (ev_sidebar_bookmarks_destroy),
11257         (ev_sidebar_bookmarks_class_init),
11258         (ev_sidebar_bookmarks_construct), (stack_data_free),
11259         (do_one_iteration), (populate_bookmarks_idle),
11260         (ev_sidebar_bookmarks_clear_document),
11261         (ev_sidebar_bookmarks_set_document): *
11262         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11263         (ev_sidebar_add_page),
11264         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11265         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11266         it displays both the topics and the page numbers.
11267
11268 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11269
11270         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11271         toggle.
11272         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11273         visible.
11274
11275 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11276
11277         * configure.ac: Added en_CA to ALL_LINGUAS.
11278
11279 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11280
11281         * ChangeLog: replace bottom of this ChangeLog (merged history of
11282         ggv and gpdf; where all paths were wrong and most of the files are
11283         not even in this tree) with ChangeLog (from arch) of the shell
11284         code.
11285
11286 2004-12-23  Havoc Pennington  <hp@redhat.com>
11287
11288         * shell/ev-window.c: hook up potentially-questionable "find
11289         results status text" feature - something involving the sidebar or
11290         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11291         might be better in the end.
11292
11293         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11294         with corresponding signal when it should be updated
11295
11296         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11297
11298 2004-12-22  Havoc Pennington  <hp@redhat.com>
11299
11300         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11301         find stuff on other pages, sort of (only returns one result on
11302         invisible pages, to show they have results; updates full results
11303         for a page when you view it). Currently repaints the current page
11304         every time a new result is found on any page, which isn't so nice.
11305
11306 2004-12-22  Havoc Pennington  <hp@redhat.com>
11307
11308         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11309         the document doesn't support find (better ideas?)
11310         (find_bar_search_changed_cb): handle missing document or document
11311         that doesn't support find
11312
11313         * pdf/xpdf/pdf-document.cc: port to implement the new
11314         EvDocumentFindIface
11315
11316         * backend/ev-document-find.c: create a new interface for searching
11317
11318         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11319
11320 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11321
11322         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11323         libevbackend.la.
11324
11325         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11326         EvPrintJob constructor arguments.
11327
11328         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11329         for documents that can export PostScript (page by page).
11330
11331         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11332         
11333         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11334         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11335         (pdf_document_ps_exporter_iface_init:
11336         Implement EvPSExporter.
11337
11338         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11339
11340 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11341
11342         * backend/Makefile.am:
11343         * backend/ev-document-thumbnails.c:
11344         (ev_document_thumbnails_get_type),
11345         (ev_document_thumbnails_get_thumbnail):
11346         * backend/ev-document-thumbnails.h:
11347         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11348         (pixbuf_document_thumbnails_get_thumbnail),
11349         (pixbuf_document_document_thumbnails_iface_init):
11350         * shell/Makefile.am:
11351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11352         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11353         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11354         * shell/ev-sidebar-thumbnails.h:
11355         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11356         (ev_sidebar_set_document):
11357         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11358         (create_shadow), (ev_pixbuf_add_shadow):
11359         * shell/ev-utils.h:
11360         Add thumbnail support.
11361         
11362 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11363
11364         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11365         (using_postscript_printer): Set up a print dialog for "PostScript
11366         injection" method.
11367
11368         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11369         EvPrintJob.
11370
11371         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11372
11373 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11376         (ps_document_set_target), (ps_document_get_page_size),
11377         (ps_document_render):
11378         * ps/gtkgs.h:
11379
11380         Fix a few bugs
11381
11382 2004-12-22  Christian Rose  <menthos@menthos.com>
11383
11384         * configure.ac: Added "sv" to ALL_LINGUAS.
11385
11386 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11387
11388         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11389         document supports bookmarks.
11390
11391 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11392
11393         * ps/ggvutils.c: (ggv_file_readable):
11394         * ps/ggvutils.h:
11395         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11396         (gtk_gs_get_postscript):
11397
11398         Remove unused utils
11399
11400 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11401
11402         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11403         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11404         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11405         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11406         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11407         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11408         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11409         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11410         (gtk_gs_set_antialiasing), (ps_document_load),
11411         (ps_document_render):
11412         * ps/gtkgs.h:
11413
11414         Another check point for the ps backend. Now I can get it to show
11415         pages!
11416
11417 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11418
11419         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11420         document setting code.
11421
11422 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11423
11424         * shell/eggfindbar.c: (entry_activate_callback):
11425         Animate the next button when activate is pressed.
11426         
11427 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11428
11429         * shell/ev-window.c: (ev_window_cmd_edit_find),
11430         (update_fullscreen_popup), (ev_window_fullscreen),
11431         (ev_window_unfullscreen), (ev_window_state_event_cb),
11432         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11433         Fix bugs in fullscreen code.
11434         
11435 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11436
11437         * Makefile.am:
11438         * configure.ac:
11439         * pixbuf/Makefile.am:
11440         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11441         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11442         (pixbuf_document_set_page), (pixbuf_document_get_page),
11443         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11444         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11445         (pixbuf_document_render), (pixbuf_document_begin_find),
11446         (pixbuf_document_end_find), (pixbuf_document_finalize),
11447         (pixbuf_document_class_init),
11448         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11449         * pixbuf/pixbuf-document.h:
11450         * shell/Makefile.am:
11451         * shell/ev-application.c: (ev_application_open):
11452         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11453         (ev_window_open):
11454         Add pixbuf backend.
11455         
11456 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11457
11458         * Makefile.am: 
11459         * dvi/dvilib/Makefile.am:
11460         * dvi/Makefile.am:
11461         * configure.ac: Auto*ify dvi and dvi/dvilib
11462
11463         * dvi/Makefile: Remove from CVS
11464         
11465         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11466         confusion.
11467
11468         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11469         
11470         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11471         
11472 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11473
11474         * ps/Makefile.am:
11475         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11476         (gtk_gs_value_adjustment_changed), (compute_size),
11477         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11478         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11479         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11480         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11481         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11482         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11483         (ps_document_load), (ps_document_get_n_pages),
11484         (ps_document_set_page), (ps_document_get_page),
11485         (ps_document_set_target), (ps_document_set_scale),
11486         (ps_document_set_page_offset), (ps_document_get_page_size),
11487         (ps_document_render), (ps_document_begin_find),
11488         (ps_document_end_find), (ps_document_document_iface_init):
11489         * ps/gtkgs.h:
11490         * shell/Makefile.am:
11491         * shell/ev-window.c: (ev_window_open):
11492
11493         Some work to integrate gtkgs with EvDocument
11494
11495 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11496
11497         * shell/ev-window.c: (update_fullscreen_popup),
11498         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11499         (exit_fullscreen_button_clicked_cb),
11500         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11501         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11502         (ev_window_state_event_cb), (ev_window_init):
11503         Add fullscreen support from Epiphany.
11504         
11505 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11506
11507         * data/ev-stock-zoom-fit-width.png: fit-width
11508         stock icon from gpdf.
11509         
11510         * shell/ev-stock-icons.[ch]: copied from gpdf.
11511         
11512         * shell/main.c: (main): init stock icons.
11513         
11514         * shell/ev-window.c: use the fit-width icon.
11515         
11516         * data/evince-ui.xml: add zooming toolbar items.
11517
11518 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11519
11520         * shell/ev-view.c: 
11521         (ev_view_best_fit), (ev_view_fit_width): because
11522         get_page_size() returns the scaled page size, we
11523         need to calculate the scale factor relative to
11524         the previous scale factor. Should really just
11525         add get_real_page_size().
11526
11527 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11528
11529         * shell/ev-view.[ch]:
11530         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11531         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11532         add zooming.
11533         
11534         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11535         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11536         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11537         hook it up.
11538         
11539         * pdf/xpdf/pdf-document.cc:
11540         (pdf_document_begin_find),
11541         (pdf_document_end_find): make static.
11542
11543 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11544
11545         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11546
11547         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11548         names to fontconfig patterns.
11549         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11550
11551         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11552         setupBaseFontsFc.
11553
11554 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11555
11556         * Makefile.am:
11557         * configure.ac:
11558         * ps/Makefile.am:
11559         * ps/ggvutils.c:
11560         * ps/ggvutils.h:
11561         * ps/gsdefaults.c:
11562         * ps/gsdefaults.h:
11563         * ps/gsio.c:
11564         * ps/gsio.h:
11565         * ps/gtkgs.c:
11566         * ps/gtkgs.h:
11567         * ps/ps.c:
11568         * ps/ps.h:
11569
11570         Import ggv backend. Not hooked up yet.
11571
11572 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11573
11574         * shell/main.c: (load_files), (main): load files
11575         from the command line.
11576
11577 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11578
11579         * configure.ac: don't require bonobo.
11580         
11581         * cut-n-paste/recent-files/*: kill bonobo recent
11582         view.
11583
11584         * shell/ev-window.c:
11585         (ev_window_is_empty): upd.
11586         (unable_to_load), (ev_window_open): load backend
11587         based on the mime type.
11588
11589 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11590
11591         * backend/.cvsignore: ignore generated marshalers source.
11592
11593         * shell/main.c (main): this is not epiphany.
11594
11595 2004-12-22  Havoc Pennington  <hp@redhat.com>
11596
11597         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11598         (expose_bin_window): draw find highlights
11599
11600         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11601         
11602         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11603         (pdf_document_end_find): implement this interface
11604
11605         * backend/ev-document.c (ev_document_found): add this to emit
11606         signal
11607
11608 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11609
11610         * data/evince-ui.xml: Add a few more toolbar items.
11611
11612         * shell/ev-window.c: Hook up page navigation toolbar 
11613         items.
11614
11615         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11616         a page-changed signal.
11617
11618         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11619         Add ev_document_get_page().
11620
11621         * shell/ev-window.c: Sensitize/desensitize navigation
11622         actions.
11623
11624 2004-12-21  Havoc Pennington  <hp@redhat.com>
11625
11626         * backend/ev-backend-marshal.c,
11627         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11628         marshaler-generator thingy. I'm sure there's a better way to do
11629         this in the modern world.
11630
11631         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11632         end_find methods and "found" signal.
11633
11634         * configure.ac: find glib-genmarshal
11635
11636 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11637
11638         * shell/ev-sidebar.c: Construct an actual sidebar.
11639         * shell/ev-sidebar-bookmarks.[ch]:
11640         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11641
11642 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11643
11644         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11645         Redo size handling.
11646         
11647         * shell/ev-view.c: Track the size from the document.
11648
11649 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11650
11651         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11652         constructor assumes ownership of the string passed in.
11653         
11654         * shell/ev-window.c (ev_window_open): Destroy the error
11655         dialog once we've displayed it.
11656
11657 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11658
11659         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11660         a bit, it works! (sort of)
11661
11662         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11663         Move to .cc since we need to use C++ in the implementation.
11664
11665         * shell/dummy.cc: Add a CC file to force evince
11666         to be linked as a C++ program.
11667
11668 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11669
11670         * shell/ev-view.[ch]: Start of content-area widget.
11671
11672         * shell/ev-window.c: Create a EvView, update it
11673         as we change documents.
11674
11675         * shell/Makefile.am shell/ev-marshal.list: Add
11676         generated marshalers.
11677
11678 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11679
11680         * Makefile.am (SUBDIRS): move shell.
11681
11682 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11683
11684         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11685         .a to libtool convenience libraries.
11686
11687         * shell/ev-window.c (ev_window_open): Hard code loading
11688         a PDF document.
11689         
11690         * backend/ev-document.h: Add a boolean return to load(),
11691         fix GError * to GError **.
11692
11693         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11694         object for a PDF backend EvDocument.
11695
11696 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11697
11698         * dvi/*: New directory with the beginning of a .dvi backend.
11699
11700 2004-12-21  Havoc Pennington  <hp@redhat.com>
11701
11702         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11703         previous/next instead of back/forward
11704
11705 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11706
11707         * backend/ev-document.[ch]: Fix a couple of problems so
11708         it compile.
11709
11710 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11711
11712         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11713         to backend/ directory, rename EvViewer to EvDocument.
11714
11715 2004-12-21  Havoc Pennington  <hp@redhat.com>
11716
11717         * shell/ev-window.c: hook up the find bar widget; now we just need
11718         a document to find things in
11719
11720         * shell/eggfindbar.c: a find bar widget
11721
11722 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11723
11724         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11725
11726 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11727
11728         * pdf/**: Import of xpdf code from gpdf. 
11729
11730         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11731
11732         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11733         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11734         Fix FreeType includes.
11735
11736         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11737         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11738         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11739         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11740         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11741         Include xpdfconfig.h
11742         
11743 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11744
11745         * shell/ev-window.c (ev_window_dispose): dispose can be called
11746         multiple times.
11747
11748 2004-12-21  Havoc Pennington  <hp@redhat.com>
11749
11750         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11751         rather than Evince
11752
11753         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11754         items; really they should be synced with the strings, etc. from
11755         current gpdf, but just getting the boring typing out of the way 
11756
11757 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * po/POTFILES.in:
11760         * shell/ev-application.c: (window_destroy_cb):
11761         * shell/ev-window.c:
11762         * shell/main.c: (main):
11763
11764         Actually show the window...
11765
11766 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * Makefile.am:
11769         * shell/Makefile.am:
11770         * shell/ev-application.c: (ev_application_class_init):
11771         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11772
11773         Make it build again
11774
11775 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         Import to gnome cvs.
11778         
11779         * Remove copies of gpdf and ggv trees.
11780         * Rip out all the recursive configure code.
11781         * Remove bonobo machinery.
11782         * viewer/*: GInterfaces that backends should/can implement.
11783
11784 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11785
11786         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11787         typo
11788
11789 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11790
11791         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11792         (ev_application_finalize, ev_application_class_init)
11793         (ev_application_init): use GType instance private data for priv.
11794
11795         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11796         (ev_window_finalize, ev_window_class_init)
11797         (ev_window_init): ditto.
11798
11799 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11800
11801         * shell/ev-application.c (ev_application_new_window): make public
11802         (ev_application_show_initial_window): kill.
11803
11804         * shell/ev-application.h: update prototypes.
11805
11806         * shell/main.cc (main): inline ev_application_show_initial_window.
11807
11808 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11809
11810         * shell/ev-application.c (ev_application_new_window): impl.
11811         (ev_application_show_initial_window): use it.
11812         (is_window_empty, ev_application_get_empty_window): returns an
11813         existing empty window or a new one.
11814         (ev_application_open): from ev_window_cmd_file_open.
11815
11816         * shell/ev-application.h: update prototypes
11817
11818         * shell/ev-window.c (ev_window_is_empty): impl.
11819         (ev_window_open): make public.
11820         (ev_window_cmd_file_open): use ev_application_open
11821
11822         * shell/ev-window.h: update prototypes, remove unused.
11823
11824 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11825
11826         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11827         move destroy handler out of here...
11828
11829         * shell/ev-application.c, shell/ev-application.h: ...into this new
11830         class. Also handles initial window creation.
11831
11832         * shell/main.cc (main): use EvApplication to create initial
11833         window.
11834
11835 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11836
11837         * Makefile.am (SUBDIRS): add cut-n-paste
11838
11839         * cut-n-paste/Makefile.am: add
11840
11841         * configure.ac: generate Makefiles in cut-n-paste
11842
11843 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11844
11845         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11846         (ev_window_class_init): install ev_window_dispose.
11847
11848 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11849
11850         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11851         char (gchar looks stupid).
11852
11853 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11854
11855         * po/de.po: updated German translation.
11856
11857 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11858
11859         * configure.ac: add more pkg-config library checks for gnome-vfs,
11860         bonobo etc.
11861
11862         * gpdf/configure.in: temporarily disable libpaper
11863         checks. Otherwise I'd have to add the checks for the shell, too.
11864
11865 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11866
11867         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11868         and * file filters to the file choose.
11869
11870 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11871
11872         * po/de.po: Updated German translation.
11873
11874 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11875
11876         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11877
11878 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11879
11880         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11881
11882         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11883         (ev_window_init): implement those menuitems.
11884
11885 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11886
11887         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11888
11889         * shell/ev-window.c (ev_window_init): use the toolbar.
11890
11891 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11892
11893         * shell/ev-window.c (ev_window_init): use menu translations
11894
11895 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11896
11897         * configure.ac: add "de" to ALL_LINGUAS.
11898
11899         * po/de.po: add German translation.
11900
11901 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11902
11903         * Makefile.am (SUBDIRS): add po
11904
11905         * configure.ac: check intltool, glib-gettext etc, generate
11906         po/Makefile.in
11907
11908         * po, po/POTFILES.in, po/POTFILES.skip: new.
11909
11910 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11911
11912         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11913         already use (#ifdef ENABLE_NLS)
11914
11915         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11916         pointer indirection thinko.
11917
11918         * shell/main.c: include gi18n.h for bindtextdomain etc.
11919
11920 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11921
11922         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11923         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11924         tooltips for menu items in the statusbar.
11925
11926 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11927
11928         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11929         pkgdatadir drop UIDIR
11930
11931 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11932
11933         * data/evince-ui.xml: Add File->Open menu item
11934
11935         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11936         chooser), hook it up in the ui manager.
11937
11938 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11939
11940         * shell/ev-window.c: fix Help->About tooltip.
11941
11942 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
11943
11944         * configure.ac: set CFLAGS for libevprivate.
11945
11946         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
11947         definitions, factory etc.
11948
11949         * lib/Makefile.am: build libevprivate.a (only stock icon code).
11950
11951         * shell/Makefile.am: link against libevprivate.a.
11952
11953         * shell/ev-window.c (entries): add stock icon to Help->About.
11954
11955         * shell/main.c (main): init stock icon code.
11956
11957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11958
11959         * lib/recent-files: egg recent files code
11960
11961         * lib/Makefile.am: add.
11962
11963         * Makefile.am: add lib subdir.
11964
11965         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
11966         set CFLAGS for recent-files.
11967
11968 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11969
11970         * configure.ac: disable -ansi and -pedantic gcc flags. They
11971         disable POSIX stuff in stdio.h, but egg-recent uses them.
11972
11973 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
11974
11975         * configure.ac: add --disable-deprecated flag (defaults to on in
11976         "cvs" builds).
11977
11978         * shell/Makefile.am (INCLUDES): use it.
11979
11980 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11981
11982         * shell/main.c: add missing #include.
11983
11984         * shell/ev-window.c: fix for pedantic gcc.
11985         (ev_window_cmd_help_about): split license into paragraphs for
11986         translators and pedantic compilers.
11987
11988 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11989
11990         * configure.ac: add more warning flags if compiling with gcc from
11991         cvs (or explicitly requested with --enable-more-warnings).
11992
11993 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11994
11995         * data/evince-ui.xml: add File and File->Close menu.
11996
11997         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
11998         (ev_window_destroy): quit after destroy.
11999         (ev_window_class_init): override GtkObject::destroy.
12000         (entries): install close_window callback.
12001
12002 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12003
12004         * Makefile.am (SUBDIRS): add data subdir.
12005
12006         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12007         gtk+ 2.5.0 for GtkAboutDialog.
12008
12009         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12010         main window.
12011
12012         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12013
12014         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12015         manager.
12016         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12017
12018 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12019
12020         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12021
12022 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12023
12024         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12025
12026 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12027
12028         * shell/*: Added shell directory boilerplate, build it.
12029
12030 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12031
12032         * configure.ac, Makefile.am: Added top-level configure.ac and
12033         Makefile.am