]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.
[evince.git] / ChangeLog
1 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
4         * shell/ev-print-job.c: (ev_print_job_class_init):
5
6         Fix a crash when printing with the gnome-print dialog. Fixes bug
7         #488939.
8         
9 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
10
11         * backend/pixbuf/pixbuf-document.c:
12
13         Fix an implicit function definition warning (#487655)
14
15 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-window.c:
18
19         Fix conflicting shortcut for view sade pane and presentation.
20         
21 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * backend/pdf/ev-poppler.cc:
24         (pdf_document_file_exporter_begin_page),
25         (pdf_document_file_exporter_do_page),
26         (pdf_document_file_exporter_end_page),
27         (pdf_document_file_exporter_iface_init):
28         * libdocument/ev-file-exporter.[ch]:
29         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
30         * shell/ev-jobs.c: (ev_job_print_get_page_list),
31         (ev_job_print_run):
32
33         When printing multiple pages per sheet in reverse option, do not
34         invert the order of the pages in every sheet, but the order of the
35         sheets. Do not print blank pages when page range is invalid. Fixes
36         bugs #484857 and #485521.
37         
38 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-jobs.c: (ev_job_print_get_page_list),
41         (ev_job_print_run):
42         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
43
44         Respect ranges order when printing more than one range in random
45         order.
46         
47 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
48
49         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
50         (ev_window_setup_document), (ev_window_rotation_changed_cb):
51
52         Rotate also the window icon when document is rotated. Fixes bug
53         #474681.
54         
55 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
58         (pdf_document_forms_get_form_fields):
59
60         Silently ignore unknown form fields. Fixes bug #482654. Patch by
61         Matthias Drochner.
62         
63 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * configure.ac:
66         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
67
68         Use poppler_page_render_for_printing() instead of
69         poppler_page_render() if available when exporting to a ps or pdf
70         file. Fixes bug #476627.
71         
72 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * shell/ev-window.c: (ev_window_run_fullscreen):
75
76         Do not show the toolbar in fullscreen mode if the main toolbar is
77         not visible. Fixes bug #483048.
78         
79 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * shell/ev-view.c: (ev_view_button_press_event):
82
83         Give priority to form fields over images when deciding whether a
84         button press event is over an image or form field. It allows edit
85         form fields when they are over a background image. Fixes bug
86         #477841.
87         
88 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
89
90         * NEWS:
91         * configure.ac:
92         
93         Update for release 2.20.0
94
95 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * backend/pdf/ev-poppler.cc:
98
99         Remove #ifdef HAVE_FORMS, so that forms support works again.
100
101 2007-09-05  Götz Waschk  <waschk@mandriva.org>
102
103         * configure.ac:
104         * data/evince.desktop.in.in:
105         
106         Fixes desktop file issues. See bug #473471.
107
108 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
111         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
112         (ev_job_queue_remove_job):
113         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
114         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
115         * shell/ev-window.c: (ev_window_clear_save_job),
116         (ev_window_save_job_cb), (file_save_dialog_response_cb),
117         (ev_window_dispose):
118
119         Move save a copy task to its own job so that it's carried out in a
120         thread avoiding another lock in the main thread. Use
121         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
122         can be saved to a pathin another file system. Fixes bug #456891.
123         
124 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
125
126         * NEWS:
127         * configure.ac:
128         
129         Update for release 2.19.92
130
131 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * configure.ac:
134         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
135         (pdf_selection_get_selection_region),
136         (pdf_selection_get_selection_map),
137         (ev_form_field_from_poppler_field):
138
139         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
140         and triple click selections are enabled again now.
141
142 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (ev_window_add_history):
145
146         Make sure not to use the history with documents not supporting
147         links. Fixes bug #468954.
148
149 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-window.c: (ev_window_load_job_cb):
152
153         Restart the search when reloading a document with the find bar
154         visible. Fixes bug #461962.
155
156 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-window.c: (setup_document_from_metadata),
159         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
160
161         Do not jump to the first page when reloading a document from the
162         last page.
163
164 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * shell/ev-window.c: (update_chrome_flag),
167         (setup_sidebar_from_metadata),
168         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
169         (ev_window_cmd_edit_find_next),
170         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
171         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
172         (find_bar_close_cb), (view_actions_focus_in_cb):
173
174         Do not update visibility when changing a chrome flag so that it's
175         possible to update several flags and update visibility only once
176         for all of them.
177
178 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
181
182         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
183         supported by gtk+. Fixes bug #460907.
184
185 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * shell/ev-view.c: (view_update_range_and_current_page):
188
189         Make sure current-page <= end-page in continuous mode. Fixes bug
190         #454950.
191
192 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * backend/pdf/ev-poppler.cc: (build_tree):
195
196         Ignore outline items without a title. Fixes bug #453913.
197
198 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
201         (ev_view_button_release_event), (ev_view_leave_notify_event):
202
203         Use always drag mouse cursor during a drag operation. Fixes bug
204         #470564.
205
206 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
209         (pdf_selection_get_selection_region),
210         (pdf_selection_get_selection_map):
211
212         Temporarily disable double and triple selections since it depends on
213         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
214         released and the update of the external dependency minimal version
215         approved.
216
217 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
220         (pdf_document_file_exporter_do_page):
221         * libdocument/ev-file-exporter.h:
222         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
223         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
224
225         Actually fix printing regressions. Remove orientation from
226         EvPrintContext since it's redundant.
227
228 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
231         * backend/impress/impress-document.c:
232         (impress_document_document_iface_init):
233         * backend/ps/ps-document.c: (ps_document_document_iface_init):
234         * backend/djvu/djvu-document.c:
235         (djvu_document_document_iface_init),
236         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
237         * backend/tiff/tiff-document.c:
238         (tiff_document_document_iface_init):
239         * backend/pixbuf/pixbuf-document.c:
240         (pixbuf_document_document_iface_init):
241         * backend/comics/comics-document.c:
242         (comics_document_document_iface_init):
243         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
244         (pdf_selection_render_selection),
245         (pdf_selection_get_selected_text),
246         (pdf_selection_get_selection_region),
247         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
248         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
249         (ev_selection_get_selection_region),
250         (ev_selection_get_selection_map):
251         * libdocument/ev-document.[ch]:
252         * shell/ev-pixbuf-cache.[ch]: (add_job),
253         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
254         * shell/ev-view-private.h:
255         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
256         (ev_job_render_run):
257         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
258         * shell/ev-view.c: (start_selection_for_event),
259         (ev_view_button_press_event), (ev_view_drag_data_get),
260         (ev_view_drag_data_received), (ev_view_button_release_event),
261         (compute_new_selection_text), (compute_selections),
262         (ev_view_select_all), (get_selected_text), (ev_view_copy),
263         (ev_view_primary_get_cb):
264
265         Add support for double and triple click selections.
266
267 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
268
269         * NEWS:
270         * configure.ac:
271
272         Update for release 2.19.4
273
274 2007-08-28  Justin Blanchard  <justinb04@aim.com>
275
276         * shell/ev-view-private.h:
277         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
278         (ev_view_set_highlight_search):
279         * shell/ev-view.h:
280         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
281         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
282         (find_bar_visibility_changed_cb):
283         
284         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
285
286 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
289         (pdf_document_file_exporter_begin),
290         (pdf_document_file_exporter_do_page):
291         * shell/ev-jobs.c: (ev_job_print_run):
292         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
293
294         Create always a portrait cairo surface and rotate when needed for
295         landscape. It fixes printing problems in real printers.
296
297 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
300         * libdocument/ev-file-exporter.[ch]:
301         (ev_file_exporter_get_capabilities):
302         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
303         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
304
305         Adjust number of pages per row according to page orientation when
306         printing 2 or 6 pages per sheet.
307
308 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-window.c: (ev_window_print_send):
311
312         Reset also cups setting to 1 when printing multiple pages per
313         sheet. Fixes bug #468853.
314
315 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * libdocument/ev-document-misc.c:
318         (ev_document_misc_surface_rotate_and_scale):
319
320         Use directly cairo_surface_get_content() when creating a similar
321         surface as suggested by Jeff Muizelaar. Thanks again.
322
323 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * backend/djvu/djvu-document.c: (djvu_document_render):
326         * backend/tiff/tiff-document.c: (tiff_document_render):
327         * backend/pdf/ev-poppler.cc: (pdf_document_render):
328         * libdocument/ev-document-misc.c:
329         (ev_document_misc_surface_from_pixbuf),
330         (ev_document_misc_surface_rotate_and_scale):
331
332         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
333         creating page surfaces. Fixes bug #453123. Thank you very much to
334         Jeff Muizelaar <jeff@infidigm.net>.
335
336 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-page-cache.c: (ev_page_cache_new),
339         (ev_page_cache_get_thumbnail_size):
340         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
341         (ev_sidebar_thumbnails_set_loading_icon):
342
343         Also store in page-cache the dimensions of the thumbnails so that
344         they can be used to create the correct loading icon in the side
345         pane. Fixes bug #466857.
346
347 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * backend/pdf/ev-poppler.cc:
350         (pdf_document_thumbnails_get_thumbnail):
351
352         Fix thumbnails rotation in pdf documents that include embedded 
353         thumbnails.
354
355 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
356
357         * backend/pdf/ev-poppler.cc:
358
359         Don't use #ifdef in macro expansion. Some compilers don't
360         like that. Closes bug #467042.
361
362 2007-08-15  Justin Blanchard  <justinb04@aim.com>
363
364         * backend/djvu/djvu-document.c: (djvu_document_finalize):
365         
366         Fixes memory leak in djvu backend.
367
368 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
369
370         * data/icons/32x32/Makefile.am:
371         * data/icons/32x32/actions/Makefile.am:
372         * data/icons/32x32/actions/view-page-cont.svg:
373         * data/icons/32x32/actions/view-page-facing.svg:
374         * data/icons/48x48/Makefile.am:
375         * data/icons/48x48/actions/Makefile.am:
376         * data/icons/48x48/actions/view-page-cont.svg:
377         * data/icons/48x48/actions/view-page-facing.svg:
378         
379         Icons for a new sizes.
380
381 2007-08-14  Justin Blanchard  <justinb04@aim.com>
382
383         * shell/ev-page-cache.c: (build_height_to_page),
384         (ev_page_cache_get_height_to_page):
385         
386         Fixes invalid read, see bug #466401.
387
388 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
391         (set_drag_cursor):
392         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
393         (configure_item_cursor), (new_pixbuf_from_widget):
394
395         Fix multihead problems in toolbar editor. Fixes bug #382055.
396
397 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-window.c: (ev_window_cmd_file_open),
400         (ev_window_cmd_save_as):
401
402         Use g_get_user_special_dir when available instead of
403         xdg_user_dir_lookup.
404
405 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
406
407         * MAINTAINERS:
408         
409         Updated according to request on desktop-devel.
410
411 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
414
415         Do not use cairo_rectangle and cairo_clip since we are
416         not using cairo_fill but cairo_paint. Use the same cairo context
417         for every page in the same expose event.
418
419 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
420
421         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
422         leak.
423
424 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * configure.ac:
427         * NEWS:
428
429         Release 0.9.3
430
431 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * libdocument/ev-document-info.h:
434         * libdocument/ev-document.h:
435         * shell/ev-page-action.h:
436         * shell/ev-sidebar-links.h:
437
438         Fix a headers problem with ev-link
439         
440         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
441         * shell/ev-view-private.h:
442         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
443         (get_link_area), (ev_view_query_tooltip),
444         (ev_view_leave_notify_event), (ev_view_destroy),
445         (ev_view_class_init):
446
447         Use new gtk tooltips when available instead of ev-tooltip.
448         
449 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * shell/ev-window.c: (update_chrome_visibility),
452         (ev_window_sidebar_visibility_changed_cb):
453
454         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
455         
456 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * shell/ev-navigation-action.c:
459         (ev_navigation_action_history_changed),
460         (ev_navigation_action_set_history):
461         * shell/ev-navigation-action-widget.c:
462         (ev_navigation_action_widget_init):
463         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
464
465         Fix compile warnings.
466         
467 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
470         (egg_editable_toolbar_dispose):
471
472         Fix memory leak.
473         
474 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
477         (screensaver_disable_x11):
478         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
479         * shell/ev-window.c: (presentation_set_timeout):
480         * shell/ev-view.c: (ev_view_presentation_transition_start):
481
482         Use g_timeout_add_seconds instead of g_timeout_add when
483         available.
484         
485 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
488
489         Set horizontal scrollbar policy to AUTOMATIC instead of
490         NEVER. Workaround for bug #449462.
491         
492 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * shell/ev-jobs.c: (ev_job_render_page_ready):
495
496         Add page_ready callback to main loop with high priority and hold
497         a reference to job during idle.
498         
499 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * configure.ac:
502         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
503         (pdf_document_file_exporter_begin),
504         (pdf_document_file_exporter_do_page),
505         (pdf_document_file_exporter_get_capabilities):
506         * libdocument/ev-file-exporter.h:
507         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
508         * shell/ev-window.c: (ev_window_print_send),
509         (ev_window_print_dialog_response_cb):
510
511         Allow printing multiple pages per sheet. Fixes bug #395573.
512         
513 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * shell/ev-view.c: (tip_from_link):
516         
517         Check for NULL, fixes bug #460862.
518
519 2007-07-29  Christian Persch  <chpe@gnome.org>
520
521         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
522         (ev_window_preview_print_finished), (ev_window_do_preview_print),
523         (ev_window_cmd_preview_print):
524         
525         Fixes bug #437681 - blocks while enumerating printers.
526
527 2007-07-29  Christian Persch  <chpe@gnome.org>
528
529         * shell/ev-window.c: (ev_window_screen_changed):
530         
531         Don't use deprecated gtk+ function. See bug #460909.
532
533 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * shell/ev-utils.c: (get_num_monitors):
536         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
537
538         Do not use display before initializing it. Remove compile
539         warnings.
540
541 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
542
543         * shell/ev-view.c: (ev_view_class_init):
544         
545         Unix-like hjkl bindings added. See bug #458111.
546
547 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
548
549         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
550         * shell/ev-utils.h:
551         * shell/ev-view.c: (ev_view_set_zoom_for_size),
552         (ev_view_update_view_size):
553         * shell/ev-view.h:
554         * shell/ev-window.c: (ev_window_update_actions),
555         (setup_view_from_metadata), (ev_window_screen_changed),
556         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
557         (zoom_control_changed_cb):
558         * shell/ev-window.h:
559         
560         Reorganizes utility functions.
561
562 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
565         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
566         (add_job), (ev_pixbuf_cache_get_surface),
567         (ev_pixbuf_cache_get_link_mapping),
568         (ev_pixbuf_cache_get_image_mapping),
569         (ev_pixbuf_cache_get_form_field_mapping),
570         (ev_pixbuf_cache_get_text_mapping):
571         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
572         (notify_page_ready), (ev_job_render_page_ready),
573         (ev_job_render_run):
574
575         Add page_ready signal to notify that page is ready as soon as
576         possible even if other page elements like links, forms, images or
577         text mapping are not ready yet.
578
579 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
582         (dvi_document_file_exporter_do_page),
583         (dvi_document_file_exporter_get_capabilities),
584         (dvi_document_file_exporter_iface_init):
585         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
586         (ps_document_file_exporter_do_page),
587         (ps_document_file_exporter_get_capabilities),
588         (ps_document_file_exporter_iface_init):
589         * backend/djvu/djvu-document.c:
590         (djvu_document_file_exporter_begin),
591         (djvu_document_file_exporter_end),
592         (djvu_document_file_exporter_get_capabilities),
593         (djvu_document_file_exporter_iface_init):
594         * backend/tiff/tiff-document.c:
595         (tiff_document_file_exporter_begin),
596         (tiff_document_file_exporter_get_capabilities),
597         (tiff_document_document_file_exporter_iface_init):
598         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
599         (pdf_document_file_exporter_do_page),
600         (pdf_document_file_exporter_get_capabilities),
601         (pdf_document_file_exporter_iface_init):
602         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
603         (ev_file_exporter_get_capabilities):
604         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
605         (idle_print_handler), (ev_print_job_print):
606         * shell/ev-jobs.c: (ev_job_print_run):
607         * shell/ev-window.c: (ev_window_print_send),
608         (ev_window_print_range):
609
610         Use capabilities to know which options should be offered by the
611         print dialog depending on the document backend.
612
613 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
616
617         Give priority to forms over text to set the cursor.
618
619 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-view-private.h:
622         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
623         (ev_view_leave_notify_event), (ev_view_finalize),
624         (ev_view_get_property), (ev_view_class_init):
625
626         Use IBEAM cursor for text form fields and NORMAL cursor for read
627         only fields. Remove unused status attribute.
628
629 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
632
633         Update region for current selected items also for checkbox
634         buttons, since they can behave as radio buttons when they are in a
635         set.
636
637 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * configure.ac:
640         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
641
642         Get max length of text form fields.
643
644 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
647         * libdocument/ev-form-field.h:
648         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
649
650         Fix build with current poppler cvs head.
651
652 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * cut-n-paste/zoom-control/ephy-zoom-control.c:
655         * shell/eggfindbar.c: (egg_find_bar_init):
656
657         Fix build with gtk+ >= 2.11.5 due to gtktooltips
658         deprecation. Fixes bug #455667
659
660 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
661
662         * NEWS:
663         * configure.ac:
664         
665         Update for release 0.9.2
666
667 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * shell/ev-view.c: (ev_view_form_field_text_save),
670         (ev_view_form_field_choice_save):
671
672         Fix a crash when closing whith a form widget visible.
673
674 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
677
678         Update also the region of the current selected button when
679         clicking on another button if they are radio buttons.
680
681 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
684         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
685         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
686         (ev_pixbuf_cache_get_link_mapping),
687         (ev_pixbuf_cache_get_image_mapping),
688         (ev_pixbuf_cache_get_form_field_mapping),
689         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
690         * shell/ev-view.c: (ev_view_form_field_get_region),
691         (ev_view_form_field_button_create_widget),
692         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
693         (job_finished_cb):
694
695         Redraw only form field region instead of the whole page when
696         reloading a page to show changes on the form field.
697
698 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-view.c: (ev_view_form_field_choice_save):
701
702         Fix selection of first item in list form fields.
703
704 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
707         (ev_pixbuf_cache_reload_page),
708         (ev_pixbuf_cache_get_form_field_mapping):
709
710         Some refactoring to avoid duplicated code.
711
712 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * configure.ac:
715         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
716         (ev_form_field_from_poppler_field),
717         (pdf_document_forms_get_form_fields),
718         (pdf_document_forms_form_field_text_get_text),
719         (pdf_document_forms_form_field_text_set_text),
720         (pdf_document_forms_form_field_button_set_state),
721         (pdf_document_forms_form_field_button_get_state),
722         (pdf_document_forms_form_field_choice_get_item),
723         (pdf_document_forms_form_field_choice_get_n_items),
724         (pdf_document_forms_form_field_choice_is_item_selected),
725         (pdf_document_forms_form_field_choice_select_item),
726         (pdf_document_forms_form_field_choice_toggle_item),
727         (pdf_document_forms_form_field_choice_unselect_all),
728         (pdf_document_forms_form_field_choice_set_text),
729         (pdf_document_forms_form_field_choice_get_text),
730         (pdf_document_document_forms_iface_init):
731         * libdocument/Makefile.am:
732         * libdocument/ev-form-field.[ch]:
733         * libdocument/ev-document-forms.[ch]:
734         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
735         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
736         (add_job), (ev_pixbuf_cache_reload_page),
737         (ev_pixbuf_cache_get_form_field_mapping):
738         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
739         * shell/ev-view-private.h:
740         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
741         (ev_view_handle_cursor_over_xy),
742         (ev_view_get_form_field_at_location),
743         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
744         (ev_view_form_field_button_create_widget),
745         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
746         (ev_view_form_field_text_create_widget),
747         (ev_view_form_field_choice_save),
748         (ev_view_form_field_choice_changed),
749         (ev_view_form_field_choice_create_widget),
750         (ev_view_handle_form_field), (ev_view_size_allocate),
751         (ev_view_realize), (draw_end_presentation_page),
752         (ev_view_button_press_event), (ev_view_remove_all),
753         (ev_view_motion_notify_event), (ev_view_key_press_event),
754         (ev_view_enter_notify_event), (highlight_find_results),
755         (draw_loading_text), (draw_one_page), (ev_view_destroy),
756         (ev_view_class_init), (page_changed_cb),
757         (on_adjustment_value_changed), (ev_view_set_presentation),
758         (merge_selection_region), (ev_view_set_cursor),
759         (ev_view_reset_presentation_state):
760         
761         Merge evince-forms branch.
762
763 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
764
765         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
766
767         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
768         This script also updates itself from libegg
769
770         * cut-n-paste/toolbar-editor/egg*:
771         Run update-toolbareditor-from-libegg.sh so we are in sync again with
772         libegg
773
774 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
775
776         * shell/ev-window.c:
777         
778         Adds a nice icon to page action during toolbar editing.
779         See bug #452872.
780
781 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
782
783         * data/evince-toolbar.xml:
784         * shell/ev-window.c:
785         
786         Let user add a presentation and fullscreen icons on toolbar.
787         See bug #449734.
788
789 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
790
791         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
792
793         new script to keep in sync with toolbareditor in libegg
794
795         * cut-n-paste/toolbar-editor/*: 
796
797         Run update-toolbareditor-from-libegg so we are in sync again. 
798         Fixes bug #452850.
799         
800
801 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-sidebar-links.c: (job_finished_callback):
804
805         Do not connect selection changed signal more than once. Fixes bug
806         #349433.
807
808 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-window.c: (ev_window_view_sidebar_cb):
811
812         Do not change sidebar chrome flag when pressing F9 key in
813         presentation mode.
814
815 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * backend/pdf/ev-poppler.cc:
818         (pdf_document_thumbnails_get_dimensions):
819
820         Make sure thumbnails width and height is not <= 0. Fixes a crash
821         with some pdf documents which have really small pages.
822
823 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
824
825         * shell/main.c: (main):
826
827         Fixes program description translation issue.
828         Bug #450148.
829
830 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
831
832         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
833
834         Do not change current page when returning from black/white mode
835         in presentation. Fixes bug #415032.
836
837 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
838
839         * NEWS:
840         * configure.ac:
841         
842         Update for release 0.9.1
843
844 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
845
846         * backend/dvi/dvi-document.c:
847         (dvi_document_finalize),
848         (dvi_document_file_exporter_format_supported),
849         (dvi_document_file_exporter_begin),
850         (dvi_document_file_exporter_do_page),
851         (dvi_document_file_exporter_end),
852         (dvi_document_file_exporter_iface_init), (dvi_document_init):
853         
854         PDF exporter for dvi documents. Fixes bug #441319.
855
856 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (ev_window_clear_print_job):
859
860         Clear gtk print job when job has finished. Fixes bug #447612.
861
862 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-window.c: (ev_window_print_send),
865         (ev_window_print_dialog_response_cb), (ev_window_print_range):
866
867         Add preview button to print dialog. Fixes bug #445419.
868
869 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * backend/dvi/Makefile.am:
872         * backend/dvi/pixbuf-device.[ch]: Removed
873         * backend/dvi/cairo-device.[ch]: Added
874         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
875         * backend/dvi/dvi-document.c: (dvi_document_load),
876         (dvi_document_render), (dvi_document_finalize),
877         (dvi_document_thumbnails_get_thumbnail), (parse_color),
878         (dvi_document_do_color_special):
879         * libdocument/ev-document-misc.[ch]:
880         (ev_document_misc_pixbuf_from_surface):
881
882         Port dvi backend to cairo and fix a problem with colors. 
883
884 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-view.c: (draw_one_page):
887
888         Draw only visible region.
889
890 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * backend/djvu/djvu-document.c: (djvu_document_render):
893
894         Fix rotation in djvu backend.
895
896 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/ev-pixbuf-cache.c: (job_finished_cb),
899         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
900         (ev_pixbuf_cache_get_image_mapping),
901         (ev_pixbuf_cache_get_text_mapping):
902
903         Redraw view every time we have a new surface. Fixes bug #443587.
904
905 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * libdocument/ev-document.c: (ev_document_info_free):
908
909         Fix memory leaks.
910
911 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * backend/dvi/dvi-document.c: (dvi_document_render),
914         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
915         * backend/impress/impress-document.c:
916         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
917         (impress_document_render), (impress_document_document_iface_init),
918         (impress_document_thumbnails_get_thumbnail):
919         * backend/djvu/djvu-document-private.h:
920         * backend/djvu/djvu-document.c: (djvu_document_render),
921         (djvu_document_finalize), (djvu_document_document_iface_init),
922         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
923         * backend/tiff/tiff-document.c: (tiff_document_render),
924         (tiff_document_render_pixbuf),
925         (tiff_document_document_iface_init):
926         * backend/pdf/ev-poppler.cc: (pdf_document_render),
927         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
928         (pdf_selection_render_selection):
929         * backend/comics/comics-document.c:
930         (comics_document_render_pixbuf), (comics_document_render),
931         (comics_document_document_iface_init):
932         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
933         (pixbuf_document_document_iface_init):
934         * libdocument/ev-document-misc.[ch]:
935         (ev_document_misc_surface_from_pixbuf),
936         (ev_document_misc_surface_rotate_and_scale):
937         * libdocument/ev-document.[ch]: (ev_document_render):
938         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
939         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
940         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
941         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
942         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
943         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
944         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
945         (render_finished_cb), (ev_job_render_run):
946         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
947         (merge_selection_region):
948
949         Use cairo image surfaces instead of GDK pixbufs for drawing pages
950         and selections.
951
952 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * shell/ev-window-title.c: (ev_window_title_update):
955
956         Fix memory leak.
957
958 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-view.c: (draw_loading_text):
961
962         Show loading text centered. Fixes bug #433061
963
964 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-sidebar-thumbnails.c:
967         (ev_sidebar_thumbnails_set_loading_icon):
968
969         Remove a mutex in the main thread that blocks the UI in heavy
970         documents.
971
972 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
975
976         Set points_set to TRUE so that selections don't disappear after a
977         zoom change.
978
979 2007-06-07  Michael Monreal  <infernux@web.de>
980
981         * data/icons/16x16/actions/Makefile.am:
982         * data/icons/16x16/actions/zoom.svg:
983         * data/icons/22x22/actions/Makefile.am:
984         * data/icons/22x22/actions/zoom.svg:
985         * data/icons/24x24/actions/Makefile.am:
986         * shell/ev-stock-icons.c:
987         * shell/ev-stock-icons.h:
988         * shell/ev-window.c:
989         
990         Zoom icon artwork. See bug #444795.
991
992 2007-06-05  Bastien Nocera  <hadess@hadess.net>
993
994         * shell/ev-metadata-manager.c: Remove extraneous function
995         (Closes: #444386)
996
997 2007-06-05  Bastien Nocera  <hadess@hadess.net>
998
999         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1000         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1001         (ev_metadata_manager_set), (ev_metadata_manager_save):
1002         Simplify the timeout, no need for modified anymore
1003
1004 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1005
1006         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1007         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1008         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1009         (ev_metadata_manager_save): Adapted patch from Arjan van de
1010         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1011         time, saves on power (Closes: #443851)
1012
1013 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * configure.ac:
1016         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1017         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1018
1019         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1020
1021 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1022
1023         * shell/ev-window.c: (ev_window_add_history):
1024
1025         Check if history is NULL
1026
1027 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * libdocument/ev-image.c: (ev_image_finalize):
1030         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1031         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1032         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1033         (ev_tmp_uri_unlink):
1034
1035         Add functions to delete temporary files created by evince in a safe
1036         way.
1037
1038         * shell/ev-window.c: (ev_window_clear_local_uri),
1039         (open_xfer_update_progress_callback),
1040         (save_xfer_update_progress_callback), (ev_window_save_remote),
1041         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1042         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1043         (attachment_save_dialog_response_cb),
1044         (ev_attachment_popup_cmd_save_attachment_as):
1045
1046         Allow saving a copy of a document, image or attachment to a remote
1047         location. Fixes bug #440754. 
1048
1049 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * configure.ac:
1052         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1053
1054         Fix build with current poppler from cvs head. 
1055
1056 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1057
1058         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1059
1060         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1061         directory exists.
1062
1063 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1064
1065         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1066         * shell/ev-window.c:
1067
1068         Change sidebar ordering. Fixes bug #439939.
1069
1070 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1071
1072         * backend/comics/Makefile.am:
1073         
1074         Fixes build with --without-libgnome.
1075
1076 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1077         
1078         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1079
1080         Update cursor and tooltip on page change and view scroll. Fixes bug
1081         #439217.
1082
1083 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1084
1085         * NEWS:
1086         * configure.ac:
1087         
1088         Update for release 0.9.0
1089
1090 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1091
1092         * backend/djvu/djvu-document-private.h:
1093         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1094         (djvu_document_finalize),
1095         (djvu_document_file_exporter_format_supported),
1096         (djvu_document_file_exporter_begin),
1097         (djvu_document_file_exporter_do_page),
1098         (djvu_document_file_exporter_end),
1099         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1100         
1101         Implemented printing with djvu. Bug #437998.
1102
1103 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * backend/impress/zip.c:
1106         Add missing ulong definition.
1107
1108         * backend/ps/ps-interpreter.c:
1109         Add missing headers.
1110
1111         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1112
1113 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1116
1117         Add missing call to parent class dispose method. 
1118
1119 2007-05-12  Ross Burton  <ross@openedhand.com>
1120
1121         * shell/main.c:
1122         Sync keybindings manually when building without libgnome
1123         (#437925).
1124
1125 2007-05-12  Ross Burton  <ross@openedhand.com>
1126
1127         * shell/ev-window.c:
1128         Respect the screen when opening help (#437866).
1129
1130 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * data/evince-ui.xml:
1133         * shell/ev-application.[ch]: (get_print_settings_from_args),
1134         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1135         (ev_application_open_uri_list):
1136         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1137         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1138         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1139         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1140         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1141         (ev_window_dispose):
1142         * shell/main.c: (arguments_parse):
1143
1144         Add print button in preview mode. Fixes bug #396475. 
1145
1146 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1147
1148         * cut-n-paste/zoom-control/ephy-zoom.h:
1149         
1150         Fixes zoom level factors. See bug #408119 for details.
1151
1152 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1153
1154         * backend/comics/comics-document.c: (comics_regex_quote),
1155         (extract_argv):
1156         
1157         Correctly quote symbols. Fixes crash in the bug
1158         #415370.
1159
1160 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1161
1162         * shell/ev-navigation-action-widget.c:
1163         (ev_navigation_action_widget_init),
1164         (ev_navigation_action_widget_class_init),
1165         (ev_navigation_action_widget_button_press_event):
1166         
1167         Connect to button-press event on correct widget. Fixes
1168         bug #431988
1169
1170 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1171
1172         * shell/ev-application.c: (ev_application_open_window),
1173         (ev_application_add_icon_path_for_screen),
1174         (ev_application_open_uri_at_dest):
1175         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1176         * shell/ev-navigation-action.c: (build_menu):
1177         
1178         Add app-specific icons to our icon theme. Fixes bug
1179         #425508.
1180
1181 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1182
1183         * shell/ev-history.c: (ev_history_class_init),
1184         (ev_history_add_link):
1185         * shell/ev-history.h:
1186         * shell/ev-navigation-action.c:
1187         (ev_navigation_action_history_changed),
1188         (ev_navigation_action_set_history), (build_menu),
1189         (ev_navigation_action_finalize):
1190         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1191         
1192         Make navigation action unsensitive instead of showing
1193         menu with unsensitive word. Fixes bug #417392.
1194
1195 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * shell/ev-application.[ch]: (ev_application_shutdown),
1198         (ev_application_get_print_settings),
1199         (ev_application_set_print_settings):
1200         * shell/ev-window.c:
1201
1202         Remember print settings. Fixes bug #349102. 
1203
1204 2007-05-08  Christian Persch  <chpe@gnome.org>
1205
1206         * configure.ac:
1207         * properties/ev-properties-view.c:
1208
1209         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1210         Bug #382438.
1211
1212 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * configure.ac:
1215         * properties/ev-properties-view.c: (ev_regular_paper_size):
1216
1217         Use gtk+ builtin paper list to identify the document's paper size.
1218         Fixes bug #382438. 
1219
1220 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * configure.ac:
1223
1224         Fix build when compiling with thumbnailer and libgnome support. 
1225
1226 2007-05-04  Ross Burton  <ross@openedhand.com>
1227
1228         * configure.ac:
1229         Add --without-libgnome, check for libgnome and libgnomeui
1230         separately, and add them to the symbols as required.
1231
1232         * libdocument/ev-file-helpers.c:
1233         When building without libgnome, use g_get_user_config_dir instead
1234         of gnome_user_dir_get.
1235
1236         * shell/ev-application.c:
1237         When building without libgnome, don't use session management.
1238
1239         * shell/main.c:
1240         When building without libgnome, don't use GnomeProgram or
1241         initialise the authentication manager.
1242
1243         This fixes #328842.
1244
1245 2007-05-04  Ross Burton  <ross@openedhand.com>
1246
1247         * shell/ev-window.c:
1248         Don't use libgnome to open help, instead call Yelp directly.
1249
1250 2007-05-04  Ross Burton  <ross@openedhand.com>
1251
1252         * shell/ev-sidebar-attachments.c:
1253         Don't use libgnome to lookup icons for MIME types, instead copy
1254         code from GTK+ to do it manually.
1255
1256 2007-05-04  Ross Burton  <ross@openedhand.com>
1257
1258         * configure.ac:
1259         Add libxml to the dependencies for SHELL_CORE (#435818).
1260
1261 2007-05-02  Ross Burton  <ross@openedhand.com>
1262
1263         * configure.ac:
1264         * Makefile.am:
1265         Add --disable-thumbnailer (#434825)
1266
1267 2007-05-02  Ross Burton  <ross@openedhand.com>
1268
1269         * shell/ev-window.c:
1270         Add missing includes, fix indentation.
1271
1272         * shell/main.c:
1273         Fix indentation.
1274
1275 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1276
1277         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1278         ev_application_open_uri_at_dest instead of ev_application_open_uri
1279         preventing new document always being opened in a new window even if there
1280         is an empty window.
1281
1282 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1285         (egg_recent_view_uimanager_finalize):
1286         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1287         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1288         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1289         (ev_pixbuf_cache_dispose):
1290         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1291         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1292         
1293         Add missing chain to parent class methods. Fixes
1294         bug #433128.
1295
1296 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1297
1298         * data/Makefile.am (update-icon-cache): Updates
1299         gtk-update-icon-cache in uninstall-hook.
1300
1301 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (ev_window_setup_document),
1304         (ev_window_set_document), (ev_window_load_job_cb):
1305         * shell/ev-view.c: (setup_caches):
1306         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1307
1308         Start rendering pages before any other jobs. 
1309
1310 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * shell/ev-window.c: (ev_window_stop_fullscreen),
1313         (ev_window_stop_presentation):
1314
1315         Update chrome visibility before window unfullscreen. 
1316
1317 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * data/Makefile.am:
1320         * data/evince-ui.xml:
1321         * shell/ev-stock-icons.[ch]:
1322         * shell/ev-application.[ch]: (ev_application_shutdown),
1323         (ev_application_init), (ev_application_get_toolbars_model):
1324         * shell/ev-window.c: (update_chrome_visibility),
1325         (fullscreen_toolbar_setup_item_properties),
1326         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1327         (ev_window_run_presentation), (ev_window_stop_presentation),
1328         (ev_window_run_preview), (ev_window_screen_changed),
1329         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1330         (ev_window_dispose), (ev_window_init):
1331
1332         Make fullscreen toolbar always visible. Do not use egg toolbars for
1333         fullscreen and preview modes since such toolbars are not editables.
1334         Fixes bugs #300278, #338910 and #316188.  
1335
1336 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1337
1338         * shell/ev-application.c:
1339         * shell/ev-job-queue.c:
1340         * shell/ev-metadata-manager.c:
1341         * shell/ev-stock-icons.c:
1342         * shell/ev-window.c:
1343         * shell/main.c:
1344         
1345         Developers documentation updated.
1346
1347 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1350
1351         Check whether uri is valid before launching it. Fixes bug #427664.
1352
1353 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * shell/ev-window.c:
1356
1357         Change key accelerator for Open a Copy menu entry which is in conflict
1358         with Close. Fixes bug #427321.
1359
1360 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1361
1362         * NEWS:
1363         * configure.ac:
1364         
1365         Update for release 0.8.1
1366
1367 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * shell/ev-window.c: (setup_size_from_metadata):
1370         
1371         Do not make window bigger than screen. Fixes bug 
1372         #388985.
1373
1374 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1377         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1378
1379         Use default resolution when it's not provided by document. Fixes bug
1380         #408762.
1381
1382 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * configure.ac:
1385         * thumbnailer/Makefile.am:
1386         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1387         * thumbnailer/evince-thumbnailer.schemas.in:
1388         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1389
1390         Add support for ps, eps and compressed documents thumbnails. Do not
1391         ignore size parameter. 
1392
1393 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1394
1395         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1396         (dvi_document_do_color_special):
1397         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1398
1399         Implement font color specials in the DVI backend. Fixes bug #303651.
1400
1401 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1402
1403         Fixup the previous commit:
1404
1405         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1406         * shell/xdg-user-dir-lookup.c: Make the function non-static
1407         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1408
1409 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1410
1411         * shell/ev-window.c (file_open_dialog_response_cb): Use
1412         the xdg-user-dirs DOCUMENTS folder as default folder when
1413         opening a file chooser.  (#424858)
1414
1415         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1416         xdg-user-dirs.
1417
1418 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-window.c: (ev_window_load_job_cb):
1421
1422         Do not setup view from metadata on preview mode. 
1423
1424 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * shell/main.c:
1427
1428         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1429
1430 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-view.c: (ev_view_primary_get_cb):
1433
1434         Check pointer != NULL before using it. Fixes bug #416841. 
1435
1436 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * NEWS:
1439         * configure.ac:
1440         
1441         Release 0.8.0
1442
1443 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1446
1447         Do not render thumbnails when sidebar thumbnail page is not visible
1448         at startup. Fixes bug #416447. 
1449
1450 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1451
1452         * data/evince.desktop.in.in:
1453
1454         "Application" is not a valid category in the freedesktop specification.
1455
1456 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * libdocument/ev-file-helpers.[ch]: (compression_run),
1459         (ev_file_uncompress), (ev_file_compress):
1460         * shell/ev-window.c: (file_save_dialog_response_cb):
1461
1462         Save document compressed when saving a copy of a compressed document.
1463         Fixes bug #334542.
1464
1465 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1468
1469         Allow deleting in goto window entry in presentation mode. 
1470
1471 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1472
1473         * Makefile.am: Dist MAINTAINERS.
1474
1475 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/ev-window.c: (ev_window_update_actions):
1478
1479         Fix zoom shortcut keys when searching. Fixes bug #409828.
1480
1481 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-window.c: (ev_window_setup_document):
1484
1485         Fix crash when loading documents with only one page. 
1486
1487 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * backend/dvi/dvi-document.c:
1490         (dvi_document_thumbnails_get_dimensions),
1491         (dvi_document_thumbnails_get_thumbnail):
1492         * backend/impress/impress-document.c:
1493         (impress_document_thumbnails_get_thumbnail),
1494         (impress_document_thumbnails_get_dimensions):
1495         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1496         (ps_document_thumbnails_get_dimensions):
1497         * backend/djvu/djvu-document.c:
1498         (djvu_document_thumbnails_get_dimensions),
1499         (djvu_document_thumbnails_get_thumbnail):
1500         * backend/tiff/tiff-document.c:
1501         (tiff_document_thumbnails_get_thumbnail),
1502         (tiff_document_thumbnails_get_dimensions):
1503         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1504         (pdf_document_thumbnails_get_thumbnail),
1505         (pdf_document_thumbnails_get_dimensions):
1506         * backend/comics/comics-document.c:
1507         (comics_document_thumbnails_get_thumbnail),
1508         (comics_document_thumbnails_get_dimensions):
1509         * backend/pixbuf/pixbuf-document.c:
1510         (pixbuf_document_thumbnails_get_thumbnail),
1511         (pixbuf_document_thumbnails_get_dimensions):
1512         * libdocument/ev-document-thumbnails.[ch]:
1513         (ev_document_thumbnails_get_thumbnail),
1514         (ev_document_thumbnails_get_dimensions):
1515         * libdocument/ev-document-misc.[ch]:
1516         (ev_document_misc_get_thumbnail_frame):
1517         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1518         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1519         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1520         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1521         (ev_sidebar_thumbnails_refresh):
1522         * shell/ev-window.c: (ev_window_setup_document):
1523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1524
1525         Use an EvRenderContext for rendering thumbnails instead of a suggested
1526         width, so that different sized pages get sized proportionally.
1527
1528 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-view.c: (ev_view_button_press_event),
1531         (ev_view_key_press_event):
1532
1533         Fix critical warnings when there is no document loaded. 
1534
1535 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * shell/ev-page-action-widget.c:
1538         * shell/ev-navigation-action.c:
1539         * shell/ev-window.c:
1540
1541         Fix compile warnings. 
1542
1543 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * backend/djvu/djvu-text.h:
1546         * backend/djvu/djvu-document.c:
1547         * backend/djvu/djvu-text-page.c:
1548         * backend/djvu/djvu-links.c:
1549         * backend/djvu/djvu-text-page.h:
1550         * backend/djvu/djvu-text.c:
1551         
1552         Fix build on Mac. Fixes bug #392186. Patch by
1553         <ephraim_owns@hotmail.com>
1554
1555 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1558
1559         Restore cairo context before rendering every page when printing a PDF
1560         document into a PDF file. 
1561
1562 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * backend/ps/gstypes.h:
1565         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1566         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1567         (ps_document_thumbnails_get_thumbnail):
1568
1569         Handle PostScript page orientation. Fixes bug #318568.
1570
1571 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * backend/ps/Makefile.am:
1574         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1575         (document_load), (ps_document_load), (save_document),
1576         (save_page_list), (ps_document_get_n_pages),
1577         (ps_document_get_page_size), (ps_document_get_info),
1578         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1579         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1580         (ps_document_thumbnails_get_thumbnail),
1581         (ps_document_thumbnails_get_dimensions),
1582         (ps_document_document_thumbnails_iface_init):
1583         * backend/ps/ps.[ch]: (psgetpagebox):
1584         * backend/ps/ps-interpreter.[ch]:
1585
1586         Add support for thumbnails in ps backend. Fixes bug #164755. 
1587
1588 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * NEWS:
1591         * configure.ac:
1592         
1593         Release 0.7.2
1594
1595 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1598         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1599         (ev_window_dispose):
1600
1601         Use document thumbnail as window icon. Fixes bug #384442.
1602
1603 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1604
1605         * configure.ac:
1606
1607         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1608         duplicated adding application/x-bzpostscript instead. 
1609
1610 2007-02-11  Tom Parker  <palfrey@tevp.net>
1611
1612         * backend/ps/ps-document.c: (document_load):
1613
1614         Check return value of psscan before trying
1615         to use it. Fixes bug #372414.
1616
1617 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1620
1621         Fix invalid free in ev-page-cache. Fixes bug #404745.
1622
1623 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1624
1625         * test/Makefile.am:
1626         * test/test3.py:
1627         
1628         Added reload test case.
1629
1630 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * po/POTFILES.in:
1633         * backend/djvu/djvu-document.c: (djvu_document_load):
1634
1635         Check whether there are missing files in indirect multipage djvu
1636         documents. Fixes bug #361683. 
1637
1638 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1639
1640         * test/Makefile.am:
1641         * test/test-mime.bin:
1642         * test/test3.py:
1643         
1644         Added test for slow mime type
1645
1646 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1649
1650         Add some checks and call parent_class->finalize. Fixes bug #404745.
1651
1652 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * shell/ev-navigation-action.c: (connect_proxy):
1655         
1656         Fixes dropdown history menu. Thanks a lot Carlos!
1657
1658 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1661
1662         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1663         bug #373715.
1664
1665 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/ps/ps.c: (psscan):
1668
1669         Fix memory leak. 
1670
1671 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * configure.ac:
1674         * libdocument/ev-file-helpers.c: 
1675
1676         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1677
1678 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * configure.ac:
1681         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1682         (ps_interpreter_start), (document_load), (save_document),
1683         (save_page_list):
1684         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1685         * libdocument/ev-document-factory.c:
1686         (ev_document_factory_get_from_mime), (get_document_from_uri),
1687         (free_uncompressed_uri), (ev_document_factory_get_document):
1688         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1689
1690         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1691
1692 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * libdocument/ev-document.h:
1695
1696         Fix typo in function name. 
1697
1698 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/ps/ps-document.c: (ps_interpreter_finished),
1701         (ps_interpreter_start), (ps_interpreter_failed):
1702
1703         Handle ghostscript interpreter crashes. 
1704
1705 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-window.c: (ev_window_open_uri),
1708         (window_configure_event_cb):
1709
1710         Setup window size and position before showing it. Fixes bug #401711.
1711
1712 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * backend/ps/Makefile.am:
1715         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1716         (ps_document_dispose), (ps_document_class_init),
1717         (ps_interpreter_input), (ps_interpreter_output),
1718         (ps_interpreter_error), (setup_interpreter_env),
1719         (ps_interpreter_start), (ps_interpreter_stop),
1720         (ps_interpreter_failed), (ps_interpreter_is_ready),
1721         (check_filecompressed), (document_load), (ps_document_load),
1722         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1723         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1724         (render_page):
1725
1726         Rework ps-document. Code cleanups, remove deprecated code. 
1727
1728 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-view.c: (ev_view_button_press_event):
1731
1732         Do not start an image drag and drop operation when pointer is on 
1733         text, so that we can select text when the whole background is an
1734         image. 
1735
1736 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-window.c: (ev_window_update_actions): 
1739
1740         Disable all zoom related actions during presentation mode. 
1741
1742 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1743
1744         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1745
1746         Do not zoom in or out on presentation mode. Fixes bug #401305.
1747
1748 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1749
1750         * shell/ev-navigation-action.c: (connect_proxy),
1751         (create_menu_item), (ev_navigation_action_class_init):
1752         
1753         Correctly show menu and fix crash when navigaton 
1754         action is out of toolbar visible area.
1755
1756 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1757
1758         * data/Makefile.am:
1759         * data/evince.1:
1760         
1761         Added man file
1762
1763 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * help/reference/* :
1766         * configure.ac:
1767         
1768         Added gtk-doc based documentation for Evince.
1769         Still in initial state but I hope it will
1770         grow.
1771         
1772         * configure.ac:
1773         
1774         Lower dbus requirement to 0.70
1775
1776 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-window.c: (ev_window_add_history):
1779
1780         Fix memory leak. 
1781
1782 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1785         * shell/ev-view.h:
1786         * shell/ev-window.c: (ev_window_add_history):
1787         
1788         Correctly handle named destination links
1789
1790 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * NOTES:
1793         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1794         * backend/pdf/ev-poppler.cc:
1795         * libdocument/ev-document-links.h:
1796         * libdocument/ev-link.c: (ev_link_get_page):
1797         * libdocument/ev-link.h:
1798         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1799         (ev_history_add_link):
1800         * shell/ev-history.h:
1801         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1802         (new_history_menu_item), (build_menu):
1803         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1804         * shell/ev-sidebar-links.c: (create_loading_model),
1805         (print_section_cb), (ev_sidebar_links_construct),
1806         (fill_page_labels), (update_page_callback_foreach),
1807         (update_page_callback), (job_finished_callback):
1808         * shell/ev-view.c: (ev_view_handle_link):
1809         * shell/ev-window.c: (ev_window_find_chapter),
1810         (ev_window_add_history), (view_handle_link_cb),
1811         (history_changed_cb):
1812         
1813         Implements another history variant
1814
1815 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-window.c: (view_external_link_cb):
1818         * shell/ev-view.c: (ev_view_button_release_event):
1819
1820         Open links in new window when clicking with middle button. 
1821
1822 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1823
1824         * shell/ev-navigation-action.c: (new_history_menu_item):
1825         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1826         * shell/ev-view.c: (ev_view_handle_link):
1827         * shell/ev-window.c:
1828         
1829         Store link before jump, not the destination. For me it 
1830         seems like more natural history behavior.
1831
1832 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1833
1834         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1835         (ev_navigation_action_class_init):
1836         * shell/ev-navigation-action.h:
1837         * shell/ev-page-action.c: (activate_cb):
1838         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1839         (ev_page_cache_set_current_page_history):
1840         * shell/ev-page-cache.h:
1841         * shell/ev-sidebar-thumbnails.c:
1842         (ev_sidebar_tree_selection_changed),
1843         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1844         * shell/ev-view-private.h:
1845         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1846         * shell/ev-view.h:
1847         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1848         (ev_window_setup_document), (ev_window_load_job_cb):
1849         * shell/ev-window.h:
1850         
1851         History finally works as expected.
1852
1853 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1856
1857         Do not update links treeview if it doesn't have a model assigned yet. 
1858
1859 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1862         (ev_sidebar_links_class_init), (update_page_callback):
1863
1864         Do not update links treeview when sidepane is not visible. 
1865
1866 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1867
1868         * shell/ev-marshal.list:
1869         * shell/ev-page-action.c: (activate_cb),
1870         (ev_page_action_class_init):
1871         * shell/ev-page-action.h:
1872         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1873         * shell/ev-window.c:
1874         
1875         Remove activate_link signal, not required.
1876
1877 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1878
1879         * shell/ev-navigation-action.c: (build_menu):
1880         
1881         Reorder menu items and build menu with fixed length.
1882
1883 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1884
1885         * shell/ev-view.c: (get_selected_text):
1886         
1887         Normalize text to fix ligatures problem. See bug
1888         #341947 for details.
1889
1890 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1893
1894         Fix memory leak in ev-page-cache. 
1895
1896 2007-01-25  Tom Parker <palfrey@tevp.net>
1897
1898         * backend/impress/impress-document.c: (impress_document_load),
1899         (impress_document_finalize), (impress_document_init):
1900         * properties/ev-properties-main.c: (ev_properties_get_pages):
1901         
1902         Correctly handle impress document errors. Fixes nautilus
1903         crash in property page #370491.
1904
1905 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1908         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1909         (ev_job_queue_remove_job):
1910         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1911         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1912         (ev_job_load_run):
1913         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1914         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1915         (ev_window_load_job_cb), (xfer_update_progress_callback),
1916         (ev_window_open_uri), (ev_window_dispose):
1917         * shell/main.c: (main):
1918
1919         Do file transfer asynchronously in the main thread instead of
1920         synchronously in the load thread. Fixes bugs #399694, #398307 and
1921         #343542.
1922
1923 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-jobs.c: (ev_job_xfer_run):
1926
1927         Load the document with the font-config lock held. 
1928
1929 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * backend/ps/ps-document.c: (start_interpreter):
1932
1933         Fix memory leaks in ps backend. 
1934
1935 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * backend/impress/impress-document.c:
1938         (impress_document_render_pixbuf):
1939
1940         Do not acquire fontconfig lock in impress backend, since it is using
1941         the main loop for rendering. 
1942
1943 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * po/POTFILES.in: 
1946
1947         Remove mdvi files that shouldn't be translated. 
1948
1949 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-view-private.h:
1952         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1953         (ev_view_set_zoom):
1954
1955         Render "loading..." text into a cairo surface instead of directly into
1956         the window so that fontconfig lock is only needed once and UI is not
1957         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1958
1959 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1962         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1963
1964         Use icon theme associated with the window screen rather than default. 
1965
1966 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1967
1968         * configure.ac:
1969
1970         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1971
1972 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1973
1974         * data/icons/*/apps/evince.*:
1975
1976         Move Evince icons under new apps directory.
1977
1978         * data/icons/*/actions/*:
1979
1980         Add new custom themeable Evince icons: view-page-continuous, 
1981         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1982         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1983
1984         * configure.ac:
1985
1986         Add new directories to AC_CONFIG_FILES.
1987
1988         * shell/ev-stock-icons.c:
1989         * shell/ev-stock-icons.h:
1990
1991         Use new custom themeable icons.
1992
1993 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1996
1997         Do not draw white background page in presentation mode. 
1998
1999 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2000
2001         * shell/ev-view.c: Remove unused gnome-vfs include.
2002
2003 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2004
2005         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2006         
2007         Format string is corrected, fixes bug #397129.
2008
2009 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-window.c: (ev_window_setup_recent):
2012
2013         Do not include in recent menu inexistent documents. Fixes
2014         bug #339171.
2015
2016 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * po/POTFILES.skip: 
2019
2020         Update POTFILES.skip file according to current source tree. 
2021
2022 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * shell/ev-window.c: (file_save_dialog_response_cb):
2025
2026         Do Save a copy in atomic way. Fixes bug #328266. 
2027
2028 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2031
2032         Keep selected cell always visible in index treeview.
2033
2034 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2035         
2036         * shell/ev-view.c: (ev_view_size_allocate):
2037
2038         Restore horizontal scrollbar after switching to/from fullscreen
2039         or presentation mode. Fixes bug #331728.
2040
2041 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-view-private.h:
2044         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2045         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2046         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2047         (ev_view_can_zoom_out):
2048
2049         Use max and min scale values in the view iby taking dpi into account. 
2050
2051 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * configure.ac:
2054         * NEWS:
2055
2056         Release 0.7.1
2057
2058 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-window.c: (ev_window_print_send):
2061
2062         Send print job to printer with some settings set to default values,
2063         since we have already exported to a file according to such settings
2064         and they could be taken twice by some printers. 
2065
2066 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * shell/ev-jobs.c: (ev_job_xfer_run):
2069         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2070
2071         Show main window and load document with the font-config lock held. 
2072
2073 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * configure.ac:
2076         * shell/ev-application.c: (ev_application_register_service):
2077         * shell/main.c: (load_files_remote):
2078
2079         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2080
2081 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2082
2083         * doc/debugging.txt:
2084         
2085         Remove obsolete documentation.
2086
2087 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2088
2089         * Makefile.am:
2090         * backend/Makefile.am:
2091         * backend/comics/Makefile.am:
2092         * backend/djvu/Makefile.am:
2093         * backend/dvi/Makefile.am:
2094         * backend/ev-async-renderer.c:
2095         * backend/ev-async-renderer.h:
2096         * backend/ev-attachment.c:
2097         * backend/ev-attachment.h:
2098         * backend/ev-backend-marshal.c:
2099         * backend/ev-document-factory.c:
2100         * backend/ev-document-factory.h:
2101         * backend/ev-document-find.c:
2102         * backend/ev-document-find.h:
2103         * backend/ev-document-fonts.c:
2104         * backend/ev-document-fonts.h:
2105         * backend/ev-document-images.c:
2106         * backend/ev-document-images.h:
2107         * backend/ev-document-info.h:
2108         * backend/ev-document-links.c:
2109         * backend/ev-document-links.h:
2110         * backend/ev-document-misc.c:
2111         * backend/ev-document-misc.h:
2112         * backend/ev-document-security.c:
2113         * backend/ev-document-security.h:
2114         * backend/ev-document-thumbnails.c:
2115         * backend/ev-document-thumbnails.h:
2116         * backend/ev-document-transition.c:
2117         * backend/ev-document-transition.h:
2118         * backend/ev-document.c:
2119         * backend/ev-document.h:
2120         * backend/ev-file-exporter.c:
2121         * backend/ev-file-exporter.h:
2122         * backend/ev-image.c:
2123         * backend/ev-image.h:
2124         * backend/ev-link-action.c:
2125         * backend/ev-link-action.h:
2126         * backend/ev-link-dest.c:
2127         * backend/ev-link-dest.h:
2128         * backend/ev-link.c:
2129         * backend/ev-link.h:
2130         * backend/ev-render-context.c:
2131         * backend/ev-render-context.h:
2132         * backend/ev-selection.c:
2133         * backend/ev-selection.h:
2134         * backend/impress/Makefile.am:
2135         * backend/pdf/Makefile.am:
2136         * backend/pixbuf/Makefile.am:
2137         * backend/ps/Makefile.am:
2138         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2139         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2140         (start_interpreter), (stop_interpreter), (document_load),
2141         (ps_document_next_page), (render_page):
2142         * backend/tiff/Makefile.am:
2143         * comics/Makefile.am:
2144         * comics/comics-document.c:
2145         * comics/comics-document.h:
2146         * configure.ac:
2147         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2148         * djvu/Makefile.am:
2149         * djvu/djvu-document-private.h:
2150         * djvu/djvu-document.c:
2151         * djvu/djvu-document.h:
2152         * djvu/djvu-links.c:
2153         * djvu/djvu-links.h:
2154         * djvu/djvu-text-page.c:
2155         * djvu/djvu-text-page.h:
2156         * djvu/djvu-text.c:
2157         * djvu/djvu-text.h:
2158         * dvi/Makefile.am:
2159         * dvi/dvi-document.c:
2160         * dvi/dvi-document.h:
2161         * dvi/fonts.c:
2162         * dvi/fonts.h:
2163         * dvi/mdvi-lib/Makefile.am:
2164         * dvi/mdvi-lib/afmparse.c:
2165         * dvi/mdvi-lib/afmparse.h:
2166         * dvi/mdvi-lib/bitmap.c:
2167         * dvi/mdvi-lib/bitmap.h:
2168         * dvi/mdvi-lib/color.c:
2169         * dvi/mdvi-lib/color.h:
2170         * dvi/mdvi-lib/common.c:
2171         * dvi/mdvi-lib/common.h:
2172         * dvi/mdvi-lib/defaults.h:
2173         * dvi/mdvi-lib/dvimisc.c:
2174         * dvi/mdvi-lib/dviopcodes.h:
2175         * dvi/mdvi-lib/dviread.c:
2176         * dvi/mdvi-lib/files.c:
2177         * dvi/mdvi-lib/font.c:
2178         * dvi/mdvi-lib/fontmap.c:
2179         * dvi/mdvi-lib/fontmap.h:
2180         * dvi/mdvi-lib/fontsrch.c:
2181         * dvi/mdvi-lib/gf.c:
2182         * dvi/mdvi-lib/hash.c:
2183         * dvi/mdvi-lib/hash.h:
2184         * dvi/mdvi-lib/list.c:
2185         * dvi/mdvi-lib/mdvi.h:
2186         * dvi/mdvi-lib/pagesel.c:
2187         * dvi/mdvi-lib/paper.c:
2188         * dvi/mdvi-lib/paper.h:
2189         * dvi/mdvi-lib/pk.c:
2190         * dvi/mdvi-lib/private.h:
2191         * dvi/mdvi-lib/setup.c:
2192         * dvi/mdvi-lib/sp-epsf.c:
2193         * dvi/mdvi-lib/special.c:
2194         * dvi/mdvi-lib/sysdeps.h:
2195         * dvi/mdvi-lib/t1.c:
2196         * dvi/mdvi-lib/tfm.c:
2197         * dvi/mdvi-lib/tfmfile.c:
2198         * dvi/mdvi-lib/tt.c:
2199         * dvi/mdvi-lib/util.c:
2200         * dvi/mdvi-lib/vf.c:
2201         * dvi/pixbuf-device.c:
2202         * dvi/pixbuf-device.h:
2203         * impress/Makefile.am:
2204         * impress/common.h:
2205         * impress/document.c:
2206         * impress/f_oasis.c:
2207         * impress/f_oo13.c:
2208         * impress/iksemel.c:
2209         * impress/iksemel.h:
2210         * impress/imposter.h:
2211         * impress/impress-document.c:
2212         * impress/impress-document.h:
2213         * impress/internal.h:
2214         * impress/r_back.c:
2215         * impress/r_draw.c:
2216         * impress/r_geometry.c:
2217         * impress/r_gradient.c:
2218         * impress/r_style.c:
2219         * impress/r_text.c:
2220         * impress/render.c:
2221         * impress/render.h:
2222         * impress/zip.c:
2223         * impress/zip.h:
2224         * lib/Makefile.am:
2225         * lib/ev-debug.c:
2226         * lib/ev-debug.h:
2227         * lib/ev-file-helpers.c:
2228         * lib/ev-file-helpers.h:
2229         * lib/ev-gui.c:
2230         * lib/ev-gui.h:
2231         * lib/ev-tooltip.c:
2232         * lib/ev-tooltip.h:
2233         * libdocument/Makefile.am:
2234         * libdocument/ev-file-helpers.c:
2235         * pdf/Makefile.am:
2236         * pdf/ev-poppler.cc:
2237         * pdf/ev-poppler.h:
2238         * pixbuf/Makefile.am:
2239         * pixbuf/pixbuf-document.c:
2240         * pixbuf/pixbuf-document.h:
2241         * properties/Makefile.am:
2242         * ps/Makefile.am:
2243         * ps/gsdefaults.c:
2244         * ps/gsdefaults.h:
2245         * ps/gsio.c:
2246         * ps/gsio.h:
2247         * ps/gstypes.h:
2248         * ps/ps-document.c:
2249         * ps/ps-document.h:
2250         * ps/ps.c:
2251         * ps/ps.h:
2252         * shell/Makefile.am:
2253         * shell/ev-application.h:
2254         * shell/ev-sidebar-links.c:
2255         * shell/ev-sidebar-links.h:
2256         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2257         (ev_gui_menu_position_tree_selection):
2258         * shell/ev-utils.h:
2259         * shell/ev-view.c: (ev_view_finalize):
2260         * shell/ev-window.c:
2261         * shell/main.c: (main):
2262         * thumbnailer/Makefile.am:
2263         * tiff/Makefile.am:
2264         * tiff/tiff-document.c:
2265         * tiff/tiff-document.h:
2266         * tiff/tiff2ps.c:
2267         * tiff/tiff2ps.h:
2268         
2269         Reorganize source tree.
2270
2271 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * backend/ev-document-factory.c:
2274
2275         Do not include ev-poppler.h when pdf is disabled. 
2276
2277 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * configure.ac:
2280         * data/evince-ui.xml:
2281         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2282         (pdf_document_document_images_iface_init):
2283         * backend/Makefile.am:
2284         * backend/ev-document-images.[ch]:
2285         * backend/ev-image.[ch]:
2286         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2287         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2288         (ev_job_xfer_run):
2289         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2290         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2291         (ev_pixbuf_cache_get_image_mapping):
2292         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2293         (view_menu_popup_cb), (ev_window_dispose),
2294         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2295         (ev_view_popup_cmd_copy_image):
2296         * shell/ev-view-private.h:
2297         * shell/ev-view.c: (ev_view_get_image_at_location),
2298         (ev_view_do_popup_menu), (ev_view_popup_menu),
2299         (ev_view_button_press_event), (ev_view_drag_data_get),
2300         (ev_view_drag_motion), (ev_view_drag_data_received),
2301         (ev_view_motion_notify_event), (ev_view_button_release_event),
2302         (ev_view_finalize), (ev_view_class_init):
2303
2304         Add image handling support. Fixes bugs #310008 and #325047. Images
2305         selection is not supported yet. 
2306
2307 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2310         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2311         (ev_view_init):
2312
2313         Move view drag and drop stuff to ev-view.
2314
2315 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2318         * shell/ev-view.c: (clear_selection): 
2319
2320         Clear selection also in pixbuf cache.
2321
2322 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2323
2324         * data/evince.desktop.in.in:
2325         
2326         Change icon name in desktop file. See bug #390734
2327         for details.
2328
2329 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2330
2331         * thumbnailer/Makefile.am:
2332
2333         Use top_builddir instead top_srcdir for generated schema
2334         file installation. Fixes bug #390161.
2335
2336 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * configure.ac:
2339         * backend/Makefile.am:
2340         * backend/ev-document-transition.[ch]:
2341         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2342         (pdf_document_page_transition_iface_init):
2343         * shell/ev-view-private.h:
2344         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2345         (ev_view_set_presentation), (transition_next_page),
2346         (ev_view_presentation_transition_stop),
2347         (ev_view_presentation_transition_start), (ev_view_next_page):
2348
2349         Add page transition support in presentation mode. At the moment only
2350         page duration is supported, but not transition effects. Fixes bug
2351         #309815.
2352
2353 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2356
2357         Run find_link_dest with document lock held, since it's called by links
2358         thread and main thread at the same time. 
2359
2360 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-view.c: (goto_dest):
2363
2364         Update page-cache when page is changed by the view, so that
2365         page-changed signal is emitted. 
2366
2367 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * test/test1.py:
2370         * test/test2.py:
2371
2372         Use C locale in tests. 
2373
2374 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * shell/ev-window.c: (ev_window_run_presentation):
2377         * shell/ev-view-private.h:
2378         * shell/ev-view.c: (ev_view_set_presentation):
2379
2380         Restore zoom settings when back from presentation mode. 
2381
2382 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2383
2384         * shell/ev-window.c: (ev_window_run_presentation):
2385
2386         Always use "best fit" zoom in presentation mode.
2387         Fixes bug #389195.
2388
2389 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2390
2391         * shell/ev-view.c: (ev_view_goto_window_create):
2392
2393         Show "Jump to page" label in the page jumping popup in
2394         presentation mode instead of just a GtkEntry.
2395
2396 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-window.c: (launch_external_uri):
2399
2400         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2401         #378085.
2402
2403 2006-12-22  Elijah Newren  <newren gmail com>
2404
2405         * configure.ac: explicitly check for libxml2.  Fixes #388795
2406
2407 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-view-private.h:
2410         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2411         (ev_view_goto_window_delete_event), (key_is_numeric),
2412         (ev_view_goto_window_key_press_event),
2413         (ev_view_goto_window_button_press_event),
2414         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2415         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2416         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2417
2418         Allow jumping to another page by typing a page number in presentation
2419         mode. It uses a popup window with an entry. Fixes bug #353625.
2420
2421 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2422
2423         * configure.ac:
2424         * properties/ev-properties-view.c: (ev_get_default_user_units),
2425         (ev_regular_paper_size):
2426         
2427         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2428         to Damien Carbery <damien.carbery@sun.com> and
2429         Yevgen Muntyan <muntyan@tamu.edu>.
2430
2431 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2432
2433         * shell/ev-window.c: (setup_document_from_metadata):
2434
2435         Make sure Evince doesn't restore the view on the last
2436         page when a document is reopened. Fixes bug #383381.
2437
2438 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2439
2440         * shell/ev-view.c: (draw_loading_text):
2441
2442         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2443
2444 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * configure.ac:
2447         * NEWS:
2448
2449         Release 0.7.0
2450
2451 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * configure.ac:
2454         * pdf/ev-poppler.cc: (pdf_print_context_free),
2455         (pdf_document_file_exporter_begin),
2456         (pdf_document_file_exporter_do_page):
2457
2458         Make cairo-pdf depedency optional. 
2459
2460 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2463
2464         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2465
2466 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2469         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2470         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2471         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2472         * shell/ev-view.c: (draw_loading_text):
2473         * shell/ev-window.c: (ev_window_cmd_file_properties):
2474
2475         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2476         related to using FontConfig from different threads.
2477         
2478 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * shell/ev-view.c: (draw_loading_text):
2481
2482         Acquire lock document when drawing "Loading..." text so that only one
2483         thread will use FontConfig at the same time. Fixes bug #374750.
2484
2485 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-page-action.[ch]: (activate_cb):
2488         * shell/ev-window.c: (activate_label_cb):
2489
2490         Check if text inserted in page entry is a valid page number when it
2491         doesn't match to any document page label. Fixes bug #383165.
2492
2493 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2494         * shell/ev-window.c:
2495
2496         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2497         available with GTK < 2.10. Added an ifdef to avoid compilation
2498         error.
2499
2500 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * configure.ac:
2503         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2504
2505         Fix ps backend in multihead systems.
2506
2507 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2510         * shell/ev-window.c: (ev_window_get_screen_dpi),
2511         (ev_window_update_actions), (setup_view_from_metadata),
2512         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2513
2514         Take screen DPI into account when zooming. Fixes bug #318285.
2515
2516 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2517
2518         * data/Makefile.am:
2519
2520         Cleaned up/slightly refactored Makefile.am. Added GConf
2521         schemas uninstallation as well.
2522
2523 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2524
2525         * Makefile.am:
2526         * test/Makefile.am:
2527
2528         Fight with autotools to fix make check. Make distcheck
2529         works fine as well now!
2530
2531 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2532
2533         * shell/ev-view.c: (draw_end_presentation_page):
2534
2535         Corrected "end of presentation" string.
2536
2537 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2538
2539         * shell/ev-view.c: (ev_view_key_press_event):
2540
2541         Correctly propagate key press event so that up/down keys
2542         work as expected (correct behaviour was broken by
2543         black/white screen key bindings for presentations).
2544
2545 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2548         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2549         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2550         (pdf_selection_get_selection_region),
2551         (pdf_selection_get_selection_map):
2552
2553         Add "static" to some private functions. 
2554
2555 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2556
2557         * lib/ev-tooltip.h:
2558         * properties/ev-properties-view.h:
2559         * shell/ev-jobs.h:
2560         * shell/ev-properties-dialog.h:
2561         * shell/ev-properties-fonts.h:
2562         * shell/ev-sidebar-links.h:
2563         * shell/ev-sidebar-thumbnails.h:
2564         * shell/ev-sidebar.h:
2565         * shell/ev-window.h:
2566         
2567         Fixes CHACK type in class casts. See bug #385343
2568         for details.
2569
2570 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * shell/ev-view-private.h:
2573         * shell/ev-view.c: (draw_end_presentation_page),
2574         (ev_view_expose_event), (ev_view_key_press_event),
2575         (ev_view_class_init), (ev_view_init):
2576
2577         Blank screen in presentation mode when pressing 'b' (filling with
2578         black) or 'w' (filling with white) keys. Fixes bug #358132.
2579
2580 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2581
2582         * data/evince-toolbar.xml:
2583         * shell/ev-window.c:
2584         
2585         Use stock icon for Select All action. Fixes
2586         bug #382652.
2587
2588 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2589
2590         * shell/ev-view.c: (get_doc_point_from_offset),
2591         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2592
2593         Add links support in rotated documents. Fixes bug #343733.
2594
2595 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-view-private.h:
2598         * shell/ev-view.c: (draw_end_presentation_page),
2599         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2600
2601         Show a blank page after the last page in presentation mode with a
2602         message indicating that presentation has finished and how to exit. 
2603
2604 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-window.c: (fullscreen_timeout_cb):
2607
2608         Hide cursor after a while in presentation mode. 
2609
2610 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2611
2612         * backend/ev-document-info.h:
2613         * data/evince-properties.glade:
2614         * pdf/ev-poppler.cc:
2615         * properties/ev-properties-view.c: (ev_regular_paper_size),
2616         (ev_properties_view_set_info):
2617         * ps/ps-document.c: (ps_document_get_info):
2618
2619         Adds a paper size field to the properties dialog. Fixes
2620         bug #307315. Patch by Kasper Svendsen (with some i18n
2621         changes done by me).
2622
2623 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2624
2625         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2626         (screensaver_init_dbus), (totem_scrsaver_new),
2627         (totem_scrsaver_init):
2628         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2629         * shell/ev-application.c: (ev_application_register_service),
2630         (ev_application_screensaver_enable),
2631         (ev_application_screensaver_disable):
2632         * shell/ev-application.h:
2633         * shell/ev-window.c: (ev_window_run_presentation),
2634         (ev_window_stop_presentation), (build_comments_string),
2635         (ev_window_init):
2636         
2637         Move screensaver handling to application. No more
2638         message on startup.
2639
2640 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * configure.ac:
2643         * backend/Makefile.am:
2644         * backend/ev-file-exporter.[ch]:
2645         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2646         * ps/ps-document.c: (ps_document_file_exporter_*):
2647         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2648         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2649         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2650         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2651
2652         Allow printing to PDF when suppoted by the backend.
2653         
2654 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-window.c: (build_comments_string):
2657
2658         Use always "Document Viewer" in about dialog. 
2659
2660 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * djvu/djvu-document.c: (djvu_document_get_page_size):
2663
2664         Display a warning message when get_pageinfo fails. 
2665
2666 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2667
2668         * Makefile.am:
2669         * backend/Makefile.am:
2670         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2671         * configure.ac:
2672         * shell/ev-window.c: (build_comments_string):
2673         
2674         Make pdf compilation optional. See bug #38007.
2675
2676 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * ps/ps.c: (get_next_text):
2679
2680         Fix CVE-2006-5864.
2681
2682 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2685         * shell/ev-navigation-action.c: (connect_proxy),
2686         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2687         
2688         Do not call g_type_class_peek_parent twice.
2689
2690 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2691
2692         * configure.ac:
2693         * data/icons/24x24/.cvsignore:
2694         * data/icons/24x24/Makefile.am:
2695         * data/icons/24x24/evince.png:
2696         * data/icons/Makefile.am:
2697         
2698         Add 24x24 icon. Thanks to 
2699         Michael Monreal <infernux@web.de>.
2700
2701 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2702
2703         * configure.ac: Fix typo in configure.ac. Thanks
2704         to dmacks@netspace.org for notification.
2705
2706 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2707
2708         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2709         
2710         Drop dbus include, fixes compilation with older dbus.
2711
2712 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2713
2714         * configure.ac:
2715         * cut-n-paste/Makefile.am:
2716         * cut-n-paste/totem-screensaver/.cvsignore
2717         * cut-n-paste/totem-screensaver/Makefile.am:
2718         * cut-n-paste/totem-screensaver/README:
2719         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2720         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2721         * shell/Makefile.am:
2722         * shell/ev-window.c: (ev_window_run_presentation),
2723         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2724         (ev_window_init):
2725
2726         Implemented screensaver enabling/disabling for
2727         presentation mode (not fullscreen mode). Code stolen
2728         from Totem (with some minor tweaks). Fixes bug #338889.
2729
2730 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2731
2732         * configure.ac:
2733
2734         Bump gnome-icon-theme requirements. We use the rotation
2735         icons that appeared recently.
2736
2737 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2738
2739         * shell/ev-history.c: (ev_history_add_page):
2740         * shell/ev-history.h:
2741         * shell/ev-window.c: (page_changed_cb):
2742         
2743         Use page labels instead of numbers.
2744
2745 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2746
2747         * data/evince-toolbar.xml:
2748         * po/POTFILES.in:
2749         * shell/Makefile.am:
2750         * shell/ev-navigation-action-widget.c:
2751         (ev_navigation_action_widget_init),
2752         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2753         (menu_detacher), (ev_navigation_action_widget_set_menu),
2754         (menu_position_func), (popup_menu_under_arrow),
2755         (ev_navigation_action_widget_toggled),
2756         (ev_navigation_action_widget_button_press_event):
2757         * shell/ev-navigation-action-widget.h:
2758         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2759         (ev_navigation_action_set_window), (activate_menu_item_cb),
2760         (new_history_menu_item), (new_empty_history_menu_item),
2761         (build_menu), (menu_activated_cb), (connect_proxy),
2762         (create_tool_item), (ev_navigation_action_init),
2763         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2764         * shell/ev-navigation-action.h:
2765         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2766         (ev_page_action_widget_set_page_cache),
2767         (ev_page_action_widget_finalize),
2768         (ev_page_action_widget_class_init), (match_selected_cb),
2769         (display_completion_text), (match_completion), (build_new_tree_cb),
2770         (get_filter_model_from_model),
2771         (ev_page_action_widget_update_model):
2772         * shell/ev-page-action-widget.h:
2773         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2774         (connect_proxy):
2775         * shell/ev-page-action.h:
2776         * shell/ev-stock-icons.c:
2777         * shell/ev-stock-icons.h:
2778         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2779         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2780         (register_custom_actions):
2781         * shell/main.c:
2782         
2783         Preliminary history implementation
2784
2785 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2786
2787         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2788         (dvi_document_class_init), (dvi_document_init_params):
2789         * dvi/mdvi-lib/font.c: (font_reference):
2790         
2791         Add reference to subfont. Fixes bug #374277.
2792
2793 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2796         (ev_window_cmd_file_open_copy_at_dest):
2797
2798         Fix a race condition when creating symlink. Increase the counter
2799         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2800         Mathias Hasselmann).
2801
2802 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * backend/Makefile.am:
2805         * backend/ev-attachment.c: (ev_attachment_open):
2806         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2807         (ev_tmp_dir), (ev_tmp_filename):
2808         * shell/ev-sidebar-attachments.c:
2809         (ev_sidebar_attachments_drag_data_get):
2810         * shell/ev-window.c: (ev_window_clear_temp_file):
2811
2812         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2813         in ensure_dir_exists. Abort without crashing when we can't create
2814         user's directory.
2815
2816 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * data/evince-ui.xml:
2819         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2820         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2821         (ev_window_cmd_file_open_copy_at_dest),
2822         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2823         (ev_view_popup_cmd_open_link_new_window):
2824
2825         Allow opening a copy of the current document in a new window. Fixes bug
2826         #357472
2827
2828 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2829
2830         * data/evince-toolbar.xml:
2831         
2832         Add rotate right and rotate left to available items for toolbar.
2833         
2834         * data/evince-ui.xml:
2835         * shell/ev-window.c: (ev_window_init):
2836         
2837         Customize toolbar with right click. Fixes bug #372451.
2838
2839 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2840
2841         * shell/ev-window.c: 
2842         
2843         Use "object-rotate-{left,right}" stock icons. Fixes 
2844         bug #373863.
2845
2846 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2849         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2850         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2851         (ev_window_open_uri):
2852         * shell/main.c: (arguments_parse):
2853
2854         Remove temp file created when evince is used by GTK+ in
2855         preview mode. Fixes bug #365282. 
2856
2857 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2858
2859         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2860         
2861         Fixes bug #372474 - Side pane disabled when entering 
2862         and leaving fullscreen mode.
2863
2864 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2865
2866         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2867         * data/Makefile.am:
2868         * data/evince-preview-toolbar.xml:
2869         * data/evince-toolbar.xml:
2870         * shell/ev-application.c: (ev_application_shutdown),
2871         (ev_application_init), (ev_application_get_toolbars_model):
2872         * shell/ev-application.h:
2873         * shell/ev-window.c: (update_chrome_visibility),
2874         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2875         (ev_window_cmd_edit_toolbar), (ev_window_init):
2876         
2877         Fixes bug #364364 - toolbar editor shows zoom actions again.
2878
2879 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2882
2883         Do not take margins into consideration for paper size when printing.
2884         Really fixes bug #350491.
2885
2886 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * data/evince-ui.xml:
2889         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2890         (ev_window_cmd_file_print_setup),
2891         (ev_window_print_dialog_response_cb),
2892         (ev_window_setup_action_sensitivity):
2893
2894         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2895
2896 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-window.c: (ev_window_print_range):
2899
2900         Revert my previuos commit, since printing to PDF is not supported by
2901         evince yet. 
2902
2903 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (ev_window_print_range):
2906
2907         Enable print to a PDF. Fixes bug #332121.
2908
2909 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * shell/ev-application-service.xml:
2912         * shell/ev-application.[ch]: (ev_application_open_window),
2913         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2914         (ev_application_open_uri), (ev_application_open_uri_list):
2915         * shell/ev-window.c: (file_open_dialog_response_cb),
2916         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2917         (drag_data_received_cb), (open_remote_link):
2918         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2919
2920         Add support for multiscreen systems. Fixes bug #316206.
2921
2922 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * shell/ev-jobs.[ch]: (ev_job_print_new),
2925         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2926         (ev_job_print_do_page):
2927         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2928
2929         Allow printing only odd/even pages. Fixes bug #367289.
2930
2931 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2932
2933         * test/test1.py:
2934         * test/test2.py:
2935
2936         Re-add locale settings to test files.
2937
2938 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2939
2940         * data/evince-ui.xml:
2941         * shell/ev-window.c: (set_action_properties):
2942         
2943         Removed garbage from code and ui.
2944
2945 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2946
2947         * shell/ev-window.c: (ev_window_cmd_help_about):
2948
2949         Shamelessly add my name to the list of contributors.
2950
2951 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2952
2953         * test/test1.py:
2954         * test/test2.py:
2955
2956         Cleaned up the dogtail scripts.
2957
2958 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2959
2960         * shell/ev-view.c: (draw_loading_text): Don't render
2961         "loading..." text in presentation mode. Temporary
2962         workaround for bug #320352.
2963
2964 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2967         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2968
2969         Use print settings scale, copies, collate and reverse which were
2970         ignored. Fixes bug #359032.
2971
2972 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2973
2974         * configure.ac:
2975         * data/evince-password.glade:
2976         * test/Makefile.am:
2977         * test/test-encrypt.pdf:
2978         * test/test-links.pdf:
2979         * test/test1.py:
2980         * test/test2.py:
2981
2982         Add automated UI tests for evince with dogtail. See
2983         bug #300948.    
2984
2985 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2988
2989         Hide fullscreen toolbar when switching to another desktop workspace.
2990         Fixes bug #338871
2991
2992 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2993
2994         * shell/ev-window-title.c: 
2995         
2996         Test for .dvi in title of pdf documents.
2997
2998 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2999
3000         * shell/ev-view.c: (ev_view_scroll):
3001
3002         Page Up/Down should do page jumps in "Best fit" mode.
3003         If a user has explicitly chosen to view exactly one page
3004         at a time, scrolling just a part of the page when
3005         pressing Page Up/Down is not right. Fixes bug #323107.
3006
3007 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * NEWS:
3010         * configure.ac:
3011         
3012         Update for 0.6.1
3013
3014 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3017         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3018         
3019         Correctly disconnect from job signals on destroy.
3020
3021 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3022
3023         * shell/ev-view-private.h:
3024         * shell/ev-view.c: (view_set_adjustment_values),
3025         (view_update_range_and_current_page),
3026         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3027         
3028         Fixes bug #343199, current page now follows find page.
3029
3030 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3031
3032         * backend/ev-document-factory.c:
3033         * configure.ac:
3034         Assigned OpenDocument presenation MIME type to the
3035         Impress backend. Added some missing (but harmless)
3036         #ifdefs in the document factory as well to make things
3037         consistent again. Fixes bug #360658.
3038
3039 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3040
3041         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3042         * backend/ev-document-find.c: (ev_document_find_get_type):
3043         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3044         * backend/ev-document-links.c: (ev_document_links_get_type):
3045         * backend/ev-document-security.c: (ev_document_security_get_type):
3046         * backend/ev-document-thumbnails.c:
3047         (ev_document_thumbnails_get_type):
3048         * backend/ev-document.c: (ev_document_get_type):
3049         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3050         * backend/ev-selection.c: (ev_selection_get_type):
3051         * cut-n-paste/recent-files/egg-recent-model.c:
3052         (egg_recent_model_get_type):
3053         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3054         (egg_recent_view_uimanager_get_type):
3055         * cut-n-paste/recent-files/egg-recent-view.c:
3056         (egg_recent_view_get_type):
3057         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3058         (egg_editable_toolbar_get_type):
3059         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3060         (egg_toolbar_editor_get_type):
3061         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3062         (egg_toolbars_model_get_type):
3063         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3064         (egg_tree_multi_drag_source_get_type):
3065         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3066         (ephy_zoom_action_get_type):
3067         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3068         (ephy_zoom_control_get_type):
3069         * impress/r_back.c: (_imp_fill_back):
3070         * properties/ev-properties-main.c:
3071         (ev_properties_plugin_register_type):
3072         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3073         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3074         (ev_view_accessible_factory_get_type):
3075
3076         Reduce relocations. Bug #360616.
3077
3078 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3079
3080         * backend/ev-document-factory.c:
3081         (ev_document_factory_get_document):
3082         
3083         Load document even if extension is wrong.
3084
3085 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3086
3087         * shell/ev-metadata-manager.c: (save_values):
3088         * shell/ev-window.c: (setup_size_from_metadata),
3089         (setup_view_from_metadata), (ev_window_setup_document),
3090         (ev_window_xfer_job_cb), (window_configure_event_cb):
3091         
3092         Set size according to the document size/page size ratio.
3093         That should correct rather wierd behaviour of the previous
3094         commit.
3095
3096 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * shell/ev-window.c: (setup_view_from_metadata):
3099         
3100         Set size for new windows from previous window size.
3101         See bugs #354968 and #168450 for details. Thanks
3102         to Meik Hellmund.
3103
3104 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * djvu/djvu-links.c: (build_tree):
3107
3108         Fix memory leak.
3109
3110 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3113         
3114         Don't make sidebar close button insensitive. Fixes
3115         bug #357871.
3116
3117 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3120         (ev_window_set_view_accels_sensitivity):
3121         
3122         Don't enable Slash on documents which don't support
3123         find. Fixes bug #358648.
3124
3125 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3126
3127         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3128         open dialog fall back to the current document uri if the
3129         filechooser hasn't been used before. Fixes bug #356980.
3130
3131 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3132
3133         * shell/ev-window.c: (ev_window_setup_recent), 
3134         (ev_window_get_recent_file_label):
3135
3136         Escape underscores in filenames of recent file items.
3137
3138 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * configure.ac:
3141         
3142         Bumped poppler requirements, really 0.5.3 is very 
3143         buggy, now we require 0.5.4.
3144
3145 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * djvu/Makefile.am:
3148         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3149         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3150         (djvu_document_document_links_iface_init):
3151         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3152         (number_from_string_10), (get_djvu_link_dest),
3153         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3154         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3155         (djvu_links_get_links), (djvu_links_find_link_dest),
3156         (djvu_links_get_links_model):
3157         * djvu/djvu-links.h:
3158         
3159         Add support for links and bookmarks in djvu documents. Thanks
3160         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3161         patch.
3162
3163 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3166         
3167         Reopen should reload document. Fixes 
3168         bug 327951.
3169
3170 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * configure.ac:
3173         * data/Makefile.am:
3174         * data/evince-16.png:
3175         * data/evince-22.png:
3176         * data/evince.png:
3177         * data/evince.svg:
3178         * data/icons/16x16/Makefile.am:
3179         * data/icons/16x16/evince.png:
3180         * data/icons/22x22/Makefile.am:
3181         * data/icons/22x22/evince.png:
3182         * data/icons/48x48/Makefile.am:
3183         * data/icons/48x48/evince.png:
3184         * data/icons/Makefile.am:
3185         * data/icons/scalable/Makefile.am:
3186         * data/icons/scalable/evince.svg:
3187         
3188         Install icons with correct names. Fixes
3189         bug #354429.
3190
3191 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-view.c: (ev_view_button_release_event):
3194
3195         Don't open links with middle mouse button. Fixes bug #353649
3196
3197 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3198
3199         * NEWS:
3200         * configure.ac:
3201         
3202         Update for release 0.6.0
3203
3204 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3205
3206         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3207         Implement Close named action. Patch by Carlos Garcia Campos.
3208
3209 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3210
3211         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3212         
3213         Don't clear link mapping on copy_job_to_job_info. Fixes
3214         bug 346168.
3215
3216 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/main.c: (main):
3219
3220         Revert my previous commit, gnome_program_init owns the option context.
3221         Fix another memory leak in main. Both caught by Christian Persch. 
3222
3223 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/main.c: (main):
3226
3227         Fix memory leak.
3228
3229 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3232
3233         Fix crash when opening a pdf with password protection. 
3234
3235 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * pdf/ev-poppler.cc: (pdf_document_search_free):
3238
3239         Fix memory leak. 
3240
3241 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3242
3243         * backend/ev-document-factory.c:
3244         (ev_document_factory_get_document):
3245         * tiff/tiff-document.c: (tiff_document_finalize):
3246         
3247         More correct handling of document loading. Fixes
3248         bug #349043.
3249
3250 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * backend/ev-attachment.c: (ev_attachment_save):
3253
3254         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3255         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3256
3257 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3258         
3259         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3260         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3261
3262 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/ev-sidebar-thumbnails.c:
3265
3266         Do not render thumbnails unless thumbnails page is active in the
3267         sidebar.
3268
3269 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3270
3271         * shell/ev-properties-dialog.c:
3272
3273         Fix dialogue spacing. Bug #351370.
3274
3275 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3276
3277         * configure.ac:
3278
3279         Use lowercase gettext catalog file names (evince.mo
3280         instead of Evince.mo)
3281
3282 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * shell/ev-sidebar-attachments.c:
3285
3286         GtkIconTheme is now screen safe too. Fixes bug #350878
3287
3288 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * shell/ev-window.c:
3291
3292         GtkRecent manager is now screen safe. Fixes bug #350145
3293
3294 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3295
3296         * shell/ev-sidebar.c: (ev_sidebar_init):
3297         
3298         Make sidebar close icon smaller. Fix for bug 350177.
3299         See also bugs 350176 and 165770.
3300
3301 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3304
3305         Ignore zoom for xyz destinations when it's <= 1, keeping user
3306         preferences instead. Set correct sizing-mode for fith and fitv
3307         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3308
3309 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * NEWS:
3312         * configure.ac:
3313         
3314         Update for release 0.5.5
3315
3316 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3317         
3318         * shell/ev-window.c: (ev_window_cmd_escape)
3319
3320         Escape unfocus page entry. Fixes bug #345809.
3321
3322 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3325         (build_tree), (pdf_document_links_get_links),
3326         (pdf_document_links_find_link_dest):
3327         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3328         (goto_xyz_dest):
3329
3330         Convert from PDF style coordinates to X style coordinates in the
3331         backend rather than in the view. Fixes bug #338440
3332
3333 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3334
3335         * shell/ev-window.c:
3336         
3337         Remove Ctrl+Shift+T shortcut for toolbars. See
3338         the bug #350098.
3339
3340 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * configure.ac:
3343
3344         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3345         of this. 
3346
3347 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * configure.ac:
3350         * cut-n-paste/Makefile.am:
3351         * data/evince-ui.xml:
3352         * shell/Makefile.am:
3353         * shell/ev-application.[ch]:
3354         * shell/ev-window.c:
3355
3356         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3357         #349273
3358
3359 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3360
3361         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3362         findbar code: s/help/search/
3363
3364 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3365
3366         * shell/ev-window.c: (setup_document_from_metadata),
3367         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3368         (setup_view_from_metadata):
3369         
3370         Fix memory leaks.
3371
3372 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3373
3374         * autogen.sh, configure.ac: 
3375         
3376         Update automake usage. See bug 349292.
3377
3378 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3379
3380         * shell/eggfindbar.c: (egg_find_bar_class_init),
3381         (entry_activate_callback), (egg_find_bar_init),
3382         (egg_find_bar_set_status_text):
3383         * shell/eggfindbar.h:
3384         
3385         Unify Evince findbar with Epiphany. Nice patch
3386         from Fabricio Silva <silva@crans.org> and
3387         Frederic Peters <fpeters@entrouvert.com>. See
3388         bug #339966 for details.
3389
3390 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3391
3392         * data/evince.desktop.in.in:
3393         
3394         Correct information for bugzilla. Thanks to
3395         Olaf Vitters, see bug #348855.
3396
3397 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-jobs.[ch]:
3400         * shell/ev-sidebar-links.c:
3401         * shell/ev-window.[ch]:
3402
3403         GtkPrintJob doesn't support print ranges or current page, so we export
3404         to a ps file now when printing ranges or current page.
3405
3406 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3407
3408         * pdf/ev-poppler.cc:
3409         * shell/ev-window.c: (do_action_named):
3410
3411         We should be more clear about bugzilla. See the
3412         poppler bug #7623.
3413
3414 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * configure.ac:
3417         * shell/Makefile.am:
3418         * shell/ev-job-queue.c:
3419         * shell/ev-jobs.[ch]:
3420         * shell/ev-sidebar-links.c:
3421         * shell/ev-window.[ch]:
3422         
3423         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3424         #348422
3425
3426 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3429         * shell/ev-application-service.xml:
3430         * shell/ev-application.[ch]:
3431         * shell/ev-jobs.[ch]:
3432         * shell/ev-window.[ch]: (ev_window_run_preview):
3433         * shell/main.c: 
3434
3435         Add preview mode to use evince as a printing previewer. It also adds
3436         other command line options for fullscreen and presentation modes.
3437         Fixes bugs #347822, #317031
3438
3439 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * NEWS:
3442         * configure.ac:
3443         
3444         Update for release 0.5.4
3445
3446 2006-07-11  Bastien Nocera <hadess@hadess.net>
3447
3448         * Makefile.am:
3449         * backend/Makefile.am:
3450         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3451         * backend/ev-document-factory.h:
3452         * configure.ac:
3453         * impress/.cvsignore:
3454         * impress/Makefile.am:
3455         * impress/common.h:
3456         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3457         (imp_get_page), (imp_next_page), (imp_prev_page),
3458         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3459         * impress/f_oasis.c: (render_object), (render_page),
3460         (get_geometry), (_imp_oasis_load):
3461         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3462         (_imp_oo13_load):
3463         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3464         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3465         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3466         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3467         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3468         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3469         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3470         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3471         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3472         (iks_new_within), (iks_insert), (iks_insert_cdata),
3473         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3474         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3475         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3476         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3477         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3478         (iks_cdata), (iks_cdata_size), (iks_has_children),
3479         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3480         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3481         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3482         (iks_tree), (iks_load), (iks_save):
3483         * impress/iksemel.h:
3484         * impress/imposter.h:
3485         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3486         (imp_render_draw_bezier_real), (imp_render_get_size),
3487         (imp_render_set_fg_color), (imp_render_draw_line),
3488         (imp_render_draw_rect), (imp_render_draw_polygon),
3489         (imp_render_draw_arc), (imp_render_draw_bezier),
3490         (imp_render_open_image), (imp_render_get_image_size),
3491         (imp_render_scale_image), (imp_render_draw_image),
3492         (imp_render_close_image), (imp_render_markup),
3493         (imp_render_get_text_size), (imp_render_draw_text),
3494         (impress_document_load), (impress_document_save),
3495         (impress_document_get_n_pages), (impress_document_get_page_size),
3496         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3497         (impress_document_finalize), (impress_document_class_init),
3498         (impress_document_can_get_text), (impress_document_get_info),
3499         (impress_document_document_iface_init),
3500         (impress_document_thumbnails_get_thumbnail),
3501         (impress_document_thumbnails_get_dimensions),
3502         (impress_document_document_thumbnails_iface_init),
3503         (impress_document_init):
3504         * impress/impress-document.h:
3505         * impress/internal.h:
3506         * impress/r_back.c: (_imp_fill_back):
3507         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3508         (_imp_draw_image), (_imp_tile_image):
3509         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3510         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3511         (r_polyline):
3512         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3513         (r_draw_gradient_complex), (r_draw_gradient):
3514         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3515         (r_get_bullet):
3516         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3517         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3518         (r_text):
3519         * impress/render.c: (imp_create_context), (imp_context_set_page),
3520         (imp_context_set_step), (imp_render), (imp_delete_context):
3521         * impress/render.h:
3522         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3523         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3524         (zip_load_xml), (zip_get_size), (zip_load):
3525         * impress/zip.h:
3526         * shell/ev-utils.c:
3527         
3528         New backend to support impress slides. Fixes bug #30867.
3529
3530 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3531
3532         * shell/ev-utils.c: (using_postscript_printer):
3533         
3534         Fixes crash when print using PAPI backend,
3535         bug #345012.
3536
3537 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3538
3539         * shell/ev-jobs.c: (ev_job_xfer_run):
3540         * shell/ev-window.c: (password_dialog_response),
3541         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3542         (ev_window_dispose):
3543         Fixes bug #344160: if the xfer job doesn't complete
3544         because a password is required, reload the existing
3545         instance instead of creating a new one.
3546
3547 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3548
3549         * shell/main.c: (main): Call gdk_threads_init. Thus
3550         we'll avoid errors in auth dialog. Fix for the bug
3551         #343347.
3552
3553 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3554
3555         * configure.ac: Advertise pixbuf support, fix
3556         for the bug 343317.
3557
3558 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3561         (ev_sidebar_thumbnails_set_document):
3562         
3563         Update sidebar thumbnails after reloading.
3564
3565 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3566
3567         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3568         * shell/ev-jobs.h:
3569         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3570         (ev_window_cmd_view_reload), (ev_window_init):
3571         
3572         Don't crash on reload. Fix for the bug #343167.
3573
3574 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3575
3576         * shell/ev-jobs.c: (ev_job_render_run):
3577         
3578         Check for document links.
3579
3580 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * backend/ev-attachment.c: (ev_attachment_save),
3583         (ev_attachment_launch_app), (ev_attachment_open):
3584         * backend/ev-document-factory.c: (get_document_from_uri):
3585         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3586         (egg_recent_view_uimanager_set_list):
3587         * ps/ps-document.c: (check_filecompressed), (document_load),
3588         (ps_document_load):
3589         * shell/ev-metadata-manager.c: (load_values):
3590         * shell/ev-password.c: (ev_password_dialog_set_property):
3591         * shell/ev-view.c: (tip_from_link):
3592         * shell/ev-window.c: (file_save_dialog_response_cb),
3593         (ev_window_print_dialog_response_cb):
3594         
3595         Use consistent quoting style. Fix for the bug #320285.
3596
3597 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3598
3599         * shell/ev-jobs.c: (ev_job_xfer_run):
3600         * shell/main.c: (load_files):
3601                 
3602         Open links with anchors. Fix for the bug #339836.
3603
3604 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3605
3606         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3607         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3608         (ev_link_dest_set_property), (ev_link_dest_finalize),
3609         (ev_link_dest_class_init), (ev_link_dest_new_named),
3610         (ev_link_dest_new_page_label):
3611         * backend/ev-link-dest.h:
3612         * shell/ev-application.c: (ev_application_open_uri):
3613         * shell/ev-view.c: (goto_dest):
3614         * shell/ev-window.c:
3615         * shell/ev-window.h:
3616         
3617         Fix page-label command line option. Bug #342070.
3618
3619 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3620
3621         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3622         
3623         Don't show highlight rects if page can't be showed. Fix for 
3624         the bug #342076
3625
3626 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * shell/ev-window.c: (setup_sidebar_from_metadata),
3629         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3630         
3631         Setup sidebar from metadata even if there is no document
3632         loaded. Fix for the bug #342807.
3633
3634 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3635
3636         * cut-n-paste/toolbar-editor/Makefile.am:
3637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3638         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3639         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3640         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3641         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3642         (popup_context_menu_cb), (button_press_event_cb),
3643         (configure_item_sensitivity), (configure_item_cursor),
3644         (configure_item_tooltip), (connect_widget_signals),
3645         (action_sensitive_cb), (create_item_from_action),
3646         (create_item_from_position), (toolbar_drag_data_received_cb),
3647         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3648         (toolbar_drag_leave_cb), (configure_drag_dest),
3649         (toggled_visibility_cb), (toolbar_visibility_refresh),
3650         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3651         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3652         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3653         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3654         (egg_editable_toolbar_dispose),
3655         (egg_editable_toolbar_set_ui_manager),
3656         (egg_editable_toolbar_get_selected),
3657         (egg_editable_toolbar_set_selected), (set_edit_mode),
3658         (egg_editable_toolbar_set_property),
3659         (egg_editable_toolbar_get_property),
3660         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3661         (egg_editable_toolbar_new_with_model),
3662         (egg_editable_toolbar_get_edit_mode),
3663         (egg_editable_toolbar_set_edit_mode),
3664         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3665         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3666         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3667         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3668         (item_added_or_removed_cb), (toolbar_removed_cb),
3669         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3670         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3671         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3672         (editor_create_item_from_name), (append_table),
3673         (update_editor_sheet), (egg_toolbar_editor_init):
3674         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3675         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3676         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3677         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3678         (toolbar_node_free), (egg_toolbars_model_get_flags),
3679         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3680         (egg_toolbars_model_get_name), (impl_add_item),
3681         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3682         (parse_data_list), (parse_item_list), (parse_toolbars),
3683         (egg_toolbars_model_load_toolbars), (parse_available_list),
3684         (parse_names), (egg_toolbars_model_load_names),
3685         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3686         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3687         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3688         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3689         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3690         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3691         (egg_toolbars_model_set_types), (fill_avail_array),
3692         (egg_toolbars_model_get_name_avail),
3693         (egg_toolbars_model_get_name_flags),
3694         (egg_toolbars_model_set_name_flags):
3695         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3696         * cut-n-paste/toolbar-editor/eggintl.h:
3697         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3698         (egg_tree_multi_drag_source_get_type),
3699         (egg_tree_multi_drag_source_row_draggable),
3700         (egg_tree_multi_drag_source_drag_data_delete),
3701         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3702         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3703         (path_list_free), (set_context_data), (get_context_data),
3704         (get_info), (egg_tree_multi_drag_drag_data_get),
3705         (egg_tree_multi_drag_motion_event),
3706         (egg_tree_multi_drag_button_press_event),
3707         (egg_tree_multi_drag_add_drag_support):
3708         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3709         * shell/ev-application.c: (ev_application_init),
3710         (ev_application_save_toolbars_model):
3711         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3712         (ev_window_cmd_edit_toolbar), (ev_window_init):
3713         
3714         Sync toolbareditor with epiphany and libegg
3715
3716 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * configure.ac: 
3719
3720         Depend on poppler 0.5.2
3721
3722 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * shell/ev-jobs.c: (ev_job_render_run):
3725         
3726         Check if document supports links iterface.
3727
3728 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * NEWS:
3731         * configure.ac:
3732         
3733         Update for release 0.5.3
3734
3735 2006-05-13  Michael Plump  <plumpy@skylab.org>
3736
3737         * configure.ac:
3738         * shell/Makefile.am:
3739         * shell/main.c: (main):
3740         
3741         Port to GOption command line parsing. Fix for the 
3742         bug #327518
3743
3744 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3745
3746         * shell/ev-window.c: (ev_window_cmd_help_about):
3747         
3748         Do not wrap license. Fix for the bug #309460.
3749
3750 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * configure.ac:
3753         * properties/ev-properties-main.c: (ev_properties_get_pages):
3754         * shell/ev-application.c: (ev_application_open_window),
3755         (ev_application_open_uri_at_dest):
3756         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3757         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3758         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3759         * shell/ev-utils.c: (save_print_config_to_file):
3760         * shell/ev-window.c: (ev_window_cmd_save_as),
3761         (ev_attachment_popup_cmd_save_attachment_as):
3762         * shell/main.c: (load_files_remote):
3763         
3764         Bump requirements to gtk 2.8 and drop all ifdefs used.
3765
3766 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3769         * shell/ev-window.c: (ev_window_init):
3770         
3771         Show attachments page.
3772
3773 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3774
3775         * po/POTFILES.in:
3776         * shell/ev-attachment-bar.c:
3777         * shell/ev-attachment-bar.h:
3778         * shell/ev-sidebar-attachments.c:
3779         (ev_sidebar_attachments_icon_cache_add),
3780         (icon_theme_get_pixbuf_from_mime_type),
3781         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3782         (ev_sidebar_attachments_icon_cache_refresh),
3783         (ev_sidebar_attachments_get_attachment_at_pos),
3784         (ev_sidebar_attachments_popup_menu_show),
3785         (ev_sidebar_attachments_popup_menu),
3786         (ev_sidebar_attachments_button_press),
3787         (ev_sidebar_attachments_update_icons),
3788         (ev_sidebar_attachments_drag_data_get),
3789         (ev_sidebar_attachments_get_property),
3790         (ev_sidebar_attachments_destroy),
3791         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3792         (ev_sidebar_attachments_new),
3793         (ev_sidebar_attachments_set_document),
3794         (ev_sidebar_attachments_support_document),
3795         (ev_sidebar_attachments_get_label),
3796         (ev_sidebar_attachments_page_iface_init):
3797         * shell/ev-sidebar-attachments.h:
3798         * shell/ev-window.c: (update_chrome_visibility),
3799         (setup_sidebar_from_metadata), (ev_window_setup_document),
3800         (ev_window_sidebar_current_page_changed_cb),
3801         (attachment_bar_menu_popup_cb), (ev_window_init):
3802         
3803         Move attachments bar to sidebar.
3804
3805 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * pdf/ev-poppler.cc:
3808         * shell/ev-application.[ch]:
3809         * shell/main.c:
3810
3811         Fix some memory leaks.
3812
3813 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3814
3815         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3816
3817         Change the properties dialog response to
3818         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3819         will make the dialog go away when the user presses
3820         enter. With gtk+ >= 2.9 this will happen anyway, but for
3821         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3822         escape by default. Fixes bug #340539. See also bug
3823         #101293 for the gtk+ part.
3824
3825 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3826
3827         * shell/ev-view.c (tip_from_action_named): Replace some strings
3828         that were wrong. Closes #340970.
3829
3830 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3833
3834         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3835         #341049
3836
3837 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3838
3839         * djvu/Makefile.am:
3840         * dvi/Makefile.am:
3841         * dvi/mdvi-lib/Makefile.am:
3842         * properties/Makefile.am:
3843         * ps/Makefile.am:
3844         * shell/Makefile.am:
3845         * thumbnailer/Makefile.am:
3846         
3847         Due to broken libtool that is unable to track dependencies
3848         of noinst libraries we are forced to explicitely point
3849         libraries for binary. Fix for the bug #333334.
3850
3851 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * data/evince.desktop.in.in:
3854         * shell/ev-view.c: (view_update_range_and_current_page),
3855         (ev_view_next_page), (ev_view_previous_page):
3856         * shell/ev-window.c: (update_chrome_visibility),
3857         (setup_sidebar_from_metadata), (ev_window_setup_document),
3858         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3859         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3860         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3861         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3862         (ev_window_stop_presentation), (ev_window_focus_in_event),
3863         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3864         (ev_window_init):
3865         * thumbnailer/Makefile.am:
3866         
3867         Update fullscreen and presentation timeout handling. Hide
3868         cursor in presentation after timeout. Fix for the bugs
3869         #136359 and #336981.
3870
3871 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3872
3873         * backend/ev-link-action.[ch]:
3874         * pdf/ev-poppler.cc: (ev_link_from_action):
3875         * shell/ev-view-private.h:
3876         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3877         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3878
3879         Add support for Named Action links
3880
3881 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * backend/Makefile.am:
3884         * backend/ev-document-links.[ch]:
3885         * backend/ev-document.[ch]:
3886         * backend/ev-link-action.[ch]:
3887         * backend/ev-link-dest.[ch]:
3888         * backend/ev-link.[ch]:
3889         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3890         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3891         * shell/ev-page-action.c: (build_new_tree_cb):
3892         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3893         (links_page_num_func), (update_page_callback):
3894         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3895         (tip_from_link):
3896         * shell/ev-jobs.c:
3897         * shell/ev-window.[ch]: (ev_window_open_uri),
3898         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3899         * shell/ev-application.[ch]: (ev_application_open_window),
3900         (ev_application_open_uri):
3901
3902         Rework links system, it adds support for remote links now and it makes
3903         easier to add new kinds of actions and destinations. Fixes bug #317292
3904
3905 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3906
3907         * data/Makefile.am:
3908         * data/evince.png:
3909         * data/evince-16.png:
3910         * data/evince-22.png:
3911         * data/evince.svg:
3912         * shell/main.c: (main):
3913         
3914         Evince use it's own icon. Fix for the bug #313392.
3915
3916         * shell/ev-window.c: (fullscreen_timeout_cb),
3917         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3918         (ev_window_cmd_help_about), (ev_window_dispose):
3919         
3920         Simplify fullscreen timeout code.
3921
3922 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/ev-attachment.c: 
3925         * shell/ev-attachment-bar.c:
3926         * shell/ev-window.c:
3927
3928         Allow multiple selection of attachments
3929
3930 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * shell/ev-view.c: (view_update_range_and_current_page),
3933         (ev_view_scroll):
3934         
3935         Fix for the bug #312573 – Optimal selection of current 
3936         page among visible pages.
3937
3938 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * configure.ac:
3941         * djvu/Makefile.am:
3942         * djvu/djvu-text.h:
3943         
3944         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3945         for the bug 339868.
3946
3947 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3948
3949         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3950
3951 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3952
3953         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3954         dictated by the GNOME HIG. Fixes bug #339235.
3955
3956 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3957
3958         * data/evince-ui.xml:
3959         * shell/ev-view.c: (ev_view_can_find_previous):
3960         * shell/ev-view.h:
3961         * shell/ev-window.c: (ev_window_update_actions),
3962         (ev_window_cmd_edit_find_previous):
3963
3964         Add support for "Find Previous" as dictated by the GNOME HIG. A
3965         menu item is added and some glue code to make it all work is added
3966         to various files.
3967
3968 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3969
3970         * configure.ac: Award myself the "useless use of cat" award.
3971
3972 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3973
3974         * po/LINGUAS: New file listing all supported languages.
3975
3976         * configure.in: Use po/LINGUAS instead of including all languages
3977         directly in this file. See the wiki for more information:
3978         http://live.gnome.org/GnomeGoals/PoLinguas
3979
3980 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * backend/ev-document-factory.c:
3983
3984         Do not load the document twice when there isn't errors
3985
3986 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * backend/ev-attachment.c: 
3989
3990         Fix a crash when there isn't a default application to open an
3991         attachment
3992
3993 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * backend/ev-attachment.[ch]:
3996         * shell/ev-attachment-bar.[ch]:
3997
3998         Added missing files. 
3999
4000 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * backend/Makefile.am:
4003         * data/evince-ui.xml:
4004         * backend/ev-attachment.[ch]:
4005         * backend/ev-document.[ch]: (ev_document_has_attachments),
4006         (ev_document_get_attachments):
4007         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4008         (attachment_save_to_buffer), (pdf_document_get_attachments),
4009         (pdf_document_document_iface_init):
4010         * shell/Makefile.am:
4011         * shell/ev-attachment-bar.[ch]:
4012         * shell/ev-window.c:
4013
4014         Add support for PDF attachments. Fixes bug #325143
4015
4016 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4017
4018         * backend/ev-document-factory.c: (get_document_from_uri),
4019         (ev_document_factory_get_document):
4020         * backend/ev-document-factory.h:
4021         * properties/ev-properties-main.c: (ev_properties_get_pages):
4022         * shell/Makefile.am:
4023         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4024         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4025         (ev_job_queue_remove_job):
4026         * shell/ev-job-queue.h:
4027         * shell/ev-job-xfer.c:
4028         * shell/ev-job-xfer.h:
4029         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4030         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4031         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4032         (ev_job_xfer_run):
4033         * shell/ev-jobs.h:
4034         * shell/ev-window.c: (ev_window_is_empty),
4035         (password_dialog_response), (ev_window_clear_xfer_job),
4036         (ev_window_xfer_job_cb), (ev_window_open_uri),
4037         (ev_window_cmd_focus_page_selector),
4038         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4039         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4040         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4041         (ev_window_dispose):
4042         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4043         
4044         * Cleanup mime type detection on document load. Fix for the
4045         bug #336448.
4046
4047 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4050         
4051         Fix crash on exit, described in the bug #336825.
4052
4053 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * backend/ev-document-factory.c:
4056         (ev_document_factory_get_from_mime),
4057         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4058         (ev_document_factory_get_document),
4059         (file_filter_add_mime_list_and_free),
4060         (ev_document_factory_add_filters):
4061         * backend/ev-document-factory.h:
4062         * properties/ev-properties-main.c: (ev_properties_get_pages):
4063         * shell/Makefile.am:
4064         * shell/ev-application.c:
4065         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4066         * shell/ev-window.c: (ev_window_cmd_file_open),
4067         (ev_window_cmd_save_as):
4068         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4069         
4070         Rework factory functions so they are placed now in a single 
4071         file ev-document-factory.c
4072
4073 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4074
4075         * shell/ev-window.c: (update_chrome_visibility):
4076         
4077         Fix for the bug 166566 - don't show menubar in fullscreen
4078         mode.
4079
4080 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4081
4082         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4083
4084 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * shell/ev-view.c: (ev_view_expose_event):
4087         
4088         More correctly draw loading text when document
4089         is empty.
4090
4091 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4092
4093         * shell/ev-view.c: (ev_view_scroll):
4094         
4095         Fix for the bug #334854, page down and page up switch
4096         pages in presentation mode.
4097
4098 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4099
4100         * shell/ev-window.c: (ev_window_set_action_sensitive),
4101         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4102         (ev_window_set_view_accels_sensitivity),
4103         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4104         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4105         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4106         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4107         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4108         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4109         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4110         (view_actions_focus_in_cb), (ev_window_init):
4111         
4112         Fix for the bug #333902, now it's possible to search
4113         words with slash.
4114
4115 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4116
4117         * configure.ac: Added Breton translation.
4118         * po/br.po: Added Breton translation.
4119
4120 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-window-title (ev_window_title_update):
4123
4124         Fix memory leak in window title. Fixes bug #333944
4125
4126 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-metadata-manager.c (parseItem):
4129
4130         Fix memory leaks. Fixes bug #333945
4131
4132 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4133         
4134         * NEWS, configure.ac, TODO:
4135         
4136         Update for release 0.5.2.
4137
4138 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * shell/ev-view.c: (view_update_range_and_current_page),
4141         (page_changed_cb):
4142         
4143         Don't jump on scrolling, fix for the bug #333127.
4144
4145 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4148         
4149         Scroll by one page in presentation mode. Fix for the bug
4150         #332993.
4151
4152 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4153
4154         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4155
4156 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4157
4158         * configure.ac  Added lv in ALL_LINGUAS line.
4159
4160 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4161         
4162         * NEWS, configure.ac:
4163         
4164         Update for release 0.5.1
4165
4166 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4167
4168         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4169         * backend/ev-document-misc.h:
4170         * shell/ev-view.c: (draw_one_page):
4171         
4172          Clairfy what page the toolbar page number applies to. Fix
4173          for the bug #328102.
4174
4175 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4176
4177         * shell/ev-view-private.h:
4178         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4179         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4180         (ev_view_search_changed):
4181         * shell/ev-view.h:
4182         * shell/ev-window.c: (find_bar_search_changed_cb):
4183         
4184         Dont't jump to find result if window was scrolled during search.
4185         Fix for the bug #313266.
4186
4187 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4188
4189         * shell/eggfindbar.c: (egg_find_bar_class_init):
4190         * shell/eggfindbar.h:
4191         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4192         * shell/ev-view-private.h:
4193         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4194         (ev_view_class_init), (ev_sizing_mode_get_type),
4195         (ev_scroll_type_get_type):
4196         * shell/ev-view.h:
4197         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4198         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4199         (ev_window_init):
4200         
4201         Fix for the bug 319133 - Find entry should allow text scroll.
4202
4203 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4204
4205         * shell/ev-view-private.h:
4206         * shell/ev-view.c: (view_update_range_and_current_page),
4207         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4208         (ev_view_set_document), (update_find_status_message),
4209         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4210         (ev_view_find_previous):
4211         
4212         Fix for the bug #319137. Search now takes account for scrolling.
4213
4214 2006-02-19  Michael Hofmann <mh21@piware.de>
4215
4216         * configure.ac:
4217         * djvu/Makefile.am:
4218         * djvu/djvu-document-private.h:
4219         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4220         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4221         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4222         (djvu_document_can_get_text), (djvu_document_get_text),
4223         (djvu_document_document_iface_init),
4224         (djvu_document_thumbnails_get_thumbnail),
4225         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4226         (djvu_document_find_get_result),
4227         (djvu_document_find_page_has_results),
4228         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4229         (djvu_document_find_iface_init):
4230         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4231         (djvu_text_page_selection), (djvu_text_page_limits_process),
4232         (djvu_text_page_limits), (djvu_text_page_copy),
4233         (djvu_text_page_position), (djvu_text_page_union),
4234         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4235         (djvu_text_page_box), (djvu_text_page_append_text),
4236         (djvu_text_page_search), (djvu_text_page_prepare_search),
4237         (djvu_text_page_new), (djvu_text_page_free):
4238         * djvu/djvu-text-page.h:
4239         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4240         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4241         (djvu_text_n_results), (djvu_text_has_results),
4242         (djvu_text_get_result), (djvu_text_get_progress):
4243         * djvu/djvu-text.h:
4244         
4245         Text search in djvu. Fix for the bug #303415.
4246
4247 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * configure.ac:
4250         * shell/ev-window.c: (ev_window_cmd_save_as):
4251         
4252         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4253         Thanks to Gary Coady <gary@lyranthe.org>
4254
4255 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * shell/ev-print-job.c: (idle_print_handler):
4258         
4259         Inverse order printing, bug #320919.
4260
4261 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * data/evince-toolbar.xml:
4264         * shell/ev-window.c:
4265         
4266         Allow to add sidebar checkbutton on toolbar. Fix
4267         for the bug #144577.
4268
4269 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4272         
4273         Add checks that have sense for empty ps document.
4274
4275 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4276
4277         * configure.ac: Include PS in mime types list. 
4278
4279 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * configure.ac:
4282         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4283         * ps/gsdefaults.h:
4284         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4285         
4286         Runtime check for gs interpreter. Fix for the bug #320868.
4287         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4288
4289 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * shell/ev-application.c: 
4292
4293         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4294         dbus>=0.60, so that the request is not queued. 
4295
4296 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * configure.ac:
4299         * shell/Makefile.am:
4300         * shell/ev-sidebar-links.c: (print_section_cb):
4301         * shell/ev-utils.c:
4302         * shell/ev-utils.h:
4303         * shell/ev-window.c: (update_action_sensitivity),
4304         (ev_window_close_dialogs), (ev_window_print):
4305         * shell/ev-window.h:
4306         
4307         Make printing support optional. Patch from Eduardo de Barros Lima
4308         <eduardo.lima@indt.org.br> for the bug #330546.
4309
4310 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * shell/ev-view-private.h:
4313         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4314         (ev_view_set_document):
4315         * shell/ev-view.h:
4316         * shell/ev-window.c: (ev_window_load_job_cb),
4317         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4318         (ev_window_init):
4319
4320         Draw Loading message during xfer job. Fix for the bug #329495.
4321
4322 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4323
4324         * comics/comics-document.c: (comics_regex_quote),
4325         (comics_document_load), (extract_argv):
4326         
4327         Correcly quote regexp before passing it to unzip.
4328
4329 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * shell/ev-page-cache.c: (build_height_to_page),
4332         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4333         (ev_page_cache_get_dual_even_left):
4334         * shell/ev-page-cache.h:
4335         * shell/ev-view.c: (view_update_range_and_current_page),
4336         (get_page_y_offset), (get_page_extents):
4337         
4338         Place even pages to the left if document has less then
4339         two pages. Fix for the bug #328856.
4340
4341 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4342
4343         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4344         
4345         Correct comics scheme. This make evince create thumbnails
4346         for comic books. Fix for the bug 329088.
4347
4348 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4349
4350         * data/evince-password.glade: Don't explicitly set
4351         invisible_char to the current default value in case
4352         the default changes; let GTK+ do its magic.
4353
4354 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4357         real filename to tmp filename since often document
4358         type is determined by extension.
4359
4360 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4361
4362         * shell/ev-view.c: (add_scroll_binding_keypad),
4363         (ev_view_binding_activated), (ev_view_class_init):
4364         
4365         Add keybindings for percision-scrolling of display area. 
4366         Fix for the bug #314072.
4367
4368 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * data/evince.desktop.in.in:
4371         
4372         Add GTK to the list of categories. Fix for the bug #328034.
4373
4374 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * shell/ev-application.c: (ev_application_shutdown),
4377         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4378         * shell/ev-application.h:
4379         * shell/ev-window.c: (file_open_dialog_response_cb),
4380         (ev_window_cmd_file_open):
4381         
4382         Save last uri in file chooser dialog. Fix for the bug #327950.
4383
4384 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4385
4386         * NEWS:
4387         * README:
4388         
4389         Final update for release 0.5.0
4390         
4391         * shell/Makefile.am:
4392         
4393         Remove disable deprecated until we'll require libgnome-2.13.7
4394         and port to GOption argument parsing. See bug 327518.
4395
4396 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4397
4398         * comics/comics-document.c: (comics_document_save):
4399         * djvu/djvu-document.c: (djvu_document_save):
4400         * dvi/dvi-document.c: (dvi_document_save):
4401         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4402         * lib/ev-file-helpers.h:
4403         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4404         * tiff/tiff-document.c: (tiff_document_save):
4405         
4406         Use common save function for backends.
4407
4408 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4409
4410         * backend/ev-document-types.c:
4411         
4412         Fix crash on saving pixbuf.
4413
4414 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * cut-n-paste/recent-files/egg-recent-item.c:
4417         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4418         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4419         (parse_info_free), (valid_element), (start_element_handler),
4420         (end_element_handler), (text_handler), (egg_recent_model_filter),
4421         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4422         (egg_recent_model_monitor), (egg_recent_model_read),
4423         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4424         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4425         (egg_recent_model_set_property), (egg_recent_model_class_init),
4426         (egg_recent_model_init), (egg_recent_model_add_full),
4427         (egg_recent_model_delete), (egg_recent_model_get_list),
4428         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4429         (egg_recent_model_set_filter_mime_types),
4430         (egg_recent_model_clear_group_filter),
4431         (egg_recent_model_set_filter_groups),
4432         (egg_recent_model_clear_scheme_filter),
4433         (egg_recent_model_set_filter_uri_schemes),
4434         (egg_recent_model_remove_expired):
4435         * cut-n-paste/recent-files/egg-recent-util.c:
4436         (egg_recent_util_get_icon):
4437         * cut-n-paste/recent-files/egg-recent-util.h:
4438         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4439         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4440         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4441         (egg_recent_view_uimanager_set_property),
4442         (egg_recent_view_uimanager_get_property),
4443         (egg_recent_view_uimanager_class_init),
4444         (egg_recent_view_uimanager_init),
4445         (egg_recent_view_uimanager_set_label_width),
4446         (egg_recent_view_uimanager_get_label_width):
4447         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4448         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4449         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4450         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4451         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4452         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4453         
4454         Update from libegg.
4455
4456 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * shell/ev-page-cache.c: (build_height_to_page),
4459         (ev_page_cache_get_height_to_page):
4460         * shell/ev-page-cache.h:
4461         * shell/ev-view.c: (view_update_range_and_current_page),
4462         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4463         (ev_view_previous_page):
4464         
4465         Dual mode places even pages to the left. Fix for the bug #309393.
4466
4467         * shell/ev-view.h:
4468         * shell/ev-window.c: (update_action_sensitivity),
4469         (setup_view_from_metadata), (view_menu_popup_cb):
4470         
4471         Don't restore presentation in empty windows, more intelligent
4472         next page behaviour in dual mode.
4473
4474         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4475         (ev_pixbuf_cache_clear_job_sizes):
4476         
4477         Cleanup job callback on removal. Fix for the bug #325886.
4478
4479 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4480
4481         * ps/ps.c: (psscan):
4482         
4483         Commit workaround Mozilla problem. Fix for the bug #325919
4484         
4485         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4486         (save_item):
4487         
4488         Fix for year 2038 problem.
4489
4490 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * shell/ev-window.c: (setup_document_from_metadata),
4493         (ev_window_cmd_view_reload):
4494
4495         Clamp page recieved from metadata in valid values. Fix
4496         for the bug #325986.
4497
4498 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4499
4500         * MAINTAINERS: 
4501         Add MAINTAINERS as requested on desktop-devel-list.
4502
4503 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4506         (mime_type_supported_by_gdk_pixbuf),
4507         (ev_document_factory_get_mime_types),
4508         (ev_document_factory_get_all_mime_types):
4509         
4510         Don't add pixbuf mime types if pixbuf backend is disabled.
4511         
4512         * shell/ev-application.c: (ev_application_get_uri_window):
4513         
4514         Fix for the bug 325815 - unhandled MIME type message doesn't 
4515         appear a second time. 
4516         
4517         * shell/ev-document-types.c: (ev_document_types_add_filters):
4518         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4519         (password_dialog_response), (ev_window_popup_password_dialog),
4520         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4521         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4522         (ev_window_run_presentation), (ev_window_stop_presentation),
4523         (save_sizing_mode), (ev_window_zoom_changed_cb),
4524         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4525         (ev_window_dual_mode_changed_cb),
4526         (ev_window_sidebar_current_page_changed_cb),
4527         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4528         (window_state_event_cb), (window_configure_event_cb):
4529         
4530         Cleanup additional uris holded by EvWindow.
4531
4532 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4533
4534         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4535         (ev_view_can_previous_page), (ev_view_can_next_page):
4536         * shell/ev-view.h:
4537         * shell/ev-window.c: (update_action_sensitivity):
4538         
4539         Two page scrolling with Space and PageUp in dual mode. Second fix 
4540         for the bug #316608.
4541
4542 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4543
4544         * shell/ev-view.c: (scroll_to_current_page):
4545         
4546         Correctly clamp adjustment value. Fix for the bug
4547         #325808.
4548
4549 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * shell/ev-sidebar-links.c: (print_section_cb):
4552         * shell/ev-window.c: (ev_window_get_uri),
4553         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4554         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4555         (ev_window_dispose):
4556         
4557         Make print dialog non-modal. Fix for the bug #325622.
4558
4559 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4560
4561         * shell/ev-metadata-manager.c:
4562         * shell/ev-utils.c: (using_pdf_printer),
4563         (using_postscript_printer), (load_print_config_from_file),
4564         (save_print_config_to_file):
4565         * shell/ev-utils.h:
4566         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4567         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4568         (setup_view_from_metadata), (ev_window_setup_document),
4569         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4570         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4571         (ev_window_run_presentation), (ev_window_stop_presentation),
4572         (save_sizing_mode), (ev_window_zoom_changed_cb),
4573         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4574         (ev_window_dual_mode_changed_cb),
4575         (ev_window_sidebar_current_page_changed_cb),
4576         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4577         (window_state_event_cb), (window_configure_event_cb),
4578         (ev_window_init):
4579         
4580         Setting saving behaviour fixes.
4581
4582 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * configure.ac:
4585         
4586         Make antialiasing gs options better and allow
4587         to change them during configure. Fix for the 
4588         bug #319049.
4589
4590 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4591
4592         * shell/ev-window.c: (setup_view_from_metadata):
4593         
4594         Remember if last window was maximized. Fix for the
4595         bug #323797.
4596
4597 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4598
4599         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4600
4601 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4604         * shell/ev-page-action.c: (build_new_tree_cb):
4605         * shell/ev-sidebar-links.c: (links_page_num_func),
4606         (update_page_callback_foreach), (update_page_callback):
4607         * shell/ev-view.c: (scroll_to_current_page):
4608         
4609         Fix for the bug #325067 with more intelligent selection
4610         of current link in sidebar. Make sidebar handle links
4611         of FITR-like type more correctly.
4612
4613         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4614         (dvi_pixbuf_put_pixel):
4615         
4616         Fix memory consumtion with disabled alpha channel.
4617
4618 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4619
4620         * data/evince-ui.xml:
4621         * shell/ev-window.c: (view_menu_popup_cb),
4622         (ev_popup_cmd_open_link), (ev_window_init):
4623         
4624         Update context menu for internal links. Fix for the bug
4625         #325066.
4626
4627 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4630         
4631         Bind context menu to keyboard also. Fix for the bug
4632         #325065.
4633
4634 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-view.c: (selection_scroll_timeout_cb):
4637         
4638         Horizontal scroll on selection also.
4639
4640 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * shell/ev-metadata-manager.c: (parse_value):
4643         * shell/ev-view.c: (goto_xyz_link):
4644         
4645         Correct zoom setup and metadata save broken in 
4646         some locales.
4647
4648 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * shell/ev-view-private.h:
4651         * shell/ev-view.c: (scroll_to_current_page),
4652         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4653         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4654         (page_changed_cb), (ev_view_set_continuous),
4655         (ev_view_set_dual_page), (ev_view_set_presentation):
4656         
4657         Delay scroll until allocation to correctly position page. Fix
4658         for the bug #317334.
4659
4660 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * NEWS:
4663         * configure.ac:
4664         
4665         Update NEWS and require poppler 0.5.0.
4666
4667 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4668         
4669         * data/evince-ui.xml:
4670         * shell/ev-view-private.h:
4671         * shell/ev-view.c: (ev_view_get_link_at_location),
4672         (handle_link_over_xy), (ev_view_button_press_event),
4673         (ev_view_button_release_event), (ev_view_class_init):
4674         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4675         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4676         (ev_window_init):
4677         
4678         Implement right-click context menu.
4679
4680 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4683         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4684         (mdvi_pixbuf_device_render):
4685         * pdf/ev-poppler.cc:
4686
4687         Don't generate thumbnails with alpha. See bug #324077.
4688         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4689
4690 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4691
4692         * shell/ev-window.c: (setup_chrome_from_metadata):
4693         
4694         Fix typo that was hiding toolbar.
4695
4696 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4697
4698         * shell/ev-view-private.h:
4699         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4700         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4701         (ev_view_button_release_event), (ev_view_destroy):
4702         
4703         Small cleanup and autoscrolling during selection. Thanks to 
4704         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4705
4706 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4707
4708         * configure.ac:
4709         
4710         Correctly check for comics option.
4711
4712 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4713         * Makefile.am:
4714         * configure.ac:
4715         * backend/Makefile.am:
4716         * backend/ev-document-factory.c:
4717         * shell/ev-document-types.c:
4718
4719         Included option in configure to make ps backend 
4720         compilation optional with --disable-ps.
4721
4722 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * backend/ev-document-factory.c:
4725         * comics/Makefile.am:
4726         * comics/comics-document.c: (comics_document_load):
4727         * comics/ev-cbr-mime.xml:
4728         * configure.ac:
4729         
4730         Comics mime types are added to shared-mime-info CVS. Now
4731         we don't need to install our own mime types.
4732
4733 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * shell/ev-window.c:
4736         
4737         Add shortcut for "save a copy" menu entry. Fix for
4738         the bug #324582.
4739
4740 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4743         (job_finished_cb), (new_selection_pixbuf_needed),
4744         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4745         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4746         
4747         Rework selection job info logic and fix critical warning.
4748
4749 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4750
4751         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4752
4753 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4754
4755         * data/evince-ui.xml:
4756         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4757         
4758         Enter as shortcut key for next page. Fix for the bug
4759         #321394.
4760
4761 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4762
4763         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4764
4765 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4768         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4769         (new_selection_pixbuf_needed),
4770         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4771         (clear_job_selection):
4772         
4773         Too early for 0.5. Pixbuf cache code cleaned a bit.
4774
4775 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * NEWS:
4778         * configure.ac:
4779         
4780         Release 0.5.0 preparation
4781
4782 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * comics/Makefile.am:
4785         * configure.ac:
4786         * shell/ev-document-types.c: (ev_document_types_add_filters):
4787         
4788         More advanced handling of custom mime type installation.
4789
4790 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * data/evince.schemas.in:
4793         * shell/ev-metadata-manager.c: (value_free),
4794         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4795         (ev_metadata_manager_get), (ev_metadata_manager_set):
4796         * shell/ev-metadata-manager.h:
4797         * shell/ev-window.c: (update_chrome_flag),
4798         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4799         (setup_document_from_metadata), (setup_chrome_from_metadata),
4800         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4801         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4802         (ev_window_view_toolbar_cb),
4803         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4804         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4805         
4806         Save last document settings and reuse them for new documents.
4807
4808 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * Makefile.am:
4811         * backend/Makefile.am:
4812         * backend/ev-document-factory.c:
4813         * backend/ev-document-factory.h:
4814         * comics/Makefile.am:
4815         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4816         (comics_document_load), (comics_document_save),
4817         (comics_document_get_n_pages), (comics_document_get_page_size),
4818         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4819         (comics_document_class_init), (comics_document_can_get_text),
4820         (comics_document_get_info), (comics_document_document_iface_init),
4821         (comics_document_init), (get_supported_image_extensions),
4822         (comics_document_thumbnails_get_geometry),
4823         (comics_document_thumbnails_get_thumbnail),
4824         (comics_document_thumbnails_get_dimensions),
4825         (comics_document_document_thumbnails_iface_init), (extract_argv):
4826         * comics/comics-document.h:
4827         * comics/ev-cbr-mime.xml:
4828         * configure.ac:
4829         * po/POTFILES.in:
4830         * shell/ev-application.c: (ev_application_register_service):
4831         * shell/ev-document-types.c: (ev_document_types_add_filters):
4832         * thumbnailer/Makefile.am:
4833         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4834         
4835         New CBR/CBZ backend for comic books.
4836
4837 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/main.c: (load_files_remote):
4840
4841         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4842         warning on startup of second instance is fixed. It
4843         is bug #320353.
4844
4845 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * shell/ev-window.c: (ev_window_finalize):
4848         
4849         Fix double free that cause crash.
4850
4851 2005-10-29  Bastien Nocera <hadess@hadess.net>
4852
4853         * tiff/tiff-document.c: (tiff_document_load):
4854         
4855         Fix memory leak.
4856
4857 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * po/POTFILES.in:
4860         * shell/Makefile.am:
4861         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4862         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4863         (ev_view_accessible_get_text),
4864         (ev_view_accessible_get_character_at_offset),
4865         (ev_view_accessible_get_text_before_offset),
4866         (ev_view_accessible_get_text_at_offset),
4867         (ev_view_accessible_get_text_after_offset),
4868         (ev_view_accessible_get_character_count),
4869         (ev_view_accessible_get_caret_offset),
4870         (ev_view_accessible_set_caret_offset),
4871         (ev_view_accessible_get_run_attributes),
4872         (ev_view_accessible_get_default_attributes),
4873         (ev_view_accessible_get_character_extents),
4874         (ev_view_accessible_get_offset_at_point),
4875         (ev_view_accessible_get_n_selections),
4876         (ev_view_accessible_get_selection),
4877         (ev_view_accessible_add_selection),
4878         (ev_view_accessible_remove_selection),
4879         (ev_view_accessible_set_selection),
4880         (ev_view_accessible_text_iface_init),
4881         (ev_view_accessible_idle_do_action),
4882         (ev_view_accessible_action_do_action),
4883         (ev_view_accessible_action_get_n_actions),
4884         (ev_view_accessible_action_get_description),
4885         (ev_view_accessible_action_get_name),
4886         (ev_view_accessible_action_set_description),
4887         (ev_view_accessible_action_iface_init),
4888         (ev_view_accessible_get_type), (ev_view_accessible_new),
4889         (ev_view_accessible_factory_get_accessible_type),
4890         (ev_view_accessible_factory_create_accessible),
4891         (ev_view_accessible_factory_class_init),
4892         (ev_view_accessible_factory_get_type):
4893         * shell/ev-view-accessible.h:
4894         * shell/ev-view-private.h:
4895         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4896         * shell/ev-view.h:
4897         
4898         Initial accessibility support.
4899
4900 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4901
4902         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4903
4904 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4905
4906         * shell/ev-print-job.c: (idle_print_handler):
4907         
4908         Fix for bug Bug 318916: Printing multiple pages.
4909
4910 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4911
4912         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4913
4914 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * pdf/ev-poppler.cc:
4917         
4918         Thumnail dimensions unified with other backends.
4919         
4920         * shell/ev-window-title.c: (ev_window_title_update):
4921         
4922         Fix warning.
4923
4924 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * data/ev-stock-zoom-fit-width.png:
4927         
4928         Remove unused file.
4929
4930 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * configure.ac:
4933         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4934         (djvu_document_finalize):
4935         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4936         (dvi_document_finalize):
4937         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4938         (pixbuf_document_save), (pixbuf_document_finalize):
4939         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4940         (tiff_document_finalize):
4941         
4942         Save a copy implemented for various backends.
4943
4944 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4945
4946         * configure.ac:
4947         
4948         Don't link with ltiff if tiff is disabled.
4949
4950 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * pdf/GDKSplashOutputDev.cc:
4953         * pdf/GDKSplashOutputDev.h:
4954         * pdf/Thumb.cc:
4955         * pdf/Thumb.h:
4956         * pdf/pdf-document.cc:
4957         * pdf/pdf-document.h:
4958         * pdf/test-gdk-output-dev.cc:
4959         
4960         Remove old unused files.
4961
4962 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * shell/ev-window.c: (ev_window_setup_document):
4965         
4966         Fixed warnings on reload and probably crash reason.
4967
4968 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4969
4970         * properties/ev-properties-view.c:
4971         (ev_properties_view_format_date):
4972         
4973         Check if date is invalid. Fix for bug 318134.
4974
4975 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4976
4977         * shell/ev-window-title.c:
4978         
4979         Add .indd files (Adobe Indesign) to the list of "bad
4980         extensions".
4981
4982 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * data/evince-ui.xml:
4985         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4986         
4987         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4988
4989 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4990
4991         * shell/ev-window.c: (launch_link), (launch_external_uri),
4992         (view_external_link_cb):
4993
4994         URL-escape link before passing it to gnome_vfs_url_show.
4995
4996 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4997
4998         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4999         there isn't text selected.
5000
5001 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5002
5003         * shell/ev-view.c: (handle_link_over_xy):
5004
5005         Check tooltip is valid utf8 before showing it
5006
5007 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5008
5009         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5010
5011 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5012
5013         * shell/ev-window-title.c: (ev_window_title_update):
5014
5015         Guard against using g_strstrip on NULL. Fixes bug #317291.
5016
5017 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5018
5019         * pdf/ev-poppler.cc:
5020
5021         Show title even for unknown links
5022
5023 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5024
5025         * shell/ev-window-title.c: (ev_window_title_update):
5026
5027         Strip the title string
5028
5029 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5030
5031         * shell/ev-window-title.c:
5032
5033         Add .rtf to the bad extensions list
5034
5035 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5036
5037         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5038         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5039
5040         Ignore link coordinates if they are outside page bounds
5041
5042 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5043
5044         * backend/ev-link.c: (ev_link_type_get_type),
5045         (ev_link_get_filename), (ev_link_get_params),
5046         (ev_link_get_property), (ev_link_set_property),
5047         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5048         * backend/ev-link.h:
5049         * pdf/ev-poppler.cc:
5050         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5051         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5052         (ev_window_init):
5053
5054         Implement launch links. Delegate external link opening to
5055         the window.
5056
5057 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5058
5059         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5060         (ev_link_get_right), (ev_link_get_property),
5061         (ev_link_set_property), (ev_link_class_init),
5062         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5063         * backend/ev-link.h:
5064         * pdf/ev-poppler.cc:
5065         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5066
5067         Implement fitr links
5068
5069 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5070
5071         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5072         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5073         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5074         (ev_view_size_request_continuous),
5075         (ev_view_size_request_dual_page),
5076         (ev_view_size_request_single_page), (ev_view_size_allocate),
5077         (ev_view_zoom_for_size_continuous_and_dual_page),
5078         (ev_view_zoom_for_size_continuous),
5079         (ev_view_zoom_for_size_dual_page),
5080         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5081         (ev_sizing_mode_get_type):
5082         * shell/ev-view.h:
5083         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5084
5085         Do not use modes for link, we need to calculate size ad hoc.
5086         Still not perfect because of the usual scrollbar issues grrr.
5087
5088 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5089
5090         * backend/ev-link.c: (ev_link_type_get_type),
5091         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5092         * backend/ev-link.h:
5093         * pdf/ev-poppler.cc:
5094         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5095         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5096         (ev_view_size_request_continuous),
5097         (ev_view_size_request_dual_page),
5098         (ev_view_size_request_single_page), (ev_view_size_allocate),
5099         (zoom_for_size_fit_height),
5100         (ev_view_zoom_for_size_continuous_and_dual_page),
5101         (ev_view_zoom_for_size_continuous),
5102         (ev_view_zoom_for_size_dual_page),
5103         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5104         (ev_sizing_mode_get_type):
5105         * shell/ev-view.h:
5106         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5107
5108         Implement FIT_HEIGHT mode (only for links).
5109         Implement FITH links
5110
5111 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5112
5113         * shell/ev-window-title.c: (get_filename_from_uri),
5114         (ev_window_title_sanitize_extension), (ev_window_title_update),
5115         (ev_window_title_set_document), (ev_window_title_set_uri),
5116         (ev_window_title_free):
5117         * shell/ev-window-title.h:
5118         * shell/ev-window.c: (ev_window_setup_document),
5119         (ev_window_popup_password_dialog):
5120
5121         Refactor window title building while fixing it for
5122         password documents.
5123
5124 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5125
5126         * pdf/ev-poppler.cc:
5127
5128         Escape link title before setting it in the model
5129
5130 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5131
5132         * shell/ev-application.c: (removed_from_session), (save_session),
5133         (init_session), (ev_application_get_empty_window),
5134         (ev_application_init), (ev_application_get_windows):
5135         * shell/ev-application.h:
5136         * shell/ev-window.c: (ev_window_finalize):
5137
5138         Add a function to retrieve window list and share it where
5139         necessary.
5140         Implement session handling, works pretty well thanks to the
5141         metadata system.
5142
5143 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * shell/ev-password.c: (ev_password_item_created_callback),
5146         (ev_password_dialog_save_password):
5147         
5148         Fix for bug 316972. Use async gnome-keyring API.
5149
5150 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5151
5152         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5153         Remove unused unrealize handler. Add scroll handling to
5154         ev_view_scroll_event for presentation mode (bug #316708),
5155         and fix the event state checks there.
5156
5157 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * shell/ev-page-action.c: (page_changed_cb):
5160
5161         "marco, maybe we should be crazy and jump right to 6! :)"
5162
5163         Bryan Clark, Sep 2005
5164
5165 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5166
5167         * ps/ps-document.c: (save_document), (ps_document_save),
5168         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5169         (ps_document_ps_export_end):
5170
5171         Fix unstructured documents save and print
5172
5173 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5174
5175         * shell/ev-application.c: (ev_application_open_uri):
5176
5177         Fix window size persistance
5178
5179 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5180
5181         * shell/ev-view.c: (ev_view_button_release_event):
5182
5183         Based on a patch from carlosgc@gnome.org. Mouse buttons
5184         switch pages in presentation mode.
5185
5186 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5187
5188         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5189
5190         Dont cast to int before scaling
5191
5192 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5193
5194         * backend/ev-link.c: (ev_link_type_get_type),
5195         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5196         (ev_link_new_page_fith):
5197         * backend/ev-link.h:
5198         * pdf/ev-poppler.cc:
5199         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5200
5201         Implement FIT and FITH links
5202
5203 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5204
5205         * pdf/ev-poppler.cc:
5206
5207         Return 0 results when search is not in progress.
5208
5209         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5210         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5211
5212         Update menu sensitivity when cancelling search
5213
5214 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5215
5216         * shell/ev-view.c: (ev_view_can_find_next):
5217
5218         Take all pages in consideration, not just current one
5219
5220 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5221
5222         * shell/ev-page-cache.c:
5223         * shell/ev-page-cache.h:
5224         * shell/ev-view.c: (ev_view_binding_activated),
5225         (ev_view_next_page), (ev_view_previous_page),
5226         (ev_sizing_mode_get_type):
5227         * shell/ev-view.h:
5228         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5229         (ev_window_cmd_go_next_page):
5230
5231         Move page next/previous functions from page chace to
5232         view and change it to move by 2 page steps in dual mode.
5233
5234 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5235
5236         * shell/ev-window.c: (update_sidebar_visibility),
5237         (setup_sidebar_from_metadata), (ev_window_setup_document),
5238         (setup_view_from_metadata):
5239
5240         Show the index by default when there is one     
5241
5242 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5243
5244         * shell/ev-window-title.c: (ev_window_title_set_document):
5245
5246         Missing null check
5247
5248 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5249
5250         * shell/ev-view.c: (view_update_range_and_current_page):
5251         
5252         Allow display of last odd page in dual view. Fix for 316347.
5253
5254 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5255
5256         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5257         
5258         Make close button default. Fix for 316383.
5259
5260 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5263         
5264         Mark close button as default. Fix for 316381.
5265
5266 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5267
5268         * backend/ev-link.c: (ev_link_class_init):
5269
5270         Allow negative doubles in left/top properties
5271
5272 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5273
5274         * shell/ev-window.c:
5275
5276         Remove a bunch of strings that was used only
5277         by the statusbar.
5278
5279 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5280
5281         * shell/ev-window-title.c: (get_filename_from_uri),
5282         (ev_window_title_set_document):
5283
5284         When title has a confusing extension, show also
5285         the document filename inside ()
5286
5287 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5288
5289         * shell/Makefile.am:
5290         * shell/ev-window-title.c: (ev_window_title_new),
5291         (ev_window_title_update), (ev_window_title_set_type),
5292         (ev_window_title_set_document), (ev_window_title_free):
5293         * shell/ev-window-title.h:
5294         * shell/ev-window.c: (ev_window_setup_document),
5295         (password_dialog_response), (ev_window_popup_password_dialog),
5296         (ev_window_dispose), (ev_window_init):
5297
5298         Factor out and cleanup window title code
5299
5300 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5301
5302         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5303         (unable_to_load):
5304
5305         Make dialog transient so it doesnt block other windows
5306
5307 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5308
5309         * pdf/ev-poppler.cc:
5310         
5311         Fix pdf thumbnails rendering.
5312
5313 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5314
5315         * shell/ev-window.c: (fullscreen_set_timeout):
5316         
5317         Increase timeout to hide full screen popup. Bug 
5318         316123. 
5319
5320 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5321
5322         * data/evince.schemas.in:
5323         * shell/ev-window.c: (update_action_sensitivity):
5324
5325         Allow the user to override document restrictions. Fix for bug
5326         305818.
5327
5328 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5329
5330         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5331         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5332         (ev_window_class_init): Fix multihead behaviour of fullscreen
5333         toolbar popup. Fixes bug #315451.
5334
5335 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * configure.ac:
5338         * data/evince-password.glade:
5339         * shell/ev-password.c: (ev_password_dialog_set_property),
5340         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5341         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5342         (ev_password_dialog_entry_changed_cb),
5343         (ev_password_dialog_entry_activated_cb),
5344         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5345         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5346         (ev_password_dialog_set_bad_pass):
5347         * shell/ev-password.h:
5348         * shell/ev-window.c: (password_dialog_response),
5349         (ev_window_popup_password_dialog):
5350         
5351         Support for gnome-keyring for encrypted PDF's.
5352
5353 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5356         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5357         (ev_view_enter_notify_event), (ev_view_class_init):
5358         
5359         More precise handling of enter_notify/leave_notify events
5360         in EvView. Fix for bug 315470.
5361
5362 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5363
5364         * shell/ev-window.c: (fullscreen_timeout_cb),
5365         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5366         (ev_window_dispose):
5367
5368         leak fix: unref fullscreen_timeout_source before clearing it
5369
5370 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * configure.ac, dvi/mdvi/Makefile.am: 
5373         
5374         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5375
5376 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * backend/ev-link.c: (ev_link_new_page_xyz):
5379         * pdf/ev-poppler.cc:
5380         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5381
5382         Fix some bugs with xyz links, respect zoom
5383
5384 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5385
5386         * shell/ev-window.c: (page_changed_cb),
5387         (setup_document_from_metadata), (update_sidebar_visibility),
5388         (setup_view_from_metadata), (ev_window_run_fullscreen),
5389         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5390         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5391         (ev_window_dual_mode_changed_cb),
5392         (ev_window_sidebar_current_page_changed_cb):
5393
5394         null check uri before setting and getting metadata
5395
5396 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5397
5398         * dvi/Makefile.am:
5399         * properties/Makefile.am:
5400         * shell/Makefile.am:
5401         * thumbnailer/Makefile.am:
5402
5403         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5404
5405 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5406
5407         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5408         (selection_changed_callback):
5409         * shell/ev-sidebar-links.h:
5410
5411         Add a signal for link activation.
5412
5413         * shell/ev-view.c: (ev_view_goto_link),
5414         (ev_view_button_release_event):
5415         * shell/ev-view.h:
5416         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5417         (ev_window_init):
5418
5419         Implement the signal so that we can handle all link types.
5420
5421         * shell/ev-page-cache.c:
5422
5423         Remove unused set_link function
5424
5425 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5426
5427         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5428
5429         Add some space from the cursor, hardcoded but I couldnt
5430         find a better way.
5431
5432 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5433
5434         * lib/ev-tooltip.c:
5435
5436         Use mozilla style vs gtk style, way better for links.
5437
5438         * shell/ev-view.c: (ev_view_motion_notify_event),
5439         (ev_view_destroy), (ev_view_init):
5440
5441         Deactive tooltip when the link hovered is changed.
5442
5443 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5444
5445         * backend/ev-document.h:
5446         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5447         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5448         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5449         (ev_link_new_page), (ev_link_new_page_xyz):
5450         * backend/ev-link.h:
5451         * pdf/ev-poppler.cc:
5452         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5453         (go_to_link), (tip_from_link):
5454
5455         Implement xyz links, still not functional. Links are a total
5456         mess, will need to refactor and bugfix a lot :(
5457
5458 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5459
5460         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5461
5462 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5463
5464         * data/evince-ui.xml:
5465         * data/evince.schemas.in:
5466         * shell/Makefile.am:
5467         * shell/ev-window.c: (update_chrome_visibility),
5468         (password_dialog_response), (ev_window_load_job_cb),
5469         (ev_window_xfer_job_cb), (ev_window_open_uri),
5470         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5471         (ev_window_init):
5472
5473         Remove the statusbar. This regress loading feedback, need to
5474         check with Bryan what we want to do there...
5475
5476 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * lib/ev-tooltip.c: (ev_tooltip_init):
5479
5480         Fix tooltip border and size handling
5481
5482 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5483
5484         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5485         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5486         (ev_tooltip_timeout), (ev_tooltip_activate),
5487         (ev_tooltip_deactivate):
5488         * lib/ev-tooltip.h:
5489         * shell/ev-view.c: (ev_view_motion_notify_event):
5490
5491         Delay popup showing. Mirror gtk logic/times.
5492
5493 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5494
5495         * lib/Makefile.am:
5496         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5497         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5498         (ev_tooltip_set_text), (ev_tooltip_set_position):
5499         * lib/ev-tooltip.h:
5500
5501         Simple widget to show tooltips at a custom position
5502
5503         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5504         (ev_view_destroy):
5505
5506         Use it for links. First go, needs work
5507
5508 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5509
5510         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5511         HIG fixes.  Use title capitalization for window title. Use 12 
5512         pixels of space between the dialog's vbox and action area.
5513
5514 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5515
5516         * shell/ev-window.c: (file_open_dialog_response_cb),
5517         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5518         (ev_window_cmd_save_as):
5519
5520         Make file pickers not modal and refactor code some
5521
5522 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5523
5524         * shell/ev-sidebar.h:
5525         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5526         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5527         (ev_sidebar_class_init), (ev_sidebar_select_page),
5528         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5529         (ev_sidebar_set_page):
5530
5531         Add a current page property and allow to get/set it
5532
5533         * shell/ev-window.c: (setup_view_from_metadata),
5534         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5535
5536         Persist current sidebar page per document
5537
5538 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5539
5540         * data/evince.schemas.in:
5541         * shell/ev-window.c: (update_chrome_visibility),
5542         (setup_document_from_metadata), (update_sidebar_visibility),
5543         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5544         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5545         (ev_window_run_presentation), (ev_window_stop_presentation),
5546         (ev_window_view_sidebar_cb),
5547         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5548         (load_chrome), (ev_window_init):
5549
5550         Persist size/visibility of sidebar per document
5551
5552 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5553
5554         * shell/ev-view.c (draw_loading_text): Draw loading text.
5555
5556 2005-09-02  Dan Damian  <dand@gnome.ro>
5557
5558         * configure.in: Added "ro" to ALL_LINGUAS.
5559
5560 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * shell/ev-view.c: (clear_caches):
5563
5564         ev_page_cache_get doesnt return a reference,
5565         dont try to unref it.
5566
5567 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * shell/main.c: (load_files_remote):
5570
5571         Fix timestamp parameter with dbus <= 0.33
5572
5573 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5574
5575         * data/evince.schemas.in:
5576
5577         Add missing full stop
5578
5579 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5580
5581         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5582         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5583
5584         Plug some memory leaks
5585
5586 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5587
5588         * configure.ac:
5589         * lib/ev-debug.c: (trap_handler):
5590
5591         Check for execinfo.h and use it only if it exists.
5592         Ported from Epiphany (bug #314776).
5593
5594 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5595
5596         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5597
5598 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5599
5600         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5601         * po/id.po      : Added Indonesian translation
5602
5603 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5604
5605         * shell/main.c:
5606         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5607         * NEWS: Release 0.4.0
5608
5609 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5610
5611         * configure.ac: catch another gtk+-2.8ism
5612         * shell/main.c: Make work with gtk+-2.6
5613
5614 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5615
5616         * shell/ev-application-service.xml: Add 'timestamp' argument to
5617           ev_application_open_window and ev_application_open_uri methods.
5618
5619         * shell/ev-application.h: Add 'timestamp' argument to
5620           ev_application_open_window, ev_application_open_uri,
5621           and ev_application_open_uri_list functions.
5622
5623         * shell/ev-application.c (ev_application_open_window,
5624           ev_application_open_uri, ev_application_open_uri_list): Change
5625           functions that show/present windows to use a timestamp if one
5626           is passed in.
5627
5628         * shell/ev-window.c (ev_window_cmd_file_open,
5629           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5630         * shell/main.c (load_files): Modify calls to ev_application to
5631           include GDK_CURRENT_TIME as timestamp.
5632
5633         * shell/main.c (load_files_remote): Obtain timestamp for client
5634           instance from GDK and pass to server instance so new windows are
5635           focused properly.  Fix dbus_g_proxy_call() calls by including second
5636           G_TYPE_INVALID.
5637           
5638         Closes bug #314475.
5639
5640 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5641
5642         * shell/ev-window.c (ev_window_finalize): Check for
5643         avail. EvWindows when quiting to handle the finalize better,
5644         #314497
5645
5646 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647         
5648         * properties/ev-properties-view.c: 
5649         
5650         Set textdomain to libglade. Fixes translation problem in property page.
5651
5652 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5655         * dvi/Makefile.am:
5656         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5657         * dvi/mdvi-lib/Makefile.am:
5658         
5659         Fix rotation of thumbnails, ported to new API. Moved library
5660         dependencies earlier, probably it will fix linkage problem.
5661
5662 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5663
5664         * backend/ev-document-misc.c:
5665         (ev_document_misc_get_thumbnail_frame):
5666         * backend/ev-document-misc.h:
5667         * configure.ac:
5668         * pdf/ev-poppler.cc:
5669         * shell/Makefile.am:
5670         * shell/ev-sidebar-thumbnails.c: (add_range),
5671         (ev_sidebar_thumbnails_set_loading_icon),
5672         (ev_sidebar_thumbnails_refresh),
5673         (ev_sidebar_thumbnails_set_document):
5674         * shell/ev-sidebar-thumbnails.h:
5675         * shell/ev-view.c: (ev_view_motion_notify_event),
5676         (ev_view_set_property), (ev_view_get_property),
5677         (ev_view_class_init), (ev_view_set_rotation):
5678         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5679         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5680         (ev_window_init):
5681         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5682         Redo rotation (again).  prepare for 0.4.0
5683
5684 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5685
5686         * configure.ac: Bump poppler requirement to 0.4.1.
5687
5688         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5689         argument to poppler_page_render_selection() call.
5690
5691 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5692
5693         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5694         (djvu_document_thumbnails_get_thumbnail):
5695         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5696         (dvi_document_thumbnails_get_thumbnail):
5697         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5698         (pixbuf_document_thumbnails_get_thumbnail):
5699         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5700         
5701         Update rotation direction of backends to fit with pdf and ps.
5702
5703 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5704
5705         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5706         * backend/ev-async-renderer.h:
5707         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5708         (setup_page), (ps_document_get_page_size),
5709         (ps_async_renderer_render_pixbuf):
5710         * ps/ps-document.h:
5711         * shell/ev-jobs.c: (ev_job_render_run):
5712
5713         Fix orientation in the postscript document
5714
5715 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5716
5717         * pdf/ev-poppler.cc:
5718         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5719         * shell/ev-view.c: (highlight_find_results):
5720
5721         Adapt to the new poppler rotation API. Fix text maps on landscape
5722         documents.
5723
5724 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5725
5726         * shell/ev-view.c (compute_new_selection_text): get the correct
5727         region when selecting in modes other than continuous.
5728
5729 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5730
5731         * shell/main.c (main): remove redundant g_warnings.
5732
5733 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/Makefile.am: Don't include autogenerated
5736         file ev-application-service.h into distribution, since
5737         it causes dbus crash. Fix for bugs 313724 and 313443. 
5738
5739 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * configure.ac: Fix sed expression for FreeBSD. Thanks
5742         to Joe Marcus Clark <marcus@freebsd.org>
5743         
5744         * shell/eggfindbar.c: (entry_activate_callback),
5745         (entry_changed_callback), (egg_find_bar_init),
5746         (egg_find_bar_set_search_string):
5747         
5748         Made findbar buttons unsensitive if there is no text in
5749         entry. Fix for the bug 313285.
5750
5751 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5752
5753         * ps/ps-document.c: Use g_filename_display_name for displaying
5754         filenames and revert string freeze breackage
5755
5756 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5757
5758         * NEWS:
5759         * configure.ac:
5760
5761         Update for 0.3.4
5762
5763         * shell/Makefile.am:
5764
5765         Add ev-application-service.xml to extra dist
5766
5767         * shell/ev-view.c: (find_page_at_location):
5768
5769         Remove unused function (fix warning)
5770
5771 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5772
5773         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5774         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5775         
5776         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5777         bug 313623.
5778
5779 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5780
5781         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5782         * shell/ev-window.c:
5783         Fix build warnings
5784
5785 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * configure.ac: Update script to get dbus version.
5788         Fix for the bug #313443.
5789
5790 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * shell/ev-window.c: (ev_window_cmd_escape):
5793         
5794         Return focus back to view on escape. Fix for bug 313295.
5795
5796 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5797
5798         * shell/ev-window.c: (update_window_title),
5799         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5800         (ev_window_cmd_save_as):
5801         
5802         Correct conversion from uri to displayable string. Fix for
5803         bug 313296.
5804
5805 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5806
5807         * ps/ps-document.c: convert filename to utf8 when there is an error
5808         loading document. Fixes #309915
5809
5810 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5811
5812         * configure.ac:
5813
5814         We depend on poppler 0.4.0
5815
5816 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5817
5818         * configure.ac:
5819         * NEWS: Release 0.3.3.
5820         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5821
5822 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5823
5824         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5825         add a couple missing mnemonics to menu items, use title 
5826         capitalization for menu items and window titles, and add 
5827         ellipsis to open menu item.     
5828
5829 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5830
5831         * pdf/ev-poppler.cc:
5832         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5833         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5834         (ev_view_get_rotation):
5835         * shell/ev-view.h:
5836         * shell/ev-window.c: (setup_view_from_metadata),
5837         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5838         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5839         disk.
5840
5841 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5842
5843         * configure.ac: Added tr to ALL_LINGUAS
5844
5845 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5846
5847         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5848         requires several clicks to find word. Thanks to 
5849         Colin Slater <kiltedtaco@gmail.com>.
5850
5851 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5852
5853         * data/evince.desktop.in.in: Hide menu entry and
5854         rename it to "Document Viewer". Fix for bug 
5855         #312399.
5856
5857 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5858
5859         * shell/ev-page-action.c (ev_page_action_class_init): 
5860
5861         Point to the correct function in constructor of the
5862         activate_label signal
5863
5864 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5865
5866         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5867         * shell/ev-jobs.h: Make thread safe.
5868
5869 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * shell/ev-view.c: (view_update_range_and_current_page):
5872         Don't update page range if we are scrolling to some document
5873         point.
5874
5875 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5878         when getting max_page_width, fix drawing in dual mode.
5879
5880 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5881
5882         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5883         getting the area for select_all.
5884
5885 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5886
5887         * backend/ev-selection.c: (ev_selection_render_selection):
5888         * backend/ev-selection.h:
5889         * pdf/ev-poppler.cc:
5890         * shell/ev-jobs.c: (ev_job_render_new):
5891         * shell/ev-jobs.h:
5892         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5893         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5894         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5895         (ev_view_class_init):
5896
5897         Change selection color on focus in and focus out events.  Also,
5898         poppler now uses GdkColor for specifying the selection colors, so
5899         drop some awkward conversion code.
5900
5901 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5902
5903         * configure.ac: Added Hebrew translation
5904
5905 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5906
5907         * NOTES:
5908         * backend/ev-selection.c: (ev_selection_render_selection):
5909         * backend/ev-selection.h:
5910         * pdf/ev-poppler.cc:
5911         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5912         (ev_job_render_run):
5913         * shell/ev-jobs.h:
5914         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5915         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5916         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5917         (ev_pixbuf_cache_style_changed),
5918         (ev_pixbuf_cache_get_selection_pixbuf),
5919         (ev_pixbuf_cache_set_selection_list),
5920         (ev_pixbuf_cache_get_selection_list):
5921         * shell/ev-pixbuf-cache.h:
5922         * shell/ev-utils.c: (ev_print_region_contents):
5923         * shell/ev-utils.h:
5924         * shell/ev-view.c: (ev_view_queue_draw_page),
5925         (selection_update_idle_cb), (ev_view_motion_notify_event),
5926         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5927         (setup_caches), (ev_view_find_next), (merge_selection_region),
5928         (selection_free):
5929         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5930
5931         Clean up selection to be much smoother!
5932
5933 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5934
5935         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5936         to poppler_page_render_selection().
5937
5938 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * ps/ps-document.c: (save_page_list): Use
5941         unzipped document when printing. Thanks to 
5942         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5943         311016.
5944
5945 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * shell/ev-window.c: (update_action_sensitivity):
5948         
5949         Disable print and save respect to lockdown gconf keys. Fix
5950         for 312342.
5951
5952 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * configure.ac:
5955         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5956         (write_to_temp_file), (ev_file_set_contents):
5957         * shell/ev-utils.h:
5958         * shell/ev-window.c: (save_print_config_to_file):
5959         
5960         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5961         Fix for bug 312238
5962
5963 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5964
5965         * shell/ev-window.c: (load_print_config_from_file),
5966         (save_print_config_to_file), (ev_window_print_range):
5967
5968         Persist the print settings. Fixes bug #311578.
5969
5970 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * djvu/djvu-document.c: (djvu_document_get_page_size),
5973         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5974         (djvu_document_thumbnails_get_thumbnail):
5975         * dvi/dvi-document.c: (dvi_document_get_page_size),
5976         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5977         (dvi_document_thumbnails_get_dimensions),
5978         (dvi_document_thumbnails_get_thumbnail):
5979         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5980         (pixbuf_document_render_pixbuf),
5981         (pixbuf_document_document_iface_init),
5982         (pixbuf_document_thumbnails_get_thumbnail):
5983         
5984         Update backends to make them build with new rotation system.
5985
5986 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * help/C/figures/evince_start_window.png:
5989         
5990         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5991
5992 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5993
5994         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5995         * shell/ev-pixbuf-cache.h:
5996         * shell/ev-sidebar-thumbnails.c:
5997         (ev_sidebar_thumbnails_get_property), (add_range),
5998         (adjustment_changed_cb):
5999         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6000         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6001         we were thumbnailing the entire docment on startup, slowing us
6002         down hugely. 
6003
6004 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6005
6006         * shell/ev-page-cache.c: (ev_page_cache_new):
6007         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6008         == 0, fixes #310306.
6009
6010 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6011
6012         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6013         (ev_view_rotate_left):
6014
6015         Account rotation in doc_rect_to_view_rect.
6016         Ensure rotation doesnt go out of bounds.
6017
6018 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6019
6020         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6021
6022         Correct and cleanup w/h swapping
6023
6024 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6025
6026         * backend/ev-document-thumbnails.c:
6027         (ev_document_thumbnails_get_thumbnail):
6028         * backend/ev-document-thumbnails.h:
6029         * backend/ev-document.c:
6030         * backend/ev-document.h:
6031         * backend/ev-render-context.c: (ev_render_context_new),
6032         (ev_render_context_set_rotation):
6033         * backend/ev-render-context.h:
6034         * pdf/ev-poppler.cc:
6035         * ps/ps-document.c: (ps_document_document_iface_init):
6036         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6037         * shell/ev-jobs.h:
6038         * shell/ev-page-cache.c: (build_height_to_page),
6039         (ev_page_cache_new), (ev_page_cache_get_size),
6040         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6041         (ev_page_cache_get_height_to_page):
6042         * shell/ev-page-cache.h:
6043         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6044         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6045         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6046         (ev_pixbuf_cache_get_selection_pixbuf):
6047         * shell/ev-pixbuf-cache.h:
6048         * shell/ev-print-job.c: (idle_print_handler):
6049         * shell/ev-sidebar-thumbnails.c: (add_range):
6050         * shell/ev-view.c: (view_update_range_and_current_page),
6051         (get_page_y_offset), (get_page_extents),
6052         (ev_view_size_request_continuous_dual_page),
6053         (ev_view_size_request_continuous),
6054         (ev_view_size_request_dual_page),
6055         (ev_view_size_request_single_page), (draw_one_page),
6056         (ev_view_set_rotation), (ev_view_rotate_right),
6057         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6058         (ev_view_zoom_for_size_continuous_and_dual_page),
6059         (ev_view_zoom_for_size_continuous),
6060         (ev_view_zoom_for_size_dual_page),
6061         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6062         (ev_view_select_all):
6063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6064         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6065         (tiff_document_document_iface_init),
6066         (tiff_document_thumbnails_get_thumbnail):
6067
6068         Use rotation rather than orientation. It's easier and enough
6069         for our needs.
6070
6071 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * shell/ev-page-cache.c: (build_height_to_page),
6074         (ev_page_cache_new), (ev_page_cache_get_size),
6075         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6076         (ev_page_cache_get_height_to_page):
6077         * shell/ev-page-cache.h:
6078         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6079         (ev_view_size_request_continuous_dual_page),
6080         (ev_view_size_request_continuous),
6081         (ev_view_zoom_for_size_continuous_and_dual_page),
6082         (ev_view_zoom_for_size_continuous):
6083
6084         Make the page cache aware of page orientation.
6085
6086 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6087
6088         * backend/ev-document-thumbnails.c:
6089         (ev_document_thumbnails_get_thumbnail):
6090         * backend/ev-document-thumbnails.h:
6091         * backend/ev-document.c:
6092         * backend/ev-document.h:
6093         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6094         * backend/ev-ps-exporter.h:
6095         * pdf/ev-poppler.cc:
6096         * ps/ps-document.c: (ps_document_document_iface_init),
6097         (ps_document_ps_export_do_page):
6098         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6099         * shell/ev-jobs.h:
6100         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6101         (ev_page_cache_get):
6102         * shell/ev-page-cache.h:
6103         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6104         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6105         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6106         * shell/ev-pixbuf-cache.h:
6107         * shell/ev-print-job.c: (idle_print_handler):
6108         * shell/ev-sidebar-thumbnails.c: (add_range):
6109         * shell/ev-view.c: (view_update_range_and_current_page),
6110         (get_page_extents), (ev_view_size_request_dual_page),
6111         (ev_view_size_request_single_page), (draw_one_page),
6112         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6113         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6114         (ev_view_zoom_for_size_dual_page),
6115         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6116         (ev_view_select_all):
6117         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6118         * tiff/tiff-document.c: (tiff_document_get_page_size),
6119         (tiff_document_get_orientation), (rotate_pixbuf),
6120         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6121         (tiff_document_thumbnails_get_thumbnail),
6122         (tiff_document_ps_export_do_page), (tiff_document_init):
6123
6124         Really make use of the orientation bit of the render context.
6125         Use the render context in a few more places in the backend API.
6126         This regress orientation, but now it's done right. Will try to
6127         fix it up asap...
6128
6129 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6130
6131         * shell/ev-view.c: (ensure_rectangle_is_visible):
6132
6133         Patch by Nickolay V. Shmyrev to fix find flickering
6134
6135 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6136
6137         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6138         duplex parameters to ::begin.
6139
6140         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6141         * shell/ev-print-job.c (idle_print_handler): 
6142         * ps/ps-document.c (ps_document_ps_export_begin): 
6143         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6144         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6145         implementations. Poppler backend needs poppler cvs. Rest has
6146         unchanged behavior.
6147
6148 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6149
6150         * shell/ev-window.c (using_pdf_printer): new function.
6151         (ev_window_print_range): print a less techy message if someone
6152         tries to print to PDF.
6153
6154 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6155
6156         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6157         from "unknown font" string. Bug #311431
6158
6159 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6160
6161         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6162
6163 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6164
6165         Bug #311280
6166         
6167         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6168         name for PopplerFontTypes
6169         (pdf_document_fonts_fill_model): add font type to the detail column
6170
6171         * backend/ev-document-fonts.h: added
6172         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6173
6174         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6175         font name and font details, add a little markup.
6176         (ev_properties_fonts_init): use the new cell data func, specify ypad
6177         property for the cell renderer.
6178         (ev_properties_fonts_set_document): add the details column.
6179
6180 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6181
6182         * configure.ac: Added "pl" to ALL_LINGUAS.
6183
6184 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6185
6186         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6187
6188 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6189
6190         * help/ChangeLog: Started this for translations of manual.
6191         * configure.ac, autogen.sh, .cvsignore: Migrated to
6192         gnome-doc-utils. Patch in bug #311222.
6193
6194 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6195
6196         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6197         #ifdef this away to fix an unused-function warning.
6198
6199 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6200
6201         * configure.ac: Added 'gl' to ALL_LINGUAS.
6202
6203 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6204
6205         * configure.ac: Added ne in ALL_LINGUAS
6206         
6207 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * shell/ev-view.c: (ev_view_leave_notify_event):
6210         
6211         Clear status message when pointer leaves view. Fix for bug
6212         #310818 
6213
6214 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6215
6216         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6217
6218 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * shell/ev-view.c: (ev_view_leave_notify_event),
6221         (ev_view_class_init):
6222         
6223         Set cursor to normal then leaving view.
6224
6225 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * configure.ac:
6228         
6229         Fix required djvulibre version.
6230
6231 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6232
6233         *configure.ac: Hindi (hi) language added
6234
6235 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6236
6237         *configure.ac: Punjabi (pa) Language added
6238
6239 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6240
6241         * data/evince-ui.xml, shell/ev-window.c:
6242         
6243         Add keypad accelerators for zooming. Fix for bug 308128.
6244
6245 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6246
6247         * Makefile.am:
6248         * backend/Makefile.am:
6249         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6250         * configure.ac:
6251         * shell/ev-document-types.c: (ev_document_types_add_filters):
6252
6253         Allow to enable/disable the pixbuf backend.
6254         Default to off for now. If we want it enabled we should
6255         really put mime types in the desktop, implement properties etc.
6256
6257         * properties/evince-properties.c:
6258
6259         Initialize error to NULL.
6260         Check error is not NULL before freeing.
6261
6262 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * shell/ev-window.c:
6265
6266         Use F5 as presentation accell
6267
6268 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6269
6270         * shell/ev-window.c: (update_chrome_visibility),
6271         (ev_window_create_fullscreen_popup), (ev_window_init):
6272
6273         Do not leak the fullscreen toolbar
6274
6275 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * shell/ev-window.c: (view_actions_focus_in_cb),
6278         (view_actions_focus_out_cb):
6279
6280         These has a return value! Fix totally random focus
6281         issues we was seeing.
6282
6283 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6284
6285         * shell/main.c: (load_files_remote):
6286
6287         Allow open more than one file
6288
6289 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * shell/main.c: (load_files_remote):
6292
6293         Fix for dbus 0.33. bug #309975
6294
6295 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * properties/ev-properties-main.c: (ev_properties_get_pages):
6298
6299         Actually return NULL for types we dont support
6300
6301 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6302
6303         * po/POTFILES.in:
6304
6305         Remove empty lines.
6306
6307 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6308
6309         * backend/ev-document-factory.c:
6310         (ev_document_factory_get_document):
6311
6312         Do not try to create the object if type
6313         is invalid.
6314
6315 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * ps/ps-document.c: (ps_document_dispose),
6318         (ps_async_renderer_render_pixbuf):
6319         * ps/ps-document.h:
6320
6321         Do not leak the target window
6322
6323 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6324
6325         * shell/ev-application.c: (ev_application_init):
6326
6327         Let tbe check file existence for us.
6328         Add a comment about eggrecent mime filter.
6329
6330 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6331
6332         * data/evince-ui.xml:
6333         * shell/ev-application.c: (ev_application_shutdown),
6334         (ev_application_init), (ev_application_get_toolbars_model),
6335         (ev_application_get_recent_model),
6336         (ev_application_save_toolbars_model):
6337         * shell/ev-application.h:
6338         * shell/ev-window.c: (ev_window_add_recent),
6339         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6340         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6341         (ev_window_init):
6342
6343         Use common toolbar and recent models for all windows.
6344         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6347
6348         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6349         successfully check for gtk_icon_view_get_visible_range.
6350
6351 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * djvu/Makefile.am:
6354         * dvi/Makefile.am:
6355         
6356         Fix djvu and dvi backend build.
6357
6358 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6359
6360         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6361         (new_separator_pixbuf):
6362
6363         Don't leak windows.
6364
6365 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6366
6367         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6368
6369         HIGification of toolbar editor dialogue.
6370
6371 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * configure.ac:
6374         * shell/Makefile.am:
6375
6376         Ever build metadata manager since it's just
6377         disabled at runtime now.
6378
6379 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6380
6381         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6382         (ev_metadata_manager_get), (ev_metadata_manager_set):
6383         * shell/ev-metadata-manager.h:
6384
6385         Add an _init functions that enabled metadata management
6386         at runtime.
6387
6388         * shell/ev-window.c: (page_changed_cb),
6389         (setup_document_from_metadata), (ev_window_setup_document),
6390         (setup_view_from_metadata), (ev_window_open_uri),
6391         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6392         (ev_window_run_presentation), (ev_window_stop_presentation),
6393         (save_sizing_mode), (ev_window_zoom_changed_cb),
6394         (ev_window_continuous_changed_cb),
6395         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6396         (window_configure_event_cb):
6397
6398         Remove all ugly metadata define since we deal with it
6399         at runtime now.
6400
6401         * shell/main.c: (load_files_remote), (main):
6402
6403         Add support for dbus cvs head. Hopefully didnt break one
6404         of the other versions now!
6405
6406         If we dont get a response from the dbus server just
6407         give up with it and not enable metadata.
6408
6409 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6410
6411         * Makefile.am:
6412         * backend/Makefile.am:
6413         * configure.ac:
6414         * cut-n-paste/recent-files/Makefile.am:
6415         * cut-n-paste/toolbar-editor/Makefile.am:
6416         * cut-n-paste/zoom-control/Makefile.am:
6417         * lib/Makefile.am:
6418         * pdf/Makefile.am:
6419         * pixbuf/Makefile.am:
6420         * properties/Makefile.am:
6421         * ps/Makefile.am:
6422         * shell/Makefile.am:
6423         * thumbnailer/Makefile.am:
6424         * tiff/Makefile.am:
6425
6426         Make frontends depend on just libev.
6427         Rework and group CFLAGS/LIBS definitions.
6428         Cleanups.
6429
6430 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * shell/ev-window:
6433
6434         do not unnecessarily save zoom
6435
6436         * configure.ac:
6437         * lib/ev-file-helpers.c: (ev_dot_dir):
6438         * shell/Makefile.am:
6439         * shell/dummy.cc:
6440
6441         Some cleanups
6442
6443 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6444
6445         * configure.ac:
6446         
6447         Remove unnecessary dependencies
6448
6449 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6450
6451         * properties/Makefile.am:
6452         * thumbnailer/Makefile.am:
6453         * tiff/Makefile.am:
6454
6455         Some more cleanups. Was really necessary
6456         but I probably introduced bugs, feel free
6457         to flame :)
6458
6459 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6460
6461         * backend/Makefile.am:
6462         * configure.ac:
6463         * cut-n-paste/recent-files/Makefile.am:
6464         * cut-n-paste/toolbar-editor/Makefile.am:
6465         * cut-n-paste/zoom-control/Makefile.am:
6466         * lib/Makefile.am:
6467         * pdf/Makefile.am:
6468         * pixbuf/Makefile.am:
6469         * properties/Makefile.am:
6470         * ps/Makefile.am:
6471         * shell/Makefile.am:
6472         * thumbnailer/Makefile.am:
6473         * tiff/Makefile.am:
6474
6475         Use gnome-common macros when possible.
6476         Cleanup dependencies.
6477         Actually disable deprecated where possible.
6478
6479 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * Makefile.am:
6482         * backend/Makefile.am:
6483         * properties/Makefile.am:
6484         * shell/Makefile.am:
6485         * thumbnailer/Makefile.am:
6486
6487         This should solve the circular dep without
6488         requiring dir reorg!
6489
6490         * shell/ev-window.c: (setup_view_from_metadata):
6491
6492         Never restore window size/position when the
6493         window is already visible.
6494
6495 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6496
6497         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6498
6499         Return a boolean from timeout func. Fix ported from gedit.
6500
6501 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6502
6503         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6504
6505 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6506
6507         * shell/ev-document-types.c: set "All Documents" as default filter in
6508         open dialog
6509
6510 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6511
6512         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6513         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6514         (ev_metadata_manager_set_boolean): fix value/val thinko.
6515
6516 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6517
6518         * shell/ev-window.c: (setup_view_from_metadata),
6519         (window_state_event_cb), (window_configure_event_cb),
6520         (ev_window_init):
6521
6522         Remember window position and maximized state
6523
6524 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6525
6526         * configure.ac:
6527
6528         Fix DBUS configure checks.
6529
6530         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6531         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6532         (ev_metadata_manager_set_boolean):
6533
6534         Plug mem leaks.
6535
6536         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6537         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6538         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6539         (ev_window_continuous_changed_cb),
6540         (ev_window_dual_mode_changed_cb), (ev_window_new):
6541
6542         Fix the build without DBUS.
6543
6544 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6545
6546         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6547         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6548         (ev_metadata_manager_set_string),
6549         (ev_metadata_manager_set_boolean):
6550         * shell/ev-metadata-manager.h:
6551
6552         Add support for some more types
6553
6554         * shell/ev-view.c: (scroll_to_current_page),
6555         (ev_view_get_continuous), (ev_view_set_continuous),
6556         (ev_view_get_dual_page):
6557         * shell/ev-view.h:
6558         * shell/ev-window.c: (page_changed_cb),
6559         (setup_document_from_metadata), (ev_window_setup_document),
6560         (setup_view_from_metadata), (ev_window_open_uri),
6561         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6562         (ev_window_run_presentation), (ev_window_stop_presentation),
6563         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6564         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6565         (ev_window_update_dual_page_action),
6566         (ev_window_continuous_changed_cb),
6567         (ev_window_dual_mode_changed_cb), (ev_window_init):
6568
6569         Remember a bunch of view/document properties. Prolly some
6570         are still missing but it's getting interesting.
6571
6572 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6573
6574         * configure.ac: check if dbus-binding-tool is installed. Not the
6575         case on current Ubuntu breezy, it seems.
6576
6577 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6578
6579         * data/evince.desktop.in.in:
6580         
6581         Allow open uri lists and add TryExec field.
6582
6583 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6584
6585         * configure.ac:
6586
6587         Enable dbus when available, do not require a configure
6588         option.
6589
6590 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6591
6592         * configure.ac:
6593
6594         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6595         disabled.
6596
6597 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6598         Marco Pesenti Gritti  <mpg@redhat.com>
6599
6600         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6601         
6602         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6603         functions to the format required by dbus
6604
6605         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6606         errors. Use the RPC parameters in the expected way
6607
6608 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * Makefile.am:
6611         * properties/Makefile.am:
6612         * properties/ev-properties-main.c: (ev_properties_get_pages):
6613
6614         Support all mime types
6615
6616         * shell/Makefile.am:
6617         * thumbnailer/Makefile.am:
6618         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6619         (evince_thumbnail_pngenc_get):
6620
6621         Use the document factory
6622
6623 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6624
6625         * backend/Makefile.am:
6626         * backend/ev-document-factory.c:
6627         (mime_type_supported_by_gdk_pixbuf),
6628         (ev_document_type_get_from_mime),
6629         (ev_document_factory_get_document),
6630         (ev_document_factory_get_backend),
6631         (ev_document_factory_get_mime_types),
6632         (ev_document_factory_get_all_mime_types):
6633         * backend/ev-document-factory.h:
6634         * shell/Makefile.am:
6635         * shell/ev-document-types.c: (get_document_from_uri),
6636         (ev_document_types_get_document),
6637         (file_filter_add_mime_list_and_free),
6638         (ev_document_types_add_filters):
6639         * shell/ev-document-types.h:
6640         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6641         * shell/ev-properties-dialog.c:
6642         (ev_properties_dialog_set_document):
6643         * shell/ev-window.c: (ev_window_cmd_file_open),
6644         (ev_window_cmd_save_as):
6645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6646
6647         Rework document types managing to avoid code duplication
6648         and actually abstract from backend implementations.
6649         Also provide a minimal factory api that can be used by
6650         thumbnailer/properties.
6651
6652 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6653
6654         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6655         Plug a mem leak.
6656         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6657         HIG spacings.
6658
6659 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6660
6661         * shell/ev-properties-dialog.c
6662         (ev_properties_dialog_set_document): only call
6663         ev_properties_fonts_set_document() if the document implements the
6664         fonts interface
6665
6666 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6667
6668         * configure.ac:
6669         * properties/Makefile.am:
6670         * properties/ev-properties-view.c:
6671         (ev_properties_view_register_type):
6672         * properties/ev-properties-view.h:
6673         * properties/ev-properties-main.h:
6674
6675         Implement nautilus plugin for properties.
6676         Works only for pdf atm, I need to rework the
6677         document types stuff to get this to work
6678         for all backends...
6679
6680 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6681
6682         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6683         (ev_properties_fonts_set_document): use
6684         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6685
6686 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6687
6688         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6689         them
6690         (PlaceImage, tiff2ps_process_page): use
6691         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6692
6693
6694 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6695
6696         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6697         (main): to call gnome_authentication_manager_init. Should fix
6698         Bug #308510
6699
6700         * configure.ac: that requires libgnomeui 2.6.0.
6701
6702 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6703
6704         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6705         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6706         use the new tiff2ps interfaces
6707
6708         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6709         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6710
6711         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6712         structure instead of global variables.  Remove use of static
6713         variables in functions.
6714
6715 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6716
6717         * shell/ev-page-action.c: unref the completion after setting it to the
6718         entry
6719
6720 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6721
6722         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6723         postscript files
6724
6725 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6726
6727         * shell/ev-window.c (update_action_sensitivity): disable
6728         File->Print if the document does not implement the ps exporter
6729         interface
6730
6731 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6732
6733         * Makefile.am:
6734         * configure.ac:
6735         * data/evince-properties.glade:
6736         * properties/.cvsignore:
6737         * properties/Makefile.am:
6738         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6739         (ev_properties_view_class_init), (ev_properties_view_format_date),
6740         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6741         (ev_properties_view_init), (ev_properties_view_new):
6742         * properties/ev-properties-view.h:
6743         * shell/Makefile.am:
6744         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6745         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6746         (ev_properties_dialog_new):
6747         * shell/ev-properties-dialog.h:
6748         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6749         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6750         (update_progress_label), (job_fonts_finished_cb),
6751         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6752         * shell/ev-properties-fonts.h:
6753         * shell/ev-properties.c:
6754         * shell/ev-properties.h:
6755         * shell/ev-window.c: (ev_window_setup_document),
6756         (ev_window_cmd_file_properties):
6757
6758         Split the properties pages in two different objects, depend
6759         only on the backend where possible, use widgets instead
6760         of gobject for the glade part, reimplement the dialog
6761         itself with gtk.
6762         I need this to implement nautilus properties page.
6763
6764 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6765
6766         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6767         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6768         (tiff_document_document_ps_exporter_iface_init): implement the ps
6769         exporter interface for tiff documents
6770
6771         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6772         libtiff to implement TIFF postscript export
6773
6774         * tiff/tiff2ps.h: added a header file for external tiff2ps
6775         functions.
6776
6777         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6778         tiff2ps.h
6779
6780 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * shell/ev-view.c: (scroll_to_current_page),
6783         (ev_view_set_fullscreen), (ev_view_set_presentation):
6784         
6785         Scroll to current page when exit from presentation
6786
6787 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6788
6789         * shell/ev-window.c: (update_document_mode),
6790         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6791         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6792         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6793         
6794         Exit from fullscreen mode when switch to presentation. Fix for
6795         bug 309365
6796
6797 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6798
6799         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6800         return NULL if the document does not implement the selection
6801         interface.
6802
6803 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6804
6805         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6806         reported height by using the resolution aspect ratio
6807         (tiff_document_render_pixbuf): scale the pixbuf using the
6808         resolution aspect ratio
6809
6810 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * configure.ac:
6813         
6814         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6815         <kiltedaco@gmail.com>
6816         
6817         * djvu/djvu-document.c: (djvu_document_get_orientation),
6818         (djvu_document_set_orientation), (djvu_document_get_page_size),
6819         (rotate_pixbuf), (djvu_document_render_pixbuf),
6820         (djvu_document_document_iface_init):
6821         * dvi/dvi-document.c: (dvi_document_get_orientation),
6822         (dvi_document_set_orientation), (dvi_document_get_page_size),
6823         (rotate_pixbuf), (dvi_document_render_pixbuf),
6824         (dvi_document_document_iface_init):
6825         
6826         Dvi and djvu backends are ported to new API
6827
6828 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6829
6830         * backend/ev-selection.c: (ev_selection_get_selection_region),
6831         (ev_selection_get_selection_map):
6832         * backend/ev-selection.h:
6833         * pdf/ev-poppler.cc:
6834         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6835         * shell/ev-jobs.h:
6836         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6837         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6838         (ev_pixbuf_cache_get_text_mapping):
6839         * shell/ev-pixbuf-cache.h:
6840         * shell/ev-view.c: (location_in_text),
6841         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6842         support to EvView.  Now we can see where we can select!  Sweet!
6843
6844 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6845
6846         * shell/ev-view.c (ev_view_button_press_event): Fix
6847         event->y + view->scroll_x typo.
6848
6849 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6850
6851         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6852         sub-GdkPixbuf instead of passing dest_x and dest_y.
6853         
6854         * shell/ev-view.c: (view_point_to_doc_point),
6855         (view_rect_to_doc_rect), (ev_view_button_press_event),
6856         (ev_view_motion_notify_event), (compute_new_selection_rect),
6857         (gdk_rectangle_point_in), (compute_new_selection_text),
6858         (compute_selections): Update selection code to keep the selection
6859         around as two points and not as a normalized rectangle, and fix
6860         page level selection in two-column mode.
6861
6862 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6863
6864         * shell/ev-window.c: (window_configure_event_cb): 
6865         
6866         Fix compilation
6867         
6868 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * pdf/ev-poppler.cc:
6871
6872         Fix compilation
6873
6874 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6875
6876         * shell/Makefile.am:
6877         * shell/ev-metadata-manager.c: (item_free),
6878         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6879         (parse_value), (parseItem), (load_values),
6880         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6881         (save_values), (save_item), (get_oldest), (resize_items),
6882         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6883         * shell/ev-metadata-manager.h:
6884
6885         Metadata manager from gedit but modified to use GValue, so that
6886         we dont need to keep converting from strings.
6887
6888         * configure.ac:
6889
6890         ENABLE_METADATA conditional, on when dbus is on
6891
6892         * shell/ev-application.c: (ev_application_open_uri):
6893
6894         Show the window after load so that we can initialize
6895         window size before it's showed.
6896
6897         * shell/ev-window.c: (ev_window_setup_from_metadata),
6898         (ev_window_open_uri), (window_configure_event_cb),
6899         (ev_window_init):
6900
6901         Save and load metadata information about window size.
6902         Not yet keeping states in account.
6903
6904         * shell/main.c: (main):
6905
6906         Shutdown metadata manager.
6907
6908 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * shell/ev-application-service.xml:
6911         * configure.ac:
6912         * shell/Makefile.am:
6913         * shell/ev-application.c:
6914         * shell/ev-application.h:
6915         * shell/ev-window.c:
6916         * shell/ev-window.h:
6917         * shell/main.c:
6918
6919         Add an optional dbus interface (--enable-dbus).
6920         Rework application code, mainly to be easier to
6921         use "remotely".
6922         Do not open multiple windows with the same document,
6923         spatial evince!
6924
6925 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6926
6927         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6928         pixbuf iff it exists.
6929
6930 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6931
6932         * shell/*:
6933         * backend/ev-render-context.[ch]:
6934         * backend/ev-selection.[ch]:
6935
6936         Massive changes.  We now support text selection of pdfs, and not
6937         just rectangular selection.  This is pretty broken still, but I
6938         want to get something into CVS.
6939
6940 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * pdf/ev-poppler.cc:
6943         
6944         Fix for Bug 309080: crash on window close.
6945         
6946         * shell/ev-page-action.c: (page_changed_cb):
6947         
6948         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6949         jensgr@gmx.net (Jens Granseuer).
6950
6951 2005-06-25  Marcel Telka  <marcel@telka.sk>
6952
6953         * configure.in (ALL_LINGUAS): Added sk.
6954
6955 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6956
6957         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6958         not a document open
6959
6960 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6961
6962         * NEWS:
6963         * configure.ac:
6964
6965         Release 0.3.2
6966
6967         * cut-n-paste/recent-files/Makefile.am:
6968
6969         Fix make distcheck
6970
6971 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6974         (pixbuf_document_set_orientation), (rotate_pixbuf),
6975         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6976         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6977
6978         Implement rotation and cleanup the code a bit.
6979
6980         * tiff/tiff-document.c: (tiff_document_get_page_size),
6981         (tiff_document_get_orientation), (tiff_document_set_orientation),
6982         (rotate_pixbuf), (tiff_document_render_pixbuf),
6983         (tiff_document_document_iface_init), (tiff_document_init):
6984
6985         Implement rotation. Was the quicker solution for the release
6986         but we really need to share this code in the shell.
6987
6988 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * pdf/ev-poppler.cc:
6991
6992         Enable rotation, require poppler cvs. Fix a leak.
6993
6994 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * shell/ev-window.c: (update_action_sensitivity):
6997         
6998         Make properties unsensitive if document backend doesn't provide
6999         any info
7000
7001 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7002
7003         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7004         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7005         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7006         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7007         (bitmap_flip_rotate_counter_clockwise):
7008         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7009         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7010         (buff_gets):
7011         * dvi/mdvi-lib/common.h:
7012         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7013         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7014         (opendvi), (mdvi_reload), (mdvi_init_context),
7015         (mdvi_destroy_context), (mdvi_dopage), (special):
7016         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7017         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7018         (file_hash_free), (register_encoding), (parse_spec),
7019         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7020         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7021         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7022         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7023         (mdvi_register_font_type), (mdvi_unregister_font_type),
7024         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7025         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7026         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7027         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7028         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7029         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7030         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7031         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7032         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7033         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7034         (mdvi_unregister_special), (mdvi_flush_specials):
7035         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7036         (t1_font_remove):
7037         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7038         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7039         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7040         (free_font_metrics), (flush_font_metrics):
7041         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7042         (tt_font_remove):
7043         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7044         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7045         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7046         (dstring_insert), (dstring_new), (dstring_reset):
7047         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7048         
7049         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7050         avoid conflict with libtool on FC4
7051         
7052         * shell/ev-window.c: (ev_window_cmd_help_about):
7053         
7054         Update copyright year. Fix for bug 308828.
7055
7056 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7057
7058         * shell/ev-view.c: (add_scroll_binding_keypad),
7059         (ev_view_binding_activated), (ev_view_class_init),
7060         (on_adjustment_value_changed):
7061         
7062         Bug 170874: Arrow keys switch pages in presentation mode
7063
7064 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7067         
7068         Fix for Bug 308265: Sidebar dissappears coming out of 
7069         Presentation mode
7070
7071 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * shell/ev-application.c: (ev_application_open):
7074         * shell/ev-document-types.c: (ev_document_types_add_filters),
7075         (ev_document_types_add_filters_for_type):
7076         * shell/ev-document-types.h:
7077         * shell/ev-window.c: (ev_window_cmd_save_as):
7078         
7079         Suggest basename as template when saving, provide filters
7080         for save dialog. It's bug 308402
7081
7082 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * pdf/ev-poppler.cc:
7085         * shell/ev-sidebar-links.c: (job_finished_callback):
7086         * shell/ev-view.c: (update_find_status_message):
7087         
7088         Some leaks fixed
7089
7090 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7091
7092         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7093         (egg_recent_view_uimanager_set_list):
7094
7095         Fix buglet in !show_numbers case.
7096
7097 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7098
7099         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7100         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7101
7102         Use pango ellipsisation.
7103
7104         * pdf/ev-poppler.cc:
7105
7106         Fix refcount leak, from nsh.
7107
7108 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * cut-n-paste/recent-files/Makefile.am:
7111         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7112         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7113         
7114         Removed EggRecentViewGtk
7115         
7116         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7117         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7118         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7119         (ev_window_setup_recent):
7120         
7121         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7122         with other projects
7123
7124 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7127         (egg_recent_view_gtk_finalize):
7128
7129         Fix memory leak
7130
7131         * cut-n-paste/toolbar-editor/Makefile.am:
7132         
7133         Fix location of cursor icon.
7134         
7135         * pdf/ev-poppler.cc:
7136         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7137         (display_completion_text), (match_completion):
7138         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7139         (selection_changed_callback), (create_loading_model),
7140         (print_section_cb), (links_page_num_func),
7141         (update_page_callback_foreach):
7142         * shell/ev-window.c: (ev_window_dispose):
7143         
7144         Small memory fixes. Links model now store objects instead
7145         of pointers to improve memory management. 
7146
7147 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7148
7149         * shell/ev-window.c: (zoom_control_changed_cb):
7150         
7151         Fix update of zoom control (bug 308268).
7152
7153 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7154
7155         * shell/ev-properties.c (set_property): escape the text correctly.
7156         Handles non-UTF-8 properties and escaped properties.  Also, sets
7157         the text to "<i>None</i>" if the property isn't set.
7158
7159         * data/evince-properties.glade: Change the label to be ellipsized,
7160         and give it a minimum size.
7161
7162 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7165         * shell/ev-sidebar-links.c: (create_loading_model):
7166         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7167         * shell/ev-view.c: (ev_view_set_document):
7168         * shell/ev-window.c: (ev_window_dispose):
7169         
7170         Various small fixes, mostly memory leaks. Thanks to valgrind.
7171
7172 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7173
7174         * ps/ps-document.c: remove the locale.h include again ;-). And
7175         kill the (bogus) setlocale/savelocale business.
7176
7177 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7178
7179         * ps/ps-document.c:
7180         
7181         Include locale.h to fix build
7182         
7183         * shell/ev-sidebar.c:
7184         
7185         Remove unnecessary includes
7186
7187 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * dvi/dvi-document.c: (dvi_document_load):
7190         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7191         * po/POTFILES.in:
7192         
7193         Check for incorrect dvi files. Fix parsing dvi on AMD64
7194         platform. Thanks to tester@tester.ca (Olivier Crete).
7195
7196 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7197
7198         * shell/ev-page-action.c: (match_selected_cb),
7199         (display_completion_text), (match_completion), (update_model):
7200         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7201         (expand_open_links):
7202         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7203         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7204         (ev_sidebar_set_document):
7205         * shell/ev-window.c: (ev_window_xfer_job_cb),
7206         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7207         
7208         Fixed lot's of memory leaks, for example, memory leak on reload, 
7209         described in bug 307793.
7210
7211 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * pdf/ev-poppler.cc:
7214         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7215         (update_visible_range), (adjustment_changed_cb),
7216         (ev_sidebar_thumbnails_fill_model),
7217         (ev_sidebar_thumbnails_refresh),
7218         (ev_sidebar_tree_selection_changed),
7219         (ev_sidebar_icon_selection_changed),
7220         (ev_sidebar_thumbnails_use_icon_view),
7221         (ev_sidebar_thumbnails_set_document):
7222         * shell/ev-sidebar-thumbnails.h:
7223         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7224         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7225
7226         Refresh thumbnails when changing orientation. Not fully
7227         working yet becuase of a sidebar bug.
7228
7229         Set page orientation to poppler page everywhere. This sucks
7230         really need to fix poppler.
7231
7232 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7233
7234         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7235         (egg_recent_view_gtk_new_menu_item),
7236         (egg_recent_view_gtk_set_property),
7237         (egg_recent_view_gtk_get_property),
7238         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7239         (egg_recent_view_gtk_set_tooltip_func),
7240         (egg_recent_view_gtk_set_label_width),
7241         (egg_recent_view_gtk_get_label_width):
7242         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7243
7244         Sync with libegg (ellipsize labels)
7245
7246 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7247
7248         * data/evince-ui.xml:
7249         * shell/ev-window.c: (ev_window_cmd_go_forward),
7250         (ev_window_cmd_go_backward):
7251         
7252         Shift + PageUp moves 10 Pages. Fix for 306125
7253
7254 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7255
7256         * pdf/ev-poppler.cc:
7257
7258         Add a flag to check if orientation has been overriden
7259
7260 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7261
7262         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7263         field if necessary.
7264
7265         * ps/ps.h: add creator field to document.
7266
7267         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7268         set creator field.
7269
7270 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * data/evince-properties.glade:
7273         * shell/ev-properties.c: (ev_properties_set_document):
7274
7275         s/PDF Version/Format
7276
7277 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * shell/ev-properties.c: (ev_properties_set_document):
7280
7281         Remove unnecessary translations
7282
7283 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * cut-n-paste/toolbar-editor/Makefile.am:
7286
7287         Correct library name    
7288
7289 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7290
7291         * configure.ac:
7292         * cut-n-paste/recent-files/egg-recent-model.c:
7293         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7294         (egg_recent_model_unlock_file):
7295         * cut-n-paste/recent-files/egg-recent-util.c:
7296         (egg_recent_util_get_unique_id):
7297         * cut-n-paste/recent-files/update-from-egg.sh:
7298         * cut-n-paste/toolbar-editor/Makefile.am:
7299         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7301         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7302         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7303         (egg_toolbars_model_get_type):
7304         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7305
7306         Better makefile for toolbar editor and update everything
7307         to latest libegg.
7308
7309 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7310
7311         * shell/ev-window.c: (update_document_mode):
7312
7313         Prefer presentation mode when the document
7314         require fullscreen.
7315
7316 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * data/evince-ui.xml:
7319         * shell/ev-window.c:
7320
7321         Add control-equal for zooming
7322
7323 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7324
7325         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7326
7327 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * backend/ev-document.c: (ev_document_get_orientation):
7330         * backend/ev-document.h:
7331         * pdf/ev-poppler.cc:
7332         * ps/ps-document.c: (ps_document_get_orientation),
7333         (ps_document_set_orientation), (ps_document_document_iface_init):
7334
7335         Add a get_orientation api. Improve set_orientation.
7336
7337         * data/evince-ui.xml:
7338         * shell/ev-view.c: (ev_view_set_orientation),
7339         (ev_view_rotate_right), (ev_view_rotate_left):
7340         * shell/ev-view.h:
7341         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7342         (ev_window_cmd_edit_rotate_right):
7343
7344         Better ui for changing document orientation
7345
7346 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7349         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7350         * shell/ev-sidebar-links.h:
7351         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7352         (ev_sidebar_page_iface_init):
7353         * shell/ev-sidebar-page.h:
7354         * shell/ev-sidebar-thumbnails.c:
7355         (ev_sidebar_thumbnails_get_property),
7356         (ev_sidebar_thumbnails_class_init),
7357         (ev_sidebar_thumbnails_set_document):
7358         * shell/ev-sidebar-thumbnails.h:
7359         * shell/ev-view.c: (ev_view_motion_notify_event):
7360         * shell/ev-window.c: (update_chrome_visibility),
7361         (ev_window_cmd_focus_page_selector),
7362         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7363         (sidebar_page_main_widget_update_cb), (ev_window_init):
7364         
7365         Autoraise toolbar on GoToPage binding and fix bindings in
7366         EvSidebarThumbnails page.
7367
7368 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7369
7370         * shell/ev-properties.c: (update_progress_label):
7371
7372         Hide the progress label when finished; bug #307697.
7373
7374 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7375
7376         * pdf/ev-poppler.cc:
7377
7378         Enable is_open for links, you will need poppler cvs
7379
7380         * shell/ev-properties.c: (job_fonts_finished_cb):
7381
7382         Get a lock on the document when filling the tree view
7383
7384 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7385
7386         * backend/ev-document-links.h:
7387         * pdf/ev-poppler.cc:
7388         * shell/ev-sidebar-links.c: (create_loading_model),
7389         (expand_open_links), (job_finished_callback):
7390
7391         Expand links when specified by the document.
7392         Depend on a poppler api (defined out for now)
7393
7394 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7395
7396         * shell/ev-properties.c: (ev_properties_dispose),
7397         (ev_properties_class_init), (dialog_destroy_cb),
7398         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7399         (ev_properties_set_document), (ev_properties_new),
7400         (ev_properties_show):
7401         * shell/ev-properties.h:
7402
7403         Make it an object, cleanup the code, api to show it as transient
7404         and to set the document.
7405
7406         * shell/ev-window.c: (ev_window_setup_document),
7407         (ev_window_cmd_file_properties):
7408
7409         Adapt to EvProperties changes, do not show multiple
7410         times, update it when document changes.
7411
7412 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7413
7414         * ps/gstypes.h:
7415         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7416         (ps_document_set_orientation), (ps_document_document_iface_init):
7417         * ps/ps-document.h:
7418
7419         Implement orientation here too
7420
7421         * shell/ev-properties.c: (ev_properties_new):
7422         * data/evince-properties.glade:
7423
7424         Hide the fonts page for backends that doesnt
7425         support it.     
7426
7427 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7428
7429         * backend/ev-document.c: (ev_document_set_orientation):
7430         * backend/ev-document.h:
7431         * pdf/ev-poppler.cc:
7432
7433         Add orientation api. Currently poppler api is not optimal,
7434         we need to set orientation every time we _get a page.
7435         I will try to fix that at some point.
7436
7437         * data/evince-ui.xml:
7438         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7439         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7440
7441         Add orientation menu items
7442
7443         * shell/ev-page-cache.c: (ev_page_cache_clear):
7444         * shell/ev-page-cache.h:
7445
7446         Add api to clear the cache
7447
7448         * shell/ev-view.c: (setup_caches), (clear_caches),
7449         (ev_view_set_document), (ev_view_zoom_out),
7450         (ev_view_set_orientation):
7451         * shell/ev-view.h:
7452
7453         Implement orientation changing
7454
7455 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7456
7457         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7458         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7459         * backend/ev-document-fonts.h:
7460
7461         Separate scan and fill so that we can incrementally fill from
7462         the main thread. Add a progress api.
7463
7464         * data/evince-properties.glade:
7465         * pdf/ev-poppler.cc:
7466         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7467         * shell/ev-jobs.h:
7468         * shell/ev-properties.c: (update_progress_label),
7469         (job_fonts_finished_cb), (setup_fonts_view):
7470
7471         Incrementally feel the list and show the progress
7472         percentage in a label like acrobat does.
7473
7474         You are going to need poppler cvs
7475
7476 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7477
7478         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7479         * backend/ev-document-fonts.h:
7480         * pdf/ev-poppler.cc:
7481
7482         Make fonts model fill incrementally.
7483
7484         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7485         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7486         (ev_job_queue_remove_job):
7487         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7488         (ev_job_fonts_new), (ev_job_fonts_run):
7489         * shell/ev-jobs.h:
7490
7491         New job for fonts scanning
7492
7493         * shell/ev-properties.c: (job_fonts_finished_cb),
7494         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7495         * shell/ev-properties.h:
7496         * shell/ev-window.c: (ev_window_cmd_file_properties):
7497
7498         Incrementally feel the treeview using the new job. Show Loading...
7499         message until scanning is completed.
7500
7501         Hopefully I didnt break the build without the poppler patch.
7502
7503 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7504
7505         * shell/ev-application.c: (ev_application_open):
7506         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7507         (ev_document_type_get_type), (ev_document_type_lookup):
7508         * shell/ev-document-types.h:
7509         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7510         * shell/ev-job-xfer.h:
7511         * shell/ev-window.c: (ev_window_clear_local_uri),
7512         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7513         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7514         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7515         
7516         Transfer remote documents to tmp directory to display them later.
7517
7518 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7519
7520         * backend/ev-document-info.h:
7521         * shell/ev-properties.c: (ev_properties_new):
7522
7523         s/GTime*/GTime. Not sure why we was using a pointer
7524         at all there!
7525
7526 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7527
7528         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7529         situations.  That situation is that you're using GTK+-HEAD with
7530         the patch at #306726 is applied, and you have a document with <
7531         1500 pages in it.  It's not quite as uniformly nice as the
7532         TreeView, but should be better in the long run.
7533
7534         I'm pretty sure I guarded against breaking compilation with
7535         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7536         I missed some.
7537
7538         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7539         widget yet, so I commented that code out
7540         enable_view_actions_for_widget() for now.  Need to figure this
7541         out.
7542
7543         * shell/ev-page-action.c (match_selected_cb): emit the right
7544         signals.  Our cool C-l completion now works.
7545
7546 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * backend/Makefile.am:
7549         * backend/ev-document-fonts.c:
7550         * backend/ev-document-links.c:
7551         * backend/ev-document.c: (ev_document_load):
7552         * backend/ev-document.h:
7553         * backend/ev-job-queue.c:
7554         * backend/ev-job-queue.h:
7555         * backend/ev-jobs.c:
7556         * backend/ev-jobs.h:
7557         * backend/ev-page-cache.c:
7558         * backend/ev-page-cache.h:
7559
7560         EvPageCache and EvJobs are moved to shell.
7561
7562         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7563         (ev_tmp_filename):
7564         * lib/ev-file-helpers.h:
7565         
7566         New helper to work with temporary files
7567         
7568         * shell/Makefile.am:
7569         * shell/ev-application.c: (ev_application_open):
7570         * shell/ev-application.h:
7571         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7572         (remove_job_from_async_queue), (add_job_to_async_queue),
7573         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7574         (handle_job), (search_for_jobs_unlocked),
7575         (no_jobs_available_unlocked), (ev_render_thread),
7576         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7577         (ev_job_queue_add_job), (move_job_async), (move_job),
7578         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7579         * shell/ev-job-queue.h:
7580         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7581         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7582         * shell/ev-job-xfer.h:
7583         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7584         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7585         (ev_job_links_class_init), (ev_job_render_init),
7586         (ev_job_render_dispose), (ev_job_render_class_init),
7587         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7588         (ev_job_thumbnail_class_init), (ev_job_load_init),
7589         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7590         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7591         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7592         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7593         * shell/ev-jobs.h:
7594         * shell/ev-page-action.c: (ev_page_action_set_document):
7595         * shell/ev-page-cache.c: (ev_page_cache_init),
7596         (ev_page_cache_class_init), (ev_page_cache_finalize),
7597         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7598         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7599         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7600         (ev_page_cache_get_title), (ev_page_cache_get_size),
7601         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7602         (ev_page_cache_get_height_to_page),
7603         (ev_page_cache_get_max_label_chars),
7604         (ev_page_cache_get_page_label),
7605         (ev_page_cache_has_nonnumeric_page_labels),
7606         (ev_page_cache_get_info), (ev_page_cache_next_page),
7607         (ev_page_cache_prev_page), (ev_page_cache_get):
7608         * shell/ev-page-cache.h:
7609         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7610         (ev_pixbuf_cache_clear_job_sizes),
7611         (ev_pixbuf_cache_add_jobs_if_needed),
7612         (ev_pixbuf_cache_set_page_range):
7613         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7614         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7615         * shell/ev-sidebar-thumbnails.c:
7616         (ev_sidebar_tree_selection_changed),
7617         (ev_sidebar_thumbnails_set_document):
7618         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7619         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7620         (ev_statusbar_get_context_id), (ev_statusbar_push),
7621         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7622         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7623         (ev_statusbar_set_progress):
7624         * shell/ev-statusbar.h:
7625         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7626         (ev_view_find_previous):
7627         * shell/ev-window.c: (ev_window_is_empty),
7628         (ev_window_setup_document), (password_dialog_response),
7629         (ev_window_clear_jobs), (ev_window_load_job_cb),
7630         (ev_window_xfer_job_cb), (ev_window_open_uri),
7631         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7632         (ev_window_print), (ev_window_print_range),
7633         (ev_window_state_event), (ev_window_cmd_view_reload),
7634         (menu_item_select_cb), (menu_item_deselect_cb),
7635         (view_status_changed_cb), (ev_window_dispose),
7636         (drag_data_received_cb), (ev_window_init):
7637         * shell/ev-window.h:
7638         * shell/main.c: (load_files):
7639         
7640         New statusbar to show progress on idle. Two new jobs - 
7641         xfer job and load job to load document in background. And update
7642         of page_cache clients to new location of code.
7643
7644 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7645   
7646         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7647         selection in open dialog. It also remembers the last visited directory 
7648         in the current session.
7649
7650 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * shell/ev-properties.c: (ev_properties_new):
7653         * shell/ev-properties.h:
7654         * shell/ev-window.c: (ev_window_cmd_file_properties):
7655         
7656         Get document info from page cache instead of document itself.
7657         This should fix crash related to race conditions described in
7658         bug 306545.
7659
7660 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7661
7662         * ps/ps-document.c: (ps_document_init),
7663         (send_ps), (get_page_box), (output), (catchPipe), (input),
7664         (stop_interpreter), (file_length), (file_readable),
7665         (check_filecompressedb), (ps_document_enable_interpreter),
7666         (document_load), (ps_async_renderer_render_pixbuf):
7667         * ps/ps-document.h:
7668
7669         Big cleanup of the ps code
7670
7671 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7672
7673         * backend/Makefile.am:
7674         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7675         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7676         * backend/ev-async-renderer.h:
7677
7678         Add an async renderer interface (method + callback) which
7679         is useful for backends like ps.
7680
7681         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7682         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7683         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7684         (ev_job_queue_add_job), (move_job_async), (move_job),
7685         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7686
7687         Add queues for async renderer, these are executed on the
7688         main thread.
7689
7690         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7691         (ev_job_render_run):
7692         * backend/ev-jobs.h:
7693
7694         If the backend support async renderer interface use it.
7695
7696         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7697         (setup_pixmap), (ps_document_get_type),
7698         (ps_async_renderer_render_pixbuf),
7699         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7700
7701         Implement async renderer interface.
7702
7703 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7706
7707         Cleanup links job on exit.
7708
7709 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7710
7711         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7712         (drag_data_get_cb), (drag_data_received_cb):
7713         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7714         (drag_data_get_cb), (parse_item_list),
7715         (egg_toolbar_editor_load_actions):
7716         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7717         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7718         (parse_item_list), (parse_toolbars):
7719         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7720         (dvi_pixbuf_put_pixel):
7721         
7722         Fix gcc 4.0 warnings
7723
7724 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7725
7726         * ps/ps-document.c: (start_interpreter):
7727
7728         Fix warning when loading ps
7729
7730 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7731
7732         * ps/ps-document.c: (output):
7733
7734         Fix crash when priting gs error messages.
7735
7736 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7737
7738         * backend/ev-page-cache.c: (_ev_page_cache_new):
7739         * backend/ev-page-cache.h:
7740
7741         Use a const to return title so that we dont double
7742         free it. Small cleanup and fix a leak.
7743
7744         * shell/ev-window.c: (update_window_title):
7745
7746         strdup value from get_title.
7747
7748 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7749
7750         * shell/ev-sidebar-links.c: (job_finished_callback),
7751         (ev_sidebar_links_set_document):
7752
7753         Cleanup the old job when changing document
7754
7755 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * shell/ev-stock-icons.c:
7758         * shell/ev-stock-icons.h:
7759         * shell/ev-window.c:
7760         
7761         Add stock icons for actions that can appear in toolbar. Fix for
7762         bug 306566.
7763
7764 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7767         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7768         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7769         * backend/ev-page-cache.h:
7770         * shell/ev-view.c: (scroll_to_current_page),
7771         (view_update_range_and_current_page), (get_page_y_offset),
7772         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7773         (ev_view_size_request_continuous),
7774         (ev_view_zoom_for_size_continuous_and_dual_page),
7775         (ev_view_zoom_for_size_continuous):
7776         
7777         More compact EvView layout in document with pages of different size.
7778
7779 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7780
7781         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7782         compilation.
7783
7784 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7785
7786         * shell/ev-view.c: (view_set_adjustment_values):
7787         * shell/ev-window.c: (ev_window_cmd_file_properties):
7788         
7789         A bit different fix for rounding problem but it has no
7790         problems on startup. Make properties window transient to parent.
7791
7792 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * pdf/ev-poppler.cc:
7795         
7796         More commenting of font stuff.
7797
7798 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7799
7800         * pdf/ev-poppler.cc:
7801
7802         Comment out some more fonts stuff. Should really
7803         work without the poppler patch now.
7804
7805 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7806
7807         * pdf/ev-poppler.cc:
7808
7809         Adapt to api change
7810
7811 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7812
7813         * data/evince-properties.glade:
7814         * pdf/ev-poppler.cc:
7815         * shell/ev-properties.c: (setup_fonts_view):
7816
7817         Set the column title. Show the dialog only
7818         once everything is setup.
7819         Getting font info can be very slow... will
7820         prolly need to make this threaded too.
7821
7822 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7823
7824         * backend/Makefile.am:
7825         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7826         (ev_document_fonts_get_fonts_model):
7827         * backend/ev-document-fonts.h:
7828         * data/evince-properties.glade:
7829         * pdf/ev-poppler.cc:
7830         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7831         * shell/ev-properties.h:
7832         * shell/ev-window.c: (ev_window_cmd_file_properties):
7833
7834         Implement fonts list. Defined out for now, since it depends
7835         on a not yet committed poppler patch.
7836
7837 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7838
7839         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7840         page + 1.
7841
7842         * shell/ev-window.c: Make sure we add the timeout when we get a
7843         focus-in event.
7844
7845         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7846         adjustment->value before calculating the zoom factor to average
7847         out all of our rounding errors.  The page no longer 'drifts' when
7848         resizing.
7849
7850 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7851
7852         * data/evince-properties.glade:
7853         * shell/ev-properties.c: (ev_properties_format_date),
7854         (set_property):
7855         
7856         Labels don't expand when the dialogue is resized.
7857         strftime result needs to be converted to UTF-8. Thanks
7858         to Christian Persch <chpe@gnome.org>.
7859
7860 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7861
7862         * data/evince-properties.glade:
7863
7864         Hide the fonts tab
7865
7866 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7867
7868         * backend/ev-document-info.h:
7869         * backend/ev-document.c: (ev_document_info_free):
7870         * data/evince-properties.glade:
7871         * pdf/ev-poppler.cc:
7872         * ps/ps-document.c: (ps_document_get_info):
7873         * shell/ev-properties.c: (ev_properties_format_date),
7874         (set_property), (ev_properties_new):
7875         * shell/ev-properties.h:
7876         * shell/ev-window.c: (ev_window_cmd_file_properties):
7877
7878         Rework properties code to take only EvPropertyInfo
7879         in the constructor so that it can be useful for
7880         nautilus plugin too.
7881
7882         Deal with backends that doesnt support some properties.
7883         Make set property code generic.
7884
7885 2005-06-04  Christian Persch <chpe@gnome.org>
7886
7887         * data/evince-properties.glade:
7888
7889         fix spacings, make resizeable, and make data labels
7890         selectable + ellipsised
7891
7892 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7893
7894         * backend/ev-document-info.h:
7895         * data/Makefile.am:
7896         * data/evince-ui.xml:
7897         * pdf/ev-poppler.cc:
7898         * shell/Makefile.am:
7899         * shell/ev-window.c: (update_action_sensitivity),
7900         (ev_window_cmd_file_properties):
7901
7902         Initial go at file properties. Patch by
7903         Emil Soleyman-Zomalan <emil@soleyman.com>.
7904         Needs love see #169583
7905
7906 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7907
7908         * ps/ps-document.c: (output):
7909         * ps/ps.c: (psscan):
7910
7911         Try to render even if psscan fails.
7912
7913 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7914
7915         * ps/ps.c: (psscan), (pscopydoc):
7916
7917         Port buffered reading code from gv
7918
7919 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7920
7921         * ps/ps-document.c: (interpreter_message), (output):
7922
7923         Do not fail on interpreter messages
7924
7925 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7926
7927         * backend/ev-document-misc.c:
7928         (ev_document_misc_get_thumbnail_frame):
7929
7930         Pages can be 0 x 0, dont assert on this case
7931
7932 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7933
7934         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7935         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7936
7937         Correctly manage our reference on document. Finally the reload
7938         huge leak is gone...
7939
7940 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7941
7942         * ps/ps-document.c: (ps_document_dispose):
7943
7944         Forgot to chain it to the parent. Thanks chpe.
7945
7946 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7947
7948         * ps/ps-document.c: (ps_document_dispose),
7949         (ps_document_class_init), (stop_interpreter), (document_load):
7950
7951         Cleanup dispose a bit. Dont leak the whole pixmap.
7952
7953 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7954
7955         * pdf/ev-poppler.cc:
7956
7957         Release the poppler document on dispose
7958
7959 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7960
7961         * shell/ev-view.c: (ev_view_set_document):
7962
7963         Release ref on the pixbuf cache when changing
7964         document.
7965
7966 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7967
7968         * ps/ps-document.c: (ps_document_get_info):
7969
7970         Fix a double free
7971
7972 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * backend/ev-page-cache.c: (ev_page_cache_init),
7975         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7976         * backend/ev-page-cache.h:
7977         * shell/ev-page-action.c: (page_changed_cb):
7978         
7979         Set page action entry width depending on labels width. Fix
7980         for bug 305202.
7981
7982 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7983
7984         * backend/ev-link.c: (ev_link_class_init):
7985
7986         Allow -1 as page value (error)
7987
7988 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7989
7990         * shell/ev-sidebar-thumbnails.c:
7991         (ev_sidebar_thumbnails_set_document):
7992         * shell/ev-view.c: (scroll_to_current_page),
7993         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7994         (page_changed_cb), (on_adjustment_value_changed),
7995         (ev_view_set_document):
7996
7997         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7998         Fix bug 305377
7999
8000 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8001
8002         * configure.ac:
8003         * djvu/djvu-document.c: (djvu_document_get_page_size):
8004
8005         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8006         bug 301993.
8007
8008 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8009
8010         * shell/ev-view.c (draw_one_page): modify the expose handling to
8011         get the shadows.
8012
8013         * shell/ev-window.c (update_action_sensitivity): Respect
8014         permissions field.  Kowtow to the man.
8015
8016         * pdf/ev-poppler.cc: Get the permissions field.
8017
8018         * tiff/*c: Make a tiny bit more robust.
8019
8020 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8021
8022         * djvu/djvu-document.c:
8023         
8024         Pop messages from djvu context message queue.
8025
8026 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8027
8028         * configure.ac, Makefile.am, shell/Makefile.am:
8029         * tiff/Makefile.am, shell/ev-document-types.c:
8030         
8031         Cleanup tiff configure checks. Fix for bug 305218.
8032
8033 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8034
8035         * configure.ac: Added "uk" to ALL_LINGUAS.
8036
8037 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8038
8039         * cut-n-paste/zoom-control/ephy-zoom.c:
8040         (ephy_zoom_get_changed_zoom_level):
8041         * cut-n-paste/zoom-control/ephy-zoom.h:
8042         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8043         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8044         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8045         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8046         (zoom_control_changed_cb), (ev_window_init):
8047         
8048         Fix minor points related to moving best fit up. Introduce
8049         "zoom" property and make zoom control change it's value on
8050         notify::zoom signals. Fix for 305080.
8051
8052 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * data/evince-ui.xml:
8055         * shell/ev-window.c: (set_view_actions_sensitivity):
8056         
8057         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8058
8059 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * configure.ac:
8062
8063         Depends on poppler 0.3.2
8064
8065 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8066
8067         * cut-n-paste/recent-files/egg-recent-item.c:
8068         (egg_recent_item_get_short_name):
8069         * cut-n-paste/toolbar-editor/Makefile.am:
8070         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8071         (new_pixbuf_from_widget):
8072         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8073         * cut-n-paste/toolbar-editor/egg-marshal.c:
8074         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8075         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8076
8077         Sync
8078
8079 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8080
8081         * tiff/tiff-document.c: Rough TIFF backend.
8082
8083 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * NEWS:
8086         * configure.ac:
8087         * cut-n-paste/toolbar-editor/Makefile.am:
8088
8089         Release 0.3.1
8090
8091 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8092
8093         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8094         (ev_view_find_next), (ev_view_find_previous):
8095
8096         Remove the locks around get_n_results   
8097
8098 2005-05-21  Juerg Billeter  <j@bitron.ch>
8099
8100         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8101
8102         Pass correct number of pages to poppler.
8103
8104 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * configure.ac:
8107         * data/Makefile.am:
8108         * data/evince.desktop.in: 
8109         * data/evince.desktop.in.in:
8110         * po/POTFILES.in:
8111         
8112         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8113
8114 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8115
8116         * shell/ev-view.c: (view_update_adjustments),
8117         (view_set_adjustment_values): cast adjustmen->value to (int)
8118         before using it.  Otherwise, we get off by a pixel in some
8119         situations.
8120
8121         (draw_one_page): Draw the border on expose.
8122
8123 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8124
8125         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8126         adjustment when the mode changes, #304923
8127
8128 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8129
8130         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8131         flickering on resize but still use gdk_window_scroll on
8132         scrolling
8133
8134 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8135
8136         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8137         option, #170458
8138
8139 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8140
8141         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8142         second page on page_changed if possible, #304669
8143
8144 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8145
8146         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8147         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8148
8149 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8150
8151         * .cvsignore:
8152         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8153         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8154         (ev_view_zoom_for_size_presentation),
8155         (ev_view_zoom_for_size_continuous_and_dual_page),
8156         (ev_view_zoom_for_size_continuous),
8157         (ev_view_zoom_for_size_dual_page),
8158         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8159         * shell/ev-view.h:
8160         * shell/ev-window.c: (update_view_size),
8161         (ev_window_sizing_mode_changed_cb):
8162
8163         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8164         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8165         an infinite loop, #304769
8166
8167
8168 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8169
8170         * data/evince-ui.xml:
8171         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8172         * shell/ev-window.c: (set_view_actions_sensitivity):
8173
8174         Make PgUp/Down behave like Space
8175
8176 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8177
8178         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8179         * backend/ev-ps-exporter.h:
8180         * pdf/ev-poppler.cc:
8181         * ps/ps-document.c: (ps_document_ps_export_begin):
8182         * shell/ev-print-job.c: (idle_print_handler):
8183
8184         Adapt to new poppler api
8185
8186 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8187
8188         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8189         (ephy_zoom_control_init):
8190
8191         Translate zoom levels
8192
8193 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8194
8195         * cut-n-paste/zoom-control/ephy-zoom.c:
8196         (ephy_zoom_get_zoom_level_index):
8197
8198         Fix current zoom -> zoom control match
8199
8200 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8201
8202         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8203         rather than the scrolled_window that it's in. Fixes bug #304655.
8204
8205 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8206
8207         * shell/ev-view.c: (view_update_adjustments),
8208         (view_set_adjustment_values), (view_update_range_and_current_page),
8209         (view_scroll_to_page), (set_scroll_adjustment),
8210         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8211         (ev_view_scroll), (ev_view_scroll_view),
8212         (ensure_rectangle_is_visible), (find_page_at_location),
8213         (get_link_at_location), (go_to_link), (status_message_from_link),
8214         (ev_view_size_request_continuous_dual_page),
8215         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8216         (ev_view_unrealize), (ev_view_expose_event),
8217         (ev_view_button_press_event), (ev_view_motion_notify_event),
8218         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8219         (draw_rubberband), (highlight_find_results), (draw_one_page),
8220         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8221         (ev_view_init), (find_changed_cb), (page_changed_cb),
8222         (on_adjustment_value_changed), (ev_view_new),
8223         (ev_view_set_document), (ev_view_set_zoom),
8224         (ev_view_set_continuous), (ev_view_set_dual_page),
8225         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8226         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8227         (ev_view_zoom_for_size_presentation),
8228         (ev_view_zoom_for_size_continuous_dual_page),
8229         (ev_view_zoom_for_size_continuous),
8230         (ev_view_zoom_for_size_dual_page),
8231         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8232         (ev_view_get_status), (ev_view_set_status),
8233         (update_find_status_message), (ev_view_get_find_status),
8234         (ev_view_set_find_status), (jump_to_find_result),
8235         (jump_to_find_page), (compute_selections), (clear_selection),
8236         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8237         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8238         (ev_view_update_primary_selection),
8239         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8240         * shell/ev-view.h:
8241         * shell/ev-window.c: (ev_window_open_page_label),
8242         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8243         (ev_window_init):
8244         * shell/ev-window.h:
8245         * shell/main.c: (load_files):
8246
8247         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8248         when resizing.  Remove the bin_window().  Also, patch from James
8249         Bowes to fix command line page, #300641
8250         
8251 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * data/evince-ui.xml:
8254         * shell/ev-view.c:
8255         * shell/ev-view.h:
8256         * shell/ev-window.c: (update_action_sensitivity):
8257
8258         Get rid of View->Normal Size, it's just confusing
8259
8260 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8261
8262         * backend/ev-document-info.h:
8263         * backend/ev-document.c: (ev_document_info_free): Free the
8264         EvDocumentInfo.
8265
8266         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8267         (clear_range), (add_range), (update_visible_range),
8268         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8269         (ev_sidebar_thumbnails_set_document):
8270         * shell/ev-window.c: (ev_window_setup_document): Only render the
8271         visible thumbnails.  It takes an instant to render, but it uses
8272         much less memory.
8273
8274 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8275
8276         * shell/ev-sidebar-links.c: (popup_menu_cb):
8277
8278         Select first item
8279
8280 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * lib/Makefile.am:
8283         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8284         (button_press_cb), (ev_sidebar_links_construct):
8285
8286         Show the popup menu also on keybindings
8287
8288 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8291         * shell/ev-window.h:
8292
8293         Expose api to print a range (with dialog). Make private _print use
8294         it.
8295
8296         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8297         (ev_sidebar_links_construct):
8298
8299         Show a print context menu on linkx, it prints the selected
8300         section.
8301
8302 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8303
8304         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8305         button.
8306
8307 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * AUTHORS:
8310
8311         Update
8312
8313         * shell/ev-window.c: (build_comments_string),
8314         (ev_window_cmd_help_about):
8315
8316         Show poppler version/backend and authors
8317
8318 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * cut-n-paste/zoom-control/ephy-zoom.c:
8321         (ephy_zoom_get_zoom_level_index):
8322         * cut-n-paste/zoom-control/ephy-zoom.h:
8323
8324         Move the best fit items at the top of the list
8325
8326 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8327
8328         * shell/ev-marshal.list:
8329         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8330         (activate_cb), (match_selected_cb), (activate_link_cb),
8331         (connect_proxy), (ev_page_action_class_init):
8332         * shell/ev-page-action.h:
8333
8334         Use signals to notify action activation. Hopefully
8335         I did not break completion since I cant test...
8336
8337         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8338         (register_custom_actions):
8339
8340         Connect to page selector actions and also grab focus on
8341         the view when activated.
8342
8343 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8344
8345         * pdf/ev-poppler.cc:
8346         * backend/ev-page-cache.c: make page size calculation consistent
8347         and set it to (int)( width * scale + 0.5).  This makes the weird
8348         line going through the middle of the page go away.
8349
8350         * shell/ev-view.c: move painting the background page after
8351         checking the expose area covers us.
8352
8353 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8354
8355         * data/evince-password.glade:
8356         
8357         Mark labels as not translatable. Fix for bug 302842.
8358
8359 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8360
8361         * configure.ac: Added "es" to ALL_LINGUAS.
8362
8363 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * data/evince-toolbar.xml:
8366         * shell/ev-window.c: (update_action_sensitivity),
8367         (ev_window_setup_document), (ev_window_set_page_mode),
8368         (ev_window_init):
8369
8370         Remove some leftover code from jrb first continous
8371         attempt. Use the new actions, we still need good icons
8372         though...
8373
8374 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8377
8378         Update label when connecting proxy. Fix a warning with NULL
8379         page_cache.
8380
8381 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * data/evince-ui.xml:
8384         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8385         * shell/ev-page-action.h:
8386         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8387
8388         Add mnemonic for edit toolbar.
8389         ctrl+l focus the page entry.
8390
8391 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * lib/Makefile.am:
8394         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8395         (ev_window_init):
8396         * shell/main.c: (main):
8397
8398         Put the toolbar xml in evince own dot dir
8399
8400 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * shell/ev-window.c: (ev_window_init):
8403
8404         Make the toolbar not removable
8405
8406 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * data/evince-ui.xml:
8409         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8410         * shell/ev-sidebar-links.h:
8411         * shell/ev-sidebar-thumbnails.c:
8412         (ev_sidebar_thumbnails_get_treeview):
8413         * shell/ev-sidebar-thumbnails.h:
8414         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8415         (ev_view_class_init):
8416         * shell/ev-view.h:
8417         * shell/ev-window.c: (update_action_sensitivity),
8418         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8419         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8420         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8421         (ev_window_init):
8422
8423         This is evil... Make space/backspace global accelerators but
8424         enable them only for some widgets (sidebars and view).
8425         I dont like it, but I dont know a better way... :/
8426
8427 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8430         (ev_page_action_widget_finalize),
8431         (ev_page_action_widget_class_init), (update_page_cache):
8432
8433         Keep a weak reference on proxy->page_cache so that we
8434         dont try to disconnect the signal if the object is already
8435         gone. Maybe there is a better way to cleanup reference handling
8436         in page action though...
8437
8438 2005-05-10  Juerg Billeter  <j@bitron.ch>
8439
8440         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8441         * backend/ev-ps-exporter.h:
8442         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8443         * ps/ps-document.c: (ps_document_ps_export_begin):
8444         
8445         Change api to pass print range to ps_exporter_begin. The pdf backend
8446         requires this information.
8447         
8448         * shell/ev-print-job.c: (idle_print_handler):
8449         
8450         Adapt to api change
8451
8452 2005-05-10  Juerg Billeter  <j@bitron.ch>
8453
8454         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8455         (idle_print_handler)
8456         * shell/ev-window.c: (ev_window_print):
8457
8458         Support printing page range, based on patch by Amaury Jacquot
8459
8460 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * data/evince-toolbar.xml:
8463
8464         Add zoom control to available items
8465
8466 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * shell/ev-window.c: (update_action_sensitivity):
8469
8470         Set slash action insensitive when appropriate
8471
8472 2005-05-10  Christian Persch <chpe@gnome.org>
8473
8474         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8475
8476         Fix warning on the overflow menu
8477
8478 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8481
8482         Check for uri correctness/existence
8483
8484 2005-05-09  Juerg Billeter  <j@bitron.ch>
8485
8486         * shell/ev-window.c: (using_postscript_printer):
8487
8488         LPD printers use postscript, too
8489
8490 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * shell/ev-window.c: (register_custom_actions):
8493
8494         The zoom one is actually sort of useful,
8495         put it back
8496
8497 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8498
8499         * shell/ev-window.c: (register_custom_actions):
8500
8501         Hide page/zoom controls from overflow, they
8502         are useless.
8503
8504 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * cut-n-paste/update-from-egg.sh:
8507         
8508         Share it between all cut-n-paste subdirs
8509
8510         * cut-n-paste/recent-files/Makefile.am:
8511
8512         Fix to use "global" update-from-egg.sh
8513
8514         * cut-n-paste/recent-files/egg-recent-model.c:
8515         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8516         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8517         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8518         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8519
8520         Update from libegg
8521
8522         * cut-n-paste/toolbar-editor/Makefile.am:
8523
8524         Fix to use "global" update-from-egg.sh
8525
8526         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8527
8528         Update from libegg
8529
8530 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8531
8532         * configure.ac:
8533         * cut-n-paste/Makefile.am:
8534         * cut-n-paste/recent-files/Makefile.am:
8535         * cut-n-paste/toolbar-editor/.cvsignore:
8536         * cut-n-paste/toolbar-editor/Makefile.am:
8537         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8538         (egg_editable_toolbar_get_type), (get_toolbar_position),
8539         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8540         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8541         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8542         (set_item_drag_source), (create_item_from_action), (create_item),
8543         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8544         (popup_toolbar_context_menu_cb), (free_dragged_item),
8545         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8546         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8547         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8548         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8549         (item_added_cb), (item_removed_cb),
8550         (egg_editable_toolbar_construct),
8551         (egg_editable_toolbar_disconnect_model),
8552         (egg_editable_toolbar_deconstruct),
8553         (egg_editable_toolbar_set_model),
8554         (egg_editable_toolbar_set_ui_manager),
8555         (egg_editable_toolbar_set_property),
8556         (egg_editable_toolbar_get_property),
8557         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8558         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8559         (egg_editable_toolbar_new_with_model),
8560         (egg_editable_toolbar_get_edit_mode),
8561         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8562         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8563         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8564         (new_pixbuf_from_widget), (new_separator_pixbuf),
8565         (update_separator_image), (style_set_cb),
8566         (_egg_editable_toolbar_new_separator_image),
8567         (egg_editable_toolbar_get_model):
8568         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8569         * cut-n-paste/toolbar-editor/egg-marshal.c:
8570         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8571         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8572         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8573         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8574         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8575         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8576         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8577         (editor_drag_data_delete_cb), (drag_data_get_cb),
8578         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8579         (editor_create_item), (update_editor_sheet), (setup_editor),
8580         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8581         (parse_item_list), (model_has_action), (update_actions_list),
8582         (egg_toolbar_editor_load_actions):
8583         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8584         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8585         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8586         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8587         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8588         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8589         (egg_toolbars_model_add_separator), (impl_add_item),
8590         (parse_item_list), (egg_toolbars_model_add_toolbar),
8591         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8592         (impl_get_item_data), (impl_get_item_type),
8593         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8594         (egg_toolbars_model_init), (free_toolbar),
8595         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8596         (egg_toolbars_model_remove_toolbar),
8597         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8598         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8599         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8600         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8601         (egg_toolbars_model_get_item_data),
8602         (egg_toolbars_model_get_item_type):
8603         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8604         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8605         * data/Makefile.am:
8606         * data/evince-toolbar.xml:
8607         * data/evince-ui.xml:
8608         * data/hand-open.png:
8609         * po/POTFILES.in:
8610         * shell/Makefile.am:
8611         * shell/ev-window.c: (update_chrome_visibility),
8612         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8613         (ev_window_dispose), (ev_window_init):
8614
8615         Implement epiphany like toolbar editor. Based on patch by
8616         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8617
8618 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8619
8620         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8621
8622         Use set_cursor instead of set_selection, so that
8623         the keyboard focus moves too.
8624
8625 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8626
8627         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8628
8629         Fix infinite loop when loading Type1 fonts
8630
8631 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * data/evince-ui.xml:
8634         * shell/ev-window.c:
8635
8636         Slash -> Find
8637
8638 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8639
8640         * configure.ac:
8641
8642         Make --disable really disable
8643
8644 2005-05-07  Juerg Billeter  <j@bitron.ch>
8645
8646         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8647
8648         Compare page labels even without has_labels set, fixes setting page
8649         with entry
8650
8651 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8652
8653         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8654         (ev_view_set_cursor), (ev_view_button_press_event),
8655         (ev_view_motion_notify_event), (ev_view_button_release_event),
8656         (ev_view_init):
8657
8658         Implement middle button scrolling. Based on a patch
8659         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8660
8661 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * shell/ev-document-types.c: (get_slow_mime_type),
8664         (get_document_type_from_mime), (ev_document_type_lookup):
8665         * shell/ev-document-types.h:
8666
8667         Change api to lookup from uri. Do fast lookup first, if the
8668         type is unknown try with data sniffing.
8669
8670         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8671         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8672
8673         Adapt to api change
8674
8675 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * thumbnailer/Makefile.am:
8678
8679         Fix distcheck
8680
8681 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8682
8683         * NEWS:
8684         * configure.ac:
8685
8686         Release 0.3.0
8687
8688         * data/evince-ui.xml:
8689
8690         Hide presentation mode for now
8691
8692         * shell/ev-view.c: (highlight_find_results):
8693
8694         Show current find selection only on current page
8695
8696 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * shell/ev-view.c: (ev_view_select_all):
8699
8700         Compute size of the actual page, not of
8701         the current one.
8702
8703 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8706         (view_rect_to_doc_rect), (compute_selections),
8707         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8708         (ev_view_copy), (ev_view_primary_get_cb),
8709         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8710         (ev_view_button_press_event), (ev_view_motion_notify_event),
8711         (ev_view_button_release_event), (page_changed_cb):
8712
8713         Fix text selection
8714
8715 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8716
8717         * shell/ev-view.c: (compute_border), (get_page_extents),
8718         (doc_rect_to_view_rect), (highlight_find_results),
8719         (ev_view_bin_expose), (ev_view_select_all),
8720         (ev_view_motion_notify_event), (update_find_status_message),
8721         (jump_to_find_result), (jump_to_find_page):
8722
8723         First go at fixing search, still buggy
8724
8725 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8726
8727         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8728         dropdown box and button at the top of the sidebar.
8729
8730 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8731
8732         * configure.ac: Output zoom-control Makefile.
8733         * cut-n-paste/Makefile.am: build zoom-control subdir.
8734         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8735         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8736         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8737         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8738         * cut-n-paste/zoom-control/ephy-zoom.c:
8739         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8740         from epiphany, and modified to add a separator into the menu.
8741         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8742         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8743         zoom-control action.
8744         * shell/Makefile.am: Include zoom-control flags.
8745         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8746         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8747         (ev_view_zoom_for_size_presentation),
8748         (ev_view_zoom_for_size_continuous_and_dual_page),
8749         (ev_view_zoom_for_size_continuous),
8750         (ev_view_zoom_for_size_dual_page),
8751         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8752         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8753         ev_view_get_zoom and ev_view_get_sizing_mode.
8754         * shell/ev-view.h:
8755         * shell/ev-window.c: (update_action_sensitivity),
8756         (update_sizing_buttons), (zoom_control_changed_cb),
8757         (register_custom_actions): Initialize and use the zoom-control 
8758         widget.
8759
8760 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8761
8762         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8763         preview cache back to 1.  Don't know when it got set to 0.
8764         
8765         * shell/ev-view.c: (compute_border), (ev_view_realize),
8766         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8767         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8768         (ev_view_get_fullscreen), (ev_view_set_presentation),
8769         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8770         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8771         * shell/ev-view.h:
8772         * shell/ev-window.c:
8773         (update_chrome_visibility),
8774         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8775         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8776         (update_document_mode), (ev_window_update_fullscreen_action),
8777         (ev_window_fullscreen), (ev_window_unfullscreen),
8778         (ev_window_cmd_view_fullscreen),
8779         (ev_window_update_presentation_action),
8780         (ev_window_run_presentation), (ev_window_stop_presentation),
8781         (ev_window_cmd_view_presentation), (ev_window_state_event),
8782         (ev_window_focus_in_event), (ev_window_focus_out_event),
8783         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8784         * data/evince-ui.xml: Initial presentation mode.  We should
8785         probably hide this until it's done, as it's quite rough.  Also,
8786         change full-screen to fullscreen and add two getters to EvView.
8787
8788 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * shell/ev-page-action.c: (update_page_cache),
8791         (ev_page_action_dispose):
8792         * shell/ev-window.c: (destroy_fullscreen_popup),
8793         (ev_window_create_fullscreen_popup):
8794
8795         Use connect_object rather than explicitly
8796         disconnect on dispose.
8797
8798 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * shell/ev-page-action.c: (update_page_cache),
8801         (ev_page_action_dispose):
8802
8803 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8804
8805         * backend/ev-page-cache.c: (_ev_page_cache_new),
8806         (ev_page_cache_set_page_label),
8807         (ev_page_cache_has_nonnumeric_page_labels):
8808         * backend/ev-page-cache.h:
8809         * shell/ev-page-action.c: (update_pages_label):
8810         
8811         If all page labels are numeric, fallback to default
8812         way to display number of pages. See bug 173185.
8813
8814 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8815
8816         * shell/ev-page-action.c: (ev_page_action_dispose):
8817         * shell/ev-view.c: (view_update_range_and_current_page):
8818         * shell/ev-window.c: (ev_window_dispose):
8819         
8820         Set page on scroll in continuous mode. Fixes bug 301986.
8821         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8822
8823 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8824
8825         * configure.ac:
8826
8827         Require poppler 0.3.0
8828
8829 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8830         
8831         * shell/Makefile.am, configure.ac: Fix build problems
8832         with t1lib. Bug 301996.
8833
8834 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8835
8836         * shell/ev-view.c: (ev_view_scroll_event):
8837         
8838         Scroll up increase zoom
8839
8840 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8841
8842         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8843         (ev_view_set_sizing_mode),
8844         (ev_view_zoom_for_size_continuous_and_dual_page),
8845         (ev_view_zoom_for_size_continuous):
8846         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8847         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8848         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8849         (ev_window_init):
8850
8851         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8852         Fix for 165473 and 165472.
8853
8854 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8855
8856         * po/POTFILES.in:
8857         * thumbnailer/Makefile.am:
8858         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8859         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8860         * thumbnailer/evince-thumbnailer.schemas.in:
8861         
8862         Make thumbnailer schemas translatable. Fix for bug 301773
8863         
8864         * thumbnailer/evince-thumbnailer-djvu.schemas:
8865         * thumbnailer/evince-thumbnailer-dvi.schemas:
8866         * thumbnailer/evince-thumbnailer.schemas:
8867
8868         Removed files
8869
8870 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8871
8872         * shell/ev-view.c (ev_view_init): forgot to set this.
8873
8874 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * shell/ev-view.c: (find_page_at_location),
8877         (get_link_at_location),
8878         (ev_view_set_show_border), (ev_view_set_spacing),
8879         (ev_view_zoom_for_size_continuous_and_dual_page),
8880         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8881         Also, add a quick fix measuring of widths.  Also, removed
8882         ev_view_set_spacing and ev_view_set_show_border.
8883         
8884         * shell/ev-window.c: (ev_window_unfullscreen),
8885         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8886
8887 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8888
8889         * shell/ev-view.c: (view_update_range_and_current_page),
8890         (page_changed_cb):
8891         
8892         Fix crash on exit and scrolling to page in continuous view.
8893
8894 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8895
8896         * TODO:
8897         * backend/ev-page-cache.c: (_ev_page_cache_new),
8898         (ev_page_cache_get_max_width_size),
8899         (ev_page_cache_get_max_height_size):
8900         * backend/ev-page-cache.h:
8901         * data/evince-ui.xml:
8902         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8903         * shell/ev-view.c: (view_update_adjustments),
8904         (view_update_range_and_current_page), (get_bounding_box_size),
8905         (ev_view_size_request_continuous_and_dual_page),
8906         (ev_view_size_request_continuous),
8907         (ev_view_size_request_dual_page),
8908         (ev_view_size_request_single_page), (ev_view_size_request),
8909         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8910         (ev_view_bin_expose), (ev_view_expose_event),
8911         (ev_view_set_property), (ev_view_get_property),
8912         (ev_view_class_init), (ev_view_init), (ev_view_new),
8913         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8914         (ev_view_set_dual_page), (ev_view_set_full_screen),
8915         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8916         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8917         (ev_view_zoom_out), (zoom_for_size_fit_width),
8918         (zoom_for_size_best_fit),
8919         (ev_view_zoom_for_size_continuous_and_dual_page),
8920         (ev_view_zoom_for_size_continuous),
8921         (ev_view_zoom_for_size_dual_page),
8922         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8923         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8924         * shell/ev-view.h:
8925         * shell/ev-window.c: (update_action_sensitivity),
8926         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8927         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8928         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8929         (ev_window_cmd_view_zoom_out), (update_view_size),
8930         (ev_window_set_sizing_mode), (ev_window_init):
8931
8932         Add Continuous and Dual page modes.
8933
8934 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8935
8936         * dvi/dvi-document.c: (dvi_document_load),
8937         (dvi_document_thumbnails_get_thumbnail),
8938         (dvi_document_init_params): Fix up some mixups between
8939         width and height to correct thumbnail rendering.
8940
8941 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8942
8943         * dvi/mdvi-lib/private.h:
8944         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8945         
8946         Suppess output for kpathsea during font generation. Thanks to
8947         James Bowes
8948
8949 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8950
8951         * NEWS:
8952         * configure.ac:
8953
8954         Release 0.2.1
8955
8956         * Makefile.am: fix distcheck.
8957
8958 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * shell/ev-sidebar-links.c: (selection_changed_callback),
8961         (update_page_callback), (row_activated_callback),
8962         (job_finished_callback), (ev_sidebar_links_set_document):
8963         
8964         Fix for bug #169901. Double click on links expands tree.
8965
8966 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8967
8968         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8969         hard-coded style. Fix for bug 170111
8970
8971 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8972
8973         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8974         locking.
8975
8976 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8977
8978         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8979
8980 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * pdf/ev-poppler.cc:
8983         * shell/ev-view.c: (highlight_find_results):
8984
8985         Fix find on single page documents
8986
8987 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8988
8989         * data/evince.schemas.in: fix for bug 301390
8990
8991 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8992
8993         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8994         (ev_view_zoom_out), (ev_view_zoom_normal):
8995         * shell/ev-view.h:
8996         * shell/ev-window.c: (update_action_sensitivity),
8997         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8998         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8999         (ev_window_cmd_view_normal_size):
9000
9001         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9002         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9003         better than oom. 
9004
9005 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9006
9007         * configure.ac:
9008
9009         Depend on 2.57, 2.59 doesnt seem to be necessary
9010
9011 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9012
9013         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9014         (create_tool_item):
9015
9016         Put back total number of pages as (1 of 1234)
9017
9018 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9019
9020         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9021         remove the job.
9022
9023         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9024         function.  This helps debugging.
9025
9026 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9027
9028         * djvu/djvu-document.c: (djvu_document_class_init),
9029         (djvu_document_get_info), (djvu_document_document_iface_init):
9030         * dvi/dvi-document.c: (dvi_document_class_init),
9031         (dvi_document_get_info), (dvi_document_document_iface_init):
9032
9033         Dummy implementation of get_info method for dvi and
9034         djvu. Fix crashes with those backends
9035
9036 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9037
9038         * data/evince.desktop.in:
9039
9040         Add application/x-gzpostscript
9041
9042 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9043
9044         * data/evince.schemas.in: Added real long descriptions, 
9045         closes bug 172496 
9046
9047         * README: Added actual text, closes bug 171869
9048
9049 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9050
9051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9052
9053         Thumbnail page 0
9054
9055 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9056
9057         * backend/ev-document-info.h:
9058
9059         s/GDate */GDate so we can just use g_free
9060
9061 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9062
9063         * shell/ev-window.c: (update_document_mode),
9064         (ev_window_setup_document):
9065
9066         Show the window in fullscreen when specified by
9067         the document
9068
9069 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9070
9071         * backend/ev-document.c: (ev_document_class_init),
9072         (ev_document_get_info), (ev_document_render_pixbuf):
9073         * backend/ev-document.h:
9074         * backend/ev-page-cache.c: (_ev_page_cache_new):
9075         * pdf/ev-poppler.cc:
9076         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9077         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9078         * ps/ps-document.c: (ps_document_class_init), (document_load),
9079         (ps_document_get_info), (ps_document_document_iface_init):
9080
9081         Remove get_title from the interface, we can just use document info
9082
9083 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9084
9085         * backend/Makefile.am:
9086         * backend/ev-document.c: (ev_document_render_get_info):
9087         * backend/ev-document.h:
9088         * pdf/ev-poppler.cc:
9089
9090         Initial support for document info. Based on jrb patch.
9091
9092 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9093
9094         * shell/ev-window.c: (ev_window_state_event),
9095         (ev_window_class_init), (ev_window_init):
9096         
9097         Doesn't show resize grip when maximized. See bug #301053
9098
9099 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9100
9101         * po/POTFILES.in:
9102         
9103         ev-sidebar-thumbnails now has translatable labels
9104         
9105         * shell/Makefile.am:
9106         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9107         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9108         (ev_sidebar_links_page_iface_init):
9109         * shell/ev-sidebar-links.h:
9110         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9111         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9112         (ev_sidebar_page_get_label):
9113         * shell/ev-sidebar-page.h:
9114         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9115         (ev_sidebar_thumbnails_set_document),
9116         (ev_sidebar_thumbnails_support_document),
9117         (ev_sidebar_thumbnails_get_label),
9118         (ev_sidebar_thumbnails_page_iface_init):
9119         * shell/ev-sidebar-thumbnails.h:
9120         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9121         (ev_sidebar_set_document):
9122         * shell/ev-sidebar.h:
9123         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9124         
9125         Small rework of sidebar code. Now sidebar pages should implement
9126         EvSidebarPage interface. That makes page management in EvSidebar
9127         easier. See bug #164811 for details
9128
9129 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9130
9131         * shell/ev-application.c: (ev_application_open):
9132         * shell/ev-document-types.c:
9133         
9134         Fix build error and small problem with application exit
9135
9136 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9137
9138         * thumbnailer/Makefile.am:
9139         * thumbnailer/evince-thumbnailer-djvu.schemas:
9140         * thumbnailer/evince-thumbnailer-dvi.schemas:
9141         
9142         Conditionally install schemas for djvu/dvi thumbnailer
9143
9144 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9145
9146         * shell/ev-document-types.h: 
9147         * shell/ev-document-types.c: 
9148         New files, handling the mapping from mimetypes to backends
9149         
9150         * shell/ev-window.c: 
9151         * thumbnailer/evince-thumbnailer.c:     
9152         Use the ev-document-types code
9153         
9154         * shell/Makefile.am: 
9155         Added new convenience library libevbackendfactory_la, containing
9156         the new mimetype->backend logic; moved the backends into it.
9157
9158         * thumbnailer/Makefile.am:
9159         Make the thumbnailer link with the libevbackend.la convenience
9160         library, rather than having a duplicate of the backend logic here.
9161
9162 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9163
9164         * shell/ev-stock-icons.c: constify some vars.
9165         * shell/ev-window.c: ditto.
9166
9167 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9168
9169         * ps/ps-document.c (get_page_orientation):
9170
9171         Respect document orientation 
9172
9173 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9174
9175         * djvu/Makefile.am:
9176         * dvi/Makefile.am:
9177         * shell/Makefile.am:
9178         
9179         Move library dependencies to components.
9180         
9181         * shell/ev-window.c: (update_window_title),
9182         (start_loading_document):
9183         
9184         Fix display of uris with spaces. Bug 168358.
9185
9186 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9187
9188         * shell/ev-sidebar-links.c: (selection_changed_cb):
9189         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9190         (ev_view_button_release_event), (ev_view_set_document):
9191         * shell/ev-view.h:
9192         * shell/ev-window.c: (find_bar_search_changed_cb):
9193         * shell/ev-window.h: Minor cleanups removing some dead code.
9194
9195 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9196
9197         * backend/ev-page-cache.c: (_ev_page_cache_new):
9198         
9199         Set current page to 0 if document has pages.
9200
9201 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9202
9203         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9204
9205         Initialize GError to NULL, fix a crash when loading fails.
9206
9207 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9208
9209         * shell/ev-window.c: (update_view_size):
9210
9211         Calculate shadow size only when there is actually
9212         a shadow.
9213
9214 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9215
9216         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9217         * shell/ev-view.h:
9218
9219         Allow setting view spacing, default to 0
9220
9221         * shell/ev-window.c: (ev_window_unfullscreen),
9222         (ev_window_cmd_view_fullscreen), (ev_window_init):
9223
9224         Remove spacing in fullscreen mode
9225
9226 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9227
9228         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9229         (ev_view_size_request), (expose_bin_window),
9230         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9231         * shell/ev-view.h:
9232         * shell/ev-window.c: (ev_window_unfullscreen),
9233         (ev_window_cmd_view_fullscreen):
9234
9235         Do not draw the border in fulscreen
9236
9237 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9238
9239         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9240         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9241         (find_page_at_location), (page_changed_cb):
9242
9243         Rework border calculation, so that I can more easily disable it.
9244         Code somewhat cleaner too.
9245
9246 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9247
9248         * backend/ev-page-cache.c: (ev_page_cache_init),
9249         (_ev_page_cache_new):
9250
9251         Remove some assertions, documents can have 0 pages.
9252         Make initial current page -1.
9253
9254         * shell/ev-page-action.c: (page_changed_cb):
9255
9256         Show "" if current page is -1
9257
9258         * shell/ev-window.c: (update_action_sensitivity),
9259         (ev_window_setup_document):
9260
9261         When document has 0 pages do not set the view
9262         and make nearly everything insensitive.
9263
9264 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9265
9266         * shell/ev-page-view.c:
9267         * shell/ev-page-view.h:
9268
9269         Remove unused files.
9270         
9271         * shell/ev-sidebar-thumbnails.c:
9272         (ev_sidebar_thumbnails_set_document):
9273         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9274         (ev_sidebar_supports_document):
9275         * shell/ev-sidebar.h:
9276         * shell/ev-window.c: (ev_window_setup_document):
9277         
9278         Doesn't show thumbnails if document has 1 page. Make
9279         sidebar menu entries sensitive only if if they have 
9280         sense. Fix bug 164811. 
9281
9282 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9283
9284         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9285         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9286         (ev_view_zoom_out), (ev_view_set_size):
9287
9288         Rework sizing to deal with documents with not uniform page
9289         size.
9290
9291 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9292
9293         * backend/ev-page-cache.c: (_ev_page_cache_new):
9294
9295         Fix several page size caching bugs
9296
9297 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9298
9299         * shell/ev-window.c: (set_action_properties):
9300
9301         Make all toolbar items translatable
9302
9303 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9304
9305         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9306         (save_page_list), (ps_document_save),
9307         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9308         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9309         (ps_document_ps_exporter_iface_init):
9310         * ps/ps-document.h:
9311
9312         Based on a patch by J�rg Billeter <j@bitron.ch>
9313         
9314         Implement print and save a copy for the ps backend.
9315
9316 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9317
9318         * backend/ev-document.h:
9319         * djvu/djvu-document.c: (djvu_document_can_get_text),
9320         (djvu_document_document_iface_init):
9321         * dvi/dvi-document.c: (dvi_document_can_get_text),
9322         (dvi_document_document_iface_init):
9323         * pdf/ev-poppler.cc:
9324         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9325         (pixbuf_document_document_iface_init):
9326         * ps/ps-document.c: (ps_document_can_get_text),
9327         (ps_document_document_iface_init):
9328         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9329         * shell/ev-window.c: (update_action_sensitivity):
9330
9331         Fix the crash when trying to copy in backends that doesnt
9332         support it. We can implement a better solution once we
9333         do real text selection.
9334
9335 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9336
9337         * data/evince-ui.xml:
9338         * shell/ev-window.c: (ev_window_cmd_escape):
9339         
9340         Work around the Escape conflict (find bar and unfullscreen)
9341
9342 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9343
9344         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9345         
9346         Fix for #300233. Next page correctly handles document end.
9347         
9348         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9349         (ev_sidebar_thumbnails_class_init),
9350         (ev_sidebar_thumbnails_set_document),
9351         (ev_sidebar_thumbnails_clear_job),
9352         (ev_sidebar_thumbnails_clear_model):
9353         
9354         Cleanup thumbnail jobs on document changes.
9355         
9356         * shell/ev-view.c: (add_scroll_binding_keypad),
9357         (add_scroll_binding_shifted), (ev_view_class_init):
9358         
9359         Shift + Space scrolls up. Fix for #173184
9360         
9361         * shell/ev-window.c: (ev_window_open_page),
9362         (ev_window_cmd_view_reload):
9363         
9364         Fix reload (Bug #300094)
9365
9366 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9367
9368         
9369         * dvi/mdvi-lib/assoc.c:
9370         * dvi/mdvi-lib/assoc.h: Removed garbage files
9371         
9372         * dvi/mdvi-lib/bitmap.c:
9373         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9374         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9375         * dvi/mdvi-lib/color.h: Antialias of rules
9376         
9377         * dvi/mdvi-lib/common.h:
9378         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9379         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9380         * dvi/mdvi-lib/files.c:
9381         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9382         * dvi/mdvi-lib/mdvi.h:
9383         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9384         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9385         * dvi/mdvi-lib/util.c: Fix compile warnings
9386         
9387         * dvi/dvi-document.c:
9388         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9389         (dvi_document_thumbnails_get_thumbnail),
9390         (dvi_document_document_thumbnails_iface_init):
9391         * dvi/mdvi-lib/Makefile.am:
9392         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9393         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9394         
9395         Dvi backend now renders thumbnails
9396
9397 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9398
9399         * shell/main.c: (main): 
9400         
9401         Save accelerators on exit. Fixes bug #172095.
9402
9403 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9404
9405         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9406         update priority" comment.
9407
9408         * backend/ev-job-queue.c: Give a way to change priority.
9409
9410 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9411
9412         * shell/ev-page-action.c: Fix logic.
9413
9414 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9415
9416         * shell/ev-view.c: (ev_view_can_find_next):
9417         * shell/ev-window.c: (ev_window_setup_document):
9418
9419         Check that the document supports find
9420
9421 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9422
9423         * data/evince-ui.xml:
9424         * shell/ev-view.c: (ev_view_can_find_next):
9425         * shell/ev-view.h:
9426         * shell/ev-window.c: (update_action_sensitivity),
9427         (find_changed_cb), (ev_window_setup_document),
9428         (ev_window_cmd_edit_find_next):
9429
9430         Add Edit->Find Next
9431
9432 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9433
9434         * pdf/ev-poppler.cc:
9435         * shell/ev-print-job.c: (idle_print_handler):
9436
9437         Make printing work again
9438
9439 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9440
9441         * shell/ev-page-action.h:
9442         * shell/ev-page-action.c: (ev_page_action_widget_init),
9443         (ev_page_action_widget_class_init), (page_changed_cb),
9444         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9445         (get_filter_model_from_model), (match_selected_cb),
9446         (display_completion_text), (match_completion), (update_model),
9447         (connect_proxy), (ev_page_action_set_property),
9448         (ev_page_action_get_property), (ev_page_action_set_document),
9449         (ev_page_action_set_model), (ev_page_action_class_init): Big
9450         reworking to make completions work iff we have >= GTK-2.7.0
9451                 
9452         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9453         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9454         (job_finished_cb): We now have a 'model' property that is set when
9455         the links are loaded.  This can be caught with "notify::model"
9456
9457         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9458         listen for the model to be set, and propagate it to the action.
9459
9460 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9461
9462         * cut-n-paste/recent-files/egg-recent-item.c:
9463         (egg_recent_item_set_uri), (make_valid_utf8),
9464         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9465         * cut-n-paste/recent-files/egg-recent-item.h:
9466         
9467         Update egg-recent from libegg. This should fix long
9468         startup problem. For details see
9469         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9470
9471 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9472
9473         * cut-n-paste/recent-files/Makefile.am:
9474         * data/evince-ui.xml, shell/Makefile.am:
9475         * shell/ev-application.c, shell/ev-application.h:
9476         * shell/ev-window.c: Recent files support.
9477         
9478         * configure.ac: Added "ru" to ALL_LINGUAS.
9479         
9480         * dvju: new backend to support DJVU files.
9481         * dvi: new backend to support DVI.
9482
9483         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9484         * ev-application.c: Support for new backends.
9485         
9486         * help, ev-window.c, main.c shell/Makefile.am: 
9487         Evince user documentation.
9488
9489 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9490
9491         * po/POTFILES.in:
9492         * shell/ev-window.c:
9493         * thumbnailer/evince-thumbnailer.c:
9494
9495         s/pdf-document/ev-poppler
9496
9497 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9498
9499         * NEWS:
9500         * configure.ac:
9501
9502         Release 0.2.0
9503
9504         * ps/ps-document.c: (setup_pixmap):
9505
9506         Remove debug code
9507
9508 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9509
9510         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9511         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9512         (ev_window_cmd_go_first_page): Fix of by one errors.
9513
9514 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9515
9516         * ps/ps-document.c: (get_page_box):
9517
9518         Fix page size calculation
9519
9520 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9521
9522         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9523         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9524         (get_page_orientation), (setup_page), (document_load),
9525         (ps_document_get_page_size), (render_pixbuf_idle):
9526         * ps/ps-document.h:
9527
9528         More refactoring to adapt to EvDocument changes
9529
9530 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * ps/ps-document.c: (start_interpreter):
9533
9534         Actually add alpha args
9535
9536 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * pdf/ev-poppler.cc:
9539
9540         Make clipboard work again
9541
9542 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9543
9544         Make searching work again.
9545         
9546         * backend/ev-document.c:
9547         * backend/ev-document.h:
9548         * backend/ev-document-find.c:
9549         * backend/ev-document-find.h: Change EvDocumentIface so we no
9550         longer store the current page or zoom level in the document.  The
9551         consequence is that all calls that operate on the current page now
9552         instead take the page number as an extra argument, and all
9553         coordinates are now doubles in document coordinate system.
9554
9555         * pdf/ev-poppler.cc:
9556         * pixbuf/pixbuf-document.c:
9557         * ps/ps-document.c: Update backends accordingly.
9558
9559 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9560
9561         * autogen.sh:
9562
9563         Add required gettext version
9564
9565 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9566
9567         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9568         make F1 bring up non-existent help.
9569
9570         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9571         epiphany's find bar, #167477
9572
9573         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9574         <emil@nishra.com> to add space-bar scrolling, 
9575
9576         * shell/ev-window.c (static GtkActionEntry entries): add default
9577         keybinding for Help (F1)
9578         Fixes #171068
9579
9580         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9581         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9582         170110
9583
9584 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9585
9586         * Makefile.am: 
9587         * pixbuf/pixbuf-document.c: 
9588
9589         Got pixbuf backend working again
9590
9591 2005-04-01  Steve Murphy  <murf@e-tools.com>
9592
9593         * configure.in: Added "rw" to ALL_LINGUAS.
9594
9595 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9596
9597         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9598         model types, noticed by Martin Kretzschmar.
9599
9600 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9601
9602         * pdf/ev-poppler.cc: Implement search based on
9603         poppler_page_find_text().  Currently a bit crude since we remember
9604         all matches from all pages.  Also, we grab the big document lock
9605         when we search since searching changes the underlying stream and
9606         thus conflicts with the rendering thread.
9607         
9608         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9609         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9610         (ev_view_find_previous): Fix some page indexes to be 0 based,
9611         offset rubber band by view offset,
9612
9613 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9614
9615         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9616
9617 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9618
9619         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9620         completely because I didn't understand GtkActions.  I should
9621         read Marco's code more carefully in the future.
9622
9623         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9624         function
9625
9626 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9627
9628         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9629         PopplerRectangle change from poppler CVS.
9630
9631 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9632
9633         * backend/ev-document.c: (ev_document_get_page_label):
9634         * backend/ev-document.h:
9635         * backend/ev-page-cache.c: (_ev_page_cache_new),
9636         (ev_page_cache_get_page_label):
9637         * backend/ev-page-cache.h:
9638         * pdf/ev-poppler.cc:
9639         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9640         (links_page_num_func):
9641         * shell/ev-sidebar-thumbnails.c:
9642         (ev_sidebar_thumbnails_set_document):
9643         * shell/ev-view.c: (status_message_from_link),
9644         (ev_view_motion_notify_event):
9645         * shell/ev-window.c: (document_supports_sidebar): Add in page
9646         label support.  It's not perfect yet, but it's the first 'feature'
9647         in a while.
9648         Also, fix a bogus comment noticed by crispin. 
9649
9650 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9651
9652         * Makefile.am: Remove pixbuf backend for now
9653
9654         * configure.ac: Require poppler-glib instead of just poppler.
9655
9656         * backend/ev-document-thumbnails.h: Add a comment
9657
9658         * backend/ev-document.h:
9659         * backend/ev-document.c: (ev_document_class_init),
9660         (ev_document_load), (ev_document_get_link),
9661         (ev_document_get_links): Remove 3 methods and add get_links.
9662         Also, made 0 based.
9663
9664         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9665         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9666
9667         * backend/ev-link.c: (ev_link_set_title),
9668         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9669         (ev_link_mapping_find):
9670         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9671         
9672         * backend/ev-page-cache.c: (ev_page_cache_init),
9673         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9674         (ev_page_cache_get_size), (ev_page_cache_next_page),
9675         (ev_page_cache_prev_page): Fix to be 0 based.
9676
9677         * pdf/Makefile.am: 
9678         * pdf/ev-poppler.h:
9679         * pdf/ev-poppler.cc: New backend.
9680         
9681         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9682         (ps_document_get_page), (ps_document_document_iface_init):
9683
9684         * shell/ev-pixbuf-cache.h:
9685         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9686         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9687         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9688         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9689         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9690         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9691         based.
9692         
9693         * shell/ev-sidebar-thumbnails.c:
9694         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9695         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9696
9697         * shell/ev-view.c: (status_message_from_link),
9698         (find_page_at_location), (get_link_at_location),
9699         (ev_view_motion_notify_event), (ev_view_button_release_event),
9700         (ev_view_init): Use the new link code.  Fix to be 0 based.
9701
9702         * shell/ev-window.c: (update_action_sensitivity),
9703         (document_supports_sidebar): 0 based.
9704
9705 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9706
9707         * pdf/pdf-document.cc: Patch from Fernando Herrera
9708         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9709         *blush*
9710
9711 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9712
9713         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9714         1 to the page, as this seems to be 1 based.  I thought we has this
9715         fixed.  grump.
9716
9717 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9718
9719         * TODO:
9720         * backend/Makefile.am:
9721         * backend/ev-document-links.c:
9722         (ev_document_links_has_document_links),
9723         (ev_document_links_get_links_model):
9724         * backend/ev-document-links.h:
9725         * backend/ev-document.c: (ev_document_get_page_cache),
9726         (ev_document_get_doc_mutex), (ev_document_load),
9727         (ev_document_save), (ev_document_get_title),
9728         (ev_document_get_n_pages), (ev_document_set_page),
9729         (ev_document_get_page), (ev_document_set_target),
9730         (ev_document_set_scale), (ev_document_set_page_offset),
9731         (ev_document_get_page_size), (ev_document_get_text),
9732         (ev_document_get_link), (ev_document_render),
9733         (ev_document_render_pixbuf), (ev_document_scale_changed):
9734         * backend/ev-document.h:
9735         * backend/ev-job-queue.c: (remove_object_from_queue),
9736         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9737         (no_jobs_available_unlocked), (ev_render_thread),
9738         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9739         (ev_job_queue_remove_job):
9740         * backend/ev-job-queue.h:
9741         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9742         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9743         (ev_job_links_class_init), (ev_job_render_init),
9744         (ev_job_render_dispose), (ev_job_render_class_init),
9745         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9746         (ev_job_thumbnail_class_init), (ev_job_finished),
9747         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9748         (ev_job_render_run), (ev_job_thumbnail_new),
9749         (ev_job_thumbnail_run):
9750         * backend/ev-jobs.h:
9751         * backend/ev-link.c:
9752         * backend/ev-link.h:
9753         * backend/ev-page-cache.c: (ev_page_cache_init),
9754         (ev_page_cache_class_init), (ev_page_cache_finalize),
9755         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9756         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9757         (ev_page_cache_set_link), (ev_page_cache_get_title),
9758         (ev_page_cache_get_size), (ev_page_cache_next_page),
9759         (ev_page_cache_prev_page):
9760         * backend/ev-page-cache.h:
9761         * pdf/pdf-document.cc:
9762         * ps/gsdefaults.c:
9763         * ps/gsdefaults.h:
9764         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9765         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9766         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9767         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9768         (is_interpreter_ready), (output), (catchPipe), (input),
9769         (start_interpreter), (check_filecompressed), (compute_dimensions),
9770         (ps_document_enable_interpreter), (document_load),
9771         (ps_document_next_page), (render_page), (ps_document_set_page),
9772         (ps_document_set_scale), (render_pixbuf_idle),
9773         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9774         * ps/ps-document.h:
9775         * shell/Makefile.am:
9776         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9777         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9778         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9779         (ev_pixbuf_cache_new), (job_finished_cb),
9780         (check_job_size_and_unref), (move_one_job),
9781         (ev_pixbuf_cache_update_range), (find_job_cache),
9782         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9783         (ev_pixbuf_cache_add_jobs_if_needed),
9784         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9785         * shell/ev-pixbuf-cache.h:
9786         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9787         (idle_print_handler):
9788         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9789         (selection_changed_cb), (create_loading_model),
9790         (ev_sidebar_links_construct), (links_page_num_func),
9791         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9792         (update_page_callback), (job_finished_cb),
9793         (ev_sidebar_links_set_document):
9794         * shell/ev-sidebar-thumbnails.c:
9795         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9796         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9797         (page_changed_cb), (thumbnail_job_completed_callback),
9798         (ev_sidebar_thumbnails_set_document):
9799         * shell/ev-sidebar-thumbnails.h:
9800         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9801         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9802         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9803         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9804         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9805         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9806         (ev_view_button_release_event), (ev_view_scroll_view),
9807         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9808         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9809         (ev_view_new), (job_finished_cb), (page_changed_cb),
9810         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9811         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9812         (ev_view_find_previous):
9813         * shell/ev-view.h:
9814         * shell/ev-window.c: (update_action_sensitivity),
9815         (ev_window_open_page), (update_window_title), (update_total_pages),
9816         (page_changed_cb), (ev_window_setup_document),
9817         (password_dialog_response), (ev_window_cmd_save_as),
9818         (ev_window_print), (ev_window_cmd_go_previous_page),
9819         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9820         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9821         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9822         * shell/main.c: (main):
9823
9824         Merge evince-threads branch
9825
9826 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9827
9828         * configure.ac: Added "lt" to ALL_LINGUAS.
9829
9830 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9831
9832         * NEWS:
9833         * configure.ac:
9834
9835         Release 0.1.9
9836
9837 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9838
9839         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9840
9841         Fix here also the thumbnails 1-basedness :)
9842
9843 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9844
9845         * NEWS:
9846         * configure.ac:
9847
9848         Release 0.1.8
9849
9850 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9851
9852         * pdf/pdf-document.cc:
9853         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9854         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9855
9856         Fix the mess we did with thumbnails and 1-basedness
9857
9858 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9859
9860         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9861
9862 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9863
9864         * NEWS:
9865         * configure.ac:
9866
9867         Release 0.1.7
9868
9869 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9870
9871         * ps/Makefile.am:
9872         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9873         (gtk_gs_defaults_get_alpha_parameters),
9874         (gtk_gs_defaults_get_ungzip_cmd),
9875         (gtk_gs_defaults_get_unbzip2_cmd):
9876         * ps/gsdefaults.h:
9877         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9878         (ps_document_get_orientation), (document_load),
9879         (ps_document_goto_page), (ps_document_set_page_size):
9880         * ps/ps-document.h:
9881
9882         Some more sanitization of the ps backend. Remove a lot
9883         of unused code and do not base our defaults on ggv
9884         preferences (ugh!)
9885
9886 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9887
9888         * thumbnailer/evince-thumbnailer.schemas:
9889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9890         (main): add -s option for thumbnail size.
9891
9892 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9893
9894         * configure.ac:
9895
9896         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9897         remove it.
9898
9899 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9900
9901         * pdf/pdf-document.cc:
9902
9903         Remove 4 pixels of useless border from the
9904         thumbnail.
9905
9906 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9907
9908         * backend/ev-document-thumbnails.c:
9909         (ev_document_thumbnails_get_thumbnail):
9910         * backend/ev-document-thumbnails.h:
9911
9912         Rework API a bit. Add a border flag and
9913         change sizing logic (now the size we specify
9914         applies to the bigger dimension).
9915
9916         * pdf/pdf-document.cc:
9917         * pixbuf/pixbuf-document.c:
9918         (pixbuf_document_thumbnails_get_thumbnail):
9919         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9921
9922         Adapt to the new API and do not draw a border for nautilus
9923         thumbnailer.
9924
9925 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9926
9927         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9928         take thumbnails from page "0" instead of "1". Added a copyright header.
9929
9930 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9931
9932         * ps/ps-document.c: (set_up_page), (start_interpreter):
9933
9934         Make it C89 compliant
9935
9936 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9937
9938         * Makefile.am:
9939         * configure.ac:
9940         * pdf/.cvsignore:
9941         * pdf/pdf-document.cc:
9942         * thumbnailer/Makefile.am:
9943         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9944         (main):
9945         * thumbnailer/evince-thumbnailer.schemas:
9946         * thumbnailer/pdf-icon.png:
9947
9948         Add a nautilus thumbnailer.
9949         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9950
9951 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9952
9953         * NEWS:
9954         * configure.ac:
9955         * po/POTFILES.in:
9956
9957         Release 0.1.6
9958
9959 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9960
9961         Use poppler instead of including xpdf source code.  Poppler is a
9962         fork of xpdf to build it as a shared library. See
9963         http://freedesktop.org/wiki/Software/poppler.
9964
9965         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9966         xpdf fork.
9967         
9968         * pdf/Makefile.am: Build libpdfdocument.a here.
9969         
9970         * pdf/GDKSplashOutputDev.cc:
9971         * pdf/GDKSplashOutputDev.h:
9972         * pdf/GnomeVFSStream.cc:
9973         * pdf/GnomeVFSStream.h:
9974         * pdf-document.cc:
9975         * pdf-document.h:
9976         * test-gdk-output-dev.cc
9977         * Thumb.cc:
9978         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9979         against poppler.
9980
9981 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9982
9983         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9984
9985         Clear idle stack before unsetting the document
9986
9987 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9988
9989         * ps/ps-document.c: (ps_document_widget_event),
9990         (ps_document_set_target), (ps_document_finalize),
9991         (ps_document_get_page):
9992
9993         Disconnect the widget event signal on finalize.
9994         Some code cleanups.
9995
9996 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9997
9998         * ps/ps-document.c: (set_up_page):
9999
10000         If there is no bpixmap create one, even if size
10001         is not changed.
10002
10003 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10004
10005         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10006         (set_up_page), (document_load), (ps_document_set_zoom):
10007
10008         Default page is 0. Calculate size even when we have no
10009         target yet.
10010
10011 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10012
10013         * shell/ev-sidebar.c: expand the selection widget to be always as
10014         wide as the sidebar
10015
10016 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10017
10018         * shell/ev-sidebar-thumbnails.c:
10019         (ev_sidebar_thumbnails_set_document):
10020
10021         Clear the list store when setting document
10022
10023 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10024
10025         * shell/ev-page-action.c: (update_entry), (sync_entry),
10026         (activate_cb), (entry_size_request_cb), (create_tool_item),
10027         (connect_proxy):
10028
10029         Use an entry for the page control instead of spinbuttons
10030
10031 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10032
10033         * data/evince.schemas.in:
10034
10035         Correct confusing string
10036
10037 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10038
10039         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10040         for real.  Gosh, how long has this been broken.
10041
10042         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10043         check for a NULL link.  We crash otherwise.
10044
10045 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10046
10047         * NEWS:
10048         * configure.ac:
10049
10050         Release 0.1.5
10051
10052 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10053
10054         * configure.ac: add the french translation.
10055
10056 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10057
10058         * shell/ev-window.c:
10059
10060         Remove unused header -> fix distcheck
10061
10062 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * shell/ev-window.c: (update_window_title),
10065         (ev_window_popup_password_dialog):
10066
10067         Unescape filename for display
10068
10069 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10070
10071         * pdf/xpdf/pdf-document.cc:
10072
10073         In get_page_size deal with rotation. Also
10074         cleanup the function a bit.
10075
10076 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10077
10078         * pdf/xpdf/pdf-document.cc:
10079
10080         Fix crash when opening in new window
10081
10082 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10083
10084         * configure.ac:
10085
10086         Check ghostscript >= 7
10087
10088 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10089
10090         * shell/ev-window.c:
10091
10092         Make page width the default sizing mode
10093
10094 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10095         Marco Pesenti Gritti <marco@gnome.org>
10096
10097         * shell/ev-window.c: Remember the sidebar size
10098
10099         * data/evince.schemas.in: Add a new gconf key to store the size of
10100         the sidebar
10101
10102 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10103
10104         * data/evince-ui.xml:
10105         * shell/ev-window.c: (update_action_sensitivity),
10106         (ev_window_cmd_view_reload):
10107         
10108         Add a "Reload" action and menu entry
10109
10110 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10111
10112         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10113         iff the type doesn't support thumbnailing and indexing.
10114
10115 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10116
10117         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10118
10119 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10120
10121         * pdf/splash/Splash.cc:
10122
10123         Port fix for a crasher from kde bug
10124         http://bugs.kde.org/show_bug.cgi?id=97131
10125
10126 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10127
10128         * pdf/xpdf/pdf-document.cc:
10129
10130         Return a link even if it's of an unrecognized
10131         type. Otherwise we go in an infinte cycle.
10132
10133 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10134
10135         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10136         (size_allocate_cb), (ev_window_set_sizing_mode):
10137
10138         Update size when switching mode
10139
10140 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10141
10142         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10143         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10144         (ev_window_cmd_view_normal_size):
10145
10146         Fix size toggle buttons behavior
10147
10148 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10149
10150         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10151         (doc_rect_to_view_rect), (ev_view_size_allocate),
10152         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10153         (scale_changed_callback):
10154
10155         Do not cache offsets in size_allocate.
10156
10157 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10158
10159         * shell/ev-view.c: (ev_view_size_allocate):
10160
10161         Calculate offsets before calling the parent
10162         class (which does a redraw)
10163
10164 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10165
10166         * pdf/xpdf/pdf-document.cc:
10167
10168         Fix a crasher on exit. Unused code, put a TODO
10169
10170 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10171
10172         * backend/ev-document.c: (ev_document_class_init),
10173         (ev_document_page_changed), (ev_document_scale_changed):
10174         * backend/ev-document.h:
10175
10176         Separate page/scale notifications
10177
10178         * pdf/xpdf/pdf-document.cc:
10179
10180         Emit the new signals.
10181         Do not display the pdf page in _render, do it
10182         when scale/page are requested.
10183
10184         * ps/ps-document.c: (ps_document_set_zoom),
10185         (ps_document_widget_event):
10186         * ps/ps-document.h:
10187
10188         Emit the new signals.
10189
10190         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10191         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10192         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10193         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10194         * shell/ev-view.h:
10195         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10196         (ev_window_cmd_view_page_width), (size_allocate_cb),
10197         (ev_window_set_sizing_mode):
10198
10199         Rework sizing to be pixel based.
10200         There are bugs but should be already way better.
10201
10202 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10203
10204         * shell/ev-window.c: (ev_window_init):
10205
10206         Do not allow to shrink sidebar smaller then
10207         child requisition
10208
10209 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10210
10211         * shell/ev-sidebar.[ch]
10212         * shell/ev-window.c:
10213
10214         Improved sidebar widget. Fixes #166683
10215
10216 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10217
10218         * shell/ev-view.c (update_find_status_message): Give translators
10219         more flexibility with ngettext plural handling.
10220
10221 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10222
10223         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10224         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10225         page when we get the page size.
10226
10227 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10228
10229         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10230
10231         ps pages are 0 based, convert 
10232
10233 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10234
10235         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10236
10237         Initialize correct parent class. Set GError on document load
10238
10239 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10240
10241         * pdf/xpdf/pdf-document.cc:
10242
10243         Fixup selection offset calculation
10244
10245         * shell/ev-view.c: (view_rect_to_doc_rect),
10246         (doc_rect_to_view_rect), (ev_view_size_allocate),
10247         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10248         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10249
10250         Store selection as document relative, so that zooming
10251         and offset changing doesnt break it.
10252
10253 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10254
10255         * shell/ev-view.c: (ev_view_best_fit):
10256
10257         Do not try to best fit if the view is not realized
10258
10259 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10260           
10261         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10262
10263 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10264
10265         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10266
10267 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10270         the popup window.  That prevents it resizing when in full screen
10271         mode.
10272
10273         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10274         multiple rerenders.  This pretty much sucks.
10275
10276         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10277         rest of the toolbar.
10278
10279 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10280
10281         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10282
10283 2005-02-17  Alexander Shopov  <ash@contact.bg>
10284
10285         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10286
10287 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10288
10289         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10290
10291 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10292
10293         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10294         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10295         (set_document_page), (document_changed_callback),
10296         (ev_view_set_document), (ev_view_find_previous),
10297         (ev_view_hide_cursor), (ev_view_show_cursor):
10298         * shell/ev-view.h:
10299         * shell/ev-window.c: (update_chrome_visibility),
10300         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10301         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10302         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10303         (ev_window_unfullscreen):
10304         * shell/main.c: (main):
10305
10306         Automatically hide the fullscreen button.
10307         Patch by Kristian Høgsberg <krh@redhat.com>
10308
10309 2005-02-16  Vincent Noel  <vnoel@cox.net>
10310
10311         * shell/main.c (main): Specify an icon for the window. Patch by
10312         Jaap A. Haitsma. Fixes #166177.
10313
10314 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10317
10318 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10319
10320         * backend/ev-document-misc.h:
10321         * backend/ev-document-misc.c:
10322         (ev_document_misc_get_page_border_size),
10323         (ev_document_misc_paint_one_page): New function to canonicalize
10324         sizing/painting a border.
10325
10326         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10327         used.
10328
10329         * pdf/xpdf/pdf-document.cc: use new function
10330
10331         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10332         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10333         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10334         shell/ev-window.c: (update_sizing_buttons),
10335         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10336         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10337         (ev_window_cmd_view_page_width), (size_allocate_cb),
10338         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10339         and "fit width" values act as toggle buttons so they stay
10340         toggled.  It's not 100% perfect, and it's a little slow, but it's
10341         good enough to commit I think.
10342
10343 2005-02-15  David Lodge  <dave@cirt.net>
10344
10345         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10346
10347 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10348
10349         * shell/ev-window.c (update_window_title): replace newlines in
10350         the title by spaces. Bug #166107.
10351
10352 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10353
10354         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10355         parameters providing allocation width and height without
10356         scrollbars and width of a possible vertical scrollbar. With this
10357         additional information the functions can work as
10358         intended. Unfortunately they're not idempotent. We should
10359         transform these commands to toggles. Fixes Bug #164976
10360         Initial patch by Stephane Loeuillet, then heavily modified.
10361
10362         * shell/ev-view.h: update prototypes.
10363
10364         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10365         (ev_window_cmd_view_page_width): provide EvView fit functions with
10366         all the information they need. Formulas to calculate this
10367         information taken from GtkScrolledWindow.
10368
10369 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10370
10371         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10372         created a thumbnail, the list store is updated to know
10373         that the thumbnail is set. Fixes bug #166792
10374
10375 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10376
10377         * shell/ev-window.c: fixed typo, closes bug 166897
10378
10379         * TODO: updated TODO with bug numbers that are relevant
10380
10381 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10382
10383         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10384
10385 2005-02-09  Vincent Noel  <vnoel@cox.net>
10386
10387         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10388         and "Next" toolbar buttons as important to make them stand out.
10389
10390 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10391
10392         * lib/ev-debug.c:
10393         * lib/ev-debug.h:
10394         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10395         (start_interpreter), (stop_interpreter), (document_load),
10396         (ps_document_next_page), (ps_document_goto_page),
10397         (ps_document_set_page_size), (ps_document_widget_event),
10398         (ps_document_render):
10399         * shell/ev-page-view.c: (ev_page_view_dispose):
10400         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10401
10402         Fix compilation on non-gcc platforms
10403
10404 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10405
10406         * NEWS:
10407         * configure.ac:
10408
10409         Release 0.1.4
10410
10411         * pdf/xpdf/Catalog.cc:
10412         * pdf/xpdf/XRef.cc:
10413
10414         Fix the fix for CAN-2004-0888
10415
10416 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10417
10418         * data/Makefile.am:
10419         * data/evince-ui.xml:
10420         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10421         * shell/ev-stock-icons.h:
10422         * shell/ev-window.c: (update_action_sensitivity),
10423         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10424         (set_action_properties):
10425
10426         Improve toolbar layout/icons
10427
10428 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10429
10430         * pdf/xpdf/pdf-document.cc:
10431
10432         Add warnings about unimplemented/unknown link
10433         types.
10434
10435 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10436
10437         * ps/ps-document.c: (set_up_page):
10438
10439         Log gs property
10440
10441 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10442
10443         * ps/ps-document.c: (start_interpreter):
10444
10445         Log gs env var
10446
10447 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10448
10449         * shell/ev-page-view.c: (ev_page_view_dispose):
10450         * shell/ev-view.c: (ev_view_finalize):
10451         * shell/ev-window.c: (ev_window_setup_document),
10452         (ev_window_dispose), (ev_window_init):
10453
10454         Solve more refs issues.
10455
10456         I commented out the page_view initialization for now:
10457         it was never destroyed (because it's never added
10458         to a container). Because of that we was leaking
10459         gs processes. Couldnt think to a clean fix.
10460         We need to figure this out, password view has the
10461         same issue probably.
10462
10463 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10464
10465         * ps/ps-document.c: (ps_document_finalize),
10466         (ps_document_get_n_pages), (ps_document_get_page):
10467
10468         Some cleanups, stop the interpreter on finalize
10469
10470         * shell/ev-page-view.c: (ev_page_view_dispose),
10471         (ev_page_view_class_init):
10472
10473         Release our reference on the document
10474
10475 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10476
10477         * Makefile.am:
10478         * configure.ac:
10479         * doc/debugging.txt:
10480         * lib/.cvsignore:
10481         * lib/Makefile.am:
10482         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10483         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10484         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10485         * lib/ev-debug.h:
10486
10487         Add debugging helpers
10488
10489         * ps/Makefile.am:
10490         * ps/ps-document.c: (set_up_page), (start_interpreter),
10491         (stop_interpreter), (document_load), (ps_document_next_page),
10492         (ps_document_goto_page), (ps_document_set_page_size),
10493         (ps_document_widget_event), (ps_document_render):
10494         * shell/Makefile.am:
10495         * shell/ev-view.c: (expose_bin_window):
10496         * shell/main.c: (main):
10497
10498         Add some logs
10499         
10500 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * ps/ps-document.c: (ps_document_widget_event):
10503
10504         Initialize message_window, this should make ps
10505         rendering really work! (Never noticed because I was
10506         testing with a ps that is causing gs to exit every time!)
10507
10508 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10509
10510         * data/evince.schemas.in: updated simple error in applyto closing tag
10511
10512 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10513
10514         * Makefile.am:
10515         * configure.ac:
10516         * data/.cvsignore:
10517         * data/Makefile.am:
10518         * data/evince-ui.xml:
10519         A data/evince.schemas.in:
10520         * po/POTFILES.in:
10521         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10522         * shell/ev-stock-icons.h:
10523         * shell/ev-window.c: (update_chrome_visibility),
10524         (update_chrome_flag), (ev_window_cmd_edit_find),
10525         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10526         (ev_window_unfullscreen), (ev_window_focus_in_event),
10527         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10528         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10529         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10530         (ev_window_dispose), (ev_window_class_init),
10531         (set_action_properties), (set_chrome_actions), (load_chrome),
10532         (ev_window_init):
10533
10534         Implement fullscreen mode changes from bug #164776.
10535         Also implement persistent chrome toggles.
10536
10537 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10538
10539         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10540
10541 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10542
10543         * NEWS:
10544         * configure.ac:
10545         * shell/ev-view.c:
10546
10547         Add another check for find interface
10548
10549         Release 0.1.3
10550
10551 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * shell/ev-application.c: (ev_application_open):
10554         * shell/ev-window.c: (ev_window_open):
10555
10556         Open gzipped ps documents
10557
10558 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * TODO:
10561         * shell/ev-view.c: (set_document_page):
10562
10563         Clamp page number, dont try to move to
10564         not existant pages.
10565
10566 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10567
10568         * backend/ev-document-find.c: (ev_document_find_changed):
10569         * backend/ev-document-find.h:
10570         * pdf/xpdf/pdf-document.cc:
10571         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10572         * shell/ev-window.c: (find_bar_search_changed_cb):
10573
10574         Fix several bugs with find
10575
10576 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10577
10578         * shell/ev-sidebar-thumbnails.c
10579         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10580         document. Prevents warning from scroll_to_cell.
10581
10582 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10583
10584         * configure.ac: Add «nb» to ALL_LINGUAS too.
10585
10586 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10587
10588         * NOTES: New file with some random thoughts.
10589
10590         * TODO: Update.
10591
10592         * backend/ev-document-misc.c:
10593         (ev_document_misc_get_page_border_size): New function to
10594         canonicalize shadow drawing sizes.  Possibly goofy.
10595
10596         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10597         (ev_view_best_fit), (ev_view_fit_width):
10598         * pdf/xpdf/pdf-document.cc:
10599         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10600         * ps/ps-document.c: (ps_document_get_page_size):
10601         * backend/ev-document-misc.h:
10602         * backend/ev-document.c: (ev_document_get_page_size):
10603         * backend/ev-document.h: get_page_size now takes a page number
10604         parameter.  Made all the backends/frontends honor it.
10605
10606         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10607         see.  Doesn't work yet.
10608
10609         * shell/Makefile.am:
10610         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10611         Doesn't do anything yet.
10612
10613         * shell/ev-sidebar-thumbnails.c:
10614         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10615         [0..n_pages-1]
10616
10617         * shell/ev-window.c: (update_action_sensitivity),
10618         (ev_window_setup_document), (ev_window_set_page_mode),
10619         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10620         view-swapping code a bit so we can have multiple views on a
10621         document.  Add the multi-page view, though it can't be turned on
10622         yet.
10623
10624 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10625
10626         * shell/ev-application.c: (ev_application_open):
10627         * shell/ev-view.c: (expose_bin_window):
10628         * shell/ev-window.c: (ev_window_open):
10629
10630         Support eps and check document supports find
10631         before drawing highlightings in expose.
10632
10633 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10634
10635         * pixbuf/pixbuf-document.c:
10636         (pixbuf_document_thumbnails_get_dimensions),
10637         (pixbuf_document_document_thumbnails_iface_init):
10638
10639         implement get_dimensions
10640
10641 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10642
10643         * NEWS:
10644         * configure.ac:
10645
10646         Release 0.1.2
10647
10648 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10649
10650         * shell/ev-view.c: (set_document_page):
10651
10652         Scroll at the top of the page when changing page
10653
10654 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10655
10656         * shell/ev-view.c: (ev_view_motion_notify_event):
10657
10658         Do not redraw unnecessarily
10659
10660 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10661
10662         * pdf/xpdf/pdf-document.cc:
10663         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10664         (expose_bin_window), (find_changed_cb):
10665
10666         Yay! find works now... Now to find bugs...
10667
10668 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10669
10670         * backend/ev-document-find.c: (ev_document_find_base_init),
10671         (ev_document_find_changed):
10672         * backend/ev-document-find.h:
10673         * pdf/xpdf/pdf-document.cc:
10674         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10675         (expose_bin_window), (ev_view_init), (set_document_page),
10676         (ensure_rectangle_is_visible), (jump_to_find_result),
10677         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10678         (ev_view_find_next), (ev_view_find_previous):
10679         * shell/ev-view.h:
10680         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10681
10682         More work on find implementation, mostly there now
10683
10684 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10685
10686         * backend/ev-backend-marshalers.list:
10687         * backend/ev-document-find.c: (ev_document_find_base_init),
10688         (ev_document_find_cancel), (ev_document_find_page_has_results),
10689         (ev_document_find_get_n_results), (ev_document_find_get_result),
10690         (ev_document_find_get_progress), (ev_document_find_changed):
10691         * backend/ev-document-find.h:
10692
10693         Enanche the find interface to be really able to do
10694         multi page find.
10695
10696         * pdf/xpdf/pdf-document.cc:
10697
10698         Implement
10699
10700         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10701         (expose_bin_window), (ev_view_init),
10702         (ev_view_get_find_status_message), (find_changed_cb),
10703         (ev_view_set_document), (set_document_page):
10704
10705         Adapt to the new interface. A few things are regressed sorry,
10706         I will finish it soon.
10707
10708 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10709
10710         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10711         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10712         ev_sidebar_thumbnails_parent_class variable, don't define another
10713         parent_class variable.
10714
10715         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10716         (ev_page_action_class_init): ditto.
10717
10718         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10719         (pixbuf_document_class_init): ditto.
10720
10721         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10722         ditto.
10723
10724         * .cvsignore: ignore various valgrind output files.
10725
10726 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10727
10728         * data/evince-ui.xml:
10729         * shell/Makefile.am:
10730         * shell/ev-history.c:
10731         * shell/ev-history.h:
10732         * shell/ev-navigation-action.c:
10733         * shell/ev-navigation-action.h:
10734         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10735         (ev_view_set_page), (ev_view_fit_width):
10736         * shell/ev-view.h:
10737         * shell/ev-window.c: (update_action_sensitivity),
10738         (ev_window_setup_document), (register_custom_actions):
10739
10740         Kill session history
10741
10742 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10743
10744         * shell/ev-window.c: (update_action_sensitivity):
10745
10746         Fix inverted up/down buttons
10747
10748 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10749
10750         * shell/ev-sidebar-thumbnails.c
10751         (ev_sidebar_thumbnails_select_page): make sure the selected
10752         thumbnail stays visible.
10753
10754 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10755
10756         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10757         scrolled window for Federico.
10758
10759 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10760
10761         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10762
10763 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * configure.ac:
10766         * pdf/splash/SplashFTFontEngine.cc:
10767
10768         Fix CID fonts with freetype 2.1.9
10769
10770 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10771
10772         * TODO: added item for desktop icon thumbnailer
10773
10774 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10775
10776         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10777         unloaded docs when the title is accessed.
10778
10779         * shell/ev-password-view.[hc]: New widget for displaying password
10780         state.
10781
10782         * shell/ev-window.[ch]: Refactor password handling code to handle
10783         the new view.
10784
10785 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10786
10787         * NEWS:
10788         * configure.ac:
10789         * data/Makefile.am:
10790
10791         Release 0.1.1
10792
10793 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10794
10795         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10796         ignore page offset here, to make search results independent of it,
10797
10798         * shell/ev-view.c (expose_bin_window): but take offsets into
10799         account here. Bug #164932
10800
10801         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10802         scale at the right time. Bug #164996
10803
10804 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10805
10806         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10807         fix the problem. Now I just removed the Adobe font names and hope
10808         that the URW fonts are always in outline format. Bug #164934
10809
10810         * shell/ev-window.c (update_window_title): empty titles are
10811         useless, use filename in that case too.
10812
10813         * NEWS: Add some content.
10814
10815 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10816
10817         * TODO: added one more TODO item and a TODONE section :)
10818
10819 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10820
10821         * ps/ps-document.h: add page_[xy]_offset fields.
10822
10823         * ps/ps-document.c (ps_document_set_page_offset)
10824         (ps_document_render): Keep offset in consideration in a few
10825         places. Bug #164752 "postscript documents are not centered in
10826         window"
10827
10828         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10829         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10830
10831         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10832         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10833         stub out missing methods for complete EvDocument implementation.
10834         Fixes segfaults with Save A Copy and Copy actions.
10835
10836         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10837         (ps_document_document_iface_init): ditto.
10838         
10839 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10840
10841         * data/.cvsignore:
10842         * data/Makefile.am:
10843         * data/evince.desktop.in:
10844
10845         Add desktop file
10846
10847 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10848
10849         * shell/ev-view.c: (ev_view_button_press_event),
10850         (ev_view_motion_notify_event):
10851
10852         Make selection work in any direction
10853
10854 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * TODO:
10857         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10858
10859         Use shorter labels for some of the toolbars items
10860
10861 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10862
10863         * pdf/xpdf/pdf-document.cc:
10864
10865         Check the links info is initialized before
10866         using it. Should fix a crash on startup.
10867
10868 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10869
10870         * pixbuf/pixbuf-document.c
10871         (pixbuf_document_thumbnails_get_dimensions): force floating point
10872         division to calculate page_ratio. Fixes crash with landscape
10873         format pixbufs.
10874
10875 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10876
10877         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10878
10879 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10880
10881         * shell/ev-view.c (set_document_page): unset has_selection when
10882         the page changes.
10883         (set_document_page): handle paper size changes when the page
10884         changes (test with Free Culture, page 2).
10885
10886 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10887
10888         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10889         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10890
10891         Use normal style color for the widget background and
10892         draw a black box around the page.
10893
10894 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10895
10896         * pdf/xpdf/pdf-document.cc:
10897
10898         Keep offset in consideration in a few places
10899
10900         * shell/ev-view.c: (expose_bin_window):
10901
10902         Set the offsets so that the document is ever centered
10903
10904 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10905
10906         * TODO: Added TODO items and finished off the first todo item
10907
10908         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10909         reflect current authors
10910
10911 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10912
10913         * pdf/xpdf/pdf-document.cc:
10914         * shell/ev-view.c: (ev_view_set_cursor),
10915         (ev_view_motion_notify_event), (document_changed_callback),
10916         (set_document_page):
10917
10918         Show a wait cursor while the page is rendering
10919
10920 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10921
10922         * shell/ev-sidebar-thumbnails.c:
10923         (ev_sidebar_tree_selection_changed),
10924         (ev_sidebar_thumbnails_select_page):
10925         * shell/ev-sidebar-thumbnails.h:
10926         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10927         (ev_view_can_go_forward):
10928         * shell/ev-window.c: (ev_window_open_page),
10929         (ev_window_setup_document), (update_current_page),
10930         (view_page_changed_cb), (ev_window_init):
10931         * shell/ev-window.h:
10932
10933         Ensure thumbnails selection, toolbar page control and
10934         current page are in sync.
10935
10936 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10937
10938         * pdf/xpdf/XRef.cc:
10939
10940         Fix CAN-2005-0064
10941
10942 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10943
10944         * backend/Makefile.am:
10945         * backend/ev-document-links.h:
10946         * backend/ev-document-security.c: (ev_document_security_get_type),
10947         (ev_document_security_has_document_security),
10948         (ev_document_security_set_password):
10949         * backend/ev-document-security.h:
10950         * backend/ev-document.c: (ev_document_error_quark):
10951         * backend/ev-document.h:
10952         * data/Makefile.am:
10953         * data/evince-password.glade:
10954         * pdf/xpdf/pdf-document.cc:
10955         * shell/Makefile.am:
10956         * shell/ev-password.c: (ev_password_set_bad_password_label),
10957         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10958         (ev_password_dialog_get_password),
10959         (ev_password_dialog_set_bad_pass):
10960         * shell/ev-password.h:
10961         * shell/ev-window.c: (ev_window_get_attribute),
10962         (ev_window_set_property), (update_action_sensitivity),
10963         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10964         (ev_window_setup_document), (ev_window_get_password),
10965         (ev_window_open), (ev_window_cmd_save_as),
10966         (using_postscript_printer), (ev_window_print),
10967         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10968         (update_fullscreen_popup), (ev_window_fullscreen),
10969         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10970         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10971         (menu_item_select_cb), (find_bar_search_changed_cb),
10972         (ev_window_dispose), (ev_window_init):
10973
10974         Add initial support for password-supported dialogs.  This could be
10975         a lot cooler, but it'll do for now.
10976
10977 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10978
10979         * pdf/xpdf/pdf-document.cc:
10980         * shell/ev-view.c: (status_message_from_link),
10981         (ev_view_set_status), (ev_view_set_cursor),
10982         (ev_view_motion_notify_event), (ev_view_init):
10983         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10984
10985         Fix bugs in the links implementation and change cursor
10986         when hovering a link.
10987
10988 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10989
10990         * viewer/.cvsignore: added cvsignore file for viewer directory
10991
10992         * TODO: created TODO document
10993
10994 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10995
10996         * shell/ev-view.h:
10997         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10998         new functions to help with implementation of sensitivity code
10999         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11000         of all actions that might require it.  Fixes a crash when you
11001         click on the Zoom actions in a window lacking a document.
11002
11003 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11004
11005         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11006         of the Find action
11007
11008 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11011         (pixbuf_document_document_iface_init):
11012         * ps/ps-document.c: (ps_document_get_link),
11013         (ps_document_document_iface_init):
11014         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11015         (status_message_from_link), (ev_view_set_status),
11016         (ev_view_set_find_status), (ev_view_motion_notify_event),
11017         (ev_view_button_release_event), (ev_view_set_property),
11018         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11019         (ev_view_get_find_status_message), (update_find_results),
11020         (ev_view_get_status), (ev_view_get_find_status):
11021         * shell/ev-view.h:
11022         * shell/ev-window.c: (view_status_changed_cb),
11023         (view_find_status_changed_cb), (ev_window_init):
11024
11025         View status message support, use it to show the links.
11026         Needs work...
11027
11028 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * backend/ev-document.c: (ev_document_get_link):
11031         * backend/ev-document.h:
11032         * pdf/xpdf/pdf-document.cc:
11033         * shell/ev-application.c: (ev_application_open):
11034         * shell/ev-application.h:
11035         * shell/ev-sidebar-links.c: (selection_changed_cb):
11036         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11037         (ev_view_go_to_link):
11038
11039         Add support for document links
11040
11041 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11042
11043         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11044         (create_tool_item):
11045         Set the spin button limits correctly.
11046         
11047         * shell/ev-sidebar-thumbnails.c:
11048         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11049         Support changing pages by clicking on the thumbnails.
11050         
11051 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11052
11053         * pixbuf/pixbuf-document.c:
11054         (pixbuf_document_thumbnails_get_dimensions),
11055         (pixbuf_document_document_thumbnails_iface_init):
11056
11057         implement get_dimensions
11058
11059 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * ps/ps-document.c: (ps_document_goto_page):
11062
11063         Fix page switching on multipage documents
11064
11065 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11066
11067         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11068         
11069         check for NULL before assigning to width and height parameters
11070
11071 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11072
11073         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11074         (pixbuf_document_set_property), (pixbuf_document_get_property):
11075
11076         implement get/set properties
11077
11078 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11079
11080         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11081         
11082         return NULL instead of "Unknown", letting the title get set to
11083         the filename when the pdf has no title.
11084
11085 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11086
11087         * ps/ps-document.c: (ps_document_get_page_count),
11088         (ps_document_goto_page):
11089
11090 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11091
11092         * shell/ev-history.c: (ev_history_get_property),
11093         (ev_history_set_property), (ev_history_class_init),
11094         (ev_history_add_page), (ev_history_set_current_index):
11095         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11096         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11097         (ev_navigation_action_finalize):
11098         * shell/ev-navigation-action.h:
11099         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11100         (ev_view_go_forward), (ev_view_get_find_status_message),
11101         (history_index_changed_cb), (ev_view_set_history):
11102         * shell/ev-view.h:
11103         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11104         (update_current_page), (register_custom_actions):
11105
11106         Implement history dropdowns
11107
11108 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11111         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11112         (ev_view_go_forward):
11113         * shell/ev-window.c: (register_custom_actions):
11114
11115         Fix several history bugs
11116
11117 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11118
11119         * configure.ac: Add «nb» to ALL_LINGUAS.
11120
11121 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11122
11123         * backend/Makefile.am:
11124         * backend/ev-bookmark.c:
11125         * backend/ev-bookmark.h:
11126         * backend/ev-document-bookmarks.c:
11127         * backend/ev-document-bookmarks.h:
11128         * backend/ev-document-links.c: (ev_document_links_get_type),
11129         (ev_document_links_has_document_links),
11130         (ev_document_links_begin_read), (ev_document_links_get_link),
11131         (ev_document_links_get_child), (ev_document_links_next),
11132         (ev_document_links_free_iter):
11133         * backend/ev-document-links.h:
11134         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11135         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11136         (ev_link_get_link_type), (ev_link_set_link_type),
11137         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11138         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11139         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11140         (ev_link_new_external):
11141         * backend/ev-link.h:
11142         * pdf/xpdf/pdf-document.cc:
11143         * shell/Makefile.am:
11144         * shell/ev-application.c: (ev_application_open_link):
11145         * shell/ev-application.h:
11146         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11147         (ev_history_get_link_nth):
11148         * shell/ev-history.h:
11149         * shell/ev-sidebar-bookmarks.c:
11150         * shell/ev-sidebar-bookmarks.h:
11151         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11152         (ev_sidebar_links_class_init), (selection_changed_cb),
11153         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11154         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11155         (do_one_iteration), (populate_links_idle),
11156         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11157         * shell/ev-sidebar-links.h:
11158         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11159         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11160         (go_to_index):
11161         * shell/ev-view.h:
11162         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11163         * shell/ev-window.h:
11164
11165         Rename bookmark to link, and use "Index" for the sidebar panel.
11166
11167 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * shell/Makefile.am:
11170         * shell/ev-application.c: (ev_application_open_bookmark):
11171         * shell/ev-application.h:
11172         * shell/ev-history.c: (ev_history_init), (free_links_list),
11173         (ev_history_finalize), (ev_history_class_init),
11174         (ev_history_add_link), (ev_history_add_page),
11175         (ev_history_get_link_nth), (ev_history_get_n_links),
11176         (ev_history_get_current_index), (ev_history_set_current_index),
11177         (ev_history_new):
11178         * shell/ev-history.h:
11179         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11180         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11181         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11182         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11183         (ev_view_set_page):
11184         * shell/ev-view.h:
11185         * shell/ev-window.c: (ev_window_open_bookmark),
11186         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11187         (goto_page_cb), (register_custom_actions):
11188         * shell/ev-window.h:
11189
11190         Initial history implementation. Needs work.
11191
11192 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11193
11194         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11195
11196 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11197
11198         * cut-n-paste/recent-files/egg-recent-item.c:
11199         * cut-n-paste/recent-files/egg-recent-item.h:
11200         * cut-n-paste/recent-files/egg-recent-model.c:
11201         * cut-n-paste/recent-files/egg-recent-util.c:
11202         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11203         * cut-n-paste/recent-files/egg-recent-view.c:
11204
11205         Update
11206
11207 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11208
11209         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11210         (fillGlyph, fillImageMask, drawImage):
11211         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11212         pdf/splash/SplashTypes.h:
11213         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11214         packed mode for Splash.
11215
11216         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11217         RGB8 packed mode, eliminates the pixbuf data creation loop.
11218
11219         * shell/ev-print-job.c (ev_print_job_finalize)
11220         (ev_print_job_set_property, ev_print_job_get_property)
11221         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11222         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11223         (print_closure_finalize, ev_print_job_print): implement
11224         printing (for backends with EvPsExporter)
11225
11226         * shell/ev_print_job.h: update prototypes.
11227
11228         * shell/ev-window.c (ev_window_print): unref print job after
11229         printing.
11230
11231         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11232         unless the document implements the EvDocumentFind interface.
11233
11234 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11235
11236         * configure.ac: Added ja to ALL_LINGUAS.
11237
11238 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * pdf/xpdf/pdf-document.cc:
11241
11242         add a FIXME. We should probably not allocate
11243         a bookmark object every time
11244
11245 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11246
11247         * shell/ev-application.c: (ev_application_open),
11248         (ev_application_open_bookmark):
11249         * shell/ev-application.h:
11250         
11251         Add a way to open bookmarks
11252
11253         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11254         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11255         (ev_bookmark_set_property), (ev_bookmark_class_init),
11256         (ev_bookmark_new_title), (ev_bookmark_new_link),
11257         (ev_bookmark_new_external):
11258
11259         Support for external uris, better constructors.
11260
11261         * backend/ev-bookmark.h:
11262         * pdf/xpdf/pdf-document.cc:
11263         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11264
11265         Handle external uris
11266
11267 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11270         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11271
11272         Hook up bookmarks navigation
11273
11274 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * backend/Makefile.am:
11277         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11278         (ev_bookmark_get_title), (ev_bookmark_set_title),
11279         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11280         (ev_bookmark_get_page), (ev_bookmark_set_page),
11281         (ev_bookmark_get_property), (ev_bookmark_set_property),
11282         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11283         (ev_bookmark_new):
11284         * backend/ev-bookmark.h:
11285         * backend/ev-document-bookmarks.c:
11286         (ev_document_bookmarks_get_bookmark):
11287         * backend/ev-document-bookmarks.h:
11288         * pdf/xpdf/pdf-document.cc:
11289         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11290
11291         Add a bookmark object to the backend and use it instead of get_values
11292
11293 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11294
11295         * data/evince-ui.xml:
11296
11297         Cleanup and add select all.
11298
11299         * shell/ev-view.c: (ev_view_select_all),
11300         (ev_view_button_press_event):
11301         * shell/ev-view.h:
11302         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11303
11304         Add select all.
11305         Clear selection on click.
11306
11307 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * shell/ev-sidebar-thumbnails.c
11310         (ev_sidebar_thumbnails_set_document): forgot to unref the
11311         loading_icon.
11312
11313 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11314
11315         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11316         at the visible page, not just linearly.  This makes it look fast.
11317
11318 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11319
11320         * backend/ev-document-misc.c
11321         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11322         white.
11323         * backend/ev-document-thumbnails.h: New interface to get the size
11324         of a page.
11325
11326 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11327
11328         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11329         make dist works
11330
11331 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11332
11333         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11334         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11335         things up a bit.
11336
11337         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11338
11339 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11340
11341         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11342         fonts. Should fix font problems on systems that have the base
11343         fonts in bitmap format. Reported by James Henstridge
11344         <james@jamesh.id.au>.
11345
11346 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11347
11348         * pdf/xpdf/Gfx.cc:
11349         * pdf/xpdf/GfxState.cc:
11350
11351         Fix for CAN-2004-1125
11352
11353 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-view.c: (ev_view_copy):
11356         * shell/ev-view.h:
11357         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11358
11359         Implement Edit->Copy
11360
11361 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11362
11363         * backend/ev-document.c: (ev_document_get_text):
11364         * backend/ev-document.h:
11365         * pdf/xpdf/pdf-document.cc:
11366         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11367         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11368         (ev_view_update_primary_selection), (ev_view_button_press_event),
11369         (ev_view_motion_notify_event), (ev_view_button_release_event):
11370
11371         Beginnings of clipboard support. Incomplete but primary sort
11372         of work.
11373
11374 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11375
11376         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11377         (expose_bin_window):
11378
11379         Nicer rubberband drawing, from GtkIconView.
11380
11381 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11382
11383         * backend/ev-document.c: (ev_document_save):
11384         * backend/ev-document.h:
11385         * data/evince-ui.xml:
11386         * pdf/xpdf/pdf-document.cc:
11387         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11388
11389         Implement "Save a copy..." menu item
11390
11391 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11392
11393         * shell/ev-view.c: (ev_view_zoom):
11394
11395         Queue a resize when zoom changes
11396
11397 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11398
11399         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11400         shadows.
11401
11402         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11403         thumbnails..
11404
11405 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11406
11407         * pdf/xpdf/pdf-document.cc
11408         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11409
11410 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11413         It's slow, but I'll speed it up next!
11414
11415 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11416
11417         * shell/main.c (load_files):
11418
11419         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11420         from the command line and because it seems more appropriate.
11421
11422 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11423
11424         * data/evince-ui.xml:
11425         * shell/ev-window.c: (update_action_sensitivity),
11426         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11427
11428         s/next page/page down
11429         s/previous page/page up
11430
11431 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * data/evince-ui.xml:
11434
11435         Change the layout to match clarkbw design.
11436
11437         * shell/Makefile.am:
11438         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11439         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11440         (ev_navigation_action_finalize),
11441         (ev_navigation_action_set_property),
11442         (ev_navigation_action_get_property),
11443         (ev_navigation_action_class_init):
11444         * shell/ev-navigation-action.h:
11445
11446         Implement clarkbw toolbar navigation controls (incomplete)
11447
11448         * shell/ev-page-action.c: (update_label), (update_spin),
11449         (value_changed_cb), (create_tool_item), (connect_proxy),
11450         (ev_page_action_init), (ev_page_action_finalize),
11451         (ev_page_action_set_property), (ev_page_action_get_property),
11452         (ev_page_action_set_current_page),
11453         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11454         * shell/ev-page-action.h:
11455
11456         Implement a page switcher in the toolbar
11457
11458         * shell/ev-view.c: (ev_view_scroll_view):
11459         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11460         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11461         (register_custom_actions), (ev_window_init):
11462
11463         Change page on PageUp/Down.
11464
11465 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11466
11467         * pdf/xpdf/pdf-document.cc
11468         (pdf_document_thumbnails_get_thumbnail): initial stab at
11469         implementing thumbnail support for pdfs.  It only does documents
11470         with precached pdfs now.
11471
11472 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11473
11474         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11475         thumbnail code into a time-based idle as well.  Also, turn off the
11476         shadow temporarily as it's really slow.
11477
11478 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * backend/ev-document.c: (ev_document_class_init):
11481         * pdf/xpdf/pdf-document.cc:
11482         * shell/ev-window.c: (ev_window_open):
11483
11484         Fix document title bugs and fallback to
11485         filename when not available.
11486
11487 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * backend/ev-document.c: (ev_document_get_type),
11490         (ev_document_class_init), (ev_document_load),
11491         (ev_document_get_title):
11492         * backend/ev-document.h:
11493         * pdf/xpdf/pdf-document.cc:
11494         * ps/ps-document.c: (ps_document_set_property),
11495         (ps_document_get_property), (ps_document_class_init),
11496         (document_load):
11497         * ps/ps-document.h:
11498         * ps/ps.h:
11499         * shell/ev-window.c: (update_window_title), (ev_window_open),
11500         (ev_window_init):
11501
11502         Initial support for document title. Not working yet.
11503
11504 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11505
11506         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11507
11508         Grab focus on the view when clicking it
11509
11510 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11511
11512         * shell/ev-marshal.list:
11513         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11514         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11515
11516         Add key bindings to the view. Now if the focus would work
11517         right...
11518
11519 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11520
11521         * Makefile.am:
11522         * backend/Makefile.am:
11523         * data/Makefile.am:
11524         * dvi/Makefile.am:
11525         * dvi/dvilib/Makefile.am:
11526         * pdf/xpdf/Makefile.am:
11527         * po/POTFILES.in:
11528         * ps/Makefile.am:
11529
11530         Fix distcheck
11531
11532 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11533
11534         * shell/ev-view.c: (ev_view_realize):
11535
11536         Fix mouse wheel scrolling
11537
11538 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * ps/Makefile.am:
11541         * ps/gstypes.h:
11542         * ps/gtkgs.c:
11543         * ps/gtkgs.h:
11544         * ps/ps-document.c: (catchPipe), (ps_document_init),
11545         (ps_document_class_init), (ps_document_cleanup),
11546         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11547         (set_up_page), (close_pipe), (is_interpreter_ready),
11548         (interpreter_failed), (output), (input), (start_interpreter),
11549         (stop_interpreter), (file_length), (file_readable),
11550         (check_filecompressed), (check_pdf), (compute_xdpi),
11551         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11552         (ps_document_get_type), (ps_document_emit_error_msg),
11553         (document_load), (ps_document_next_page),
11554         (ps_document_get_current_page), (ps_document_get_page_count),
11555         (ps_document_goto_page), (ps_document_set_page_size),
11556         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11557         (ps_document_load), (ps_document_get_n_pages),
11558         (ps_document_set_page), (ps_document_get_page),
11559         (ps_document_widget_event), (ps_document_set_target),
11560         (ps_document_set_scale), (ps_document_set_page_offset),
11561         (ps_document_get_page_size), (ps_document_render),
11562         (ps_document_document_iface_init):
11563         * ps/ps-document.h:
11564         * ps/ps.c:
11565         * shell/ev-window.c: (ev_window_open):
11566
11567         Rename GtkGS to PSDocument
11568
11569 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11570
11571         * ps/gtkgs.c: (gtk_gs_class_init):
11572         * ps/gtkgs.h:
11573
11574         Some more leftover...
11575
11576 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11577
11578         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11579         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11580         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11581         * ps/gtkgs.h:
11582
11583         Remove unused code and make a lot of stuff private
11584
11585 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11586
11587         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11588         (gtk_gs_defaults_changed):
11589         * ps/gsdefaults.h:
11590         * ps/gtkgs.c:
11591         * ps/gtkgs.h:
11592         * ps/ps.h:
11593
11594         Cleanup headers dependencies
11595
11596 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11597
11598         * ps/Makefile.am:
11599         * ps/ggvutils.c:
11600         * ps/ggvutils.h:
11601         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11602         * ps/gsdefaults.h:
11603         * ps/gtkgs.c: (file_length), (file_readable),
11604         (check_filecompressed), (check_pdf), (gtk_gs_load),
11605         (gtk_gs_get_postscript):
11606
11607         Get rid of ggvutils
11608
11609 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11610
11611         * ps/ggvutils.c:
11612         * ps/ggvutils.h:
11613         * ps/gsio.h:
11614         * ps/gtkgs.c: (gtk_gs_set_zoom):
11615
11616         Cleanups
11617
11618 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11619
11620         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11621
11622         Ensure the page is rerendered when changing zoom
11623
11624 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11625
11626         * backend/ev-document.c: (ev_document_base_init),
11627         (ev_document_changed):
11628         * backend/ev-document.h:
11629
11630         Add a changed event that is emitted when the page content
11631         changes. This is necessary to deal with the fact that
11632         in ps backend rendering happen asycrounously.
11633         This makes the ps backend mostly work.
11634
11635         * pdf/xpdf/pdf-document.cc:
11636
11637         Emit changed event
11638
11639         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11640         (ps_document_set_target):
11641
11642         Emit changed event
11643
11644         * shell/ev-view.c: (document_changed_callback),
11645         (ev_view_set_document), (ev_view_set_page):
11646
11647         Redraw on the changed signal
11648
11649 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11650
11651         * configure.ac: Added pt_BR to ALL_LINGUAS.
11652
11653 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11654
11655         * backend/ev-document-bookmarks.c:
11656         (ev_document_bookmarks_get_child): *
11657         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11658         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11659         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11660         (ev_sidebar_bookmarks_destroy),
11661         (ev_sidebar_bookmarks_class_init),
11662         (ev_sidebar_bookmarks_construct), (stack_data_free),
11663         (do_one_iteration), (populate_bookmarks_idle),
11664         (ev_sidebar_bookmarks_clear_document),
11665         (ev_sidebar_bookmarks_set_document): *
11666         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11667         (ev_sidebar_add_page),
11668         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11669         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11670         it displays both the topics and the page numbers.
11671
11672 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11673
11674         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11675         toggle.
11676         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11677         visible.
11678
11679 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11680
11681         * configure.ac: Added en_CA to ALL_LINGUAS.
11682
11683 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11684
11685         * ChangeLog: replace bottom of this ChangeLog (merged history of
11686         ggv and gpdf; where all paths were wrong and most of the files are
11687         not even in this tree) with ChangeLog (from arch) of the shell
11688         code.
11689
11690 2004-12-23  Havoc Pennington  <hp@redhat.com>
11691
11692         * shell/ev-window.c: hook up potentially-questionable "find
11693         results status text" feature - something involving the sidebar or
11694         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11695         might be better in the end.
11696
11697         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11698         with corresponding signal when it should be updated
11699
11700         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11701
11702 2004-12-22  Havoc Pennington  <hp@redhat.com>
11703
11704         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11705         find stuff on other pages, sort of (only returns one result on
11706         invisible pages, to show they have results; updates full results
11707         for a page when you view it). Currently repaints the current page
11708         every time a new result is found on any page, which isn't so nice.
11709
11710 2004-12-22  Havoc Pennington  <hp@redhat.com>
11711
11712         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11713         the document doesn't support find (better ideas?)
11714         (find_bar_search_changed_cb): handle missing document or document
11715         that doesn't support find
11716
11717         * pdf/xpdf/pdf-document.cc: port to implement the new
11718         EvDocumentFindIface
11719
11720         * backend/ev-document-find.c: create a new interface for searching
11721
11722         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11723
11724 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11725
11726         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11727         libevbackend.la.
11728
11729         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11730         EvPrintJob constructor arguments.
11731
11732         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11733         for documents that can export PostScript (page by page).
11734
11735         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11736         
11737         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11738         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11739         (pdf_document_ps_exporter_iface_init:
11740         Implement EvPSExporter.
11741
11742         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11743
11744 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11745
11746         * backend/Makefile.am:
11747         * backend/ev-document-thumbnails.c:
11748         (ev_document_thumbnails_get_type),
11749         (ev_document_thumbnails_get_thumbnail):
11750         * backend/ev-document-thumbnails.h:
11751         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11752         (pixbuf_document_thumbnails_get_thumbnail),
11753         (pixbuf_document_document_thumbnails_iface_init):
11754         * shell/Makefile.am:
11755         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11756         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11757         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11758         * shell/ev-sidebar-thumbnails.h:
11759         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11760         (ev_sidebar_set_document):
11761         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11762         (create_shadow), (ev_pixbuf_add_shadow):
11763         * shell/ev-utils.h:
11764         Add thumbnail support.
11765         
11766 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11767
11768         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11769         (using_postscript_printer): Set up a print dialog for "PostScript
11770         injection" method.
11771
11772         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11773         EvPrintJob.
11774
11775         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11776
11777 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11778
11779         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11780         (ps_document_set_target), (ps_document_get_page_size),
11781         (ps_document_render):
11782         * ps/gtkgs.h:
11783
11784         Fix a few bugs
11785
11786 2004-12-22  Christian Rose  <menthos@menthos.com>
11787
11788         * configure.ac: Added "sv" to ALL_LINGUAS.
11789
11790 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11791
11792         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11793         document supports bookmarks.
11794
11795 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11796
11797         * ps/ggvutils.c: (ggv_file_readable):
11798         * ps/ggvutils.h:
11799         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11800         (gtk_gs_get_postscript):
11801
11802         Remove unused utils
11803
11804 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11807         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11808         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11809         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11810         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11811         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11812         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11813         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11814         (gtk_gs_set_antialiasing), (ps_document_load),
11815         (ps_document_render):
11816         * ps/gtkgs.h:
11817
11818         Another check point for the ps backend. Now I can get it to show
11819         pages!
11820
11821 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11822
11823         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11824         document setting code.
11825
11826 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11827
11828         * shell/eggfindbar.c: (entry_activate_callback):
11829         Animate the next button when activate is pressed.
11830         
11831 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11832
11833         * shell/ev-window.c: (ev_window_cmd_edit_find),
11834         (update_fullscreen_popup), (ev_window_fullscreen),
11835         (ev_window_unfullscreen), (ev_window_state_event_cb),
11836         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11837         Fix bugs in fullscreen code.
11838         
11839 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11840
11841         * Makefile.am:
11842         * configure.ac:
11843         * pixbuf/Makefile.am:
11844         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11845         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11846         (pixbuf_document_set_page), (pixbuf_document_get_page),
11847         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11848         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11849         (pixbuf_document_render), (pixbuf_document_begin_find),
11850         (pixbuf_document_end_find), (pixbuf_document_finalize),
11851         (pixbuf_document_class_init),
11852         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11853         * pixbuf/pixbuf-document.h:
11854         * shell/Makefile.am:
11855         * shell/ev-application.c: (ev_application_open):
11856         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11857         (ev_window_open):
11858         Add pixbuf backend.
11859         
11860 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11861
11862         * Makefile.am: 
11863         * dvi/dvilib/Makefile.am:
11864         * dvi/Makefile.am:
11865         * configure.ac: Auto*ify dvi and dvi/dvilib
11866
11867         * dvi/Makefile: Remove from CVS
11868         
11869         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11870         confusion.
11871
11872         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11873         
11874         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11875         
11876 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * ps/Makefile.am:
11879         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11880         (gtk_gs_value_adjustment_changed), (compute_size),
11881         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11882         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11883         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11884         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11885         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11886         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11887         (ps_document_load), (ps_document_get_n_pages),
11888         (ps_document_set_page), (ps_document_get_page),
11889         (ps_document_set_target), (ps_document_set_scale),
11890         (ps_document_set_page_offset), (ps_document_get_page_size),
11891         (ps_document_render), (ps_document_begin_find),
11892         (ps_document_end_find), (ps_document_document_iface_init):
11893         * ps/gtkgs.h:
11894         * shell/Makefile.am:
11895         * shell/ev-window.c: (ev_window_open):
11896
11897         Some work to integrate gtkgs with EvDocument
11898
11899 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11900
11901         * shell/ev-window.c: (update_fullscreen_popup),
11902         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11903         (exit_fullscreen_button_clicked_cb),
11904         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11905         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11906         (ev_window_state_event_cb), (ev_window_init):
11907         Add fullscreen support from Epiphany.
11908         
11909 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11910
11911         * data/ev-stock-zoom-fit-width.png: fit-width
11912         stock icon from gpdf.
11913         
11914         * shell/ev-stock-icons.[ch]: copied from gpdf.
11915         
11916         * shell/main.c: (main): init stock icons.
11917         
11918         * shell/ev-window.c: use the fit-width icon.
11919         
11920         * data/evince-ui.xml: add zooming toolbar items.
11921
11922 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11923
11924         * shell/ev-view.c: 
11925         (ev_view_best_fit), (ev_view_fit_width): because
11926         get_page_size() returns the scaled page size, we
11927         need to calculate the scale factor relative to
11928         the previous scale factor. Should really just
11929         add get_real_page_size().
11930
11931 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11932
11933         * shell/ev-view.[ch]:
11934         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11935         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11936         add zooming.
11937         
11938         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11939         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11940         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11941         hook it up.
11942         
11943         * pdf/xpdf/pdf-document.cc:
11944         (pdf_document_begin_find),
11945         (pdf_document_end_find): make static.
11946
11947 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11948
11949         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11950
11951         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11952         names to fontconfig patterns.
11953         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11954
11955         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11956         setupBaseFontsFc.
11957
11958 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11959
11960         * Makefile.am:
11961         * configure.ac:
11962         * ps/Makefile.am:
11963         * ps/ggvutils.c:
11964         * ps/ggvutils.h:
11965         * ps/gsdefaults.c:
11966         * ps/gsdefaults.h:
11967         * ps/gsio.c:
11968         * ps/gsio.h:
11969         * ps/gtkgs.c:
11970         * ps/gtkgs.h:
11971         * ps/ps.c:
11972         * ps/ps.h:
11973
11974         Import ggv backend. Not hooked up yet.
11975
11976 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11977
11978         * shell/main.c: (load_files), (main): load files
11979         from the command line.
11980
11981 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11982
11983         * configure.ac: don't require bonobo.
11984         
11985         * cut-n-paste/recent-files/*: kill bonobo recent
11986         view.
11987
11988         * shell/ev-window.c:
11989         (ev_window_is_empty): upd.
11990         (unable_to_load), (ev_window_open): load backend
11991         based on the mime type.
11992
11993 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11994
11995         * backend/.cvsignore: ignore generated marshalers source.
11996
11997         * shell/main.c (main): this is not epiphany.
11998
11999 2004-12-22  Havoc Pennington  <hp@redhat.com>
12000
12001         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12002         (expose_bin_window): draw find highlights
12003
12004         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12005         
12006         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12007         (pdf_document_end_find): implement this interface
12008
12009         * backend/ev-document.c (ev_document_found): add this to emit
12010         signal
12011
12012 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12013
12014         * data/evince-ui.xml: Add a few more toolbar items.
12015
12016         * shell/ev-window.c: Hook up page navigation toolbar 
12017         items.
12018
12019         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12020         a page-changed signal.
12021
12022         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12023         Add ev_document_get_page().
12024
12025         * shell/ev-window.c: Sensitize/desensitize navigation
12026         actions.
12027
12028 2004-12-21  Havoc Pennington  <hp@redhat.com>
12029
12030         * backend/ev-backend-marshal.c,
12031         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12032         marshaler-generator thingy. I'm sure there's a better way to do
12033         this in the modern world.
12034
12035         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12036         end_find methods and "found" signal.
12037
12038         * configure.ac: find glib-genmarshal
12039
12040 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12041
12042         * shell/ev-sidebar.c: Construct an actual sidebar.
12043         * shell/ev-sidebar-bookmarks.[ch]:
12044         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12045
12046 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12047
12048         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12049         Redo size handling.
12050         
12051         * shell/ev-view.c: Track the size from the document.
12052
12053 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12054
12055         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12056         constructor assumes ownership of the string passed in.
12057         
12058         * shell/ev-window.c (ev_window_open): Destroy the error
12059         dialog once we've displayed it.
12060
12061 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12062
12063         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12064         a bit, it works! (sort of)
12065
12066         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12067         Move to .cc since we need to use C++ in the implementation.
12068
12069         * shell/dummy.cc: Add a CC file to force evince
12070         to be linked as a C++ program.
12071
12072 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12073
12074         * shell/ev-view.[ch]: Start of content-area widget.
12075
12076         * shell/ev-window.c: Create a EvView, update it
12077         as we change documents.
12078
12079         * shell/Makefile.am shell/ev-marshal.list: Add
12080         generated marshalers.
12081
12082 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12083
12084         * Makefile.am (SUBDIRS): move shell.
12085
12086 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12087
12088         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12089         .a to libtool convenience libraries.
12090
12091         * shell/ev-window.c (ev_window_open): Hard code loading
12092         a PDF document.
12093         
12094         * backend/ev-document.h: Add a boolean return to load(),
12095         fix GError * to GError **.
12096
12097         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12098         object for a PDF backend EvDocument.
12099
12100 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12101
12102         * dvi/*: New directory with the beginning of a .dvi backend.
12103
12104 2004-12-21  Havoc Pennington  <hp@redhat.com>
12105
12106         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12107         previous/next instead of back/forward
12108
12109 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12110
12111         * backend/ev-document.[ch]: Fix a couple of problems so
12112         it compile.
12113
12114 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12115
12116         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12117         to backend/ directory, rename EvViewer to EvDocument.
12118
12119 2004-12-21  Havoc Pennington  <hp@redhat.com>
12120
12121         * shell/ev-window.c: hook up the find bar widget; now we just need
12122         a document to find things in
12123
12124         * shell/eggfindbar.c: a find bar widget
12125
12126 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12129
12130 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12131
12132         * pdf/**: Import of xpdf code from gpdf. 
12133
12134         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12135
12136         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12137         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12138         Fix FreeType includes.
12139
12140         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12141         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12142         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12143         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12144         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12145         Include xpdfconfig.h
12146         
12147 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * shell/ev-window.c (ev_window_dispose): dispose can be called
12150         multiple times.
12151
12152 2004-12-21  Havoc Pennington  <hp@redhat.com>
12153
12154         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12155         rather than Evince
12156
12157         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12158         items; really they should be synced with the strings, etc. from
12159         current gpdf, but just getting the boring typing out of the way 
12160
12161 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12162
12163         * po/POTFILES.in:
12164         * shell/ev-application.c: (window_destroy_cb):
12165         * shell/ev-window.c:
12166         * shell/main.c: (main):
12167
12168         Actually show the window...
12169
12170 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * Makefile.am:
12173         * shell/Makefile.am:
12174         * shell/ev-application.c: (ev_application_class_init):
12175         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12176
12177         Make it build again
12178
12179 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12180
12181         Import to gnome cvs.
12182         
12183         * Remove copies of gpdf and ggv trees.
12184         * Rip out all the recursive configure code.
12185         * Remove bonobo machinery.
12186         * viewer/*: GInterfaces that backends should/can implement.
12187
12188 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12189
12190         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12191         typo
12192
12193 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12194
12195         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12196         (ev_application_finalize, ev_application_class_init)
12197         (ev_application_init): use GType instance private data for priv.
12198
12199         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12200         (ev_window_finalize, ev_window_class_init)
12201         (ev_window_init): ditto.
12202
12203 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12204
12205         * shell/ev-application.c (ev_application_new_window): make public
12206         (ev_application_show_initial_window): kill.
12207
12208         * shell/ev-application.h: update prototypes.
12209
12210         * shell/main.cc (main): inline ev_application_show_initial_window.
12211
12212 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12213
12214         * shell/ev-application.c (ev_application_new_window): impl.
12215         (ev_application_show_initial_window): use it.
12216         (is_window_empty, ev_application_get_empty_window): returns an
12217         existing empty window or a new one.
12218         (ev_application_open): from ev_window_cmd_file_open.
12219
12220         * shell/ev-application.h: update prototypes
12221
12222         * shell/ev-window.c (ev_window_is_empty): impl.
12223         (ev_window_open): make public.
12224         (ev_window_cmd_file_open): use ev_application_open
12225
12226         * shell/ev-window.h: update prototypes, remove unused.
12227
12228 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12229
12230         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12231         move destroy handler out of here...
12232
12233         * shell/ev-application.c, shell/ev-application.h: ...into this new
12234         class. Also handles initial window creation.
12235
12236         * shell/main.cc (main): use EvApplication to create initial
12237         window.
12238
12239 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12240
12241         * Makefile.am (SUBDIRS): add cut-n-paste
12242
12243         * cut-n-paste/Makefile.am: add
12244
12245         * configure.ac: generate Makefiles in cut-n-paste
12246
12247 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12248
12249         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12250         (ev_window_class_init): install ev_window_dispose.
12251
12252 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12253
12254         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12255         char (gchar looks stupid).
12256
12257 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12258
12259         * po/de.po: updated German translation.
12260
12261 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12262
12263         * configure.ac: add more pkg-config library checks for gnome-vfs,
12264         bonobo etc.
12265
12266         * gpdf/configure.in: temporarily disable libpaper
12267         checks. Otherwise I'd have to add the checks for the shell, too.
12268
12269 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12270
12271         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12272         and * file filters to the file choose.
12273
12274 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * po/de.po: Updated German translation.
12277
12278 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12279
12280         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12281
12282 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12283
12284         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12285
12286         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12287         (ev_window_init): implement those menuitems.
12288
12289 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12290
12291         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12292
12293         * shell/ev-window.c (ev_window_init): use the toolbar.
12294
12295 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12296
12297         * shell/ev-window.c (ev_window_init): use menu translations
12298
12299 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12300
12301         * configure.ac: add "de" to ALL_LINGUAS.
12302
12303         * po/de.po: add German translation.
12304
12305 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12306
12307         * Makefile.am (SUBDIRS): add po
12308
12309         * configure.ac: check intltool, glib-gettext etc, generate
12310         po/Makefile.in
12311
12312         * po, po/POTFILES.in, po/POTFILES.skip: new.
12313
12314 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12315
12316         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12317         already use (#ifdef ENABLE_NLS)
12318
12319         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12320         pointer indirection thinko.
12321
12322         * shell/main.c: include gi18n.h for bindtextdomain etc.
12323
12324 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12325
12326         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12327         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12328         tooltips for menu items in the statusbar.
12329
12330 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12331
12332         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12333         pkgdatadir drop UIDIR
12334
12335 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12336
12337         * data/evince-ui.xml: Add File->Open menu item
12338
12339         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12340         chooser), hook it up in the ui manager.
12341
12342 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12343
12344         * shell/ev-window.c: fix Help->About tooltip.
12345
12346 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12347
12348         * configure.ac: set CFLAGS for libevprivate.
12349
12350         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12351         definitions, factory etc.
12352
12353         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12354
12355         * shell/Makefile.am: link against libevprivate.a.
12356
12357         * shell/ev-window.c (entries): add stock icon to Help->About.
12358
12359         * shell/main.c (main): init stock icon code.
12360
12361 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12362
12363         * lib/recent-files: egg recent files code
12364
12365         * lib/Makefile.am: add.
12366
12367         * Makefile.am: add lib subdir.
12368
12369         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12370         set CFLAGS for recent-files.
12371
12372 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12373
12374         * configure.ac: disable -ansi and -pedantic gcc flags. They
12375         disable POSIX stuff in stdio.h, but egg-recent uses them.
12376
12377 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12378
12379         * configure.ac: add --disable-deprecated flag (defaults to on in
12380         "cvs" builds).
12381
12382         * shell/Makefile.am (INCLUDES): use it.
12383
12384 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * shell/main.c: add missing #include.
12387
12388         * shell/ev-window.c: fix for pedantic gcc.
12389         (ev_window_cmd_help_about): split license into paragraphs for
12390         translators and pedantic compilers.
12391
12392 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12393
12394         * configure.ac: add more warning flags if compiling with gcc from
12395         cvs (or explicitly requested with --enable-more-warnings).
12396
12397 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12398
12399         * data/evince-ui.xml: add File and File->Close menu.
12400
12401         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12402         (ev_window_destroy): quit after destroy.
12403         (ev_window_class_init): override GtkObject::destroy.
12404         (entries): install close_window callback.
12405
12406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12407
12408         * Makefile.am (SUBDIRS): add data subdir.
12409
12410         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12411         gtk+ 2.5.0 for GtkAboutDialog.
12412
12413         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12414         main window.
12415
12416         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12417
12418         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12419         manager.
12420         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12421
12422 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12423
12424         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12425
12426 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12427
12428         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12429
12430 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12431
12432         * shell/*: Added shell directory boilerplate, build it.
12433
12434 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12435
12436         * configure.ac, Makefile.am: Added top-level configure.ac and
12437         Makefile.am