]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Temporarily disable double and triple selections since it depends on
[evince.git] / ChangeLog
1 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
4         (pdf_selection_get_selection_region),
5         (pdf_selection_get_selection_map):
6
7         Temporarily disable double and triple selections since it depends on
8         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
9         released and the update of the external dependency minimal version
10         approved.
11         
12 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
15         (pdf_document_file_exporter_do_page):
16         * libdocument/ev-file-exporter.h:
17         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
18         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
19
20         Actually fix printing regressions. Remove orientation from
21         EvPrintContext since it's redundant.
22         
23 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
26         * backend/impress/impress-document.c:
27         (impress_document_document_iface_init):
28         * backend/ps/ps-document.c: (ps_document_document_iface_init):
29         * backend/djvu/djvu-document.c:
30         (djvu_document_document_iface_init),
31         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
32         * backend/tiff/tiff-document.c:
33         (tiff_document_document_iface_init):
34         * backend/pixbuf/pixbuf-document.c:
35         (pixbuf_document_document_iface_init):
36         * backend/comics/comics-document.c:
37         (comics_document_document_iface_init):
38         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
39         (pdf_selection_render_selection),
40         (pdf_selection_get_selected_text),
41         (pdf_selection_get_selection_region),
42         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
43         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
44         (ev_selection_get_selection_region),
45         (ev_selection_get_selection_map):
46         * libdocument/ev-document.[ch]:
47         * shell/ev-pixbuf-cache.[ch]: (add_job),
48         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
49         * shell/ev-view-private.h:
50         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
51         (ev_job_render_run):
52         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
53         * shell/ev-view.c: (start_selection_for_event),
54         (ev_view_button_press_event), (ev_view_drag_data_get),
55         (ev_view_drag_data_received), (ev_view_button_release_event),
56         (compute_new_selection_text), (compute_selections),
57         (ev_view_select_all), (get_selected_text), (ev_view_copy),
58         (ev_view_primary_get_cb):
59
60         Add support for double and triple click selections.
61         
62 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
63
64         * NEWS:
65         * configure.ac:
66
67         Update for release 2.19.4
68
69 2007-08-28  Justin Blanchard  <justinb04@aim.com>
70
71         * shell/ev-view-private.h:
72         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
73         (ev_view_set_highlight_search):
74         * shell/ev-view.h:
75         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
76         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
77         (find_bar_visibility_changed_cb):
78         
79         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
80
81 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
84         (pdf_document_file_exporter_begin),
85         (pdf_document_file_exporter_do_page):
86         * shell/ev-jobs.c: (ev_job_print_run):
87         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
88
89         Create always a portrait cairo surface and rotate when needed for
90         landscape. It fixes printing problems in real printers.
91
92 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
95         * libdocument/ev-file-exporter.[ch]:
96         (ev_file_exporter_get_capabilities):
97         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
98         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
99
100         Adjust number of pages per row according to page orientation when
101         printing 2 or 6 pages per sheet.
102
103 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * shell/ev-window.c: (ev_window_print_send):
106
107         Reset also cups setting to 1 when printing multiple pages per
108         sheet. Fixes bug #468853.
109
110 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * libdocument/ev-document-misc.c:
113         (ev_document_misc_surface_rotate_and_scale):
114
115         Use directly cairo_surface_get_content() when creating a similar
116         surface as suggested by Jeff Muizelaar. Thanks again.
117
118 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * backend/djvu/djvu-document.c: (djvu_document_render):
121         * backend/tiff/tiff-document.c: (tiff_document_render):
122         * backend/pdf/ev-poppler.cc: (pdf_document_render):
123         * libdocument/ev-document-misc.c:
124         (ev_document_misc_surface_from_pixbuf),
125         (ev_document_misc_surface_rotate_and_scale):
126
127         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
128         creating page surfaces. Fixes bug #453123. Thank you very much to
129         Jeff Muizelaar <jeff@infidigm.net>.
130
131 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-page-cache.c: (ev_page_cache_new),
134         (ev_page_cache_get_thumbnail_size):
135         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
136         (ev_sidebar_thumbnails_set_loading_icon):
137
138         Also store in page-cache the dimensions of the thumbnails so that
139         they can be used to create the correct loading icon in the side
140         pane. Fixes bug #466857.
141
142 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * backend/pdf/ev-poppler.cc:
145         (pdf_document_thumbnails_get_thumbnail):
146
147         Fix thumbnails rotation in pdf documents that include embedded 
148         thumbnails.
149
150 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
151
152         * backend/pdf/ev-poppler.cc:
153
154         Don't use #ifdef in macro expansion. Some compilers don't
155         like that. Closes bug #467042.
156
157 2007-08-15  Justin Blanchard  <justinb04@aim.com>
158
159         * backend/djvu/djvu-document.c: (djvu_document_finalize):
160         
161         Fixes memory leak in djvu backend.
162
163 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
164
165         * data/icons/32x32/Makefile.am:
166         * data/icons/32x32/actions/Makefile.am:
167         * data/icons/32x32/actions/view-page-cont.svg:
168         * data/icons/32x32/actions/view-page-facing.svg:
169         * data/icons/48x48/Makefile.am:
170         * data/icons/48x48/actions/Makefile.am:
171         * data/icons/48x48/actions/view-page-cont.svg:
172         * data/icons/48x48/actions/view-page-facing.svg:
173         
174         Icons for a new sizes.
175
176 2007-08-14  Justin Blanchard  <justinb04@aim.com>
177
178         * shell/ev-page-cache.c: (build_height_to_page),
179         (ev_page_cache_get_height_to_page):
180         
181         Fixes invalid read, see bug #466401.
182
183 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
186         (set_drag_cursor):
187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
188         (configure_item_cursor), (new_pixbuf_from_widget):
189
190         Fix multihead problems in toolbar editor. Fixes bug #382055.
191
192 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-window.c: (ev_window_cmd_file_open),
195         (ev_window_cmd_save_as):
196
197         Use g_get_user_special_dir when available instead of
198         xdg_user_dir_lookup.
199
200 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
201
202         * MAINTAINERS:
203         
204         Updated according to request on desktop-devel.
205
206 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
209
210         Do not use cairo_rectangle and cairo_clip since we are
211         not using cairo_fill but cairo_paint. Use the same cairo context
212         for every page in the same expose event.
213
214 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
215
216         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
217         leak.
218
219 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * configure.ac:
222         * NEWS:
223
224         Release 0.9.3
225
226 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * libdocument/ev-document-info.h:
229         * libdocument/ev-document.h:
230         * shell/ev-page-action.h:
231         * shell/ev-sidebar-links.h:
232
233         Fix a headers problem with ev-link
234         
235         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
236         * shell/ev-view-private.h:
237         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
238         (get_link_area), (ev_view_query_tooltip),
239         (ev_view_leave_notify_event), (ev_view_destroy),
240         (ev_view_class_init):
241
242         Use new gtk tooltips when available instead of ev-tooltip.
243         
244 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-window.c: (update_chrome_visibility),
247         (ev_window_sidebar_visibility_changed_cb):
248
249         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
250         
251 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-navigation-action.c:
254         (ev_navigation_action_history_changed),
255         (ev_navigation_action_set_history):
256         * shell/ev-navigation-action-widget.c:
257         (ev_navigation_action_widget_init):
258         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
259
260         Fix compile warnings.
261         
262 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
265         (egg_editable_toolbar_dispose):
266
267         Fix memory leak.
268         
269 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
272         (screensaver_disable_x11):
273         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
274         * shell/ev-window.c: (presentation_set_timeout):
275         * shell/ev-view.c: (ev_view_presentation_transition_start):
276
277         Use g_timeout_add_seconds instead of g_timeout_add when
278         available.
279         
280 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
283
284         Set horizontal scrollbar policy to AUTOMATIC instead of
285         NEVER. Workaround for bug #449462.
286         
287 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-jobs.c: (ev_job_render_page_ready):
290
291         Add page_ready callback to main loop with high priority and hold
292         a reference to job during idle.
293         
294 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * configure.ac:
297         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
298         (pdf_document_file_exporter_begin),
299         (pdf_document_file_exporter_do_page),
300         (pdf_document_file_exporter_get_capabilities):
301         * libdocument/ev-file-exporter.h:
302         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
303         * shell/ev-window.c: (ev_window_print_send),
304         (ev_window_print_dialog_response_cb):
305
306         Allow printing multiple pages per sheet. Fixes bug #395573.
307         
308 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
309
310         * shell/ev-view.c: (tip_from_link):
311         
312         Check for NULL, fixes bug #460862.
313
314 2007-07-29  Christian Persch  <chpe@gnome.org>
315
316         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
317         (ev_window_preview_print_finished), (ev_window_do_preview_print),
318         (ev_window_cmd_preview_print):
319         
320         Fixes bug #437681 - blocks while enumerating printers.
321
322 2007-07-29  Christian Persch  <chpe@gnome.org>
323
324         * shell/ev-window.c: (ev_window_screen_changed):
325         
326         Don't use deprecated gtk+ function. See bug #460909.
327
328 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-utils.c: (get_num_monitors):
331         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
332
333         Do not use display before initializing it. Remove compile
334         warnings.
335
336 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
337
338         * shell/ev-view.c: (ev_view_class_init):
339         
340         Unix-like hjkl bindings added. See bug #458111.
341
342 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
343
344         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
345         * shell/ev-utils.h:
346         * shell/ev-view.c: (ev_view_set_zoom_for_size),
347         (ev_view_update_view_size):
348         * shell/ev-view.h:
349         * shell/ev-window.c: (ev_window_update_actions),
350         (setup_view_from_metadata), (ev_window_screen_changed),
351         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
352         (zoom_control_changed_cb):
353         * shell/ev-window.h:
354         
355         Reorganizes utility functions.
356
357 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
360         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
361         (add_job), (ev_pixbuf_cache_get_surface),
362         (ev_pixbuf_cache_get_link_mapping),
363         (ev_pixbuf_cache_get_image_mapping),
364         (ev_pixbuf_cache_get_form_field_mapping),
365         (ev_pixbuf_cache_get_text_mapping):
366         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
367         (notify_page_ready), (ev_job_render_page_ready),
368         (ev_job_render_run):
369
370         Add page_ready signal to notify that page is ready as soon as
371         possible even if other page elements like links, forms, images or
372         text mapping are not ready yet.
373
374 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
377         (dvi_document_file_exporter_do_page),
378         (dvi_document_file_exporter_get_capabilities),
379         (dvi_document_file_exporter_iface_init):
380         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
381         (ps_document_file_exporter_do_page),
382         (ps_document_file_exporter_get_capabilities),
383         (ps_document_file_exporter_iface_init):
384         * backend/djvu/djvu-document.c:
385         (djvu_document_file_exporter_begin),
386         (djvu_document_file_exporter_end),
387         (djvu_document_file_exporter_get_capabilities),
388         (djvu_document_file_exporter_iface_init):
389         * backend/tiff/tiff-document.c:
390         (tiff_document_file_exporter_begin),
391         (tiff_document_file_exporter_get_capabilities),
392         (tiff_document_document_file_exporter_iface_init):
393         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
394         (pdf_document_file_exporter_do_page),
395         (pdf_document_file_exporter_get_capabilities),
396         (pdf_document_file_exporter_iface_init):
397         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
398         (ev_file_exporter_get_capabilities):
399         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
400         (idle_print_handler), (ev_print_job_print):
401         * shell/ev-jobs.c: (ev_job_print_run):
402         * shell/ev-window.c: (ev_window_print_send),
403         (ev_window_print_range):
404
405         Use capabilities to know which options should be offered by the
406         print dialog depending on the document backend.
407
408 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
411
412         Give priority to forms over text to set the cursor.
413
414 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-view-private.h:
417         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
418         (ev_view_leave_notify_event), (ev_view_finalize),
419         (ev_view_get_property), (ev_view_class_init):
420
421         Use IBEAM cursor for text form fields and NORMAL cursor for read
422         only fields. Remove unused status attribute.
423
424 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
427
428         Update region for current selected items also for checkbox
429         buttons, since they can behave as radio buttons when they are in a
430         set.
431
432 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * configure.ac:
435         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
436
437         Get max length of text form fields.
438
439 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
442         * libdocument/ev-form-field.h:
443         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
444
445         Fix build with current poppler cvs head.
446
447 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * cut-n-paste/zoom-control/ephy-zoom-control.c:
450         * shell/eggfindbar.c: (egg_find_bar_init):
451
452         Fix build with gtk+ >= 2.11.5 due to gtktooltips
453         deprecation. Fixes bug #455667
454
455 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
456
457         * NEWS:
458         * configure.ac:
459         
460         Update for release 0.9.2
461
462 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-view.c: (ev_view_form_field_text_save),
465         (ev_view_form_field_choice_save):
466
467         Fix a crash when closing whith a form widget visible.
468
469 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
472
473         Update also the region of the current selected button when
474         clicking on another button if they are radio buttons.
475
476 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
479         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
480         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
481         (ev_pixbuf_cache_get_link_mapping),
482         (ev_pixbuf_cache_get_image_mapping),
483         (ev_pixbuf_cache_get_form_field_mapping),
484         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
485         * shell/ev-view.c: (ev_view_form_field_get_region),
486         (ev_view_form_field_button_create_widget),
487         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
488         (job_finished_cb):
489
490         Redraw only form field region instead of the whole page when
491         reloading a page to show changes on the form field.
492
493 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * shell/ev-view.c: (ev_view_form_field_choice_save):
496
497         Fix selection of first item in list form fields.
498
499 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
502         (ev_pixbuf_cache_reload_page),
503         (ev_pixbuf_cache_get_form_field_mapping):
504
505         Some refactoring to avoid duplicated code.
506
507 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * configure.ac:
510         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
511         (ev_form_field_from_poppler_field),
512         (pdf_document_forms_get_form_fields),
513         (pdf_document_forms_form_field_text_get_text),
514         (pdf_document_forms_form_field_text_set_text),
515         (pdf_document_forms_form_field_button_set_state),
516         (pdf_document_forms_form_field_button_get_state),
517         (pdf_document_forms_form_field_choice_get_item),
518         (pdf_document_forms_form_field_choice_get_n_items),
519         (pdf_document_forms_form_field_choice_is_item_selected),
520         (pdf_document_forms_form_field_choice_select_item),
521         (pdf_document_forms_form_field_choice_toggle_item),
522         (pdf_document_forms_form_field_choice_unselect_all),
523         (pdf_document_forms_form_field_choice_set_text),
524         (pdf_document_forms_form_field_choice_get_text),
525         (pdf_document_document_forms_iface_init):
526         * libdocument/Makefile.am:
527         * libdocument/ev-form-field.[ch]:
528         * libdocument/ev-document-forms.[ch]:
529         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
530         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
531         (add_job), (ev_pixbuf_cache_reload_page),
532         (ev_pixbuf_cache_get_form_field_mapping):
533         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
534         * shell/ev-view-private.h:
535         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
536         (ev_view_handle_cursor_over_xy),
537         (ev_view_get_form_field_at_location),
538         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
539         (ev_view_form_field_button_create_widget),
540         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
541         (ev_view_form_field_text_create_widget),
542         (ev_view_form_field_choice_save),
543         (ev_view_form_field_choice_changed),
544         (ev_view_form_field_choice_create_widget),
545         (ev_view_handle_form_field), (ev_view_size_allocate),
546         (ev_view_realize), (draw_end_presentation_page),
547         (ev_view_button_press_event), (ev_view_remove_all),
548         (ev_view_motion_notify_event), (ev_view_key_press_event),
549         (ev_view_enter_notify_event), (highlight_find_results),
550         (draw_loading_text), (draw_one_page), (ev_view_destroy),
551         (ev_view_class_init), (page_changed_cb),
552         (on_adjustment_value_changed), (ev_view_set_presentation),
553         (merge_selection_region), (ev_view_set_cursor),
554         (ev_view_reset_presentation_state):
555         
556         Merge evince-forms branch.
557
558 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
559
560         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
561
562         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
563         This script also updates itself from libegg
564
565         * cut-n-paste/toolbar-editor/egg*:
566         Run update-toolbareditor-from-libegg.sh so we are in sync again with
567         libegg
568
569 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
570
571         * shell/ev-window.c:
572         
573         Adds a nice icon to page action during toolbar editing.
574         See bug #452872.
575
576 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
577
578         * data/evince-toolbar.xml:
579         * shell/ev-window.c:
580         
581         Let user add a presentation and fullscreen icons on toolbar.
582         See bug #449734.
583
584 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
585
586         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
587
588         new script to keep in sync with toolbareditor in libegg
589
590         * cut-n-paste/toolbar-editor/*: 
591
592         Run update-toolbareditor-from-libegg so we are in sync again. 
593         Fixes bug #452850.
594         
595
596 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * shell/ev-sidebar-links.c: (job_finished_callback):
599
600         Do not connect selection changed signal more than once. Fixes bug
601         #349433.
602
603 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * shell/ev-window.c: (ev_window_view_sidebar_cb):
606
607         Do not change sidebar chrome flag when pressing F9 key in
608         presentation mode.
609
610 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/pdf/ev-poppler.cc:
613         (pdf_document_thumbnails_get_dimensions):
614
615         Make sure thumbnails width and height is not <= 0. Fixes a crash
616         with some pdf documents which have really small pages.
617
618 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
619
620         * shell/main.c: (main):
621
622         Fixes program description translation issue.
623         Bug #450148.
624
625 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
626
627         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
628
629         Do not change current page when returning from black/white mode
630         in presentation. Fixes bug #415032.
631
632 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
633
634         * NEWS:
635         * configure.ac:
636         
637         Update for release 0.9.1
638
639 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
640
641         * backend/dvi/dvi-document.c:
642         (dvi_document_finalize),
643         (dvi_document_file_exporter_format_supported),
644         (dvi_document_file_exporter_begin),
645         (dvi_document_file_exporter_do_page),
646         (dvi_document_file_exporter_end),
647         (dvi_document_file_exporter_iface_init), (dvi_document_init):
648         
649         PDF exporter for dvi documents. Fixes bug #441319.
650
651 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-window.c: (ev_window_clear_print_job):
654
655         Clear gtk print job when job has finished. Fixes bug #447612.
656
657 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-window.c: (ev_window_print_send),
660         (ev_window_print_dialog_response_cb), (ev_window_print_range):
661
662         Add preview button to print dialog. Fixes bug #445419.
663
664 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * backend/dvi/Makefile.am:
667         * backend/dvi/pixbuf-device.[ch]: Removed
668         * backend/dvi/cairo-device.[ch]: Added
669         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
670         * backend/dvi/dvi-document.c: (dvi_document_load),
671         (dvi_document_render), (dvi_document_finalize),
672         (dvi_document_thumbnails_get_thumbnail), (parse_color),
673         (dvi_document_do_color_special):
674         * libdocument/ev-document-misc.[ch]:
675         (ev_document_misc_pixbuf_from_surface):
676
677         Port dvi backend to cairo and fix a problem with colors. 
678
679 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-view.c: (draw_one_page):
682
683         Draw only visible region.
684
685 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * backend/djvu/djvu-document.c: (djvu_document_render):
688
689         Fix rotation in djvu backend.
690
691 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-pixbuf-cache.c: (job_finished_cb),
694         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
695         (ev_pixbuf_cache_get_image_mapping),
696         (ev_pixbuf_cache_get_text_mapping):
697
698         Redraw view every time we have a new surface. Fixes bug #443587.
699
700 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * libdocument/ev-document.c: (ev_document_info_free):
703
704         Fix memory leaks.
705
706 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * backend/dvi/dvi-document.c: (dvi_document_render),
709         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
710         * backend/impress/impress-document.c:
711         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
712         (impress_document_render), (impress_document_document_iface_init),
713         (impress_document_thumbnails_get_thumbnail):
714         * backend/djvu/djvu-document-private.h:
715         * backend/djvu/djvu-document.c: (djvu_document_render),
716         (djvu_document_finalize), (djvu_document_document_iface_init),
717         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
718         * backend/tiff/tiff-document.c: (tiff_document_render),
719         (tiff_document_render_pixbuf),
720         (tiff_document_document_iface_init):
721         * backend/pdf/ev-poppler.cc: (pdf_document_render),
722         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
723         (pdf_selection_render_selection):
724         * backend/comics/comics-document.c:
725         (comics_document_render_pixbuf), (comics_document_render),
726         (comics_document_document_iface_init):
727         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
728         (pixbuf_document_document_iface_init):
729         * libdocument/ev-document-misc.[ch]:
730         (ev_document_misc_surface_from_pixbuf),
731         (ev_document_misc_surface_rotate_and_scale):
732         * libdocument/ev-document.[ch]: (ev_document_render):
733         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
734         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
735         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
736         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
737         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
738         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
739         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
740         (render_finished_cb), (ev_job_render_run):
741         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
742         (merge_selection_region):
743
744         Use cairo image surfaces instead of GDK pixbufs for drawing pages
745         and selections.
746
747 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * shell/ev-window-title.c: (ev_window_title_update):
750
751         Fix memory leak.
752
753 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-view.c: (draw_loading_text):
756
757         Show loading text centered. Fixes bug #433061
758
759 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-sidebar-thumbnails.c:
762         (ev_sidebar_thumbnails_set_loading_icon):
763
764         Remove a mutex in the main thread that blocks the UI in heavy
765         documents.
766
767 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
770
771         Set points_set to TRUE so that selections don't disappear after a
772         zoom change.
773
774 2007-06-07  Michael Monreal  <infernux@web.de>
775
776         * data/icons/16x16/actions/Makefile.am:
777         * data/icons/16x16/actions/zoom.svg:
778         * data/icons/22x22/actions/Makefile.am:
779         * data/icons/22x22/actions/zoom.svg:
780         * data/icons/24x24/actions/Makefile.am:
781         * shell/ev-stock-icons.c:
782         * shell/ev-stock-icons.h:
783         * shell/ev-window.c:
784         
785         Zoom icon artwork. See bug #444795.
786
787 2007-06-05  Bastien Nocera  <hadess@hadess.net>
788
789         * shell/ev-metadata-manager.c: Remove extraneous function
790         (Closes: #444386)
791
792 2007-06-05  Bastien Nocera  <hadess@hadess.net>
793
794         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
795         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
796         (ev_metadata_manager_set), (ev_metadata_manager_save):
797         Simplify the timeout, no need for modified anymore
798
799 2007-06-05  Bastien Nocera  <hadess@hadess.net>
800
801         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
802         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
803         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
804         (ev_metadata_manager_save): Adapted patch from Arjan van de
805         Ven (arjan@linux.intel.com) to avoid the timeout running all the
806         time, saves on power (Closes: #443851)
807
808 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * configure.ac:
811         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
812         (pdf_selection_render_selection), (pdf_document_get_page_duration):
813
814         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
815
816 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
817
818         * shell/ev-window.c: (ev_window_add_history):
819
820         Check if history is NULL
821
822 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * libdocument/ev-image.c: (ev_image_finalize):
825         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
826         * libdocument/ev-attachment.c: (ev_attachment_finalize):
827         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
828         (ev_tmp_uri_unlink):
829
830         Add functions to delete temporary files created by evince in a safe
831         way.
832
833         * shell/ev-window.c: (ev_window_clear_local_uri),
834         (open_xfer_update_progress_callback),
835         (save_xfer_update_progress_callback), (ev_window_save_remote),
836         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
837         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
838         (attachment_save_dialog_response_cb),
839         (ev_attachment_popup_cmd_save_attachment_as):
840
841         Allow saving a copy of a document, image or attachment to a remote
842         location. Fixes bug #440754. 
843
844 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * configure.ac:
847         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
848
849         Fix build with current poppler from cvs head. 
850
851 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
852
853         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
854
855         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
856         directory exists.
857
858 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
859
860         * shell/ev-sidebar.c: (ev_sidebar_add_page):
861         * shell/ev-window.c:
862
863         Change sidebar ordering. Fixes bug #439939.
864
865 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
866
867         * backend/comics/Makefile.am:
868         
869         Fixes build with --without-libgnome.
870
871 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
872         
873         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
874
875         Update cursor and tooltip on page change and view scroll. Fixes bug
876         #439217.
877
878 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
879
880         * NEWS:
881         * configure.ac:
882         
883         Update for release 0.9.0
884
885 2007-05-14  Alaska Subedi <asubedi@gmail.com>
886
887         * backend/djvu/djvu-document-private.h:
888         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
889         (djvu_document_finalize),
890         (djvu_document_file_exporter_format_supported),
891         (djvu_document_file_exporter_begin),
892         (djvu_document_file_exporter_do_page),
893         (djvu_document_file_exporter_end),
894         (djvu_document_file_exporter_iface_init), (djvu_document_init):
895         
896         Implemented printing with djvu. Bug #437998.
897
898 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * backend/impress/zip.c:
901         Add missing ulong definition.
902
903         * backend/ps/ps-interpreter.c:
904         Add missing headers.
905
906         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
907
908 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
911
912         Add missing call to parent class dispose method. 
913
914 2007-05-12  Ross Burton  <ross@openedhand.com>
915
916         * shell/main.c:
917         Sync keybindings manually when building without libgnome
918         (#437925).
919
920 2007-05-12  Ross Burton  <ross@openedhand.com>
921
922         * shell/ev-window.c:
923         Respect the screen when opening help (#437866).
924
925 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * data/evince-ui.xml:
928         * shell/ev-application.[ch]: (get_print_settings_from_args),
929         (ev_application_open_uri_at_dest), (ev_application_open_uri),
930         (ev_application_open_uri_list):
931         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
932         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
933         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
934         (ev_window_cmd_view_reload), (lookup_printer_from_name),
935         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
936         (ev_window_dispose):
937         * shell/main.c: (arguments_parse):
938
939         Add print button in preview mode. Fixes bug #396475. 
940
941 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
942
943         * cut-n-paste/zoom-control/ephy-zoom.h:
944         
945         Fixes zoom level factors. See bug #408119 for details.
946
947 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
948
949         * backend/comics/comics-document.c: (comics_regex_quote),
950         (extract_argv):
951         
952         Correctly quote symbols. Fixes crash in the bug
953         #415370.
954
955 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
956
957         * shell/ev-navigation-action-widget.c:
958         (ev_navigation_action_widget_init),
959         (ev_navigation_action_widget_class_init),
960         (ev_navigation_action_widget_button_press_event):
961         
962         Connect to button-press event on correct widget. Fixes
963         bug #431988
964
965 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
966
967         * shell/ev-application.c: (ev_application_open_window),
968         (ev_application_add_icon_path_for_screen),
969         (ev_application_open_uri_at_dest):
970         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
971         * shell/ev-navigation-action.c: (build_menu):
972         
973         Add app-specific icons to our icon theme. Fixes bug
974         #425508.
975
976 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
977
978         * shell/ev-history.c: (ev_history_class_init),
979         (ev_history_add_link):
980         * shell/ev-history.h:
981         * shell/ev-navigation-action.c:
982         (ev_navigation_action_history_changed),
983         (ev_navigation_action_set_history), (build_menu),
984         (ev_navigation_action_finalize):
985         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
986         
987         Make navigation action unsensitive instead of showing
988         menu with unsensitive word. Fixes bug #417392.
989
990 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * shell/ev-application.[ch]: (ev_application_shutdown),
993         (ev_application_get_print_settings),
994         (ev_application_set_print_settings):
995         * shell/ev-window.c:
996
997         Remember print settings. Fixes bug #349102. 
998
999 2007-05-08  Christian Persch  <chpe@gnome.org>
1000
1001         * configure.ac:
1002         * properties/ev-properties-view.c:
1003
1004         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1005         Bug #382438.
1006
1007 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * configure.ac:
1010         * properties/ev-properties-view.c: (ev_regular_paper_size):
1011
1012         Use gtk+ builtin paper list to identify the document's paper size.
1013         Fixes bug #382438. 
1014
1015 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * configure.ac:
1018
1019         Fix build when compiling with thumbnailer and libgnome support. 
1020
1021 2007-05-04  Ross Burton  <ross@openedhand.com>
1022
1023         * configure.ac:
1024         Add --without-libgnome, check for libgnome and libgnomeui
1025         separately, and add them to the symbols as required.
1026
1027         * libdocument/ev-file-helpers.c:
1028         When building without libgnome, use g_get_user_config_dir instead
1029         of gnome_user_dir_get.
1030
1031         * shell/ev-application.c:
1032         When building without libgnome, don't use session management.
1033
1034         * shell/main.c:
1035         When building without libgnome, don't use GnomeProgram or
1036         initialise the authentication manager.
1037
1038         This fixes #328842.
1039
1040 2007-05-04  Ross Burton  <ross@openedhand.com>
1041
1042         * shell/ev-window.c:
1043         Don't use libgnome to open help, instead call Yelp directly.
1044
1045 2007-05-04  Ross Burton  <ross@openedhand.com>
1046
1047         * shell/ev-sidebar-attachments.c:
1048         Don't use libgnome to lookup icons for MIME types, instead copy
1049         code from GTK+ to do it manually.
1050
1051 2007-05-04  Ross Burton  <ross@openedhand.com>
1052
1053         * configure.ac:
1054         Add libxml to the dependencies for SHELL_CORE (#435818).
1055
1056 2007-05-02  Ross Burton  <ross@openedhand.com>
1057
1058         * configure.ac:
1059         * Makefile.am:
1060         Add --disable-thumbnailer (#434825)
1061
1062 2007-05-02  Ross Burton  <ross@openedhand.com>
1063
1064         * shell/ev-window.c:
1065         Add missing includes, fix indentation.
1066
1067         * shell/main.c:
1068         Fix indentation.
1069
1070 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1071
1072         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1073         ev_application_open_uri_at_dest instead of ev_application_open_uri
1074         preventing new document always being opened in a new window even if there
1075         is an empty window.
1076
1077 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1078
1079         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1080         (egg_recent_view_uimanager_finalize):
1081         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1082         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1083         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1084         (ev_pixbuf_cache_dispose):
1085         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1086         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1087         
1088         Add missing chain to parent class methods. Fixes
1089         bug #433128.
1090
1091 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1092
1093         * data/Makefile.am (update-icon-cache): Updates
1094         gtk-update-icon-cache in uninstall-hook.
1095
1096 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-window.c: (ev_window_setup_document),
1099         (ev_window_set_document), (ev_window_load_job_cb):
1100         * shell/ev-view.c: (setup_caches):
1101         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1102
1103         Start rendering pages before any other jobs. 
1104
1105 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-window.c: (ev_window_stop_fullscreen),
1108         (ev_window_stop_presentation):
1109
1110         Update chrome visibility before window unfullscreen. 
1111
1112 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * data/Makefile.am:
1115         * data/evince-ui.xml:
1116         * shell/ev-stock-icons.[ch]:
1117         * shell/ev-application.[ch]: (ev_application_shutdown),
1118         (ev_application_init), (ev_application_get_toolbars_model):
1119         * shell/ev-window.c: (update_chrome_visibility),
1120         (fullscreen_toolbar_setup_item_properties),
1121         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1122         (ev_window_run_presentation), (ev_window_stop_presentation),
1123         (ev_window_run_preview), (ev_window_screen_changed),
1124         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1125         (ev_window_dispose), (ev_window_init):
1126
1127         Make fullscreen toolbar always visible. Do not use egg toolbars for
1128         fullscreen and preview modes since such toolbars are not editables.
1129         Fixes bugs #300278, #338910 and #316188.  
1130
1131 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1132
1133         * shell/ev-application.c:
1134         * shell/ev-job-queue.c:
1135         * shell/ev-metadata-manager.c:
1136         * shell/ev-stock-icons.c:
1137         * shell/ev-window.c:
1138         * shell/main.c:
1139         
1140         Developers documentation updated.
1141
1142 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1145
1146         Check whether uri is valid before launching it. Fixes bug #427664.
1147
1148 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-window.c:
1151
1152         Change key accelerator for Open a Copy menu entry which is in conflict
1153         with Close. Fixes bug #427321.
1154
1155 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1156
1157         * NEWS:
1158         * configure.ac:
1159         
1160         Update for release 0.8.1
1161
1162 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1163
1164         * shell/ev-window.c: (setup_size_from_metadata):
1165         
1166         Do not make window bigger than screen. Fixes bug 
1167         #388985.
1168
1169 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1172         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1173
1174         Use default resolution when it's not provided by document. Fixes bug
1175         #408762.
1176
1177 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * configure.ac:
1180         * thumbnailer/Makefile.am:
1181         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1182         * thumbnailer/evince-thumbnailer.schemas.in:
1183         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1184
1185         Add support for ps, eps and compressed documents thumbnails. Do not
1186         ignore size parameter. 
1187
1188 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1189
1190         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1191         (dvi_document_do_color_special):
1192         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1193
1194         Implement font color specials in the DVI backend. Fixes bug #303651.
1195
1196 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1197
1198         Fixup the previous commit:
1199
1200         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1201         * shell/xdg-user-dir-lookup.c: Make the function non-static
1202         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1203
1204 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1205
1206         * shell/ev-window.c (file_open_dialog_response_cb): Use
1207         the xdg-user-dirs DOCUMENTS folder as default folder when
1208         opening a file chooser.  (#424858)
1209
1210         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1211         xdg-user-dirs.
1212
1213 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-window.c: (ev_window_load_job_cb):
1216
1217         Do not setup view from metadata on preview mode. 
1218
1219 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/main.c:
1222
1223         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1224
1225 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-view.c: (ev_view_primary_get_cb):
1228
1229         Check pointer != NULL before using it. Fixes bug #416841. 
1230
1231 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1232
1233         * NEWS:
1234         * configure.ac:
1235         
1236         Release 0.8.0
1237
1238 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1241
1242         Do not render thumbnails when sidebar thumbnail page is not visible
1243         at startup. Fixes bug #416447. 
1244
1245 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1246
1247         * data/evince.desktop.in.in:
1248
1249         "Application" is not a valid category in the freedesktop specification.
1250
1251 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * libdocument/ev-file-helpers.[ch]: (compression_run),
1254         (ev_file_uncompress), (ev_file_compress):
1255         * shell/ev-window.c: (file_save_dialog_response_cb):
1256
1257         Save document compressed when saving a copy of a compressed document.
1258         Fixes bug #334542.
1259
1260 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1263
1264         Allow deleting in goto window entry in presentation mode. 
1265
1266 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1267
1268         * Makefile.am: Dist MAINTAINERS.
1269
1270 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * shell/ev-window.c: (ev_window_update_actions):
1273
1274         Fix zoom shortcut keys when searching. Fixes bug #409828.
1275
1276 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * shell/ev-window.c: (ev_window_setup_document):
1279
1280         Fix crash when loading documents with only one page. 
1281
1282 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * backend/dvi/dvi-document.c:
1285         (dvi_document_thumbnails_get_dimensions),
1286         (dvi_document_thumbnails_get_thumbnail):
1287         * backend/impress/impress-document.c:
1288         (impress_document_thumbnails_get_thumbnail),
1289         (impress_document_thumbnails_get_dimensions):
1290         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1291         (ps_document_thumbnails_get_dimensions):
1292         * backend/djvu/djvu-document.c:
1293         (djvu_document_thumbnails_get_dimensions),
1294         (djvu_document_thumbnails_get_thumbnail):
1295         * backend/tiff/tiff-document.c:
1296         (tiff_document_thumbnails_get_thumbnail),
1297         (tiff_document_thumbnails_get_dimensions):
1298         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1299         (pdf_document_thumbnails_get_thumbnail),
1300         (pdf_document_thumbnails_get_dimensions):
1301         * backend/comics/comics-document.c:
1302         (comics_document_thumbnails_get_thumbnail),
1303         (comics_document_thumbnails_get_dimensions):
1304         * backend/pixbuf/pixbuf-document.c:
1305         (pixbuf_document_thumbnails_get_thumbnail),
1306         (pixbuf_document_thumbnails_get_dimensions):
1307         * libdocument/ev-document-thumbnails.[ch]:
1308         (ev_document_thumbnails_get_thumbnail),
1309         (ev_document_thumbnails_get_dimensions):
1310         * libdocument/ev-document-misc.[ch]:
1311         (ev_document_misc_get_thumbnail_frame):
1312         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1313         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1314         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1315         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1316         (ev_sidebar_thumbnails_refresh):
1317         * shell/ev-window.c: (ev_window_setup_document):
1318         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1319
1320         Use an EvRenderContext for rendering thumbnails instead of a suggested
1321         width, so that different sized pages get sized proportionally.
1322
1323 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-view.c: (ev_view_button_press_event),
1326         (ev_view_key_press_event):
1327
1328         Fix critical warnings when there is no document loaded. 
1329
1330 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-page-action-widget.c:
1333         * shell/ev-navigation-action.c:
1334         * shell/ev-window.c:
1335
1336         Fix compile warnings. 
1337
1338 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * backend/djvu/djvu-text.h:
1341         * backend/djvu/djvu-document.c:
1342         * backend/djvu/djvu-text-page.c:
1343         * backend/djvu/djvu-links.c:
1344         * backend/djvu/djvu-text-page.h:
1345         * backend/djvu/djvu-text.c:
1346         
1347         Fix build on Mac. Fixes bug #392186. Patch by
1348         <ephraim_owns@hotmail.com>
1349
1350 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1353
1354         Restore cairo context before rendering every page when printing a PDF
1355         document into a PDF file. 
1356
1357 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/ps/gstypes.h:
1360         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1361         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1362         (ps_document_thumbnails_get_thumbnail):
1363
1364         Handle PostScript page orientation. Fixes bug #318568.
1365
1366 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/ps/Makefile.am:
1369         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1370         (document_load), (ps_document_load), (save_document),
1371         (save_page_list), (ps_document_get_n_pages),
1372         (ps_document_get_page_size), (ps_document_get_info),
1373         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1374         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1375         (ps_document_thumbnails_get_thumbnail),
1376         (ps_document_thumbnails_get_dimensions),
1377         (ps_document_document_thumbnails_iface_init):
1378         * backend/ps/ps.[ch]: (psgetpagebox):
1379         * backend/ps/ps-interpreter.[ch]:
1380
1381         Add support for thumbnails in ps backend. Fixes bug #164755. 
1382
1383 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1384
1385         * NEWS:
1386         * configure.ac:
1387         
1388         Release 0.7.2
1389
1390 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1393         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1394         (ev_window_dispose):
1395
1396         Use document thumbnail as window icon. Fixes bug #384442.
1397
1398 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1399
1400         * configure.ac:
1401
1402         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1403         duplicated adding application/x-bzpostscript instead. 
1404
1405 2007-02-11  Tom Parker  <palfrey@tevp.net>
1406
1407         * backend/ps/ps-document.c: (document_load):
1408
1409         Check return value of psscan before trying
1410         to use it. Fixes bug #372414.
1411
1412 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1415
1416         Fix invalid free in ev-page-cache. Fixes bug #404745.
1417
1418 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1419
1420         * test/Makefile.am:
1421         * test/test3.py:
1422         
1423         Added reload test case.
1424
1425 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * po/POTFILES.in:
1428         * backend/djvu/djvu-document.c: (djvu_document_load):
1429
1430         Check whether there are missing files in indirect multipage djvu
1431         documents. Fixes bug #361683. 
1432
1433 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1434
1435         * test/Makefile.am:
1436         * test/test-mime.bin:
1437         * test/test3.py:
1438         
1439         Added test for slow mime type
1440
1441 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1444
1445         Add some checks and call parent_class->finalize. Fixes bug #404745.
1446
1447 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1448
1449         * shell/ev-navigation-action.c: (connect_proxy):
1450         
1451         Fixes dropdown history menu. Thanks a lot Carlos!
1452
1453 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1456
1457         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1458         bug #373715.
1459
1460 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/ps/ps.c: (psscan):
1463
1464         Fix memory leak. 
1465
1466 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * configure.ac:
1469         * libdocument/ev-file-helpers.c: 
1470
1471         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1472
1473 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * configure.ac:
1476         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1477         (ps_interpreter_start), (document_load), (save_document),
1478         (save_page_list):
1479         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1480         * libdocument/ev-document-factory.c:
1481         (ev_document_factory_get_from_mime), (get_document_from_uri),
1482         (free_uncompressed_uri), (ev_document_factory_get_document):
1483         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1484
1485         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1486
1487 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * libdocument/ev-document.h:
1490
1491         Fix typo in function name. 
1492
1493 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * backend/ps/ps-document.c: (ps_interpreter_finished),
1496         (ps_interpreter_start), (ps_interpreter_failed):
1497
1498         Handle ghostscript interpreter crashes. 
1499
1500 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * shell/ev-window.c: (ev_window_open_uri),
1503         (window_configure_event_cb):
1504
1505         Setup window size and position before showing it. Fixes bug #401711.
1506
1507 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * backend/ps/Makefile.am:
1510         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1511         (ps_document_dispose), (ps_document_class_init),
1512         (ps_interpreter_input), (ps_interpreter_output),
1513         (ps_interpreter_error), (setup_interpreter_env),
1514         (ps_interpreter_start), (ps_interpreter_stop),
1515         (ps_interpreter_failed), (ps_interpreter_is_ready),
1516         (check_filecompressed), (document_load), (ps_document_load),
1517         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1518         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1519         (render_page):
1520
1521         Rework ps-document. Code cleanups, remove deprecated code. 
1522
1523 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-view.c: (ev_view_button_press_event):
1526
1527         Do not start an image drag and drop operation when pointer is on 
1528         text, so that we can select text when the whole background is an
1529         image. 
1530
1531 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-window.c: (ev_window_update_actions): 
1534
1535         Disable all zoom related actions during presentation mode. 
1536
1537 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1538
1539         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1540
1541         Do not zoom in or out on presentation mode. Fixes bug #401305.
1542
1543 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1544
1545         * shell/ev-navigation-action.c: (connect_proxy),
1546         (create_menu_item), (ev_navigation_action_class_init):
1547         
1548         Correctly show menu and fix crash when navigaton 
1549         action is out of toolbar visible area.
1550
1551 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1552
1553         * data/Makefile.am:
1554         * data/evince.1:
1555         
1556         Added man file
1557
1558 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1559
1560         * help/reference/* :
1561         * configure.ac:
1562         
1563         Added gtk-doc based documentation for Evince.
1564         Still in initial state but I hope it will
1565         grow.
1566         
1567         * configure.ac:
1568         
1569         Lower dbus requirement to 0.70
1570
1571 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-window.c: (ev_window_add_history):
1574
1575         Fix memory leak. 
1576
1577 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1578
1579         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1580         * shell/ev-view.h:
1581         * shell/ev-window.c: (ev_window_add_history):
1582         
1583         Correctly handle named destination links
1584
1585 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1586
1587         * NOTES:
1588         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1589         * backend/pdf/ev-poppler.cc:
1590         * libdocument/ev-document-links.h:
1591         * libdocument/ev-link.c: (ev_link_get_page):
1592         * libdocument/ev-link.h:
1593         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1594         (ev_history_add_link):
1595         * shell/ev-history.h:
1596         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1597         (new_history_menu_item), (build_menu):
1598         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1599         * shell/ev-sidebar-links.c: (create_loading_model),
1600         (print_section_cb), (ev_sidebar_links_construct),
1601         (fill_page_labels), (update_page_callback_foreach),
1602         (update_page_callback), (job_finished_callback):
1603         * shell/ev-view.c: (ev_view_handle_link):
1604         * shell/ev-window.c: (ev_window_find_chapter),
1605         (ev_window_add_history), (view_handle_link_cb),
1606         (history_changed_cb):
1607         
1608         Implements another history variant
1609
1610 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * shell/ev-window.c: (view_external_link_cb):
1613         * shell/ev-view.c: (ev_view_button_release_event):
1614
1615         Open links in new window when clicking with middle button. 
1616
1617 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1618
1619         * shell/ev-navigation-action.c: (new_history_menu_item):
1620         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1621         * shell/ev-view.c: (ev_view_handle_link):
1622         * shell/ev-window.c:
1623         
1624         Store link before jump, not the destination. For me it 
1625         seems like more natural history behavior.
1626
1627 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1628
1629         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1630         (ev_navigation_action_class_init):
1631         * shell/ev-navigation-action.h:
1632         * shell/ev-page-action.c: (activate_cb):
1633         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1634         (ev_page_cache_set_current_page_history):
1635         * shell/ev-page-cache.h:
1636         * shell/ev-sidebar-thumbnails.c:
1637         (ev_sidebar_tree_selection_changed),
1638         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1639         * shell/ev-view-private.h:
1640         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1641         * shell/ev-view.h:
1642         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1643         (ev_window_setup_document), (ev_window_load_job_cb):
1644         * shell/ev-window.h:
1645         
1646         History finally works as expected.
1647
1648 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1651
1652         Do not update links treeview if it doesn't have a model assigned yet. 
1653
1654 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1657         (ev_sidebar_links_class_init), (update_page_callback):
1658
1659         Do not update links treeview when sidepane is not visible. 
1660
1661 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * shell/ev-marshal.list:
1664         * shell/ev-page-action.c: (activate_cb),
1665         (ev_page_action_class_init):
1666         * shell/ev-page-action.h:
1667         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1668         * shell/ev-window.c:
1669         
1670         Remove activate_link signal, not required.
1671
1672 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1673
1674         * shell/ev-navigation-action.c: (build_menu):
1675         
1676         Reorder menu items and build menu with fixed length.
1677
1678 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1679
1680         * shell/ev-view.c: (get_selected_text):
1681         
1682         Normalize text to fix ligatures problem. See bug
1683         #341947 for details.
1684
1685 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1688
1689         Fix memory leak in ev-page-cache. 
1690
1691 2007-01-25  Tom Parker <palfrey@tevp.net>
1692
1693         * backend/impress/impress-document.c: (impress_document_load),
1694         (impress_document_finalize), (impress_document_init):
1695         * properties/ev-properties-main.c: (ev_properties_get_pages):
1696         
1697         Correctly handle impress document errors. Fixes nautilus
1698         crash in property page #370491.
1699
1700 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1703         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1704         (ev_job_queue_remove_job):
1705         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1706         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1707         (ev_job_load_run):
1708         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1709         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1710         (ev_window_load_job_cb), (xfer_update_progress_callback),
1711         (ev_window_open_uri), (ev_window_dispose):
1712         * shell/main.c: (main):
1713
1714         Do file transfer asynchronously in the main thread instead of
1715         synchronously in the load thread. Fixes bugs #399694, #398307 and
1716         #343542.
1717
1718 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-jobs.c: (ev_job_xfer_run):
1721
1722         Load the document with the font-config lock held. 
1723
1724 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * backend/ps/ps-document.c: (start_interpreter):
1727
1728         Fix memory leaks in ps backend. 
1729
1730 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * backend/impress/impress-document.c:
1733         (impress_document_render_pixbuf):
1734
1735         Do not acquire fontconfig lock in impress backend, since it is using
1736         the main loop for rendering. 
1737
1738 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * po/POTFILES.in: 
1741
1742         Remove mdvi files that shouldn't be translated. 
1743
1744 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-view-private.h:
1747         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1748         (ev_view_set_zoom):
1749
1750         Render "loading..." text into a cairo surface instead of directly into
1751         the window so that fontconfig lock is only needed once and UI is not
1752         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1753
1754 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1757         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1758
1759         Use icon theme associated with the window screen rather than default. 
1760
1761 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1762
1763         * configure.ac:
1764
1765         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1766
1767 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1768
1769         * data/icons/*/apps/evince.*:
1770
1771         Move Evince icons under new apps directory.
1772
1773         * data/icons/*/actions/*:
1774
1775         Add new custom themeable Evince icons: view-page-continuous, 
1776         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1777         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1778
1779         * configure.ac:
1780
1781         Add new directories to AC_CONFIG_FILES.
1782
1783         * shell/ev-stock-icons.c:
1784         * shell/ev-stock-icons.h:
1785
1786         Use new custom themeable icons.
1787
1788 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1791
1792         Do not draw white background page in presentation mode. 
1793
1794 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1795
1796         * shell/ev-view.c: Remove unused gnome-vfs include.
1797
1798 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1799
1800         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1801         
1802         Format string is corrected, fixes bug #397129.
1803
1804 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-window.c: (ev_window_setup_recent):
1807
1808         Do not include in recent menu inexistent documents. Fixes
1809         bug #339171.
1810
1811 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * po/POTFILES.skip: 
1814
1815         Update POTFILES.skip file according to current source tree. 
1816
1817 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/ev-window.c: (file_save_dialog_response_cb):
1820
1821         Do Save a copy in atomic way. Fixes bug #328266. 
1822
1823 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1826
1827         Keep selected cell always visible in index treeview.
1828
1829 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1830         
1831         * shell/ev-view.c: (ev_view_size_allocate):
1832
1833         Restore horizontal scrollbar after switching to/from fullscreen
1834         or presentation mode. Fixes bug #331728.
1835
1836 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-view-private.h:
1839         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1840         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1841         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1842         (ev_view_can_zoom_out):
1843
1844         Use max and min scale values in the view iby taking dpi into account. 
1845
1846 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * configure.ac:
1849         * NEWS:
1850
1851         Release 0.7.1
1852
1853 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-window.c: (ev_window_print_send):
1856
1857         Send print job to printer with some settings set to default values,
1858         since we have already exported to a file according to such settings
1859         and they could be taken twice by some printers. 
1860
1861 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-jobs.c: (ev_job_xfer_run):
1864         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1865
1866         Show main window and load document with the font-config lock held. 
1867
1868 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * configure.ac:
1871         * shell/ev-application.c: (ev_application_register_service):
1872         * shell/main.c: (load_files_remote):
1873
1874         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1875
1876 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1877
1878         * doc/debugging.txt:
1879         
1880         Remove obsolete documentation.
1881
1882 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1883
1884         * Makefile.am:
1885         * backend/Makefile.am:
1886         * backend/comics/Makefile.am:
1887         * backend/djvu/Makefile.am:
1888         * backend/dvi/Makefile.am:
1889         * backend/ev-async-renderer.c:
1890         * backend/ev-async-renderer.h:
1891         * backend/ev-attachment.c:
1892         * backend/ev-attachment.h:
1893         * backend/ev-backend-marshal.c:
1894         * backend/ev-document-factory.c:
1895         * backend/ev-document-factory.h:
1896         * backend/ev-document-find.c:
1897         * backend/ev-document-find.h:
1898         * backend/ev-document-fonts.c:
1899         * backend/ev-document-fonts.h:
1900         * backend/ev-document-images.c:
1901         * backend/ev-document-images.h:
1902         * backend/ev-document-info.h:
1903         * backend/ev-document-links.c:
1904         * backend/ev-document-links.h:
1905         * backend/ev-document-misc.c:
1906         * backend/ev-document-misc.h:
1907         * backend/ev-document-security.c:
1908         * backend/ev-document-security.h:
1909         * backend/ev-document-thumbnails.c:
1910         * backend/ev-document-thumbnails.h:
1911         * backend/ev-document-transition.c:
1912         * backend/ev-document-transition.h:
1913         * backend/ev-document.c:
1914         * backend/ev-document.h:
1915         * backend/ev-file-exporter.c:
1916         * backend/ev-file-exporter.h:
1917         * backend/ev-image.c:
1918         * backend/ev-image.h:
1919         * backend/ev-link-action.c:
1920         * backend/ev-link-action.h:
1921         * backend/ev-link-dest.c:
1922         * backend/ev-link-dest.h:
1923         * backend/ev-link.c:
1924         * backend/ev-link.h:
1925         * backend/ev-render-context.c:
1926         * backend/ev-render-context.h:
1927         * backend/ev-selection.c:
1928         * backend/ev-selection.h:
1929         * backend/impress/Makefile.am:
1930         * backend/pdf/Makefile.am:
1931         * backend/pixbuf/Makefile.am:
1932         * backend/ps/Makefile.am:
1933         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1934         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1935         (start_interpreter), (stop_interpreter), (document_load),
1936         (ps_document_next_page), (render_page):
1937         * backend/tiff/Makefile.am:
1938         * comics/Makefile.am:
1939         * comics/comics-document.c:
1940         * comics/comics-document.h:
1941         * configure.ac:
1942         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1943         * djvu/Makefile.am:
1944         * djvu/djvu-document-private.h:
1945         * djvu/djvu-document.c:
1946         * djvu/djvu-document.h:
1947         * djvu/djvu-links.c:
1948         * djvu/djvu-links.h:
1949         * djvu/djvu-text-page.c:
1950         * djvu/djvu-text-page.h:
1951         * djvu/djvu-text.c:
1952         * djvu/djvu-text.h:
1953         * dvi/Makefile.am:
1954         * dvi/dvi-document.c:
1955         * dvi/dvi-document.h:
1956         * dvi/fonts.c:
1957         * dvi/fonts.h:
1958         * dvi/mdvi-lib/Makefile.am:
1959         * dvi/mdvi-lib/afmparse.c:
1960         * dvi/mdvi-lib/afmparse.h:
1961         * dvi/mdvi-lib/bitmap.c:
1962         * dvi/mdvi-lib/bitmap.h:
1963         * dvi/mdvi-lib/color.c:
1964         * dvi/mdvi-lib/color.h:
1965         * dvi/mdvi-lib/common.c:
1966         * dvi/mdvi-lib/common.h:
1967         * dvi/mdvi-lib/defaults.h:
1968         * dvi/mdvi-lib/dvimisc.c:
1969         * dvi/mdvi-lib/dviopcodes.h:
1970         * dvi/mdvi-lib/dviread.c:
1971         * dvi/mdvi-lib/files.c:
1972         * dvi/mdvi-lib/font.c:
1973         * dvi/mdvi-lib/fontmap.c:
1974         * dvi/mdvi-lib/fontmap.h:
1975         * dvi/mdvi-lib/fontsrch.c:
1976         * dvi/mdvi-lib/gf.c:
1977         * dvi/mdvi-lib/hash.c:
1978         * dvi/mdvi-lib/hash.h:
1979         * dvi/mdvi-lib/list.c:
1980         * dvi/mdvi-lib/mdvi.h:
1981         * dvi/mdvi-lib/pagesel.c:
1982         * dvi/mdvi-lib/paper.c:
1983         * dvi/mdvi-lib/paper.h:
1984         * dvi/mdvi-lib/pk.c:
1985         * dvi/mdvi-lib/private.h:
1986         * dvi/mdvi-lib/setup.c:
1987         * dvi/mdvi-lib/sp-epsf.c:
1988         * dvi/mdvi-lib/special.c:
1989         * dvi/mdvi-lib/sysdeps.h:
1990         * dvi/mdvi-lib/t1.c:
1991         * dvi/mdvi-lib/tfm.c:
1992         * dvi/mdvi-lib/tfmfile.c:
1993         * dvi/mdvi-lib/tt.c:
1994         * dvi/mdvi-lib/util.c:
1995         * dvi/mdvi-lib/vf.c:
1996         * dvi/pixbuf-device.c:
1997         * dvi/pixbuf-device.h:
1998         * impress/Makefile.am:
1999         * impress/common.h:
2000         * impress/document.c:
2001         * impress/f_oasis.c:
2002         * impress/f_oo13.c:
2003         * impress/iksemel.c:
2004         * impress/iksemel.h:
2005         * impress/imposter.h:
2006         * impress/impress-document.c:
2007         * impress/impress-document.h:
2008         * impress/internal.h:
2009         * impress/r_back.c:
2010         * impress/r_draw.c:
2011         * impress/r_geometry.c:
2012         * impress/r_gradient.c:
2013         * impress/r_style.c:
2014         * impress/r_text.c:
2015         * impress/render.c:
2016         * impress/render.h:
2017         * impress/zip.c:
2018         * impress/zip.h:
2019         * lib/Makefile.am:
2020         * lib/ev-debug.c:
2021         * lib/ev-debug.h:
2022         * lib/ev-file-helpers.c:
2023         * lib/ev-file-helpers.h:
2024         * lib/ev-gui.c:
2025         * lib/ev-gui.h:
2026         * lib/ev-tooltip.c:
2027         * lib/ev-tooltip.h:
2028         * libdocument/Makefile.am:
2029         * libdocument/ev-file-helpers.c:
2030         * pdf/Makefile.am:
2031         * pdf/ev-poppler.cc:
2032         * pdf/ev-poppler.h:
2033         * pixbuf/Makefile.am:
2034         * pixbuf/pixbuf-document.c:
2035         * pixbuf/pixbuf-document.h:
2036         * properties/Makefile.am:
2037         * ps/Makefile.am:
2038         * ps/gsdefaults.c:
2039         * ps/gsdefaults.h:
2040         * ps/gsio.c:
2041         * ps/gsio.h:
2042         * ps/gstypes.h:
2043         * ps/ps-document.c:
2044         * ps/ps-document.h:
2045         * ps/ps.c:
2046         * ps/ps.h:
2047         * shell/Makefile.am:
2048         * shell/ev-application.h:
2049         * shell/ev-sidebar-links.c:
2050         * shell/ev-sidebar-links.h:
2051         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2052         (ev_gui_menu_position_tree_selection):
2053         * shell/ev-utils.h:
2054         * shell/ev-view.c: (ev_view_finalize):
2055         * shell/ev-window.c:
2056         * shell/main.c: (main):
2057         * thumbnailer/Makefile.am:
2058         * tiff/Makefile.am:
2059         * tiff/tiff-document.c:
2060         * tiff/tiff-document.h:
2061         * tiff/tiff2ps.c:
2062         * tiff/tiff2ps.h:
2063         
2064         Reorganize source tree.
2065
2066 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * backend/ev-document-factory.c:
2069
2070         Do not include ev-poppler.h when pdf is disabled. 
2071
2072 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2073
2074         * configure.ac:
2075         * data/evince-ui.xml:
2076         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2077         (pdf_document_document_images_iface_init):
2078         * backend/Makefile.am:
2079         * backend/ev-document-images.[ch]:
2080         * backend/ev-image.[ch]:
2081         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2082         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2083         (ev_job_xfer_run):
2084         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2085         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2086         (ev_pixbuf_cache_get_image_mapping):
2087         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2088         (view_menu_popup_cb), (ev_window_dispose),
2089         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2090         (ev_view_popup_cmd_copy_image):
2091         * shell/ev-view-private.h:
2092         * shell/ev-view.c: (ev_view_get_image_at_location),
2093         (ev_view_do_popup_menu), (ev_view_popup_menu),
2094         (ev_view_button_press_event), (ev_view_drag_data_get),
2095         (ev_view_drag_motion), (ev_view_drag_data_received),
2096         (ev_view_motion_notify_event), (ev_view_button_release_event),
2097         (ev_view_finalize), (ev_view_class_init):
2098
2099         Add image handling support. Fixes bugs #310008 and #325047. Images
2100         selection is not supported yet. 
2101
2102 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2105         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2106         (ev_view_init):
2107
2108         Move view drag and drop stuff to ev-view.
2109
2110 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2113         * shell/ev-view.c: (clear_selection): 
2114
2115         Clear selection also in pixbuf cache.
2116
2117 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2118
2119         * data/evince.desktop.in.in:
2120         
2121         Change icon name in desktop file. See bug #390734
2122         for details.
2123
2124 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2125
2126         * thumbnailer/Makefile.am:
2127
2128         Use top_builddir instead top_srcdir for generated schema
2129         file installation. Fixes bug #390161.
2130
2131 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * configure.ac:
2134         * backend/Makefile.am:
2135         * backend/ev-document-transition.[ch]:
2136         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2137         (pdf_document_page_transition_iface_init):
2138         * shell/ev-view-private.h:
2139         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2140         (ev_view_set_presentation), (transition_next_page),
2141         (ev_view_presentation_transition_stop),
2142         (ev_view_presentation_transition_start), (ev_view_next_page):
2143
2144         Add page transition support in presentation mode. At the moment only
2145         page duration is supported, but not transition effects. Fixes bug
2146         #309815.
2147
2148 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2151
2152         Run find_link_dest with document lock held, since it's called by links
2153         thread and main thread at the same time. 
2154
2155 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-view.c: (goto_dest):
2158
2159         Update page-cache when page is changed by the view, so that
2160         page-changed signal is emitted. 
2161
2162 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2163
2164         * test/test1.py:
2165         * test/test2.py:
2166
2167         Use C locale in tests. 
2168
2169 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-window.c: (ev_window_run_presentation):
2172         * shell/ev-view-private.h:
2173         * shell/ev-view.c: (ev_view_set_presentation):
2174
2175         Restore zoom settings when back from presentation mode. 
2176
2177 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2178
2179         * shell/ev-window.c: (ev_window_run_presentation):
2180
2181         Always use "best fit" zoom in presentation mode.
2182         Fixes bug #389195.
2183
2184 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2185
2186         * shell/ev-view.c: (ev_view_goto_window_create):
2187
2188         Show "Jump to page" label in the page jumping popup in
2189         presentation mode instead of just a GtkEntry.
2190
2191 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * shell/ev-window.c: (launch_external_uri):
2194
2195         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2196         #378085.
2197
2198 2006-12-22  Elijah Newren  <newren gmail com>
2199
2200         * configure.ac: explicitly check for libxml2.  Fixes #388795
2201
2202 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-view-private.h:
2205         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2206         (ev_view_goto_window_delete_event), (key_is_numeric),
2207         (ev_view_goto_window_key_press_event),
2208         (ev_view_goto_window_button_press_event),
2209         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2210         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2211         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2212
2213         Allow jumping to another page by typing a page number in presentation
2214         mode. It uses a popup window with an entry. Fixes bug #353625.
2215
2216 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2217
2218         * configure.ac:
2219         * properties/ev-properties-view.c: (ev_get_default_user_units),
2220         (ev_regular_paper_size):
2221         
2222         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2223         to Damien Carbery <damien.carbery@sun.com> and
2224         Yevgen Muntyan <muntyan@tamu.edu>.
2225
2226 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2227
2228         * shell/ev-window.c: (setup_document_from_metadata):
2229
2230         Make sure Evince doesn't restore the view on the last
2231         page when a document is reopened. Fixes bug #383381.
2232
2233 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2234
2235         * shell/ev-view.c: (draw_loading_text):
2236
2237         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2238
2239 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * configure.ac:
2242         * NEWS:
2243
2244         Release 0.7.0
2245
2246 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * pdf/ev-poppler.cc: (pdf_print_context_free),
2250         (pdf_document_file_exporter_begin),
2251         (pdf_document_file_exporter_do_page):
2252
2253         Make cairo-pdf depedency optional. 
2254
2255 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2258
2259         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2260
2261 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2264         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2265         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2266         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2267         * shell/ev-view.c: (draw_loading_text):
2268         * shell/ev-window.c: (ev_window_cmd_file_properties):
2269
2270         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2271         related to using FontConfig from different threads.
2272         
2273 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-view.c: (draw_loading_text):
2276
2277         Acquire lock document when drawing "Loading..." text so that only one
2278         thread will use FontConfig at the same time. Fixes bug #374750.
2279
2280 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-page-action.[ch]: (activate_cb):
2283         * shell/ev-window.c: (activate_label_cb):
2284
2285         Check if text inserted in page entry is a valid page number when it
2286         doesn't match to any document page label. Fixes bug #383165.
2287
2288 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2289         * shell/ev-window.c:
2290
2291         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2292         available with GTK < 2.10. Added an ifdef to avoid compilation
2293         error.
2294
2295 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * configure.ac:
2298         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2299
2300         Fix ps backend in multihead systems.
2301
2302 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2305         * shell/ev-window.c: (ev_window_get_screen_dpi),
2306         (ev_window_update_actions), (setup_view_from_metadata),
2307         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2308
2309         Take screen DPI into account when zooming. Fixes bug #318285.
2310
2311 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2312
2313         * data/Makefile.am:
2314
2315         Cleaned up/slightly refactored Makefile.am. Added GConf
2316         schemas uninstallation as well.
2317
2318 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2319
2320         * Makefile.am:
2321         * test/Makefile.am:
2322
2323         Fight with autotools to fix make check. Make distcheck
2324         works fine as well now!
2325
2326 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2327
2328         * shell/ev-view.c: (draw_end_presentation_page):
2329
2330         Corrected "end of presentation" string.
2331
2332 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2333
2334         * shell/ev-view.c: (ev_view_key_press_event):
2335
2336         Correctly propagate key press event so that up/down keys
2337         work as expected (correct behaviour was broken by
2338         black/white screen key bindings for presentations).
2339
2340 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2343         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2344         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2345         (pdf_selection_get_selection_region),
2346         (pdf_selection_get_selection_map):
2347
2348         Add "static" to some private functions. 
2349
2350 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2351
2352         * lib/ev-tooltip.h:
2353         * properties/ev-properties-view.h:
2354         * shell/ev-jobs.h:
2355         * shell/ev-properties-dialog.h:
2356         * shell/ev-properties-fonts.h:
2357         * shell/ev-sidebar-links.h:
2358         * shell/ev-sidebar-thumbnails.h:
2359         * shell/ev-sidebar.h:
2360         * shell/ev-window.h:
2361         
2362         Fixes CHACK type in class casts. See bug #385343
2363         for details.
2364
2365 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * shell/ev-view-private.h:
2368         * shell/ev-view.c: (draw_end_presentation_page),
2369         (ev_view_expose_event), (ev_view_key_press_event),
2370         (ev_view_class_init), (ev_view_init):
2371
2372         Blank screen in presentation mode when pressing 'b' (filling with
2373         black) or 'w' (filling with white) keys. Fixes bug #358132.
2374
2375 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2376
2377         * data/evince-toolbar.xml:
2378         * shell/ev-window.c:
2379         
2380         Use stock icon for Select All action. Fixes
2381         bug #382652.
2382
2383 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2384
2385         * shell/ev-view.c: (get_doc_point_from_offset),
2386         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2387
2388         Add links support in rotated documents. Fixes bug #343733.
2389
2390 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-view-private.h:
2393         * shell/ev-view.c: (draw_end_presentation_page),
2394         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2395
2396         Show a blank page after the last page in presentation mode with a
2397         message indicating that presentation has finished and how to exit. 
2398
2399 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * shell/ev-window.c: (fullscreen_timeout_cb):
2402
2403         Hide cursor after a while in presentation mode. 
2404
2405 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2406
2407         * backend/ev-document-info.h:
2408         * data/evince-properties.glade:
2409         * pdf/ev-poppler.cc:
2410         * properties/ev-properties-view.c: (ev_regular_paper_size),
2411         (ev_properties_view_set_info):
2412         * ps/ps-document.c: (ps_document_get_info):
2413
2414         Adds a paper size field to the properties dialog. Fixes
2415         bug #307315. Patch by Kasper Svendsen (with some i18n
2416         changes done by me).
2417
2418 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2419
2420         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2421         (screensaver_init_dbus), (totem_scrsaver_new),
2422         (totem_scrsaver_init):
2423         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2424         * shell/ev-application.c: (ev_application_register_service),
2425         (ev_application_screensaver_enable),
2426         (ev_application_screensaver_disable):
2427         * shell/ev-application.h:
2428         * shell/ev-window.c: (ev_window_run_presentation),
2429         (ev_window_stop_presentation), (build_comments_string),
2430         (ev_window_init):
2431         
2432         Move screensaver handling to application. No more
2433         message on startup.
2434
2435 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * configure.ac:
2438         * backend/Makefile.am:
2439         * backend/ev-file-exporter.[ch]:
2440         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2441         * ps/ps-document.c: (ps_document_file_exporter_*):
2442         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2443         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2444         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2445         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2446
2447         Allow printing to PDF when suppoted by the backend.
2448         
2449 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * shell/ev-window.c: (build_comments_string):
2452
2453         Use always "Document Viewer" in about dialog. 
2454
2455 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * djvu/djvu-document.c: (djvu_document_get_page_size):
2458
2459         Display a warning message when get_pageinfo fails. 
2460
2461 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2462
2463         * Makefile.am:
2464         * backend/Makefile.am:
2465         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2466         * configure.ac:
2467         * shell/ev-window.c: (build_comments_string):
2468         
2469         Make pdf compilation optional. See bug #38007.
2470
2471 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * ps/ps.c: (get_next_text):
2474
2475         Fix CVE-2006-5864.
2476
2477 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2480         * shell/ev-navigation-action.c: (connect_proxy),
2481         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2482         
2483         Do not call g_type_class_peek_parent twice.
2484
2485 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2486
2487         * configure.ac:
2488         * data/icons/24x24/.cvsignore:
2489         * data/icons/24x24/Makefile.am:
2490         * data/icons/24x24/evince.png:
2491         * data/icons/Makefile.am:
2492         
2493         Add 24x24 icon. Thanks to 
2494         Michael Monreal <infernux@web.de>.
2495
2496 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2497
2498         * configure.ac: Fix typo in configure.ac. Thanks
2499         to dmacks@netspace.org for notification.
2500
2501 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2502
2503         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2504         
2505         Drop dbus include, fixes compilation with older dbus.
2506
2507 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2508
2509         * configure.ac:
2510         * cut-n-paste/Makefile.am:
2511         * cut-n-paste/totem-screensaver/.cvsignore
2512         * cut-n-paste/totem-screensaver/Makefile.am:
2513         * cut-n-paste/totem-screensaver/README:
2514         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2515         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2516         * shell/Makefile.am:
2517         * shell/ev-window.c: (ev_window_run_presentation),
2518         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2519         (ev_window_init):
2520
2521         Implemented screensaver enabling/disabling for
2522         presentation mode (not fullscreen mode). Code stolen
2523         from Totem (with some minor tweaks). Fixes bug #338889.
2524
2525 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2526
2527         * configure.ac:
2528
2529         Bump gnome-icon-theme requirements. We use the rotation
2530         icons that appeared recently.
2531
2532 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2533
2534         * shell/ev-history.c: (ev_history_add_page):
2535         * shell/ev-history.h:
2536         * shell/ev-window.c: (page_changed_cb):
2537         
2538         Use page labels instead of numbers.
2539
2540 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2541
2542         * data/evince-toolbar.xml:
2543         * po/POTFILES.in:
2544         * shell/Makefile.am:
2545         * shell/ev-navigation-action-widget.c:
2546         (ev_navigation_action_widget_init),
2547         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2548         (menu_detacher), (ev_navigation_action_widget_set_menu),
2549         (menu_position_func), (popup_menu_under_arrow),
2550         (ev_navigation_action_widget_toggled),
2551         (ev_navigation_action_widget_button_press_event):
2552         * shell/ev-navigation-action-widget.h:
2553         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2554         (ev_navigation_action_set_window), (activate_menu_item_cb),
2555         (new_history_menu_item), (new_empty_history_menu_item),
2556         (build_menu), (menu_activated_cb), (connect_proxy),
2557         (create_tool_item), (ev_navigation_action_init),
2558         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2559         * shell/ev-navigation-action.h:
2560         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2561         (ev_page_action_widget_set_page_cache),
2562         (ev_page_action_widget_finalize),
2563         (ev_page_action_widget_class_init), (match_selected_cb),
2564         (display_completion_text), (match_completion), (build_new_tree_cb),
2565         (get_filter_model_from_model),
2566         (ev_page_action_widget_update_model):
2567         * shell/ev-page-action-widget.h:
2568         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2569         (connect_proxy):
2570         * shell/ev-page-action.h:
2571         * shell/ev-stock-icons.c:
2572         * shell/ev-stock-icons.h:
2573         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2574         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2575         (register_custom_actions):
2576         * shell/main.c:
2577         
2578         Preliminary history implementation
2579
2580 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2581
2582         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2583         (dvi_document_class_init), (dvi_document_init_params):
2584         * dvi/mdvi-lib/font.c: (font_reference):
2585         
2586         Add reference to subfont. Fixes bug #374277.
2587
2588 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2591         (ev_window_cmd_file_open_copy_at_dest):
2592
2593         Fix a race condition when creating symlink. Increase the counter
2594         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2595         Mathias Hasselmann).
2596
2597 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * backend/Makefile.am:
2600         * backend/ev-attachment.c: (ev_attachment_open):
2601         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2602         (ev_tmp_dir), (ev_tmp_filename):
2603         * shell/ev-sidebar-attachments.c:
2604         (ev_sidebar_attachments_drag_data_get):
2605         * shell/ev-window.c: (ev_window_clear_temp_file):
2606
2607         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2608         in ensure_dir_exists. Abort without crashing when we can't create
2609         user's directory.
2610
2611 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * data/evince-ui.xml:
2614         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2615         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2616         (ev_window_cmd_file_open_copy_at_dest),
2617         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2618         (ev_view_popup_cmd_open_link_new_window):
2619
2620         Allow opening a copy of the current document in a new window. Fixes bug
2621         #357472
2622
2623 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2624
2625         * data/evince-toolbar.xml:
2626         
2627         Add rotate right and rotate left to available items for toolbar.
2628         
2629         * data/evince-ui.xml:
2630         * shell/ev-window.c: (ev_window_init):
2631         
2632         Customize toolbar with right click. Fixes bug #372451.
2633
2634 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2635
2636         * shell/ev-window.c: 
2637         
2638         Use "object-rotate-{left,right}" stock icons. Fixes 
2639         bug #373863.
2640
2641 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2644         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2645         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2646         (ev_window_open_uri):
2647         * shell/main.c: (arguments_parse):
2648
2649         Remove temp file created when evince is used by GTK+ in
2650         preview mode. Fixes bug #365282. 
2651
2652 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2653
2654         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2655         
2656         Fixes bug #372474 - Side pane disabled when entering 
2657         and leaving fullscreen mode.
2658
2659 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2660
2661         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2662         * data/Makefile.am:
2663         * data/evince-preview-toolbar.xml:
2664         * data/evince-toolbar.xml:
2665         * shell/ev-application.c: (ev_application_shutdown),
2666         (ev_application_init), (ev_application_get_toolbars_model):
2667         * shell/ev-application.h:
2668         * shell/ev-window.c: (update_chrome_visibility),
2669         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2670         (ev_window_cmd_edit_toolbar), (ev_window_init):
2671         
2672         Fixes bug #364364 - toolbar editor shows zoom actions again.
2673
2674 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2677
2678         Do not take margins into consideration for paper size when printing.
2679         Really fixes bug #350491.
2680
2681 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * data/evince-ui.xml:
2684         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2685         (ev_window_cmd_file_print_setup),
2686         (ev_window_print_dialog_response_cb),
2687         (ev_window_setup_action_sensitivity):
2688
2689         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2690
2691 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-window.c: (ev_window_print_range):
2694
2695         Revert my previuos commit, since printing to PDF is not supported by
2696         evince yet. 
2697
2698 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-window.c: (ev_window_print_range):
2701
2702         Enable print to a PDF. Fixes bug #332121.
2703
2704 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-application-service.xml:
2707         * shell/ev-application.[ch]: (ev_application_open_window),
2708         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2709         (ev_application_open_uri), (ev_application_open_uri_list):
2710         * shell/ev-window.c: (file_open_dialog_response_cb),
2711         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2712         (drag_data_received_cb), (open_remote_link):
2713         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2714
2715         Add support for multiscreen systems. Fixes bug #316206.
2716
2717 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * shell/ev-jobs.[ch]: (ev_job_print_new),
2720         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2721         (ev_job_print_do_page):
2722         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2723
2724         Allow printing only odd/even pages. Fixes bug #367289.
2725
2726 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2727
2728         * test/test1.py:
2729         * test/test2.py:
2730
2731         Re-add locale settings to test files.
2732
2733 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2734
2735         * data/evince-ui.xml:
2736         * shell/ev-window.c: (set_action_properties):
2737         
2738         Removed garbage from code and ui.
2739
2740 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2741
2742         * shell/ev-window.c: (ev_window_cmd_help_about):
2743
2744         Shamelessly add my name to the list of contributors.
2745
2746 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2747
2748         * test/test1.py:
2749         * test/test2.py:
2750
2751         Cleaned up the dogtail scripts.
2752
2753 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2754
2755         * shell/ev-view.c: (draw_loading_text): Don't render
2756         "loading..." text in presentation mode. Temporary
2757         workaround for bug #320352.
2758
2759 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2762         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2763
2764         Use print settings scale, copies, collate and reverse which were
2765         ignored. Fixes bug #359032.
2766
2767 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2768
2769         * configure.ac:
2770         * data/evince-password.glade:
2771         * test/Makefile.am:
2772         * test/test-encrypt.pdf:
2773         * test/test-links.pdf:
2774         * test/test1.py:
2775         * test/test2.py:
2776
2777         Add automated UI tests for evince with dogtail. See
2778         bug #300948.    
2779
2780 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2783
2784         Hide fullscreen toolbar when switching to another desktop workspace.
2785         Fixes bug #338871
2786
2787 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2788
2789         * shell/ev-window-title.c: 
2790         
2791         Test for .dvi in title of pdf documents.
2792
2793 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2794
2795         * shell/ev-view.c: (ev_view_scroll):
2796
2797         Page Up/Down should do page jumps in "Best fit" mode.
2798         If a user has explicitly chosen to view exactly one page
2799         at a time, scrolling just a part of the page when
2800         pressing Page Up/Down is not right. Fixes bug #323107.
2801
2802 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2803
2804         * NEWS:
2805         * configure.ac:
2806         
2807         Update for 0.6.1
2808
2809 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2810
2811         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2812         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2813         
2814         Correctly disconnect from job signals on destroy.
2815
2816 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2817
2818         * shell/ev-view-private.h:
2819         * shell/ev-view.c: (view_set_adjustment_values),
2820         (view_update_range_and_current_page),
2821         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2822         
2823         Fixes bug #343199, current page now follows find page.
2824
2825 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2826
2827         * backend/ev-document-factory.c:
2828         * configure.ac:
2829         Assigned OpenDocument presenation MIME type to the
2830         Impress backend. Added some missing (but harmless)
2831         #ifdefs in the document factory as well to make things
2832         consistent again. Fixes bug #360658.
2833
2834 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2835
2836         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2837         * backend/ev-document-find.c: (ev_document_find_get_type):
2838         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2839         * backend/ev-document-links.c: (ev_document_links_get_type):
2840         * backend/ev-document-security.c: (ev_document_security_get_type):
2841         * backend/ev-document-thumbnails.c:
2842         (ev_document_thumbnails_get_type):
2843         * backend/ev-document.c: (ev_document_get_type):
2844         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2845         * backend/ev-selection.c: (ev_selection_get_type):
2846         * cut-n-paste/recent-files/egg-recent-model.c:
2847         (egg_recent_model_get_type):
2848         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2849         (egg_recent_view_uimanager_get_type):
2850         * cut-n-paste/recent-files/egg-recent-view.c:
2851         (egg_recent_view_get_type):
2852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2853         (egg_editable_toolbar_get_type):
2854         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2855         (egg_toolbar_editor_get_type):
2856         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2857         (egg_toolbars_model_get_type):
2858         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2859         (egg_tree_multi_drag_source_get_type):
2860         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2861         (ephy_zoom_action_get_type):
2862         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2863         (ephy_zoom_control_get_type):
2864         * impress/r_back.c: (_imp_fill_back):
2865         * properties/ev-properties-main.c:
2866         (ev_properties_plugin_register_type):
2867         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2868         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2869         (ev_view_accessible_factory_get_type):
2870
2871         Reduce relocations. Bug #360616.
2872
2873 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2874
2875         * backend/ev-document-factory.c:
2876         (ev_document_factory_get_document):
2877         
2878         Load document even if extension is wrong.
2879
2880 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2881
2882         * shell/ev-metadata-manager.c: (save_values):
2883         * shell/ev-window.c: (setup_size_from_metadata),
2884         (setup_view_from_metadata), (ev_window_setup_document),
2885         (ev_window_xfer_job_cb), (window_configure_event_cb):
2886         
2887         Set size according to the document size/page size ratio.
2888         That should correct rather wierd behaviour of the previous
2889         commit.
2890
2891 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2892
2893         * shell/ev-window.c: (setup_view_from_metadata):
2894         
2895         Set size for new windows from previous window size.
2896         See bugs #354968 and #168450 for details. Thanks
2897         to Meik Hellmund.
2898
2899 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * djvu/djvu-links.c: (build_tree):
2902
2903         Fix memory leak.
2904
2905 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2906
2907         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2908         
2909         Don't make sidebar close button insensitive. Fixes
2910         bug #357871.
2911
2912 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2913
2914         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2915         (ev_window_set_view_accels_sensitivity):
2916         
2917         Don't enable Slash on documents which don't support
2918         find. Fixes bug #358648.
2919
2920 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2921
2922         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2923         open dialog fall back to the current document uri if the
2924         filechooser hasn't been used before. Fixes bug #356980.
2925
2926 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2927
2928         * shell/ev-window.c: (ev_window_setup_recent), 
2929         (ev_window_get_recent_file_label):
2930
2931         Escape underscores in filenames of recent file items.
2932
2933 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2934
2935         * configure.ac:
2936         
2937         Bumped poppler requirements, really 0.5.3 is very 
2938         buggy, now we require 0.5.4.
2939
2940 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2941
2942         * djvu/Makefile.am:
2943         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2944         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2945         (djvu_document_document_links_iface_init):
2946         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2947         (number_from_string_10), (get_djvu_link_dest),
2948         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2949         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2950         (djvu_links_get_links), (djvu_links_find_link_dest),
2951         (djvu_links_get_links_model):
2952         * djvu/djvu-links.h:
2953         
2954         Add support for links and bookmarks in djvu documents. Thanks
2955         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2956         patch.
2957
2958 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2961         
2962         Reopen should reload document. Fixes 
2963         bug 327951.
2964
2965 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2966
2967         * configure.ac:
2968         * data/Makefile.am:
2969         * data/evince-16.png:
2970         * data/evince-22.png:
2971         * data/evince.png:
2972         * data/evince.svg:
2973         * data/icons/16x16/Makefile.am:
2974         * data/icons/16x16/evince.png:
2975         * data/icons/22x22/Makefile.am:
2976         * data/icons/22x22/evince.png:
2977         * data/icons/48x48/Makefile.am:
2978         * data/icons/48x48/evince.png:
2979         * data/icons/Makefile.am:
2980         * data/icons/scalable/Makefile.am:
2981         * data/icons/scalable/evince.svg:
2982         
2983         Install icons with correct names. Fixes
2984         bug #354429.
2985
2986 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-view.c: (ev_view_button_release_event):
2989
2990         Don't open links with middle mouse button. Fixes bug #353649
2991
2992 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2993
2994         * NEWS:
2995         * configure.ac:
2996         
2997         Update for release 0.6.0
2998
2999 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3002         Implement Close named action. Patch by Carlos Garcia Campos.
3003
3004 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3005
3006         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3007         
3008         Don't clear link mapping on copy_job_to_job_info. Fixes
3009         bug 346168.
3010
3011 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3012
3013         * shell/main.c: (main):
3014
3015         Revert my previous commit, gnome_program_init owns the option context.
3016         Fix another memory leak in main. Both caught by Christian Persch. 
3017
3018 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/main.c: (main):
3021
3022         Fix memory leak.
3023
3024 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3025
3026         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3027
3028         Fix crash when opening a pdf with password protection. 
3029
3030 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * pdf/ev-poppler.cc: (pdf_document_search_free):
3033
3034         Fix memory leak. 
3035
3036 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * backend/ev-document-factory.c:
3039         (ev_document_factory_get_document):
3040         * tiff/tiff-document.c: (tiff_document_finalize):
3041         
3042         More correct handling of document loading. Fixes
3043         bug #349043.
3044
3045 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * backend/ev-attachment.c: (ev_attachment_save):
3048
3049         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3050         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3051
3052 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3053         
3054         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3055         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3056
3057 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-sidebar-thumbnails.c:
3060
3061         Do not render thumbnails unless thumbnails page is active in the
3062         sidebar.
3063
3064 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3065
3066         * shell/ev-properties-dialog.c:
3067
3068         Fix dialogue spacing. Bug #351370.
3069
3070 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3071
3072         * configure.ac:
3073
3074         Use lowercase gettext catalog file names (evince.mo
3075         instead of Evince.mo)
3076
3077 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3078
3079         * shell/ev-sidebar-attachments.c:
3080
3081         GtkIconTheme is now screen safe too. Fixes bug #350878
3082
3083 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * shell/ev-window.c:
3086
3087         GtkRecent manager is now screen safe. Fixes bug #350145
3088
3089 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * shell/ev-sidebar.c: (ev_sidebar_init):
3092         
3093         Make sidebar close icon smaller. Fix for bug 350177.
3094         See also bugs 350176 and 165770.
3095
3096 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3099
3100         Ignore zoom for xyz destinations when it's <= 1, keeping user
3101         preferences instead. Set correct sizing-mode for fith and fitv
3102         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3103
3104 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * NEWS:
3107         * configure.ac:
3108         
3109         Update for release 0.5.5
3110
3111 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3112         
3113         * shell/ev-window.c: (ev_window_cmd_escape)
3114
3115         Escape unfocus page entry. Fixes bug #345809.
3116
3117 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3120         (build_tree), (pdf_document_links_get_links),
3121         (pdf_document_links_find_link_dest):
3122         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3123         (goto_xyz_dest):
3124
3125         Convert from PDF style coordinates to X style coordinates in the
3126         backend rather than in the view. Fixes bug #338440
3127
3128 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3129
3130         * shell/ev-window.c:
3131         
3132         Remove Ctrl+Shift+T shortcut for toolbars. See
3133         the bug #350098.
3134
3135 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * configure.ac:
3138
3139         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3140         of this. 
3141
3142 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * configure.ac:
3145         * cut-n-paste/Makefile.am:
3146         * data/evince-ui.xml:
3147         * shell/Makefile.am:
3148         * shell/ev-application.[ch]:
3149         * shell/ev-window.c:
3150
3151         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3152         #349273
3153
3154 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3155
3156         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3157         findbar code: s/help/search/
3158
3159 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3160
3161         * shell/ev-window.c: (setup_document_from_metadata),
3162         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3163         (setup_view_from_metadata):
3164         
3165         Fix memory leaks.
3166
3167 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3168
3169         * autogen.sh, configure.ac: 
3170         
3171         Update automake usage. See bug 349292.
3172
3173 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * shell/eggfindbar.c: (egg_find_bar_class_init),
3176         (entry_activate_callback), (egg_find_bar_init),
3177         (egg_find_bar_set_status_text):
3178         * shell/eggfindbar.h:
3179         
3180         Unify Evince findbar with Epiphany. Nice patch
3181         from Fabricio Silva <silva@crans.org> and
3182         Frederic Peters <fpeters@entrouvert.com>. See
3183         bug #339966 for details.
3184
3185 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3186
3187         * data/evince.desktop.in.in:
3188         
3189         Correct information for bugzilla. Thanks to
3190         Olaf Vitters, see bug #348855.
3191
3192 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-jobs.[ch]:
3195         * shell/ev-sidebar-links.c:
3196         * shell/ev-window.[ch]:
3197
3198         GtkPrintJob doesn't support print ranges or current page, so we export
3199         to a ps file now when printing ranges or current page.
3200
3201 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3202
3203         * pdf/ev-poppler.cc:
3204         * shell/ev-window.c: (do_action_named):
3205
3206         We should be more clear about bugzilla. See the
3207         poppler bug #7623.
3208
3209 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * configure.ac:
3212         * shell/Makefile.am:
3213         * shell/ev-job-queue.c:
3214         * shell/ev-jobs.[ch]:
3215         * shell/ev-sidebar-links.c:
3216         * shell/ev-window.[ch]:
3217         
3218         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3219         #348422
3220
3221 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3224         * shell/ev-application-service.xml:
3225         * shell/ev-application.[ch]:
3226         * shell/ev-jobs.[ch]:
3227         * shell/ev-window.[ch]: (ev_window_run_preview):
3228         * shell/main.c: 
3229
3230         Add preview mode to use evince as a printing previewer. It also adds
3231         other command line options for fullscreen and presentation modes.
3232         Fixes bugs #347822, #317031
3233
3234 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * NEWS:
3237         * configure.ac:
3238         
3239         Update for release 0.5.4
3240
3241 2006-07-11  Bastien Nocera <hadess@hadess.net>
3242
3243         * Makefile.am:
3244         * backend/Makefile.am:
3245         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3246         * backend/ev-document-factory.h:
3247         * configure.ac:
3248         * impress/.cvsignore:
3249         * impress/Makefile.am:
3250         * impress/common.h:
3251         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3252         (imp_get_page), (imp_next_page), (imp_prev_page),
3253         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3254         * impress/f_oasis.c: (render_object), (render_page),
3255         (get_geometry), (_imp_oasis_load):
3256         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3257         (_imp_oo13_load):
3258         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3259         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3260         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3261         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3262         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3263         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3264         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3265         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3266         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3267         (iks_new_within), (iks_insert), (iks_insert_cdata),
3268         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3269         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3270         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3271         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3272         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3273         (iks_cdata), (iks_cdata_size), (iks_has_children),
3274         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3275         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3276         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3277         (iks_tree), (iks_load), (iks_save):
3278         * impress/iksemel.h:
3279         * impress/imposter.h:
3280         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3281         (imp_render_draw_bezier_real), (imp_render_get_size),
3282         (imp_render_set_fg_color), (imp_render_draw_line),
3283         (imp_render_draw_rect), (imp_render_draw_polygon),
3284         (imp_render_draw_arc), (imp_render_draw_bezier),
3285         (imp_render_open_image), (imp_render_get_image_size),
3286         (imp_render_scale_image), (imp_render_draw_image),
3287         (imp_render_close_image), (imp_render_markup),
3288         (imp_render_get_text_size), (imp_render_draw_text),
3289         (impress_document_load), (impress_document_save),
3290         (impress_document_get_n_pages), (impress_document_get_page_size),
3291         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3292         (impress_document_finalize), (impress_document_class_init),
3293         (impress_document_can_get_text), (impress_document_get_info),
3294         (impress_document_document_iface_init),
3295         (impress_document_thumbnails_get_thumbnail),
3296         (impress_document_thumbnails_get_dimensions),
3297         (impress_document_document_thumbnails_iface_init),
3298         (impress_document_init):
3299         * impress/impress-document.h:
3300         * impress/internal.h:
3301         * impress/r_back.c: (_imp_fill_back):
3302         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3303         (_imp_draw_image), (_imp_tile_image):
3304         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3305         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3306         (r_polyline):
3307         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3308         (r_draw_gradient_complex), (r_draw_gradient):
3309         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3310         (r_get_bullet):
3311         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3312         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3313         (r_text):
3314         * impress/render.c: (imp_create_context), (imp_context_set_page),
3315         (imp_context_set_step), (imp_render), (imp_delete_context):
3316         * impress/render.h:
3317         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3318         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3319         (zip_load_xml), (zip_get_size), (zip_load):
3320         * impress/zip.h:
3321         * shell/ev-utils.c:
3322         
3323         New backend to support impress slides. Fixes bug #30867.
3324
3325 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3326
3327         * shell/ev-utils.c: (using_postscript_printer):
3328         
3329         Fixes crash when print using PAPI backend,
3330         bug #345012.
3331
3332 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3333
3334         * shell/ev-jobs.c: (ev_job_xfer_run):
3335         * shell/ev-window.c: (password_dialog_response),
3336         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3337         (ev_window_dispose):
3338         Fixes bug #344160: if the xfer job doesn't complete
3339         because a password is required, reload the existing
3340         instance instead of creating a new one.
3341
3342 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3343
3344         * shell/main.c: (main): Call gdk_threads_init. Thus
3345         we'll avoid errors in auth dialog. Fix for the bug
3346         #343347.
3347
3348 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3349
3350         * configure.ac: Advertise pixbuf support, fix
3351         for the bug 343317.
3352
3353 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3354
3355         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3356         (ev_sidebar_thumbnails_set_document):
3357         
3358         Update sidebar thumbnails after reloading.
3359
3360 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3363         * shell/ev-jobs.h:
3364         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3365         (ev_window_cmd_view_reload), (ev_window_init):
3366         
3367         Don't crash on reload. Fix for the bug #343167.
3368
3369 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3370
3371         * shell/ev-jobs.c: (ev_job_render_run):
3372         
3373         Check for document links.
3374
3375 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3376
3377         * backend/ev-attachment.c: (ev_attachment_save),
3378         (ev_attachment_launch_app), (ev_attachment_open):
3379         * backend/ev-document-factory.c: (get_document_from_uri):
3380         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3381         (egg_recent_view_uimanager_set_list):
3382         * ps/ps-document.c: (check_filecompressed), (document_load),
3383         (ps_document_load):
3384         * shell/ev-metadata-manager.c: (load_values):
3385         * shell/ev-password.c: (ev_password_dialog_set_property):
3386         * shell/ev-view.c: (tip_from_link):
3387         * shell/ev-window.c: (file_save_dialog_response_cb),
3388         (ev_window_print_dialog_response_cb):
3389         
3390         Use consistent quoting style. Fix for the bug #320285.
3391
3392 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * shell/ev-jobs.c: (ev_job_xfer_run):
3395         * shell/main.c: (load_files):
3396                 
3397         Open links with anchors. Fix for the bug #339836.
3398
3399 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3400
3401         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3402         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3403         (ev_link_dest_set_property), (ev_link_dest_finalize),
3404         (ev_link_dest_class_init), (ev_link_dest_new_named),
3405         (ev_link_dest_new_page_label):
3406         * backend/ev-link-dest.h:
3407         * shell/ev-application.c: (ev_application_open_uri):
3408         * shell/ev-view.c: (goto_dest):
3409         * shell/ev-window.c:
3410         * shell/ev-window.h:
3411         
3412         Fix page-label command line option. Bug #342070.
3413
3414 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3415
3416         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3417         
3418         Don't show highlight rects if page can't be showed. Fix for 
3419         the bug #342076
3420
3421 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3422
3423         * shell/ev-window.c: (setup_sidebar_from_metadata),
3424         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3425         
3426         Setup sidebar from metadata even if there is no document
3427         loaded. Fix for the bug #342807.
3428
3429 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * cut-n-paste/toolbar-editor/Makefile.am:
3432         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3433         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3434         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3435         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3436         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3437         (popup_context_menu_cb), (button_press_event_cb),
3438         (configure_item_sensitivity), (configure_item_cursor),
3439         (configure_item_tooltip), (connect_widget_signals),
3440         (action_sensitive_cb), (create_item_from_action),
3441         (create_item_from_position), (toolbar_drag_data_received_cb),
3442         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3443         (toolbar_drag_leave_cb), (configure_drag_dest),
3444         (toggled_visibility_cb), (toolbar_visibility_refresh),
3445         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3446         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3447         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3448         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3449         (egg_editable_toolbar_dispose),
3450         (egg_editable_toolbar_set_ui_manager),
3451         (egg_editable_toolbar_get_selected),
3452         (egg_editable_toolbar_set_selected), (set_edit_mode),
3453         (egg_editable_toolbar_set_property),
3454         (egg_editable_toolbar_get_property),
3455         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3456         (egg_editable_toolbar_new_with_model),
3457         (egg_editable_toolbar_get_edit_mode),
3458         (egg_editable_toolbar_set_edit_mode),
3459         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3460         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3463         (item_added_or_removed_cb), (toolbar_removed_cb),
3464         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3465         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3466         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3467         (editor_create_item_from_name), (append_table),
3468         (update_editor_sheet), (egg_toolbar_editor_init):
3469         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3470         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3471         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3472         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3473         (toolbar_node_free), (egg_toolbars_model_get_flags),
3474         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3475         (egg_toolbars_model_get_name), (impl_add_item),
3476         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3477         (parse_data_list), (parse_item_list), (parse_toolbars),
3478         (egg_toolbars_model_load_toolbars), (parse_available_list),
3479         (parse_names), (egg_toolbars_model_load_names),
3480         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3481         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3482         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3483         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3484         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3485         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3486         (egg_toolbars_model_set_types), (fill_avail_array),
3487         (egg_toolbars_model_get_name_avail),
3488         (egg_toolbars_model_get_name_flags),
3489         (egg_toolbars_model_set_name_flags):
3490         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3491         * cut-n-paste/toolbar-editor/eggintl.h:
3492         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3493         (egg_tree_multi_drag_source_get_type),
3494         (egg_tree_multi_drag_source_row_draggable),
3495         (egg_tree_multi_drag_source_drag_data_delete),
3496         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3497         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3498         (path_list_free), (set_context_data), (get_context_data),
3499         (get_info), (egg_tree_multi_drag_drag_data_get),
3500         (egg_tree_multi_drag_motion_event),
3501         (egg_tree_multi_drag_button_press_event),
3502         (egg_tree_multi_drag_add_drag_support):
3503         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3504         * shell/ev-application.c: (ev_application_init),
3505         (ev_application_save_toolbars_model):
3506         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3507         (ev_window_cmd_edit_toolbar), (ev_window_init):
3508         
3509         Sync toolbareditor with epiphany and libegg
3510
3511 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * configure.ac: 
3514
3515         Depend on poppler 0.5.2
3516
3517 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * shell/ev-jobs.c: (ev_job_render_run):
3520         
3521         Check if document supports links iterface.
3522
3523 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * NEWS:
3526         * configure.ac:
3527         
3528         Update for release 0.5.3
3529
3530 2006-05-13  Michael Plump  <plumpy@skylab.org>
3531
3532         * configure.ac:
3533         * shell/Makefile.am:
3534         * shell/main.c: (main):
3535         
3536         Port to GOption command line parsing. Fix for the 
3537         bug #327518
3538
3539 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * shell/ev-window.c: (ev_window_cmd_help_about):
3542         
3543         Do not wrap license. Fix for the bug #309460.
3544
3545 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * configure.ac:
3548         * properties/ev-properties-main.c: (ev_properties_get_pages):
3549         * shell/ev-application.c: (ev_application_open_window),
3550         (ev_application_open_uri_at_dest):
3551         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3552         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3553         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3554         * shell/ev-utils.c: (save_print_config_to_file):
3555         * shell/ev-window.c: (ev_window_cmd_save_as),
3556         (ev_attachment_popup_cmd_save_attachment_as):
3557         * shell/main.c: (load_files_remote):
3558         
3559         Bump requirements to gtk 2.8 and drop all ifdefs used.
3560
3561 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3562
3563         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3564         * shell/ev-window.c: (ev_window_init):
3565         
3566         Show attachments page.
3567
3568 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3569
3570         * po/POTFILES.in:
3571         * shell/ev-attachment-bar.c:
3572         * shell/ev-attachment-bar.h:
3573         * shell/ev-sidebar-attachments.c:
3574         (ev_sidebar_attachments_icon_cache_add),
3575         (icon_theme_get_pixbuf_from_mime_type),
3576         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3577         (ev_sidebar_attachments_icon_cache_refresh),
3578         (ev_sidebar_attachments_get_attachment_at_pos),
3579         (ev_sidebar_attachments_popup_menu_show),
3580         (ev_sidebar_attachments_popup_menu),
3581         (ev_sidebar_attachments_button_press),
3582         (ev_sidebar_attachments_update_icons),
3583         (ev_sidebar_attachments_drag_data_get),
3584         (ev_sidebar_attachments_get_property),
3585         (ev_sidebar_attachments_destroy),
3586         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3587         (ev_sidebar_attachments_new),
3588         (ev_sidebar_attachments_set_document),
3589         (ev_sidebar_attachments_support_document),
3590         (ev_sidebar_attachments_get_label),
3591         (ev_sidebar_attachments_page_iface_init):
3592         * shell/ev-sidebar-attachments.h:
3593         * shell/ev-window.c: (update_chrome_visibility),
3594         (setup_sidebar_from_metadata), (ev_window_setup_document),
3595         (ev_window_sidebar_current_page_changed_cb),
3596         (attachment_bar_menu_popup_cb), (ev_window_init):
3597         
3598         Move attachments bar to sidebar.
3599
3600 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * pdf/ev-poppler.cc:
3603         * shell/ev-application.[ch]:
3604         * shell/main.c:
3605
3606         Fix some memory leaks.
3607
3608 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3609
3610         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3611
3612         Change the properties dialog response to
3613         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3614         will make the dialog go away when the user presses
3615         enter. With gtk+ >= 2.9 this will happen anyway, but for
3616         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3617         escape by default. Fixes bug #340539. See also bug
3618         #101293 for the gtk+ part.
3619
3620 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3621
3622         * shell/ev-view.c (tip_from_action_named): Replace some strings
3623         that were wrong. Closes #340970.
3624
3625 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3628
3629         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3630         #341049
3631
3632 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * djvu/Makefile.am:
3635         * dvi/Makefile.am:
3636         * dvi/mdvi-lib/Makefile.am:
3637         * properties/Makefile.am:
3638         * ps/Makefile.am:
3639         * shell/Makefile.am:
3640         * thumbnailer/Makefile.am:
3641         
3642         Due to broken libtool that is unable to track dependencies
3643         of noinst libraries we are forced to explicitely point
3644         libraries for binary. Fix for the bug #333334.
3645
3646 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * data/evince.desktop.in.in:
3649         * shell/ev-view.c: (view_update_range_and_current_page),
3650         (ev_view_next_page), (ev_view_previous_page):
3651         * shell/ev-window.c: (update_chrome_visibility),
3652         (setup_sidebar_from_metadata), (ev_window_setup_document),
3653         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3654         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3655         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3656         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3657         (ev_window_stop_presentation), (ev_window_focus_in_event),
3658         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3659         (ev_window_init):
3660         * thumbnailer/Makefile.am:
3661         
3662         Update fullscreen and presentation timeout handling. Hide
3663         cursor in presentation after timeout. Fix for the bugs
3664         #136359 and #336981.
3665
3666 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * backend/ev-link-action.[ch]:
3669         * pdf/ev-poppler.cc: (ev_link_from_action):
3670         * shell/ev-view-private.h:
3671         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3672         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3673
3674         Add support for Named Action links
3675
3676 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * backend/Makefile.am:
3679         * backend/ev-document-links.[ch]:
3680         * backend/ev-document.[ch]:
3681         * backend/ev-link-action.[ch]:
3682         * backend/ev-link-dest.[ch]:
3683         * backend/ev-link.[ch]:
3684         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3685         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3686         * shell/ev-page-action.c: (build_new_tree_cb):
3687         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3688         (links_page_num_func), (update_page_callback):
3689         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3690         (tip_from_link):
3691         * shell/ev-jobs.c:
3692         * shell/ev-window.[ch]: (ev_window_open_uri),
3693         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3694         * shell/ev-application.[ch]: (ev_application_open_window),
3695         (ev_application_open_uri):
3696
3697         Rework links system, it adds support for remote links now and it makes
3698         easier to add new kinds of actions and destinations. Fixes bug #317292
3699
3700 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * data/Makefile.am:
3703         * data/evince.png:
3704         * data/evince-16.png:
3705         * data/evince-22.png:
3706         * data/evince.svg:
3707         * shell/main.c: (main):
3708         
3709         Evince use it's own icon. Fix for the bug #313392.
3710
3711         * shell/ev-window.c: (fullscreen_timeout_cb),
3712         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3713         (ev_window_cmd_help_about), (ev_window_dispose):
3714         
3715         Simplify fullscreen timeout code.
3716
3717 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * backend/ev-attachment.c: 
3720         * shell/ev-attachment-bar.c:
3721         * shell/ev-window.c:
3722
3723         Allow multiple selection of attachments
3724
3725 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3726
3727         * shell/ev-view.c: (view_update_range_and_current_page),
3728         (ev_view_scroll):
3729         
3730         Fix for the bug #312573 – Optimal selection of current 
3731         page among visible pages.
3732
3733 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3734
3735         * configure.ac:
3736         * djvu/Makefile.am:
3737         * djvu/djvu-text.h:
3738         
3739         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3740         for the bug 339868.
3741
3742 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3743
3744         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3745
3746 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3747
3748         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3749         dictated by the GNOME HIG. Fixes bug #339235.
3750
3751 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3752
3753         * data/evince-ui.xml:
3754         * shell/ev-view.c: (ev_view_can_find_previous):
3755         * shell/ev-view.h:
3756         * shell/ev-window.c: (ev_window_update_actions),
3757         (ev_window_cmd_edit_find_previous):
3758
3759         Add support for "Find Previous" as dictated by the GNOME HIG. A
3760         menu item is added and some glue code to make it all work is added
3761         to various files.
3762
3763 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3764
3765         * configure.ac: Award myself the "useless use of cat" award.
3766
3767 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3768
3769         * po/LINGUAS: New file listing all supported languages.
3770
3771         * configure.in: Use po/LINGUAS instead of including all languages
3772         directly in this file. See the wiki for more information:
3773         http://live.gnome.org/GnomeGoals/PoLinguas
3774
3775 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * backend/ev-document-factory.c:
3778
3779         Do not load the document twice when there isn't errors
3780
3781 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * backend/ev-attachment.c: 
3784
3785         Fix a crash when there isn't a default application to open an
3786         attachment
3787
3788 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * backend/ev-attachment.[ch]:
3791         * shell/ev-attachment-bar.[ch]:
3792
3793         Added missing files. 
3794
3795 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * backend/Makefile.am:
3798         * data/evince-ui.xml:
3799         * backend/ev-attachment.[ch]:
3800         * backend/ev-document.[ch]: (ev_document_has_attachments),
3801         (ev_document_get_attachments):
3802         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3803         (attachment_save_to_buffer), (pdf_document_get_attachments),
3804         (pdf_document_document_iface_init):
3805         * shell/Makefile.am:
3806         * shell/ev-attachment-bar.[ch]:
3807         * shell/ev-window.c:
3808
3809         Add support for PDF attachments. Fixes bug #325143
3810
3811 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3812
3813         * backend/ev-document-factory.c: (get_document_from_uri),
3814         (ev_document_factory_get_document):
3815         * backend/ev-document-factory.h:
3816         * properties/ev-properties-main.c: (ev_properties_get_pages):
3817         * shell/Makefile.am:
3818         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3819         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3820         (ev_job_queue_remove_job):
3821         * shell/ev-job-queue.h:
3822         * shell/ev-job-xfer.c:
3823         * shell/ev-job-xfer.h:
3824         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3825         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3826         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3827         (ev_job_xfer_run):
3828         * shell/ev-jobs.h:
3829         * shell/ev-window.c: (ev_window_is_empty),
3830         (password_dialog_response), (ev_window_clear_xfer_job),
3831         (ev_window_xfer_job_cb), (ev_window_open_uri),
3832         (ev_window_cmd_focus_page_selector),
3833         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3834         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3835         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3836         (ev_window_dispose):
3837         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3838         
3839         * Cleanup mime type detection on document load. Fix for the
3840         bug #336448.
3841
3842 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3843
3844         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3845         
3846         Fix crash on exit, described in the bug #336825.
3847
3848 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3849
3850         * backend/ev-document-factory.c:
3851         (ev_document_factory_get_from_mime),
3852         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3853         (ev_document_factory_get_document),
3854         (file_filter_add_mime_list_and_free),
3855         (ev_document_factory_add_filters):
3856         * backend/ev-document-factory.h:
3857         * properties/ev-properties-main.c: (ev_properties_get_pages):
3858         * shell/Makefile.am:
3859         * shell/ev-application.c:
3860         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3861         * shell/ev-window.c: (ev_window_cmd_file_open),
3862         (ev_window_cmd_save_as):
3863         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3864         
3865         Rework factory functions so they are placed now in a single 
3866         file ev-document-factory.c
3867
3868 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3869
3870         * shell/ev-window.c: (update_chrome_visibility):
3871         
3872         Fix for the bug 166566 - don't show menubar in fullscreen
3873         mode.
3874
3875 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3876
3877         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3878
3879 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * shell/ev-view.c: (ev_view_expose_event):
3882         
3883         More correctly draw loading text when document
3884         is empty.
3885
3886 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * shell/ev-view.c: (ev_view_scroll):
3889         
3890         Fix for the bug #334854, page down and page up switch
3891         pages in presentation mode.
3892
3893 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/ev-window.c: (ev_window_set_action_sensitive),
3896         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3897         (ev_window_set_view_accels_sensitivity),
3898         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3899         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3900         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3901         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3902         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3903         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3904         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3905         (view_actions_focus_in_cb), (ev_window_init):
3906         
3907         Fix for the bug #333902, now it's possible to search
3908         words with slash.
3909
3910 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3911
3912         * configure.ac: Added Breton translation.
3913         * po/br.po: Added Breton translation.
3914
3915 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-window-title (ev_window_title_update):
3918
3919         Fix memory leak in window title. Fixes bug #333944
3920
3921 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3922
3923         * shell/ev-metadata-manager.c (parseItem):
3924
3925         Fix memory leaks. Fixes bug #333945
3926
3927 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3928         
3929         * NEWS, configure.ac, TODO:
3930         
3931         Update for release 0.5.2.
3932
3933 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * shell/ev-view.c: (view_update_range_and_current_page),
3936         (page_changed_cb):
3937         
3938         Don't jump on scrolling, fix for the bug #333127.
3939
3940 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3943         
3944         Scroll by one page in presentation mode. Fix for the bug
3945         #332993.
3946
3947 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3948
3949         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3950
3951 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3952
3953         * configure.ac  Added lv in ALL_LINGUAS line.
3954
3955 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3956         
3957         * NEWS, configure.ac:
3958         
3959         Update for release 0.5.1
3960
3961 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3962
3963         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3964         * backend/ev-document-misc.h:
3965         * shell/ev-view.c: (draw_one_page):
3966         
3967          Clairfy what page the toolbar page number applies to. Fix
3968          for the bug #328102.
3969
3970 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3971
3972         * shell/ev-view-private.h:
3973         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3974         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3975         (ev_view_search_changed):
3976         * shell/ev-view.h:
3977         * shell/ev-window.c: (find_bar_search_changed_cb):
3978         
3979         Dont't jump to find result if window was scrolled during search.
3980         Fix for the bug #313266.
3981
3982 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3983
3984         * shell/eggfindbar.c: (egg_find_bar_class_init):
3985         * shell/eggfindbar.h:
3986         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3987         * shell/ev-view-private.h:
3988         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3989         (ev_view_class_init), (ev_sizing_mode_get_type),
3990         (ev_scroll_type_get_type):
3991         * shell/ev-view.h:
3992         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3993         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3994         (ev_window_init):
3995         
3996         Fix for the bug 319133 - Find entry should allow text scroll.
3997
3998 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3999
4000         * shell/ev-view-private.h:
4001         * shell/ev-view.c: (view_update_range_and_current_page),
4002         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4003         (ev_view_set_document), (update_find_status_message),
4004         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4005         (ev_view_find_previous):
4006         
4007         Fix for the bug #319137. Search now takes account for scrolling.
4008
4009 2006-02-19  Michael Hofmann <mh21@piware.de>
4010
4011         * configure.ac:
4012         * djvu/Makefile.am:
4013         * djvu/djvu-document-private.h:
4014         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4015         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4016         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4017         (djvu_document_can_get_text), (djvu_document_get_text),
4018         (djvu_document_document_iface_init),
4019         (djvu_document_thumbnails_get_thumbnail),
4020         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4021         (djvu_document_find_get_result),
4022         (djvu_document_find_page_has_results),
4023         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4024         (djvu_document_find_iface_init):
4025         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4026         (djvu_text_page_selection), (djvu_text_page_limits_process),
4027         (djvu_text_page_limits), (djvu_text_page_copy),
4028         (djvu_text_page_position), (djvu_text_page_union),
4029         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4030         (djvu_text_page_box), (djvu_text_page_append_text),
4031         (djvu_text_page_search), (djvu_text_page_prepare_search),
4032         (djvu_text_page_new), (djvu_text_page_free):
4033         * djvu/djvu-text-page.h:
4034         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4035         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4036         (djvu_text_n_results), (djvu_text_has_results),
4037         (djvu_text_get_result), (djvu_text_get_progress):
4038         * djvu/djvu-text.h:
4039         
4040         Text search in djvu. Fix for the bug #303415.
4041
4042 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4043
4044         * configure.ac:
4045         * shell/ev-window.c: (ev_window_cmd_save_as):
4046         
4047         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4048         Thanks to Gary Coady <gary@lyranthe.org>
4049
4050 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * shell/ev-print-job.c: (idle_print_handler):
4053         
4054         Inverse order printing, bug #320919.
4055
4056 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4057
4058         * data/evince-toolbar.xml:
4059         * shell/ev-window.c:
4060         
4061         Allow to add sidebar checkbutton on toolbar. Fix
4062         for the bug #144577.
4063
4064 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4067         
4068         Add checks that have sense for empty ps document.
4069
4070 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4071
4072         * configure.ac: Include PS in mime types list. 
4073
4074 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4075
4076         * configure.ac:
4077         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4078         * ps/gsdefaults.h:
4079         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4080         
4081         Runtime check for gs interpreter. Fix for the bug #320868.
4082         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4083
4084 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * shell/ev-application.c: 
4087
4088         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4089         dbus>=0.60, so that the request is not queued. 
4090
4091 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4092
4093         * configure.ac:
4094         * shell/Makefile.am:
4095         * shell/ev-sidebar-links.c: (print_section_cb):
4096         * shell/ev-utils.c:
4097         * shell/ev-utils.h:
4098         * shell/ev-window.c: (update_action_sensitivity),
4099         (ev_window_close_dialogs), (ev_window_print):
4100         * shell/ev-window.h:
4101         
4102         Make printing support optional. Patch from Eduardo de Barros Lima
4103         <eduardo.lima@indt.org.br> for the bug #330546.
4104
4105 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4106
4107         * shell/ev-view-private.h:
4108         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4109         (ev_view_set_document):
4110         * shell/ev-view.h:
4111         * shell/ev-window.c: (ev_window_load_job_cb),
4112         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4113         (ev_window_init):
4114
4115         Draw Loading message during xfer job. Fix for the bug #329495.
4116
4117 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * comics/comics-document.c: (comics_regex_quote),
4120         (comics_document_load), (extract_argv):
4121         
4122         Correcly quote regexp before passing it to unzip.
4123
4124 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * shell/ev-page-cache.c: (build_height_to_page),
4127         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4128         (ev_page_cache_get_dual_even_left):
4129         * shell/ev-page-cache.h:
4130         * shell/ev-view.c: (view_update_range_and_current_page),
4131         (get_page_y_offset), (get_page_extents):
4132         
4133         Place even pages to the left if document has less then
4134         two pages. Fix for the bug #328856.
4135
4136 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4137
4138         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4139         
4140         Correct comics scheme. This make evince create thumbnails
4141         for comic books. Fix for the bug 329088.
4142
4143 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4144
4145         * data/evince-password.glade: Don't explicitly set
4146         invisible_char to the current default value in case
4147         the default changes; let GTK+ do its magic.
4148
4149 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4152         real filename to tmp filename since often document
4153         type is determined by extension.
4154
4155 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4156
4157         * shell/ev-view.c: (add_scroll_binding_keypad),
4158         (ev_view_binding_activated), (ev_view_class_init):
4159         
4160         Add keybindings for percision-scrolling of display area. 
4161         Fix for the bug #314072.
4162
4163 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * data/evince.desktop.in.in:
4166         
4167         Add GTK to the list of categories. Fix for the bug #328034.
4168
4169 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4170
4171         * shell/ev-application.c: (ev_application_shutdown),
4172         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4173         * shell/ev-application.h:
4174         * shell/ev-window.c: (file_open_dialog_response_cb),
4175         (ev_window_cmd_file_open):
4176         
4177         Save last uri in file chooser dialog. Fix for the bug #327950.
4178
4179 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4180
4181         * NEWS:
4182         * README:
4183         
4184         Final update for release 0.5.0
4185         
4186         * shell/Makefile.am:
4187         
4188         Remove disable deprecated until we'll require libgnome-2.13.7
4189         and port to GOption argument parsing. See bug 327518.
4190
4191 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4192
4193         * comics/comics-document.c: (comics_document_save):
4194         * djvu/djvu-document.c: (djvu_document_save):
4195         * dvi/dvi-document.c: (dvi_document_save):
4196         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4197         * lib/ev-file-helpers.h:
4198         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4199         * tiff/tiff-document.c: (tiff_document_save):
4200         
4201         Use common save function for backends.
4202
4203 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4204
4205         * backend/ev-document-types.c:
4206         
4207         Fix crash on saving pixbuf.
4208
4209 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * cut-n-paste/recent-files/egg-recent-item.c:
4212         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4213         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4214         (parse_info_free), (valid_element), (start_element_handler),
4215         (end_element_handler), (text_handler), (egg_recent_model_filter),
4216         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4217         (egg_recent_model_monitor), (egg_recent_model_read),
4218         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4219         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4220         (egg_recent_model_set_property), (egg_recent_model_class_init),
4221         (egg_recent_model_init), (egg_recent_model_add_full),
4222         (egg_recent_model_delete), (egg_recent_model_get_list),
4223         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4224         (egg_recent_model_set_filter_mime_types),
4225         (egg_recent_model_clear_group_filter),
4226         (egg_recent_model_set_filter_groups),
4227         (egg_recent_model_clear_scheme_filter),
4228         (egg_recent_model_set_filter_uri_schemes),
4229         (egg_recent_model_remove_expired):
4230         * cut-n-paste/recent-files/egg-recent-util.c:
4231         (egg_recent_util_get_icon):
4232         * cut-n-paste/recent-files/egg-recent-util.h:
4233         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4234         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4235         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4236         (egg_recent_view_uimanager_set_property),
4237         (egg_recent_view_uimanager_get_property),
4238         (egg_recent_view_uimanager_class_init),
4239         (egg_recent_view_uimanager_init),
4240         (egg_recent_view_uimanager_set_label_width),
4241         (egg_recent_view_uimanager_get_label_width):
4242         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4243         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4245         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4246         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4247         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4248         
4249         Update from libegg.
4250
4251 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * shell/ev-page-cache.c: (build_height_to_page),
4254         (ev_page_cache_get_height_to_page):
4255         * shell/ev-page-cache.h:
4256         * shell/ev-view.c: (view_update_range_and_current_page),
4257         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4258         (ev_view_previous_page):
4259         
4260         Dual mode places even pages to the left. Fix for the bug #309393.
4261
4262         * shell/ev-view.h:
4263         * shell/ev-window.c: (update_action_sensitivity),
4264         (setup_view_from_metadata), (view_menu_popup_cb):
4265         
4266         Don't restore presentation in empty windows, more intelligent
4267         next page behaviour in dual mode.
4268
4269         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4270         (ev_pixbuf_cache_clear_job_sizes):
4271         
4272         Cleanup job callback on removal. Fix for the bug #325886.
4273
4274 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4275
4276         * ps/ps.c: (psscan):
4277         
4278         Commit workaround Mozilla problem. Fix for the bug #325919
4279         
4280         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4281         (save_item):
4282         
4283         Fix for year 2038 problem.
4284
4285 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4286
4287         * shell/ev-window.c: (setup_document_from_metadata),
4288         (ev_window_cmd_view_reload):
4289
4290         Clamp page recieved from metadata in valid values. Fix
4291         for the bug #325986.
4292
4293 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4294
4295         * MAINTAINERS: 
4296         Add MAINTAINERS as requested on desktop-devel-list.
4297
4298 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4301         (mime_type_supported_by_gdk_pixbuf),
4302         (ev_document_factory_get_mime_types),
4303         (ev_document_factory_get_all_mime_types):
4304         
4305         Don't add pixbuf mime types if pixbuf backend is disabled.
4306         
4307         * shell/ev-application.c: (ev_application_get_uri_window):
4308         
4309         Fix for the bug 325815 - unhandled MIME type message doesn't 
4310         appear a second time. 
4311         
4312         * shell/ev-document-types.c: (ev_document_types_add_filters):
4313         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4314         (password_dialog_response), (ev_window_popup_password_dialog),
4315         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4316         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4317         (ev_window_run_presentation), (ev_window_stop_presentation),
4318         (save_sizing_mode), (ev_window_zoom_changed_cb),
4319         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4320         (ev_window_dual_mode_changed_cb),
4321         (ev_window_sidebar_current_page_changed_cb),
4322         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4323         (window_state_event_cb), (window_configure_event_cb):
4324         
4325         Cleanup additional uris holded by EvWindow.
4326
4327 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4330         (ev_view_can_previous_page), (ev_view_can_next_page):
4331         * shell/ev-view.h:
4332         * shell/ev-window.c: (update_action_sensitivity):
4333         
4334         Two page scrolling with Space and PageUp in dual mode. Second fix 
4335         for the bug #316608.
4336
4337 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4338
4339         * shell/ev-view.c: (scroll_to_current_page):
4340         
4341         Correctly clamp adjustment value. Fix for the bug
4342         #325808.
4343
4344 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * shell/ev-sidebar-links.c: (print_section_cb):
4347         * shell/ev-window.c: (ev_window_get_uri),
4348         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4349         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4350         (ev_window_dispose):
4351         
4352         Make print dialog non-modal. Fix for the bug #325622.
4353
4354 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * shell/ev-metadata-manager.c:
4357         * shell/ev-utils.c: (using_pdf_printer),
4358         (using_postscript_printer), (load_print_config_from_file),
4359         (save_print_config_to_file):
4360         * shell/ev-utils.h:
4361         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4362         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4363         (setup_view_from_metadata), (ev_window_setup_document),
4364         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4365         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4366         (ev_window_run_presentation), (ev_window_stop_presentation),
4367         (save_sizing_mode), (ev_window_zoom_changed_cb),
4368         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4369         (ev_window_dual_mode_changed_cb),
4370         (ev_window_sidebar_current_page_changed_cb),
4371         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4372         (window_state_event_cb), (window_configure_event_cb),
4373         (ev_window_init):
4374         
4375         Setting saving behaviour fixes.
4376
4377 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4378
4379         * configure.ac:
4380         
4381         Make antialiasing gs options better and allow
4382         to change them during configure. Fix for the 
4383         bug #319049.
4384
4385 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4386
4387         * shell/ev-window.c: (setup_view_from_metadata):
4388         
4389         Remember if last window was maximized. Fix for the
4390         bug #323797.
4391
4392 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4393
4394         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4395
4396 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4399         * shell/ev-page-action.c: (build_new_tree_cb):
4400         * shell/ev-sidebar-links.c: (links_page_num_func),
4401         (update_page_callback_foreach), (update_page_callback):
4402         * shell/ev-view.c: (scroll_to_current_page):
4403         
4404         Fix for the bug #325067 with more intelligent selection
4405         of current link in sidebar. Make sidebar handle links
4406         of FITR-like type more correctly.
4407
4408         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4409         (dvi_pixbuf_put_pixel):
4410         
4411         Fix memory consumtion with disabled alpha channel.
4412
4413 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4414
4415         * data/evince-ui.xml:
4416         * shell/ev-window.c: (view_menu_popup_cb),
4417         (ev_popup_cmd_open_link), (ev_window_init):
4418         
4419         Update context menu for internal links. Fix for the bug
4420         #325066.
4421
4422 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4425         
4426         Bind context menu to keyboard also. Fix for the bug
4427         #325065.
4428
4429 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * shell/ev-view.c: (selection_scroll_timeout_cb):
4432         
4433         Horizontal scroll on selection also.
4434
4435 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * shell/ev-metadata-manager.c: (parse_value):
4438         * shell/ev-view.c: (goto_xyz_link):
4439         
4440         Correct zoom setup and metadata save broken in 
4441         some locales.
4442
4443 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4444
4445         * shell/ev-view-private.h:
4446         * shell/ev-view.c: (scroll_to_current_page),
4447         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4448         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4449         (page_changed_cb), (ev_view_set_continuous),
4450         (ev_view_set_dual_page), (ev_view_set_presentation):
4451         
4452         Delay scroll until allocation to correctly position page. Fix
4453         for the bug #317334.
4454
4455 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * NEWS:
4458         * configure.ac:
4459         
4460         Update NEWS and require poppler 0.5.0.
4461
4462 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4463         
4464         * data/evince-ui.xml:
4465         * shell/ev-view-private.h:
4466         * shell/ev-view.c: (ev_view_get_link_at_location),
4467         (handle_link_over_xy), (ev_view_button_press_event),
4468         (ev_view_button_release_event), (ev_view_class_init):
4469         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4470         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4471         (ev_window_init):
4472         
4473         Implement right-click context menu.
4474
4475 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4476
4477         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4478         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4479         (mdvi_pixbuf_device_render):
4480         * pdf/ev-poppler.cc:
4481
4482         Don't generate thumbnails with alpha. See bug #324077.
4483         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4484
4485 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * shell/ev-window.c: (setup_chrome_from_metadata):
4488         
4489         Fix typo that was hiding toolbar.
4490
4491 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-view-private.h:
4494         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4495         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4496         (ev_view_button_release_event), (ev_view_destroy):
4497         
4498         Small cleanup and autoscrolling during selection. Thanks to 
4499         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4500
4501 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4502
4503         * configure.ac:
4504         
4505         Correctly check for comics option.
4506
4507 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4508         * Makefile.am:
4509         * configure.ac:
4510         * backend/Makefile.am:
4511         * backend/ev-document-factory.c:
4512         * shell/ev-document-types.c:
4513
4514         Included option in configure to make ps backend 
4515         compilation optional with --disable-ps.
4516
4517 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * backend/ev-document-factory.c:
4520         * comics/Makefile.am:
4521         * comics/comics-document.c: (comics_document_load):
4522         * comics/ev-cbr-mime.xml:
4523         * configure.ac:
4524         
4525         Comics mime types are added to shared-mime-info CVS. Now
4526         we don't need to install our own mime types.
4527
4528 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * shell/ev-window.c:
4531         
4532         Add shortcut for "save a copy" menu entry. Fix for
4533         the bug #324582.
4534
4535 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4538         (job_finished_cb), (new_selection_pixbuf_needed),
4539         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4540         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4541         
4542         Rework selection job info logic and fix critical warning.
4543
4544 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4545
4546         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4547
4548 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4549
4550         * data/evince-ui.xml:
4551         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4552         
4553         Enter as shortcut key for next page. Fix for the bug
4554         #321394.
4555
4556 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4557
4558         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4559
4560 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4563         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4564         (new_selection_pixbuf_needed),
4565         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4566         (clear_job_selection):
4567         
4568         Too early for 0.5. Pixbuf cache code cleaned a bit.
4569
4570 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * NEWS:
4573         * configure.ac:
4574         
4575         Release 0.5.0 preparation
4576
4577 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * comics/Makefile.am:
4580         * configure.ac:
4581         * shell/ev-document-types.c: (ev_document_types_add_filters):
4582         
4583         More advanced handling of custom mime type installation.
4584
4585 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * data/evince.schemas.in:
4588         * shell/ev-metadata-manager.c: (value_free),
4589         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4590         (ev_metadata_manager_get), (ev_metadata_manager_set):
4591         * shell/ev-metadata-manager.h:
4592         * shell/ev-window.c: (update_chrome_flag),
4593         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4594         (setup_document_from_metadata), (setup_chrome_from_metadata),
4595         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4596         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4597         (ev_window_view_toolbar_cb),
4598         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4599         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4600         
4601         Save last document settings and reuse them for new documents.
4602
4603 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * Makefile.am:
4606         * backend/Makefile.am:
4607         * backend/ev-document-factory.c:
4608         * backend/ev-document-factory.h:
4609         * comics/Makefile.am:
4610         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4611         (comics_document_load), (comics_document_save),
4612         (comics_document_get_n_pages), (comics_document_get_page_size),
4613         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4614         (comics_document_class_init), (comics_document_can_get_text),
4615         (comics_document_get_info), (comics_document_document_iface_init),
4616         (comics_document_init), (get_supported_image_extensions),
4617         (comics_document_thumbnails_get_geometry),
4618         (comics_document_thumbnails_get_thumbnail),
4619         (comics_document_thumbnails_get_dimensions),
4620         (comics_document_document_thumbnails_iface_init), (extract_argv):
4621         * comics/comics-document.h:
4622         * comics/ev-cbr-mime.xml:
4623         * configure.ac:
4624         * po/POTFILES.in:
4625         * shell/ev-application.c: (ev_application_register_service):
4626         * shell/ev-document-types.c: (ev_document_types_add_filters):
4627         * thumbnailer/Makefile.am:
4628         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4629         
4630         New CBR/CBZ backend for comic books.
4631
4632 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * shell/main.c: (load_files_remote):
4635
4636         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4637         warning on startup of second instance is fixed. It
4638         is bug #320353.
4639
4640 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * shell/ev-window.c: (ev_window_finalize):
4643         
4644         Fix double free that cause crash.
4645
4646 2005-10-29  Bastien Nocera <hadess@hadess.net>
4647
4648         * tiff/tiff-document.c: (tiff_document_load):
4649         
4650         Fix memory leak.
4651
4652 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * po/POTFILES.in:
4655         * shell/Makefile.am:
4656         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4657         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4658         (ev_view_accessible_get_text),
4659         (ev_view_accessible_get_character_at_offset),
4660         (ev_view_accessible_get_text_before_offset),
4661         (ev_view_accessible_get_text_at_offset),
4662         (ev_view_accessible_get_text_after_offset),
4663         (ev_view_accessible_get_character_count),
4664         (ev_view_accessible_get_caret_offset),
4665         (ev_view_accessible_set_caret_offset),
4666         (ev_view_accessible_get_run_attributes),
4667         (ev_view_accessible_get_default_attributes),
4668         (ev_view_accessible_get_character_extents),
4669         (ev_view_accessible_get_offset_at_point),
4670         (ev_view_accessible_get_n_selections),
4671         (ev_view_accessible_get_selection),
4672         (ev_view_accessible_add_selection),
4673         (ev_view_accessible_remove_selection),
4674         (ev_view_accessible_set_selection),
4675         (ev_view_accessible_text_iface_init),
4676         (ev_view_accessible_idle_do_action),
4677         (ev_view_accessible_action_do_action),
4678         (ev_view_accessible_action_get_n_actions),
4679         (ev_view_accessible_action_get_description),
4680         (ev_view_accessible_action_get_name),
4681         (ev_view_accessible_action_set_description),
4682         (ev_view_accessible_action_iface_init),
4683         (ev_view_accessible_get_type), (ev_view_accessible_new),
4684         (ev_view_accessible_factory_get_accessible_type),
4685         (ev_view_accessible_factory_create_accessible),
4686         (ev_view_accessible_factory_class_init),
4687         (ev_view_accessible_factory_get_type):
4688         * shell/ev-view-accessible.h:
4689         * shell/ev-view-private.h:
4690         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4691         * shell/ev-view.h:
4692         
4693         Initial accessibility support.
4694
4695 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4696
4697         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4698
4699 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4700
4701         * shell/ev-print-job.c: (idle_print_handler):
4702         
4703         Fix for bug Bug 318916: Printing multiple pages.
4704
4705 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4706
4707         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4708
4709 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * pdf/ev-poppler.cc:
4712         
4713         Thumnail dimensions unified with other backends.
4714         
4715         * shell/ev-window-title.c: (ev_window_title_update):
4716         
4717         Fix warning.
4718
4719 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * data/ev-stock-zoom-fit-width.png:
4722         
4723         Remove unused file.
4724
4725 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * configure.ac:
4728         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4729         (djvu_document_finalize):
4730         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4731         (dvi_document_finalize):
4732         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4733         (pixbuf_document_save), (pixbuf_document_finalize):
4734         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4735         (tiff_document_finalize):
4736         
4737         Save a copy implemented for various backends.
4738
4739 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4740
4741         * configure.ac:
4742         
4743         Don't link with ltiff if tiff is disabled.
4744
4745 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * pdf/GDKSplashOutputDev.cc:
4748         * pdf/GDKSplashOutputDev.h:
4749         * pdf/Thumb.cc:
4750         * pdf/Thumb.h:
4751         * pdf/pdf-document.cc:
4752         * pdf/pdf-document.h:
4753         * pdf/test-gdk-output-dev.cc:
4754         
4755         Remove old unused files.
4756
4757 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * shell/ev-window.c: (ev_window_setup_document):
4760         
4761         Fixed warnings on reload and probably crash reason.
4762
4763 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * properties/ev-properties-view.c:
4766         (ev_properties_view_format_date):
4767         
4768         Check if date is invalid. Fix for bug 318134.
4769
4770 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4771
4772         * shell/ev-window-title.c:
4773         
4774         Add .indd files (Adobe Indesign) to the list of "bad
4775         extensions".
4776
4777 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * data/evince-ui.xml:
4780         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4781         
4782         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4783
4784 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4785
4786         * shell/ev-window.c: (launch_link), (launch_external_uri),
4787         (view_external_link_cb):
4788
4789         URL-escape link before passing it to gnome_vfs_url_show.
4790
4791 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4794         there isn't text selected.
4795
4796 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4797
4798         * shell/ev-view.c: (handle_link_over_xy):
4799
4800         Check tooltip is valid utf8 before showing it
4801
4802 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4805
4806 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4807
4808         * shell/ev-window-title.c: (ev_window_title_update):
4809
4810         Guard against using g_strstrip on NULL. Fixes bug #317291.
4811
4812 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4813
4814         * pdf/ev-poppler.cc:
4815
4816         Show title even for unknown links
4817
4818 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4819
4820         * shell/ev-window-title.c: (ev_window_title_update):
4821
4822         Strip the title string
4823
4824 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4825
4826         * shell/ev-window-title.c:
4827
4828         Add .rtf to the bad extensions list
4829
4830 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4831
4832         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4833         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4834
4835         Ignore link coordinates if they are outside page bounds
4836
4837 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4838
4839         * backend/ev-link.c: (ev_link_type_get_type),
4840         (ev_link_get_filename), (ev_link_get_params),
4841         (ev_link_get_property), (ev_link_set_property),
4842         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4843         * backend/ev-link.h:
4844         * pdf/ev-poppler.cc:
4845         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4846         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4847         (ev_window_init):
4848
4849         Implement launch links. Delegate external link opening to
4850         the window.
4851
4852 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4853
4854         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4855         (ev_link_get_right), (ev_link_get_property),
4856         (ev_link_set_property), (ev_link_class_init),
4857         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4858         * backend/ev-link.h:
4859         * pdf/ev-poppler.cc:
4860         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4861
4862         Implement fitr links
4863
4864 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4865
4866         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4867         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4868         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4869         (ev_view_size_request_continuous),
4870         (ev_view_size_request_dual_page),
4871         (ev_view_size_request_single_page), (ev_view_size_allocate),
4872         (ev_view_zoom_for_size_continuous_and_dual_page),
4873         (ev_view_zoom_for_size_continuous),
4874         (ev_view_zoom_for_size_dual_page),
4875         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4876         (ev_sizing_mode_get_type):
4877         * shell/ev-view.h:
4878         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4879
4880         Do not use modes for link, we need to calculate size ad hoc.
4881         Still not perfect because of the usual scrollbar issues grrr.
4882
4883 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4884
4885         * backend/ev-link.c: (ev_link_type_get_type),
4886         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4887         * backend/ev-link.h:
4888         * pdf/ev-poppler.cc:
4889         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4890         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4891         (ev_view_size_request_continuous),
4892         (ev_view_size_request_dual_page),
4893         (ev_view_size_request_single_page), (ev_view_size_allocate),
4894         (zoom_for_size_fit_height),
4895         (ev_view_zoom_for_size_continuous_and_dual_page),
4896         (ev_view_zoom_for_size_continuous),
4897         (ev_view_zoom_for_size_dual_page),
4898         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4899         (ev_sizing_mode_get_type):
4900         * shell/ev-view.h:
4901         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4902
4903         Implement FIT_HEIGHT mode (only for links).
4904         Implement FITH links
4905
4906 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4907
4908         * shell/ev-window-title.c: (get_filename_from_uri),
4909         (ev_window_title_sanitize_extension), (ev_window_title_update),
4910         (ev_window_title_set_document), (ev_window_title_set_uri),
4911         (ev_window_title_free):
4912         * shell/ev-window-title.h:
4913         * shell/ev-window.c: (ev_window_setup_document),
4914         (ev_window_popup_password_dialog):
4915
4916         Refactor window title building while fixing it for
4917         password documents.
4918
4919 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4920
4921         * pdf/ev-poppler.cc:
4922
4923         Escape link title before setting it in the model
4924
4925 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4926
4927         * shell/ev-application.c: (removed_from_session), (save_session),
4928         (init_session), (ev_application_get_empty_window),
4929         (ev_application_init), (ev_application_get_windows):
4930         * shell/ev-application.h:
4931         * shell/ev-window.c: (ev_window_finalize):
4932
4933         Add a function to retrieve window list and share it where
4934         necessary.
4935         Implement session handling, works pretty well thanks to the
4936         metadata system.
4937
4938 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * shell/ev-password.c: (ev_password_item_created_callback),
4941         (ev_password_dialog_save_password):
4942         
4943         Fix for bug 316972. Use async gnome-keyring API.
4944
4945 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4946
4947         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4948         Remove unused unrealize handler. Add scroll handling to
4949         ev_view_scroll_event for presentation mode (bug #316708),
4950         and fix the event state checks there.
4951
4952 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4953
4954         * shell/ev-page-action.c: (page_changed_cb):
4955
4956         "marco, maybe we should be crazy and jump right to 6! :)"
4957
4958         Bryan Clark, Sep 2005
4959
4960 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4961
4962         * ps/ps-document.c: (save_document), (ps_document_save),
4963         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4964         (ps_document_ps_export_end):
4965
4966         Fix unstructured documents save and print
4967
4968 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4969
4970         * shell/ev-application.c: (ev_application_open_uri):
4971
4972         Fix window size persistance
4973
4974 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4975
4976         * shell/ev-view.c: (ev_view_button_release_event):
4977
4978         Based on a patch from carlosgc@gnome.org. Mouse buttons
4979         switch pages in presentation mode.
4980
4981 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4982
4983         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4984
4985         Dont cast to int before scaling
4986
4987 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4988
4989         * backend/ev-link.c: (ev_link_type_get_type),
4990         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4991         (ev_link_new_page_fith):
4992         * backend/ev-link.h:
4993         * pdf/ev-poppler.cc:
4994         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4995
4996         Implement FIT and FITH links
4997
4998 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4999
5000         * pdf/ev-poppler.cc:
5001
5002         Return 0 results when search is not in progress.
5003
5004         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5005         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5006
5007         Update menu sensitivity when cancelling search
5008
5009 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * shell/ev-view.c: (ev_view_can_find_next):
5012
5013         Take all pages in consideration, not just current one
5014
5015 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5016
5017         * shell/ev-page-cache.c:
5018         * shell/ev-page-cache.h:
5019         * shell/ev-view.c: (ev_view_binding_activated),
5020         (ev_view_next_page), (ev_view_previous_page),
5021         (ev_sizing_mode_get_type):
5022         * shell/ev-view.h:
5023         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5024         (ev_window_cmd_go_next_page):
5025
5026         Move page next/previous functions from page chace to
5027         view and change it to move by 2 page steps in dual mode.
5028
5029 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5030
5031         * shell/ev-window.c: (update_sidebar_visibility),
5032         (setup_sidebar_from_metadata), (ev_window_setup_document),
5033         (setup_view_from_metadata):
5034
5035         Show the index by default when there is one     
5036
5037 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5038
5039         * shell/ev-window-title.c: (ev_window_title_set_document):
5040
5041         Missing null check
5042
5043 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/ev-view.c: (view_update_range_and_current_page):
5046         
5047         Allow display of last odd page in dual view. Fix for 316347.
5048
5049 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5050
5051         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5052         
5053         Make close button default. Fix for 316383.
5054
5055 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5058         
5059         Mark close button as default. Fix for 316381.
5060
5061 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5062
5063         * backend/ev-link.c: (ev_link_class_init):
5064
5065         Allow negative doubles in left/top properties
5066
5067 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5068
5069         * shell/ev-window.c:
5070
5071         Remove a bunch of strings that was used only
5072         by the statusbar.
5073
5074 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5075
5076         * shell/ev-window-title.c: (get_filename_from_uri),
5077         (ev_window_title_set_document):
5078
5079         When title has a confusing extension, show also
5080         the document filename inside ()
5081
5082 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5083
5084         * shell/Makefile.am:
5085         * shell/ev-window-title.c: (ev_window_title_new),
5086         (ev_window_title_update), (ev_window_title_set_type),
5087         (ev_window_title_set_document), (ev_window_title_free):
5088         * shell/ev-window-title.h:
5089         * shell/ev-window.c: (ev_window_setup_document),
5090         (password_dialog_response), (ev_window_popup_password_dialog),
5091         (ev_window_dispose), (ev_window_init):
5092
5093         Factor out and cleanup window title code
5094
5095 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5096
5097         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5098         (unable_to_load):
5099
5100         Make dialog transient so it doesnt block other windows
5101
5102 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * pdf/ev-poppler.cc:
5105         
5106         Fix pdf thumbnails rendering.
5107
5108 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5109
5110         * shell/ev-window.c: (fullscreen_set_timeout):
5111         
5112         Increase timeout to hide full screen popup. Bug 
5113         316123. 
5114
5115 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * data/evince.schemas.in:
5118         * shell/ev-window.c: (update_action_sensitivity):
5119
5120         Allow the user to override document restrictions. Fix for bug
5121         305818.
5122
5123 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5124
5125         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5126         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5127         (ev_window_class_init): Fix multihead behaviour of fullscreen
5128         toolbar popup. Fixes bug #315451.
5129
5130 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * configure.ac:
5133         * data/evince-password.glade:
5134         * shell/ev-password.c: (ev_password_dialog_set_property),
5135         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5136         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5137         (ev_password_dialog_entry_changed_cb),
5138         (ev_password_dialog_entry_activated_cb),
5139         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5140         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5141         (ev_password_dialog_set_bad_pass):
5142         * shell/ev-password.h:
5143         * shell/ev-window.c: (password_dialog_response),
5144         (ev_window_popup_password_dialog):
5145         
5146         Support for gnome-keyring for encrypted PDF's.
5147
5148 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5149
5150         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5151         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5152         (ev_view_enter_notify_event), (ev_view_class_init):
5153         
5154         More precise handling of enter_notify/leave_notify events
5155         in EvView. Fix for bug 315470.
5156
5157 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5158
5159         * shell/ev-window.c: (fullscreen_timeout_cb),
5160         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5161         (ev_window_dispose):
5162
5163         leak fix: unref fullscreen_timeout_source before clearing it
5164
5165 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5166
5167         * configure.ac, dvi/mdvi/Makefile.am: 
5168         
5169         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5170
5171 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5172
5173         * backend/ev-link.c: (ev_link_new_page_xyz):
5174         * pdf/ev-poppler.cc:
5175         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5176
5177         Fix some bugs with xyz links, respect zoom
5178
5179 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5180
5181         * shell/ev-window.c: (page_changed_cb),
5182         (setup_document_from_metadata), (update_sidebar_visibility),
5183         (setup_view_from_metadata), (ev_window_run_fullscreen),
5184         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5185         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5186         (ev_window_dual_mode_changed_cb),
5187         (ev_window_sidebar_current_page_changed_cb):
5188
5189         null check uri before setting and getting metadata
5190
5191 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5192
5193         * dvi/Makefile.am:
5194         * properties/Makefile.am:
5195         * shell/Makefile.am:
5196         * thumbnailer/Makefile.am:
5197
5198         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5199
5200 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5201
5202         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5203         (selection_changed_callback):
5204         * shell/ev-sidebar-links.h:
5205
5206         Add a signal for link activation.
5207
5208         * shell/ev-view.c: (ev_view_goto_link),
5209         (ev_view_button_release_event):
5210         * shell/ev-view.h:
5211         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5212         (ev_window_init):
5213
5214         Implement the signal so that we can handle all link types.
5215
5216         * shell/ev-page-cache.c:
5217
5218         Remove unused set_link function
5219
5220 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5221
5222         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5223
5224         Add some space from the cursor, hardcoded but I couldnt
5225         find a better way.
5226
5227 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5228
5229         * lib/ev-tooltip.c:
5230
5231         Use mozilla style vs gtk style, way better for links.
5232
5233         * shell/ev-view.c: (ev_view_motion_notify_event),
5234         (ev_view_destroy), (ev_view_init):
5235
5236         Deactive tooltip when the link hovered is changed.
5237
5238 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5239
5240         * backend/ev-document.h:
5241         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5242         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5243         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5244         (ev_link_new_page), (ev_link_new_page_xyz):
5245         * backend/ev-link.h:
5246         * pdf/ev-poppler.cc:
5247         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5248         (go_to_link), (tip_from_link):
5249
5250         Implement xyz links, still not functional. Links are a total
5251         mess, will need to refactor and bugfix a lot :(
5252
5253 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5254
5255         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5256
5257 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5258
5259         * data/evince-ui.xml:
5260         * data/evince.schemas.in:
5261         * shell/Makefile.am:
5262         * shell/ev-window.c: (update_chrome_visibility),
5263         (password_dialog_response), (ev_window_load_job_cb),
5264         (ev_window_xfer_job_cb), (ev_window_open_uri),
5265         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5266         (ev_window_init):
5267
5268         Remove the statusbar. This regress loading feedback, need to
5269         check with Bryan what we want to do there...
5270
5271 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5272
5273         * lib/ev-tooltip.c: (ev_tooltip_init):
5274
5275         Fix tooltip border and size handling
5276
5277 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5278
5279         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5280         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5281         (ev_tooltip_timeout), (ev_tooltip_activate),
5282         (ev_tooltip_deactivate):
5283         * lib/ev-tooltip.h:
5284         * shell/ev-view.c: (ev_view_motion_notify_event):
5285
5286         Delay popup showing. Mirror gtk logic/times.
5287
5288 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5289
5290         * lib/Makefile.am:
5291         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5292         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5293         (ev_tooltip_set_text), (ev_tooltip_set_position):
5294         * lib/ev-tooltip.h:
5295
5296         Simple widget to show tooltips at a custom position
5297
5298         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5299         (ev_view_destroy):
5300
5301         Use it for links. First go, needs work
5302
5303 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5304
5305         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5306         HIG fixes.  Use title capitalization for window title. Use 12 
5307         pixels of space between the dialog's vbox and action area.
5308
5309 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5310
5311         * shell/ev-window.c: (file_open_dialog_response_cb),
5312         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5313         (ev_window_cmd_save_as):
5314
5315         Make file pickers not modal and refactor code some
5316
5317 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5318
5319         * shell/ev-sidebar.h:
5320         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5321         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5322         (ev_sidebar_class_init), (ev_sidebar_select_page),
5323         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5324         (ev_sidebar_set_page):
5325
5326         Add a current page property and allow to get/set it
5327
5328         * shell/ev-window.c: (setup_view_from_metadata),
5329         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5330
5331         Persist current sidebar page per document
5332
5333 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5334
5335         * data/evince.schemas.in:
5336         * shell/ev-window.c: (update_chrome_visibility),
5337         (setup_document_from_metadata), (update_sidebar_visibility),
5338         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5339         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5340         (ev_window_run_presentation), (ev_window_stop_presentation),
5341         (ev_window_view_sidebar_cb),
5342         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5343         (load_chrome), (ev_window_init):
5344
5345         Persist size/visibility of sidebar per document
5346
5347 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5348
5349         * shell/ev-view.c (draw_loading_text): Draw loading text.
5350
5351 2005-09-02  Dan Damian  <dand@gnome.ro>
5352
5353         * configure.in: Added "ro" to ALL_LINGUAS.
5354
5355 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5356
5357         * shell/ev-view.c: (clear_caches):
5358
5359         ev_page_cache_get doesnt return a reference,
5360         dont try to unref it.
5361
5362 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5363
5364         * shell/main.c: (load_files_remote):
5365
5366         Fix timestamp parameter with dbus <= 0.33
5367
5368 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5369
5370         * data/evince.schemas.in:
5371
5372         Add missing full stop
5373
5374 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5375
5376         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5377         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5378
5379         Plug some memory leaks
5380
5381 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5382
5383         * configure.ac:
5384         * lib/ev-debug.c: (trap_handler):
5385
5386         Check for execinfo.h and use it only if it exists.
5387         Ported from Epiphany (bug #314776).
5388
5389 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5390
5391         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5392
5393 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5394
5395         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5396         * po/id.po      : Added Indonesian translation
5397
5398 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5399
5400         * shell/main.c:
5401         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5402         * NEWS: Release 0.4.0
5403
5404 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5405
5406         * configure.ac: catch another gtk+-2.8ism
5407         * shell/main.c: Make work with gtk+-2.6
5408
5409 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5410
5411         * shell/ev-application-service.xml: Add 'timestamp' argument to
5412           ev_application_open_window and ev_application_open_uri methods.
5413
5414         * shell/ev-application.h: Add 'timestamp' argument to
5415           ev_application_open_window, ev_application_open_uri,
5416           and ev_application_open_uri_list functions.
5417
5418         * shell/ev-application.c (ev_application_open_window,
5419           ev_application_open_uri, ev_application_open_uri_list): Change
5420           functions that show/present windows to use a timestamp if one
5421           is passed in.
5422
5423         * shell/ev-window.c (ev_window_cmd_file_open,
5424           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5425         * shell/main.c (load_files): Modify calls to ev_application to
5426           include GDK_CURRENT_TIME as timestamp.
5427
5428         * shell/main.c (load_files_remote): Obtain timestamp for client
5429           instance from GDK and pass to server instance so new windows are
5430           focused properly.  Fix dbus_g_proxy_call() calls by including second
5431           G_TYPE_INVALID.
5432           
5433         Closes bug #314475.
5434
5435 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5436
5437         * shell/ev-window.c (ev_window_finalize): Check for
5438         avail. EvWindows when quiting to handle the finalize better,
5439         #314497
5440
5441 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5442         
5443         * properties/ev-properties-view.c: 
5444         
5445         Set textdomain to libglade. Fixes translation problem in property page.
5446
5447 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5450         * dvi/Makefile.am:
5451         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5452         * dvi/mdvi-lib/Makefile.am:
5453         
5454         Fix rotation of thumbnails, ported to new API. Moved library
5455         dependencies earlier, probably it will fix linkage problem.
5456
5457 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5458
5459         * backend/ev-document-misc.c:
5460         (ev_document_misc_get_thumbnail_frame):
5461         * backend/ev-document-misc.h:
5462         * configure.ac:
5463         * pdf/ev-poppler.cc:
5464         * shell/Makefile.am:
5465         * shell/ev-sidebar-thumbnails.c: (add_range),
5466         (ev_sidebar_thumbnails_set_loading_icon),
5467         (ev_sidebar_thumbnails_refresh),
5468         (ev_sidebar_thumbnails_set_document):
5469         * shell/ev-sidebar-thumbnails.h:
5470         * shell/ev-view.c: (ev_view_motion_notify_event),
5471         (ev_view_set_property), (ev_view_get_property),
5472         (ev_view_class_init), (ev_view_set_rotation):
5473         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5474         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5475         (ev_window_init):
5476         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5477         Redo rotation (again).  prepare for 0.4.0
5478
5479 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5480
5481         * configure.ac: Bump poppler requirement to 0.4.1.
5482
5483         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5484         argument to poppler_page_render_selection() call.
5485
5486 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5489         (djvu_document_thumbnails_get_thumbnail):
5490         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5491         (dvi_document_thumbnails_get_thumbnail):
5492         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5493         (pixbuf_document_thumbnails_get_thumbnail):
5494         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5495         
5496         Update rotation direction of backends to fit with pdf and ps.
5497
5498 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5499
5500         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5501         * backend/ev-async-renderer.h:
5502         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5503         (setup_page), (ps_document_get_page_size),
5504         (ps_async_renderer_render_pixbuf):
5505         * ps/ps-document.h:
5506         * shell/ev-jobs.c: (ev_job_render_run):
5507
5508         Fix orientation in the postscript document
5509
5510 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5511
5512         * pdf/ev-poppler.cc:
5513         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5514         * shell/ev-view.c: (highlight_find_results):
5515
5516         Adapt to the new poppler rotation API. Fix text maps on landscape
5517         documents.
5518
5519 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5520
5521         * shell/ev-view.c (compute_new_selection_text): get the correct
5522         region when selecting in modes other than continuous.
5523
5524 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5525
5526         * shell/main.c (main): remove redundant g_warnings.
5527
5528 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * shell/Makefile.am: Don't include autogenerated
5531         file ev-application-service.h into distribution, since
5532         it causes dbus crash. Fix for bugs 313724 and 313443. 
5533
5534 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * configure.ac: Fix sed expression for FreeBSD. Thanks
5537         to Joe Marcus Clark <marcus@freebsd.org>
5538         
5539         * shell/eggfindbar.c: (entry_activate_callback),
5540         (entry_changed_callback), (egg_find_bar_init),
5541         (egg_find_bar_set_search_string):
5542         
5543         Made findbar buttons unsensitive if there is no text in
5544         entry. Fix for the bug 313285.
5545
5546 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * ps/ps-document.c: Use g_filename_display_name for displaying
5549         filenames and revert string freeze breackage
5550
5551 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5552
5553         * NEWS:
5554         * configure.ac:
5555
5556         Update for 0.3.4
5557
5558         * shell/Makefile.am:
5559
5560         Add ev-application-service.xml to extra dist
5561
5562         * shell/ev-view.c: (find_page_at_location):
5563
5564         Remove unused function (fix warning)
5565
5566 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5569         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5570         
5571         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5572         bug 313623.
5573
5574 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5575
5576         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5577         * shell/ev-window.c:
5578         Fix build warnings
5579
5580 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * configure.ac: Update script to get dbus version.
5583         Fix for the bug #313443.
5584
5585 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * shell/ev-window.c: (ev_window_cmd_escape):
5588         
5589         Return focus back to view on escape. Fix for bug 313295.
5590
5591 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5592
5593         * shell/ev-window.c: (update_window_title),
5594         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5595         (ev_window_cmd_save_as):
5596         
5597         Correct conversion from uri to displayable string. Fix for
5598         bug 313296.
5599
5600 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * ps/ps-document.c: convert filename to utf8 when there is an error
5603         loading document. Fixes #309915
5604
5605 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * configure.ac:
5608
5609         We depend on poppler 0.4.0
5610
5611 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5612
5613         * configure.ac:
5614         * NEWS: Release 0.3.3.
5615         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5616
5617 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5618
5619         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5620         add a couple missing mnemonics to menu items, use title 
5621         capitalization for menu items and window titles, and add 
5622         ellipsis to open menu item.     
5623
5624 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5625
5626         * pdf/ev-poppler.cc:
5627         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5628         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5629         (ev_view_get_rotation):
5630         * shell/ev-view.h:
5631         * shell/ev-window.c: (setup_view_from_metadata),
5632         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5633         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5634         disk.
5635
5636 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5637
5638         * configure.ac: Added tr to ALL_LINGUAS
5639
5640 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5641
5642         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5643         requires several clicks to find word. Thanks to 
5644         Colin Slater <kiltedtaco@gmail.com>.
5645
5646 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5647
5648         * data/evince.desktop.in.in: Hide menu entry and
5649         rename it to "Document Viewer". Fix for bug 
5650         #312399.
5651
5652 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5653
5654         * shell/ev-page-action.c (ev_page_action_class_init): 
5655
5656         Point to the correct function in constructor of the
5657         activate_label signal
5658
5659 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5660
5661         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5662         * shell/ev-jobs.h: Make thread safe.
5663
5664 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * shell/ev-view.c: (view_update_range_and_current_page):
5667         Don't update page range if we are scrolling to some document
5668         point.
5669
5670 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5673         when getting max_page_width, fix drawing in dual mode.
5674
5675 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5676
5677         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5678         getting the area for select_all.
5679
5680 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5681
5682         * backend/ev-selection.c: (ev_selection_render_selection):
5683         * backend/ev-selection.h:
5684         * pdf/ev-poppler.cc:
5685         * shell/ev-jobs.c: (ev_job_render_new):
5686         * shell/ev-jobs.h:
5687         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5688         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5689         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5690         (ev_view_class_init):
5691
5692         Change selection color on focus in and focus out events.  Also,
5693         poppler now uses GdkColor for specifying the selection colors, so
5694         drop some awkward conversion code.
5695
5696 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5697
5698         * configure.ac: Added Hebrew translation
5699
5700 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5701
5702         * NOTES:
5703         * backend/ev-selection.c: (ev_selection_render_selection):
5704         * backend/ev-selection.h:
5705         * pdf/ev-poppler.cc:
5706         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5707         (ev_job_render_run):
5708         * shell/ev-jobs.h:
5709         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5710         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5711         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5712         (ev_pixbuf_cache_style_changed),
5713         (ev_pixbuf_cache_get_selection_pixbuf),
5714         (ev_pixbuf_cache_set_selection_list),
5715         (ev_pixbuf_cache_get_selection_list):
5716         * shell/ev-pixbuf-cache.h:
5717         * shell/ev-utils.c: (ev_print_region_contents):
5718         * shell/ev-utils.h:
5719         * shell/ev-view.c: (ev_view_queue_draw_page),
5720         (selection_update_idle_cb), (ev_view_motion_notify_event),
5721         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5722         (setup_caches), (ev_view_find_next), (merge_selection_region),
5723         (selection_free):
5724         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5725
5726         Clean up selection to be much smoother!
5727
5728 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5729
5730         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5731         to poppler_page_render_selection().
5732
5733 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * ps/ps-document.c: (save_page_list): Use
5736         unzipped document when printing. Thanks to 
5737         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5738         311016.
5739
5740 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * shell/ev-window.c: (update_action_sensitivity):
5743         
5744         Disable print and save respect to lockdown gconf keys. Fix
5745         for 312342.
5746
5747 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * configure.ac:
5750         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5751         (write_to_temp_file), (ev_file_set_contents):
5752         * shell/ev-utils.h:
5753         * shell/ev-window.c: (save_print_config_to_file):
5754         
5755         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5756         Fix for bug 312238
5757
5758 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5759
5760         * shell/ev-window.c: (load_print_config_from_file),
5761         (save_print_config_to_file), (ev_window_print_range):
5762
5763         Persist the print settings. Fixes bug #311578.
5764
5765 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * djvu/djvu-document.c: (djvu_document_get_page_size),
5768         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5769         (djvu_document_thumbnails_get_thumbnail):
5770         * dvi/dvi-document.c: (dvi_document_get_page_size),
5771         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5772         (dvi_document_thumbnails_get_dimensions),
5773         (dvi_document_thumbnails_get_thumbnail):
5774         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5775         (pixbuf_document_render_pixbuf),
5776         (pixbuf_document_document_iface_init),
5777         (pixbuf_document_thumbnails_get_thumbnail):
5778         
5779         Update backends to make them build with new rotation system.
5780
5781 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * help/C/figures/evince_start_window.png:
5784         
5785         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5786
5787 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5788
5789         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5790         * shell/ev-pixbuf-cache.h:
5791         * shell/ev-sidebar-thumbnails.c:
5792         (ev_sidebar_thumbnails_get_property), (add_range),
5793         (adjustment_changed_cb):
5794         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5795         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5796         we were thumbnailing the entire docment on startup, slowing us
5797         down hugely. 
5798
5799 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5800
5801         * shell/ev-page-cache.c: (ev_page_cache_new):
5802         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5803         == 0, fixes #310306.
5804
5805 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5806
5807         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5808         (ev_view_rotate_left):
5809
5810         Account rotation in doc_rect_to_view_rect.
5811         Ensure rotation doesnt go out of bounds.
5812
5813 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5814
5815         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5816
5817         Correct and cleanup w/h swapping
5818
5819 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5820
5821         * backend/ev-document-thumbnails.c:
5822         (ev_document_thumbnails_get_thumbnail):
5823         * backend/ev-document-thumbnails.h:
5824         * backend/ev-document.c:
5825         * backend/ev-document.h:
5826         * backend/ev-render-context.c: (ev_render_context_new),
5827         (ev_render_context_set_rotation):
5828         * backend/ev-render-context.h:
5829         * pdf/ev-poppler.cc:
5830         * ps/ps-document.c: (ps_document_document_iface_init):
5831         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5832         * shell/ev-jobs.h:
5833         * shell/ev-page-cache.c: (build_height_to_page),
5834         (ev_page_cache_new), (ev_page_cache_get_size),
5835         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5836         (ev_page_cache_get_height_to_page):
5837         * shell/ev-page-cache.h:
5838         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5839         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5840         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5841         (ev_pixbuf_cache_get_selection_pixbuf):
5842         * shell/ev-pixbuf-cache.h:
5843         * shell/ev-print-job.c: (idle_print_handler):
5844         * shell/ev-sidebar-thumbnails.c: (add_range):
5845         * shell/ev-view.c: (view_update_range_and_current_page),
5846         (get_page_y_offset), (get_page_extents),
5847         (ev_view_size_request_continuous_dual_page),
5848         (ev_view_size_request_continuous),
5849         (ev_view_size_request_dual_page),
5850         (ev_view_size_request_single_page), (draw_one_page),
5851         (ev_view_set_rotation), (ev_view_rotate_right),
5852         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5853         (ev_view_zoom_for_size_continuous_and_dual_page),
5854         (ev_view_zoom_for_size_continuous),
5855         (ev_view_zoom_for_size_dual_page),
5856         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5857         (ev_view_select_all):
5858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5859         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5860         (tiff_document_document_iface_init),
5861         (tiff_document_thumbnails_get_thumbnail):
5862
5863         Use rotation rather than orientation. It's easier and enough
5864         for our needs.
5865
5866 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5867
5868         * shell/ev-page-cache.c: (build_height_to_page),
5869         (ev_page_cache_new), (ev_page_cache_get_size),
5870         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5871         (ev_page_cache_get_height_to_page):
5872         * shell/ev-page-cache.h:
5873         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5874         (ev_view_size_request_continuous_dual_page),
5875         (ev_view_size_request_continuous),
5876         (ev_view_zoom_for_size_continuous_and_dual_page),
5877         (ev_view_zoom_for_size_continuous):
5878
5879         Make the page cache aware of page orientation.
5880
5881 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5882
5883         * backend/ev-document-thumbnails.c:
5884         (ev_document_thumbnails_get_thumbnail):
5885         * backend/ev-document-thumbnails.h:
5886         * backend/ev-document.c:
5887         * backend/ev-document.h:
5888         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5889         * backend/ev-ps-exporter.h:
5890         * pdf/ev-poppler.cc:
5891         * ps/ps-document.c: (ps_document_document_iface_init),
5892         (ps_document_ps_export_do_page):
5893         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5894         * shell/ev-jobs.h:
5895         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5896         (ev_page_cache_get):
5897         * shell/ev-page-cache.h:
5898         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5899         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5900         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5901         * shell/ev-pixbuf-cache.h:
5902         * shell/ev-print-job.c: (idle_print_handler):
5903         * shell/ev-sidebar-thumbnails.c: (add_range):
5904         * shell/ev-view.c: (view_update_range_and_current_page),
5905         (get_page_extents), (ev_view_size_request_dual_page),
5906         (ev_view_size_request_single_page), (draw_one_page),
5907         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5908         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5909         (ev_view_zoom_for_size_dual_page),
5910         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5911         (ev_view_select_all):
5912         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5913         * tiff/tiff-document.c: (tiff_document_get_page_size),
5914         (tiff_document_get_orientation), (rotate_pixbuf),
5915         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5916         (tiff_document_thumbnails_get_thumbnail),
5917         (tiff_document_ps_export_do_page), (tiff_document_init):
5918
5919         Really make use of the orientation bit of the render context.
5920         Use the render context in a few more places in the backend API.
5921         This regress orientation, but now it's done right. Will try to
5922         fix it up asap...
5923
5924 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5925
5926         * shell/ev-view.c: (ensure_rectangle_is_visible):
5927
5928         Patch by Nickolay V. Shmyrev to fix find flickering
5929
5930 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5931
5932         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5933         duplex parameters to ::begin.
5934
5935         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5936         * shell/ev-print-job.c (idle_print_handler): 
5937         * ps/ps-document.c (ps_document_ps_export_begin): 
5938         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5939         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5940         implementations. Poppler backend needs poppler cvs. Rest has
5941         unchanged behavior.
5942
5943 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5944
5945         * shell/ev-window.c (using_pdf_printer): new function.
5946         (ev_window_print_range): print a less techy message if someone
5947         tries to print to PDF.
5948
5949 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5950
5951         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5952         from "unknown font" string. Bug #311431
5953
5954 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5955
5956         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5957
5958 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5959
5960         Bug #311280
5961         
5962         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5963         name for PopplerFontTypes
5964         (pdf_document_fonts_fill_model): add font type to the detail column
5965
5966         * backend/ev-document-fonts.h: added
5967         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5968
5969         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5970         font name and font details, add a little markup.
5971         (ev_properties_fonts_init): use the new cell data func, specify ypad
5972         property for the cell renderer.
5973         (ev_properties_fonts_set_document): add the details column.
5974
5975 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5976
5977         * configure.ac: Added "pl" to ALL_LINGUAS.
5978
5979 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5980
5981         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5982
5983 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5984
5985         * help/ChangeLog: Started this for translations of manual.
5986         * configure.ac, autogen.sh, .cvsignore: Migrated to
5987         gnome-doc-utils. Patch in bug #311222.
5988
5989 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5990
5991         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5992         #ifdef this away to fix an unused-function warning.
5993
5994 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5995
5996         * configure.ac: Added 'gl' to ALL_LINGUAS.
5997
5998 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5999
6000         * configure.ac: Added ne in ALL_LINGUAS
6001         
6002 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * shell/ev-view.c: (ev_view_leave_notify_event):
6005         
6006         Clear status message when pointer leaves view. Fix for bug
6007         #310818 
6008
6009 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6010
6011         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6012
6013 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * shell/ev-view.c: (ev_view_leave_notify_event),
6016         (ev_view_class_init):
6017         
6018         Set cursor to normal then leaving view.
6019
6020 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * configure.ac:
6023         
6024         Fix required djvulibre version.
6025
6026 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6027
6028         *configure.ac: Hindi (hi) language added
6029
6030 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6031
6032         *configure.ac: Punjabi (pa) Language added
6033
6034 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6035
6036         * data/evince-ui.xml, shell/ev-window.c:
6037         
6038         Add keypad accelerators for zooming. Fix for bug 308128.
6039
6040 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6041
6042         * Makefile.am:
6043         * backend/Makefile.am:
6044         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6045         * configure.ac:
6046         * shell/ev-document-types.c: (ev_document_types_add_filters):
6047
6048         Allow to enable/disable the pixbuf backend.
6049         Default to off for now. If we want it enabled we should
6050         really put mime types in the desktop, implement properties etc.
6051
6052         * properties/evince-properties.c:
6053
6054         Initialize error to NULL.
6055         Check error is not NULL before freeing.
6056
6057 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6058
6059         * shell/ev-window.c:
6060
6061         Use F5 as presentation accell
6062
6063 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6064
6065         * shell/ev-window.c: (update_chrome_visibility),
6066         (ev_window_create_fullscreen_popup), (ev_window_init):
6067
6068         Do not leak the fullscreen toolbar
6069
6070 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6071
6072         * shell/ev-window.c: (view_actions_focus_in_cb),
6073         (view_actions_focus_out_cb):
6074
6075         These has a return value! Fix totally random focus
6076         issues we was seeing.
6077
6078 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6079
6080         * shell/main.c: (load_files_remote):
6081
6082         Allow open more than one file
6083
6084 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6085
6086         * shell/main.c: (load_files_remote):
6087
6088         Fix for dbus 0.33. bug #309975
6089
6090 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6091
6092         * properties/ev-properties-main.c: (ev_properties_get_pages):
6093
6094         Actually return NULL for types we dont support
6095
6096 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6097
6098         * po/POTFILES.in:
6099
6100         Remove empty lines.
6101
6102 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6103
6104         * backend/ev-document-factory.c:
6105         (ev_document_factory_get_document):
6106
6107         Do not try to create the object if type
6108         is invalid.
6109
6110 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6111
6112         * ps/ps-document.c: (ps_document_dispose),
6113         (ps_async_renderer_render_pixbuf):
6114         * ps/ps-document.h:
6115
6116         Do not leak the target window
6117
6118 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6119
6120         * shell/ev-application.c: (ev_application_init):
6121
6122         Let tbe check file existence for us.
6123         Add a comment about eggrecent mime filter.
6124
6125 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6126
6127         * data/evince-ui.xml:
6128         * shell/ev-application.c: (ev_application_shutdown),
6129         (ev_application_init), (ev_application_get_toolbars_model),
6130         (ev_application_get_recent_model),
6131         (ev_application_save_toolbars_model):
6132         * shell/ev-application.h:
6133         * shell/ev-window.c: (ev_window_add_recent),
6134         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6135         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6136         (ev_window_init):
6137
6138         Use common toolbar and recent models for all windows.
6139         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6142
6143         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6144         successfully check for gtk_icon_view_get_visible_range.
6145
6146 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * djvu/Makefile.am:
6149         * dvi/Makefile.am:
6150         
6151         Fix djvu and dvi backend build.
6152
6153 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6154
6155         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6156         (new_separator_pixbuf):
6157
6158         Don't leak windows.
6159
6160 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6161
6162         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6163
6164         HIGification of toolbar editor dialogue.
6165
6166 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6167
6168         * configure.ac:
6169         * shell/Makefile.am:
6170
6171         Ever build metadata manager since it's just
6172         disabled at runtime now.
6173
6174 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6177         (ev_metadata_manager_get), (ev_metadata_manager_set):
6178         * shell/ev-metadata-manager.h:
6179
6180         Add an _init functions that enabled metadata management
6181         at runtime.
6182
6183         * shell/ev-window.c: (page_changed_cb),
6184         (setup_document_from_metadata), (ev_window_setup_document),
6185         (setup_view_from_metadata), (ev_window_open_uri),
6186         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6187         (ev_window_run_presentation), (ev_window_stop_presentation),
6188         (save_sizing_mode), (ev_window_zoom_changed_cb),
6189         (ev_window_continuous_changed_cb),
6190         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6191         (window_configure_event_cb):
6192
6193         Remove all ugly metadata define since we deal with it
6194         at runtime now.
6195
6196         * shell/main.c: (load_files_remote), (main):
6197
6198         Add support for dbus cvs head. Hopefully didnt break one
6199         of the other versions now!
6200
6201         If we dont get a response from the dbus server just
6202         give up with it and not enable metadata.
6203
6204 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * Makefile.am:
6207         * backend/Makefile.am:
6208         * configure.ac:
6209         * cut-n-paste/recent-files/Makefile.am:
6210         * cut-n-paste/toolbar-editor/Makefile.am:
6211         * cut-n-paste/zoom-control/Makefile.am:
6212         * lib/Makefile.am:
6213         * pdf/Makefile.am:
6214         * pixbuf/Makefile.am:
6215         * properties/Makefile.am:
6216         * ps/Makefile.am:
6217         * shell/Makefile.am:
6218         * thumbnailer/Makefile.am:
6219         * tiff/Makefile.am:
6220
6221         Make frontends depend on just libev.
6222         Rework and group CFLAGS/LIBS definitions.
6223         Cleanups.
6224
6225 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6226
6227         * shell/ev-window:
6228
6229         do not unnecessarily save zoom
6230
6231         * configure.ac:
6232         * lib/ev-file-helpers.c: (ev_dot_dir):
6233         * shell/Makefile.am:
6234         * shell/dummy.cc:
6235
6236         Some cleanups
6237
6238 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6239
6240         * configure.ac:
6241         
6242         Remove unnecessary dependencies
6243
6244 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6245
6246         * properties/Makefile.am:
6247         * thumbnailer/Makefile.am:
6248         * tiff/Makefile.am:
6249
6250         Some more cleanups. Was really necessary
6251         but I probably introduced bugs, feel free
6252         to flame :)
6253
6254 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * backend/Makefile.am:
6257         * configure.ac:
6258         * cut-n-paste/recent-files/Makefile.am:
6259         * cut-n-paste/toolbar-editor/Makefile.am:
6260         * cut-n-paste/zoom-control/Makefile.am:
6261         * lib/Makefile.am:
6262         * pdf/Makefile.am:
6263         * pixbuf/Makefile.am:
6264         * properties/Makefile.am:
6265         * ps/Makefile.am:
6266         * shell/Makefile.am:
6267         * thumbnailer/Makefile.am:
6268         * tiff/Makefile.am:
6269
6270         Use gnome-common macros when possible.
6271         Cleanup dependencies.
6272         Actually disable deprecated where possible.
6273
6274 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6275
6276         * Makefile.am:
6277         * backend/Makefile.am:
6278         * properties/Makefile.am:
6279         * shell/Makefile.am:
6280         * thumbnailer/Makefile.am:
6281
6282         This should solve the circular dep without
6283         requiring dir reorg!
6284
6285         * shell/ev-window.c: (setup_view_from_metadata):
6286
6287         Never restore window size/position when the
6288         window is already visible.
6289
6290 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6291
6292         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6293
6294         Return a boolean from timeout func. Fix ported from gedit.
6295
6296 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6297
6298         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6299
6300 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6301
6302         * shell/ev-document-types.c: set "All Documents" as default filter in
6303         open dialog
6304
6305 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6306
6307         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6308         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6309         (ev_metadata_manager_set_boolean): fix value/val thinko.
6310
6311 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6312
6313         * shell/ev-window.c: (setup_view_from_metadata),
6314         (window_state_event_cb), (window_configure_event_cb),
6315         (ev_window_init):
6316
6317         Remember window position and maximized state
6318
6319 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6320
6321         * configure.ac:
6322
6323         Fix DBUS configure checks.
6324
6325         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6326         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6327         (ev_metadata_manager_set_boolean):
6328
6329         Plug mem leaks.
6330
6331         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6332         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6333         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6334         (ev_window_continuous_changed_cb),
6335         (ev_window_dual_mode_changed_cb), (ev_window_new):
6336
6337         Fix the build without DBUS.
6338
6339 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6340
6341         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6342         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6343         (ev_metadata_manager_set_string),
6344         (ev_metadata_manager_set_boolean):
6345         * shell/ev-metadata-manager.h:
6346
6347         Add support for some more types
6348
6349         * shell/ev-view.c: (scroll_to_current_page),
6350         (ev_view_get_continuous), (ev_view_set_continuous),
6351         (ev_view_get_dual_page):
6352         * shell/ev-view.h:
6353         * shell/ev-window.c: (page_changed_cb),
6354         (setup_document_from_metadata), (ev_window_setup_document),
6355         (setup_view_from_metadata), (ev_window_open_uri),
6356         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6357         (ev_window_run_presentation), (ev_window_stop_presentation),
6358         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6359         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6360         (ev_window_update_dual_page_action),
6361         (ev_window_continuous_changed_cb),
6362         (ev_window_dual_mode_changed_cb), (ev_window_init):
6363
6364         Remember a bunch of view/document properties. Prolly some
6365         are still missing but it's getting interesting.
6366
6367 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6368
6369         * configure.ac: check if dbus-binding-tool is installed. Not the
6370         case on current Ubuntu breezy, it seems.
6371
6372 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6373
6374         * data/evince.desktop.in.in:
6375         
6376         Allow open uri lists and add TryExec field.
6377
6378 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * configure.ac:
6381
6382         Enable dbus when available, do not require a configure
6383         option.
6384
6385 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6386
6387         * configure.ac:
6388
6389         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6390         disabled.
6391
6392 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6393         Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6396         
6397         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6398         functions to the format required by dbus
6399
6400         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6401         errors. Use the RPC parameters in the expected way
6402
6403 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * Makefile.am:
6406         * properties/Makefile.am:
6407         * properties/ev-properties-main.c: (ev_properties_get_pages):
6408
6409         Support all mime types
6410
6411         * shell/Makefile.am:
6412         * thumbnailer/Makefile.am:
6413         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6414         (evince_thumbnail_pngenc_get):
6415
6416         Use the document factory
6417
6418 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6419
6420         * backend/Makefile.am:
6421         * backend/ev-document-factory.c:
6422         (mime_type_supported_by_gdk_pixbuf),
6423         (ev_document_type_get_from_mime),
6424         (ev_document_factory_get_document),
6425         (ev_document_factory_get_backend),
6426         (ev_document_factory_get_mime_types),
6427         (ev_document_factory_get_all_mime_types):
6428         * backend/ev-document-factory.h:
6429         * shell/Makefile.am:
6430         * shell/ev-document-types.c: (get_document_from_uri),
6431         (ev_document_types_get_document),
6432         (file_filter_add_mime_list_and_free),
6433         (ev_document_types_add_filters):
6434         * shell/ev-document-types.h:
6435         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6436         * shell/ev-properties-dialog.c:
6437         (ev_properties_dialog_set_document):
6438         * shell/ev-window.c: (ev_window_cmd_file_open),
6439         (ev_window_cmd_save_as):
6440         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6441
6442         Rework document types managing to avoid code duplication
6443         and actually abstract from backend implementations.
6444         Also provide a minimal factory api that can be used by
6445         thumbnailer/properties.
6446
6447 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6448
6449         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6450         Plug a mem leak.
6451         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6452         HIG spacings.
6453
6454 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6455
6456         * shell/ev-properties-dialog.c
6457         (ev_properties_dialog_set_document): only call
6458         ev_properties_fonts_set_document() if the document implements the
6459         fonts interface
6460
6461 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * configure.ac:
6464         * properties/Makefile.am:
6465         * properties/ev-properties-view.c:
6466         (ev_properties_view_register_type):
6467         * properties/ev-properties-view.h:
6468         * properties/ev-properties-main.h:
6469
6470         Implement nautilus plugin for properties.
6471         Works only for pdf atm, I need to rework the
6472         document types stuff to get this to work
6473         for all backends...
6474
6475 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6476
6477         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6478         (ev_properties_fonts_set_document): use
6479         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6480
6481 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6482
6483         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6484         them
6485         (PlaceImage, tiff2ps_process_page): use
6486         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6487
6488
6489 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6490
6491         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6492         (main): to call gnome_authentication_manager_init. Should fix
6493         Bug #308510
6494
6495         * configure.ac: that requires libgnomeui 2.6.0.
6496
6497 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6498
6499         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6500         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6501         use the new tiff2ps interfaces
6502
6503         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6504         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6505
6506         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6507         structure instead of global variables.  Remove use of static
6508         variables in functions.
6509
6510 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6511
6512         * shell/ev-page-action.c: unref the completion after setting it to the
6513         entry
6514
6515 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6516
6517         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6518         postscript files
6519
6520 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6521
6522         * shell/ev-window.c (update_action_sensitivity): disable
6523         File->Print if the document does not implement the ps exporter
6524         interface
6525
6526 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6527
6528         * Makefile.am:
6529         * configure.ac:
6530         * data/evince-properties.glade:
6531         * properties/.cvsignore:
6532         * properties/Makefile.am:
6533         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6534         (ev_properties_view_class_init), (ev_properties_view_format_date),
6535         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6536         (ev_properties_view_init), (ev_properties_view_new):
6537         * properties/ev-properties-view.h:
6538         * shell/Makefile.am:
6539         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6540         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6541         (ev_properties_dialog_new):
6542         * shell/ev-properties-dialog.h:
6543         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6544         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6545         (update_progress_label), (job_fonts_finished_cb),
6546         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6547         * shell/ev-properties-fonts.h:
6548         * shell/ev-properties.c:
6549         * shell/ev-properties.h:
6550         * shell/ev-window.c: (ev_window_setup_document),
6551         (ev_window_cmd_file_properties):
6552
6553         Split the properties pages in two different objects, depend
6554         only on the backend where possible, use widgets instead
6555         of gobject for the glade part, reimplement the dialog
6556         itself with gtk.
6557         I need this to implement nautilus properties page.
6558
6559 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6560
6561         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6562         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6563         (tiff_document_document_ps_exporter_iface_init): implement the ps
6564         exporter interface for tiff documents
6565
6566         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6567         libtiff to implement TIFF postscript export
6568
6569         * tiff/tiff2ps.h: added a header file for external tiff2ps
6570         functions.
6571
6572         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6573         tiff2ps.h
6574
6575 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * shell/ev-view.c: (scroll_to_current_page),
6578         (ev_view_set_fullscreen), (ev_view_set_presentation):
6579         
6580         Scroll to current page when exit from presentation
6581
6582 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * shell/ev-window.c: (update_document_mode),
6585         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6586         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6587         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6588         
6589         Exit from fullscreen mode when switch to presentation. Fix for
6590         bug 309365
6591
6592 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6593
6594         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6595         return NULL if the document does not implement the selection
6596         interface.
6597
6598 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6599
6600         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6601         reported height by using the resolution aspect ratio
6602         (tiff_document_render_pixbuf): scale the pixbuf using the
6603         resolution aspect ratio
6604
6605 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * configure.ac:
6608         
6609         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6610         <kiltedaco@gmail.com>
6611         
6612         * djvu/djvu-document.c: (djvu_document_get_orientation),
6613         (djvu_document_set_orientation), (djvu_document_get_page_size),
6614         (rotate_pixbuf), (djvu_document_render_pixbuf),
6615         (djvu_document_document_iface_init):
6616         * dvi/dvi-document.c: (dvi_document_get_orientation),
6617         (dvi_document_set_orientation), (dvi_document_get_page_size),
6618         (rotate_pixbuf), (dvi_document_render_pixbuf),
6619         (dvi_document_document_iface_init):
6620         
6621         Dvi and djvu backends are ported to new API
6622
6623 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6624
6625         * backend/ev-selection.c: (ev_selection_get_selection_region),
6626         (ev_selection_get_selection_map):
6627         * backend/ev-selection.h:
6628         * pdf/ev-poppler.cc:
6629         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6630         * shell/ev-jobs.h:
6631         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6632         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6633         (ev_pixbuf_cache_get_text_mapping):
6634         * shell/ev-pixbuf-cache.h:
6635         * shell/ev-view.c: (location_in_text),
6636         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6637         support to EvView.  Now we can see where we can select!  Sweet!
6638
6639 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6640
6641         * shell/ev-view.c (ev_view_button_press_event): Fix
6642         event->y + view->scroll_x typo.
6643
6644 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6645
6646         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6647         sub-GdkPixbuf instead of passing dest_x and dest_y.
6648         
6649         * shell/ev-view.c: (view_point_to_doc_point),
6650         (view_rect_to_doc_rect), (ev_view_button_press_event),
6651         (ev_view_motion_notify_event), (compute_new_selection_rect),
6652         (gdk_rectangle_point_in), (compute_new_selection_text),
6653         (compute_selections): Update selection code to keep the selection
6654         around as two points and not as a normalized rectangle, and fix
6655         page level selection in two-column mode.
6656
6657 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6658
6659         * shell/ev-window.c: (window_configure_event_cb): 
6660         
6661         Fix compilation
6662         
6663 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6664
6665         * pdf/ev-poppler.cc:
6666
6667         Fix compilation
6668
6669 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6670
6671         * shell/Makefile.am:
6672         * shell/ev-metadata-manager.c: (item_free),
6673         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6674         (parse_value), (parseItem), (load_values),
6675         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6676         (save_values), (save_item), (get_oldest), (resize_items),
6677         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6678         * shell/ev-metadata-manager.h:
6679
6680         Metadata manager from gedit but modified to use GValue, so that
6681         we dont need to keep converting from strings.
6682
6683         * configure.ac:
6684
6685         ENABLE_METADATA conditional, on when dbus is on
6686
6687         * shell/ev-application.c: (ev_application_open_uri):
6688
6689         Show the window after load so that we can initialize
6690         window size before it's showed.
6691
6692         * shell/ev-window.c: (ev_window_setup_from_metadata),
6693         (ev_window_open_uri), (window_configure_event_cb),
6694         (ev_window_init):
6695
6696         Save and load metadata information about window size.
6697         Not yet keeping states in account.
6698
6699         * shell/main.c: (main):
6700
6701         Shutdown metadata manager.
6702
6703 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6704
6705         * shell/ev-application-service.xml:
6706         * configure.ac:
6707         * shell/Makefile.am:
6708         * shell/ev-application.c:
6709         * shell/ev-application.h:
6710         * shell/ev-window.c:
6711         * shell/ev-window.h:
6712         * shell/main.c:
6713
6714         Add an optional dbus interface (--enable-dbus).
6715         Rework application code, mainly to be easier to
6716         use "remotely".
6717         Do not open multiple windows with the same document,
6718         spatial evince!
6719
6720 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6721
6722         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6723         pixbuf iff it exists.
6724
6725 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6726
6727         * shell/*:
6728         * backend/ev-render-context.[ch]:
6729         * backend/ev-selection.[ch]:
6730
6731         Massive changes.  We now support text selection of pdfs, and not
6732         just rectangular selection.  This is pretty broken still, but I
6733         want to get something into CVS.
6734
6735 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * pdf/ev-poppler.cc:
6738         
6739         Fix for Bug 309080: crash on window close.
6740         
6741         * shell/ev-page-action.c: (page_changed_cb):
6742         
6743         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6744         jensgr@gmx.net (Jens Granseuer).
6745
6746 2005-06-25  Marcel Telka  <marcel@telka.sk>
6747
6748         * configure.in (ALL_LINGUAS): Added sk.
6749
6750 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6751
6752         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6753         not a document open
6754
6755 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6756
6757         * NEWS:
6758         * configure.ac:
6759
6760         Release 0.3.2
6761
6762         * cut-n-paste/recent-files/Makefile.am:
6763
6764         Fix make distcheck
6765
6766 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6767
6768         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6769         (pixbuf_document_set_orientation), (rotate_pixbuf),
6770         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6771         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6772
6773         Implement rotation and cleanup the code a bit.
6774
6775         * tiff/tiff-document.c: (tiff_document_get_page_size),
6776         (tiff_document_get_orientation), (tiff_document_set_orientation),
6777         (rotate_pixbuf), (tiff_document_render_pixbuf),
6778         (tiff_document_document_iface_init), (tiff_document_init):
6779
6780         Implement rotation. Was the quicker solution for the release
6781         but we really need to share this code in the shell.
6782
6783 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * pdf/ev-poppler.cc:
6786
6787         Enable rotation, require poppler cvs. Fix a leak.
6788
6789 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-window.c: (update_action_sensitivity):
6792         
6793         Make properties unsensitive if document backend doesn't provide
6794         any info
6795
6796 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6799         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6800         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6801         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6802         (bitmap_flip_rotate_counter_clockwise):
6803         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6804         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6805         (buff_gets):
6806         * dvi/mdvi-lib/common.h:
6807         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6808         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6809         (opendvi), (mdvi_reload), (mdvi_init_context),
6810         (mdvi_destroy_context), (mdvi_dopage), (special):
6811         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6812         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6813         (file_hash_free), (register_encoding), (parse_spec),
6814         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6815         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6816         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6817         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6818         (mdvi_register_font_type), (mdvi_unregister_font_type),
6819         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6820         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6821         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6822         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6823         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6824         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6825         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6826         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6827         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6828         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6829         (mdvi_unregister_special), (mdvi_flush_specials):
6830         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6831         (t1_font_remove):
6832         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6833         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6834         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6835         (free_font_metrics), (flush_font_metrics):
6836         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6837         (tt_font_remove):
6838         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6839         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6840         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6841         (dstring_insert), (dstring_new), (dstring_reset):
6842         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6843         
6844         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6845         avoid conflict with libtool on FC4
6846         
6847         * shell/ev-window.c: (ev_window_cmd_help_about):
6848         
6849         Update copyright year. Fix for bug 308828.
6850
6851 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-view.c: (add_scroll_binding_keypad),
6854         (ev_view_binding_activated), (ev_view_class_init),
6855         (on_adjustment_value_changed):
6856         
6857         Bug 170874: Arrow keys switch pages in presentation mode
6858
6859 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6862         
6863         Fix for Bug 308265: Sidebar dissappears coming out of 
6864         Presentation mode
6865
6866 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * shell/ev-application.c: (ev_application_open):
6869         * shell/ev-document-types.c: (ev_document_types_add_filters),
6870         (ev_document_types_add_filters_for_type):
6871         * shell/ev-document-types.h:
6872         * shell/ev-window.c: (ev_window_cmd_save_as):
6873         
6874         Suggest basename as template when saving, provide filters
6875         for save dialog. It's bug 308402
6876
6877 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * pdf/ev-poppler.cc:
6880         * shell/ev-sidebar-links.c: (job_finished_callback):
6881         * shell/ev-view.c: (update_find_status_message):
6882         
6883         Some leaks fixed
6884
6885 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6886
6887         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6888         (egg_recent_view_uimanager_set_list):
6889
6890         Fix buglet in !show_numbers case.
6891
6892 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6893
6894         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6895         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6896
6897         Use pango ellipsisation.
6898
6899         * pdf/ev-poppler.cc:
6900
6901         Fix refcount leak, from nsh.
6902
6903 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * cut-n-paste/recent-files/Makefile.am:
6906         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6907         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6908         
6909         Removed EggRecentViewGtk
6910         
6911         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6912         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6913         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6914         (ev_window_setup_recent):
6915         
6916         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6917         with other projects
6918
6919 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6920
6921         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6922         (egg_recent_view_gtk_finalize):
6923
6924         Fix memory leak
6925
6926         * cut-n-paste/toolbar-editor/Makefile.am:
6927         
6928         Fix location of cursor icon.
6929         
6930         * pdf/ev-poppler.cc:
6931         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6932         (display_completion_text), (match_completion):
6933         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6934         (selection_changed_callback), (create_loading_model),
6935         (print_section_cb), (links_page_num_func),
6936         (update_page_callback_foreach):
6937         * shell/ev-window.c: (ev_window_dispose):
6938         
6939         Small memory fixes. Links model now store objects instead
6940         of pointers to improve memory management. 
6941
6942 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * shell/ev-window.c: (zoom_control_changed_cb):
6945         
6946         Fix update of zoom control (bug 308268).
6947
6948 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6949
6950         * shell/ev-properties.c (set_property): escape the text correctly.
6951         Handles non-UTF-8 properties and escaped properties.  Also, sets
6952         the text to "<i>None</i>" if the property isn't set.
6953
6954         * data/evince-properties.glade: Change the label to be ellipsized,
6955         and give it a minimum size.
6956
6957 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6960         * shell/ev-sidebar-links.c: (create_loading_model):
6961         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6962         * shell/ev-view.c: (ev_view_set_document):
6963         * shell/ev-window.c: (ev_window_dispose):
6964         
6965         Various small fixes, mostly memory leaks. Thanks to valgrind.
6966
6967 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6968
6969         * ps/ps-document.c: remove the locale.h include again ;-). And
6970         kill the (bogus) setlocale/savelocale business.
6971
6972 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6973
6974         * ps/ps-document.c:
6975         
6976         Include locale.h to fix build
6977         
6978         * shell/ev-sidebar.c:
6979         
6980         Remove unnecessary includes
6981
6982 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * dvi/dvi-document.c: (dvi_document_load):
6985         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6986         * po/POTFILES.in:
6987         
6988         Check for incorrect dvi files. Fix parsing dvi on AMD64
6989         platform. Thanks to tester@tester.ca (Olivier Crete).
6990
6991 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * shell/ev-page-action.c: (match_selected_cb),
6994         (display_completion_text), (match_completion), (update_model):
6995         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6996         (expand_open_links):
6997         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6998         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6999         (ev_sidebar_set_document):
7000         * shell/ev-window.c: (ev_window_xfer_job_cb),
7001         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7002         
7003         Fixed lot's of memory leaks, for example, memory leak on reload, 
7004         described in bug 307793.
7005
7006 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7007
7008         * pdf/ev-poppler.cc:
7009         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7010         (update_visible_range), (adjustment_changed_cb),
7011         (ev_sidebar_thumbnails_fill_model),
7012         (ev_sidebar_thumbnails_refresh),
7013         (ev_sidebar_tree_selection_changed),
7014         (ev_sidebar_icon_selection_changed),
7015         (ev_sidebar_thumbnails_use_icon_view),
7016         (ev_sidebar_thumbnails_set_document):
7017         * shell/ev-sidebar-thumbnails.h:
7018         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7019         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7020
7021         Refresh thumbnails when changing orientation. Not fully
7022         working yet becuase of a sidebar bug.
7023
7024         Set page orientation to poppler page everywhere. This sucks
7025         really need to fix poppler.
7026
7027 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7028
7029         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7030         (egg_recent_view_gtk_new_menu_item),
7031         (egg_recent_view_gtk_set_property),
7032         (egg_recent_view_gtk_get_property),
7033         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7034         (egg_recent_view_gtk_set_tooltip_func),
7035         (egg_recent_view_gtk_set_label_width),
7036         (egg_recent_view_gtk_get_label_width):
7037         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7038
7039         Sync with libegg (ellipsize labels)
7040
7041 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * data/evince-ui.xml:
7044         * shell/ev-window.c: (ev_window_cmd_go_forward),
7045         (ev_window_cmd_go_backward):
7046         
7047         Shift + PageUp moves 10 Pages. Fix for 306125
7048
7049 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7050
7051         * pdf/ev-poppler.cc:
7052
7053         Add a flag to check if orientation has been overriden
7054
7055 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7056
7057         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7058         field if necessary.
7059
7060         * ps/ps.h: add creator field to document.
7061
7062         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7063         set creator field.
7064
7065 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * data/evince-properties.glade:
7068         * shell/ev-properties.c: (ev_properties_set_document):
7069
7070         s/PDF Version/Format
7071
7072 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/ev-properties.c: (ev_properties_set_document):
7075
7076         Remove unnecessary translations
7077
7078 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7079
7080         * cut-n-paste/toolbar-editor/Makefile.am:
7081
7082         Correct library name    
7083
7084 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7085
7086         * configure.ac:
7087         * cut-n-paste/recent-files/egg-recent-model.c:
7088         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7089         (egg_recent_model_unlock_file):
7090         * cut-n-paste/recent-files/egg-recent-util.c:
7091         (egg_recent_util_get_unique_id):
7092         * cut-n-paste/recent-files/update-from-egg.sh:
7093         * cut-n-paste/toolbar-editor/Makefile.am:
7094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7095         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7096         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7097         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7098         (egg_toolbars_model_get_type):
7099         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7100
7101         Better makefile for toolbar editor and update everything
7102         to latest libegg.
7103
7104 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * shell/ev-window.c: (update_document_mode):
7107
7108         Prefer presentation mode when the document
7109         require fullscreen.
7110
7111 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7112
7113         * data/evince-ui.xml:
7114         * shell/ev-window.c:
7115
7116         Add control-equal for zooming
7117
7118 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7119
7120         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7121
7122 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * backend/ev-document.c: (ev_document_get_orientation):
7125         * backend/ev-document.h:
7126         * pdf/ev-poppler.cc:
7127         * ps/ps-document.c: (ps_document_get_orientation),
7128         (ps_document_set_orientation), (ps_document_document_iface_init):
7129
7130         Add a get_orientation api. Improve set_orientation.
7131
7132         * data/evince-ui.xml:
7133         * shell/ev-view.c: (ev_view_set_orientation),
7134         (ev_view_rotate_right), (ev_view_rotate_left):
7135         * shell/ev-view.h:
7136         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7137         (ev_window_cmd_edit_rotate_right):
7138
7139         Better ui for changing document orientation
7140
7141 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7144         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7145         * shell/ev-sidebar-links.h:
7146         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7147         (ev_sidebar_page_iface_init):
7148         * shell/ev-sidebar-page.h:
7149         * shell/ev-sidebar-thumbnails.c:
7150         (ev_sidebar_thumbnails_get_property),
7151         (ev_sidebar_thumbnails_class_init),
7152         (ev_sidebar_thumbnails_set_document):
7153         * shell/ev-sidebar-thumbnails.h:
7154         * shell/ev-view.c: (ev_view_motion_notify_event):
7155         * shell/ev-window.c: (update_chrome_visibility),
7156         (ev_window_cmd_focus_page_selector),
7157         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7158         (sidebar_page_main_widget_update_cb), (ev_window_init):
7159         
7160         Autoraise toolbar on GoToPage binding and fix bindings in
7161         EvSidebarThumbnails page.
7162
7163 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7164
7165         * shell/ev-properties.c: (update_progress_label):
7166
7167         Hide the progress label when finished; bug #307697.
7168
7169 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7170
7171         * pdf/ev-poppler.cc:
7172
7173         Enable is_open for links, you will need poppler cvs
7174
7175         * shell/ev-properties.c: (job_fonts_finished_cb):
7176
7177         Get a lock on the document when filling the tree view
7178
7179 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7180
7181         * backend/ev-document-links.h:
7182         * pdf/ev-poppler.cc:
7183         * shell/ev-sidebar-links.c: (create_loading_model),
7184         (expand_open_links), (job_finished_callback):
7185
7186         Expand links when specified by the document.
7187         Depend on a poppler api (defined out for now)
7188
7189 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7190
7191         * shell/ev-properties.c: (ev_properties_dispose),
7192         (ev_properties_class_init), (dialog_destroy_cb),
7193         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7194         (ev_properties_set_document), (ev_properties_new),
7195         (ev_properties_show):
7196         * shell/ev-properties.h:
7197
7198         Make it an object, cleanup the code, api to show it as transient
7199         and to set the document.
7200
7201         * shell/ev-window.c: (ev_window_setup_document),
7202         (ev_window_cmd_file_properties):
7203
7204         Adapt to EvProperties changes, do not show multiple
7205         times, update it when document changes.
7206
7207 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7208
7209         * ps/gstypes.h:
7210         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7211         (ps_document_set_orientation), (ps_document_document_iface_init):
7212         * ps/ps-document.h:
7213
7214         Implement orientation here too
7215
7216         * shell/ev-properties.c: (ev_properties_new):
7217         * data/evince-properties.glade:
7218
7219         Hide the fonts page for backends that doesnt
7220         support it.     
7221
7222 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7223
7224         * backend/ev-document.c: (ev_document_set_orientation):
7225         * backend/ev-document.h:
7226         * pdf/ev-poppler.cc:
7227
7228         Add orientation api. Currently poppler api is not optimal,
7229         we need to set orientation every time we _get a page.
7230         I will try to fix that at some point.
7231
7232         * data/evince-ui.xml:
7233         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7234         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7235
7236         Add orientation menu items
7237
7238         * shell/ev-page-cache.c: (ev_page_cache_clear):
7239         * shell/ev-page-cache.h:
7240
7241         Add api to clear the cache
7242
7243         * shell/ev-view.c: (setup_caches), (clear_caches),
7244         (ev_view_set_document), (ev_view_zoom_out),
7245         (ev_view_set_orientation):
7246         * shell/ev-view.h:
7247
7248         Implement orientation changing
7249
7250 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7251
7252         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7253         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7254         * backend/ev-document-fonts.h:
7255
7256         Separate scan and fill so that we can incrementally fill from
7257         the main thread. Add a progress api.
7258
7259         * data/evince-properties.glade:
7260         * pdf/ev-poppler.cc:
7261         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7262         * shell/ev-jobs.h:
7263         * shell/ev-properties.c: (update_progress_label),
7264         (job_fonts_finished_cb), (setup_fonts_view):
7265
7266         Incrementally feel the list and show the progress
7267         percentage in a label like acrobat does.
7268
7269         You are going to need poppler cvs
7270
7271 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7272
7273         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7274         * backend/ev-document-fonts.h:
7275         * pdf/ev-poppler.cc:
7276
7277         Make fonts model fill incrementally.
7278
7279         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7280         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7281         (ev_job_queue_remove_job):
7282         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7283         (ev_job_fonts_new), (ev_job_fonts_run):
7284         * shell/ev-jobs.h:
7285
7286         New job for fonts scanning
7287
7288         * shell/ev-properties.c: (job_fonts_finished_cb),
7289         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7290         * shell/ev-properties.h:
7291         * shell/ev-window.c: (ev_window_cmd_file_properties):
7292
7293         Incrementally feel the treeview using the new job. Show Loading...
7294         message until scanning is completed.
7295
7296         Hopefully I didnt break the build without the poppler patch.
7297
7298 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7299
7300         * shell/ev-application.c: (ev_application_open):
7301         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7302         (ev_document_type_get_type), (ev_document_type_lookup):
7303         * shell/ev-document-types.h:
7304         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7305         * shell/ev-job-xfer.h:
7306         * shell/ev-window.c: (ev_window_clear_local_uri),
7307         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7308         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7309         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7310         
7311         Transfer remote documents to tmp directory to display them later.
7312
7313 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7314
7315         * backend/ev-document-info.h:
7316         * shell/ev-properties.c: (ev_properties_new):
7317
7318         s/GTime*/GTime. Not sure why we was using a pointer
7319         at all there!
7320
7321 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7322
7323         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7324         situations.  That situation is that you're using GTK+-HEAD with
7325         the patch at #306726 is applied, and you have a document with <
7326         1500 pages in it.  It's not quite as uniformly nice as the
7327         TreeView, but should be better in the long run.
7328
7329         I'm pretty sure I guarded against breaking compilation with
7330         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7331         I missed some.
7332
7333         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7334         widget yet, so I commented that code out
7335         enable_view_actions_for_widget() for now.  Need to figure this
7336         out.
7337
7338         * shell/ev-page-action.c (match_selected_cb): emit the right
7339         signals.  Our cool C-l completion now works.
7340
7341 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7342
7343         * backend/Makefile.am:
7344         * backend/ev-document-fonts.c:
7345         * backend/ev-document-links.c:
7346         * backend/ev-document.c: (ev_document_load):
7347         * backend/ev-document.h:
7348         * backend/ev-job-queue.c:
7349         * backend/ev-job-queue.h:
7350         * backend/ev-jobs.c:
7351         * backend/ev-jobs.h:
7352         * backend/ev-page-cache.c:
7353         * backend/ev-page-cache.h:
7354
7355         EvPageCache and EvJobs are moved to shell.
7356
7357         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7358         (ev_tmp_filename):
7359         * lib/ev-file-helpers.h:
7360         
7361         New helper to work with temporary files
7362         
7363         * shell/Makefile.am:
7364         * shell/ev-application.c: (ev_application_open):
7365         * shell/ev-application.h:
7366         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7367         (remove_job_from_async_queue), (add_job_to_async_queue),
7368         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7369         (handle_job), (search_for_jobs_unlocked),
7370         (no_jobs_available_unlocked), (ev_render_thread),
7371         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7372         (ev_job_queue_add_job), (move_job_async), (move_job),
7373         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7374         * shell/ev-job-queue.h:
7375         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7376         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7377         * shell/ev-job-xfer.h:
7378         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7379         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7380         (ev_job_links_class_init), (ev_job_render_init),
7381         (ev_job_render_dispose), (ev_job_render_class_init),
7382         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7383         (ev_job_thumbnail_class_init), (ev_job_load_init),
7384         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7385         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7386         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7387         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7388         * shell/ev-jobs.h:
7389         * shell/ev-page-action.c: (ev_page_action_set_document):
7390         * shell/ev-page-cache.c: (ev_page_cache_init),
7391         (ev_page_cache_class_init), (ev_page_cache_finalize),
7392         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7393         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7394         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7395         (ev_page_cache_get_title), (ev_page_cache_get_size),
7396         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7397         (ev_page_cache_get_height_to_page),
7398         (ev_page_cache_get_max_label_chars),
7399         (ev_page_cache_get_page_label),
7400         (ev_page_cache_has_nonnumeric_page_labels),
7401         (ev_page_cache_get_info), (ev_page_cache_next_page),
7402         (ev_page_cache_prev_page), (ev_page_cache_get):
7403         * shell/ev-page-cache.h:
7404         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7405         (ev_pixbuf_cache_clear_job_sizes),
7406         (ev_pixbuf_cache_add_jobs_if_needed),
7407         (ev_pixbuf_cache_set_page_range):
7408         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7409         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7410         * shell/ev-sidebar-thumbnails.c:
7411         (ev_sidebar_tree_selection_changed),
7412         (ev_sidebar_thumbnails_set_document):
7413         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7414         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7415         (ev_statusbar_get_context_id), (ev_statusbar_push),
7416         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7417         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7418         (ev_statusbar_set_progress):
7419         * shell/ev-statusbar.h:
7420         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7421         (ev_view_find_previous):
7422         * shell/ev-window.c: (ev_window_is_empty),
7423         (ev_window_setup_document), (password_dialog_response),
7424         (ev_window_clear_jobs), (ev_window_load_job_cb),
7425         (ev_window_xfer_job_cb), (ev_window_open_uri),
7426         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7427         (ev_window_print), (ev_window_print_range),
7428         (ev_window_state_event), (ev_window_cmd_view_reload),
7429         (menu_item_select_cb), (menu_item_deselect_cb),
7430         (view_status_changed_cb), (ev_window_dispose),
7431         (drag_data_received_cb), (ev_window_init):
7432         * shell/ev-window.h:
7433         * shell/main.c: (load_files):
7434         
7435         New statusbar to show progress on idle. Two new jobs - 
7436         xfer job and load job to load document in background. And update
7437         of page_cache clients to new location of code.
7438
7439 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7440   
7441         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7442         selection in open dialog. It also remembers the last visited directory 
7443         in the current session.
7444
7445 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7446
7447         * shell/ev-properties.c: (ev_properties_new):
7448         * shell/ev-properties.h:
7449         * shell/ev-window.c: (ev_window_cmd_file_properties):
7450         
7451         Get document info from page cache instead of document itself.
7452         This should fix crash related to race conditions described in
7453         bug 306545.
7454
7455 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7456
7457         * ps/ps-document.c: (ps_document_init),
7458         (send_ps), (get_page_box), (output), (catchPipe), (input),
7459         (stop_interpreter), (file_length), (file_readable),
7460         (check_filecompressedb), (ps_document_enable_interpreter),
7461         (document_load), (ps_async_renderer_render_pixbuf):
7462         * ps/ps-document.h:
7463
7464         Big cleanup of the ps code
7465
7466 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7467
7468         * backend/Makefile.am:
7469         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7470         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7471         * backend/ev-async-renderer.h:
7472
7473         Add an async renderer interface (method + callback) which
7474         is useful for backends like ps.
7475
7476         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7477         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7478         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7479         (ev_job_queue_add_job), (move_job_async), (move_job),
7480         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7481
7482         Add queues for async renderer, these are executed on the
7483         main thread.
7484
7485         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7486         (ev_job_render_run):
7487         * backend/ev-jobs.h:
7488
7489         If the backend support async renderer interface use it.
7490
7491         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7492         (setup_pixmap), (ps_document_get_type),
7493         (ps_async_renderer_render_pixbuf),
7494         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7495
7496         Implement async renderer interface.
7497
7498 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7499
7500         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7501
7502         Cleanup links job on exit.
7503
7504 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7507         (drag_data_get_cb), (drag_data_received_cb):
7508         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7509         (drag_data_get_cb), (parse_item_list),
7510         (egg_toolbar_editor_load_actions):
7511         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7512         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7513         (parse_item_list), (parse_toolbars):
7514         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7515         (dvi_pixbuf_put_pixel):
7516         
7517         Fix gcc 4.0 warnings
7518
7519 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7520
7521         * ps/ps-document.c: (start_interpreter):
7522
7523         Fix warning when loading ps
7524
7525 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7526
7527         * ps/ps-document.c: (output):
7528
7529         Fix crash when priting gs error messages.
7530
7531 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7532
7533         * backend/ev-page-cache.c: (_ev_page_cache_new):
7534         * backend/ev-page-cache.h:
7535
7536         Use a const to return title so that we dont double
7537         free it. Small cleanup and fix a leak.
7538
7539         * shell/ev-window.c: (update_window_title):
7540
7541         strdup value from get_title.
7542
7543 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7544
7545         * shell/ev-sidebar-links.c: (job_finished_callback),
7546         (ev_sidebar_links_set_document):
7547
7548         Cleanup the old job when changing document
7549
7550 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551
7552         * shell/ev-stock-icons.c:
7553         * shell/ev-stock-icons.h:
7554         * shell/ev-window.c:
7555         
7556         Add stock icons for actions that can appear in toolbar. Fix for
7557         bug 306566.
7558
7559 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7560
7561         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7562         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7563         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7564         * backend/ev-page-cache.h:
7565         * shell/ev-view.c: (scroll_to_current_page),
7566         (view_update_range_and_current_page), (get_page_y_offset),
7567         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7568         (ev_view_size_request_continuous),
7569         (ev_view_zoom_for_size_continuous_and_dual_page),
7570         (ev_view_zoom_for_size_continuous):
7571         
7572         More compact EvView layout in document with pages of different size.
7573
7574 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7575
7576         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7577         compilation.
7578
7579 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-view.c: (view_set_adjustment_values):
7582         * shell/ev-window.c: (ev_window_cmd_file_properties):
7583         
7584         A bit different fix for rounding problem but it has no
7585         problems on startup. Make properties window transient to parent.
7586
7587 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7588
7589         * pdf/ev-poppler.cc:
7590         
7591         More commenting of font stuff.
7592
7593 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7594
7595         * pdf/ev-poppler.cc:
7596
7597         Comment out some more fonts stuff. Should really
7598         work without the poppler patch now.
7599
7600 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * pdf/ev-poppler.cc:
7603
7604         Adapt to api change
7605
7606 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7607
7608         * data/evince-properties.glade:
7609         * pdf/ev-poppler.cc:
7610         * shell/ev-properties.c: (setup_fonts_view):
7611
7612         Set the column title. Show the dialog only
7613         once everything is setup.
7614         Getting font info can be very slow... will
7615         prolly need to make this threaded too.
7616
7617 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7618
7619         * backend/Makefile.am:
7620         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7621         (ev_document_fonts_get_fonts_model):
7622         * backend/ev-document-fonts.h:
7623         * data/evince-properties.glade:
7624         * pdf/ev-poppler.cc:
7625         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7626         * shell/ev-properties.h:
7627         * shell/ev-window.c: (ev_window_cmd_file_properties):
7628
7629         Implement fonts list. Defined out for now, since it depends
7630         on a not yet committed poppler patch.
7631
7632 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7633
7634         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7635         page + 1.
7636
7637         * shell/ev-window.c: Make sure we add the timeout when we get a
7638         focus-in event.
7639
7640         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7641         adjustment->value before calculating the zoom factor to average
7642         out all of our rounding errors.  The page no longer 'drifts' when
7643         resizing.
7644
7645 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7646
7647         * data/evince-properties.glade:
7648         * shell/ev-properties.c: (ev_properties_format_date),
7649         (set_property):
7650         
7651         Labels don't expand when the dialogue is resized.
7652         strftime result needs to be converted to UTF-8. Thanks
7653         to Christian Persch <chpe@gnome.org>.
7654
7655 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7656
7657         * data/evince-properties.glade:
7658
7659         Hide the fonts tab
7660
7661 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7662
7663         * backend/ev-document-info.h:
7664         * backend/ev-document.c: (ev_document_info_free):
7665         * data/evince-properties.glade:
7666         * pdf/ev-poppler.cc:
7667         * ps/ps-document.c: (ps_document_get_info):
7668         * shell/ev-properties.c: (ev_properties_format_date),
7669         (set_property), (ev_properties_new):
7670         * shell/ev-properties.h:
7671         * shell/ev-window.c: (ev_window_cmd_file_properties):
7672
7673         Rework properties code to take only EvPropertyInfo
7674         in the constructor so that it can be useful for
7675         nautilus plugin too.
7676
7677         Deal with backends that doesnt support some properties.
7678         Make set property code generic.
7679
7680 2005-06-04  Christian Persch <chpe@gnome.org>
7681
7682         * data/evince-properties.glade:
7683
7684         fix spacings, make resizeable, and make data labels
7685         selectable + ellipsised
7686
7687 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7688
7689         * backend/ev-document-info.h:
7690         * data/Makefile.am:
7691         * data/evince-ui.xml:
7692         * pdf/ev-poppler.cc:
7693         * shell/Makefile.am:
7694         * shell/ev-window.c: (update_action_sensitivity),
7695         (ev_window_cmd_file_properties):
7696
7697         Initial go at file properties. Patch by
7698         Emil Soleyman-Zomalan <emil@soleyman.com>.
7699         Needs love see #169583
7700
7701 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7702
7703         * ps/ps-document.c: (output):
7704         * ps/ps.c: (psscan):
7705
7706         Try to render even if psscan fails.
7707
7708 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7709
7710         * ps/ps.c: (psscan), (pscopydoc):
7711
7712         Port buffered reading code from gv
7713
7714 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7715
7716         * ps/ps-document.c: (interpreter_message), (output):
7717
7718         Do not fail on interpreter messages
7719
7720 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7721
7722         * backend/ev-document-misc.c:
7723         (ev_document_misc_get_thumbnail_frame):
7724
7725         Pages can be 0 x 0, dont assert on this case
7726
7727 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7728
7729         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7730         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7731
7732         Correctly manage our reference on document. Finally the reload
7733         huge leak is gone...
7734
7735 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7736
7737         * ps/ps-document.c: (ps_document_dispose):
7738
7739         Forgot to chain it to the parent. Thanks chpe.
7740
7741 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7742
7743         * ps/ps-document.c: (ps_document_dispose),
7744         (ps_document_class_init), (stop_interpreter), (document_load):
7745
7746         Cleanup dispose a bit. Dont leak the whole pixmap.
7747
7748 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7749
7750         * pdf/ev-poppler.cc:
7751
7752         Release the poppler document on dispose
7753
7754 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7755
7756         * shell/ev-view.c: (ev_view_set_document):
7757
7758         Release ref on the pixbuf cache when changing
7759         document.
7760
7761 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7762
7763         * ps/ps-document.c: (ps_document_get_info):
7764
7765         Fix a double free
7766
7767 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7768
7769         * backend/ev-page-cache.c: (ev_page_cache_init),
7770         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7771         * backend/ev-page-cache.h:
7772         * shell/ev-page-action.c: (page_changed_cb):
7773         
7774         Set page action entry width depending on labels width. Fix
7775         for bug 305202.
7776
7777 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7778
7779         * backend/ev-link.c: (ev_link_class_init):
7780
7781         Allow -1 as page value (error)
7782
7783 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7784
7785         * shell/ev-sidebar-thumbnails.c:
7786         (ev_sidebar_thumbnails_set_document):
7787         * shell/ev-view.c: (scroll_to_current_page),
7788         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7789         (page_changed_cb), (on_adjustment_value_changed),
7790         (ev_view_set_document):
7791
7792         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7793         Fix bug 305377
7794
7795 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * configure.ac:
7798         * djvu/djvu-document.c: (djvu_document_get_page_size):
7799
7800         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7801         bug 301993.
7802
7803 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7804
7805         * shell/ev-view.c (draw_one_page): modify the expose handling to
7806         get the shadows.
7807
7808         * shell/ev-window.c (update_action_sensitivity): Respect
7809         permissions field.  Kowtow to the man.
7810
7811         * pdf/ev-poppler.cc: Get the permissions field.
7812
7813         * tiff/*c: Make a tiny bit more robust.
7814
7815 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7816
7817         * djvu/djvu-document.c:
7818         
7819         Pop messages from djvu context message queue.
7820
7821 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7822
7823         * configure.ac, Makefile.am, shell/Makefile.am:
7824         * tiff/Makefile.am, shell/ev-document-types.c:
7825         
7826         Cleanup tiff configure checks. Fix for bug 305218.
7827
7828 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7829
7830         * configure.ac: Added "uk" to ALL_LINGUAS.
7831
7832 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7833
7834         * cut-n-paste/zoom-control/ephy-zoom.c:
7835         (ephy_zoom_get_changed_zoom_level):
7836         * cut-n-paste/zoom-control/ephy-zoom.h:
7837         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7838         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7839         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7840         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7841         (zoom_control_changed_cb), (ev_window_init):
7842         
7843         Fix minor points related to moving best fit up. Introduce
7844         "zoom" property and make zoom control change it's value on
7845         notify::zoom signals. Fix for 305080.
7846
7847 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * data/evince-ui.xml:
7850         * shell/ev-window.c: (set_view_actions_sensitivity):
7851         
7852         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7853
7854 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7855
7856         * configure.ac:
7857
7858         Depends on poppler 0.3.2
7859
7860 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * cut-n-paste/recent-files/egg-recent-item.c:
7863         (egg_recent_item_get_short_name):
7864         * cut-n-paste/toolbar-editor/Makefile.am:
7865         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7866         (new_pixbuf_from_widget):
7867         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7868         * cut-n-paste/toolbar-editor/egg-marshal.c:
7869         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7870         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7871
7872         Sync
7873
7874 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7875
7876         * tiff/tiff-document.c: Rough TIFF backend.
7877
7878 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7879
7880         * NEWS:
7881         * configure.ac:
7882         * cut-n-paste/toolbar-editor/Makefile.am:
7883
7884         Release 0.3.1
7885
7886 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7889         (ev_view_find_next), (ev_view_find_previous):
7890
7891         Remove the locks around get_n_results   
7892
7893 2005-05-21  Juerg Billeter  <j@bitron.ch>
7894
7895         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7896
7897         Pass correct number of pages to poppler.
7898
7899 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7900
7901         * configure.ac:
7902         * data/Makefile.am:
7903         * data/evince.desktop.in: 
7904         * data/evince.desktop.in.in:
7905         * po/POTFILES.in:
7906         
7907         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7908
7909 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7910
7911         * shell/ev-view.c: (view_update_adjustments),
7912         (view_set_adjustment_values): cast adjustmen->value to (int)
7913         before using it.  Otherwise, we get off by a pixel in some
7914         situations.
7915
7916         (draw_one_page): Draw the border on expose.
7917
7918 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7919
7920         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7921         adjustment when the mode changes, #304923
7922
7923 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7924
7925         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7926         flickering on resize but still use gdk_window_scroll on
7927         scrolling
7928
7929 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7930
7931         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7932         option, #170458
7933
7934 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7935
7936         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7937         second page on page_changed if possible, #304669
7938
7939 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7940
7941         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7942         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7943
7944 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7945
7946         * .cvsignore:
7947         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7948         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7949         (ev_view_zoom_for_size_presentation),
7950         (ev_view_zoom_for_size_continuous_and_dual_page),
7951         (ev_view_zoom_for_size_continuous),
7952         (ev_view_zoom_for_size_dual_page),
7953         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7954         * shell/ev-view.h:
7955         * shell/ev-window.c: (update_view_size),
7956         (ev_window_sizing_mode_changed_cb):
7957
7958         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7959         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7960         an infinite loop, #304769
7961
7962
7963 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7964
7965         * data/evince-ui.xml:
7966         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7967         * shell/ev-window.c: (set_view_actions_sensitivity):
7968
7969         Make PgUp/Down behave like Space
7970
7971 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7972
7973         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7974         * backend/ev-ps-exporter.h:
7975         * pdf/ev-poppler.cc:
7976         * ps/ps-document.c: (ps_document_ps_export_begin):
7977         * shell/ev-print-job.c: (idle_print_handler):
7978
7979         Adapt to new poppler api
7980
7981 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7982
7983         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7984         (ephy_zoom_control_init):
7985
7986         Translate zoom levels
7987
7988 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7989
7990         * cut-n-paste/zoom-control/ephy-zoom.c:
7991         (ephy_zoom_get_zoom_level_index):
7992
7993         Fix current zoom -> zoom control match
7994
7995 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7996
7997         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7998         rather than the scrolled_window that it's in. Fixes bug #304655.
7999
8000 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * shell/ev-view.c: (view_update_adjustments),
8003         (view_set_adjustment_values), (view_update_range_and_current_page),
8004         (view_scroll_to_page), (set_scroll_adjustment),
8005         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8006         (ev_view_scroll), (ev_view_scroll_view),
8007         (ensure_rectangle_is_visible), (find_page_at_location),
8008         (get_link_at_location), (go_to_link), (status_message_from_link),
8009         (ev_view_size_request_continuous_dual_page),
8010         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8011         (ev_view_unrealize), (ev_view_expose_event),
8012         (ev_view_button_press_event), (ev_view_motion_notify_event),
8013         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8014         (draw_rubberband), (highlight_find_results), (draw_one_page),
8015         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8016         (ev_view_init), (find_changed_cb), (page_changed_cb),
8017         (on_adjustment_value_changed), (ev_view_new),
8018         (ev_view_set_document), (ev_view_set_zoom),
8019         (ev_view_set_continuous), (ev_view_set_dual_page),
8020         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8021         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8022         (ev_view_zoom_for_size_presentation),
8023         (ev_view_zoom_for_size_continuous_dual_page),
8024         (ev_view_zoom_for_size_continuous),
8025         (ev_view_zoom_for_size_dual_page),
8026         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8027         (ev_view_get_status), (ev_view_set_status),
8028         (update_find_status_message), (ev_view_get_find_status),
8029         (ev_view_set_find_status), (jump_to_find_result),
8030         (jump_to_find_page), (compute_selections), (clear_selection),
8031         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8032         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8033         (ev_view_update_primary_selection),
8034         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8035         * shell/ev-view.h:
8036         * shell/ev-window.c: (ev_window_open_page_label),
8037         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8038         (ev_window_init):
8039         * shell/ev-window.h:
8040         * shell/main.c: (load_files):
8041
8042         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8043         when resizing.  Remove the bin_window().  Also, patch from James
8044         Bowes to fix command line page, #300641
8045         
8046 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8047
8048         * data/evince-ui.xml:
8049         * shell/ev-view.c:
8050         * shell/ev-view.h:
8051         * shell/ev-window.c: (update_action_sensitivity):
8052
8053         Get rid of View->Normal Size, it's just confusing
8054
8055 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8056
8057         * backend/ev-document-info.h:
8058         * backend/ev-document.c: (ev_document_info_free): Free the
8059         EvDocumentInfo.
8060
8061         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8062         (clear_range), (add_range), (update_visible_range),
8063         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8064         (ev_sidebar_thumbnails_set_document):
8065         * shell/ev-window.c: (ev_window_setup_document): Only render the
8066         visible thumbnails.  It takes an instant to render, but it uses
8067         much less memory.
8068
8069 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * shell/ev-sidebar-links.c: (popup_menu_cb):
8072
8073         Select first item
8074
8075 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * lib/Makefile.am:
8078         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8079         (button_press_cb), (ev_sidebar_links_construct):
8080
8081         Show the popup menu also on keybindings
8082
8083 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8086         * shell/ev-window.h:
8087
8088         Expose api to print a range (with dialog). Make private _print use
8089         it.
8090
8091         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8092         (ev_sidebar_links_construct):
8093
8094         Show a print context menu on linkx, it prints the selected
8095         section.
8096
8097 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8098
8099         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8100         button.
8101
8102 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8103
8104         * AUTHORS:
8105
8106         Update
8107
8108         * shell/ev-window.c: (build_comments_string),
8109         (ev_window_cmd_help_about):
8110
8111         Show poppler version/backend and authors
8112
8113 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8114
8115         * cut-n-paste/zoom-control/ephy-zoom.c:
8116         (ephy_zoom_get_zoom_level_index):
8117         * cut-n-paste/zoom-control/ephy-zoom.h:
8118
8119         Move the best fit items at the top of the list
8120
8121 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * shell/ev-marshal.list:
8124         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8125         (activate_cb), (match_selected_cb), (activate_link_cb),
8126         (connect_proxy), (ev_page_action_class_init):
8127         * shell/ev-page-action.h:
8128
8129         Use signals to notify action activation. Hopefully
8130         I did not break completion since I cant test...
8131
8132         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8133         (register_custom_actions):
8134
8135         Connect to page selector actions and also grab focus on
8136         the view when activated.
8137
8138 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8139
8140         * pdf/ev-poppler.cc:
8141         * backend/ev-page-cache.c: make page size calculation consistent
8142         and set it to (int)( width * scale + 0.5).  This makes the weird
8143         line going through the middle of the page go away.
8144
8145         * shell/ev-view.c: move painting the background page after
8146         checking the expose area covers us.
8147
8148 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * data/evince-password.glade:
8151         
8152         Mark labels as not translatable. Fix for bug 302842.
8153
8154 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8155
8156         * configure.ac: Added "es" to ALL_LINGUAS.
8157
8158 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8159
8160         * data/evince-toolbar.xml:
8161         * shell/ev-window.c: (update_action_sensitivity),
8162         (ev_window_setup_document), (ev_window_set_page_mode),
8163         (ev_window_init):
8164
8165         Remove some leftover code from jrb first continous
8166         attempt. Use the new actions, we still need good icons
8167         though...
8168
8169 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8172
8173         Update label when connecting proxy. Fix a warning with NULL
8174         page_cache.
8175
8176 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * data/evince-ui.xml:
8179         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8180         * shell/ev-page-action.h:
8181         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8182
8183         Add mnemonic for edit toolbar.
8184         ctrl+l focus the page entry.
8185
8186 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8187
8188         * lib/Makefile.am:
8189         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8190         (ev_window_init):
8191         * shell/main.c: (main):
8192
8193         Put the toolbar xml in evince own dot dir
8194
8195 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * shell/ev-window.c: (ev_window_init):
8198
8199         Make the toolbar not removable
8200
8201 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * data/evince-ui.xml:
8204         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8205         * shell/ev-sidebar-links.h:
8206         * shell/ev-sidebar-thumbnails.c:
8207         (ev_sidebar_thumbnails_get_treeview):
8208         * shell/ev-sidebar-thumbnails.h:
8209         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8210         (ev_view_class_init):
8211         * shell/ev-view.h:
8212         * shell/ev-window.c: (update_action_sensitivity),
8213         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8214         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8215         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8216         (ev_window_init):
8217
8218         This is evil... Make space/backspace global accelerators but
8219         enable them only for some widgets (sidebars and view).
8220         I dont like it, but I dont know a better way... :/
8221
8222 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8223
8224         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8225         (ev_page_action_widget_finalize),
8226         (ev_page_action_widget_class_init), (update_page_cache):
8227
8228         Keep a weak reference on proxy->page_cache so that we
8229         dont try to disconnect the signal if the object is already
8230         gone. Maybe there is a better way to cleanup reference handling
8231         in page action though...
8232
8233 2005-05-10  Juerg Billeter  <j@bitron.ch>
8234
8235         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8236         * backend/ev-ps-exporter.h:
8237         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8238         * ps/ps-document.c: (ps_document_ps_export_begin):
8239         
8240         Change api to pass print range to ps_exporter_begin. The pdf backend
8241         requires this information.
8242         
8243         * shell/ev-print-job.c: (idle_print_handler):
8244         
8245         Adapt to api change
8246
8247 2005-05-10  Juerg Billeter  <j@bitron.ch>
8248
8249         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8250         (idle_print_handler)
8251         * shell/ev-window.c: (ev_window_print):
8252
8253         Support printing page range, based on patch by Amaury Jacquot
8254
8255 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * data/evince-toolbar.xml:
8258
8259         Add zoom control to available items
8260
8261 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * shell/ev-window.c: (update_action_sensitivity):
8264
8265         Set slash action insensitive when appropriate
8266
8267 2005-05-10  Christian Persch <chpe@gnome.org>
8268
8269         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8270
8271         Fix warning on the overflow menu
8272
8273 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8276
8277         Check for uri correctness/existence
8278
8279 2005-05-09  Juerg Billeter  <j@bitron.ch>
8280
8281         * shell/ev-window.c: (using_postscript_printer):
8282
8283         LPD printers use postscript, too
8284
8285 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * shell/ev-window.c: (register_custom_actions):
8288
8289         The zoom one is actually sort of useful,
8290         put it back
8291
8292 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-window.c: (register_custom_actions):
8295
8296         Hide page/zoom controls from overflow, they
8297         are useless.
8298
8299 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * cut-n-paste/update-from-egg.sh:
8302         
8303         Share it between all cut-n-paste subdirs
8304
8305         * cut-n-paste/recent-files/Makefile.am:
8306
8307         Fix to use "global" update-from-egg.sh
8308
8309         * cut-n-paste/recent-files/egg-recent-model.c:
8310         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8311         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8312         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8313         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8314
8315         Update from libegg
8316
8317         * cut-n-paste/toolbar-editor/Makefile.am:
8318
8319         Fix to use "global" update-from-egg.sh
8320
8321         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8322
8323         Update from libegg
8324
8325 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8326
8327         * configure.ac:
8328         * cut-n-paste/Makefile.am:
8329         * cut-n-paste/recent-files/Makefile.am:
8330         * cut-n-paste/toolbar-editor/.cvsignore:
8331         * cut-n-paste/toolbar-editor/Makefile.am:
8332         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8333         (egg_editable_toolbar_get_type), (get_toolbar_position),
8334         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8335         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8336         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8337         (set_item_drag_source), (create_item_from_action), (create_item),
8338         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8339         (popup_toolbar_context_menu_cb), (free_dragged_item),
8340         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8341         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8342         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8343         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8344         (item_added_cb), (item_removed_cb),
8345         (egg_editable_toolbar_construct),
8346         (egg_editable_toolbar_disconnect_model),
8347         (egg_editable_toolbar_deconstruct),
8348         (egg_editable_toolbar_set_model),
8349         (egg_editable_toolbar_set_ui_manager),
8350         (egg_editable_toolbar_set_property),
8351         (egg_editable_toolbar_get_property),
8352         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8353         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8354         (egg_editable_toolbar_new_with_model),
8355         (egg_editable_toolbar_get_edit_mode),
8356         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8357         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8358         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8359         (new_pixbuf_from_widget), (new_separator_pixbuf),
8360         (update_separator_image), (style_set_cb),
8361         (_egg_editable_toolbar_new_separator_image),
8362         (egg_editable_toolbar_get_model):
8363         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8364         * cut-n-paste/toolbar-editor/egg-marshal.c:
8365         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8366         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8367         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8368         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8369         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8370         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8371         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8372         (editor_drag_data_delete_cb), (drag_data_get_cb),
8373         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8374         (editor_create_item), (update_editor_sheet), (setup_editor),
8375         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8376         (parse_item_list), (model_has_action), (update_actions_list),
8377         (egg_toolbar_editor_load_actions):
8378         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8379         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8380         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8381         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8382         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8383         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8384         (egg_toolbars_model_add_separator), (impl_add_item),
8385         (parse_item_list), (egg_toolbars_model_add_toolbar),
8386         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8387         (impl_get_item_data), (impl_get_item_type),
8388         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8389         (egg_toolbars_model_init), (free_toolbar),
8390         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8391         (egg_toolbars_model_remove_toolbar),
8392         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8393         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8394         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8395         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8396         (egg_toolbars_model_get_item_data),
8397         (egg_toolbars_model_get_item_type):
8398         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8399         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8400         * data/Makefile.am:
8401         * data/evince-toolbar.xml:
8402         * data/evince-ui.xml:
8403         * data/hand-open.png:
8404         * po/POTFILES.in:
8405         * shell/Makefile.am:
8406         * shell/ev-window.c: (update_chrome_visibility),
8407         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8408         (ev_window_dispose), (ev_window_init):
8409
8410         Implement epiphany like toolbar editor. Based on patch by
8411         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8414
8415         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8416
8417         Use set_cursor instead of set_selection, so that
8418         the keyboard focus moves too.
8419
8420 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8421
8422         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8423
8424         Fix infinite loop when loading Type1 fonts
8425
8426 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8427
8428         * data/evince-ui.xml:
8429         * shell/ev-window.c:
8430
8431         Slash -> Find
8432
8433 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8434
8435         * configure.ac:
8436
8437         Make --disable really disable
8438
8439 2005-05-07  Juerg Billeter  <j@bitron.ch>
8440
8441         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8442
8443         Compare page labels even without has_labels set, fixes setting page
8444         with entry
8445
8446 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8449         (ev_view_set_cursor), (ev_view_button_press_event),
8450         (ev_view_motion_notify_event), (ev_view_button_release_event),
8451         (ev_view_init):
8452
8453         Implement middle button scrolling. Based on a patch
8454         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8455
8456 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * shell/ev-document-types.c: (get_slow_mime_type),
8459         (get_document_type_from_mime), (ev_document_type_lookup):
8460         * shell/ev-document-types.h:
8461
8462         Change api to lookup from uri. Do fast lookup first, if the
8463         type is unknown try with data sniffing.
8464
8465         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8466         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8467
8468         Adapt to api change
8469
8470 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * thumbnailer/Makefile.am:
8473
8474         Fix distcheck
8475
8476 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * NEWS:
8479         * configure.ac:
8480
8481         Release 0.3.0
8482
8483         * data/evince-ui.xml:
8484
8485         Hide presentation mode for now
8486
8487         * shell/ev-view.c: (highlight_find_results):
8488
8489         Show current find selection only on current page
8490
8491 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-view.c: (ev_view_select_all):
8494
8495         Compute size of the actual page, not of
8496         the current one.
8497
8498 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8501         (view_rect_to_doc_rect), (compute_selections),
8502         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8503         (ev_view_copy), (ev_view_primary_get_cb),
8504         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8505         (ev_view_button_press_event), (ev_view_motion_notify_event),
8506         (ev_view_button_release_event), (page_changed_cb):
8507
8508         Fix text selection
8509
8510 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-view.c: (compute_border), (get_page_extents),
8513         (doc_rect_to_view_rect), (highlight_find_results),
8514         (ev_view_bin_expose), (ev_view_select_all),
8515         (ev_view_motion_notify_event), (update_find_status_message),
8516         (jump_to_find_result), (jump_to_find_page):
8517
8518         First go at fixing search, still buggy
8519
8520 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8521
8522         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8523         dropdown box and button at the top of the sidebar.
8524
8525 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8526
8527         * configure.ac: Output zoom-control Makefile.
8528         * cut-n-paste/Makefile.am: build zoom-control subdir.
8529         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8530         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8531         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8532         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8533         * cut-n-paste/zoom-control/ephy-zoom.c:
8534         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8535         from epiphany, and modified to add a separator into the menu.
8536         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8537         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8538         zoom-control action.
8539         * shell/Makefile.am: Include zoom-control flags.
8540         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8541         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8542         (ev_view_zoom_for_size_presentation),
8543         (ev_view_zoom_for_size_continuous_and_dual_page),
8544         (ev_view_zoom_for_size_continuous),
8545         (ev_view_zoom_for_size_dual_page),
8546         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8547         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8548         ev_view_get_zoom and ev_view_get_sizing_mode.
8549         * shell/ev-view.h:
8550         * shell/ev-window.c: (update_action_sensitivity),
8551         (update_sizing_buttons), (zoom_control_changed_cb),
8552         (register_custom_actions): Initialize and use the zoom-control 
8553         widget.
8554
8555 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8558         preview cache back to 1.  Don't know when it got set to 0.
8559         
8560         * shell/ev-view.c: (compute_border), (ev_view_realize),
8561         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8562         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8563         (ev_view_get_fullscreen), (ev_view_set_presentation),
8564         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8565         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8566         * shell/ev-view.h:
8567         * shell/ev-window.c:
8568         (update_chrome_visibility),
8569         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8570         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8571         (update_document_mode), (ev_window_update_fullscreen_action),
8572         (ev_window_fullscreen), (ev_window_unfullscreen),
8573         (ev_window_cmd_view_fullscreen),
8574         (ev_window_update_presentation_action),
8575         (ev_window_run_presentation), (ev_window_stop_presentation),
8576         (ev_window_cmd_view_presentation), (ev_window_state_event),
8577         (ev_window_focus_in_event), (ev_window_focus_out_event),
8578         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8579         * data/evince-ui.xml: Initial presentation mode.  We should
8580         probably hide this until it's done, as it's quite rough.  Also,
8581         change full-screen to fullscreen and add two getters to EvView.
8582
8583 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * shell/ev-page-action.c: (update_page_cache),
8586         (ev_page_action_dispose):
8587         * shell/ev-window.c: (destroy_fullscreen_popup),
8588         (ev_window_create_fullscreen_popup):
8589
8590         Use connect_object rather than explicitly
8591         disconnect on dispose.
8592
8593 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * shell/ev-page-action.c: (update_page_cache),
8596         (ev_page_action_dispose):
8597
8598 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8599
8600         * backend/ev-page-cache.c: (_ev_page_cache_new),
8601         (ev_page_cache_set_page_label),
8602         (ev_page_cache_has_nonnumeric_page_labels):
8603         * backend/ev-page-cache.h:
8604         * shell/ev-page-action.c: (update_pages_label):
8605         
8606         If all page labels are numeric, fallback to default
8607         way to display number of pages. See bug 173185.
8608
8609 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8610
8611         * shell/ev-page-action.c: (ev_page_action_dispose):
8612         * shell/ev-view.c: (view_update_range_and_current_page):
8613         * shell/ev-window.c: (ev_window_dispose):
8614         
8615         Set page on scroll in continuous mode. Fixes bug 301986.
8616         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8617
8618 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8619
8620         * configure.ac:
8621
8622         Require poppler 0.3.0
8623
8624 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8625         
8626         * shell/Makefile.am, configure.ac: Fix build problems
8627         with t1lib. Bug 301996.
8628
8629 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8630
8631         * shell/ev-view.c: (ev_view_scroll_event):
8632         
8633         Scroll up increase zoom
8634
8635 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8636
8637         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8638         (ev_view_set_sizing_mode),
8639         (ev_view_zoom_for_size_continuous_and_dual_page),
8640         (ev_view_zoom_for_size_continuous):
8641         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8642         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8643         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8644         (ev_window_init):
8645
8646         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8647         Fix for 165473 and 165472.
8648
8649 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8650
8651         * po/POTFILES.in:
8652         * thumbnailer/Makefile.am:
8653         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8654         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8655         * thumbnailer/evince-thumbnailer.schemas.in:
8656         
8657         Make thumbnailer schemas translatable. Fix for bug 301773
8658         
8659         * thumbnailer/evince-thumbnailer-djvu.schemas:
8660         * thumbnailer/evince-thumbnailer-dvi.schemas:
8661         * thumbnailer/evince-thumbnailer.schemas:
8662
8663         Removed files
8664
8665 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8666
8667         * shell/ev-view.c (ev_view_init): forgot to set this.
8668
8669 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8670
8671         * shell/ev-view.c: (find_page_at_location),
8672         (get_link_at_location),
8673         (ev_view_set_show_border), (ev_view_set_spacing),
8674         (ev_view_zoom_for_size_continuous_and_dual_page),
8675         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8676         Also, add a quick fix measuring of widths.  Also, removed
8677         ev_view_set_spacing and ev_view_set_show_border.
8678         
8679         * shell/ev-window.c: (ev_window_unfullscreen),
8680         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8681
8682 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8683
8684         * shell/ev-view.c: (view_update_range_and_current_page),
8685         (page_changed_cb):
8686         
8687         Fix crash on exit and scrolling to page in continuous view.
8688
8689 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8690
8691         * TODO:
8692         * backend/ev-page-cache.c: (_ev_page_cache_new),
8693         (ev_page_cache_get_max_width_size),
8694         (ev_page_cache_get_max_height_size):
8695         * backend/ev-page-cache.h:
8696         * data/evince-ui.xml:
8697         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8698         * shell/ev-view.c: (view_update_adjustments),
8699         (view_update_range_and_current_page), (get_bounding_box_size),
8700         (ev_view_size_request_continuous_and_dual_page),
8701         (ev_view_size_request_continuous),
8702         (ev_view_size_request_dual_page),
8703         (ev_view_size_request_single_page), (ev_view_size_request),
8704         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8705         (ev_view_bin_expose), (ev_view_expose_event),
8706         (ev_view_set_property), (ev_view_get_property),
8707         (ev_view_class_init), (ev_view_init), (ev_view_new),
8708         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8709         (ev_view_set_dual_page), (ev_view_set_full_screen),
8710         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8711         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8712         (ev_view_zoom_out), (zoom_for_size_fit_width),
8713         (zoom_for_size_best_fit),
8714         (ev_view_zoom_for_size_continuous_and_dual_page),
8715         (ev_view_zoom_for_size_continuous),
8716         (ev_view_zoom_for_size_dual_page),
8717         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8718         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8719         * shell/ev-view.h:
8720         * shell/ev-window.c: (update_action_sensitivity),
8721         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8722         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8723         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8724         (ev_window_cmd_view_zoom_out), (update_view_size),
8725         (ev_window_set_sizing_mode), (ev_window_init):
8726
8727         Add Continuous and Dual page modes.
8728
8729 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8730
8731         * dvi/dvi-document.c: (dvi_document_load),
8732         (dvi_document_thumbnails_get_thumbnail),
8733         (dvi_document_init_params): Fix up some mixups between
8734         width and height to correct thumbnail rendering.
8735
8736 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8737
8738         * dvi/mdvi-lib/private.h:
8739         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8740         
8741         Suppess output for kpathsea during font generation. Thanks to
8742         James Bowes
8743
8744 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8745
8746         * NEWS:
8747         * configure.ac:
8748
8749         Release 0.2.1
8750
8751         * Makefile.am: fix distcheck.
8752
8753 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * shell/ev-sidebar-links.c: (selection_changed_callback),
8756         (update_page_callback), (row_activated_callback),
8757         (job_finished_callback), (ev_sidebar_links_set_document):
8758         
8759         Fix for bug #169901. Double click on links expands tree.
8760
8761 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8762
8763         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8764         hard-coded style. Fix for bug 170111
8765
8766 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8767
8768         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8769         locking.
8770
8771 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8772
8773         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8774
8775 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * pdf/ev-poppler.cc:
8778         * shell/ev-view.c: (highlight_find_results):
8779
8780         Fix find on single page documents
8781
8782 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8783
8784         * data/evince.schemas.in: fix for bug 301390
8785
8786 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8787
8788         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8789         (ev_view_zoom_out), (ev_view_zoom_normal):
8790         * shell/ev-view.h:
8791         * shell/ev-window.c: (update_action_sensitivity),
8792         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8793         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8794         (ev_window_cmd_view_normal_size):
8795
8796         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8797         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8798         better than oom. 
8799
8800 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8801
8802         * configure.ac:
8803
8804         Depend on 2.57, 2.59 doesnt seem to be necessary
8805
8806 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8807
8808         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8809         (create_tool_item):
8810
8811         Put back total number of pages as (1 of 1234)
8812
8813 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8814
8815         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8816         remove the job.
8817
8818         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8819         function.  This helps debugging.
8820
8821 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8822
8823         * djvu/djvu-document.c: (djvu_document_class_init),
8824         (djvu_document_get_info), (djvu_document_document_iface_init):
8825         * dvi/dvi-document.c: (dvi_document_class_init),
8826         (dvi_document_get_info), (dvi_document_document_iface_init):
8827
8828         Dummy implementation of get_info method for dvi and
8829         djvu. Fix crashes with those backends
8830
8831 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8832
8833         * data/evince.desktop.in:
8834
8835         Add application/x-gzpostscript
8836
8837 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8838
8839         * data/evince.schemas.in: Added real long descriptions, 
8840         closes bug 172496 
8841
8842         * README: Added actual text, closes bug 171869
8843
8844 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8845
8846         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8847
8848         Thumbnail page 0
8849
8850 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8851
8852         * backend/ev-document-info.h:
8853
8854         s/GDate */GDate so we can just use g_free
8855
8856 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8857
8858         * shell/ev-window.c: (update_document_mode),
8859         (ev_window_setup_document):
8860
8861         Show the window in fullscreen when specified by
8862         the document
8863
8864 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8865
8866         * backend/ev-document.c: (ev_document_class_init),
8867         (ev_document_get_info), (ev_document_render_pixbuf):
8868         * backend/ev-document.h:
8869         * backend/ev-page-cache.c: (_ev_page_cache_new):
8870         * pdf/ev-poppler.cc:
8871         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8872         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8873         * ps/ps-document.c: (ps_document_class_init), (document_load),
8874         (ps_document_get_info), (ps_document_document_iface_init):
8875
8876         Remove get_title from the interface, we can just use document info
8877
8878 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8879
8880         * backend/Makefile.am:
8881         * backend/ev-document.c: (ev_document_render_get_info):
8882         * backend/ev-document.h:
8883         * pdf/ev-poppler.cc:
8884
8885         Initial support for document info. Based on jrb patch.
8886
8887 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8888
8889         * shell/ev-window.c: (ev_window_state_event),
8890         (ev_window_class_init), (ev_window_init):
8891         
8892         Doesn't show resize grip when maximized. See bug #301053
8893
8894 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8895
8896         * po/POTFILES.in:
8897         
8898         ev-sidebar-thumbnails now has translatable labels
8899         
8900         * shell/Makefile.am:
8901         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8902         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8903         (ev_sidebar_links_page_iface_init):
8904         * shell/ev-sidebar-links.h:
8905         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8906         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8907         (ev_sidebar_page_get_label):
8908         * shell/ev-sidebar-page.h:
8909         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8910         (ev_sidebar_thumbnails_set_document),
8911         (ev_sidebar_thumbnails_support_document),
8912         (ev_sidebar_thumbnails_get_label),
8913         (ev_sidebar_thumbnails_page_iface_init):
8914         * shell/ev-sidebar-thumbnails.h:
8915         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8916         (ev_sidebar_set_document):
8917         * shell/ev-sidebar.h:
8918         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8919         
8920         Small rework of sidebar code. Now sidebar pages should implement
8921         EvSidebarPage interface. That makes page management in EvSidebar
8922         easier. See bug #164811 for details
8923
8924 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * shell/ev-application.c: (ev_application_open):
8927         * shell/ev-document-types.c:
8928         
8929         Fix build error and small problem with application exit
8930
8931 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8932
8933         * thumbnailer/Makefile.am:
8934         * thumbnailer/evince-thumbnailer-djvu.schemas:
8935         * thumbnailer/evince-thumbnailer-dvi.schemas:
8936         
8937         Conditionally install schemas for djvu/dvi thumbnailer
8938
8939 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8940
8941         * shell/ev-document-types.h: 
8942         * shell/ev-document-types.c: 
8943         New files, handling the mapping from mimetypes to backends
8944         
8945         * shell/ev-window.c: 
8946         * thumbnailer/evince-thumbnailer.c:     
8947         Use the ev-document-types code
8948         
8949         * shell/Makefile.am: 
8950         Added new convenience library libevbackendfactory_la, containing
8951         the new mimetype->backend logic; moved the backends into it.
8952
8953         * thumbnailer/Makefile.am:
8954         Make the thumbnailer link with the libevbackend.la convenience
8955         library, rather than having a duplicate of the backend logic here.
8956
8957 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8958
8959         * shell/ev-stock-icons.c: constify some vars.
8960         * shell/ev-window.c: ditto.
8961
8962 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8963
8964         * ps/ps-document.c (get_page_orientation):
8965
8966         Respect document orientation 
8967
8968 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8969
8970         * djvu/Makefile.am:
8971         * dvi/Makefile.am:
8972         * shell/Makefile.am:
8973         
8974         Move library dependencies to components.
8975         
8976         * shell/ev-window.c: (update_window_title),
8977         (start_loading_document):
8978         
8979         Fix display of uris with spaces. Bug 168358.
8980
8981 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8982
8983         * shell/ev-sidebar-links.c: (selection_changed_cb):
8984         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8985         (ev_view_button_release_event), (ev_view_set_document):
8986         * shell/ev-view.h:
8987         * shell/ev-window.c: (find_bar_search_changed_cb):
8988         * shell/ev-window.h: Minor cleanups removing some dead code.
8989
8990 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8991
8992         * backend/ev-page-cache.c: (_ev_page_cache_new):
8993         
8994         Set current page to 0 if document has pages.
8995
8996 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8997
8998         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8999
9000         Initialize GError to NULL, fix a crash when loading fails.
9001
9002 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9003
9004         * shell/ev-window.c: (update_view_size):
9005
9006         Calculate shadow size only when there is actually
9007         a shadow.
9008
9009 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9010
9011         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9012         * shell/ev-view.h:
9013
9014         Allow setting view spacing, default to 0
9015
9016         * shell/ev-window.c: (ev_window_unfullscreen),
9017         (ev_window_cmd_view_fullscreen), (ev_window_init):
9018
9019         Remove spacing in fullscreen mode
9020
9021 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9022
9023         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9024         (ev_view_size_request), (expose_bin_window),
9025         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9026         * shell/ev-view.h:
9027         * shell/ev-window.c: (ev_window_unfullscreen),
9028         (ev_window_cmd_view_fullscreen):
9029
9030         Do not draw the border in fulscreen
9031
9032 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9033
9034         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9035         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9036         (find_page_at_location), (page_changed_cb):
9037
9038         Rework border calculation, so that I can more easily disable it.
9039         Code somewhat cleaner too.
9040
9041 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9042
9043         * backend/ev-page-cache.c: (ev_page_cache_init),
9044         (_ev_page_cache_new):
9045
9046         Remove some assertions, documents can have 0 pages.
9047         Make initial current page -1.
9048
9049         * shell/ev-page-action.c: (page_changed_cb):
9050
9051         Show "" if current page is -1
9052
9053         * shell/ev-window.c: (update_action_sensitivity),
9054         (ev_window_setup_document):
9055
9056         When document has 0 pages do not set the view
9057         and make nearly everything insensitive.
9058
9059 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9060
9061         * shell/ev-page-view.c:
9062         * shell/ev-page-view.h:
9063
9064         Remove unused files.
9065         
9066         * shell/ev-sidebar-thumbnails.c:
9067         (ev_sidebar_thumbnails_set_document):
9068         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9069         (ev_sidebar_supports_document):
9070         * shell/ev-sidebar.h:
9071         * shell/ev-window.c: (ev_window_setup_document):
9072         
9073         Doesn't show thumbnails if document has 1 page. Make
9074         sidebar menu entries sensitive only if if they have 
9075         sense. Fix bug 164811. 
9076
9077 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9078
9079         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9080         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9081         (ev_view_zoom_out), (ev_view_set_size):
9082
9083         Rework sizing to deal with documents with not uniform page
9084         size.
9085
9086 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9087
9088         * backend/ev-page-cache.c: (_ev_page_cache_new):
9089
9090         Fix several page size caching bugs
9091
9092 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9093
9094         * shell/ev-window.c: (set_action_properties):
9095
9096         Make all toolbar items translatable
9097
9098 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9101         (save_page_list), (ps_document_save),
9102         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9103         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9104         (ps_document_ps_exporter_iface_init):
9105         * ps/ps-document.h:
9106
9107         Based on a patch by J�rg Billeter <j@bitron.ch>
9108         
9109         Implement print and save a copy for the ps backend.
9110
9111 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9112
9113         * backend/ev-document.h:
9114         * djvu/djvu-document.c: (djvu_document_can_get_text),
9115         (djvu_document_document_iface_init):
9116         * dvi/dvi-document.c: (dvi_document_can_get_text),
9117         (dvi_document_document_iface_init):
9118         * pdf/ev-poppler.cc:
9119         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9120         (pixbuf_document_document_iface_init):
9121         * ps/ps-document.c: (ps_document_can_get_text),
9122         (ps_document_document_iface_init):
9123         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9124         * shell/ev-window.c: (update_action_sensitivity):
9125
9126         Fix the crash when trying to copy in backends that doesnt
9127         support it. We can implement a better solution once we
9128         do real text selection.
9129
9130 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9131
9132         * data/evince-ui.xml:
9133         * shell/ev-window.c: (ev_window_cmd_escape):
9134         
9135         Work around the Escape conflict (find bar and unfullscreen)
9136
9137 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9140         
9141         Fix for #300233. Next page correctly handles document end.
9142         
9143         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9144         (ev_sidebar_thumbnails_class_init),
9145         (ev_sidebar_thumbnails_set_document),
9146         (ev_sidebar_thumbnails_clear_job),
9147         (ev_sidebar_thumbnails_clear_model):
9148         
9149         Cleanup thumbnail jobs on document changes.
9150         
9151         * shell/ev-view.c: (add_scroll_binding_keypad),
9152         (add_scroll_binding_shifted), (ev_view_class_init):
9153         
9154         Shift + Space scrolls up. Fix for #173184
9155         
9156         * shell/ev-window.c: (ev_window_open_page),
9157         (ev_window_cmd_view_reload):
9158         
9159         Fix reload (Bug #300094)
9160
9161 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9162
9163         
9164         * dvi/mdvi-lib/assoc.c:
9165         * dvi/mdvi-lib/assoc.h: Removed garbage files
9166         
9167         * dvi/mdvi-lib/bitmap.c:
9168         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9169         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9170         * dvi/mdvi-lib/color.h: Antialias of rules
9171         
9172         * dvi/mdvi-lib/common.h:
9173         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9174         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9175         * dvi/mdvi-lib/files.c:
9176         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9177         * dvi/mdvi-lib/mdvi.h:
9178         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9179         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9180         * dvi/mdvi-lib/util.c: Fix compile warnings
9181         
9182         * dvi/dvi-document.c:
9183         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9184         (dvi_document_thumbnails_get_thumbnail),
9185         (dvi_document_document_thumbnails_iface_init):
9186         * dvi/mdvi-lib/Makefile.am:
9187         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9188         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9189         
9190         Dvi backend now renders thumbnails
9191
9192 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9193
9194         * shell/main.c: (main): 
9195         
9196         Save accelerators on exit. Fixes bug #172095.
9197
9198 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9201         update priority" comment.
9202
9203         * backend/ev-job-queue.c: Give a way to change priority.
9204
9205 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9206
9207         * shell/ev-page-action.c: Fix logic.
9208
9209 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9210
9211         * shell/ev-view.c: (ev_view_can_find_next):
9212         * shell/ev-window.c: (ev_window_setup_document):
9213
9214         Check that the document supports find
9215
9216 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9217
9218         * data/evince-ui.xml:
9219         * shell/ev-view.c: (ev_view_can_find_next):
9220         * shell/ev-view.h:
9221         * shell/ev-window.c: (update_action_sensitivity),
9222         (find_changed_cb), (ev_window_setup_document),
9223         (ev_window_cmd_edit_find_next):
9224
9225         Add Edit->Find Next
9226
9227 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9228
9229         * pdf/ev-poppler.cc:
9230         * shell/ev-print-job.c: (idle_print_handler):
9231
9232         Make printing work again
9233
9234 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9235
9236         * shell/ev-page-action.h:
9237         * shell/ev-page-action.c: (ev_page_action_widget_init),
9238         (ev_page_action_widget_class_init), (page_changed_cb),
9239         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9240         (get_filter_model_from_model), (match_selected_cb),
9241         (display_completion_text), (match_completion), (update_model),
9242         (connect_proxy), (ev_page_action_set_property),
9243         (ev_page_action_get_property), (ev_page_action_set_document),
9244         (ev_page_action_set_model), (ev_page_action_class_init): Big
9245         reworking to make completions work iff we have >= GTK-2.7.0
9246                 
9247         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9248         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9249         (job_finished_cb): We now have a 'model' property that is set when
9250         the links are loaded.  This can be caught with "notify::model"
9251
9252         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9253         listen for the model to be set, and propagate it to the action.
9254
9255 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * cut-n-paste/recent-files/egg-recent-item.c:
9258         (egg_recent_item_set_uri), (make_valid_utf8),
9259         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9260         * cut-n-paste/recent-files/egg-recent-item.h:
9261         
9262         Update egg-recent from libegg. This should fix long
9263         startup problem. For details see
9264         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9265
9266 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9267
9268         * cut-n-paste/recent-files/Makefile.am:
9269         * data/evince-ui.xml, shell/Makefile.am:
9270         * shell/ev-application.c, shell/ev-application.h:
9271         * shell/ev-window.c: Recent files support.
9272         
9273         * configure.ac: Added "ru" to ALL_LINGUAS.
9274         
9275         * dvju: new backend to support DJVU files.
9276         * dvi: new backend to support DVI.
9277
9278         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9279         * ev-application.c: Support for new backends.
9280         
9281         * help, ev-window.c, main.c shell/Makefile.am: 
9282         Evince user documentation.
9283
9284 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9285
9286         * po/POTFILES.in:
9287         * shell/ev-window.c:
9288         * thumbnailer/evince-thumbnailer.c:
9289
9290         s/pdf-document/ev-poppler
9291
9292 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9293
9294         * NEWS:
9295         * configure.ac:
9296
9297         Release 0.2.0
9298
9299         * ps/ps-document.c: (setup_pixmap):
9300
9301         Remove debug code
9302
9303 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9304
9305         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9306         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9307         (ev_window_cmd_go_first_page): Fix of by one errors.
9308
9309 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9310
9311         * ps/ps-document.c: (get_page_box):
9312
9313         Fix page size calculation
9314
9315 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9316
9317         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9318         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9319         (get_page_orientation), (setup_page), (document_load),
9320         (ps_document_get_page_size), (render_pixbuf_idle):
9321         * ps/ps-document.h:
9322
9323         More refactoring to adapt to EvDocument changes
9324
9325 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9326
9327         * ps/ps-document.c: (start_interpreter):
9328
9329         Actually add alpha args
9330
9331 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * pdf/ev-poppler.cc:
9334
9335         Make clipboard work again
9336
9337 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9338
9339         Make searching work again.
9340         
9341         * backend/ev-document.c:
9342         * backend/ev-document.h:
9343         * backend/ev-document-find.c:
9344         * backend/ev-document-find.h: Change EvDocumentIface so we no
9345         longer store the current page or zoom level in the document.  The
9346         consequence is that all calls that operate on the current page now
9347         instead take the page number as an extra argument, and all
9348         coordinates are now doubles in document coordinate system.
9349
9350         * pdf/ev-poppler.cc:
9351         * pixbuf/pixbuf-document.c:
9352         * ps/ps-document.c: Update backends accordingly.
9353
9354 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9355
9356         * autogen.sh:
9357
9358         Add required gettext version
9359
9360 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9361
9362         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9363         make F1 bring up non-existent help.
9364
9365         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9366         epiphany's find bar, #167477
9367
9368         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9369         <emil@nishra.com> to add space-bar scrolling, 
9370
9371         * shell/ev-window.c (static GtkActionEntry entries): add default
9372         keybinding for Help (F1)
9373         Fixes #171068
9374
9375         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9376         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9377         170110
9378
9379 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9380
9381         * Makefile.am: 
9382         * pixbuf/pixbuf-document.c: 
9383
9384         Got pixbuf backend working again
9385
9386 2005-04-01  Steve Murphy  <murf@e-tools.com>
9387
9388         * configure.in: Added "rw" to ALL_LINGUAS.
9389
9390 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9391
9392         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9393         model types, noticed by Martin Kretzschmar.
9394
9395 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9396
9397         * pdf/ev-poppler.cc: Implement search based on
9398         poppler_page_find_text().  Currently a bit crude since we remember
9399         all matches from all pages.  Also, we grab the big document lock
9400         when we search since searching changes the underlying stream and
9401         thus conflicts with the rendering thread.
9402         
9403         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9404         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9405         (ev_view_find_previous): Fix some page indexes to be 0 based,
9406         offset rubber band by view offset,
9407
9408 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9409
9410         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9411
9412 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9413
9414         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9415         completely because I didn't understand GtkActions.  I should
9416         read Marco's code more carefully in the future.
9417
9418         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9419         function
9420
9421 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9422
9423         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9424         PopplerRectangle change from poppler CVS.
9425
9426 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9427
9428         * backend/ev-document.c: (ev_document_get_page_label):
9429         * backend/ev-document.h:
9430         * backend/ev-page-cache.c: (_ev_page_cache_new),
9431         (ev_page_cache_get_page_label):
9432         * backend/ev-page-cache.h:
9433         * pdf/ev-poppler.cc:
9434         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9435         (links_page_num_func):
9436         * shell/ev-sidebar-thumbnails.c:
9437         (ev_sidebar_thumbnails_set_document):
9438         * shell/ev-view.c: (status_message_from_link),
9439         (ev_view_motion_notify_event):
9440         * shell/ev-window.c: (document_supports_sidebar): Add in page
9441         label support.  It's not perfect yet, but it's the first 'feature'
9442         in a while.
9443         Also, fix a bogus comment noticed by crispin. 
9444
9445 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9446
9447         * Makefile.am: Remove pixbuf backend for now
9448
9449         * configure.ac: Require poppler-glib instead of just poppler.
9450
9451         * backend/ev-document-thumbnails.h: Add a comment
9452
9453         * backend/ev-document.h:
9454         * backend/ev-document.c: (ev_document_class_init),
9455         (ev_document_load), (ev_document_get_link),
9456         (ev_document_get_links): Remove 3 methods and add get_links.
9457         Also, made 0 based.
9458
9459         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9460         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9461
9462         * backend/ev-link.c: (ev_link_set_title),
9463         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9464         (ev_link_mapping_find):
9465         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9466         
9467         * backend/ev-page-cache.c: (ev_page_cache_init),
9468         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9469         (ev_page_cache_get_size), (ev_page_cache_next_page),
9470         (ev_page_cache_prev_page): Fix to be 0 based.
9471
9472         * pdf/Makefile.am: 
9473         * pdf/ev-poppler.h:
9474         * pdf/ev-poppler.cc: New backend.
9475         
9476         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9477         (ps_document_get_page), (ps_document_document_iface_init):
9478
9479         * shell/ev-pixbuf-cache.h:
9480         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9481         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9482         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9483         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9484         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9485         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9486         based.
9487         
9488         * shell/ev-sidebar-thumbnails.c:
9489         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9490         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9491
9492         * shell/ev-view.c: (status_message_from_link),
9493         (find_page_at_location), (get_link_at_location),
9494         (ev_view_motion_notify_event), (ev_view_button_release_event),
9495         (ev_view_init): Use the new link code.  Fix to be 0 based.
9496
9497         * shell/ev-window.c: (update_action_sensitivity),
9498         (document_supports_sidebar): 0 based.
9499
9500 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9501
9502         * pdf/pdf-document.cc: Patch from Fernando Herrera
9503         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9504         *blush*
9505
9506 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9507
9508         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9509         1 to the page, as this seems to be 1 based.  I thought we has this
9510         fixed.  grump.
9511
9512 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9513
9514         * TODO:
9515         * backend/Makefile.am:
9516         * backend/ev-document-links.c:
9517         (ev_document_links_has_document_links),
9518         (ev_document_links_get_links_model):
9519         * backend/ev-document-links.h:
9520         * backend/ev-document.c: (ev_document_get_page_cache),
9521         (ev_document_get_doc_mutex), (ev_document_load),
9522         (ev_document_save), (ev_document_get_title),
9523         (ev_document_get_n_pages), (ev_document_set_page),
9524         (ev_document_get_page), (ev_document_set_target),
9525         (ev_document_set_scale), (ev_document_set_page_offset),
9526         (ev_document_get_page_size), (ev_document_get_text),
9527         (ev_document_get_link), (ev_document_render),
9528         (ev_document_render_pixbuf), (ev_document_scale_changed):
9529         * backend/ev-document.h:
9530         * backend/ev-job-queue.c: (remove_object_from_queue),
9531         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9532         (no_jobs_available_unlocked), (ev_render_thread),
9533         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9534         (ev_job_queue_remove_job):
9535         * backend/ev-job-queue.h:
9536         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9537         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9538         (ev_job_links_class_init), (ev_job_render_init),
9539         (ev_job_render_dispose), (ev_job_render_class_init),
9540         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9541         (ev_job_thumbnail_class_init), (ev_job_finished),
9542         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9543         (ev_job_render_run), (ev_job_thumbnail_new),
9544         (ev_job_thumbnail_run):
9545         * backend/ev-jobs.h:
9546         * backend/ev-link.c:
9547         * backend/ev-link.h:
9548         * backend/ev-page-cache.c: (ev_page_cache_init),
9549         (ev_page_cache_class_init), (ev_page_cache_finalize),
9550         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9551         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9552         (ev_page_cache_set_link), (ev_page_cache_get_title),
9553         (ev_page_cache_get_size), (ev_page_cache_next_page),
9554         (ev_page_cache_prev_page):
9555         * backend/ev-page-cache.h:
9556         * pdf/pdf-document.cc:
9557         * ps/gsdefaults.c:
9558         * ps/gsdefaults.h:
9559         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9560         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9561         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9562         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9563         (is_interpreter_ready), (output), (catchPipe), (input),
9564         (start_interpreter), (check_filecompressed), (compute_dimensions),
9565         (ps_document_enable_interpreter), (document_load),
9566         (ps_document_next_page), (render_page), (ps_document_set_page),
9567         (ps_document_set_scale), (render_pixbuf_idle),
9568         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9569         * ps/ps-document.h:
9570         * shell/Makefile.am:
9571         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9572         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9573         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9574         (ev_pixbuf_cache_new), (job_finished_cb),
9575         (check_job_size_and_unref), (move_one_job),
9576         (ev_pixbuf_cache_update_range), (find_job_cache),
9577         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9578         (ev_pixbuf_cache_add_jobs_if_needed),
9579         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9580         * shell/ev-pixbuf-cache.h:
9581         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9582         (idle_print_handler):
9583         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9584         (selection_changed_cb), (create_loading_model),
9585         (ev_sidebar_links_construct), (links_page_num_func),
9586         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9587         (update_page_callback), (job_finished_cb),
9588         (ev_sidebar_links_set_document):
9589         * shell/ev-sidebar-thumbnails.c:
9590         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9591         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9592         (page_changed_cb), (thumbnail_job_completed_callback),
9593         (ev_sidebar_thumbnails_set_document):
9594         * shell/ev-sidebar-thumbnails.h:
9595         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9596         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9597         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9598         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9599         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9600         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9601         (ev_view_button_release_event), (ev_view_scroll_view),
9602         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9603         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9604         (ev_view_new), (job_finished_cb), (page_changed_cb),
9605         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9606         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9607         (ev_view_find_previous):
9608         * shell/ev-view.h:
9609         * shell/ev-window.c: (update_action_sensitivity),
9610         (ev_window_open_page), (update_window_title), (update_total_pages),
9611         (page_changed_cb), (ev_window_setup_document),
9612         (password_dialog_response), (ev_window_cmd_save_as),
9613         (ev_window_print), (ev_window_cmd_go_previous_page),
9614         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9615         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9616         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9617         * shell/main.c: (main):
9618
9619         Merge evince-threads branch
9620
9621 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9622
9623         * configure.ac: Added "lt" to ALL_LINGUAS.
9624
9625 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9626
9627         * NEWS:
9628         * configure.ac:
9629
9630         Release 0.1.9
9631
9632 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9633
9634         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9635
9636         Fix here also the thumbnails 1-basedness :)
9637
9638 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9639
9640         * NEWS:
9641         * configure.ac:
9642
9643         Release 0.1.8
9644
9645 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9646
9647         * pdf/pdf-document.cc:
9648         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9649         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9650
9651         Fix the mess we did with thumbnails and 1-basedness
9652
9653 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9654
9655         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9656
9657 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9658
9659         * NEWS:
9660         * configure.ac:
9661
9662         Release 0.1.7
9663
9664 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9665
9666         * ps/Makefile.am:
9667         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9668         (gtk_gs_defaults_get_alpha_parameters),
9669         (gtk_gs_defaults_get_ungzip_cmd),
9670         (gtk_gs_defaults_get_unbzip2_cmd):
9671         * ps/gsdefaults.h:
9672         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9673         (ps_document_get_orientation), (document_load),
9674         (ps_document_goto_page), (ps_document_set_page_size):
9675         * ps/ps-document.h:
9676
9677         Some more sanitization of the ps backend. Remove a lot
9678         of unused code and do not base our defaults on ggv
9679         preferences (ugh!)
9680
9681 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9682
9683         * thumbnailer/evince-thumbnailer.schemas:
9684         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9685         (main): add -s option for thumbnail size.
9686
9687 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9688
9689         * configure.ac:
9690
9691         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9692         remove it.
9693
9694 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9695
9696         * pdf/pdf-document.cc:
9697
9698         Remove 4 pixels of useless border from the
9699         thumbnail.
9700
9701 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9702
9703         * backend/ev-document-thumbnails.c:
9704         (ev_document_thumbnails_get_thumbnail):
9705         * backend/ev-document-thumbnails.h:
9706
9707         Rework API a bit. Add a border flag and
9708         change sizing logic (now the size we specify
9709         applies to the bigger dimension).
9710
9711         * pdf/pdf-document.cc:
9712         * pixbuf/pixbuf-document.c:
9713         (pixbuf_document_thumbnails_get_thumbnail):
9714         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9715         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9716
9717         Adapt to the new API and do not draw a border for nautilus
9718         thumbnailer.
9719
9720 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9721
9722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9723         take thumbnails from page "0" instead of "1". Added a copyright header.
9724
9725 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9726
9727         * ps/ps-document.c: (set_up_page), (start_interpreter):
9728
9729         Make it C89 compliant
9730
9731 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9732
9733         * Makefile.am:
9734         * configure.ac:
9735         * pdf/.cvsignore:
9736         * pdf/pdf-document.cc:
9737         * thumbnailer/Makefile.am:
9738         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9739         (main):
9740         * thumbnailer/evince-thumbnailer.schemas:
9741         * thumbnailer/pdf-icon.png:
9742
9743         Add a nautilus thumbnailer.
9744         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9745
9746 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9747
9748         * NEWS:
9749         * configure.ac:
9750         * po/POTFILES.in:
9751
9752         Release 0.1.6
9753
9754 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9755
9756         Use poppler instead of including xpdf source code.  Poppler is a
9757         fork of xpdf to build it as a shared library. See
9758         http://freedesktop.org/wiki/Software/poppler.
9759
9760         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9761         xpdf fork.
9762         
9763         * pdf/Makefile.am: Build libpdfdocument.a here.
9764         
9765         * pdf/GDKSplashOutputDev.cc:
9766         * pdf/GDKSplashOutputDev.h:
9767         * pdf/GnomeVFSStream.cc:
9768         * pdf/GnomeVFSStream.h:
9769         * pdf-document.cc:
9770         * pdf-document.h:
9771         * test-gdk-output-dev.cc
9772         * Thumb.cc:
9773         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9774         against poppler.
9775
9776 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9777
9778         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9779
9780         Clear idle stack before unsetting the document
9781
9782 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9783
9784         * ps/ps-document.c: (ps_document_widget_event),
9785         (ps_document_set_target), (ps_document_finalize),
9786         (ps_document_get_page):
9787
9788         Disconnect the widget event signal on finalize.
9789         Some code cleanups.
9790
9791 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9792
9793         * ps/ps-document.c: (set_up_page):
9794
9795         If there is no bpixmap create one, even if size
9796         is not changed.
9797
9798 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9799
9800         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9801         (set_up_page), (document_load), (ps_document_set_zoom):
9802
9803         Default page is 0. Calculate size even when we have no
9804         target yet.
9805
9806 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9807
9808         * shell/ev-sidebar.c: expand the selection widget to be always as
9809         wide as the sidebar
9810
9811 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9812
9813         * shell/ev-sidebar-thumbnails.c:
9814         (ev_sidebar_thumbnails_set_document):
9815
9816         Clear the list store when setting document
9817
9818 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9819
9820         * shell/ev-page-action.c: (update_entry), (sync_entry),
9821         (activate_cb), (entry_size_request_cb), (create_tool_item),
9822         (connect_proxy):
9823
9824         Use an entry for the page control instead of spinbuttons
9825
9826 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9827
9828         * data/evince.schemas.in:
9829
9830         Correct confusing string
9831
9832 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9833
9834         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9835         for real.  Gosh, how long has this been broken.
9836
9837         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9838         check for a NULL link.  We crash otherwise.
9839
9840 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9841
9842         * NEWS:
9843         * configure.ac:
9844
9845         Release 0.1.5
9846
9847 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9848
9849         * configure.ac: add the french translation.
9850
9851 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9852
9853         * shell/ev-window.c:
9854
9855         Remove unused header -> fix distcheck
9856
9857 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9858
9859         * shell/ev-window.c: (update_window_title),
9860         (ev_window_popup_password_dialog):
9861
9862         Unescape filename for display
9863
9864 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9865
9866         * pdf/xpdf/pdf-document.cc:
9867
9868         In get_page_size deal with rotation. Also
9869         cleanup the function a bit.
9870
9871 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9872
9873         * pdf/xpdf/pdf-document.cc:
9874
9875         Fix crash when opening in new window
9876
9877 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9878
9879         * configure.ac:
9880
9881         Check ghostscript >= 7
9882
9883 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9884
9885         * shell/ev-window.c:
9886
9887         Make page width the default sizing mode
9888
9889 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9890         Marco Pesenti Gritti <marco@gnome.org>
9891
9892         * shell/ev-window.c: Remember the sidebar size
9893
9894         * data/evince.schemas.in: Add a new gconf key to store the size of
9895         the sidebar
9896
9897 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9898
9899         * data/evince-ui.xml:
9900         * shell/ev-window.c: (update_action_sensitivity),
9901         (ev_window_cmd_view_reload):
9902         
9903         Add a "Reload" action and menu entry
9904
9905 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9906
9907         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9908         iff the type doesn't support thumbnailing and indexing.
9909
9910 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9911
9912         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9913
9914 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9915
9916         * pdf/splash/Splash.cc:
9917
9918         Port fix for a crasher from kde bug
9919         http://bugs.kde.org/show_bug.cgi?id=97131
9920
9921 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9922
9923         * pdf/xpdf/pdf-document.cc:
9924
9925         Return a link even if it's of an unrecognized
9926         type. Otherwise we go in an infinte cycle.
9927
9928 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9929
9930         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9931         (size_allocate_cb), (ev_window_set_sizing_mode):
9932
9933         Update size when switching mode
9934
9935 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9936
9937         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9938         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9939         (ev_window_cmd_view_normal_size):
9940
9941         Fix size toggle buttons behavior
9942
9943 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9944
9945         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9946         (doc_rect_to_view_rect), (ev_view_size_allocate),
9947         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9948         (scale_changed_callback):
9949
9950         Do not cache offsets in size_allocate.
9951
9952 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9953
9954         * shell/ev-view.c: (ev_view_size_allocate):
9955
9956         Calculate offsets before calling the parent
9957         class (which does a redraw)
9958
9959 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9960
9961         * pdf/xpdf/pdf-document.cc:
9962
9963         Fix a crasher on exit. Unused code, put a TODO
9964
9965 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9966
9967         * backend/ev-document.c: (ev_document_class_init),
9968         (ev_document_page_changed), (ev_document_scale_changed):
9969         * backend/ev-document.h:
9970
9971         Separate page/scale notifications
9972
9973         * pdf/xpdf/pdf-document.cc:
9974
9975         Emit the new signals.
9976         Do not display the pdf page in _render, do it
9977         when scale/page are requested.
9978
9979         * ps/ps-document.c: (ps_document_set_zoom),
9980         (ps_document_widget_event):
9981         * ps/ps-document.h:
9982
9983         Emit the new signals.
9984
9985         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9986         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9987         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9988         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9989         * shell/ev-view.h:
9990         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9991         (ev_window_cmd_view_page_width), (size_allocate_cb),
9992         (ev_window_set_sizing_mode):
9993
9994         Rework sizing to be pixel based.
9995         There are bugs but should be already way better.
9996
9997 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9998
9999         * shell/ev-window.c: (ev_window_init):
10000
10001         Do not allow to shrink sidebar smaller then
10002         child requisition
10003
10004 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10005
10006         * shell/ev-sidebar.[ch]
10007         * shell/ev-window.c:
10008
10009         Improved sidebar widget. Fixes #166683
10010
10011 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10012
10013         * shell/ev-view.c (update_find_status_message): Give translators
10014         more flexibility with ngettext plural handling.
10015
10016 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10017
10018         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10019         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10020         page when we get the page size.
10021
10022 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10023
10024         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10025
10026         ps pages are 0 based, convert 
10027
10028 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10029
10030         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10031
10032         Initialize correct parent class. Set GError on document load
10033
10034 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10035
10036         * pdf/xpdf/pdf-document.cc:
10037
10038         Fixup selection offset calculation
10039
10040         * shell/ev-view.c: (view_rect_to_doc_rect),
10041         (doc_rect_to_view_rect), (ev_view_size_allocate),
10042         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10043         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10044
10045         Store selection as document relative, so that zooming
10046         and offset changing doesnt break it.
10047
10048 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * shell/ev-view.c: (ev_view_best_fit):
10051
10052         Do not try to best fit if the view is not realized
10053
10054 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10055           
10056         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10057
10058 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10059
10060         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10061
10062 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10063
10064         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10065         the popup window.  That prevents it resizing when in full screen
10066         mode.
10067
10068         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10069         multiple rerenders.  This pretty much sucks.
10070
10071         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10072         rest of the toolbar.
10073
10074 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10075
10076         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10077
10078 2005-02-17  Alexander Shopov  <ash@contact.bg>
10079
10080         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10081
10082 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10083
10084         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10085
10086 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10087
10088         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10089         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10090         (set_document_page), (document_changed_callback),
10091         (ev_view_set_document), (ev_view_find_previous),
10092         (ev_view_hide_cursor), (ev_view_show_cursor):
10093         * shell/ev-view.h:
10094         * shell/ev-window.c: (update_chrome_visibility),
10095         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10096         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10097         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10098         (ev_window_unfullscreen):
10099         * shell/main.c: (main):
10100
10101         Automatically hide the fullscreen button.
10102         Patch by Kristian Høgsberg <krh@redhat.com>
10103
10104 2005-02-16  Vincent Noel  <vnoel@cox.net>
10105
10106         * shell/main.c (main): Specify an icon for the window. Patch by
10107         Jaap A. Haitsma. Fixes #166177.
10108
10109 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10110
10111         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10112
10113 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10114
10115         * backend/ev-document-misc.h:
10116         * backend/ev-document-misc.c:
10117         (ev_document_misc_get_page_border_size),
10118         (ev_document_misc_paint_one_page): New function to canonicalize
10119         sizing/painting a border.
10120
10121         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10122         used.
10123
10124         * pdf/xpdf/pdf-document.cc: use new function
10125
10126         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10127         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10128         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10129         shell/ev-window.c: (update_sizing_buttons),
10130         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10131         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10132         (ev_window_cmd_view_page_width), (size_allocate_cb),
10133         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10134         and "fit width" values act as toggle buttons so they stay
10135         toggled.  It's not 100% perfect, and it's a little slow, but it's
10136         good enough to commit I think.
10137
10138 2005-02-15  David Lodge  <dave@cirt.net>
10139
10140         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10141
10142 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10143
10144         * shell/ev-window.c (update_window_title): replace newlines in
10145         the title by spaces. Bug #166107.
10146
10147 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10148
10149         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10150         parameters providing allocation width and height without
10151         scrollbars and width of a possible vertical scrollbar. With this
10152         additional information the functions can work as
10153         intended. Unfortunately they're not idempotent. We should
10154         transform these commands to toggles. Fixes Bug #164976
10155         Initial patch by Stephane Loeuillet, then heavily modified.
10156
10157         * shell/ev-view.h: update prototypes.
10158
10159         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10160         (ev_window_cmd_view_page_width): provide EvView fit functions with
10161         all the information they need. Formulas to calculate this
10162         information taken from GtkScrolledWindow.
10163
10164 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10165
10166         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10167         created a thumbnail, the list store is updated to know
10168         that the thumbnail is set. Fixes bug #166792
10169
10170 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10171
10172         * shell/ev-window.c: fixed typo, closes bug 166897
10173
10174         * TODO: updated TODO with bug numbers that are relevant
10175
10176 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10177
10178         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10179
10180 2005-02-09  Vincent Noel  <vnoel@cox.net>
10181
10182         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10183         and "Next" toolbar buttons as important to make them stand out.
10184
10185 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10186
10187         * lib/ev-debug.c:
10188         * lib/ev-debug.h:
10189         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10190         (start_interpreter), (stop_interpreter), (document_load),
10191         (ps_document_next_page), (ps_document_goto_page),
10192         (ps_document_set_page_size), (ps_document_widget_event),
10193         (ps_document_render):
10194         * shell/ev-page-view.c: (ev_page_view_dispose):
10195         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10196
10197         Fix compilation on non-gcc platforms
10198
10199 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10200
10201         * NEWS:
10202         * configure.ac:
10203
10204         Release 0.1.4
10205
10206         * pdf/xpdf/Catalog.cc:
10207         * pdf/xpdf/XRef.cc:
10208
10209         Fix the fix for CAN-2004-0888
10210
10211 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10212
10213         * data/Makefile.am:
10214         * data/evince-ui.xml:
10215         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10216         * shell/ev-stock-icons.h:
10217         * shell/ev-window.c: (update_action_sensitivity),
10218         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10219         (set_action_properties):
10220
10221         Improve toolbar layout/icons
10222
10223 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10224
10225         * pdf/xpdf/pdf-document.cc:
10226
10227         Add warnings about unimplemented/unknown link
10228         types.
10229
10230 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10231
10232         * ps/ps-document.c: (set_up_page):
10233
10234         Log gs property
10235
10236 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10237
10238         * ps/ps-document.c: (start_interpreter):
10239
10240         Log gs env var
10241
10242 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10243
10244         * shell/ev-page-view.c: (ev_page_view_dispose):
10245         * shell/ev-view.c: (ev_view_finalize):
10246         * shell/ev-window.c: (ev_window_setup_document),
10247         (ev_window_dispose), (ev_window_init):
10248
10249         Solve more refs issues.
10250
10251         I commented out the page_view initialization for now:
10252         it was never destroyed (because it's never added
10253         to a container). Because of that we was leaking
10254         gs processes. Couldnt think to a clean fix.
10255         We need to figure this out, password view has the
10256         same issue probably.
10257
10258 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10259
10260         * ps/ps-document.c: (ps_document_finalize),
10261         (ps_document_get_n_pages), (ps_document_get_page):
10262
10263         Some cleanups, stop the interpreter on finalize
10264
10265         * shell/ev-page-view.c: (ev_page_view_dispose),
10266         (ev_page_view_class_init):
10267
10268         Release our reference on the document
10269
10270 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10271
10272         * Makefile.am:
10273         * configure.ac:
10274         * doc/debugging.txt:
10275         * lib/.cvsignore:
10276         * lib/Makefile.am:
10277         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10278         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10279         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10280         * lib/ev-debug.h:
10281
10282         Add debugging helpers
10283
10284         * ps/Makefile.am:
10285         * ps/ps-document.c: (set_up_page), (start_interpreter),
10286         (stop_interpreter), (document_load), (ps_document_next_page),
10287         (ps_document_goto_page), (ps_document_set_page_size),
10288         (ps_document_widget_event), (ps_document_render):
10289         * shell/Makefile.am:
10290         * shell/ev-view.c: (expose_bin_window):
10291         * shell/main.c: (main):
10292
10293         Add some logs
10294         
10295 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10296
10297         * ps/ps-document.c: (ps_document_widget_event):
10298
10299         Initialize message_window, this should make ps
10300         rendering really work! (Never noticed because I was
10301         testing with a ps that is causing gs to exit every time!)
10302
10303 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10304
10305         * data/evince.schemas.in: updated simple error in applyto closing tag
10306
10307 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10308
10309         * Makefile.am:
10310         * configure.ac:
10311         * data/.cvsignore:
10312         * data/Makefile.am:
10313         * data/evince-ui.xml:
10314         A data/evince.schemas.in:
10315         * po/POTFILES.in:
10316         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10317         * shell/ev-stock-icons.h:
10318         * shell/ev-window.c: (update_chrome_visibility),
10319         (update_chrome_flag), (ev_window_cmd_edit_find),
10320         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10321         (ev_window_unfullscreen), (ev_window_focus_in_event),
10322         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10323         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10324         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10325         (ev_window_dispose), (ev_window_class_init),
10326         (set_action_properties), (set_chrome_actions), (load_chrome),
10327         (ev_window_init):
10328
10329         Implement fullscreen mode changes from bug #164776.
10330         Also implement persistent chrome toggles.
10331
10332 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10333
10334         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10335
10336 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * NEWS:
10339         * configure.ac:
10340         * shell/ev-view.c:
10341
10342         Add another check for find interface
10343
10344         Release 0.1.3
10345
10346 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10347
10348         * shell/ev-application.c: (ev_application_open):
10349         * shell/ev-window.c: (ev_window_open):
10350
10351         Open gzipped ps documents
10352
10353 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10354
10355         * TODO:
10356         * shell/ev-view.c: (set_document_page):
10357
10358         Clamp page number, dont try to move to
10359         not existant pages.
10360
10361 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10362
10363         * backend/ev-document-find.c: (ev_document_find_changed):
10364         * backend/ev-document-find.h:
10365         * pdf/xpdf/pdf-document.cc:
10366         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10367         * shell/ev-window.c: (find_bar_search_changed_cb):
10368
10369         Fix several bugs with find
10370
10371 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10372
10373         * shell/ev-sidebar-thumbnails.c
10374         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10375         document. Prevents warning from scroll_to_cell.
10376
10377 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10378
10379         * configure.ac: Add «nb» to ALL_LINGUAS too.
10380
10381 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10382
10383         * NOTES: New file with some random thoughts.
10384
10385         * TODO: Update.
10386
10387         * backend/ev-document-misc.c:
10388         (ev_document_misc_get_page_border_size): New function to
10389         canonicalize shadow drawing sizes.  Possibly goofy.
10390
10391         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10392         (ev_view_best_fit), (ev_view_fit_width):
10393         * pdf/xpdf/pdf-document.cc:
10394         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10395         * ps/ps-document.c: (ps_document_get_page_size):
10396         * backend/ev-document-misc.h:
10397         * backend/ev-document.c: (ev_document_get_page_size):
10398         * backend/ev-document.h: get_page_size now takes a page number
10399         parameter.  Made all the backends/frontends honor it.
10400
10401         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10402         see.  Doesn't work yet.
10403
10404         * shell/Makefile.am:
10405         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10406         Doesn't do anything yet.
10407
10408         * shell/ev-sidebar-thumbnails.c:
10409         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10410         [0..n_pages-1]
10411
10412         * shell/ev-window.c: (update_action_sensitivity),
10413         (ev_window_setup_document), (ev_window_set_page_mode),
10414         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10415         view-swapping code a bit so we can have multiple views on a
10416         document.  Add the multi-page view, though it can't be turned on
10417         yet.
10418
10419 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10420
10421         * shell/ev-application.c: (ev_application_open):
10422         * shell/ev-view.c: (expose_bin_window):
10423         * shell/ev-window.c: (ev_window_open):
10424
10425         Support eps and check document supports find
10426         before drawing highlightings in expose.
10427
10428 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10429
10430         * pixbuf/pixbuf-document.c:
10431         (pixbuf_document_thumbnails_get_dimensions),
10432         (pixbuf_document_document_thumbnails_iface_init):
10433
10434         implement get_dimensions
10435
10436 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10437
10438         * NEWS:
10439         * configure.ac:
10440
10441         Release 0.1.2
10442
10443 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10444
10445         * shell/ev-view.c: (set_document_page):
10446
10447         Scroll at the top of the page when changing page
10448
10449 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * shell/ev-view.c: (ev_view_motion_notify_event):
10452
10453         Do not redraw unnecessarily
10454
10455 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * pdf/xpdf/pdf-document.cc:
10458         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10459         (expose_bin_window), (find_changed_cb):
10460
10461         Yay! find works now... Now to find bugs...
10462
10463 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10464
10465         * backend/ev-document-find.c: (ev_document_find_base_init),
10466         (ev_document_find_changed):
10467         * backend/ev-document-find.h:
10468         * pdf/xpdf/pdf-document.cc:
10469         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10470         (expose_bin_window), (ev_view_init), (set_document_page),
10471         (ensure_rectangle_is_visible), (jump_to_find_result),
10472         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10473         (ev_view_find_next), (ev_view_find_previous):
10474         * shell/ev-view.h:
10475         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10476
10477         More work on find implementation, mostly there now
10478
10479 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * backend/ev-backend-marshalers.list:
10482         * backend/ev-document-find.c: (ev_document_find_base_init),
10483         (ev_document_find_cancel), (ev_document_find_page_has_results),
10484         (ev_document_find_get_n_results), (ev_document_find_get_result),
10485         (ev_document_find_get_progress), (ev_document_find_changed):
10486         * backend/ev-document-find.h:
10487
10488         Enanche the find interface to be really able to do
10489         multi page find.
10490
10491         * pdf/xpdf/pdf-document.cc:
10492
10493         Implement
10494
10495         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10496         (expose_bin_window), (ev_view_init),
10497         (ev_view_get_find_status_message), (find_changed_cb),
10498         (ev_view_set_document), (set_document_page):
10499
10500         Adapt to the new interface. A few things are regressed sorry,
10501         I will finish it soon.
10502
10503 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10504
10505         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10506         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10507         ev_sidebar_thumbnails_parent_class variable, don't define another
10508         parent_class variable.
10509
10510         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10511         (ev_page_action_class_init): ditto.
10512
10513         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10514         (pixbuf_document_class_init): ditto.
10515
10516         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10517         ditto.
10518
10519         * .cvsignore: ignore various valgrind output files.
10520
10521 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10522
10523         * data/evince-ui.xml:
10524         * shell/Makefile.am:
10525         * shell/ev-history.c:
10526         * shell/ev-history.h:
10527         * shell/ev-navigation-action.c:
10528         * shell/ev-navigation-action.h:
10529         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10530         (ev_view_set_page), (ev_view_fit_width):
10531         * shell/ev-view.h:
10532         * shell/ev-window.c: (update_action_sensitivity),
10533         (ev_window_setup_document), (register_custom_actions):
10534
10535         Kill session history
10536
10537 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * shell/ev-window.c: (update_action_sensitivity):
10540
10541         Fix inverted up/down buttons
10542
10543 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10544
10545         * shell/ev-sidebar-thumbnails.c
10546         (ev_sidebar_thumbnails_select_page): make sure the selected
10547         thumbnail stays visible.
10548
10549 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10550
10551         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10552         scrolled window for Federico.
10553
10554 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10555
10556         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10557
10558 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * configure.ac:
10561         * pdf/splash/SplashFTFontEngine.cc:
10562
10563         Fix CID fonts with freetype 2.1.9
10564
10565 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10566
10567         * TODO: added item for desktop icon thumbnailer
10568
10569 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10570
10571         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10572         unloaded docs when the title is accessed.
10573
10574         * shell/ev-password-view.[hc]: New widget for displaying password
10575         state.
10576
10577         * shell/ev-window.[ch]: Refactor password handling code to handle
10578         the new view.
10579
10580 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10581
10582         * NEWS:
10583         * configure.ac:
10584         * data/Makefile.am:
10585
10586         Release 0.1.1
10587
10588 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10589
10590         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10591         ignore page offset here, to make search results independent of it,
10592
10593         * shell/ev-view.c (expose_bin_window): but take offsets into
10594         account here. Bug #164932
10595
10596         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10597         scale at the right time. Bug #164996
10598
10599 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10600
10601         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10602         fix the problem. Now I just removed the Adobe font names and hope
10603         that the URW fonts are always in outline format. Bug #164934
10604
10605         * shell/ev-window.c (update_window_title): empty titles are
10606         useless, use filename in that case too.
10607
10608         * NEWS: Add some content.
10609
10610 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10611
10612         * TODO: added one more TODO item and a TODONE section :)
10613
10614 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10615
10616         * ps/ps-document.h: add page_[xy]_offset fields.
10617
10618         * ps/ps-document.c (ps_document_set_page_offset)
10619         (ps_document_render): Keep offset in consideration in a few
10620         places. Bug #164752 "postscript documents are not centered in
10621         window"
10622
10623         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10624         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10625
10626         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10627         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10628         stub out missing methods for complete EvDocument implementation.
10629         Fixes segfaults with Save A Copy and Copy actions.
10630
10631         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10632         (ps_document_document_iface_init): ditto.
10633         
10634 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10635
10636         * data/.cvsignore:
10637         * data/Makefile.am:
10638         * data/evince.desktop.in:
10639
10640         Add desktop file
10641
10642 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * shell/ev-view.c: (ev_view_button_press_event),
10645         (ev_view_motion_notify_event):
10646
10647         Make selection work in any direction
10648
10649 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10650
10651         * TODO:
10652         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10653
10654         Use shorter labels for some of the toolbars items
10655
10656 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10657
10658         * pdf/xpdf/pdf-document.cc:
10659
10660         Check the links info is initialized before
10661         using it. Should fix a crash on startup.
10662
10663 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10664
10665         * pixbuf/pixbuf-document.c
10666         (pixbuf_document_thumbnails_get_dimensions): force floating point
10667         division to calculate page_ratio. Fixes crash with landscape
10668         format pixbufs.
10669
10670 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10671
10672         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10673
10674 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10675
10676         * shell/ev-view.c (set_document_page): unset has_selection when
10677         the page changes.
10678         (set_document_page): handle paper size changes when the page
10679         changes (test with Free Culture, page 2).
10680
10681 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10682
10683         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10684         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10685
10686         Use normal style color for the widget background and
10687         draw a black box around the page.
10688
10689 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10690
10691         * pdf/xpdf/pdf-document.cc:
10692
10693         Keep offset in consideration in a few places
10694
10695         * shell/ev-view.c: (expose_bin_window):
10696
10697         Set the offsets so that the document is ever centered
10698
10699 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10700
10701         * TODO: Added TODO items and finished off the first todo item
10702
10703         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10704         reflect current authors
10705
10706 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * pdf/xpdf/pdf-document.cc:
10709         * shell/ev-view.c: (ev_view_set_cursor),
10710         (ev_view_motion_notify_event), (document_changed_callback),
10711         (set_document_page):
10712
10713         Show a wait cursor while the page is rendering
10714
10715 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10716
10717         * shell/ev-sidebar-thumbnails.c:
10718         (ev_sidebar_tree_selection_changed),
10719         (ev_sidebar_thumbnails_select_page):
10720         * shell/ev-sidebar-thumbnails.h:
10721         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10722         (ev_view_can_go_forward):
10723         * shell/ev-window.c: (ev_window_open_page),
10724         (ev_window_setup_document), (update_current_page),
10725         (view_page_changed_cb), (ev_window_init):
10726         * shell/ev-window.h:
10727
10728         Ensure thumbnails selection, toolbar page control and
10729         current page are in sync.
10730
10731 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10732
10733         * pdf/xpdf/XRef.cc:
10734
10735         Fix CAN-2005-0064
10736
10737 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10738
10739         * backend/Makefile.am:
10740         * backend/ev-document-links.h:
10741         * backend/ev-document-security.c: (ev_document_security_get_type),
10742         (ev_document_security_has_document_security),
10743         (ev_document_security_set_password):
10744         * backend/ev-document-security.h:
10745         * backend/ev-document.c: (ev_document_error_quark):
10746         * backend/ev-document.h:
10747         * data/Makefile.am:
10748         * data/evince-password.glade:
10749         * pdf/xpdf/pdf-document.cc:
10750         * shell/Makefile.am:
10751         * shell/ev-password.c: (ev_password_set_bad_password_label),
10752         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10753         (ev_password_dialog_get_password),
10754         (ev_password_dialog_set_bad_pass):
10755         * shell/ev-password.h:
10756         * shell/ev-window.c: (ev_window_get_attribute),
10757         (ev_window_set_property), (update_action_sensitivity),
10758         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10759         (ev_window_setup_document), (ev_window_get_password),
10760         (ev_window_open), (ev_window_cmd_save_as),
10761         (using_postscript_printer), (ev_window_print),
10762         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10763         (update_fullscreen_popup), (ev_window_fullscreen),
10764         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10765         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10766         (menu_item_select_cb), (find_bar_search_changed_cb),
10767         (ev_window_dispose), (ev_window_init):
10768
10769         Add initial support for password-supported dialogs.  This could be
10770         a lot cooler, but it'll do for now.
10771
10772 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10773
10774         * pdf/xpdf/pdf-document.cc:
10775         * shell/ev-view.c: (status_message_from_link),
10776         (ev_view_set_status), (ev_view_set_cursor),
10777         (ev_view_motion_notify_event), (ev_view_init):
10778         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10779
10780         Fix bugs in the links implementation and change cursor
10781         when hovering a link.
10782
10783 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10784
10785         * viewer/.cvsignore: added cvsignore file for viewer directory
10786
10787         * TODO: created TODO document
10788
10789 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10790
10791         * shell/ev-view.h:
10792         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10793         new functions to help with implementation of sensitivity code
10794         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10795         of all actions that might require it.  Fixes a crash when you
10796         click on the Zoom actions in a window lacking a document.
10797
10798 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10799
10800         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10801         of the Find action
10802
10803 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10804
10805         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10806         (pixbuf_document_document_iface_init):
10807         * ps/ps-document.c: (ps_document_get_link),
10808         (ps_document_document_iface_init):
10809         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10810         (status_message_from_link), (ev_view_set_status),
10811         (ev_view_set_find_status), (ev_view_motion_notify_event),
10812         (ev_view_button_release_event), (ev_view_set_property),
10813         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10814         (ev_view_get_find_status_message), (update_find_results),
10815         (ev_view_get_status), (ev_view_get_find_status):
10816         * shell/ev-view.h:
10817         * shell/ev-window.c: (view_status_changed_cb),
10818         (view_find_status_changed_cb), (ev_window_init):
10819
10820         View status message support, use it to show the links.
10821         Needs work...
10822
10823 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10824
10825         * backend/ev-document.c: (ev_document_get_link):
10826         * backend/ev-document.h:
10827         * pdf/xpdf/pdf-document.cc:
10828         * shell/ev-application.c: (ev_application_open):
10829         * shell/ev-application.h:
10830         * shell/ev-sidebar-links.c: (selection_changed_cb):
10831         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10832         (ev_view_go_to_link):
10833
10834         Add support for document links
10835
10836 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10837
10838         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10839         (create_tool_item):
10840         Set the spin button limits correctly.
10841         
10842         * shell/ev-sidebar-thumbnails.c:
10843         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10844         Support changing pages by clicking on the thumbnails.
10845         
10846 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10847
10848         * pixbuf/pixbuf-document.c:
10849         (pixbuf_document_thumbnails_get_dimensions),
10850         (pixbuf_document_document_thumbnails_iface_init):
10851
10852         implement get_dimensions
10853
10854 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * ps/ps-document.c: (ps_document_goto_page):
10857
10858         Fix page switching on multipage documents
10859
10860 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10861
10862         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10863         
10864         check for NULL before assigning to width and height parameters
10865
10866 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10867
10868         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10869         (pixbuf_document_set_property), (pixbuf_document_get_property):
10870
10871         implement get/set properties
10872
10873 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10874
10875         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10876         
10877         return NULL instead of "Unknown", letting the title get set to
10878         the filename when the pdf has no title.
10879
10880 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * ps/ps-document.c: (ps_document_get_page_count),
10883         (ps_document_goto_page):
10884
10885 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10886
10887         * shell/ev-history.c: (ev_history_get_property),
10888         (ev_history_set_property), (ev_history_class_init),
10889         (ev_history_add_page), (ev_history_set_current_index):
10890         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10891         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10892         (ev_navigation_action_finalize):
10893         * shell/ev-navigation-action.h:
10894         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10895         (ev_view_go_forward), (ev_view_get_find_status_message),
10896         (history_index_changed_cb), (ev_view_set_history):
10897         * shell/ev-view.h:
10898         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10899         (update_current_page), (register_custom_actions):
10900
10901         Implement history dropdowns
10902
10903 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10906         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10907         (ev_view_go_forward):
10908         * shell/ev-window.c: (register_custom_actions):
10909
10910         Fix several history bugs
10911
10912 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10913
10914         * configure.ac: Add «nb» to ALL_LINGUAS.
10915
10916 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * backend/Makefile.am:
10919         * backend/ev-bookmark.c:
10920         * backend/ev-bookmark.h:
10921         * backend/ev-document-bookmarks.c:
10922         * backend/ev-document-bookmarks.h:
10923         * backend/ev-document-links.c: (ev_document_links_get_type),
10924         (ev_document_links_has_document_links),
10925         (ev_document_links_begin_read), (ev_document_links_get_link),
10926         (ev_document_links_get_child), (ev_document_links_next),
10927         (ev_document_links_free_iter):
10928         * backend/ev-document-links.h:
10929         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10930         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10931         (ev_link_get_link_type), (ev_link_set_link_type),
10932         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10933         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10934         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10935         (ev_link_new_external):
10936         * backend/ev-link.h:
10937         * pdf/xpdf/pdf-document.cc:
10938         * shell/Makefile.am:
10939         * shell/ev-application.c: (ev_application_open_link):
10940         * shell/ev-application.h:
10941         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10942         (ev_history_get_link_nth):
10943         * shell/ev-history.h:
10944         * shell/ev-sidebar-bookmarks.c:
10945         * shell/ev-sidebar-bookmarks.h:
10946         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10947         (ev_sidebar_links_class_init), (selection_changed_cb),
10948         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10949         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10950         (do_one_iteration), (populate_links_idle),
10951         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10952         * shell/ev-sidebar-links.h:
10953         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10954         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10955         (go_to_index):
10956         * shell/ev-view.h:
10957         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10958         * shell/ev-window.h:
10959
10960         Rename bookmark to link, and use "Index" for the sidebar panel.
10961
10962 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10963
10964         * shell/Makefile.am:
10965         * shell/ev-application.c: (ev_application_open_bookmark):
10966         * shell/ev-application.h:
10967         * shell/ev-history.c: (ev_history_init), (free_links_list),
10968         (ev_history_finalize), (ev_history_class_init),
10969         (ev_history_add_link), (ev_history_add_page),
10970         (ev_history_get_link_nth), (ev_history_get_n_links),
10971         (ev_history_get_current_index), (ev_history_set_current_index),
10972         (ev_history_new):
10973         * shell/ev-history.h:
10974         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10975         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10976         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10977         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10978         (ev_view_set_page):
10979         * shell/ev-view.h:
10980         * shell/ev-window.c: (ev_window_open_bookmark),
10981         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10982         (goto_page_cb), (register_custom_actions):
10983         * shell/ev-window.h:
10984
10985         Initial history implementation. Needs work.
10986
10987 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10988
10989         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10990
10991 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10992
10993         * cut-n-paste/recent-files/egg-recent-item.c:
10994         * cut-n-paste/recent-files/egg-recent-item.h:
10995         * cut-n-paste/recent-files/egg-recent-model.c:
10996         * cut-n-paste/recent-files/egg-recent-util.c:
10997         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10998         * cut-n-paste/recent-files/egg-recent-view.c:
10999
11000         Update
11001
11002 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11003
11004         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11005         (fillGlyph, fillImageMask, drawImage):
11006         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11007         pdf/splash/SplashTypes.h:
11008         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11009         packed mode for Splash.
11010
11011         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11012         RGB8 packed mode, eliminates the pixbuf data creation loop.
11013
11014         * shell/ev-print-job.c (ev_print_job_finalize)
11015         (ev_print_job_set_property, ev_print_job_get_property)
11016         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11017         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11018         (print_closure_finalize, ev_print_job_print): implement
11019         printing (for backends with EvPsExporter)
11020
11021         * shell/ev_print_job.h: update prototypes.
11022
11023         * shell/ev-window.c (ev_window_print): unref print job after
11024         printing.
11025
11026         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11027         unless the document implements the EvDocumentFind interface.
11028
11029 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11030
11031         * configure.ac: Added ja to ALL_LINGUAS.
11032
11033 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11034
11035         * pdf/xpdf/pdf-document.cc:
11036
11037         add a FIXME. We should probably not allocate
11038         a bookmark object every time
11039
11040 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11041
11042         * shell/ev-application.c: (ev_application_open),
11043         (ev_application_open_bookmark):
11044         * shell/ev-application.h:
11045         
11046         Add a way to open bookmarks
11047
11048         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11049         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11050         (ev_bookmark_set_property), (ev_bookmark_class_init),
11051         (ev_bookmark_new_title), (ev_bookmark_new_link),
11052         (ev_bookmark_new_external):
11053
11054         Support for external uris, better constructors.
11055
11056         * backend/ev-bookmark.h:
11057         * pdf/xpdf/pdf-document.cc:
11058         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11059
11060         Handle external uris
11061
11062 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11063
11064         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11065         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11066
11067         Hook up bookmarks navigation
11068
11069 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11070
11071         * backend/Makefile.am:
11072         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11073         (ev_bookmark_get_title), (ev_bookmark_set_title),
11074         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11075         (ev_bookmark_get_page), (ev_bookmark_set_page),
11076         (ev_bookmark_get_property), (ev_bookmark_set_property),
11077         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11078         (ev_bookmark_new):
11079         * backend/ev-bookmark.h:
11080         * backend/ev-document-bookmarks.c:
11081         (ev_document_bookmarks_get_bookmark):
11082         * backend/ev-document-bookmarks.h:
11083         * pdf/xpdf/pdf-document.cc:
11084         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11085
11086         Add a bookmark object to the backend and use it instead of get_values
11087
11088 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11089
11090         * data/evince-ui.xml:
11091
11092         Cleanup and add select all.
11093
11094         * shell/ev-view.c: (ev_view_select_all),
11095         (ev_view_button_press_event):
11096         * shell/ev-view.h:
11097         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11098
11099         Add select all.
11100         Clear selection on click.
11101
11102 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11103
11104         * shell/ev-sidebar-thumbnails.c
11105         (ev_sidebar_thumbnails_set_document): forgot to unref the
11106         loading_icon.
11107
11108 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11109
11110         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11111         at the visible page, not just linearly.  This makes it look fast.
11112
11113 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11114
11115         * backend/ev-document-misc.c
11116         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11117         white.
11118         * backend/ev-document-thumbnails.h: New interface to get the size
11119         of a page.
11120
11121 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11122
11123         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11124         make dist works
11125
11126 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11127
11128         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11129         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11130         things up a bit.
11131
11132         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11133
11134 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11135
11136         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11137         fonts. Should fix font problems on systems that have the base
11138         fonts in bitmap format. Reported by James Henstridge
11139         <james@jamesh.id.au>.
11140
11141 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11142
11143         * pdf/xpdf/Gfx.cc:
11144         * pdf/xpdf/GfxState.cc:
11145
11146         Fix for CAN-2004-1125
11147
11148 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11149
11150         * shell/ev-view.c: (ev_view_copy):
11151         * shell/ev-view.h:
11152         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11153
11154         Implement Edit->Copy
11155
11156 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * backend/ev-document.c: (ev_document_get_text):
11159         * backend/ev-document.h:
11160         * pdf/xpdf/pdf-document.cc:
11161         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11162         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11163         (ev_view_update_primary_selection), (ev_view_button_press_event),
11164         (ev_view_motion_notify_event), (ev_view_button_release_event):
11165
11166         Beginnings of clipboard support. Incomplete but primary sort
11167         of work.
11168
11169 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11172         (expose_bin_window):
11173
11174         Nicer rubberband drawing, from GtkIconView.
11175
11176 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * backend/ev-document.c: (ev_document_save):
11179         * backend/ev-document.h:
11180         * data/evince-ui.xml:
11181         * pdf/xpdf/pdf-document.cc:
11182         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11183
11184         Implement "Save a copy..." menu item
11185
11186 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11187
11188         * shell/ev-view.c: (ev_view_zoom):
11189
11190         Queue a resize when zoom changes
11191
11192 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11193
11194         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11195         shadows.
11196
11197         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11198         thumbnails..
11199
11200 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11201
11202         * pdf/xpdf/pdf-document.cc
11203         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11204
11205 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11206
11207         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11208         It's slow, but I'll speed it up next!
11209
11210 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11211
11212         * shell/main.c (load_files):
11213
11214         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11215         from the command line and because it seems more appropriate.
11216
11217 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11218
11219         * data/evince-ui.xml:
11220         * shell/ev-window.c: (update_action_sensitivity),
11221         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11222
11223         s/next page/page down
11224         s/previous page/page up
11225
11226 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11227
11228         * data/evince-ui.xml:
11229
11230         Change the layout to match clarkbw design.
11231
11232         * shell/Makefile.am:
11233         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11234         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11235         (ev_navigation_action_finalize),
11236         (ev_navigation_action_set_property),
11237         (ev_navigation_action_get_property),
11238         (ev_navigation_action_class_init):
11239         * shell/ev-navigation-action.h:
11240
11241         Implement clarkbw toolbar navigation controls (incomplete)
11242
11243         * shell/ev-page-action.c: (update_label), (update_spin),
11244         (value_changed_cb), (create_tool_item), (connect_proxy),
11245         (ev_page_action_init), (ev_page_action_finalize),
11246         (ev_page_action_set_property), (ev_page_action_get_property),
11247         (ev_page_action_set_current_page),
11248         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11249         * shell/ev-page-action.h:
11250
11251         Implement a page switcher in the toolbar
11252
11253         * shell/ev-view.c: (ev_view_scroll_view):
11254         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11255         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11256         (register_custom_actions), (ev_window_init):
11257
11258         Change page on PageUp/Down.
11259
11260 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11261
11262         * pdf/xpdf/pdf-document.cc
11263         (pdf_document_thumbnails_get_thumbnail): initial stab at
11264         implementing thumbnail support for pdfs.  It only does documents
11265         with precached pdfs now.
11266
11267 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11268
11269         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11270         thumbnail code into a time-based idle as well.  Also, turn off the
11271         shadow temporarily as it's really slow.
11272
11273 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * backend/ev-document.c: (ev_document_class_init):
11276         * pdf/xpdf/pdf-document.cc:
11277         * shell/ev-window.c: (ev_window_open):
11278
11279         Fix document title bugs and fallback to
11280         filename when not available.
11281
11282 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11283
11284         * backend/ev-document.c: (ev_document_get_type),
11285         (ev_document_class_init), (ev_document_load),
11286         (ev_document_get_title):
11287         * backend/ev-document.h:
11288         * pdf/xpdf/pdf-document.cc:
11289         * ps/ps-document.c: (ps_document_set_property),
11290         (ps_document_get_property), (ps_document_class_init),
11291         (document_load):
11292         * ps/ps-document.h:
11293         * ps/ps.h:
11294         * shell/ev-window.c: (update_window_title), (ev_window_open),
11295         (ev_window_init):
11296
11297         Initial support for document title. Not working yet.
11298
11299 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11302
11303         Grab focus on the view when clicking it
11304
11305 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11306
11307         * shell/ev-marshal.list:
11308         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11309         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11310
11311         Add key bindings to the view. Now if the focus would work
11312         right...
11313
11314 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * Makefile.am:
11317         * backend/Makefile.am:
11318         * data/Makefile.am:
11319         * dvi/Makefile.am:
11320         * dvi/dvilib/Makefile.am:
11321         * pdf/xpdf/Makefile.am:
11322         * po/POTFILES.in:
11323         * ps/Makefile.am:
11324
11325         Fix distcheck
11326
11327 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11328
11329         * shell/ev-view.c: (ev_view_realize):
11330
11331         Fix mouse wheel scrolling
11332
11333 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11334
11335         * ps/Makefile.am:
11336         * ps/gstypes.h:
11337         * ps/gtkgs.c:
11338         * ps/gtkgs.h:
11339         * ps/ps-document.c: (catchPipe), (ps_document_init),
11340         (ps_document_class_init), (ps_document_cleanup),
11341         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11342         (set_up_page), (close_pipe), (is_interpreter_ready),
11343         (interpreter_failed), (output), (input), (start_interpreter),
11344         (stop_interpreter), (file_length), (file_readable),
11345         (check_filecompressed), (check_pdf), (compute_xdpi),
11346         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11347         (ps_document_get_type), (ps_document_emit_error_msg),
11348         (document_load), (ps_document_next_page),
11349         (ps_document_get_current_page), (ps_document_get_page_count),
11350         (ps_document_goto_page), (ps_document_set_page_size),
11351         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11352         (ps_document_load), (ps_document_get_n_pages),
11353         (ps_document_set_page), (ps_document_get_page),
11354         (ps_document_widget_event), (ps_document_set_target),
11355         (ps_document_set_scale), (ps_document_set_page_offset),
11356         (ps_document_get_page_size), (ps_document_render),
11357         (ps_document_document_iface_init):
11358         * ps/ps-document.h:
11359         * ps/ps.c:
11360         * shell/ev-window.c: (ev_window_open):
11361
11362         Rename GtkGS to PSDocument
11363
11364 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * ps/gtkgs.c: (gtk_gs_class_init):
11367         * ps/gtkgs.h:
11368
11369         Some more leftover...
11370
11371 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11372
11373         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11374         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11375         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11376         * ps/gtkgs.h:
11377
11378         Remove unused code and make a lot of stuff private
11379
11380 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11383         (gtk_gs_defaults_changed):
11384         * ps/gsdefaults.h:
11385         * ps/gtkgs.c:
11386         * ps/gtkgs.h:
11387         * ps/ps.h:
11388
11389         Cleanup headers dependencies
11390
11391 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11392
11393         * ps/Makefile.am:
11394         * ps/ggvutils.c:
11395         * ps/ggvutils.h:
11396         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11397         * ps/gsdefaults.h:
11398         * ps/gtkgs.c: (file_length), (file_readable),
11399         (check_filecompressed), (check_pdf), (gtk_gs_load),
11400         (gtk_gs_get_postscript):
11401
11402         Get rid of ggvutils
11403
11404 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * ps/ggvutils.c:
11407         * ps/ggvutils.h:
11408         * ps/gsio.h:
11409         * ps/gtkgs.c: (gtk_gs_set_zoom):
11410
11411         Cleanups
11412
11413 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11416
11417         Ensure the page is rerendered when changing zoom
11418
11419 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11420
11421         * backend/ev-document.c: (ev_document_base_init),
11422         (ev_document_changed):
11423         * backend/ev-document.h:
11424
11425         Add a changed event that is emitted when the page content
11426         changes. This is necessary to deal with the fact that
11427         in ps backend rendering happen asycrounously.
11428         This makes the ps backend mostly work.
11429
11430         * pdf/xpdf/pdf-document.cc:
11431
11432         Emit changed event
11433
11434         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11435         (ps_document_set_target):
11436
11437         Emit changed event
11438
11439         * shell/ev-view.c: (document_changed_callback),
11440         (ev_view_set_document), (ev_view_set_page):
11441
11442         Redraw on the changed signal
11443
11444 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11445
11446         * configure.ac: Added pt_BR to ALL_LINGUAS.
11447
11448 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * backend/ev-document-bookmarks.c:
11451         (ev_document_bookmarks_get_child): *
11452         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11453         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11454         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11455         (ev_sidebar_bookmarks_destroy),
11456         (ev_sidebar_bookmarks_class_init),
11457         (ev_sidebar_bookmarks_construct), (stack_data_free),
11458         (do_one_iteration), (populate_bookmarks_idle),
11459         (ev_sidebar_bookmarks_clear_document),
11460         (ev_sidebar_bookmarks_set_document): *
11461         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11462         (ev_sidebar_add_page),
11463         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11464         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11465         it displays both the topics and the page numbers.
11466
11467 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11468
11469         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11470         toggle.
11471         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11472         visible.
11473
11474 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11475
11476         * configure.ac: Added en_CA to ALL_LINGUAS.
11477
11478 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11479
11480         * ChangeLog: replace bottom of this ChangeLog (merged history of
11481         ggv and gpdf; where all paths were wrong and most of the files are
11482         not even in this tree) with ChangeLog (from arch) of the shell
11483         code.
11484
11485 2004-12-23  Havoc Pennington  <hp@redhat.com>
11486
11487         * shell/ev-window.c: hook up potentially-questionable "find
11488         results status text" feature - something involving the sidebar or
11489         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11490         might be better in the end.
11491
11492         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11493         with corresponding signal when it should be updated
11494
11495         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11496
11497 2004-12-22  Havoc Pennington  <hp@redhat.com>
11498
11499         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11500         find stuff on other pages, sort of (only returns one result on
11501         invisible pages, to show they have results; updates full results
11502         for a page when you view it). Currently repaints the current page
11503         every time a new result is found on any page, which isn't so nice.
11504
11505 2004-12-22  Havoc Pennington  <hp@redhat.com>
11506
11507         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11508         the document doesn't support find (better ideas?)
11509         (find_bar_search_changed_cb): handle missing document or document
11510         that doesn't support find
11511
11512         * pdf/xpdf/pdf-document.cc: port to implement the new
11513         EvDocumentFindIface
11514
11515         * backend/ev-document-find.c: create a new interface for searching
11516
11517         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11518
11519 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11520
11521         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11522         libevbackend.la.
11523
11524         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11525         EvPrintJob constructor arguments.
11526
11527         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11528         for documents that can export PostScript (page by page).
11529
11530         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11531         
11532         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11533         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11534         (pdf_document_ps_exporter_iface_init:
11535         Implement EvPSExporter.
11536
11537         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11538
11539 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11540
11541         * backend/Makefile.am:
11542         * backend/ev-document-thumbnails.c:
11543         (ev_document_thumbnails_get_type),
11544         (ev_document_thumbnails_get_thumbnail):
11545         * backend/ev-document-thumbnails.h:
11546         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11547         (pixbuf_document_thumbnails_get_thumbnail),
11548         (pixbuf_document_document_thumbnails_iface_init):
11549         * shell/Makefile.am:
11550         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11551         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11552         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11553         * shell/ev-sidebar-thumbnails.h:
11554         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11555         (ev_sidebar_set_document):
11556         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11557         (create_shadow), (ev_pixbuf_add_shadow):
11558         * shell/ev-utils.h:
11559         Add thumbnail support.
11560         
11561 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11562
11563         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11564         (using_postscript_printer): Set up a print dialog for "PostScript
11565         injection" method.
11566
11567         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11568         EvPrintJob.
11569
11570         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11571
11572 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11573
11574         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11575         (ps_document_set_target), (ps_document_get_page_size),
11576         (ps_document_render):
11577         * ps/gtkgs.h:
11578
11579         Fix a few bugs
11580
11581 2004-12-22  Christian Rose  <menthos@menthos.com>
11582
11583         * configure.ac: Added "sv" to ALL_LINGUAS.
11584
11585 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11586
11587         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11588         document supports bookmarks.
11589
11590 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11591
11592         * ps/ggvutils.c: (ggv_file_readable):
11593         * ps/ggvutils.h:
11594         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11595         (gtk_gs_get_postscript):
11596
11597         Remove unused utils
11598
11599 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11600
11601         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11602         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11603         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11604         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11605         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11606         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11607         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11608         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11609         (gtk_gs_set_antialiasing), (ps_document_load),
11610         (ps_document_render):
11611         * ps/gtkgs.h:
11612
11613         Another check point for the ps backend. Now I can get it to show
11614         pages!
11615
11616 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11617
11618         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11619         document setting code.
11620
11621 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11622
11623         * shell/eggfindbar.c: (entry_activate_callback):
11624         Animate the next button when activate is pressed.
11625         
11626 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11627
11628         * shell/ev-window.c: (ev_window_cmd_edit_find),
11629         (update_fullscreen_popup), (ev_window_fullscreen),
11630         (ev_window_unfullscreen), (ev_window_state_event_cb),
11631         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11632         Fix bugs in fullscreen code.
11633         
11634 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11635
11636         * Makefile.am:
11637         * configure.ac:
11638         * pixbuf/Makefile.am:
11639         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11640         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11641         (pixbuf_document_set_page), (pixbuf_document_get_page),
11642         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11643         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11644         (pixbuf_document_render), (pixbuf_document_begin_find),
11645         (pixbuf_document_end_find), (pixbuf_document_finalize),
11646         (pixbuf_document_class_init),
11647         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11648         * pixbuf/pixbuf-document.h:
11649         * shell/Makefile.am:
11650         * shell/ev-application.c: (ev_application_open):
11651         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11652         (ev_window_open):
11653         Add pixbuf backend.
11654         
11655 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11656
11657         * Makefile.am: 
11658         * dvi/dvilib/Makefile.am:
11659         * dvi/Makefile.am:
11660         * configure.ac: Auto*ify dvi and dvi/dvilib
11661
11662         * dvi/Makefile: Remove from CVS
11663         
11664         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11665         confusion.
11666
11667         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11668         
11669         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11670         
11671 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11672
11673         * ps/Makefile.am:
11674         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11675         (gtk_gs_value_adjustment_changed), (compute_size),
11676         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11677         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11678         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11679         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11680         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11681         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11682         (ps_document_load), (ps_document_get_n_pages),
11683         (ps_document_set_page), (ps_document_get_page),
11684         (ps_document_set_target), (ps_document_set_scale),
11685         (ps_document_set_page_offset), (ps_document_get_page_size),
11686         (ps_document_render), (ps_document_begin_find),
11687         (ps_document_end_find), (ps_document_document_iface_init):
11688         * ps/gtkgs.h:
11689         * shell/Makefile.am:
11690         * shell/ev-window.c: (ev_window_open):
11691
11692         Some work to integrate gtkgs with EvDocument
11693
11694 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11695
11696         * shell/ev-window.c: (update_fullscreen_popup),
11697         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11698         (exit_fullscreen_button_clicked_cb),
11699         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11700         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11701         (ev_window_state_event_cb), (ev_window_init):
11702         Add fullscreen support from Epiphany.
11703         
11704 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11705
11706         * data/ev-stock-zoom-fit-width.png: fit-width
11707         stock icon from gpdf.
11708         
11709         * shell/ev-stock-icons.[ch]: copied from gpdf.
11710         
11711         * shell/main.c: (main): init stock icons.
11712         
11713         * shell/ev-window.c: use the fit-width icon.
11714         
11715         * data/evince-ui.xml: add zooming toolbar items.
11716
11717 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11718
11719         * shell/ev-view.c: 
11720         (ev_view_best_fit), (ev_view_fit_width): because
11721         get_page_size() returns the scaled page size, we
11722         need to calculate the scale factor relative to
11723         the previous scale factor. Should really just
11724         add get_real_page_size().
11725
11726 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11727
11728         * shell/ev-view.[ch]:
11729         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11730         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11731         add zooming.
11732         
11733         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11734         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11735         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11736         hook it up.
11737         
11738         * pdf/xpdf/pdf-document.cc:
11739         (pdf_document_begin_find),
11740         (pdf_document_end_find): make static.
11741
11742 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11743
11744         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11745
11746         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11747         names to fontconfig patterns.
11748         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11749
11750         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11751         setupBaseFontsFc.
11752
11753 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * Makefile.am:
11756         * configure.ac:
11757         * ps/Makefile.am:
11758         * ps/ggvutils.c:
11759         * ps/ggvutils.h:
11760         * ps/gsdefaults.c:
11761         * ps/gsdefaults.h:
11762         * ps/gsio.c:
11763         * ps/gsio.h:
11764         * ps/gtkgs.c:
11765         * ps/gtkgs.h:
11766         * ps/ps.c:
11767         * ps/ps.h:
11768
11769         Import ggv backend. Not hooked up yet.
11770
11771 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11772
11773         * shell/main.c: (load_files), (main): load files
11774         from the command line.
11775
11776 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11777
11778         * configure.ac: don't require bonobo.
11779         
11780         * cut-n-paste/recent-files/*: kill bonobo recent
11781         view.
11782
11783         * shell/ev-window.c:
11784         (ev_window_is_empty): upd.
11785         (unable_to_load), (ev_window_open): load backend
11786         based on the mime type.
11787
11788 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11789
11790         * backend/.cvsignore: ignore generated marshalers source.
11791
11792         * shell/main.c (main): this is not epiphany.
11793
11794 2004-12-22  Havoc Pennington  <hp@redhat.com>
11795
11796         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11797         (expose_bin_window): draw find highlights
11798
11799         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11800         
11801         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11802         (pdf_document_end_find): implement this interface
11803
11804         * backend/ev-document.c (ev_document_found): add this to emit
11805         signal
11806
11807 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11808
11809         * data/evince-ui.xml: Add a few more toolbar items.
11810
11811         * shell/ev-window.c: Hook up page navigation toolbar 
11812         items.
11813
11814         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11815         a page-changed signal.
11816
11817         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11818         Add ev_document_get_page().
11819
11820         * shell/ev-window.c: Sensitize/desensitize navigation
11821         actions.
11822
11823 2004-12-21  Havoc Pennington  <hp@redhat.com>
11824
11825         * backend/ev-backend-marshal.c,
11826         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11827         marshaler-generator thingy. I'm sure there's a better way to do
11828         this in the modern world.
11829
11830         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11831         end_find methods and "found" signal.
11832
11833         * configure.ac: find glib-genmarshal
11834
11835 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11836
11837         * shell/ev-sidebar.c: Construct an actual sidebar.
11838         * shell/ev-sidebar-bookmarks.[ch]:
11839         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11840
11841 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11842
11843         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11844         Redo size handling.
11845         
11846         * shell/ev-view.c: Track the size from the document.
11847
11848 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11849
11850         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11851         constructor assumes ownership of the string passed in.
11852         
11853         * shell/ev-window.c (ev_window_open): Destroy the error
11854         dialog once we've displayed it.
11855
11856 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11857
11858         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11859         a bit, it works! (sort of)
11860
11861         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11862         Move to .cc since we need to use C++ in the implementation.
11863
11864         * shell/dummy.cc: Add a CC file to force evince
11865         to be linked as a C++ program.
11866
11867 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11868
11869         * shell/ev-view.[ch]: Start of content-area widget.
11870
11871         * shell/ev-window.c: Create a EvView, update it
11872         as we change documents.
11873
11874         * shell/Makefile.am shell/ev-marshal.list: Add
11875         generated marshalers.
11876
11877 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11878
11879         * Makefile.am (SUBDIRS): move shell.
11880
11881 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11882
11883         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11884         .a to libtool convenience libraries.
11885
11886         * shell/ev-window.c (ev_window_open): Hard code loading
11887         a PDF document.
11888         
11889         * backend/ev-document.h: Add a boolean return to load(),
11890         fix GError * to GError **.
11891
11892         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11893         object for a PDF backend EvDocument.
11894
11895 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11896
11897         * dvi/*: New directory with the beginning of a .dvi backend.
11898
11899 2004-12-21  Havoc Pennington  <hp@redhat.com>
11900
11901         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11902         previous/next instead of back/forward
11903
11904 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11905
11906         * backend/ev-document.[ch]: Fix a couple of problems so
11907         it compile.
11908
11909 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11910
11911         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11912         to backend/ directory, rename EvViewer to EvDocument.
11913
11914 2004-12-21  Havoc Pennington  <hp@redhat.com>
11915
11916         * shell/ev-window.c: hook up the find bar widget; now we just need
11917         a document to find things in
11918
11919         * shell/eggfindbar.c: a find bar widget
11920
11921 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11922
11923         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11924
11925 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11926
11927         * pdf/**: Import of xpdf code from gpdf. 
11928
11929         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11930
11931         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11932         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11933         Fix FreeType includes.
11934
11935         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11936         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11937         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11938         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11939         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11940         Include xpdfconfig.h
11941         
11942 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11943
11944         * shell/ev-window.c (ev_window_dispose): dispose can be called
11945         multiple times.
11946
11947 2004-12-21  Havoc Pennington  <hp@redhat.com>
11948
11949         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11950         rather than Evince
11951
11952         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11953         items; really they should be synced with the strings, etc. from
11954         current gpdf, but just getting the boring typing out of the way 
11955
11956 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11957
11958         * po/POTFILES.in:
11959         * shell/ev-application.c: (window_destroy_cb):
11960         * shell/ev-window.c:
11961         * shell/main.c: (main):
11962
11963         Actually show the window...
11964
11965 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11966
11967         * Makefile.am:
11968         * shell/Makefile.am:
11969         * shell/ev-application.c: (ev_application_class_init):
11970         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11971
11972         Make it build again
11973
11974 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11975
11976         Import to gnome cvs.
11977         
11978         * Remove copies of gpdf and ggv trees.
11979         * Rip out all the recursive configure code.
11980         * Remove bonobo machinery.
11981         * viewer/*: GInterfaces that backends should/can implement.
11982
11983 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11984
11985         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11986         typo
11987
11988 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11989
11990         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11991         (ev_application_finalize, ev_application_class_init)
11992         (ev_application_init): use GType instance private data for priv.
11993
11994         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11995         (ev_window_finalize, ev_window_class_init)
11996         (ev_window_init): ditto.
11997
11998 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11999
12000         * shell/ev-application.c (ev_application_new_window): make public
12001         (ev_application_show_initial_window): kill.
12002
12003         * shell/ev-application.h: update prototypes.
12004
12005         * shell/main.cc (main): inline ev_application_show_initial_window.
12006
12007 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12008
12009         * shell/ev-application.c (ev_application_new_window): impl.
12010         (ev_application_show_initial_window): use it.
12011         (is_window_empty, ev_application_get_empty_window): returns an
12012         existing empty window or a new one.
12013         (ev_application_open): from ev_window_cmd_file_open.
12014
12015         * shell/ev-application.h: update prototypes
12016
12017         * shell/ev-window.c (ev_window_is_empty): impl.
12018         (ev_window_open): make public.
12019         (ev_window_cmd_file_open): use ev_application_open
12020
12021         * shell/ev-window.h: update prototypes, remove unused.
12022
12023 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12024
12025         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12026         move destroy handler out of here...
12027
12028         * shell/ev-application.c, shell/ev-application.h: ...into this new
12029         class. Also handles initial window creation.
12030
12031         * shell/main.cc (main): use EvApplication to create initial
12032         window.
12033
12034 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12035
12036         * Makefile.am (SUBDIRS): add cut-n-paste
12037
12038         * cut-n-paste/Makefile.am: add
12039
12040         * configure.ac: generate Makefiles in cut-n-paste
12041
12042 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12043
12044         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12045         (ev_window_class_init): install ev_window_dispose.
12046
12047 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12048
12049         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12050         char (gchar looks stupid).
12051
12052 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12053
12054         * po/de.po: updated German translation.
12055
12056 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12057
12058         * configure.ac: add more pkg-config library checks for gnome-vfs,
12059         bonobo etc.
12060
12061         * gpdf/configure.in: temporarily disable libpaper
12062         checks. Otherwise I'd have to add the checks for the shell, too.
12063
12064 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12065
12066         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12067         and * file filters to the file choose.
12068
12069 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12070
12071         * po/de.po: Updated German translation.
12072
12073 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12074
12075         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12076
12077 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12078
12079         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12080
12081         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12082         (ev_window_init): implement those menuitems.
12083
12084 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12085
12086         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12087
12088         * shell/ev-window.c (ev_window_init): use the toolbar.
12089
12090 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12091
12092         * shell/ev-window.c (ev_window_init): use menu translations
12093
12094 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12095
12096         * configure.ac: add "de" to ALL_LINGUAS.
12097
12098         * po/de.po: add German translation.
12099
12100 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12101
12102         * Makefile.am (SUBDIRS): add po
12103
12104         * configure.ac: check intltool, glib-gettext etc, generate
12105         po/Makefile.in
12106
12107         * po, po/POTFILES.in, po/POTFILES.skip: new.
12108
12109 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12110
12111         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12112         already use (#ifdef ENABLE_NLS)
12113
12114         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12115         pointer indirection thinko.
12116
12117         * shell/main.c: include gi18n.h for bindtextdomain etc.
12118
12119 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12120
12121         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12122         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12123         tooltips for menu items in the statusbar.
12124
12125 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12126
12127         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12128         pkgdatadir drop UIDIR
12129
12130 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12131
12132         * data/evince-ui.xml: Add File->Open menu item
12133
12134         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12135         chooser), hook it up in the ui manager.
12136
12137 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12138
12139         * shell/ev-window.c: fix Help->About tooltip.
12140
12141 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12142
12143         * configure.ac: set CFLAGS for libevprivate.
12144
12145         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12146         definitions, factory etc.
12147
12148         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12149
12150         * shell/Makefile.am: link against libevprivate.a.
12151
12152         * shell/ev-window.c (entries): add stock icon to Help->About.
12153
12154         * shell/main.c (main): init stock icon code.
12155
12156 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12157
12158         * lib/recent-files: egg recent files code
12159
12160         * lib/Makefile.am: add.
12161
12162         * Makefile.am: add lib subdir.
12163
12164         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12165         set CFLAGS for recent-files.
12166
12167 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12168
12169         * configure.ac: disable -ansi and -pedantic gcc flags. They
12170         disable POSIX stuff in stdio.h, but egg-recent uses them.
12171
12172 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12173
12174         * configure.ac: add --disable-deprecated flag (defaults to on in
12175         "cvs" builds).
12176
12177         * shell/Makefile.am (INCLUDES): use it.
12178
12179 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12180
12181         * shell/main.c: add missing #include.
12182
12183         * shell/ev-window.c: fix for pedantic gcc.
12184         (ev_window_cmd_help_about): split license into paragraphs for
12185         translators and pedantic compilers.
12186
12187 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12188
12189         * configure.ac: add more warning flags if compiling with gcc from
12190         cvs (or explicitly requested with --enable-more-warnings).
12191
12192 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12193
12194         * data/evince-ui.xml: add File and File->Close menu.
12195
12196         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12197         (ev_window_destroy): quit after destroy.
12198         (ev_window_class_init): override GtkObject::destroy.
12199         (entries): install close_window callback.
12200
12201 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12202
12203         * Makefile.am (SUBDIRS): add data subdir.
12204
12205         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12206         gtk+ 2.5.0 for GtkAboutDialog.
12207
12208         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12209         main window.
12210
12211         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12212
12213         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12214         manager.
12215         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12216
12217 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12218
12219         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12220
12221 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12222
12223         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12224
12225 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12226
12227         * shell/*: Added shell directory boilerplate, build it.
12228
12229 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12230
12231         * configure.ac, Makefile.am: Added top-level configure.ac and
12232         Makefile.am