]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
70a034a3986bdf53940d3eeeb4d3edd3d84637b7
[evince.git] / ChangeLog
1 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_open_uri),
4         (ev_window_cmd_view_reload):
5
6         Do not jump to the first page when reloading by running evince
7         from the command line. Fixes bug #490847.
8         
9 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
10
11         * shell/ev-window.c: (ev_window_cmd_help_contents):
12
13         Plugged memory leak when help file is not found. Fixes bug
14         #490762.
15         
16 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * configure.ac:
19
20         Enable djvu, dvi and comics backends by default. Fixes bug
21         #437121.
22         
23 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * configure.ac:
26         * cut-n-paste/Makefile.am:
27         * cut-n-paste/recent-files/*: Removed
28         * help/reference/Makefile.am:
29         * shell/Makefile.am:
30         * shell/ev-application.[ch]: (ev_application_shutdown),
31         (ev_application_init):
32         * shell/ev-window.c: (ev_window_add_recent),
33         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
34
35         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
36         
37 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
38
39         * shell/ev-window.c: (launch_external_uri):
40
41         Let GnomeVFS check the URL, this allow more URL (like mailto:),
42         and report error if the URL is not supported (#489910).
43
44 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
47         (pdf_document_file_exporter_begin_page),
48         (pdf_document_file_exporter_end_page):
49
50         Fix printing with poppler splash backend. Fixes bug #489774.
51         
52 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
55         * shell/ev-print-job.c: (ev_print_job_class_init):
56
57         Fix a crash when printing with the gnome-print dialog. Fixes bug
58         #488939.
59         
60 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
61
62         * backend/pixbuf/pixbuf-document.c:
63
64         Fix an implicit function definition warning (#487655)
65
66 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * shell/ev-window.c:
69
70         Fix conflicting shortcut for view sade pane and presentation.
71         
72 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * backend/pdf/ev-poppler.cc:
75         (pdf_document_file_exporter_begin_page),
76         (pdf_document_file_exporter_do_page),
77         (pdf_document_file_exporter_end_page),
78         (pdf_document_file_exporter_iface_init):
79         * libdocument/ev-file-exporter.[ch]:
80         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
81         * shell/ev-jobs.c: (ev_job_print_get_page_list),
82         (ev_job_print_run):
83
84         When printing multiple pages per sheet in reverse option, do not
85         invert the order of the pages in every sheet, but the order of the
86         sheets. Do not print blank pages when page range is invalid. Fixes
87         bugs #484857 and #485521.
88         
89 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * shell/ev-jobs.c: (ev_job_print_get_page_list),
92         (ev_job_print_run):
93         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
94
95         Respect ranges order when printing more than one range in random
96         order.
97         
98 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
99
100         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
101         (ev_window_setup_document), (ev_window_rotation_changed_cb):
102
103         Rotate also the window icon when document is rotated. Fixes bug
104         #474681.
105         
106 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
109         (pdf_document_forms_get_form_fields):
110
111         Silently ignore unknown form fields. Fixes bug #482654. Patch by
112         Matthias Drochner.
113         
114 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * configure.ac:
117         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
118
119         Use poppler_page_render_for_printing() instead of
120         poppler_page_render() if available when exporting to a ps or pdf
121         file. Fixes bug #476627.
122         
123 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-window.c: (ev_window_run_fullscreen):
126
127         Do not show the toolbar in fullscreen mode if the main toolbar is
128         not visible. Fixes bug #483048.
129         
130 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * shell/ev-view.c: (ev_view_button_press_event):
133
134         Give priority to form fields over images when deciding whether a
135         button press event is over an image or form field. It allows edit
136         form fields when they are over a background image. Fixes bug
137         #477841.
138         
139 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * NEWS:
142         * configure.ac:
143         
144         Update for release 2.20.0
145
146 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * backend/pdf/ev-poppler.cc:
149
150         Remove #ifdef HAVE_FORMS, so that forms support works again.
151
152 2007-09-05  Götz Waschk  <waschk@mandriva.org>
153
154         * configure.ac:
155         * data/evince.desktop.in.in:
156         
157         Fixes desktop file issues. See bug #473471.
158
159 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
162         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
163         (ev_job_queue_remove_job):
164         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
165         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
166         * shell/ev-window.c: (ev_window_clear_save_job),
167         (ev_window_save_job_cb), (file_save_dialog_response_cb),
168         (ev_window_dispose):
169
170         Move save a copy task to its own job so that it's carried out in a
171         thread avoiding another lock in the main thread. Use
172         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
173         can be saved to a pathin another file system. Fixes bug #456891.
174         
175 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
176
177         * NEWS:
178         * configure.ac:
179         
180         Update for release 2.19.92
181
182 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * configure.ac:
185         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
186         (pdf_selection_get_selection_region),
187         (pdf_selection_get_selection_map),
188         (ev_form_field_from_poppler_field):
189
190         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
191         and triple click selections are enabled again now.
192
193 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * shell/ev-window.c: (ev_window_add_history):
196
197         Make sure not to use the history with documents not supporting
198         links. Fixes bug #468954.
199
200 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * shell/ev-window.c: (ev_window_load_job_cb):
203
204         Restart the search when reloading a document with the find bar
205         visible. Fixes bug #461962.
206
207 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-window.c: (setup_document_from_metadata),
210         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
211
212         Do not jump to the first page when reloading a document from the
213         last page.
214
215 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-window.c: (update_chrome_flag),
218         (setup_sidebar_from_metadata),
219         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
220         (ev_window_cmd_edit_find_next),
221         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
222         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
223         (find_bar_close_cb), (view_actions_focus_in_cb):
224
225         Do not update visibility when changing a chrome flag so that it's
226         possible to update several flags and update visibility only once
227         for all of them.
228
229 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
232
233         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
234         supported by gtk+. Fixes bug #460907.
235
236 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * shell/ev-view.c: (view_update_range_and_current_page):
239
240         Make sure current-page <= end-page in continuous mode. Fixes bug
241         #454950.
242
243 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * backend/pdf/ev-poppler.cc: (build_tree):
246
247         Ignore outline items without a title. Fixes bug #453913.
248
249 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
252         (ev_view_button_release_event), (ev_view_leave_notify_event):
253
254         Use always drag mouse cursor during a drag operation. Fixes bug
255         #470564.
256
257 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
260         (pdf_selection_get_selection_region),
261         (pdf_selection_get_selection_map):
262
263         Temporarily disable double and triple selections since it depends on
264         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
265         released and the update of the external dependency minimal version
266         approved.
267
268 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
271         (pdf_document_file_exporter_do_page):
272         * libdocument/ev-file-exporter.h:
273         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
274         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
275
276         Actually fix printing regressions. Remove orientation from
277         EvPrintContext since it's redundant.
278
279 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
282         * backend/impress/impress-document.c:
283         (impress_document_document_iface_init):
284         * backend/ps/ps-document.c: (ps_document_document_iface_init):
285         * backend/djvu/djvu-document.c:
286         (djvu_document_document_iface_init),
287         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
288         * backend/tiff/tiff-document.c:
289         (tiff_document_document_iface_init):
290         * backend/pixbuf/pixbuf-document.c:
291         (pixbuf_document_document_iface_init):
292         * backend/comics/comics-document.c:
293         (comics_document_document_iface_init):
294         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
295         (pdf_selection_render_selection),
296         (pdf_selection_get_selected_text),
297         (pdf_selection_get_selection_region),
298         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
299         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
300         (ev_selection_get_selection_region),
301         (ev_selection_get_selection_map):
302         * libdocument/ev-document.[ch]:
303         * shell/ev-pixbuf-cache.[ch]: (add_job),
304         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
305         * shell/ev-view-private.h:
306         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
307         (ev_job_render_run):
308         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
309         * shell/ev-view.c: (start_selection_for_event),
310         (ev_view_button_press_event), (ev_view_drag_data_get),
311         (ev_view_drag_data_received), (ev_view_button_release_event),
312         (compute_new_selection_text), (compute_selections),
313         (ev_view_select_all), (get_selected_text), (ev_view_copy),
314         (ev_view_primary_get_cb):
315
316         Add support for double and triple click selections.
317
318 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
319
320         * NEWS:
321         * configure.ac:
322
323         Update for release 2.19.4
324
325 2007-08-28  Justin Blanchard  <justinb04@aim.com>
326
327         * shell/ev-view-private.h:
328         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
329         (ev_view_set_highlight_search):
330         * shell/ev-view.h:
331         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
332         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
333         (find_bar_visibility_changed_cb):
334         
335         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
336
337 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
340         (pdf_document_file_exporter_begin),
341         (pdf_document_file_exporter_do_page):
342         * shell/ev-jobs.c: (ev_job_print_run):
343         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
344
345         Create always a portrait cairo surface and rotate when needed for
346         landscape. It fixes printing problems in real printers.
347
348 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
351         * libdocument/ev-file-exporter.[ch]:
352         (ev_file_exporter_get_capabilities):
353         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
354         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
355
356         Adjust number of pages per row according to page orientation when
357         printing 2 or 6 pages per sheet.
358
359 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/ev-window.c: (ev_window_print_send):
362
363         Reset also cups setting to 1 when printing multiple pages per
364         sheet. Fixes bug #468853.
365
366 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * libdocument/ev-document-misc.c:
369         (ev_document_misc_surface_rotate_and_scale):
370
371         Use directly cairo_surface_get_content() when creating a similar
372         surface as suggested by Jeff Muizelaar. Thanks again.
373
374 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * backend/djvu/djvu-document.c: (djvu_document_render):
377         * backend/tiff/tiff-document.c: (tiff_document_render):
378         * backend/pdf/ev-poppler.cc: (pdf_document_render):
379         * libdocument/ev-document-misc.c:
380         (ev_document_misc_surface_from_pixbuf),
381         (ev_document_misc_surface_rotate_and_scale):
382
383         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
384         creating page surfaces. Fixes bug #453123. Thank you very much to
385         Jeff Muizelaar <jeff@infidigm.net>.
386
387 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-page-cache.c: (ev_page_cache_new),
390         (ev_page_cache_get_thumbnail_size):
391         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
392         (ev_sidebar_thumbnails_set_loading_icon):
393
394         Also store in page-cache the dimensions of the thumbnails so that
395         they can be used to create the correct loading icon in the side
396         pane. Fixes bug #466857.
397
398 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * backend/pdf/ev-poppler.cc:
401         (pdf_document_thumbnails_get_thumbnail):
402
403         Fix thumbnails rotation in pdf documents that include embedded 
404         thumbnails.
405
406 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
407
408         * backend/pdf/ev-poppler.cc:
409
410         Don't use #ifdef in macro expansion. Some compilers don't
411         like that. Closes bug #467042.
412
413 2007-08-15  Justin Blanchard  <justinb04@aim.com>
414
415         * backend/djvu/djvu-document.c: (djvu_document_finalize):
416         
417         Fixes memory leak in djvu backend.
418
419 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
420
421         * data/icons/32x32/Makefile.am:
422         * data/icons/32x32/actions/Makefile.am:
423         * data/icons/32x32/actions/view-page-cont.svg:
424         * data/icons/32x32/actions/view-page-facing.svg:
425         * data/icons/48x48/Makefile.am:
426         * data/icons/48x48/actions/Makefile.am:
427         * data/icons/48x48/actions/view-page-cont.svg:
428         * data/icons/48x48/actions/view-page-facing.svg:
429         
430         Icons for a new sizes.
431
432 2007-08-14  Justin Blanchard  <justinb04@aim.com>
433
434         * shell/ev-page-cache.c: (build_height_to_page),
435         (ev_page_cache_get_height_to_page):
436         
437         Fixes invalid read, see bug #466401.
438
439 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
442         (set_drag_cursor):
443         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
444         (configure_item_cursor), (new_pixbuf_from_widget):
445
446         Fix multihead problems in toolbar editor. Fixes bug #382055.
447
448 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c: (ev_window_cmd_file_open),
451         (ev_window_cmd_save_as):
452
453         Use g_get_user_special_dir when available instead of
454         xdg_user_dir_lookup.
455
456 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
457
458         * MAINTAINERS:
459         
460         Updated according to request on desktop-devel.
461
462 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
465
466         Do not use cairo_rectangle and cairo_clip since we are
467         not using cairo_fill but cairo_paint. Use the same cairo context
468         for every page in the same expose event.
469
470 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
471
472         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
473         leak.
474
475 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * configure.ac:
478         * NEWS:
479
480         Release 0.9.3
481
482 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * libdocument/ev-document-info.h:
485         * libdocument/ev-document.h:
486         * shell/ev-page-action.h:
487         * shell/ev-sidebar-links.h:
488
489         Fix a headers problem with ev-link
490         
491         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
492         * shell/ev-view-private.h:
493         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
494         (get_link_area), (ev_view_query_tooltip),
495         (ev_view_leave_notify_event), (ev_view_destroy),
496         (ev_view_class_init):
497
498         Use new gtk tooltips when available instead of ev-tooltip.
499         
500 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (update_chrome_visibility),
503         (ev_window_sidebar_visibility_changed_cb):
504
505         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
506         
507 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-navigation-action.c:
510         (ev_navigation_action_history_changed),
511         (ev_navigation_action_set_history):
512         * shell/ev-navigation-action-widget.c:
513         (ev_navigation_action_widget_init):
514         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
515
516         Fix compile warnings.
517         
518 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
521         (egg_editable_toolbar_dispose):
522
523         Fix memory leak.
524         
525 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
528         (screensaver_disable_x11):
529         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
530         * shell/ev-window.c: (presentation_set_timeout):
531         * shell/ev-view.c: (ev_view_presentation_transition_start):
532
533         Use g_timeout_add_seconds instead of g_timeout_add when
534         available.
535         
536 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
539
540         Set horizontal scrollbar policy to AUTOMATIC instead of
541         NEVER. Workaround for bug #449462.
542         
543 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-jobs.c: (ev_job_render_page_ready):
546
547         Add page_ready callback to main loop with high priority and hold
548         a reference to job during idle.
549         
550 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * configure.ac:
553         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
554         (pdf_document_file_exporter_begin),
555         (pdf_document_file_exporter_do_page),
556         (pdf_document_file_exporter_get_capabilities):
557         * libdocument/ev-file-exporter.h:
558         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
559         * shell/ev-window.c: (ev_window_print_send),
560         (ev_window_print_dialog_response_cb):
561
562         Allow printing multiple pages per sheet. Fixes bug #395573.
563         
564 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
565
566         * shell/ev-view.c: (tip_from_link):
567         
568         Check for NULL, fixes bug #460862.
569
570 2007-07-29  Christian Persch  <chpe@gnome.org>
571
572         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
573         (ev_window_preview_print_finished), (ev_window_do_preview_print),
574         (ev_window_cmd_preview_print):
575         
576         Fixes bug #437681 - blocks while enumerating printers.
577
578 2007-07-29  Christian Persch  <chpe@gnome.org>
579
580         * shell/ev-window.c: (ev_window_screen_changed):
581         
582         Don't use deprecated gtk+ function. See bug #460909.
583
584 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/ev-utils.c: (get_num_monitors):
587         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
588
589         Do not use display before initializing it. Remove compile
590         warnings.
591
592 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
593
594         * shell/ev-view.c: (ev_view_class_init):
595         
596         Unix-like hjkl bindings added. See bug #458111.
597
598 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
599
600         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
601         * shell/ev-utils.h:
602         * shell/ev-view.c: (ev_view_set_zoom_for_size),
603         (ev_view_update_view_size):
604         * shell/ev-view.h:
605         * shell/ev-window.c: (ev_window_update_actions),
606         (setup_view_from_metadata), (ev_window_screen_changed),
607         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
608         (zoom_control_changed_cb):
609         * shell/ev-window.h:
610         
611         Reorganizes utility functions.
612
613 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
616         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
617         (add_job), (ev_pixbuf_cache_get_surface),
618         (ev_pixbuf_cache_get_link_mapping),
619         (ev_pixbuf_cache_get_image_mapping),
620         (ev_pixbuf_cache_get_form_field_mapping),
621         (ev_pixbuf_cache_get_text_mapping):
622         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
623         (notify_page_ready), (ev_job_render_page_ready),
624         (ev_job_render_run):
625
626         Add page_ready signal to notify that page is ready as soon as
627         possible even if other page elements like links, forms, images or
628         text mapping are not ready yet.
629
630 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
633         (dvi_document_file_exporter_do_page),
634         (dvi_document_file_exporter_get_capabilities),
635         (dvi_document_file_exporter_iface_init):
636         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
637         (ps_document_file_exporter_do_page),
638         (ps_document_file_exporter_get_capabilities),
639         (ps_document_file_exporter_iface_init):
640         * backend/djvu/djvu-document.c:
641         (djvu_document_file_exporter_begin),
642         (djvu_document_file_exporter_end),
643         (djvu_document_file_exporter_get_capabilities),
644         (djvu_document_file_exporter_iface_init):
645         * backend/tiff/tiff-document.c:
646         (tiff_document_file_exporter_begin),
647         (tiff_document_file_exporter_get_capabilities),
648         (tiff_document_document_file_exporter_iface_init):
649         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
650         (pdf_document_file_exporter_do_page),
651         (pdf_document_file_exporter_get_capabilities),
652         (pdf_document_file_exporter_iface_init):
653         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
654         (ev_file_exporter_get_capabilities):
655         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
656         (idle_print_handler), (ev_print_job_print):
657         * shell/ev-jobs.c: (ev_job_print_run):
658         * shell/ev-window.c: (ev_window_print_send),
659         (ev_window_print_range):
660
661         Use capabilities to know which options should be offered by the
662         print dialog depending on the document backend.
663
664 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
667
668         Give priority to forms over text to set the cursor.
669
670 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * shell/ev-view-private.h:
673         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
674         (ev_view_leave_notify_event), (ev_view_finalize),
675         (ev_view_get_property), (ev_view_class_init):
676
677         Use IBEAM cursor for text form fields and NORMAL cursor for read
678         only fields. Remove unused status attribute.
679
680 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
683
684         Update region for current selected items also for checkbox
685         buttons, since they can behave as radio buttons when they are in a
686         set.
687
688 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * configure.ac:
691         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
692
693         Get max length of text form fields.
694
695 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
698         * libdocument/ev-form-field.h:
699         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
700
701         Fix build with current poppler cvs head.
702
703 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * cut-n-paste/zoom-control/ephy-zoom-control.c:
706         * shell/eggfindbar.c: (egg_find_bar_init):
707
708         Fix build with gtk+ >= 2.11.5 due to gtktooltips
709         deprecation. Fixes bug #455667
710
711 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
712
713         * NEWS:
714         * configure.ac:
715         
716         Update for release 0.9.2
717
718 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * shell/ev-view.c: (ev_view_form_field_text_save),
721         (ev_view_form_field_choice_save):
722
723         Fix a crash when closing whith a form widget visible.
724
725 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
728
729         Update also the region of the current selected button when
730         clicking on another button if they are radio buttons.
731
732 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
735         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
736         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
737         (ev_pixbuf_cache_get_link_mapping),
738         (ev_pixbuf_cache_get_image_mapping),
739         (ev_pixbuf_cache_get_form_field_mapping),
740         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
741         * shell/ev-view.c: (ev_view_form_field_get_region),
742         (ev_view_form_field_button_create_widget),
743         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
744         (job_finished_cb):
745
746         Redraw only form field region instead of the whole page when
747         reloading a page to show changes on the form field.
748
749 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-view.c: (ev_view_form_field_choice_save):
752
753         Fix selection of first item in list form fields.
754
755 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
758         (ev_pixbuf_cache_reload_page),
759         (ev_pixbuf_cache_get_form_field_mapping):
760
761         Some refactoring to avoid duplicated code.
762
763 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * configure.ac:
766         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
767         (ev_form_field_from_poppler_field),
768         (pdf_document_forms_get_form_fields),
769         (pdf_document_forms_form_field_text_get_text),
770         (pdf_document_forms_form_field_text_set_text),
771         (pdf_document_forms_form_field_button_set_state),
772         (pdf_document_forms_form_field_button_get_state),
773         (pdf_document_forms_form_field_choice_get_item),
774         (pdf_document_forms_form_field_choice_get_n_items),
775         (pdf_document_forms_form_field_choice_is_item_selected),
776         (pdf_document_forms_form_field_choice_select_item),
777         (pdf_document_forms_form_field_choice_toggle_item),
778         (pdf_document_forms_form_field_choice_unselect_all),
779         (pdf_document_forms_form_field_choice_set_text),
780         (pdf_document_forms_form_field_choice_get_text),
781         (pdf_document_document_forms_iface_init):
782         * libdocument/Makefile.am:
783         * libdocument/ev-form-field.[ch]:
784         * libdocument/ev-document-forms.[ch]:
785         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
786         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
787         (add_job), (ev_pixbuf_cache_reload_page),
788         (ev_pixbuf_cache_get_form_field_mapping):
789         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
790         * shell/ev-view-private.h:
791         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
792         (ev_view_handle_cursor_over_xy),
793         (ev_view_get_form_field_at_location),
794         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
795         (ev_view_form_field_button_create_widget),
796         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
797         (ev_view_form_field_text_create_widget),
798         (ev_view_form_field_choice_save),
799         (ev_view_form_field_choice_changed),
800         (ev_view_form_field_choice_create_widget),
801         (ev_view_handle_form_field), (ev_view_size_allocate),
802         (ev_view_realize), (draw_end_presentation_page),
803         (ev_view_button_press_event), (ev_view_remove_all),
804         (ev_view_motion_notify_event), (ev_view_key_press_event),
805         (ev_view_enter_notify_event), (highlight_find_results),
806         (draw_loading_text), (draw_one_page), (ev_view_destroy),
807         (ev_view_class_init), (page_changed_cb),
808         (on_adjustment_value_changed), (ev_view_set_presentation),
809         (merge_selection_region), (ev_view_set_cursor),
810         (ev_view_reset_presentation_state):
811         
812         Merge evince-forms branch.
813
814 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
815
816         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
817
818         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
819         This script also updates itself from libegg
820
821         * cut-n-paste/toolbar-editor/egg*:
822         Run update-toolbareditor-from-libegg.sh so we are in sync again with
823         libegg
824
825 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
826
827         * shell/ev-window.c:
828         
829         Adds a nice icon to page action during toolbar editing.
830         See bug #452872.
831
832 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
833
834         * data/evince-toolbar.xml:
835         * shell/ev-window.c:
836         
837         Let user add a presentation and fullscreen icons on toolbar.
838         See bug #449734.
839
840 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
841
842         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
843
844         new script to keep in sync with toolbareditor in libegg
845
846         * cut-n-paste/toolbar-editor/*: 
847
848         Run update-toolbareditor-from-libegg so we are in sync again. 
849         Fixes bug #452850.
850         
851
852 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * shell/ev-sidebar-links.c: (job_finished_callback):
855
856         Do not connect selection changed signal more than once. Fixes bug
857         #349433.
858
859 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/ev-window.c: (ev_window_view_sidebar_cb):
862
863         Do not change sidebar chrome flag when pressing F9 key in
864         presentation mode.
865
866 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * backend/pdf/ev-poppler.cc:
869         (pdf_document_thumbnails_get_dimensions):
870
871         Make sure thumbnails width and height is not <= 0. Fixes a crash
872         with some pdf documents which have really small pages.
873
874 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
875
876         * shell/main.c: (main):
877
878         Fixes program description translation issue.
879         Bug #450148.
880
881 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
882
883         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
884
885         Do not change current page when returning from black/white mode
886         in presentation. Fixes bug #415032.
887
888 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
889
890         * NEWS:
891         * configure.ac:
892         
893         Update for release 0.9.1
894
895 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
896
897         * backend/dvi/dvi-document.c:
898         (dvi_document_finalize),
899         (dvi_document_file_exporter_format_supported),
900         (dvi_document_file_exporter_begin),
901         (dvi_document_file_exporter_do_page),
902         (dvi_document_file_exporter_end),
903         (dvi_document_file_exporter_iface_init), (dvi_document_init):
904         
905         PDF exporter for dvi documents. Fixes bug #441319.
906
907 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-window.c: (ev_window_clear_print_job):
910
911         Clear gtk print job when job has finished. Fixes bug #447612.
912
913 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-window.c: (ev_window_print_send),
916         (ev_window_print_dialog_response_cb), (ev_window_print_range):
917
918         Add preview button to print dialog. Fixes bug #445419.
919
920 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * backend/dvi/Makefile.am:
923         * backend/dvi/pixbuf-device.[ch]: Removed
924         * backend/dvi/cairo-device.[ch]: Added
925         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
926         * backend/dvi/dvi-document.c: (dvi_document_load),
927         (dvi_document_render), (dvi_document_finalize),
928         (dvi_document_thumbnails_get_thumbnail), (parse_color),
929         (dvi_document_do_color_special):
930         * libdocument/ev-document-misc.[ch]:
931         (ev_document_misc_pixbuf_from_surface):
932
933         Port dvi backend to cairo and fix a problem with colors. 
934
935 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * shell/ev-view.c: (draw_one_page):
938
939         Draw only visible region.
940
941 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * backend/djvu/djvu-document.c: (djvu_document_render):
944
945         Fix rotation in djvu backend.
946
947 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-pixbuf-cache.c: (job_finished_cb),
950         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
951         (ev_pixbuf_cache_get_image_mapping),
952         (ev_pixbuf_cache_get_text_mapping):
953
954         Redraw view every time we have a new surface. Fixes bug #443587.
955
956 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * libdocument/ev-document.c: (ev_document_info_free):
959
960         Fix memory leaks.
961
962 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * backend/dvi/dvi-document.c: (dvi_document_render),
965         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
966         * backend/impress/impress-document.c:
967         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
968         (impress_document_render), (impress_document_document_iface_init),
969         (impress_document_thumbnails_get_thumbnail):
970         * backend/djvu/djvu-document-private.h:
971         * backend/djvu/djvu-document.c: (djvu_document_render),
972         (djvu_document_finalize), (djvu_document_document_iface_init),
973         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
974         * backend/tiff/tiff-document.c: (tiff_document_render),
975         (tiff_document_render_pixbuf),
976         (tiff_document_document_iface_init):
977         * backend/pdf/ev-poppler.cc: (pdf_document_render),
978         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
979         (pdf_selection_render_selection):
980         * backend/comics/comics-document.c:
981         (comics_document_render_pixbuf), (comics_document_render),
982         (comics_document_document_iface_init):
983         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
984         (pixbuf_document_document_iface_init):
985         * libdocument/ev-document-misc.[ch]:
986         (ev_document_misc_surface_from_pixbuf),
987         (ev_document_misc_surface_rotate_and_scale):
988         * libdocument/ev-document.[ch]: (ev_document_render):
989         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
990         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
991         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
992         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
993         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
994         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
995         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
996         (render_finished_cb), (ev_job_render_run):
997         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
998         (merge_selection_region):
999
1000         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1001         and selections.
1002
1003 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * shell/ev-window-title.c: (ev_window_title_update):
1006
1007         Fix memory leak.
1008
1009 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * shell/ev-view.c: (draw_loading_text):
1012
1013         Show loading text centered. Fixes bug #433061
1014
1015 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-sidebar-thumbnails.c:
1018         (ev_sidebar_thumbnails_set_loading_icon):
1019
1020         Remove a mutex in the main thread that blocks the UI in heavy
1021         documents.
1022
1023 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1026
1027         Set points_set to TRUE so that selections don't disappear after a
1028         zoom change.
1029
1030 2007-06-07  Michael Monreal  <infernux@web.de>
1031
1032         * data/icons/16x16/actions/Makefile.am:
1033         * data/icons/16x16/actions/zoom.svg:
1034         * data/icons/22x22/actions/Makefile.am:
1035         * data/icons/22x22/actions/zoom.svg:
1036         * data/icons/24x24/actions/Makefile.am:
1037         * shell/ev-stock-icons.c:
1038         * shell/ev-stock-icons.h:
1039         * shell/ev-window.c:
1040         
1041         Zoom icon artwork. See bug #444795.
1042
1043 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1044
1045         * shell/ev-metadata-manager.c: Remove extraneous function
1046         (Closes: #444386)
1047
1048 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1049
1050         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1051         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1052         (ev_metadata_manager_set), (ev_metadata_manager_save):
1053         Simplify the timeout, no need for modified anymore
1054
1055 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1056
1057         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1058         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1059         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1060         (ev_metadata_manager_save): Adapted patch from Arjan van de
1061         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1062         time, saves on power (Closes: #443851)
1063
1064 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * configure.ac:
1067         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1068         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1069
1070         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1071
1072 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1073
1074         * shell/ev-window.c: (ev_window_add_history):
1075
1076         Check if history is NULL
1077
1078 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * libdocument/ev-image.c: (ev_image_finalize):
1081         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1082         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1083         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1084         (ev_tmp_uri_unlink):
1085
1086         Add functions to delete temporary files created by evince in a safe
1087         way.
1088
1089         * shell/ev-window.c: (ev_window_clear_local_uri),
1090         (open_xfer_update_progress_callback),
1091         (save_xfer_update_progress_callback), (ev_window_save_remote),
1092         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1093         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1094         (attachment_save_dialog_response_cb),
1095         (ev_attachment_popup_cmd_save_attachment_as):
1096
1097         Allow saving a copy of a document, image or attachment to a remote
1098         location. Fixes bug #440754. 
1099
1100 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * configure.ac:
1103         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1104
1105         Fix build with current poppler from cvs head. 
1106
1107 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1108
1109         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1110
1111         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1112         directory exists.
1113
1114 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1115
1116         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1117         * shell/ev-window.c:
1118
1119         Change sidebar ordering. Fixes bug #439939.
1120
1121 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1122
1123         * backend/comics/Makefile.am:
1124         
1125         Fixes build with --without-libgnome.
1126
1127 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1128         
1129         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1130
1131         Update cursor and tooltip on page change and view scroll. Fixes bug
1132         #439217.
1133
1134 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * NEWS:
1137         * configure.ac:
1138         
1139         Update for release 0.9.0
1140
1141 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1142
1143         * backend/djvu/djvu-document-private.h:
1144         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1145         (djvu_document_finalize),
1146         (djvu_document_file_exporter_format_supported),
1147         (djvu_document_file_exporter_begin),
1148         (djvu_document_file_exporter_do_page),
1149         (djvu_document_file_exporter_end),
1150         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1151         
1152         Implemented printing with djvu. Bug #437998.
1153
1154 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * backend/impress/zip.c:
1157         Add missing ulong definition.
1158
1159         * backend/ps/ps-interpreter.c:
1160         Add missing headers.
1161
1162         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1163
1164 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1167
1168         Add missing call to parent class dispose method. 
1169
1170 2007-05-12  Ross Burton  <ross@openedhand.com>
1171
1172         * shell/main.c:
1173         Sync keybindings manually when building without libgnome
1174         (#437925).
1175
1176 2007-05-12  Ross Burton  <ross@openedhand.com>
1177
1178         * shell/ev-window.c:
1179         Respect the screen when opening help (#437866).
1180
1181 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * data/evince-ui.xml:
1184         * shell/ev-application.[ch]: (get_print_settings_from_args),
1185         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1186         (ev_application_open_uri_list):
1187         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1188         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1189         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1190         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1191         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1192         (ev_window_dispose):
1193         * shell/main.c: (arguments_parse):
1194
1195         Add print button in preview mode. Fixes bug #396475. 
1196
1197 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1198
1199         * cut-n-paste/zoom-control/ephy-zoom.h:
1200         
1201         Fixes zoom level factors. See bug #408119 for details.
1202
1203 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1204
1205         * backend/comics/comics-document.c: (comics_regex_quote),
1206         (extract_argv):
1207         
1208         Correctly quote symbols. Fixes crash in the bug
1209         #415370.
1210
1211 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1212
1213         * shell/ev-navigation-action-widget.c:
1214         (ev_navigation_action_widget_init),
1215         (ev_navigation_action_widget_class_init),
1216         (ev_navigation_action_widget_button_press_event):
1217         
1218         Connect to button-press event on correct widget. Fixes
1219         bug #431988
1220
1221 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1222
1223         * shell/ev-application.c: (ev_application_open_window),
1224         (ev_application_add_icon_path_for_screen),
1225         (ev_application_open_uri_at_dest):
1226         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1227         * shell/ev-navigation-action.c: (build_menu):
1228         
1229         Add app-specific icons to our icon theme. Fixes bug
1230         #425508.
1231
1232 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1233
1234         * shell/ev-history.c: (ev_history_class_init),
1235         (ev_history_add_link):
1236         * shell/ev-history.h:
1237         * shell/ev-navigation-action.c:
1238         (ev_navigation_action_history_changed),
1239         (ev_navigation_action_set_history), (build_menu),
1240         (ev_navigation_action_finalize):
1241         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1242         
1243         Make navigation action unsensitive instead of showing
1244         menu with unsensitive word. Fixes bug #417392.
1245
1246 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-application.[ch]: (ev_application_shutdown),
1249         (ev_application_get_print_settings),
1250         (ev_application_set_print_settings):
1251         * shell/ev-window.c:
1252
1253         Remember print settings. Fixes bug #349102. 
1254
1255 2007-05-08  Christian Persch  <chpe@gnome.org>
1256
1257         * configure.ac:
1258         * properties/ev-properties-view.c:
1259
1260         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1261         Bug #382438.
1262
1263 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * configure.ac:
1266         * properties/ev-properties-view.c: (ev_regular_paper_size):
1267
1268         Use gtk+ builtin paper list to identify the document's paper size.
1269         Fixes bug #382438. 
1270
1271 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * configure.ac:
1274
1275         Fix build when compiling with thumbnailer and libgnome support. 
1276
1277 2007-05-04  Ross Burton  <ross@openedhand.com>
1278
1279         * configure.ac:
1280         Add --without-libgnome, check for libgnome and libgnomeui
1281         separately, and add them to the symbols as required.
1282
1283         * libdocument/ev-file-helpers.c:
1284         When building without libgnome, use g_get_user_config_dir instead
1285         of gnome_user_dir_get.
1286
1287         * shell/ev-application.c:
1288         When building without libgnome, don't use session management.
1289
1290         * shell/main.c:
1291         When building without libgnome, don't use GnomeProgram or
1292         initialise the authentication manager.
1293
1294         This fixes #328842.
1295
1296 2007-05-04  Ross Burton  <ross@openedhand.com>
1297
1298         * shell/ev-window.c:
1299         Don't use libgnome to open help, instead call Yelp directly.
1300
1301 2007-05-04  Ross Burton  <ross@openedhand.com>
1302
1303         * shell/ev-sidebar-attachments.c:
1304         Don't use libgnome to lookup icons for MIME types, instead copy
1305         code from GTK+ to do it manually.
1306
1307 2007-05-04  Ross Burton  <ross@openedhand.com>
1308
1309         * configure.ac:
1310         Add libxml to the dependencies for SHELL_CORE (#435818).
1311
1312 2007-05-02  Ross Burton  <ross@openedhand.com>
1313
1314         * configure.ac:
1315         * Makefile.am:
1316         Add --disable-thumbnailer (#434825)
1317
1318 2007-05-02  Ross Burton  <ross@openedhand.com>
1319
1320         * shell/ev-window.c:
1321         Add missing includes, fix indentation.
1322
1323         * shell/main.c:
1324         Fix indentation.
1325
1326 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1327
1328         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1329         ev_application_open_uri_at_dest instead of ev_application_open_uri
1330         preventing new document always being opened in a new window even if there
1331         is an empty window.
1332
1333 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1334
1335         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1336         (egg_recent_view_uimanager_finalize):
1337         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1338         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1339         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1340         (ev_pixbuf_cache_dispose):
1341         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1342         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1343         
1344         Add missing chain to parent class methods. Fixes
1345         bug #433128.
1346
1347 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1348
1349         * data/Makefile.am (update-icon-cache): Updates
1350         gtk-update-icon-cache in uninstall-hook.
1351
1352 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-window.c: (ev_window_setup_document),
1355         (ev_window_set_document), (ev_window_load_job_cb):
1356         * shell/ev-view.c: (setup_caches):
1357         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1358
1359         Start rendering pages before any other jobs. 
1360
1361 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-window.c: (ev_window_stop_fullscreen),
1364         (ev_window_stop_presentation):
1365
1366         Update chrome visibility before window unfullscreen. 
1367
1368 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * data/Makefile.am:
1371         * data/evince-ui.xml:
1372         * shell/ev-stock-icons.[ch]:
1373         * shell/ev-application.[ch]: (ev_application_shutdown),
1374         (ev_application_init), (ev_application_get_toolbars_model):
1375         * shell/ev-window.c: (update_chrome_visibility),
1376         (fullscreen_toolbar_setup_item_properties),
1377         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1378         (ev_window_run_presentation), (ev_window_stop_presentation),
1379         (ev_window_run_preview), (ev_window_screen_changed),
1380         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1381         (ev_window_dispose), (ev_window_init):
1382
1383         Make fullscreen toolbar always visible. Do not use egg toolbars for
1384         fullscreen and preview modes since such toolbars are not editables.
1385         Fixes bugs #300278, #338910 and #316188.  
1386
1387 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1388
1389         * shell/ev-application.c:
1390         * shell/ev-job-queue.c:
1391         * shell/ev-metadata-manager.c:
1392         * shell/ev-stock-icons.c:
1393         * shell/ev-window.c:
1394         * shell/main.c:
1395         
1396         Developers documentation updated.
1397
1398 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1401
1402         Check whether uri is valid before launching it. Fixes bug #427664.
1403
1404 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-window.c:
1407
1408         Change key accelerator for Open a Copy menu entry which is in conflict
1409         with Close. Fixes bug #427321.
1410
1411 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * NEWS:
1414         * configure.ac:
1415         
1416         Update for release 0.8.1
1417
1418 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1419
1420         * shell/ev-window.c: (setup_size_from_metadata):
1421         
1422         Do not make window bigger than screen. Fixes bug 
1423         #388985.
1424
1425 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1428         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1429
1430         Use default resolution when it's not provided by document. Fixes bug
1431         #408762.
1432
1433 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * configure.ac:
1436         * thumbnailer/Makefile.am:
1437         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1438         * thumbnailer/evince-thumbnailer.schemas.in:
1439         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1440
1441         Add support for ps, eps and compressed documents thumbnails. Do not
1442         ignore size parameter. 
1443
1444 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1445
1446         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1447         (dvi_document_do_color_special):
1448         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1449
1450         Implement font color specials in the DVI backend. Fixes bug #303651.
1451
1452 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1453
1454         Fixup the previous commit:
1455
1456         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1457         * shell/xdg-user-dir-lookup.c: Make the function non-static
1458         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1459
1460 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1461
1462         * shell/ev-window.c (file_open_dialog_response_cb): Use
1463         the xdg-user-dirs DOCUMENTS folder as default folder when
1464         opening a file chooser.  (#424858)
1465
1466         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1467         xdg-user-dirs.
1468
1469 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-window.c: (ev_window_load_job_cb):
1472
1473         Do not setup view from metadata on preview mode. 
1474
1475 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/main.c:
1478
1479         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1480
1481 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-view.c: (ev_view_primary_get_cb):
1484
1485         Check pointer != NULL before using it. Fixes bug #416841. 
1486
1487 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1488
1489         * NEWS:
1490         * configure.ac:
1491         
1492         Release 0.8.0
1493
1494 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1497
1498         Do not render thumbnails when sidebar thumbnail page is not visible
1499         at startup. Fixes bug #416447. 
1500
1501 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1502
1503         * data/evince.desktop.in.in:
1504
1505         "Application" is not a valid category in the freedesktop specification.
1506
1507 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * libdocument/ev-file-helpers.[ch]: (compression_run),
1510         (ev_file_uncompress), (ev_file_compress):
1511         * shell/ev-window.c: (file_save_dialog_response_cb):
1512
1513         Save document compressed when saving a copy of a compressed document.
1514         Fixes bug #334542.
1515
1516 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1519
1520         Allow deleting in goto window entry in presentation mode. 
1521
1522 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1523
1524         * Makefile.am: Dist MAINTAINERS.
1525
1526 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window.c: (ev_window_update_actions):
1529
1530         Fix zoom shortcut keys when searching. Fixes bug #409828.
1531
1532 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-window.c: (ev_window_setup_document):
1535
1536         Fix crash when loading documents with only one page. 
1537
1538 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * backend/dvi/dvi-document.c:
1541         (dvi_document_thumbnails_get_dimensions),
1542         (dvi_document_thumbnails_get_thumbnail):
1543         * backend/impress/impress-document.c:
1544         (impress_document_thumbnails_get_thumbnail),
1545         (impress_document_thumbnails_get_dimensions):
1546         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1547         (ps_document_thumbnails_get_dimensions):
1548         * backend/djvu/djvu-document.c:
1549         (djvu_document_thumbnails_get_dimensions),
1550         (djvu_document_thumbnails_get_thumbnail):
1551         * backend/tiff/tiff-document.c:
1552         (tiff_document_thumbnails_get_thumbnail),
1553         (tiff_document_thumbnails_get_dimensions):
1554         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1555         (pdf_document_thumbnails_get_thumbnail),
1556         (pdf_document_thumbnails_get_dimensions):
1557         * backend/comics/comics-document.c:
1558         (comics_document_thumbnails_get_thumbnail),
1559         (comics_document_thumbnails_get_dimensions):
1560         * backend/pixbuf/pixbuf-document.c:
1561         (pixbuf_document_thumbnails_get_thumbnail),
1562         (pixbuf_document_thumbnails_get_dimensions):
1563         * libdocument/ev-document-thumbnails.[ch]:
1564         (ev_document_thumbnails_get_thumbnail),
1565         (ev_document_thumbnails_get_dimensions):
1566         * libdocument/ev-document-misc.[ch]:
1567         (ev_document_misc_get_thumbnail_frame):
1568         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1569         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1570         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1571         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1572         (ev_sidebar_thumbnails_refresh):
1573         * shell/ev-window.c: (ev_window_setup_document):
1574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1575
1576         Use an EvRenderContext for rendering thumbnails instead of a suggested
1577         width, so that different sized pages get sized proportionally.
1578
1579 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-view.c: (ev_view_button_press_event),
1582         (ev_view_key_press_event):
1583
1584         Fix critical warnings when there is no document loaded. 
1585
1586 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * shell/ev-page-action-widget.c:
1589         * shell/ev-navigation-action.c:
1590         * shell/ev-window.c:
1591
1592         Fix compile warnings. 
1593
1594 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * backend/djvu/djvu-text.h:
1597         * backend/djvu/djvu-document.c:
1598         * backend/djvu/djvu-text-page.c:
1599         * backend/djvu/djvu-links.c:
1600         * backend/djvu/djvu-text-page.h:
1601         * backend/djvu/djvu-text.c:
1602         
1603         Fix build on Mac. Fixes bug #392186. Patch by
1604         <ephraim_owns@hotmail.com>
1605
1606 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1609
1610         Restore cairo context before rendering every page when printing a PDF
1611         document into a PDF file. 
1612
1613 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * backend/ps/gstypes.h:
1616         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1617         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1618         (ps_document_thumbnails_get_thumbnail):
1619
1620         Handle PostScript page orientation. Fixes bug #318568.
1621
1622 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * backend/ps/Makefile.am:
1625         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1626         (document_load), (ps_document_load), (save_document),
1627         (save_page_list), (ps_document_get_n_pages),
1628         (ps_document_get_page_size), (ps_document_get_info),
1629         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1630         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1631         (ps_document_thumbnails_get_thumbnail),
1632         (ps_document_thumbnails_get_dimensions),
1633         (ps_document_document_thumbnails_iface_init):
1634         * backend/ps/ps.[ch]: (psgetpagebox):
1635         * backend/ps/ps-interpreter.[ch]:
1636
1637         Add support for thumbnails in ps backend. Fixes bug #164755. 
1638
1639 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1640
1641         * NEWS:
1642         * configure.ac:
1643         
1644         Release 0.7.2
1645
1646 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1649         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1650         (ev_window_dispose):
1651
1652         Use document thumbnail as window icon. Fixes bug #384442.
1653
1654 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1655
1656         * configure.ac:
1657
1658         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1659         duplicated adding application/x-bzpostscript instead. 
1660
1661 2007-02-11  Tom Parker  <palfrey@tevp.net>
1662
1663         * backend/ps/ps-document.c: (document_load):
1664
1665         Check return value of psscan before trying
1666         to use it. Fixes bug #372414.
1667
1668 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1671
1672         Fix invalid free in ev-page-cache. Fixes bug #404745.
1673
1674 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1675
1676         * test/Makefile.am:
1677         * test/test3.py:
1678         
1679         Added reload test case.
1680
1681 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * po/POTFILES.in:
1684         * backend/djvu/djvu-document.c: (djvu_document_load):
1685
1686         Check whether there are missing files in indirect multipage djvu
1687         documents. Fixes bug #361683. 
1688
1689 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1690
1691         * test/Makefile.am:
1692         * test/test-mime.bin:
1693         * test/test3.py:
1694         
1695         Added test for slow mime type
1696
1697 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1700
1701         Add some checks and call parent_class->finalize. Fixes bug #404745.
1702
1703 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1704
1705         * shell/ev-navigation-action.c: (connect_proxy):
1706         
1707         Fixes dropdown history menu. Thanks a lot Carlos!
1708
1709 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1712
1713         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1714         bug #373715.
1715
1716 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * backend/ps/ps.c: (psscan):
1719
1720         Fix memory leak. 
1721
1722 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * configure.ac:
1725         * libdocument/ev-file-helpers.c: 
1726
1727         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1728
1729 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * configure.ac:
1732         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1733         (ps_interpreter_start), (document_load), (save_document),
1734         (save_page_list):
1735         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1736         * libdocument/ev-document-factory.c:
1737         (ev_document_factory_get_from_mime), (get_document_from_uri),
1738         (free_uncompressed_uri), (ev_document_factory_get_document):
1739         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1740
1741         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1742
1743 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * libdocument/ev-document.h:
1746
1747         Fix typo in function name. 
1748
1749 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * backend/ps/ps-document.c: (ps_interpreter_finished),
1752         (ps_interpreter_start), (ps_interpreter_failed):
1753
1754         Handle ghostscript interpreter crashes. 
1755
1756 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c: (ev_window_open_uri),
1759         (window_configure_event_cb):
1760
1761         Setup window size and position before showing it. Fixes bug #401711.
1762
1763 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * backend/ps/Makefile.am:
1766         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1767         (ps_document_dispose), (ps_document_class_init),
1768         (ps_interpreter_input), (ps_interpreter_output),
1769         (ps_interpreter_error), (setup_interpreter_env),
1770         (ps_interpreter_start), (ps_interpreter_stop),
1771         (ps_interpreter_failed), (ps_interpreter_is_ready),
1772         (check_filecompressed), (document_load), (ps_document_load),
1773         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1774         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1775         (render_page):
1776
1777         Rework ps-document. Code cleanups, remove deprecated code. 
1778
1779 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-view.c: (ev_view_button_press_event):
1782
1783         Do not start an image drag and drop operation when pointer is on 
1784         text, so that we can select text when the whole background is an
1785         image. 
1786
1787 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * shell/ev-window.c: (ev_window_update_actions): 
1790
1791         Disable all zoom related actions during presentation mode. 
1792
1793 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1794
1795         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1796
1797         Do not zoom in or out on presentation mode. Fixes bug #401305.
1798
1799 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1800
1801         * shell/ev-navigation-action.c: (connect_proxy),
1802         (create_menu_item), (ev_navigation_action_class_init):
1803         
1804         Correctly show menu and fix crash when navigaton 
1805         action is out of toolbar visible area.
1806
1807 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1808
1809         * data/Makefile.am:
1810         * data/evince.1:
1811         
1812         Added man file
1813
1814 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1815
1816         * help/reference/* :
1817         * configure.ac:
1818         
1819         Added gtk-doc based documentation for Evince.
1820         Still in initial state but I hope it will
1821         grow.
1822         
1823         * configure.ac:
1824         
1825         Lower dbus requirement to 0.70
1826
1827 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-window.c: (ev_window_add_history):
1830
1831         Fix memory leak. 
1832
1833 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1834
1835         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1836         * shell/ev-view.h:
1837         * shell/ev-window.c: (ev_window_add_history):
1838         
1839         Correctly handle named destination links
1840
1841 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1842
1843         * NOTES:
1844         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1845         * backend/pdf/ev-poppler.cc:
1846         * libdocument/ev-document-links.h:
1847         * libdocument/ev-link.c: (ev_link_get_page):
1848         * libdocument/ev-link.h:
1849         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1850         (ev_history_add_link):
1851         * shell/ev-history.h:
1852         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1853         (new_history_menu_item), (build_menu):
1854         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1855         * shell/ev-sidebar-links.c: (create_loading_model),
1856         (print_section_cb), (ev_sidebar_links_construct),
1857         (fill_page_labels), (update_page_callback_foreach),
1858         (update_page_callback), (job_finished_callback):
1859         * shell/ev-view.c: (ev_view_handle_link):
1860         * shell/ev-window.c: (ev_window_find_chapter),
1861         (ev_window_add_history), (view_handle_link_cb),
1862         (history_changed_cb):
1863         
1864         Implements another history variant
1865
1866 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-window.c: (view_external_link_cb):
1869         * shell/ev-view.c: (ev_view_button_release_event):
1870
1871         Open links in new window when clicking with middle button. 
1872
1873 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * shell/ev-navigation-action.c: (new_history_menu_item):
1876         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1877         * shell/ev-view.c: (ev_view_handle_link):
1878         * shell/ev-window.c:
1879         
1880         Store link before jump, not the destination. For me it 
1881         seems like more natural history behavior.
1882
1883 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1884
1885         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1886         (ev_navigation_action_class_init):
1887         * shell/ev-navigation-action.h:
1888         * shell/ev-page-action.c: (activate_cb):
1889         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1890         (ev_page_cache_set_current_page_history):
1891         * shell/ev-page-cache.h:
1892         * shell/ev-sidebar-thumbnails.c:
1893         (ev_sidebar_tree_selection_changed),
1894         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1895         * shell/ev-view-private.h:
1896         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1897         * shell/ev-view.h:
1898         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1899         (ev_window_setup_document), (ev_window_load_job_cb):
1900         * shell/ev-window.h:
1901         
1902         History finally works as expected.
1903
1904 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1907
1908         Do not update links treeview if it doesn't have a model assigned yet. 
1909
1910 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1913         (ev_sidebar_links_class_init), (update_page_callback):
1914
1915         Do not update links treeview when sidepane is not visible. 
1916
1917 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * shell/ev-marshal.list:
1920         * shell/ev-page-action.c: (activate_cb),
1921         (ev_page_action_class_init):
1922         * shell/ev-page-action.h:
1923         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1924         * shell/ev-window.c:
1925         
1926         Remove activate_link signal, not required.
1927
1928 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1929
1930         * shell/ev-navigation-action.c: (build_menu):
1931         
1932         Reorder menu items and build menu with fixed length.
1933
1934 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1935
1936         * shell/ev-view.c: (get_selected_text):
1937         
1938         Normalize text to fix ligatures problem. See bug
1939         #341947 for details.
1940
1941 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1944
1945         Fix memory leak in ev-page-cache. 
1946
1947 2007-01-25  Tom Parker <palfrey@tevp.net>
1948
1949         * backend/impress/impress-document.c: (impress_document_load),
1950         (impress_document_finalize), (impress_document_init):
1951         * properties/ev-properties-main.c: (ev_properties_get_pages):
1952         
1953         Correctly handle impress document errors. Fixes nautilus
1954         crash in property page #370491.
1955
1956 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1959         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1960         (ev_job_queue_remove_job):
1961         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1962         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1963         (ev_job_load_run):
1964         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1965         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1966         (ev_window_load_job_cb), (xfer_update_progress_callback),
1967         (ev_window_open_uri), (ev_window_dispose):
1968         * shell/main.c: (main):
1969
1970         Do file transfer asynchronously in the main thread instead of
1971         synchronously in the load thread. Fixes bugs #399694, #398307 and
1972         #343542.
1973
1974 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * shell/ev-jobs.c: (ev_job_xfer_run):
1977
1978         Load the document with the font-config lock held. 
1979
1980 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * backend/ps/ps-document.c: (start_interpreter):
1983
1984         Fix memory leaks in ps backend. 
1985
1986 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * backend/impress/impress-document.c:
1989         (impress_document_render_pixbuf):
1990
1991         Do not acquire fontconfig lock in impress backend, since it is using
1992         the main loop for rendering. 
1993
1994 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * po/POTFILES.in: 
1997
1998         Remove mdvi files that shouldn't be translated. 
1999
2000 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * shell/ev-view-private.h:
2003         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2004         (ev_view_set_zoom):
2005
2006         Render "loading..." text into a cairo surface instead of directly into
2007         the window so that fontconfig lock is only needed once and UI is not
2008         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2009
2010 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2013         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2014
2015         Use icon theme associated with the window screen rather than default. 
2016
2017 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2018
2019         * configure.ac:
2020
2021         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2022
2023 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2024
2025         * data/icons/*/apps/evince.*:
2026
2027         Move Evince icons under new apps directory.
2028
2029         * data/icons/*/actions/*:
2030
2031         Add new custom themeable Evince icons: view-page-continuous, 
2032         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2033         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2034
2035         * configure.ac:
2036
2037         Add new directories to AC_CONFIG_FILES.
2038
2039         * shell/ev-stock-icons.c:
2040         * shell/ev-stock-icons.h:
2041
2042         Use new custom themeable icons.
2043
2044 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2047
2048         Do not draw white background page in presentation mode. 
2049
2050 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2051
2052         * shell/ev-view.c: Remove unused gnome-vfs include.
2053
2054 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2055
2056         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2057         
2058         Format string is corrected, fixes bug #397129.
2059
2060 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-window.c: (ev_window_setup_recent):
2063
2064         Do not include in recent menu inexistent documents. Fixes
2065         bug #339171.
2066
2067 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * po/POTFILES.skip: 
2070
2071         Update POTFILES.skip file according to current source tree. 
2072
2073 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-window.c: (file_save_dialog_response_cb):
2076
2077         Do Save a copy in atomic way. Fixes bug #328266. 
2078
2079 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2082
2083         Keep selected cell always visible in index treeview.
2084
2085 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2086         
2087         * shell/ev-view.c: (ev_view_size_allocate):
2088
2089         Restore horizontal scrollbar after switching to/from fullscreen
2090         or presentation mode. Fixes bug #331728.
2091
2092 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * shell/ev-view-private.h:
2095         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2096         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2097         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2098         (ev_view_can_zoom_out):
2099
2100         Use max and min scale values in the view iby taking dpi into account. 
2101
2102 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * configure.ac:
2105         * NEWS:
2106
2107         Release 0.7.1
2108
2109 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-window.c: (ev_window_print_send):
2112
2113         Send print job to printer with some settings set to default values,
2114         since we have already exported to a file according to such settings
2115         and they could be taken twice by some printers. 
2116
2117 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-jobs.c: (ev_job_xfer_run):
2120         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2121
2122         Show main window and load document with the font-config lock held. 
2123
2124 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * configure.ac:
2127         * shell/ev-application.c: (ev_application_register_service):
2128         * shell/main.c: (load_files_remote):
2129
2130         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2131
2132 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2133
2134         * doc/debugging.txt:
2135         
2136         Remove obsolete documentation.
2137
2138 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2139
2140         * Makefile.am:
2141         * backend/Makefile.am:
2142         * backend/comics/Makefile.am:
2143         * backend/djvu/Makefile.am:
2144         * backend/dvi/Makefile.am:
2145         * backend/ev-async-renderer.c:
2146         * backend/ev-async-renderer.h:
2147         * backend/ev-attachment.c:
2148         * backend/ev-attachment.h:
2149         * backend/ev-backend-marshal.c:
2150         * backend/ev-document-factory.c:
2151         * backend/ev-document-factory.h:
2152         * backend/ev-document-find.c:
2153         * backend/ev-document-find.h:
2154         * backend/ev-document-fonts.c:
2155         * backend/ev-document-fonts.h:
2156         * backend/ev-document-images.c:
2157         * backend/ev-document-images.h:
2158         * backend/ev-document-info.h:
2159         * backend/ev-document-links.c:
2160         * backend/ev-document-links.h:
2161         * backend/ev-document-misc.c:
2162         * backend/ev-document-misc.h:
2163         * backend/ev-document-security.c:
2164         * backend/ev-document-security.h:
2165         * backend/ev-document-thumbnails.c:
2166         * backend/ev-document-thumbnails.h:
2167         * backend/ev-document-transition.c:
2168         * backend/ev-document-transition.h:
2169         * backend/ev-document.c:
2170         * backend/ev-document.h:
2171         * backend/ev-file-exporter.c:
2172         * backend/ev-file-exporter.h:
2173         * backend/ev-image.c:
2174         * backend/ev-image.h:
2175         * backend/ev-link-action.c:
2176         * backend/ev-link-action.h:
2177         * backend/ev-link-dest.c:
2178         * backend/ev-link-dest.h:
2179         * backend/ev-link.c:
2180         * backend/ev-link.h:
2181         * backend/ev-render-context.c:
2182         * backend/ev-render-context.h:
2183         * backend/ev-selection.c:
2184         * backend/ev-selection.h:
2185         * backend/impress/Makefile.am:
2186         * backend/pdf/Makefile.am:
2187         * backend/pixbuf/Makefile.am:
2188         * backend/ps/Makefile.am:
2189         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2190         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2191         (start_interpreter), (stop_interpreter), (document_load),
2192         (ps_document_next_page), (render_page):
2193         * backend/tiff/Makefile.am:
2194         * comics/Makefile.am:
2195         * comics/comics-document.c:
2196         * comics/comics-document.h:
2197         * configure.ac:
2198         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2199         * djvu/Makefile.am:
2200         * djvu/djvu-document-private.h:
2201         * djvu/djvu-document.c:
2202         * djvu/djvu-document.h:
2203         * djvu/djvu-links.c:
2204         * djvu/djvu-links.h:
2205         * djvu/djvu-text-page.c:
2206         * djvu/djvu-text-page.h:
2207         * djvu/djvu-text.c:
2208         * djvu/djvu-text.h:
2209         * dvi/Makefile.am:
2210         * dvi/dvi-document.c:
2211         * dvi/dvi-document.h:
2212         * dvi/fonts.c:
2213         * dvi/fonts.h:
2214         * dvi/mdvi-lib/Makefile.am:
2215         * dvi/mdvi-lib/afmparse.c:
2216         * dvi/mdvi-lib/afmparse.h:
2217         * dvi/mdvi-lib/bitmap.c:
2218         * dvi/mdvi-lib/bitmap.h:
2219         * dvi/mdvi-lib/color.c:
2220         * dvi/mdvi-lib/color.h:
2221         * dvi/mdvi-lib/common.c:
2222         * dvi/mdvi-lib/common.h:
2223         * dvi/mdvi-lib/defaults.h:
2224         * dvi/mdvi-lib/dvimisc.c:
2225         * dvi/mdvi-lib/dviopcodes.h:
2226         * dvi/mdvi-lib/dviread.c:
2227         * dvi/mdvi-lib/files.c:
2228         * dvi/mdvi-lib/font.c:
2229         * dvi/mdvi-lib/fontmap.c:
2230         * dvi/mdvi-lib/fontmap.h:
2231         * dvi/mdvi-lib/fontsrch.c:
2232         * dvi/mdvi-lib/gf.c:
2233         * dvi/mdvi-lib/hash.c:
2234         * dvi/mdvi-lib/hash.h:
2235         * dvi/mdvi-lib/list.c:
2236         * dvi/mdvi-lib/mdvi.h:
2237         * dvi/mdvi-lib/pagesel.c:
2238         * dvi/mdvi-lib/paper.c:
2239         * dvi/mdvi-lib/paper.h:
2240         * dvi/mdvi-lib/pk.c:
2241         * dvi/mdvi-lib/private.h:
2242         * dvi/mdvi-lib/setup.c:
2243         * dvi/mdvi-lib/sp-epsf.c:
2244         * dvi/mdvi-lib/special.c:
2245         * dvi/mdvi-lib/sysdeps.h:
2246         * dvi/mdvi-lib/t1.c:
2247         * dvi/mdvi-lib/tfm.c:
2248         * dvi/mdvi-lib/tfmfile.c:
2249         * dvi/mdvi-lib/tt.c:
2250         * dvi/mdvi-lib/util.c:
2251         * dvi/mdvi-lib/vf.c:
2252         * dvi/pixbuf-device.c:
2253         * dvi/pixbuf-device.h:
2254         * impress/Makefile.am:
2255         * impress/common.h:
2256         * impress/document.c:
2257         * impress/f_oasis.c:
2258         * impress/f_oo13.c:
2259         * impress/iksemel.c:
2260         * impress/iksemel.h:
2261         * impress/imposter.h:
2262         * impress/impress-document.c:
2263         * impress/impress-document.h:
2264         * impress/internal.h:
2265         * impress/r_back.c:
2266         * impress/r_draw.c:
2267         * impress/r_geometry.c:
2268         * impress/r_gradient.c:
2269         * impress/r_style.c:
2270         * impress/r_text.c:
2271         * impress/render.c:
2272         * impress/render.h:
2273         * impress/zip.c:
2274         * impress/zip.h:
2275         * lib/Makefile.am:
2276         * lib/ev-debug.c:
2277         * lib/ev-debug.h:
2278         * lib/ev-file-helpers.c:
2279         * lib/ev-file-helpers.h:
2280         * lib/ev-gui.c:
2281         * lib/ev-gui.h:
2282         * lib/ev-tooltip.c:
2283         * lib/ev-tooltip.h:
2284         * libdocument/Makefile.am:
2285         * libdocument/ev-file-helpers.c:
2286         * pdf/Makefile.am:
2287         * pdf/ev-poppler.cc:
2288         * pdf/ev-poppler.h:
2289         * pixbuf/Makefile.am:
2290         * pixbuf/pixbuf-document.c:
2291         * pixbuf/pixbuf-document.h:
2292         * properties/Makefile.am:
2293         * ps/Makefile.am:
2294         * ps/gsdefaults.c:
2295         * ps/gsdefaults.h:
2296         * ps/gsio.c:
2297         * ps/gsio.h:
2298         * ps/gstypes.h:
2299         * ps/ps-document.c:
2300         * ps/ps-document.h:
2301         * ps/ps.c:
2302         * ps/ps.h:
2303         * shell/Makefile.am:
2304         * shell/ev-application.h:
2305         * shell/ev-sidebar-links.c:
2306         * shell/ev-sidebar-links.h:
2307         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2308         (ev_gui_menu_position_tree_selection):
2309         * shell/ev-utils.h:
2310         * shell/ev-view.c: (ev_view_finalize):
2311         * shell/ev-window.c:
2312         * shell/main.c: (main):
2313         * thumbnailer/Makefile.am:
2314         * tiff/Makefile.am:
2315         * tiff/tiff-document.c:
2316         * tiff/tiff-document.h:
2317         * tiff/tiff2ps.c:
2318         * tiff/tiff2ps.h:
2319         
2320         Reorganize source tree.
2321
2322 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * backend/ev-document-factory.c:
2325
2326         Do not include ev-poppler.h when pdf is disabled. 
2327
2328 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * configure.ac:
2331         * data/evince-ui.xml:
2332         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2333         (pdf_document_document_images_iface_init):
2334         * backend/Makefile.am:
2335         * backend/ev-document-images.[ch]:
2336         * backend/ev-image.[ch]:
2337         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2338         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2339         (ev_job_xfer_run):
2340         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2341         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2342         (ev_pixbuf_cache_get_image_mapping):
2343         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2344         (view_menu_popup_cb), (ev_window_dispose),
2345         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2346         (ev_view_popup_cmd_copy_image):
2347         * shell/ev-view-private.h:
2348         * shell/ev-view.c: (ev_view_get_image_at_location),
2349         (ev_view_do_popup_menu), (ev_view_popup_menu),
2350         (ev_view_button_press_event), (ev_view_drag_data_get),
2351         (ev_view_drag_motion), (ev_view_drag_data_received),
2352         (ev_view_motion_notify_event), (ev_view_button_release_event),
2353         (ev_view_finalize), (ev_view_class_init):
2354
2355         Add image handling support. Fixes bugs #310008 and #325047. Images
2356         selection is not supported yet. 
2357
2358 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2361         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2362         (ev_view_init):
2363
2364         Move view drag and drop stuff to ev-view.
2365
2366 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2369         * shell/ev-view.c: (clear_selection): 
2370
2371         Clear selection also in pixbuf cache.
2372
2373 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2374
2375         * data/evince.desktop.in.in:
2376         
2377         Change icon name in desktop file. See bug #390734
2378         for details.
2379
2380 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2381
2382         * thumbnailer/Makefile.am:
2383
2384         Use top_builddir instead top_srcdir for generated schema
2385         file installation. Fixes bug #390161.
2386
2387 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * configure.ac:
2390         * backend/Makefile.am:
2391         * backend/ev-document-transition.[ch]:
2392         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2393         (pdf_document_page_transition_iface_init):
2394         * shell/ev-view-private.h:
2395         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2396         (ev_view_set_presentation), (transition_next_page),
2397         (ev_view_presentation_transition_stop),
2398         (ev_view_presentation_transition_start), (ev_view_next_page):
2399
2400         Add page transition support in presentation mode. At the moment only
2401         page duration is supported, but not transition effects. Fixes bug
2402         #309815.
2403
2404 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2407
2408         Run find_link_dest with document lock held, since it's called by links
2409         thread and main thread at the same time. 
2410
2411 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * shell/ev-view.c: (goto_dest):
2414
2415         Update page-cache when page is changed by the view, so that
2416         page-changed signal is emitted. 
2417
2418 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * test/test1.py:
2421         * test/test2.py:
2422
2423         Use C locale in tests. 
2424
2425 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-window.c: (ev_window_run_presentation):
2428         * shell/ev-view-private.h:
2429         * shell/ev-view.c: (ev_view_set_presentation):
2430
2431         Restore zoom settings when back from presentation mode. 
2432
2433 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2434
2435         * shell/ev-window.c: (ev_window_run_presentation):
2436
2437         Always use "best fit" zoom in presentation mode.
2438         Fixes bug #389195.
2439
2440 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2441
2442         * shell/ev-view.c: (ev_view_goto_window_create):
2443
2444         Show "Jump to page" label in the page jumping popup in
2445         presentation mode instead of just a GtkEntry.
2446
2447 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-window.c: (launch_external_uri):
2450
2451         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2452         #378085.
2453
2454 2006-12-22  Elijah Newren  <newren gmail com>
2455
2456         * configure.ac: explicitly check for libxml2.  Fixes #388795
2457
2458 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * shell/ev-view-private.h:
2461         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2462         (ev_view_goto_window_delete_event), (key_is_numeric),
2463         (ev_view_goto_window_key_press_event),
2464         (ev_view_goto_window_button_press_event),
2465         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2466         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2467         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2468
2469         Allow jumping to another page by typing a page number in presentation
2470         mode. It uses a popup window with an entry. Fixes bug #353625.
2471
2472 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2473
2474         * configure.ac:
2475         * properties/ev-properties-view.c: (ev_get_default_user_units),
2476         (ev_regular_paper_size):
2477         
2478         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2479         to Damien Carbery <damien.carbery@sun.com> and
2480         Yevgen Muntyan <muntyan@tamu.edu>.
2481
2482 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2483
2484         * shell/ev-window.c: (setup_document_from_metadata):
2485
2486         Make sure Evince doesn't restore the view on the last
2487         page when a document is reopened. Fixes bug #383381.
2488
2489 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2490
2491         * shell/ev-view.c: (draw_loading_text):
2492
2493         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2494
2495 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * configure.ac:
2498         * NEWS:
2499
2500         Release 0.7.0
2501
2502 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * configure.ac:
2505         * pdf/ev-poppler.cc: (pdf_print_context_free),
2506         (pdf_document_file_exporter_begin),
2507         (pdf_document_file_exporter_do_page):
2508
2509         Make cairo-pdf depedency optional. 
2510
2511 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2514
2515         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2516
2517 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2520         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2521         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2522         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2523         * shell/ev-view.c: (draw_loading_text):
2524         * shell/ev-window.c: (ev_window_cmd_file_properties):
2525
2526         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2527         related to using FontConfig from different threads.
2528         
2529 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * shell/ev-view.c: (draw_loading_text):
2532
2533         Acquire lock document when drawing "Loading..." text so that only one
2534         thread will use FontConfig at the same time. Fixes bug #374750.
2535
2536 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-page-action.[ch]: (activate_cb):
2539         * shell/ev-window.c: (activate_label_cb):
2540
2541         Check if text inserted in page entry is a valid page number when it
2542         doesn't match to any document page label. Fixes bug #383165.
2543
2544 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2545         * shell/ev-window.c:
2546
2547         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2548         available with GTK < 2.10. Added an ifdef to avoid compilation
2549         error.
2550
2551 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * configure.ac:
2554         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2555
2556         Fix ps backend in multihead systems.
2557
2558 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2561         * shell/ev-window.c: (ev_window_get_screen_dpi),
2562         (ev_window_update_actions), (setup_view_from_metadata),
2563         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2564
2565         Take screen DPI into account when zooming. Fixes bug #318285.
2566
2567 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2568
2569         * data/Makefile.am:
2570
2571         Cleaned up/slightly refactored Makefile.am. Added GConf
2572         schemas uninstallation as well.
2573
2574 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2575
2576         * Makefile.am:
2577         * test/Makefile.am:
2578
2579         Fight with autotools to fix make check. Make distcheck
2580         works fine as well now!
2581
2582 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2583
2584         * shell/ev-view.c: (draw_end_presentation_page):
2585
2586         Corrected "end of presentation" string.
2587
2588 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2589
2590         * shell/ev-view.c: (ev_view_key_press_event):
2591
2592         Correctly propagate key press event so that up/down keys
2593         work as expected (correct behaviour was broken by
2594         black/white screen key bindings for presentations).
2595
2596 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2599         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2600         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2601         (pdf_selection_get_selection_region),
2602         (pdf_selection_get_selection_map):
2603
2604         Add "static" to some private functions. 
2605
2606 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2607
2608         * lib/ev-tooltip.h:
2609         * properties/ev-properties-view.h:
2610         * shell/ev-jobs.h:
2611         * shell/ev-properties-dialog.h:
2612         * shell/ev-properties-fonts.h:
2613         * shell/ev-sidebar-links.h:
2614         * shell/ev-sidebar-thumbnails.h:
2615         * shell/ev-sidebar.h:
2616         * shell/ev-window.h:
2617         
2618         Fixes CHACK type in class casts. See bug #385343
2619         for details.
2620
2621 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * shell/ev-view-private.h:
2624         * shell/ev-view.c: (draw_end_presentation_page),
2625         (ev_view_expose_event), (ev_view_key_press_event),
2626         (ev_view_class_init), (ev_view_init):
2627
2628         Blank screen in presentation mode when pressing 'b' (filling with
2629         black) or 'w' (filling with white) keys. Fixes bug #358132.
2630
2631 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2632
2633         * data/evince-toolbar.xml:
2634         * shell/ev-window.c:
2635         
2636         Use stock icon for Select All action. Fixes
2637         bug #382652.
2638
2639 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2640
2641         * shell/ev-view.c: (get_doc_point_from_offset),
2642         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2643
2644         Add links support in rotated documents. Fixes bug #343733.
2645
2646 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-view-private.h:
2649         * shell/ev-view.c: (draw_end_presentation_page),
2650         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2651
2652         Show a blank page after the last page in presentation mode with a
2653         message indicating that presentation has finished and how to exit. 
2654
2655 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-window.c: (fullscreen_timeout_cb):
2658
2659         Hide cursor after a while in presentation mode. 
2660
2661 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2662
2663         * backend/ev-document-info.h:
2664         * data/evince-properties.glade:
2665         * pdf/ev-poppler.cc:
2666         * properties/ev-properties-view.c: (ev_regular_paper_size),
2667         (ev_properties_view_set_info):
2668         * ps/ps-document.c: (ps_document_get_info):
2669
2670         Adds a paper size field to the properties dialog. Fixes
2671         bug #307315. Patch by Kasper Svendsen (with some i18n
2672         changes done by me).
2673
2674 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2675
2676         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2677         (screensaver_init_dbus), (totem_scrsaver_new),
2678         (totem_scrsaver_init):
2679         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2680         * shell/ev-application.c: (ev_application_register_service),
2681         (ev_application_screensaver_enable),
2682         (ev_application_screensaver_disable):
2683         * shell/ev-application.h:
2684         * shell/ev-window.c: (ev_window_run_presentation),
2685         (ev_window_stop_presentation), (build_comments_string),
2686         (ev_window_init):
2687         
2688         Move screensaver handling to application. No more
2689         message on startup.
2690
2691 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * configure.ac:
2694         * backend/Makefile.am:
2695         * backend/ev-file-exporter.[ch]:
2696         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2697         * ps/ps-document.c: (ps_document_file_exporter_*):
2698         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2699         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2700         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2701         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2702
2703         Allow printing to PDF when suppoted by the backend.
2704         
2705 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-window.c: (build_comments_string):
2708
2709         Use always "Document Viewer" in about dialog. 
2710
2711 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * djvu/djvu-document.c: (djvu_document_get_page_size):
2714
2715         Display a warning message when get_pageinfo fails. 
2716
2717 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2718
2719         * Makefile.am:
2720         * backend/Makefile.am:
2721         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2722         * configure.ac:
2723         * shell/ev-window.c: (build_comments_string):
2724         
2725         Make pdf compilation optional. See bug #38007.
2726
2727 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * ps/ps.c: (get_next_text):
2730
2731         Fix CVE-2006-5864.
2732
2733 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2736         * shell/ev-navigation-action.c: (connect_proxy),
2737         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2738         
2739         Do not call g_type_class_peek_parent twice.
2740
2741 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * configure.ac:
2744         * data/icons/24x24/.cvsignore:
2745         * data/icons/24x24/Makefile.am:
2746         * data/icons/24x24/evince.png:
2747         * data/icons/Makefile.am:
2748         
2749         Add 24x24 icon. Thanks to 
2750         Michael Monreal <infernux@web.de>.
2751
2752 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2753
2754         * configure.ac: Fix typo in configure.ac. Thanks
2755         to dmacks@netspace.org for notification.
2756
2757 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2758
2759         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2760         
2761         Drop dbus include, fixes compilation with older dbus.
2762
2763 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2764
2765         * configure.ac:
2766         * cut-n-paste/Makefile.am:
2767         * cut-n-paste/totem-screensaver/.cvsignore
2768         * cut-n-paste/totem-screensaver/Makefile.am:
2769         * cut-n-paste/totem-screensaver/README:
2770         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2771         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2772         * shell/Makefile.am:
2773         * shell/ev-window.c: (ev_window_run_presentation),
2774         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2775         (ev_window_init):
2776
2777         Implemented screensaver enabling/disabling for
2778         presentation mode (not fullscreen mode). Code stolen
2779         from Totem (with some minor tweaks). Fixes bug #338889.
2780
2781 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2782
2783         * configure.ac:
2784
2785         Bump gnome-icon-theme requirements. We use the rotation
2786         icons that appeared recently.
2787
2788 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * shell/ev-history.c: (ev_history_add_page):
2791         * shell/ev-history.h:
2792         * shell/ev-window.c: (page_changed_cb):
2793         
2794         Use page labels instead of numbers.
2795
2796 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2797
2798         * data/evince-toolbar.xml:
2799         * po/POTFILES.in:
2800         * shell/Makefile.am:
2801         * shell/ev-navigation-action-widget.c:
2802         (ev_navigation_action_widget_init),
2803         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2804         (menu_detacher), (ev_navigation_action_widget_set_menu),
2805         (menu_position_func), (popup_menu_under_arrow),
2806         (ev_navigation_action_widget_toggled),
2807         (ev_navigation_action_widget_button_press_event):
2808         * shell/ev-navigation-action-widget.h:
2809         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2810         (ev_navigation_action_set_window), (activate_menu_item_cb),
2811         (new_history_menu_item), (new_empty_history_menu_item),
2812         (build_menu), (menu_activated_cb), (connect_proxy),
2813         (create_tool_item), (ev_navigation_action_init),
2814         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2815         * shell/ev-navigation-action.h:
2816         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2817         (ev_page_action_widget_set_page_cache),
2818         (ev_page_action_widget_finalize),
2819         (ev_page_action_widget_class_init), (match_selected_cb),
2820         (display_completion_text), (match_completion), (build_new_tree_cb),
2821         (get_filter_model_from_model),
2822         (ev_page_action_widget_update_model):
2823         * shell/ev-page-action-widget.h:
2824         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2825         (connect_proxy):
2826         * shell/ev-page-action.h:
2827         * shell/ev-stock-icons.c:
2828         * shell/ev-stock-icons.h:
2829         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2830         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2831         (register_custom_actions):
2832         * shell/main.c:
2833         
2834         Preliminary history implementation
2835
2836 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2837
2838         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2839         (dvi_document_class_init), (dvi_document_init_params):
2840         * dvi/mdvi-lib/font.c: (font_reference):
2841         
2842         Add reference to subfont. Fixes bug #374277.
2843
2844 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2847         (ev_window_cmd_file_open_copy_at_dest):
2848
2849         Fix a race condition when creating symlink. Increase the counter
2850         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2851         Mathias Hasselmann).
2852
2853 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * backend/Makefile.am:
2856         * backend/ev-attachment.c: (ev_attachment_open):
2857         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2858         (ev_tmp_dir), (ev_tmp_filename):
2859         * shell/ev-sidebar-attachments.c:
2860         (ev_sidebar_attachments_drag_data_get):
2861         * shell/ev-window.c: (ev_window_clear_temp_file):
2862
2863         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2864         in ensure_dir_exists. Abort without crashing when we can't create
2865         user's directory.
2866
2867 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2868
2869         * data/evince-ui.xml:
2870         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2871         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2872         (ev_window_cmd_file_open_copy_at_dest),
2873         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2874         (ev_view_popup_cmd_open_link_new_window):
2875
2876         Allow opening a copy of the current document in a new window. Fixes bug
2877         #357472
2878
2879 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2880
2881         * data/evince-toolbar.xml:
2882         
2883         Add rotate right and rotate left to available items for toolbar.
2884         
2885         * data/evince-ui.xml:
2886         * shell/ev-window.c: (ev_window_init):
2887         
2888         Customize toolbar with right click. Fixes bug #372451.
2889
2890 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2891
2892         * shell/ev-window.c: 
2893         
2894         Use "object-rotate-{left,right}" stock icons. Fixes 
2895         bug #373863.
2896
2897 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2900         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2901         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2902         (ev_window_open_uri):
2903         * shell/main.c: (arguments_parse):
2904
2905         Remove temp file created when evince is used by GTK+ in
2906         preview mode. Fixes bug #365282. 
2907
2908 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2909
2910         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2911         
2912         Fixes bug #372474 - Side pane disabled when entering 
2913         and leaving fullscreen mode.
2914
2915 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2916
2917         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2918         * data/Makefile.am:
2919         * data/evince-preview-toolbar.xml:
2920         * data/evince-toolbar.xml:
2921         * shell/ev-application.c: (ev_application_shutdown),
2922         (ev_application_init), (ev_application_get_toolbars_model):
2923         * shell/ev-application.h:
2924         * shell/ev-window.c: (update_chrome_visibility),
2925         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2926         (ev_window_cmd_edit_toolbar), (ev_window_init):
2927         
2928         Fixes bug #364364 - toolbar editor shows zoom actions again.
2929
2930 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2933
2934         Do not take margins into consideration for paper size when printing.
2935         Really fixes bug #350491.
2936
2937 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * data/evince-ui.xml:
2940         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2941         (ev_window_cmd_file_print_setup),
2942         (ev_window_print_dialog_response_cb),
2943         (ev_window_setup_action_sensitivity):
2944
2945         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2946
2947 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-window.c: (ev_window_print_range):
2950
2951         Revert my previuos commit, since printing to PDF is not supported by
2952         evince yet. 
2953
2954 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * shell/ev-window.c: (ev_window_print_range):
2957
2958         Enable print to a PDF. Fixes bug #332121.
2959
2960 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * shell/ev-application-service.xml:
2963         * shell/ev-application.[ch]: (ev_application_open_window),
2964         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2965         (ev_application_open_uri), (ev_application_open_uri_list):
2966         * shell/ev-window.c: (file_open_dialog_response_cb),
2967         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2968         (drag_data_received_cb), (open_remote_link):
2969         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2970
2971         Add support for multiscreen systems. Fixes bug #316206.
2972
2973 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-jobs.[ch]: (ev_job_print_new),
2976         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2977         (ev_job_print_do_page):
2978         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2979
2980         Allow printing only odd/even pages. Fixes bug #367289.
2981
2982 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2983
2984         * test/test1.py:
2985         * test/test2.py:
2986
2987         Re-add locale settings to test files.
2988
2989 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2990
2991         * data/evince-ui.xml:
2992         * shell/ev-window.c: (set_action_properties):
2993         
2994         Removed garbage from code and ui.
2995
2996 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2997
2998         * shell/ev-window.c: (ev_window_cmd_help_about):
2999
3000         Shamelessly add my name to the list of contributors.
3001
3002 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3003
3004         * test/test1.py:
3005         * test/test2.py:
3006
3007         Cleaned up the dogtail scripts.
3008
3009 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3010
3011         * shell/ev-view.c: (draw_loading_text): Don't render
3012         "loading..." text in presentation mode. Temporary
3013         workaround for bug #320352.
3014
3015 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3018         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3019
3020         Use print settings scale, copies, collate and reverse which were
3021         ignored. Fixes bug #359032.
3022
3023 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * configure.ac:
3026         * data/evince-password.glade:
3027         * test/Makefile.am:
3028         * test/test-encrypt.pdf:
3029         * test/test-links.pdf:
3030         * test/test1.py:
3031         * test/test2.py:
3032
3033         Add automated UI tests for evince with dogtail. See
3034         bug #300948.    
3035
3036 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3039
3040         Hide fullscreen toolbar when switching to another desktop workspace.
3041         Fixes bug #338871
3042
3043 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * shell/ev-window-title.c: 
3046         
3047         Test for .dvi in title of pdf documents.
3048
3049 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3050
3051         * shell/ev-view.c: (ev_view_scroll):
3052
3053         Page Up/Down should do page jumps in "Best fit" mode.
3054         If a user has explicitly chosen to view exactly one page
3055         at a time, scrolling just a part of the page when
3056         pressing Page Up/Down is not right. Fixes bug #323107.
3057
3058 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * NEWS:
3061         * configure.ac:
3062         
3063         Update for 0.6.1
3064
3065 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3068         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3069         
3070         Correctly disconnect from job signals on destroy.
3071
3072 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3073
3074         * shell/ev-view-private.h:
3075         * shell/ev-view.c: (view_set_adjustment_values),
3076         (view_update_range_and_current_page),
3077         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3078         
3079         Fixes bug #343199, current page now follows find page.
3080
3081 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3082
3083         * backend/ev-document-factory.c:
3084         * configure.ac:
3085         Assigned OpenDocument presenation MIME type to the
3086         Impress backend. Added some missing (but harmless)
3087         #ifdefs in the document factory as well to make things
3088         consistent again. Fixes bug #360658.
3089
3090 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3091
3092         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3093         * backend/ev-document-find.c: (ev_document_find_get_type):
3094         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3095         * backend/ev-document-links.c: (ev_document_links_get_type):
3096         * backend/ev-document-security.c: (ev_document_security_get_type):
3097         * backend/ev-document-thumbnails.c:
3098         (ev_document_thumbnails_get_type):
3099         * backend/ev-document.c: (ev_document_get_type):
3100         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3101         * backend/ev-selection.c: (ev_selection_get_type):
3102         * cut-n-paste/recent-files/egg-recent-model.c:
3103         (egg_recent_model_get_type):
3104         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3105         (egg_recent_view_uimanager_get_type):
3106         * cut-n-paste/recent-files/egg-recent-view.c:
3107         (egg_recent_view_get_type):
3108         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3109         (egg_editable_toolbar_get_type):
3110         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3111         (egg_toolbar_editor_get_type):
3112         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3113         (egg_toolbars_model_get_type):
3114         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3115         (egg_tree_multi_drag_source_get_type):
3116         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3117         (ephy_zoom_action_get_type):
3118         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3119         (ephy_zoom_control_get_type):
3120         * impress/r_back.c: (_imp_fill_back):
3121         * properties/ev-properties-main.c:
3122         (ev_properties_plugin_register_type):
3123         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3124         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3125         (ev_view_accessible_factory_get_type):
3126
3127         Reduce relocations. Bug #360616.
3128
3129 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3130
3131         * backend/ev-document-factory.c:
3132         (ev_document_factory_get_document):
3133         
3134         Load document even if extension is wrong.
3135
3136 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3137
3138         * shell/ev-metadata-manager.c: (save_values):
3139         * shell/ev-window.c: (setup_size_from_metadata),
3140         (setup_view_from_metadata), (ev_window_setup_document),
3141         (ev_window_xfer_job_cb), (window_configure_event_cb):
3142         
3143         Set size according to the document size/page size ratio.
3144         That should correct rather wierd behaviour of the previous
3145         commit.
3146
3147 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3148
3149         * shell/ev-window.c: (setup_view_from_metadata):
3150         
3151         Set size for new windows from previous window size.
3152         See bugs #354968 and #168450 for details. Thanks
3153         to Meik Hellmund.
3154
3155 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * djvu/djvu-links.c: (build_tree):
3158
3159         Fix memory leak.
3160
3161 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3164         
3165         Don't make sidebar close button insensitive. Fixes
3166         bug #357871.
3167
3168 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3169
3170         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3171         (ev_window_set_view_accels_sensitivity):
3172         
3173         Don't enable Slash on documents which don't support
3174         find. Fixes bug #358648.
3175
3176 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3177
3178         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3179         open dialog fall back to the current document uri if the
3180         filechooser hasn't been used before. Fixes bug #356980.
3181
3182 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3183
3184         * shell/ev-window.c: (ev_window_setup_recent), 
3185         (ev_window_get_recent_file_label):
3186
3187         Escape underscores in filenames of recent file items.
3188
3189 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3190
3191         * configure.ac:
3192         
3193         Bumped poppler requirements, really 0.5.3 is very 
3194         buggy, now we require 0.5.4.
3195
3196 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * djvu/Makefile.am:
3199         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3200         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3201         (djvu_document_document_links_iface_init):
3202         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3203         (number_from_string_10), (get_djvu_link_dest),
3204         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3205         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3206         (djvu_links_get_links), (djvu_links_find_link_dest),
3207         (djvu_links_get_links_model):
3208         * djvu/djvu-links.h:
3209         
3210         Add support for links and bookmarks in djvu documents. Thanks
3211         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3212         patch.
3213
3214 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3215
3216         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3217         
3218         Reopen should reload document. Fixes 
3219         bug 327951.
3220
3221 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * configure.ac:
3224         * data/Makefile.am:
3225         * data/evince-16.png:
3226         * data/evince-22.png:
3227         * data/evince.png:
3228         * data/evince.svg:
3229         * data/icons/16x16/Makefile.am:
3230         * data/icons/16x16/evince.png:
3231         * data/icons/22x22/Makefile.am:
3232         * data/icons/22x22/evince.png:
3233         * data/icons/48x48/Makefile.am:
3234         * data/icons/48x48/evince.png:
3235         * data/icons/Makefile.am:
3236         * data/icons/scalable/Makefile.am:
3237         * data/icons/scalable/evince.svg:
3238         
3239         Install icons with correct names. Fixes
3240         bug #354429.
3241
3242 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-view.c: (ev_view_button_release_event):
3245
3246         Don't open links with middle mouse button. Fixes bug #353649
3247
3248 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3249
3250         * NEWS:
3251         * configure.ac:
3252         
3253         Update for release 0.6.0
3254
3255 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3258         Implement Close named action. Patch by Carlos Garcia Campos.
3259
3260 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3261
3262         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3263         
3264         Don't clear link mapping on copy_job_to_job_info. Fixes
3265         bug 346168.
3266
3267 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/main.c: (main):
3270
3271         Revert my previous commit, gnome_program_init owns the option context.
3272         Fix another memory leak in main. Both caught by Christian Persch. 
3273
3274 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/main.c: (main):
3277
3278         Fix memory leak.
3279
3280 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3283
3284         Fix crash when opening a pdf with password protection. 
3285
3286 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * pdf/ev-poppler.cc: (pdf_document_search_free):
3289
3290         Fix memory leak. 
3291
3292 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3293
3294         * backend/ev-document-factory.c:
3295         (ev_document_factory_get_document):
3296         * tiff/tiff-document.c: (tiff_document_finalize):
3297         
3298         More correct handling of document loading. Fixes
3299         bug #349043.
3300
3301 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * backend/ev-attachment.c: (ev_attachment_save):
3304
3305         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3306         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3307
3308 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3309         
3310         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3311         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3312
3313 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-sidebar-thumbnails.c:
3316
3317         Do not render thumbnails unless thumbnails page is active in the
3318         sidebar.
3319
3320 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3321
3322         * shell/ev-properties-dialog.c:
3323
3324         Fix dialogue spacing. Bug #351370.
3325
3326 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3327
3328         * configure.ac:
3329
3330         Use lowercase gettext catalog file names (evince.mo
3331         instead of Evince.mo)
3332
3333 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/ev-sidebar-attachments.c:
3336
3337         GtkIconTheme is now screen safe too. Fixes bug #350878
3338
3339 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * shell/ev-window.c:
3342
3343         GtkRecent manager is now screen safe. Fixes bug #350145
3344
3345 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3346
3347         * shell/ev-sidebar.c: (ev_sidebar_init):
3348         
3349         Make sidebar close icon smaller. Fix for bug 350177.
3350         See also bugs 350176 and 165770.
3351
3352 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3355
3356         Ignore zoom for xyz destinations when it's <= 1, keeping user
3357         preferences instead. Set correct sizing-mode for fith and fitv
3358         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3359
3360 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * NEWS:
3363         * configure.ac:
3364         
3365         Update for release 0.5.5
3366
3367 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3368         
3369         * shell/ev-window.c: (ev_window_cmd_escape)
3370
3371         Escape unfocus page entry. Fixes bug #345809.
3372
3373 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3376         (build_tree), (pdf_document_links_get_links),
3377         (pdf_document_links_find_link_dest):
3378         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3379         (goto_xyz_dest):
3380
3381         Convert from PDF style coordinates to X style coordinates in the
3382         backend rather than in the view. Fixes bug #338440
3383
3384 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3385
3386         * shell/ev-window.c:
3387         
3388         Remove Ctrl+Shift+T shortcut for toolbars. See
3389         the bug #350098.
3390
3391 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * configure.ac:
3394
3395         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3396         of this. 
3397
3398 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * configure.ac:
3401         * cut-n-paste/Makefile.am:
3402         * data/evince-ui.xml:
3403         * shell/Makefile.am:
3404         * shell/ev-application.[ch]:
3405         * shell/ev-window.c:
3406
3407         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3408         #349273
3409
3410 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3411
3412         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3413         findbar code: s/help/search/
3414
3415 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3416
3417         * shell/ev-window.c: (setup_document_from_metadata),
3418         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3419         (setup_view_from_metadata):
3420         
3421         Fix memory leaks.
3422
3423 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3424
3425         * autogen.sh, configure.ac: 
3426         
3427         Update automake usage. See bug 349292.
3428
3429 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * shell/eggfindbar.c: (egg_find_bar_class_init),
3432         (entry_activate_callback), (egg_find_bar_init),
3433         (egg_find_bar_set_status_text):
3434         * shell/eggfindbar.h:
3435         
3436         Unify Evince findbar with Epiphany. Nice patch
3437         from Fabricio Silva <silva@crans.org> and
3438         Frederic Peters <fpeters@entrouvert.com>. See
3439         bug #339966 for details.
3440
3441 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * data/evince.desktop.in.in:
3444         
3445         Correct information for bugzilla. Thanks to
3446         Olaf Vitters, see bug #348855.
3447
3448 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * shell/ev-jobs.[ch]:
3451         * shell/ev-sidebar-links.c:
3452         * shell/ev-window.[ch]:
3453
3454         GtkPrintJob doesn't support print ranges or current page, so we export
3455         to a ps file now when printing ranges or current page.
3456
3457 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * pdf/ev-poppler.cc:
3460         * shell/ev-window.c: (do_action_named):
3461
3462         We should be more clear about bugzilla. See the
3463         poppler bug #7623.
3464
3465 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * configure.ac:
3468         * shell/Makefile.am:
3469         * shell/ev-job-queue.c:
3470         * shell/ev-jobs.[ch]:
3471         * shell/ev-sidebar-links.c:
3472         * shell/ev-window.[ch]:
3473         
3474         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3475         #348422
3476
3477 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3480         * shell/ev-application-service.xml:
3481         * shell/ev-application.[ch]:
3482         * shell/ev-jobs.[ch]:
3483         * shell/ev-window.[ch]: (ev_window_run_preview):
3484         * shell/main.c: 
3485
3486         Add preview mode to use evince as a printing previewer. It also adds
3487         other command line options for fullscreen and presentation modes.
3488         Fixes bugs #347822, #317031
3489
3490 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3491
3492         * NEWS:
3493         * configure.ac:
3494         
3495         Update for release 0.5.4
3496
3497 2006-07-11  Bastien Nocera <hadess@hadess.net>
3498
3499         * Makefile.am:
3500         * backend/Makefile.am:
3501         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3502         * backend/ev-document-factory.h:
3503         * configure.ac:
3504         * impress/.cvsignore:
3505         * impress/Makefile.am:
3506         * impress/common.h:
3507         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3508         (imp_get_page), (imp_next_page), (imp_prev_page),
3509         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3510         * impress/f_oasis.c: (render_object), (render_page),
3511         (get_geometry), (_imp_oasis_load):
3512         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3513         (_imp_oo13_load):
3514         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3515         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3516         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3517         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3518         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3519         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3520         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3521         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3522         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3523         (iks_new_within), (iks_insert), (iks_insert_cdata),
3524         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3525         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3526         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3527         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3528         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3529         (iks_cdata), (iks_cdata_size), (iks_has_children),
3530         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3531         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3532         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3533         (iks_tree), (iks_load), (iks_save):
3534         * impress/iksemel.h:
3535         * impress/imposter.h:
3536         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3537         (imp_render_draw_bezier_real), (imp_render_get_size),
3538         (imp_render_set_fg_color), (imp_render_draw_line),
3539         (imp_render_draw_rect), (imp_render_draw_polygon),
3540         (imp_render_draw_arc), (imp_render_draw_bezier),
3541         (imp_render_open_image), (imp_render_get_image_size),
3542         (imp_render_scale_image), (imp_render_draw_image),
3543         (imp_render_close_image), (imp_render_markup),
3544         (imp_render_get_text_size), (imp_render_draw_text),
3545         (impress_document_load), (impress_document_save),
3546         (impress_document_get_n_pages), (impress_document_get_page_size),
3547         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3548         (impress_document_finalize), (impress_document_class_init),
3549         (impress_document_can_get_text), (impress_document_get_info),
3550         (impress_document_document_iface_init),
3551         (impress_document_thumbnails_get_thumbnail),
3552         (impress_document_thumbnails_get_dimensions),
3553         (impress_document_document_thumbnails_iface_init),
3554         (impress_document_init):
3555         * impress/impress-document.h:
3556         * impress/internal.h:
3557         * impress/r_back.c: (_imp_fill_back):
3558         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3559         (_imp_draw_image), (_imp_tile_image):
3560         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3561         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3562         (r_polyline):
3563         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3564         (r_draw_gradient_complex), (r_draw_gradient):
3565         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3566         (r_get_bullet):
3567         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3568         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3569         (r_text):
3570         * impress/render.c: (imp_create_context), (imp_context_set_page),
3571         (imp_context_set_step), (imp_render), (imp_delete_context):
3572         * impress/render.h:
3573         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3574         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3575         (zip_load_xml), (zip_get_size), (zip_load):
3576         * impress/zip.h:
3577         * shell/ev-utils.c:
3578         
3579         New backend to support impress slides. Fixes bug #30867.
3580
3581 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3582
3583         * shell/ev-utils.c: (using_postscript_printer):
3584         
3585         Fixes crash when print using PAPI backend,
3586         bug #345012.
3587
3588 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3589
3590         * shell/ev-jobs.c: (ev_job_xfer_run):
3591         * shell/ev-window.c: (password_dialog_response),
3592         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3593         (ev_window_dispose):
3594         Fixes bug #344160: if the xfer job doesn't complete
3595         because a password is required, reload the existing
3596         instance instead of creating a new one.
3597
3598 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * shell/main.c: (main): Call gdk_threads_init. Thus
3601         we'll avoid errors in auth dialog. Fix for the bug
3602         #343347.
3603
3604 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3605
3606         * configure.ac: Advertise pixbuf support, fix
3607         for the bug 343317.
3608
3609 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3610
3611         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3612         (ev_sidebar_thumbnails_set_document):
3613         
3614         Update sidebar thumbnails after reloading.
3615
3616 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3617
3618         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3619         * shell/ev-jobs.h:
3620         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3621         (ev_window_cmd_view_reload), (ev_window_init):
3622         
3623         Don't crash on reload. Fix for the bug #343167.
3624
3625 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * shell/ev-jobs.c: (ev_job_render_run):
3628         
3629         Check for document links.
3630
3631 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3632
3633         * backend/ev-attachment.c: (ev_attachment_save),
3634         (ev_attachment_launch_app), (ev_attachment_open):
3635         * backend/ev-document-factory.c: (get_document_from_uri):
3636         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3637         (egg_recent_view_uimanager_set_list):
3638         * ps/ps-document.c: (check_filecompressed), (document_load),
3639         (ps_document_load):
3640         * shell/ev-metadata-manager.c: (load_values):
3641         * shell/ev-password.c: (ev_password_dialog_set_property):
3642         * shell/ev-view.c: (tip_from_link):
3643         * shell/ev-window.c: (file_save_dialog_response_cb),
3644         (ev_window_print_dialog_response_cb):
3645         
3646         Use consistent quoting style. Fix for the bug #320285.
3647
3648 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3649
3650         * shell/ev-jobs.c: (ev_job_xfer_run):
3651         * shell/main.c: (load_files):
3652                 
3653         Open links with anchors. Fix for the bug #339836.
3654
3655 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3656
3657         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3658         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3659         (ev_link_dest_set_property), (ev_link_dest_finalize),
3660         (ev_link_dest_class_init), (ev_link_dest_new_named),
3661         (ev_link_dest_new_page_label):
3662         * backend/ev-link-dest.h:
3663         * shell/ev-application.c: (ev_application_open_uri):
3664         * shell/ev-view.c: (goto_dest):
3665         * shell/ev-window.c:
3666         * shell/ev-window.h:
3667         
3668         Fix page-label command line option. Bug #342070.
3669
3670 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3671
3672         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3673         
3674         Don't show highlight rects if page can't be showed. Fix for 
3675         the bug #342076
3676
3677 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * shell/ev-window.c: (setup_sidebar_from_metadata),
3680         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3681         
3682         Setup sidebar from metadata even if there is no document
3683         loaded. Fix for the bug #342807.
3684
3685 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3686
3687         * cut-n-paste/toolbar-editor/Makefile.am:
3688         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3689         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3690         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3691         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3692         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3693         (popup_context_menu_cb), (button_press_event_cb),
3694         (configure_item_sensitivity), (configure_item_cursor),
3695         (configure_item_tooltip), (connect_widget_signals),
3696         (action_sensitive_cb), (create_item_from_action),
3697         (create_item_from_position), (toolbar_drag_data_received_cb),
3698         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3699         (toolbar_drag_leave_cb), (configure_drag_dest),
3700         (toggled_visibility_cb), (toolbar_visibility_refresh),
3701         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3702         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3703         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3704         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3705         (egg_editable_toolbar_dispose),
3706         (egg_editable_toolbar_set_ui_manager),
3707         (egg_editable_toolbar_get_selected),
3708         (egg_editable_toolbar_set_selected), (set_edit_mode),
3709         (egg_editable_toolbar_set_property),
3710         (egg_editable_toolbar_get_property),
3711         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3712         (egg_editable_toolbar_new_with_model),
3713         (egg_editable_toolbar_get_edit_mode),
3714         (egg_editable_toolbar_set_edit_mode),
3715         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3716         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3717         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3718         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3719         (item_added_or_removed_cb), (toolbar_removed_cb),
3720         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3721         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3722         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3723         (editor_create_item_from_name), (append_table),
3724         (update_editor_sheet), (egg_toolbar_editor_init):
3725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3727         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3728         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3729         (toolbar_node_free), (egg_toolbars_model_get_flags),
3730         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3731         (egg_toolbars_model_get_name), (impl_add_item),
3732         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3733         (parse_data_list), (parse_item_list), (parse_toolbars),
3734         (egg_toolbars_model_load_toolbars), (parse_available_list),
3735         (parse_names), (egg_toolbars_model_load_names),
3736         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3737         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3738         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3739         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3740         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3741         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3742         (egg_toolbars_model_set_types), (fill_avail_array),
3743         (egg_toolbars_model_get_name_avail),
3744         (egg_toolbars_model_get_name_flags),
3745         (egg_toolbars_model_set_name_flags):
3746         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3747         * cut-n-paste/toolbar-editor/eggintl.h:
3748         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3749         (egg_tree_multi_drag_source_get_type),
3750         (egg_tree_multi_drag_source_row_draggable),
3751         (egg_tree_multi_drag_source_drag_data_delete),
3752         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3753         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3754         (path_list_free), (set_context_data), (get_context_data),
3755         (get_info), (egg_tree_multi_drag_drag_data_get),
3756         (egg_tree_multi_drag_motion_event),
3757         (egg_tree_multi_drag_button_press_event),
3758         (egg_tree_multi_drag_add_drag_support):
3759         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3760         * shell/ev-application.c: (ev_application_init),
3761         (ev_application_save_toolbars_model):
3762         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3763         (ev_window_cmd_edit_toolbar), (ev_window_init):
3764         
3765         Sync toolbareditor with epiphany and libegg
3766
3767 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * configure.ac: 
3770
3771         Depend on poppler 0.5.2
3772
3773 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3774
3775         * shell/ev-jobs.c: (ev_job_render_run):
3776         
3777         Check if document supports links iterface.
3778
3779 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3780
3781         * NEWS:
3782         * configure.ac:
3783         
3784         Update for release 0.5.3
3785
3786 2006-05-13  Michael Plump  <plumpy@skylab.org>
3787
3788         * configure.ac:
3789         * shell/Makefile.am:
3790         * shell/main.c: (main):
3791         
3792         Port to GOption command line parsing. Fix for the 
3793         bug #327518
3794
3795 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3796
3797         * shell/ev-window.c: (ev_window_cmd_help_about):
3798         
3799         Do not wrap license. Fix for the bug #309460.
3800
3801 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3802
3803         * configure.ac:
3804         * properties/ev-properties-main.c: (ev_properties_get_pages):
3805         * shell/ev-application.c: (ev_application_open_window),
3806         (ev_application_open_uri_at_dest):
3807         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3808         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3809         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3810         * shell/ev-utils.c: (save_print_config_to_file):
3811         * shell/ev-window.c: (ev_window_cmd_save_as),
3812         (ev_attachment_popup_cmd_save_attachment_as):
3813         * shell/main.c: (load_files_remote):
3814         
3815         Bump requirements to gtk 2.8 and drop all ifdefs used.
3816
3817 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3818
3819         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3820         * shell/ev-window.c: (ev_window_init):
3821         
3822         Show attachments page.
3823
3824 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3825
3826         * po/POTFILES.in:
3827         * shell/ev-attachment-bar.c:
3828         * shell/ev-attachment-bar.h:
3829         * shell/ev-sidebar-attachments.c:
3830         (ev_sidebar_attachments_icon_cache_add),
3831         (icon_theme_get_pixbuf_from_mime_type),
3832         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3833         (ev_sidebar_attachments_icon_cache_refresh),
3834         (ev_sidebar_attachments_get_attachment_at_pos),
3835         (ev_sidebar_attachments_popup_menu_show),
3836         (ev_sidebar_attachments_popup_menu),
3837         (ev_sidebar_attachments_button_press),
3838         (ev_sidebar_attachments_update_icons),
3839         (ev_sidebar_attachments_drag_data_get),
3840         (ev_sidebar_attachments_get_property),
3841         (ev_sidebar_attachments_destroy),
3842         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3843         (ev_sidebar_attachments_new),
3844         (ev_sidebar_attachments_set_document),
3845         (ev_sidebar_attachments_support_document),
3846         (ev_sidebar_attachments_get_label),
3847         (ev_sidebar_attachments_page_iface_init):
3848         * shell/ev-sidebar-attachments.h:
3849         * shell/ev-window.c: (update_chrome_visibility),
3850         (setup_sidebar_from_metadata), (ev_window_setup_document),
3851         (ev_window_sidebar_current_page_changed_cb),
3852         (attachment_bar_menu_popup_cb), (ev_window_init):
3853         
3854         Move attachments bar to sidebar.
3855
3856 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * pdf/ev-poppler.cc:
3859         * shell/ev-application.[ch]:
3860         * shell/main.c:
3861
3862         Fix some memory leaks.
3863
3864 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3865
3866         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3867
3868         Change the properties dialog response to
3869         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3870         will make the dialog go away when the user presses
3871         enter. With gtk+ >= 2.9 this will happen anyway, but for
3872         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3873         escape by default. Fixes bug #340539. See also bug
3874         #101293 for the gtk+ part.
3875
3876 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3877
3878         * shell/ev-view.c (tip_from_action_named): Replace some strings
3879         that were wrong. Closes #340970.
3880
3881 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3884
3885         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3886         #341049
3887
3888 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3889
3890         * djvu/Makefile.am:
3891         * dvi/Makefile.am:
3892         * dvi/mdvi-lib/Makefile.am:
3893         * properties/Makefile.am:
3894         * ps/Makefile.am:
3895         * shell/Makefile.am:
3896         * thumbnailer/Makefile.am:
3897         
3898         Due to broken libtool that is unable to track dependencies
3899         of noinst libraries we are forced to explicitely point
3900         libraries for binary. Fix for the bug #333334.
3901
3902 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * data/evince.desktop.in.in:
3905         * shell/ev-view.c: (view_update_range_and_current_page),
3906         (ev_view_next_page), (ev_view_previous_page):
3907         * shell/ev-window.c: (update_chrome_visibility),
3908         (setup_sidebar_from_metadata), (ev_window_setup_document),
3909         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3910         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3911         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3912         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3913         (ev_window_stop_presentation), (ev_window_focus_in_event),
3914         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3915         (ev_window_init):
3916         * thumbnailer/Makefile.am:
3917         
3918         Update fullscreen and presentation timeout handling. Hide
3919         cursor in presentation after timeout. Fix for the bugs
3920         #136359 and #336981.
3921
3922 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/ev-link-action.[ch]:
3925         * pdf/ev-poppler.cc: (ev_link_from_action):
3926         * shell/ev-view-private.h:
3927         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3928         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3929
3930         Add support for Named Action links
3931
3932 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * backend/Makefile.am:
3935         * backend/ev-document-links.[ch]:
3936         * backend/ev-document.[ch]:
3937         * backend/ev-link-action.[ch]:
3938         * backend/ev-link-dest.[ch]:
3939         * backend/ev-link.[ch]:
3940         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3941         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3942         * shell/ev-page-action.c: (build_new_tree_cb):
3943         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3944         (links_page_num_func), (update_page_callback):
3945         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3946         (tip_from_link):
3947         * shell/ev-jobs.c:
3948         * shell/ev-window.[ch]: (ev_window_open_uri),
3949         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3950         * shell/ev-application.[ch]: (ev_application_open_window),
3951         (ev_application_open_uri):
3952
3953         Rework links system, it adds support for remote links now and it makes
3954         easier to add new kinds of actions and destinations. Fixes bug #317292
3955
3956 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3957
3958         * data/Makefile.am:
3959         * data/evince.png:
3960         * data/evince-16.png:
3961         * data/evince-22.png:
3962         * data/evince.svg:
3963         * shell/main.c: (main):
3964         
3965         Evince use it's own icon. Fix for the bug #313392.
3966
3967         * shell/ev-window.c: (fullscreen_timeout_cb),
3968         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3969         (ev_window_cmd_help_about), (ev_window_dispose):
3970         
3971         Simplify fullscreen timeout code.
3972
3973 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * backend/ev-attachment.c: 
3976         * shell/ev-attachment-bar.c:
3977         * shell/ev-window.c:
3978
3979         Allow multiple selection of attachments
3980
3981 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * shell/ev-view.c: (view_update_range_and_current_page),
3984         (ev_view_scroll):
3985         
3986         Fix for the bug #312573 – Optimal selection of current 
3987         page among visible pages.
3988
3989 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * configure.ac:
3992         * djvu/Makefile.am:
3993         * djvu/djvu-text.h:
3994         
3995         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3996         for the bug 339868.
3997
3998 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3999
4000         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4001
4002 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4003
4004         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4005         dictated by the GNOME HIG. Fixes bug #339235.
4006
4007 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4008
4009         * data/evince-ui.xml:
4010         * shell/ev-view.c: (ev_view_can_find_previous):
4011         * shell/ev-view.h:
4012         * shell/ev-window.c: (ev_window_update_actions),
4013         (ev_window_cmd_edit_find_previous):
4014
4015         Add support for "Find Previous" as dictated by the GNOME HIG. A
4016         menu item is added and some glue code to make it all work is added
4017         to various files.
4018
4019 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4020
4021         * configure.ac: Award myself the "useless use of cat" award.
4022
4023 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4024
4025         * po/LINGUAS: New file listing all supported languages.
4026
4027         * configure.in: Use po/LINGUAS instead of including all languages
4028         directly in this file. See the wiki for more information:
4029         http://live.gnome.org/GnomeGoals/PoLinguas
4030
4031 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * backend/ev-document-factory.c:
4034
4035         Do not load the document twice when there isn't errors
4036
4037 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * backend/ev-attachment.c: 
4040
4041         Fix a crash when there isn't a default application to open an
4042         attachment
4043
4044 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * backend/ev-attachment.[ch]:
4047         * shell/ev-attachment-bar.[ch]:
4048
4049         Added missing files. 
4050
4051 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * backend/Makefile.am:
4054         * data/evince-ui.xml:
4055         * backend/ev-attachment.[ch]:
4056         * backend/ev-document.[ch]: (ev_document_has_attachments),
4057         (ev_document_get_attachments):
4058         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4059         (attachment_save_to_buffer), (pdf_document_get_attachments),
4060         (pdf_document_document_iface_init):
4061         * shell/Makefile.am:
4062         * shell/ev-attachment-bar.[ch]:
4063         * shell/ev-window.c:
4064
4065         Add support for PDF attachments. Fixes bug #325143
4066
4067 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * backend/ev-document-factory.c: (get_document_from_uri),
4070         (ev_document_factory_get_document):
4071         * backend/ev-document-factory.h:
4072         * properties/ev-properties-main.c: (ev_properties_get_pages):
4073         * shell/Makefile.am:
4074         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4075         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4076         (ev_job_queue_remove_job):
4077         * shell/ev-job-queue.h:
4078         * shell/ev-job-xfer.c:
4079         * shell/ev-job-xfer.h:
4080         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4081         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4082         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4083         (ev_job_xfer_run):
4084         * shell/ev-jobs.h:
4085         * shell/ev-window.c: (ev_window_is_empty),
4086         (password_dialog_response), (ev_window_clear_xfer_job),
4087         (ev_window_xfer_job_cb), (ev_window_open_uri),
4088         (ev_window_cmd_focus_page_selector),
4089         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4090         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4091         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4092         (ev_window_dispose):
4093         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4094         
4095         * Cleanup mime type detection on document load. Fix for the
4096         bug #336448.
4097
4098 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4099
4100         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4101         
4102         Fix crash on exit, described in the bug #336825.
4103
4104 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4105
4106         * backend/ev-document-factory.c:
4107         (ev_document_factory_get_from_mime),
4108         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4109         (ev_document_factory_get_document),
4110         (file_filter_add_mime_list_and_free),
4111         (ev_document_factory_add_filters):
4112         * backend/ev-document-factory.h:
4113         * properties/ev-properties-main.c: (ev_properties_get_pages):
4114         * shell/Makefile.am:
4115         * shell/ev-application.c:
4116         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4117         * shell/ev-window.c: (ev_window_cmd_file_open),
4118         (ev_window_cmd_save_as):
4119         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4120         
4121         Rework factory functions so they are placed now in a single 
4122         file ev-document-factory.c
4123
4124 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * shell/ev-window.c: (update_chrome_visibility):
4127         
4128         Fix for the bug 166566 - don't show menubar in fullscreen
4129         mode.
4130
4131 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4132
4133         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4134
4135 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4136
4137         * shell/ev-view.c: (ev_view_expose_event):
4138         
4139         More correctly draw loading text when document
4140         is empty.
4141
4142 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4143
4144         * shell/ev-view.c: (ev_view_scroll):
4145         
4146         Fix for the bug #334854, page down and page up switch
4147         pages in presentation mode.
4148
4149 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * shell/ev-window.c: (ev_window_set_action_sensitive),
4152         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4153         (ev_window_set_view_accels_sensitivity),
4154         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4155         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4156         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4157         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4158         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4159         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4160         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4161         (view_actions_focus_in_cb), (ev_window_init):
4162         
4163         Fix for the bug #333902, now it's possible to search
4164         words with slash.
4165
4166 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4167
4168         * configure.ac: Added Breton translation.
4169         * po/br.po: Added Breton translation.
4170
4171 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-window-title (ev_window_title_update):
4174
4175         Fix memory leak in window title. Fixes bug #333944
4176
4177 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-metadata-manager.c (parseItem):
4180
4181         Fix memory leaks. Fixes bug #333945
4182
4183 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4184         
4185         * NEWS, configure.ac, TODO:
4186         
4187         Update for release 0.5.2.
4188
4189 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * shell/ev-view.c: (view_update_range_and_current_page),
4192         (page_changed_cb):
4193         
4194         Don't jump on scrolling, fix for the bug #333127.
4195
4196 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4199         
4200         Scroll by one page in presentation mode. Fix for the bug
4201         #332993.
4202
4203 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4204
4205         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4206
4207 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4208
4209         * configure.ac  Added lv in ALL_LINGUAS line.
4210
4211 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4212         
4213         * NEWS, configure.ac:
4214         
4215         Update for release 0.5.1
4216
4217 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4218
4219         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4220         * backend/ev-document-misc.h:
4221         * shell/ev-view.c: (draw_one_page):
4222         
4223          Clairfy what page the toolbar page number applies to. Fix
4224          for the bug #328102.
4225
4226 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4227
4228         * shell/ev-view-private.h:
4229         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4230         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4231         (ev_view_search_changed):
4232         * shell/ev-view.h:
4233         * shell/ev-window.c: (find_bar_search_changed_cb):
4234         
4235         Dont't jump to find result if window was scrolled during search.
4236         Fix for the bug #313266.
4237
4238 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4239
4240         * shell/eggfindbar.c: (egg_find_bar_class_init):
4241         * shell/eggfindbar.h:
4242         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4243         * shell/ev-view-private.h:
4244         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4245         (ev_view_class_init), (ev_sizing_mode_get_type),
4246         (ev_scroll_type_get_type):
4247         * shell/ev-view.h:
4248         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4249         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4250         (ev_window_init):
4251         
4252         Fix for the bug 319133 - Find entry should allow text scroll.
4253
4254 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4255
4256         * shell/ev-view-private.h:
4257         * shell/ev-view.c: (view_update_range_and_current_page),
4258         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4259         (ev_view_set_document), (update_find_status_message),
4260         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4261         (ev_view_find_previous):
4262         
4263         Fix for the bug #319137. Search now takes account for scrolling.
4264
4265 2006-02-19  Michael Hofmann <mh21@piware.de>
4266
4267         * configure.ac:
4268         * djvu/Makefile.am:
4269         * djvu/djvu-document-private.h:
4270         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4271         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4272         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4273         (djvu_document_can_get_text), (djvu_document_get_text),
4274         (djvu_document_document_iface_init),
4275         (djvu_document_thumbnails_get_thumbnail),
4276         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4277         (djvu_document_find_get_result),
4278         (djvu_document_find_page_has_results),
4279         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4280         (djvu_document_find_iface_init):
4281         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4282         (djvu_text_page_selection), (djvu_text_page_limits_process),
4283         (djvu_text_page_limits), (djvu_text_page_copy),
4284         (djvu_text_page_position), (djvu_text_page_union),
4285         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4286         (djvu_text_page_box), (djvu_text_page_append_text),
4287         (djvu_text_page_search), (djvu_text_page_prepare_search),
4288         (djvu_text_page_new), (djvu_text_page_free):
4289         * djvu/djvu-text-page.h:
4290         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4291         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4292         (djvu_text_n_results), (djvu_text_has_results),
4293         (djvu_text_get_result), (djvu_text_get_progress):
4294         * djvu/djvu-text.h:
4295         
4296         Text search in djvu. Fix for the bug #303415.
4297
4298 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * configure.ac:
4301         * shell/ev-window.c: (ev_window_cmd_save_as):
4302         
4303         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4304         Thanks to Gary Coady <gary@lyranthe.org>
4305
4306 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * shell/ev-print-job.c: (idle_print_handler):
4309         
4310         Inverse order printing, bug #320919.
4311
4312 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * data/evince-toolbar.xml:
4315         * shell/ev-window.c:
4316         
4317         Allow to add sidebar checkbutton on toolbar. Fix
4318         for the bug #144577.
4319
4320 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4323         
4324         Add checks that have sense for empty ps document.
4325
4326 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4327
4328         * configure.ac: Include PS in mime types list. 
4329
4330 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4331
4332         * configure.ac:
4333         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4334         * ps/gsdefaults.h:
4335         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4336         
4337         Runtime check for gs interpreter. Fix for the bug #320868.
4338         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4339
4340 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4341
4342         * shell/ev-application.c: 
4343
4344         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4345         dbus>=0.60, so that the request is not queued. 
4346
4347 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4348
4349         * configure.ac:
4350         * shell/Makefile.am:
4351         * shell/ev-sidebar-links.c: (print_section_cb):
4352         * shell/ev-utils.c:
4353         * shell/ev-utils.h:
4354         * shell/ev-window.c: (update_action_sensitivity),
4355         (ev_window_close_dialogs), (ev_window_print):
4356         * shell/ev-window.h:
4357         
4358         Make printing support optional. Patch from Eduardo de Barros Lima
4359         <eduardo.lima@indt.org.br> for the bug #330546.
4360
4361 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * shell/ev-view-private.h:
4364         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4365         (ev_view_set_document):
4366         * shell/ev-view.h:
4367         * shell/ev-window.c: (ev_window_load_job_cb),
4368         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4369         (ev_window_init):
4370
4371         Draw Loading message during xfer job. Fix for the bug #329495.
4372
4373 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * comics/comics-document.c: (comics_regex_quote),
4376         (comics_document_load), (extract_argv):
4377         
4378         Correcly quote regexp before passing it to unzip.
4379
4380 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * shell/ev-page-cache.c: (build_height_to_page),
4383         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4384         (ev_page_cache_get_dual_even_left):
4385         * shell/ev-page-cache.h:
4386         * shell/ev-view.c: (view_update_range_and_current_page),
4387         (get_page_y_offset), (get_page_extents):
4388         
4389         Place even pages to the left if document has less then
4390         two pages. Fix for the bug #328856.
4391
4392 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4393
4394         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4395         
4396         Correct comics scheme. This make evince create thumbnails
4397         for comic books. Fix for the bug 329088.
4398
4399 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4400
4401         * data/evince-password.glade: Don't explicitly set
4402         invisible_char to the current default value in case
4403         the default changes; let GTK+ do its magic.
4404
4405 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4406
4407         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4408         real filename to tmp filename since often document
4409         type is determined by extension.
4410
4411 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4412
4413         * shell/ev-view.c: (add_scroll_binding_keypad),
4414         (ev_view_binding_activated), (ev_view_class_init):
4415         
4416         Add keybindings for percision-scrolling of display area. 
4417         Fix for the bug #314072.
4418
4419 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * data/evince.desktop.in.in:
4422         
4423         Add GTK to the list of categories. Fix for the bug #328034.
4424
4425 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * shell/ev-application.c: (ev_application_shutdown),
4428         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4429         * shell/ev-application.h:
4430         * shell/ev-window.c: (file_open_dialog_response_cb),
4431         (ev_window_cmd_file_open):
4432         
4433         Save last uri in file chooser dialog. Fix for the bug #327950.
4434
4435 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * NEWS:
4438         * README:
4439         
4440         Final update for release 0.5.0
4441         
4442         * shell/Makefile.am:
4443         
4444         Remove disable deprecated until we'll require libgnome-2.13.7
4445         and port to GOption argument parsing. See bug 327518.
4446
4447 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4448
4449         * comics/comics-document.c: (comics_document_save):
4450         * djvu/djvu-document.c: (djvu_document_save):
4451         * dvi/dvi-document.c: (dvi_document_save):
4452         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4453         * lib/ev-file-helpers.h:
4454         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4455         * tiff/tiff-document.c: (tiff_document_save):
4456         
4457         Use common save function for backends.
4458
4459 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4460
4461         * backend/ev-document-types.c:
4462         
4463         Fix crash on saving pixbuf.
4464
4465 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * cut-n-paste/recent-files/egg-recent-item.c:
4468         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4469         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4470         (parse_info_free), (valid_element), (start_element_handler),
4471         (end_element_handler), (text_handler), (egg_recent_model_filter),
4472         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4473         (egg_recent_model_monitor), (egg_recent_model_read),
4474         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4475         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4476         (egg_recent_model_set_property), (egg_recent_model_class_init),
4477         (egg_recent_model_init), (egg_recent_model_add_full),
4478         (egg_recent_model_delete), (egg_recent_model_get_list),
4479         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4480         (egg_recent_model_set_filter_mime_types),
4481         (egg_recent_model_clear_group_filter),
4482         (egg_recent_model_set_filter_groups),
4483         (egg_recent_model_clear_scheme_filter),
4484         (egg_recent_model_set_filter_uri_schemes),
4485         (egg_recent_model_remove_expired):
4486         * cut-n-paste/recent-files/egg-recent-util.c:
4487         (egg_recent_util_get_icon):
4488         * cut-n-paste/recent-files/egg-recent-util.h:
4489         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4490         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4491         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4492         (egg_recent_view_uimanager_set_property),
4493         (egg_recent_view_uimanager_get_property),
4494         (egg_recent_view_uimanager_class_init),
4495         (egg_recent_view_uimanager_init),
4496         (egg_recent_view_uimanager_set_label_width),
4497         (egg_recent_view_uimanager_get_label_width):
4498         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4500         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4502         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4503         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4504         
4505         Update from libegg.
4506
4507 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-page-cache.c: (build_height_to_page),
4510         (ev_page_cache_get_height_to_page):
4511         * shell/ev-page-cache.h:
4512         * shell/ev-view.c: (view_update_range_and_current_page),
4513         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4514         (ev_view_previous_page):
4515         
4516         Dual mode places even pages to the left. Fix for the bug #309393.
4517
4518         * shell/ev-view.h:
4519         * shell/ev-window.c: (update_action_sensitivity),
4520         (setup_view_from_metadata), (view_menu_popup_cb):
4521         
4522         Don't restore presentation in empty windows, more intelligent
4523         next page behaviour in dual mode.
4524
4525         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4526         (ev_pixbuf_cache_clear_job_sizes):
4527         
4528         Cleanup job callback on removal. Fix for the bug #325886.
4529
4530 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * ps/ps.c: (psscan):
4533         
4534         Commit workaround Mozilla problem. Fix for the bug #325919
4535         
4536         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4537         (save_item):
4538         
4539         Fix for year 2038 problem.
4540
4541 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-window.c: (setup_document_from_metadata),
4544         (ev_window_cmd_view_reload):
4545
4546         Clamp page recieved from metadata in valid values. Fix
4547         for the bug #325986.
4548
4549 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * MAINTAINERS: 
4552         Add MAINTAINERS as requested on desktop-devel-list.
4553
4554 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4557         (mime_type_supported_by_gdk_pixbuf),
4558         (ev_document_factory_get_mime_types),
4559         (ev_document_factory_get_all_mime_types):
4560         
4561         Don't add pixbuf mime types if pixbuf backend is disabled.
4562         
4563         * shell/ev-application.c: (ev_application_get_uri_window):
4564         
4565         Fix for the bug 325815 - unhandled MIME type message doesn't 
4566         appear a second time. 
4567         
4568         * shell/ev-document-types.c: (ev_document_types_add_filters):
4569         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4570         (password_dialog_response), (ev_window_popup_password_dialog),
4571         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4572         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4573         (ev_window_run_presentation), (ev_window_stop_presentation),
4574         (save_sizing_mode), (ev_window_zoom_changed_cb),
4575         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4576         (ev_window_dual_mode_changed_cb),
4577         (ev_window_sidebar_current_page_changed_cb),
4578         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4579         (window_state_event_cb), (window_configure_event_cb):
4580         
4581         Cleanup additional uris holded by EvWindow.
4582
4583 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4584
4585         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4586         (ev_view_can_previous_page), (ev_view_can_next_page):
4587         * shell/ev-view.h:
4588         * shell/ev-window.c: (update_action_sensitivity):
4589         
4590         Two page scrolling with Space and PageUp in dual mode. Second fix 
4591         for the bug #316608.
4592
4593 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4594
4595         * shell/ev-view.c: (scroll_to_current_page):
4596         
4597         Correctly clamp adjustment value. Fix for the bug
4598         #325808.
4599
4600 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4601
4602         * shell/ev-sidebar-links.c: (print_section_cb):
4603         * shell/ev-window.c: (ev_window_get_uri),
4604         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4605         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4606         (ev_window_dispose):
4607         
4608         Make print dialog non-modal. Fix for the bug #325622.
4609
4610 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * shell/ev-metadata-manager.c:
4613         * shell/ev-utils.c: (using_pdf_printer),
4614         (using_postscript_printer), (load_print_config_from_file),
4615         (save_print_config_to_file):
4616         * shell/ev-utils.h:
4617         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4618         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4619         (setup_view_from_metadata), (ev_window_setup_document),
4620         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4621         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4622         (ev_window_run_presentation), (ev_window_stop_presentation),
4623         (save_sizing_mode), (ev_window_zoom_changed_cb),
4624         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4625         (ev_window_dual_mode_changed_cb),
4626         (ev_window_sidebar_current_page_changed_cb),
4627         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4628         (window_state_event_cb), (window_configure_event_cb),
4629         (ev_window_init):
4630         
4631         Setting saving behaviour fixes.
4632
4633 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4634
4635         * configure.ac:
4636         
4637         Make antialiasing gs options better and allow
4638         to change them during configure. Fix for the 
4639         bug #319049.
4640
4641 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * shell/ev-window.c: (setup_view_from_metadata):
4644         
4645         Remember if last window was maximized. Fix for the
4646         bug #323797.
4647
4648 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4649
4650         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4651
4652 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4655         * shell/ev-page-action.c: (build_new_tree_cb):
4656         * shell/ev-sidebar-links.c: (links_page_num_func),
4657         (update_page_callback_foreach), (update_page_callback):
4658         * shell/ev-view.c: (scroll_to_current_page):
4659         
4660         Fix for the bug #325067 with more intelligent selection
4661         of current link in sidebar. Make sidebar handle links
4662         of FITR-like type more correctly.
4663
4664         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4665         (dvi_pixbuf_put_pixel):
4666         
4667         Fix memory consumtion with disabled alpha channel.
4668
4669 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * data/evince-ui.xml:
4672         * shell/ev-window.c: (view_menu_popup_cb),
4673         (ev_popup_cmd_open_link), (ev_window_init):
4674         
4675         Update context menu for internal links. Fix for the bug
4676         #325066.
4677
4678 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4681         
4682         Bind context menu to keyboard also. Fix for the bug
4683         #325065.
4684
4685 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * shell/ev-view.c: (selection_scroll_timeout_cb):
4688         
4689         Horizontal scroll on selection also.
4690
4691 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4692
4693         * shell/ev-metadata-manager.c: (parse_value):
4694         * shell/ev-view.c: (goto_xyz_link):
4695         
4696         Correct zoom setup and metadata save broken in 
4697         some locales.
4698
4699 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4700
4701         * shell/ev-view-private.h:
4702         * shell/ev-view.c: (scroll_to_current_page),
4703         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4704         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4705         (page_changed_cb), (ev_view_set_continuous),
4706         (ev_view_set_dual_page), (ev_view_set_presentation):
4707         
4708         Delay scroll until allocation to correctly position page. Fix
4709         for the bug #317334.
4710
4711 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * NEWS:
4714         * configure.ac:
4715         
4716         Update NEWS and require poppler 0.5.0.
4717
4718 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4719         
4720         * data/evince-ui.xml:
4721         * shell/ev-view-private.h:
4722         * shell/ev-view.c: (ev_view_get_link_at_location),
4723         (handle_link_over_xy), (ev_view_button_press_event),
4724         (ev_view_button_release_event), (ev_view_class_init):
4725         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4726         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4727         (ev_window_init):
4728         
4729         Implement right-click context menu.
4730
4731 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4734         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4735         (mdvi_pixbuf_device_render):
4736         * pdf/ev-poppler.cc:
4737
4738         Don't generate thumbnails with alpha. See bug #324077.
4739         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4740
4741 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4742
4743         * shell/ev-window.c: (setup_chrome_from_metadata):
4744         
4745         Fix typo that was hiding toolbar.
4746
4747 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * shell/ev-view-private.h:
4750         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4751         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4752         (ev_view_button_release_event), (ev_view_destroy):
4753         
4754         Small cleanup and autoscrolling during selection. Thanks to 
4755         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4756
4757 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4758
4759         * configure.ac:
4760         
4761         Correctly check for comics option.
4762
4763 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4764         * Makefile.am:
4765         * configure.ac:
4766         * backend/Makefile.am:
4767         * backend/ev-document-factory.c:
4768         * shell/ev-document-types.c:
4769
4770         Included option in configure to make ps backend 
4771         compilation optional with --disable-ps.
4772
4773 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * backend/ev-document-factory.c:
4776         * comics/Makefile.am:
4777         * comics/comics-document.c: (comics_document_load):
4778         * comics/ev-cbr-mime.xml:
4779         * configure.ac:
4780         
4781         Comics mime types are added to shared-mime-info CVS. Now
4782         we don't need to install our own mime types.
4783
4784 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * shell/ev-window.c:
4787         
4788         Add shortcut for "save a copy" menu entry. Fix for
4789         the bug #324582.
4790
4791 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4794         (job_finished_cb), (new_selection_pixbuf_needed),
4795         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4796         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4797         
4798         Rework selection job info logic and fix critical warning.
4799
4800 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4801
4802         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4803
4804 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4805
4806         * data/evince-ui.xml:
4807         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4808         
4809         Enter as shortcut key for next page. Fix for the bug
4810         #321394.
4811
4812 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4813
4814         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4815
4816 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4819         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4820         (new_selection_pixbuf_needed),
4821         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4822         (clear_job_selection):
4823         
4824         Too early for 0.5. Pixbuf cache code cleaned a bit.
4825
4826 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * NEWS:
4829         * configure.ac:
4830         
4831         Release 0.5.0 preparation
4832
4833 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4834
4835         * comics/Makefile.am:
4836         * configure.ac:
4837         * shell/ev-document-types.c: (ev_document_types_add_filters):
4838         
4839         More advanced handling of custom mime type installation.
4840
4841 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4842
4843         * data/evince.schemas.in:
4844         * shell/ev-metadata-manager.c: (value_free),
4845         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4846         (ev_metadata_manager_get), (ev_metadata_manager_set):
4847         * shell/ev-metadata-manager.h:
4848         * shell/ev-window.c: (update_chrome_flag),
4849         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4850         (setup_document_from_metadata), (setup_chrome_from_metadata),
4851         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4852         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4853         (ev_window_view_toolbar_cb),
4854         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4855         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4856         
4857         Save last document settings and reuse them for new documents.
4858
4859 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * Makefile.am:
4862         * backend/Makefile.am:
4863         * backend/ev-document-factory.c:
4864         * backend/ev-document-factory.h:
4865         * comics/Makefile.am:
4866         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4867         (comics_document_load), (comics_document_save),
4868         (comics_document_get_n_pages), (comics_document_get_page_size),
4869         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4870         (comics_document_class_init), (comics_document_can_get_text),
4871         (comics_document_get_info), (comics_document_document_iface_init),
4872         (comics_document_init), (get_supported_image_extensions),
4873         (comics_document_thumbnails_get_geometry),
4874         (comics_document_thumbnails_get_thumbnail),
4875         (comics_document_thumbnails_get_dimensions),
4876         (comics_document_document_thumbnails_iface_init), (extract_argv):
4877         * comics/comics-document.h:
4878         * comics/ev-cbr-mime.xml:
4879         * configure.ac:
4880         * po/POTFILES.in:
4881         * shell/ev-application.c: (ev_application_register_service):
4882         * shell/ev-document-types.c: (ev_document_types_add_filters):
4883         * thumbnailer/Makefile.am:
4884         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4885         
4886         New CBR/CBZ backend for comic books.
4887
4888 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * shell/main.c: (load_files_remote):
4891
4892         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4893         warning on startup of second instance is fixed. It
4894         is bug #320353.
4895
4896 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-window.c: (ev_window_finalize):
4899         
4900         Fix double free that cause crash.
4901
4902 2005-10-29  Bastien Nocera <hadess@hadess.net>
4903
4904         * tiff/tiff-document.c: (tiff_document_load):
4905         
4906         Fix memory leak.
4907
4908 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * po/POTFILES.in:
4911         * shell/Makefile.am:
4912         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4913         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4914         (ev_view_accessible_get_text),
4915         (ev_view_accessible_get_character_at_offset),
4916         (ev_view_accessible_get_text_before_offset),
4917         (ev_view_accessible_get_text_at_offset),
4918         (ev_view_accessible_get_text_after_offset),
4919         (ev_view_accessible_get_character_count),
4920         (ev_view_accessible_get_caret_offset),
4921         (ev_view_accessible_set_caret_offset),
4922         (ev_view_accessible_get_run_attributes),
4923         (ev_view_accessible_get_default_attributes),
4924         (ev_view_accessible_get_character_extents),
4925         (ev_view_accessible_get_offset_at_point),
4926         (ev_view_accessible_get_n_selections),
4927         (ev_view_accessible_get_selection),
4928         (ev_view_accessible_add_selection),
4929         (ev_view_accessible_remove_selection),
4930         (ev_view_accessible_set_selection),
4931         (ev_view_accessible_text_iface_init),
4932         (ev_view_accessible_idle_do_action),
4933         (ev_view_accessible_action_do_action),
4934         (ev_view_accessible_action_get_n_actions),
4935         (ev_view_accessible_action_get_description),
4936         (ev_view_accessible_action_get_name),
4937         (ev_view_accessible_action_set_description),
4938         (ev_view_accessible_action_iface_init),
4939         (ev_view_accessible_get_type), (ev_view_accessible_new),
4940         (ev_view_accessible_factory_get_accessible_type),
4941         (ev_view_accessible_factory_create_accessible),
4942         (ev_view_accessible_factory_class_init),
4943         (ev_view_accessible_factory_get_type):
4944         * shell/ev-view-accessible.h:
4945         * shell/ev-view-private.h:
4946         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4947         * shell/ev-view.h:
4948         
4949         Initial accessibility support.
4950
4951 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4952
4953         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4954
4955 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4956
4957         * shell/ev-print-job.c: (idle_print_handler):
4958         
4959         Fix for bug Bug 318916: Printing multiple pages.
4960
4961 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4962
4963         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4964
4965 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * pdf/ev-poppler.cc:
4968         
4969         Thumnail dimensions unified with other backends.
4970         
4971         * shell/ev-window-title.c: (ev_window_title_update):
4972         
4973         Fix warning.
4974
4975 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * data/ev-stock-zoom-fit-width.png:
4978         
4979         Remove unused file.
4980
4981 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4982
4983         * configure.ac:
4984         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4985         (djvu_document_finalize):
4986         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4987         (dvi_document_finalize):
4988         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4989         (pixbuf_document_save), (pixbuf_document_finalize):
4990         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4991         (tiff_document_finalize):
4992         
4993         Save a copy implemented for various backends.
4994
4995 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4996
4997         * configure.ac:
4998         
4999         Don't link with ltiff if tiff is disabled.
5000
5001 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * pdf/GDKSplashOutputDev.cc:
5004         * pdf/GDKSplashOutputDev.h:
5005         * pdf/Thumb.cc:
5006         * pdf/Thumb.h:
5007         * pdf/pdf-document.cc:
5008         * pdf/pdf-document.h:
5009         * pdf/test-gdk-output-dev.cc:
5010         
5011         Remove old unused files.
5012
5013 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5014
5015         * shell/ev-window.c: (ev_window_setup_document):
5016         
5017         Fixed warnings on reload and probably crash reason.
5018
5019 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5020
5021         * properties/ev-properties-view.c:
5022         (ev_properties_view_format_date):
5023         
5024         Check if date is invalid. Fix for bug 318134.
5025
5026 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5027
5028         * shell/ev-window-title.c:
5029         
5030         Add .indd files (Adobe Indesign) to the list of "bad
5031         extensions".
5032
5033 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5034
5035         * data/evince-ui.xml:
5036         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5037         
5038         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5039
5040 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5041
5042         * shell/ev-window.c: (launch_link), (launch_external_uri),
5043         (view_external_link_cb):
5044
5045         URL-escape link before passing it to gnome_vfs_url_show.
5046
5047 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5048
5049         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5050         there isn't text selected.
5051
5052 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5053
5054         * shell/ev-view.c: (handle_link_over_xy):
5055
5056         Check tooltip is valid utf8 before showing it
5057
5058 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5061
5062 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5063
5064         * shell/ev-window-title.c: (ev_window_title_update):
5065
5066         Guard against using g_strstrip on NULL. Fixes bug #317291.
5067
5068 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5069
5070         * pdf/ev-poppler.cc:
5071
5072         Show title even for unknown links
5073
5074 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5075
5076         * shell/ev-window-title.c: (ev_window_title_update):
5077
5078         Strip the title string
5079
5080 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5081
5082         * shell/ev-window-title.c:
5083
5084         Add .rtf to the bad extensions list
5085
5086 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5089         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5090
5091         Ignore link coordinates if they are outside page bounds
5092
5093 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5094
5095         * backend/ev-link.c: (ev_link_type_get_type),
5096         (ev_link_get_filename), (ev_link_get_params),
5097         (ev_link_get_property), (ev_link_set_property),
5098         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5099         * backend/ev-link.h:
5100         * pdf/ev-poppler.cc:
5101         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5102         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5103         (ev_window_init):
5104
5105         Implement launch links. Delegate external link opening to
5106         the window.
5107
5108 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5109
5110         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5111         (ev_link_get_right), (ev_link_get_property),
5112         (ev_link_set_property), (ev_link_class_init),
5113         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5114         * backend/ev-link.h:
5115         * pdf/ev-poppler.cc:
5116         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5117
5118         Implement fitr links
5119
5120 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5121
5122         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5123         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5124         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5125         (ev_view_size_request_continuous),
5126         (ev_view_size_request_dual_page),
5127         (ev_view_size_request_single_page), (ev_view_size_allocate),
5128         (ev_view_zoom_for_size_continuous_and_dual_page),
5129         (ev_view_zoom_for_size_continuous),
5130         (ev_view_zoom_for_size_dual_page),
5131         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5132         (ev_sizing_mode_get_type):
5133         * shell/ev-view.h:
5134         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5135
5136         Do not use modes for link, we need to calculate size ad hoc.
5137         Still not perfect because of the usual scrollbar issues grrr.
5138
5139 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5140
5141         * backend/ev-link.c: (ev_link_type_get_type),
5142         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5143         * backend/ev-link.h:
5144         * pdf/ev-poppler.cc:
5145         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5146         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5147         (ev_view_size_request_continuous),
5148         (ev_view_size_request_dual_page),
5149         (ev_view_size_request_single_page), (ev_view_size_allocate),
5150         (zoom_for_size_fit_height),
5151         (ev_view_zoom_for_size_continuous_and_dual_page),
5152         (ev_view_zoom_for_size_continuous),
5153         (ev_view_zoom_for_size_dual_page),
5154         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5155         (ev_sizing_mode_get_type):
5156         * shell/ev-view.h:
5157         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5158
5159         Implement FIT_HEIGHT mode (only for links).
5160         Implement FITH links
5161
5162 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5163
5164         * shell/ev-window-title.c: (get_filename_from_uri),
5165         (ev_window_title_sanitize_extension), (ev_window_title_update),
5166         (ev_window_title_set_document), (ev_window_title_set_uri),
5167         (ev_window_title_free):
5168         * shell/ev-window-title.h:
5169         * shell/ev-window.c: (ev_window_setup_document),
5170         (ev_window_popup_password_dialog):
5171
5172         Refactor window title building while fixing it for
5173         password documents.
5174
5175 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5176
5177         * pdf/ev-poppler.cc:
5178
5179         Escape link title before setting it in the model
5180
5181 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5182
5183         * shell/ev-application.c: (removed_from_session), (save_session),
5184         (init_session), (ev_application_get_empty_window),
5185         (ev_application_init), (ev_application_get_windows):
5186         * shell/ev-application.h:
5187         * shell/ev-window.c: (ev_window_finalize):
5188
5189         Add a function to retrieve window list and share it where
5190         necessary.
5191         Implement session handling, works pretty well thanks to the
5192         metadata system.
5193
5194 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * shell/ev-password.c: (ev_password_item_created_callback),
5197         (ev_password_dialog_save_password):
5198         
5199         Fix for bug 316972. Use async gnome-keyring API.
5200
5201 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5202
5203         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5204         Remove unused unrealize handler. Add scroll handling to
5205         ev_view_scroll_event for presentation mode (bug #316708),
5206         and fix the event state checks there.
5207
5208 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5209
5210         * shell/ev-page-action.c: (page_changed_cb):
5211
5212         "marco, maybe we should be crazy and jump right to 6! :)"
5213
5214         Bryan Clark, Sep 2005
5215
5216 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5217
5218         * ps/ps-document.c: (save_document), (ps_document_save),
5219         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5220         (ps_document_ps_export_end):
5221
5222         Fix unstructured documents save and print
5223
5224 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5225
5226         * shell/ev-application.c: (ev_application_open_uri):
5227
5228         Fix window size persistance
5229
5230 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5231
5232         * shell/ev-view.c: (ev_view_button_release_event):
5233
5234         Based on a patch from carlosgc@gnome.org. Mouse buttons
5235         switch pages in presentation mode.
5236
5237 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5238
5239         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5240
5241         Dont cast to int before scaling
5242
5243 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5244
5245         * backend/ev-link.c: (ev_link_type_get_type),
5246         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5247         (ev_link_new_page_fith):
5248         * backend/ev-link.h:
5249         * pdf/ev-poppler.cc:
5250         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5251
5252         Implement FIT and FITH links
5253
5254 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5255
5256         * pdf/ev-poppler.cc:
5257
5258         Return 0 results when search is not in progress.
5259
5260         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5261         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5262
5263         Update menu sensitivity when cancelling search
5264
5265 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5266
5267         * shell/ev-view.c: (ev_view_can_find_next):
5268
5269         Take all pages in consideration, not just current one
5270
5271 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5272
5273         * shell/ev-page-cache.c:
5274         * shell/ev-page-cache.h:
5275         * shell/ev-view.c: (ev_view_binding_activated),
5276         (ev_view_next_page), (ev_view_previous_page),
5277         (ev_sizing_mode_get_type):
5278         * shell/ev-view.h:
5279         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5280         (ev_window_cmd_go_next_page):
5281
5282         Move page next/previous functions from page chace to
5283         view and change it to move by 2 page steps in dual mode.
5284
5285 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5286
5287         * shell/ev-window.c: (update_sidebar_visibility),
5288         (setup_sidebar_from_metadata), (ev_window_setup_document),
5289         (setup_view_from_metadata):
5290
5291         Show the index by default when there is one     
5292
5293 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5294
5295         * shell/ev-window-title.c: (ev_window_title_set_document):
5296
5297         Missing null check
5298
5299 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * shell/ev-view.c: (view_update_range_and_current_page):
5302         
5303         Allow display of last odd page in dual view. Fix for 316347.
5304
5305 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5306
5307         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5308         
5309         Make close button default. Fix for 316383.
5310
5311 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5314         
5315         Mark close button as default. Fix for 316381.
5316
5317 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5318
5319         * backend/ev-link.c: (ev_link_class_init):
5320
5321         Allow negative doubles in left/top properties
5322
5323 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5324
5325         * shell/ev-window.c:
5326
5327         Remove a bunch of strings that was used only
5328         by the statusbar.
5329
5330 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * shell/ev-window-title.c: (get_filename_from_uri),
5333         (ev_window_title_set_document):
5334
5335         When title has a confusing extension, show also
5336         the document filename inside ()
5337
5338 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5339
5340         * shell/Makefile.am:
5341         * shell/ev-window-title.c: (ev_window_title_new),
5342         (ev_window_title_update), (ev_window_title_set_type),
5343         (ev_window_title_set_document), (ev_window_title_free):
5344         * shell/ev-window-title.h:
5345         * shell/ev-window.c: (ev_window_setup_document),
5346         (password_dialog_response), (ev_window_popup_password_dialog),
5347         (ev_window_dispose), (ev_window_init):
5348
5349         Factor out and cleanup window title code
5350
5351 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5352
5353         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5354         (unable_to_load):
5355
5356         Make dialog transient so it doesnt block other windows
5357
5358 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * pdf/ev-poppler.cc:
5361         
5362         Fix pdf thumbnails rendering.
5363
5364 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5365
5366         * shell/ev-window.c: (fullscreen_set_timeout):
5367         
5368         Increase timeout to hide full screen popup. Bug 
5369         316123. 
5370
5371 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * data/evince.schemas.in:
5374         * shell/ev-window.c: (update_action_sensitivity):
5375
5376         Allow the user to override document restrictions. Fix for bug
5377         305818.
5378
5379 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5380
5381         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5382         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5383         (ev_window_class_init): Fix multihead behaviour of fullscreen
5384         toolbar popup. Fixes bug #315451.
5385
5386 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * configure.ac:
5389         * data/evince-password.glade:
5390         * shell/ev-password.c: (ev_password_dialog_set_property),
5391         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5392         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5393         (ev_password_dialog_entry_changed_cb),
5394         (ev_password_dialog_entry_activated_cb),
5395         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5396         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5397         (ev_password_dialog_set_bad_pass):
5398         * shell/ev-password.h:
5399         * shell/ev-window.c: (password_dialog_response),
5400         (ev_window_popup_password_dialog):
5401         
5402         Support for gnome-keyring for encrypted PDF's.
5403
5404 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5407         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5408         (ev_view_enter_notify_event), (ev_view_class_init):
5409         
5410         More precise handling of enter_notify/leave_notify events
5411         in EvView. Fix for bug 315470.
5412
5413 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5414
5415         * shell/ev-window.c: (fullscreen_timeout_cb),
5416         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5417         (ev_window_dispose):
5418
5419         leak fix: unref fullscreen_timeout_source before clearing it
5420
5421 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * configure.ac, dvi/mdvi/Makefile.am: 
5424         
5425         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5426
5427 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5428
5429         * backend/ev-link.c: (ev_link_new_page_xyz):
5430         * pdf/ev-poppler.cc:
5431         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5432
5433         Fix some bugs with xyz links, respect zoom
5434
5435 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5436
5437         * shell/ev-window.c: (page_changed_cb),
5438         (setup_document_from_metadata), (update_sidebar_visibility),
5439         (setup_view_from_metadata), (ev_window_run_fullscreen),
5440         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5441         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5442         (ev_window_dual_mode_changed_cb),
5443         (ev_window_sidebar_current_page_changed_cb):
5444
5445         null check uri before setting and getting metadata
5446
5447 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5448
5449         * dvi/Makefile.am:
5450         * properties/Makefile.am:
5451         * shell/Makefile.am:
5452         * thumbnailer/Makefile.am:
5453
5454         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5455
5456 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5459         (selection_changed_callback):
5460         * shell/ev-sidebar-links.h:
5461
5462         Add a signal for link activation.
5463
5464         * shell/ev-view.c: (ev_view_goto_link),
5465         (ev_view_button_release_event):
5466         * shell/ev-view.h:
5467         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5468         (ev_window_init):
5469
5470         Implement the signal so that we can handle all link types.
5471
5472         * shell/ev-page-cache.c:
5473
5474         Remove unused set_link function
5475
5476 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5479
5480         Add some space from the cursor, hardcoded but I couldnt
5481         find a better way.
5482
5483 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5484
5485         * lib/ev-tooltip.c:
5486
5487         Use mozilla style vs gtk style, way better for links.
5488
5489         * shell/ev-view.c: (ev_view_motion_notify_event),
5490         (ev_view_destroy), (ev_view_init):
5491
5492         Deactive tooltip when the link hovered is changed.
5493
5494 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5495
5496         * backend/ev-document.h:
5497         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5498         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5499         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5500         (ev_link_new_page), (ev_link_new_page_xyz):
5501         * backend/ev-link.h:
5502         * pdf/ev-poppler.cc:
5503         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5504         (go_to_link), (tip_from_link):
5505
5506         Implement xyz links, still not functional. Links are a total
5507         mess, will need to refactor and bugfix a lot :(
5508
5509 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5510
5511         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5512
5513 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5514
5515         * data/evince-ui.xml:
5516         * data/evince.schemas.in:
5517         * shell/Makefile.am:
5518         * shell/ev-window.c: (update_chrome_visibility),
5519         (password_dialog_response), (ev_window_load_job_cb),
5520         (ev_window_xfer_job_cb), (ev_window_open_uri),
5521         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5522         (ev_window_init):
5523
5524         Remove the statusbar. This regress loading feedback, need to
5525         check with Bryan what we want to do there...
5526
5527 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5528
5529         * lib/ev-tooltip.c: (ev_tooltip_init):
5530
5531         Fix tooltip border and size handling
5532
5533 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5534
5535         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5536         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5537         (ev_tooltip_timeout), (ev_tooltip_activate),
5538         (ev_tooltip_deactivate):
5539         * lib/ev-tooltip.h:
5540         * shell/ev-view.c: (ev_view_motion_notify_event):
5541
5542         Delay popup showing. Mirror gtk logic/times.
5543
5544 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5545
5546         * lib/Makefile.am:
5547         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5548         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5549         (ev_tooltip_set_text), (ev_tooltip_set_position):
5550         * lib/ev-tooltip.h:
5551
5552         Simple widget to show tooltips at a custom position
5553
5554         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5555         (ev_view_destroy):
5556
5557         Use it for links. First go, needs work
5558
5559 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5560
5561         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5562         HIG fixes.  Use title capitalization for window title. Use 12 
5563         pixels of space between the dialog's vbox and action area.
5564
5565 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5566
5567         * shell/ev-window.c: (file_open_dialog_response_cb),
5568         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5569         (ev_window_cmd_save_as):
5570
5571         Make file pickers not modal and refactor code some
5572
5573 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5574
5575         * shell/ev-sidebar.h:
5576         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5577         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5578         (ev_sidebar_class_init), (ev_sidebar_select_page),
5579         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5580         (ev_sidebar_set_page):
5581
5582         Add a current page property and allow to get/set it
5583
5584         * shell/ev-window.c: (setup_view_from_metadata),
5585         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5586
5587         Persist current sidebar page per document
5588
5589 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * data/evince.schemas.in:
5592         * shell/ev-window.c: (update_chrome_visibility),
5593         (setup_document_from_metadata), (update_sidebar_visibility),
5594         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5595         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5596         (ev_window_run_presentation), (ev_window_stop_presentation),
5597         (ev_window_view_sidebar_cb),
5598         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5599         (load_chrome), (ev_window_init):
5600
5601         Persist size/visibility of sidebar per document
5602
5603 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5604
5605         * shell/ev-view.c (draw_loading_text): Draw loading text.
5606
5607 2005-09-02  Dan Damian  <dand@gnome.ro>
5608
5609         * configure.in: Added "ro" to ALL_LINGUAS.
5610
5611 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5612
5613         * shell/ev-view.c: (clear_caches):
5614
5615         ev_page_cache_get doesnt return a reference,
5616         dont try to unref it.
5617
5618 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5619
5620         * shell/main.c: (load_files_remote):
5621
5622         Fix timestamp parameter with dbus <= 0.33
5623
5624 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * data/evince.schemas.in:
5627
5628         Add missing full stop
5629
5630 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5631
5632         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5633         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5634
5635         Plug some memory leaks
5636
5637 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5638
5639         * configure.ac:
5640         * lib/ev-debug.c: (trap_handler):
5641
5642         Check for execinfo.h and use it only if it exists.
5643         Ported from Epiphany (bug #314776).
5644
5645 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5646
5647         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5648
5649 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5650
5651         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5652         * po/id.po      : Added Indonesian translation
5653
5654 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5655
5656         * shell/main.c:
5657         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5658         * NEWS: Release 0.4.0
5659
5660 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5661
5662         * configure.ac: catch another gtk+-2.8ism
5663         * shell/main.c: Make work with gtk+-2.6
5664
5665 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5666
5667         * shell/ev-application-service.xml: Add 'timestamp' argument to
5668           ev_application_open_window and ev_application_open_uri methods.
5669
5670         * shell/ev-application.h: Add 'timestamp' argument to
5671           ev_application_open_window, ev_application_open_uri,
5672           and ev_application_open_uri_list functions.
5673
5674         * shell/ev-application.c (ev_application_open_window,
5675           ev_application_open_uri, ev_application_open_uri_list): Change
5676           functions that show/present windows to use a timestamp if one
5677           is passed in.
5678
5679         * shell/ev-window.c (ev_window_cmd_file_open,
5680           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5681         * shell/main.c (load_files): Modify calls to ev_application to
5682           include GDK_CURRENT_TIME as timestamp.
5683
5684         * shell/main.c (load_files_remote): Obtain timestamp for client
5685           instance from GDK and pass to server instance so new windows are
5686           focused properly.  Fix dbus_g_proxy_call() calls by including second
5687           G_TYPE_INVALID.
5688           
5689         Closes bug #314475.
5690
5691 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5692
5693         * shell/ev-window.c (ev_window_finalize): Check for
5694         avail. EvWindows when quiting to handle the finalize better,
5695         #314497
5696
5697 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698         
5699         * properties/ev-properties-view.c: 
5700         
5701         Set textdomain to libglade. Fixes translation problem in property page.
5702
5703 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5706         * dvi/Makefile.am:
5707         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5708         * dvi/mdvi-lib/Makefile.am:
5709         
5710         Fix rotation of thumbnails, ported to new API. Moved library
5711         dependencies earlier, probably it will fix linkage problem.
5712
5713 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5714
5715         * backend/ev-document-misc.c:
5716         (ev_document_misc_get_thumbnail_frame):
5717         * backend/ev-document-misc.h:
5718         * configure.ac:
5719         * pdf/ev-poppler.cc:
5720         * shell/Makefile.am:
5721         * shell/ev-sidebar-thumbnails.c: (add_range),
5722         (ev_sidebar_thumbnails_set_loading_icon),
5723         (ev_sidebar_thumbnails_refresh),
5724         (ev_sidebar_thumbnails_set_document):
5725         * shell/ev-sidebar-thumbnails.h:
5726         * shell/ev-view.c: (ev_view_motion_notify_event),
5727         (ev_view_set_property), (ev_view_get_property),
5728         (ev_view_class_init), (ev_view_set_rotation):
5729         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5730         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5731         (ev_window_init):
5732         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5733         Redo rotation (again).  prepare for 0.4.0
5734
5735 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5736
5737         * configure.ac: Bump poppler requirement to 0.4.1.
5738
5739         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5740         argument to poppler_page_render_selection() call.
5741
5742 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5745         (djvu_document_thumbnails_get_thumbnail):
5746         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5747         (dvi_document_thumbnails_get_thumbnail):
5748         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5749         (pixbuf_document_thumbnails_get_thumbnail):
5750         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5751         
5752         Update rotation direction of backends to fit with pdf and ps.
5753
5754 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5755
5756         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5757         * backend/ev-async-renderer.h:
5758         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5759         (setup_page), (ps_document_get_page_size),
5760         (ps_async_renderer_render_pixbuf):
5761         * ps/ps-document.h:
5762         * shell/ev-jobs.c: (ev_job_render_run):
5763
5764         Fix orientation in the postscript document
5765
5766 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5767
5768         * pdf/ev-poppler.cc:
5769         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5770         * shell/ev-view.c: (highlight_find_results):
5771
5772         Adapt to the new poppler rotation API. Fix text maps on landscape
5773         documents.
5774
5775 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5776
5777         * shell/ev-view.c (compute_new_selection_text): get the correct
5778         region when selecting in modes other than continuous.
5779
5780 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5781
5782         * shell/main.c (main): remove redundant g_warnings.
5783
5784 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5785
5786         * shell/Makefile.am: Don't include autogenerated
5787         file ev-application-service.h into distribution, since
5788         it causes dbus crash. Fix for bugs 313724 and 313443. 
5789
5790 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * configure.ac: Fix sed expression for FreeBSD. Thanks
5793         to Joe Marcus Clark <marcus@freebsd.org>
5794         
5795         * shell/eggfindbar.c: (entry_activate_callback),
5796         (entry_changed_callback), (egg_find_bar_init),
5797         (egg_find_bar_set_search_string):
5798         
5799         Made findbar buttons unsensitive if there is no text in
5800         entry. Fix for the bug 313285.
5801
5802 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5803
5804         * ps/ps-document.c: Use g_filename_display_name for displaying
5805         filenames and revert string freeze breackage
5806
5807 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5808
5809         * NEWS:
5810         * configure.ac:
5811
5812         Update for 0.3.4
5813
5814         * shell/Makefile.am:
5815
5816         Add ev-application-service.xml to extra dist
5817
5818         * shell/ev-view.c: (find_page_at_location):
5819
5820         Remove unused function (fix warning)
5821
5822 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5825         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5826         
5827         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5828         bug 313623.
5829
5830 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5831
5832         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5833         * shell/ev-window.c:
5834         Fix build warnings
5835
5836 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5837
5838         * configure.ac: Update script to get dbus version.
5839         Fix for the bug #313443.
5840
5841 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * shell/ev-window.c: (ev_window_cmd_escape):
5844         
5845         Return focus back to view on escape. Fix for bug 313295.
5846
5847 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5848
5849         * shell/ev-window.c: (update_window_title),
5850         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5851         (ev_window_cmd_save_as):
5852         
5853         Correct conversion from uri to displayable string. Fix for
5854         bug 313296.
5855
5856 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5857
5858         * ps/ps-document.c: convert filename to utf8 when there is an error
5859         loading document. Fixes #309915
5860
5861 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5862
5863         * configure.ac:
5864
5865         We depend on poppler 0.4.0
5866
5867 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5868
5869         * configure.ac:
5870         * NEWS: Release 0.3.3.
5871         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5872
5873 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5874
5875         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5876         add a couple missing mnemonics to menu items, use title 
5877         capitalization for menu items and window titles, and add 
5878         ellipsis to open menu item.     
5879
5880 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5881
5882         * pdf/ev-poppler.cc:
5883         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5884         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5885         (ev_view_get_rotation):
5886         * shell/ev-view.h:
5887         * shell/ev-window.c: (setup_view_from_metadata),
5888         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5889         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5890         disk.
5891
5892 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5893
5894         * configure.ac: Added tr to ALL_LINGUAS
5895
5896 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5897
5898         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5899         requires several clicks to find word. Thanks to 
5900         Colin Slater <kiltedtaco@gmail.com>.
5901
5902 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5903
5904         * data/evince.desktop.in.in: Hide menu entry and
5905         rename it to "Document Viewer". Fix for bug 
5906         #312399.
5907
5908 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5909
5910         * shell/ev-page-action.c (ev_page_action_class_init): 
5911
5912         Point to the correct function in constructor of the
5913         activate_label signal
5914
5915 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5916
5917         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5918         * shell/ev-jobs.h: Make thread safe.
5919
5920 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5921
5922         * shell/ev-view.c: (view_update_range_and_current_page):
5923         Don't update page range if we are scrolling to some document
5924         point.
5925
5926 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5929         when getting max_page_width, fix drawing in dual mode.
5930
5931 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5932
5933         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5934         getting the area for select_all.
5935
5936 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5937
5938         * backend/ev-selection.c: (ev_selection_render_selection):
5939         * backend/ev-selection.h:
5940         * pdf/ev-poppler.cc:
5941         * shell/ev-jobs.c: (ev_job_render_new):
5942         * shell/ev-jobs.h:
5943         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5944         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5945         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5946         (ev_view_class_init):
5947
5948         Change selection color on focus in and focus out events.  Also,
5949         poppler now uses GdkColor for specifying the selection colors, so
5950         drop some awkward conversion code.
5951
5952 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5953
5954         * configure.ac: Added Hebrew translation
5955
5956 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5957
5958         * NOTES:
5959         * backend/ev-selection.c: (ev_selection_render_selection):
5960         * backend/ev-selection.h:
5961         * pdf/ev-poppler.cc:
5962         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5963         (ev_job_render_run):
5964         * shell/ev-jobs.h:
5965         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5966         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5967         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5968         (ev_pixbuf_cache_style_changed),
5969         (ev_pixbuf_cache_get_selection_pixbuf),
5970         (ev_pixbuf_cache_set_selection_list),
5971         (ev_pixbuf_cache_get_selection_list):
5972         * shell/ev-pixbuf-cache.h:
5973         * shell/ev-utils.c: (ev_print_region_contents):
5974         * shell/ev-utils.h:
5975         * shell/ev-view.c: (ev_view_queue_draw_page),
5976         (selection_update_idle_cb), (ev_view_motion_notify_event),
5977         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5978         (setup_caches), (ev_view_find_next), (merge_selection_region),
5979         (selection_free):
5980         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5981
5982         Clean up selection to be much smoother!
5983
5984 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5985
5986         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5987         to poppler_page_render_selection().
5988
5989 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5990
5991         * ps/ps-document.c: (save_page_list): Use
5992         unzipped document when printing. Thanks to 
5993         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5994         311016.
5995
5996 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-window.c: (update_action_sensitivity):
5999         
6000         Disable print and save respect to lockdown gconf keys. Fix
6001         for 312342.
6002
6003 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * configure.ac:
6006         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6007         (write_to_temp_file), (ev_file_set_contents):
6008         * shell/ev-utils.h:
6009         * shell/ev-window.c: (save_print_config_to_file):
6010         
6011         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6012         Fix for bug 312238
6013
6014 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6015
6016         * shell/ev-window.c: (load_print_config_from_file),
6017         (save_print_config_to_file), (ev_window_print_range):
6018
6019         Persist the print settings. Fixes bug #311578.
6020
6021 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * djvu/djvu-document.c: (djvu_document_get_page_size),
6024         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6025         (djvu_document_thumbnails_get_thumbnail):
6026         * dvi/dvi-document.c: (dvi_document_get_page_size),
6027         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6028         (dvi_document_thumbnails_get_dimensions),
6029         (dvi_document_thumbnails_get_thumbnail):
6030         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6031         (pixbuf_document_render_pixbuf),
6032         (pixbuf_document_document_iface_init),
6033         (pixbuf_document_thumbnails_get_thumbnail):
6034         
6035         Update backends to make them build with new rotation system.
6036
6037 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6038
6039         * help/C/figures/evince_start_window.png:
6040         
6041         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6042
6043 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6044
6045         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6046         * shell/ev-pixbuf-cache.h:
6047         * shell/ev-sidebar-thumbnails.c:
6048         (ev_sidebar_thumbnails_get_property), (add_range),
6049         (adjustment_changed_cb):
6050         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6051         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6052         we were thumbnailing the entire docment on startup, slowing us
6053         down hugely. 
6054
6055 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6056
6057         * shell/ev-page-cache.c: (ev_page_cache_new):
6058         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6059         == 0, fixes #310306.
6060
6061 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6062
6063         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6064         (ev_view_rotate_left):
6065
6066         Account rotation in doc_rect_to_view_rect.
6067         Ensure rotation doesnt go out of bounds.
6068
6069 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6070
6071         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6072
6073         Correct and cleanup w/h swapping
6074
6075 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6076
6077         * backend/ev-document-thumbnails.c:
6078         (ev_document_thumbnails_get_thumbnail):
6079         * backend/ev-document-thumbnails.h:
6080         * backend/ev-document.c:
6081         * backend/ev-document.h:
6082         * backend/ev-render-context.c: (ev_render_context_new),
6083         (ev_render_context_set_rotation):
6084         * backend/ev-render-context.h:
6085         * pdf/ev-poppler.cc:
6086         * ps/ps-document.c: (ps_document_document_iface_init):
6087         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6088         * shell/ev-jobs.h:
6089         * shell/ev-page-cache.c: (build_height_to_page),
6090         (ev_page_cache_new), (ev_page_cache_get_size),
6091         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6092         (ev_page_cache_get_height_to_page):
6093         * shell/ev-page-cache.h:
6094         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6095         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6096         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6097         (ev_pixbuf_cache_get_selection_pixbuf):
6098         * shell/ev-pixbuf-cache.h:
6099         * shell/ev-print-job.c: (idle_print_handler):
6100         * shell/ev-sidebar-thumbnails.c: (add_range):
6101         * shell/ev-view.c: (view_update_range_and_current_page),
6102         (get_page_y_offset), (get_page_extents),
6103         (ev_view_size_request_continuous_dual_page),
6104         (ev_view_size_request_continuous),
6105         (ev_view_size_request_dual_page),
6106         (ev_view_size_request_single_page), (draw_one_page),
6107         (ev_view_set_rotation), (ev_view_rotate_right),
6108         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6109         (ev_view_zoom_for_size_continuous_and_dual_page),
6110         (ev_view_zoom_for_size_continuous),
6111         (ev_view_zoom_for_size_dual_page),
6112         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6113         (ev_view_select_all):
6114         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6115         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6116         (tiff_document_document_iface_init),
6117         (tiff_document_thumbnails_get_thumbnail):
6118
6119         Use rotation rather than orientation. It's easier and enough
6120         for our needs.
6121
6122 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6123
6124         * shell/ev-page-cache.c: (build_height_to_page),
6125         (ev_page_cache_new), (ev_page_cache_get_size),
6126         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6127         (ev_page_cache_get_height_to_page):
6128         * shell/ev-page-cache.h:
6129         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6130         (ev_view_size_request_continuous_dual_page),
6131         (ev_view_size_request_continuous),
6132         (ev_view_zoom_for_size_continuous_and_dual_page),
6133         (ev_view_zoom_for_size_continuous):
6134
6135         Make the page cache aware of page orientation.
6136
6137 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6138
6139         * backend/ev-document-thumbnails.c:
6140         (ev_document_thumbnails_get_thumbnail):
6141         * backend/ev-document-thumbnails.h:
6142         * backend/ev-document.c:
6143         * backend/ev-document.h:
6144         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6145         * backend/ev-ps-exporter.h:
6146         * pdf/ev-poppler.cc:
6147         * ps/ps-document.c: (ps_document_document_iface_init),
6148         (ps_document_ps_export_do_page):
6149         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6150         * shell/ev-jobs.h:
6151         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6152         (ev_page_cache_get):
6153         * shell/ev-page-cache.h:
6154         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6155         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6156         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6157         * shell/ev-pixbuf-cache.h:
6158         * shell/ev-print-job.c: (idle_print_handler):
6159         * shell/ev-sidebar-thumbnails.c: (add_range):
6160         * shell/ev-view.c: (view_update_range_and_current_page),
6161         (get_page_extents), (ev_view_size_request_dual_page),
6162         (ev_view_size_request_single_page), (draw_one_page),
6163         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6164         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6165         (ev_view_zoom_for_size_dual_page),
6166         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6167         (ev_view_select_all):
6168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6169         * tiff/tiff-document.c: (tiff_document_get_page_size),
6170         (tiff_document_get_orientation), (rotate_pixbuf),
6171         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6172         (tiff_document_thumbnails_get_thumbnail),
6173         (tiff_document_ps_export_do_page), (tiff_document_init):
6174
6175         Really make use of the orientation bit of the render context.
6176         Use the render context in a few more places in the backend API.
6177         This regress orientation, but now it's done right. Will try to
6178         fix it up asap...
6179
6180 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6181
6182         * shell/ev-view.c: (ensure_rectangle_is_visible):
6183
6184         Patch by Nickolay V. Shmyrev to fix find flickering
6185
6186 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6187
6188         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6189         duplex parameters to ::begin.
6190
6191         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6192         * shell/ev-print-job.c (idle_print_handler): 
6193         * ps/ps-document.c (ps_document_ps_export_begin): 
6194         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6195         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6196         implementations. Poppler backend needs poppler cvs. Rest has
6197         unchanged behavior.
6198
6199 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6200
6201         * shell/ev-window.c (using_pdf_printer): new function.
6202         (ev_window_print_range): print a less techy message if someone
6203         tries to print to PDF.
6204
6205 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6206
6207         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6208         from "unknown font" string. Bug #311431
6209
6210 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6211
6212         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6213
6214 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6215
6216         Bug #311280
6217         
6218         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6219         name for PopplerFontTypes
6220         (pdf_document_fonts_fill_model): add font type to the detail column
6221
6222         * backend/ev-document-fonts.h: added
6223         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6224
6225         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6226         font name and font details, add a little markup.
6227         (ev_properties_fonts_init): use the new cell data func, specify ypad
6228         property for the cell renderer.
6229         (ev_properties_fonts_set_document): add the details column.
6230
6231 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6232
6233         * configure.ac: Added "pl" to ALL_LINGUAS.
6234
6235 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6236
6237         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6238
6239 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6240
6241         * help/ChangeLog: Started this for translations of manual.
6242         * configure.ac, autogen.sh, .cvsignore: Migrated to
6243         gnome-doc-utils. Patch in bug #311222.
6244
6245 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6246
6247         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6248         #ifdef this away to fix an unused-function warning.
6249
6250 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6251
6252         * configure.ac: Added 'gl' to ALL_LINGUAS.
6253
6254 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6255
6256         * configure.ac: Added ne in ALL_LINGUAS
6257         
6258 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-view.c: (ev_view_leave_notify_event):
6261         
6262         Clear status message when pointer leaves view. Fix for bug
6263         #310818 
6264
6265 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6266
6267         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6268
6269 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * shell/ev-view.c: (ev_view_leave_notify_event),
6272         (ev_view_class_init):
6273         
6274         Set cursor to normal then leaving view.
6275
6276 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6277
6278         * configure.ac:
6279         
6280         Fix required djvulibre version.
6281
6282 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6283
6284         *configure.ac: Hindi (hi) language added
6285
6286 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6287
6288         *configure.ac: Punjabi (pa) Language added
6289
6290 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6291
6292         * data/evince-ui.xml, shell/ev-window.c:
6293         
6294         Add keypad accelerators for zooming. Fix for bug 308128.
6295
6296 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6297
6298         * Makefile.am:
6299         * backend/Makefile.am:
6300         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6301         * configure.ac:
6302         * shell/ev-document-types.c: (ev_document_types_add_filters):
6303
6304         Allow to enable/disable the pixbuf backend.
6305         Default to off for now. If we want it enabled we should
6306         really put mime types in the desktop, implement properties etc.
6307
6308         * properties/evince-properties.c:
6309
6310         Initialize error to NULL.
6311         Check error is not NULL before freeing.
6312
6313 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6314
6315         * shell/ev-window.c:
6316
6317         Use F5 as presentation accell
6318
6319 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6320
6321         * shell/ev-window.c: (update_chrome_visibility),
6322         (ev_window_create_fullscreen_popup), (ev_window_init):
6323
6324         Do not leak the fullscreen toolbar
6325
6326 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6327
6328         * shell/ev-window.c: (view_actions_focus_in_cb),
6329         (view_actions_focus_out_cb):
6330
6331         These has a return value! Fix totally random focus
6332         issues we was seeing.
6333
6334 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6335
6336         * shell/main.c: (load_files_remote):
6337
6338         Allow open more than one file
6339
6340 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6341
6342         * shell/main.c: (load_files_remote):
6343
6344         Fix for dbus 0.33. bug #309975
6345
6346 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6347
6348         * properties/ev-properties-main.c: (ev_properties_get_pages):
6349
6350         Actually return NULL for types we dont support
6351
6352 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6353
6354         * po/POTFILES.in:
6355
6356         Remove empty lines.
6357
6358 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6359
6360         * backend/ev-document-factory.c:
6361         (ev_document_factory_get_document):
6362
6363         Do not try to create the object if type
6364         is invalid.
6365
6366 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6367
6368         * ps/ps-document.c: (ps_document_dispose),
6369         (ps_async_renderer_render_pixbuf):
6370         * ps/ps-document.h:
6371
6372         Do not leak the target window
6373
6374 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6375
6376         * shell/ev-application.c: (ev_application_init):
6377
6378         Let tbe check file existence for us.
6379         Add a comment about eggrecent mime filter.
6380
6381 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6382
6383         * data/evince-ui.xml:
6384         * shell/ev-application.c: (ev_application_shutdown),
6385         (ev_application_init), (ev_application_get_toolbars_model),
6386         (ev_application_get_recent_model),
6387         (ev_application_save_toolbars_model):
6388         * shell/ev-application.h:
6389         * shell/ev-window.c: (ev_window_add_recent),
6390         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6391         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6392         (ev_window_init):
6393
6394         Use common toolbar and recent models for all windows.
6395         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6398
6399         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6400         successfully check for gtk_icon_view_get_visible_range.
6401
6402 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * djvu/Makefile.am:
6405         * dvi/Makefile.am:
6406         
6407         Fix djvu and dvi backend build.
6408
6409 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6410
6411         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6412         (new_separator_pixbuf):
6413
6414         Don't leak windows.
6415
6416 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6417
6418         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6419
6420         HIGification of toolbar editor dialogue.
6421
6422 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6423
6424         * configure.ac:
6425         * shell/Makefile.am:
6426
6427         Ever build metadata manager since it's just
6428         disabled at runtime now.
6429
6430 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6433         (ev_metadata_manager_get), (ev_metadata_manager_set):
6434         * shell/ev-metadata-manager.h:
6435
6436         Add an _init functions that enabled metadata management
6437         at runtime.
6438
6439         * shell/ev-window.c: (page_changed_cb),
6440         (setup_document_from_metadata), (ev_window_setup_document),
6441         (setup_view_from_metadata), (ev_window_open_uri),
6442         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6443         (ev_window_run_presentation), (ev_window_stop_presentation),
6444         (save_sizing_mode), (ev_window_zoom_changed_cb),
6445         (ev_window_continuous_changed_cb),
6446         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6447         (window_configure_event_cb):
6448
6449         Remove all ugly metadata define since we deal with it
6450         at runtime now.
6451
6452         * shell/main.c: (load_files_remote), (main):
6453
6454         Add support for dbus cvs head. Hopefully didnt break one
6455         of the other versions now!
6456
6457         If we dont get a response from the dbus server just
6458         give up with it and not enable metadata.
6459
6460 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * Makefile.am:
6463         * backend/Makefile.am:
6464         * configure.ac:
6465         * cut-n-paste/recent-files/Makefile.am:
6466         * cut-n-paste/toolbar-editor/Makefile.am:
6467         * cut-n-paste/zoom-control/Makefile.am:
6468         * lib/Makefile.am:
6469         * pdf/Makefile.am:
6470         * pixbuf/Makefile.am:
6471         * properties/Makefile.am:
6472         * ps/Makefile.am:
6473         * shell/Makefile.am:
6474         * thumbnailer/Makefile.am:
6475         * tiff/Makefile.am:
6476
6477         Make frontends depend on just libev.
6478         Rework and group CFLAGS/LIBS definitions.
6479         Cleanups.
6480
6481 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6482
6483         * shell/ev-window:
6484
6485         do not unnecessarily save zoom
6486
6487         * configure.ac:
6488         * lib/ev-file-helpers.c: (ev_dot_dir):
6489         * shell/Makefile.am:
6490         * shell/dummy.cc:
6491
6492         Some cleanups
6493
6494 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6495
6496         * configure.ac:
6497         
6498         Remove unnecessary dependencies
6499
6500 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6501
6502         * properties/Makefile.am:
6503         * thumbnailer/Makefile.am:
6504         * tiff/Makefile.am:
6505
6506         Some more cleanups. Was really necessary
6507         but I probably introduced bugs, feel free
6508         to flame :)
6509
6510 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6511
6512         * backend/Makefile.am:
6513         * configure.ac:
6514         * cut-n-paste/recent-files/Makefile.am:
6515         * cut-n-paste/toolbar-editor/Makefile.am:
6516         * cut-n-paste/zoom-control/Makefile.am:
6517         * lib/Makefile.am:
6518         * pdf/Makefile.am:
6519         * pixbuf/Makefile.am:
6520         * properties/Makefile.am:
6521         * ps/Makefile.am:
6522         * shell/Makefile.am:
6523         * thumbnailer/Makefile.am:
6524         * tiff/Makefile.am:
6525
6526         Use gnome-common macros when possible.
6527         Cleanup dependencies.
6528         Actually disable deprecated where possible.
6529
6530 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6531
6532         * Makefile.am:
6533         * backend/Makefile.am:
6534         * properties/Makefile.am:
6535         * shell/Makefile.am:
6536         * thumbnailer/Makefile.am:
6537
6538         This should solve the circular dep without
6539         requiring dir reorg!
6540
6541         * shell/ev-window.c: (setup_view_from_metadata):
6542
6543         Never restore window size/position when the
6544         window is already visible.
6545
6546 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6547
6548         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6549
6550         Return a boolean from timeout func. Fix ported from gedit.
6551
6552 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6553
6554         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6555
6556 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * shell/ev-document-types.c: set "All Documents" as default filter in
6559         open dialog
6560
6561 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6562
6563         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6564         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6565         (ev_metadata_manager_set_boolean): fix value/val thinko.
6566
6567 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6568
6569         * shell/ev-window.c: (setup_view_from_metadata),
6570         (window_state_event_cb), (window_configure_event_cb),
6571         (ev_window_init):
6572
6573         Remember window position and maximized state
6574
6575 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6576
6577         * configure.ac:
6578
6579         Fix DBUS configure checks.
6580
6581         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6582         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6583         (ev_metadata_manager_set_boolean):
6584
6585         Plug mem leaks.
6586
6587         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6588         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6589         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6590         (ev_window_continuous_changed_cb),
6591         (ev_window_dual_mode_changed_cb), (ev_window_new):
6592
6593         Fix the build without DBUS.
6594
6595 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6596
6597         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6598         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6599         (ev_metadata_manager_set_string),
6600         (ev_metadata_manager_set_boolean):
6601         * shell/ev-metadata-manager.h:
6602
6603         Add support for some more types
6604
6605         * shell/ev-view.c: (scroll_to_current_page),
6606         (ev_view_get_continuous), (ev_view_set_continuous),
6607         (ev_view_get_dual_page):
6608         * shell/ev-view.h:
6609         * shell/ev-window.c: (page_changed_cb),
6610         (setup_document_from_metadata), (ev_window_setup_document),
6611         (setup_view_from_metadata), (ev_window_open_uri),
6612         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6613         (ev_window_run_presentation), (ev_window_stop_presentation),
6614         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6615         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6616         (ev_window_update_dual_page_action),
6617         (ev_window_continuous_changed_cb),
6618         (ev_window_dual_mode_changed_cb), (ev_window_init):
6619
6620         Remember a bunch of view/document properties. Prolly some
6621         are still missing but it's getting interesting.
6622
6623 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6624
6625         * configure.ac: check if dbus-binding-tool is installed. Not the
6626         case on current Ubuntu breezy, it seems.
6627
6628 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6629
6630         * data/evince.desktop.in.in:
6631         
6632         Allow open uri lists and add TryExec field.
6633
6634 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6635
6636         * configure.ac:
6637
6638         Enable dbus when available, do not require a configure
6639         option.
6640
6641 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6642
6643         * configure.ac:
6644
6645         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6646         disabled.
6647
6648 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6649         Marco Pesenti Gritti  <mpg@redhat.com>
6650
6651         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6652         
6653         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6654         functions to the format required by dbus
6655
6656         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6657         errors. Use the RPC parameters in the expected way
6658
6659 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6660
6661         * Makefile.am:
6662         * properties/Makefile.am:
6663         * properties/ev-properties-main.c: (ev_properties_get_pages):
6664
6665         Support all mime types
6666
6667         * shell/Makefile.am:
6668         * thumbnailer/Makefile.am:
6669         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6670         (evince_thumbnail_pngenc_get):
6671
6672         Use the document factory
6673
6674 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6675
6676         * backend/Makefile.am:
6677         * backend/ev-document-factory.c:
6678         (mime_type_supported_by_gdk_pixbuf),
6679         (ev_document_type_get_from_mime),
6680         (ev_document_factory_get_document),
6681         (ev_document_factory_get_backend),
6682         (ev_document_factory_get_mime_types),
6683         (ev_document_factory_get_all_mime_types):
6684         * backend/ev-document-factory.h:
6685         * shell/Makefile.am:
6686         * shell/ev-document-types.c: (get_document_from_uri),
6687         (ev_document_types_get_document),
6688         (file_filter_add_mime_list_and_free),
6689         (ev_document_types_add_filters):
6690         * shell/ev-document-types.h:
6691         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6692         * shell/ev-properties-dialog.c:
6693         (ev_properties_dialog_set_document):
6694         * shell/ev-window.c: (ev_window_cmd_file_open),
6695         (ev_window_cmd_save_as):
6696         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6697
6698         Rework document types managing to avoid code duplication
6699         and actually abstract from backend implementations.
6700         Also provide a minimal factory api that can be used by
6701         thumbnailer/properties.
6702
6703 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6704
6705         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6706         Plug a mem leak.
6707         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6708         HIG spacings.
6709
6710 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6711
6712         * shell/ev-properties-dialog.c
6713         (ev_properties_dialog_set_document): only call
6714         ev_properties_fonts_set_document() if the document implements the
6715         fonts interface
6716
6717 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * configure.ac:
6720         * properties/Makefile.am:
6721         * properties/ev-properties-view.c:
6722         (ev_properties_view_register_type):
6723         * properties/ev-properties-view.h:
6724         * properties/ev-properties-main.h:
6725
6726         Implement nautilus plugin for properties.
6727         Works only for pdf atm, I need to rework the
6728         document types stuff to get this to work
6729         for all backends...
6730
6731 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6732
6733         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6734         (ev_properties_fonts_set_document): use
6735         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6736
6737 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6738
6739         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6740         them
6741         (PlaceImage, tiff2ps_process_page): use
6742         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6743
6744
6745 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6746
6747         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6748         (main): to call gnome_authentication_manager_init. Should fix
6749         Bug #308510
6750
6751         * configure.ac: that requires libgnomeui 2.6.0.
6752
6753 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6754
6755         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6756         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6757         use the new tiff2ps interfaces
6758
6759         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6760         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6761
6762         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6763         structure instead of global variables.  Remove use of static
6764         variables in functions.
6765
6766 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6767
6768         * shell/ev-page-action.c: unref the completion after setting it to the
6769         entry
6770
6771 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6772
6773         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6774         postscript files
6775
6776 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6777
6778         * shell/ev-window.c (update_action_sensitivity): disable
6779         File->Print if the document does not implement the ps exporter
6780         interface
6781
6782 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6783
6784         * Makefile.am:
6785         * configure.ac:
6786         * data/evince-properties.glade:
6787         * properties/.cvsignore:
6788         * properties/Makefile.am:
6789         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6790         (ev_properties_view_class_init), (ev_properties_view_format_date),
6791         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6792         (ev_properties_view_init), (ev_properties_view_new):
6793         * properties/ev-properties-view.h:
6794         * shell/Makefile.am:
6795         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6796         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6797         (ev_properties_dialog_new):
6798         * shell/ev-properties-dialog.h:
6799         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6800         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6801         (update_progress_label), (job_fonts_finished_cb),
6802         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6803         * shell/ev-properties-fonts.h:
6804         * shell/ev-properties.c:
6805         * shell/ev-properties.h:
6806         * shell/ev-window.c: (ev_window_setup_document),
6807         (ev_window_cmd_file_properties):
6808
6809         Split the properties pages in two different objects, depend
6810         only on the backend where possible, use widgets instead
6811         of gobject for the glade part, reimplement the dialog
6812         itself with gtk.
6813         I need this to implement nautilus properties page.
6814
6815 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6816
6817         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6818         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6819         (tiff_document_document_ps_exporter_iface_init): implement the ps
6820         exporter interface for tiff documents
6821
6822         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6823         libtiff to implement TIFF postscript export
6824
6825         * tiff/tiff2ps.h: added a header file for external tiff2ps
6826         functions.
6827
6828         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6829         tiff2ps.h
6830
6831 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * shell/ev-view.c: (scroll_to_current_page),
6834         (ev_view_set_fullscreen), (ev_view_set_presentation):
6835         
6836         Scroll to current page when exit from presentation
6837
6838 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * shell/ev-window.c: (update_document_mode),
6841         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6842         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6843         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6844         
6845         Exit from fullscreen mode when switch to presentation. Fix for
6846         bug 309365
6847
6848 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6849
6850         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6851         return NULL if the document does not implement the selection
6852         interface.
6853
6854 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6855
6856         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6857         reported height by using the resolution aspect ratio
6858         (tiff_document_render_pixbuf): scale the pixbuf using the
6859         resolution aspect ratio
6860
6861 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * configure.ac:
6864         
6865         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6866         <kiltedaco@gmail.com>
6867         
6868         * djvu/djvu-document.c: (djvu_document_get_orientation),
6869         (djvu_document_set_orientation), (djvu_document_get_page_size),
6870         (rotate_pixbuf), (djvu_document_render_pixbuf),
6871         (djvu_document_document_iface_init):
6872         * dvi/dvi-document.c: (dvi_document_get_orientation),
6873         (dvi_document_set_orientation), (dvi_document_get_page_size),
6874         (rotate_pixbuf), (dvi_document_render_pixbuf),
6875         (dvi_document_document_iface_init):
6876         
6877         Dvi and djvu backends are ported to new API
6878
6879 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6880
6881         * backend/ev-selection.c: (ev_selection_get_selection_region),
6882         (ev_selection_get_selection_map):
6883         * backend/ev-selection.h:
6884         * pdf/ev-poppler.cc:
6885         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6886         * shell/ev-jobs.h:
6887         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6888         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6889         (ev_pixbuf_cache_get_text_mapping):
6890         * shell/ev-pixbuf-cache.h:
6891         * shell/ev-view.c: (location_in_text),
6892         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6893         support to EvView.  Now we can see where we can select!  Sweet!
6894
6895 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6896
6897         * shell/ev-view.c (ev_view_button_press_event): Fix
6898         event->y + view->scroll_x typo.
6899
6900 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6901
6902         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6903         sub-GdkPixbuf instead of passing dest_x and dest_y.
6904         
6905         * shell/ev-view.c: (view_point_to_doc_point),
6906         (view_rect_to_doc_rect), (ev_view_button_press_event),
6907         (ev_view_motion_notify_event), (compute_new_selection_rect),
6908         (gdk_rectangle_point_in), (compute_new_selection_text),
6909         (compute_selections): Update selection code to keep the selection
6910         around as two points and not as a normalized rectangle, and fix
6911         page level selection in two-column mode.
6912
6913 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6914
6915         * shell/ev-window.c: (window_configure_event_cb): 
6916         
6917         Fix compilation
6918         
6919 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * pdf/ev-poppler.cc:
6922
6923         Fix compilation
6924
6925 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6926
6927         * shell/Makefile.am:
6928         * shell/ev-metadata-manager.c: (item_free),
6929         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6930         (parse_value), (parseItem), (load_values),
6931         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6932         (save_values), (save_item), (get_oldest), (resize_items),
6933         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6934         * shell/ev-metadata-manager.h:
6935
6936         Metadata manager from gedit but modified to use GValue, so that
6937         we dont need to keep converting from strings.
6938
6939         * configure.ac:
6940
6941         ENABLE_METADATA conditional, on when dbus is on
6942
6943         * shell/ev-application.c: (ev_application_open_uri):
6944
6945         Show the window after load so that we can initialize
6946         window size before it's showed.
6947
6948         * shell/ev-window.c: (ev_window_setup_from_metadata),
6949         (ev_window_open_uri), (window_configure_event_cb),
6950         (ev_window_init):
6951
6952         Save and load metadata information about window size.
6953         Not yet keeping states in account.
6954
6955         * shell/main.c: (main):
6956
6957         Shutdown metadata manager.
6958
6959 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6960
6961         * shell/ev-application-service.xml:
6962         * configure.ac:
6963         * shell/Makefile.am:
6964         * shell/ev-application.c:
6965         * shell/ev-application.h:
6966         * shell/ev-window.c:
6967         * shell/ev-window.h:
6968         * shell/main.c:
6969
6970         Add an optional dbus interface (--enable-dbus).
6971         Rework application code, mainly to be easier to
6972         use "remotely".
6973         Do not open multiple windows with the same document,
6974         spatial evince!
6975
6976 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6977
6978         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6979         pixbuf iff it exists.
6980
6981 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6982
6983         * shell/*:
6984         * backend/ev-render-context.[ch]:
6985         * backend/ev-selection.[ch]:
6986
6987         Massive changes.  We now support text selection of pdfs, and not
6988         just rectangular selection.  This is pretty broken still, but I
6989         want to get something into CVS.
6990
6991 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * pdf/ev-poppler.cc:
6994         
6995         Fix for Bug 309080: crash on window close.
6996         
6997         * shell/ev-page-action.c: (page_changed_cb):
6998         
6999         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7000         jensgr@gmx.net (Jens Granseuer).
7001
7002 2005-06-25  Marcel Telka  <marcel@telka.sk>
7003
7004         * configure.in (ALL_LINGUAS): Added sk.
7005
7006 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7007
7008         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7009         not a document open
7010
7011 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * NEWS:
7014         * configure.ac:
7015
7016         Release 0.3.2
7017
7018         * cut-n-paste/recent-files/Makefile.am:
7019
7020         Fix make distcheck
7021
7022 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7023
7024         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7025         (pixbuf_document_set_orientation), (rotate_pixbuf),
7026         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7027         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7028
7029         Implement rotation and cleanup the code a bit.
7030
7031         * tiff/tiff-document.c: (tiff_document_get_page_size),
7032         (tiff_document_get_orientation), (tiff_document_set_orientation),
7033         (rotate_pixbuf), (tiff_document_render_pixbuf),
7034         (tiff_document_document_iface_init), (tiff_document_init):
7035
7036         Implement rotation. Was the quicker solution for the release
7037         but we really need to share this code in the shell.
7038
7039 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7040
7041         * pdf/ev-poppler.cc:
7042
7043         Enable rotation, require poppler cvs. Fix a leak.
7044
7045 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7046
7047         * shell/ev-window.c: (update_action_sensitivity):
7048         
7049         Make properties unsensitive if document backend doesn't provide
7050         any info
7051
7052 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7055         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7056         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7057         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7058         (bitmap_flip_rotate_counter_clockwise):
7059         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7060         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7061         (buff_gets):
7062         * dvi/mdvi-lib/common.h:
7063         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7064         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7065         (opendvi), (mdvi_reload), (mdvi_init_context),
7066         (mdvi_destroy_context), (mdvi_dopage), (special):
7067         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7068         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7069         (file_hash_free), (register_encoding), (parse_spec),
7070         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7071         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7072         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7073         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7074         (mdvi_register_font_type), (mdvi_unregister_font_type),
7075         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7076         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7077         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7078         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7079         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7080         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7081         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7082         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7083         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7084         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7085         (mdvi_unregister_special), (mdvi_flush_specials):
7086         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7087         (t1_font_remove):
7088         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7089         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7090         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7091         (free_font_metrics), (flush_font_metrics):
7092         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7093         (tt_font_remove):
7094         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7095         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7096         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7097         (dstring_insert), (dstring_new), (dstring_reset):
7098         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7099         
7100         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7101         avoid conflict with libtool on FC4
7102         
7103         * shell/ev-window.c: (ev_window_cmd_help_about):
7104         
7105         Update copyright year. Fix for bug 308828.
7106
7107 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * shell/ev-view.c: (add_scroll_binding_keypad),
7110         (ev_view_binding_activated), (ev_view_class_init),
7111         (on_adjustment_value_changed):
7112         
7113         Bug 170874: Arrow keys switch pages in presentation mode
7114
7115 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7118         
7119         Fix for Bug 308265: Sidebar dissappears coming out of 
7120         Presentation mode
7121
7122 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7123
7124         * shell/ev-application.c: (ev_application_open):
7125         * shell/ev-document-types.c: (ev_document_types_add_filters),
7126         (ev_document_types_add_filters_for_type):
7127         * shell/ev-document-types.h:
7128         * shell/ev-window.c: (ev_window_cmd_save_as):
7129         
7130         Suggest basename as template when saving, provide filters
7131         for save dialog. It's bug 308402
7132
7133 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * pdf/ev-poppler.cc:
7136         * shell/ev-sidebar-links.c: (job_finished_callback):
7137         * shell/ev-view.c: (update_find_status_message):
7138         
7139         Some leaks fixed
7140
7141 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7142
7143         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7144         (egg_recent_view_uimanager_set_list):
7145
7146         Fix buglet in !show_numbers case.
7147
7148 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7149
7150         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7151         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7152
7153         Use pango ellipsisation.
7154
7155         * pdf/ev-poppler.cc:
7156
7157         Fix refcount leak, from nsh.
7158
7159 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * cut-n-paste/recent-files/Makefile.am:
7162         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7163         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7164         
7165         Removed EggRecentViewGtk
7166         
7167         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7168         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7169         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7170         (ev_window_setup_recent):
7171         
7172         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7173         with other projects
7174
7175 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7178         (egg_recent_view_gtk_finalize):
7179
7180         Fix memory leak
7181
7182         * cut-n-paste/toolbar-editor/Makefile.am:
7183         
7184         Fix location of cursor icon.
7185         
7186         * pdf/ev-poppler.cc:
7187         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7188         (display_completion_text), (match_completion):
7189         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7190         (selection_changed_callback), (create_loading_model),
7191         (print_section_cb), (links_page_num_func),
7192         (update_page_callback_foreach):
7193         * shell/ev-window.c: (ev_window_dispose):
7194         
7195         Small memory fixes. Links model now store objects instead
7196         of pointers to improve memory management. 
7197
7198 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-window.c: (zoom_control_changed_cb):
7201         
7202         Fix update of zoom control (bug 308268).
7203
7204 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7205
7206         * shell/ev-properties.c (set_property): escape the text correctly.
7207         Handles non-UTF-8 properties and escaped properties.  Also, sets
7208         the text to "<i>None</i>" if the property isn't set.
7209
7210         * data/evince-properties.glade: Change the label to be ellipsized,
7211         and give it a minimum size.
7212
7213 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7216         * shell/ev-sidebar-links.c: (create_loading_model):
7217         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7218         * shell/ev-view.c: (ev_view_set_document):
7219         * shell/ev-window.c: (ev_window_dispose):
7220         
7221         Various small fixes, mostly memory leaks. Thanks to valgrind.
7222
7223 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7224
7225         * ps/ps-document.c: remove the locale.h include again ;-). And
7226         kill the (bogus) setlocale/savelocale business.
7227
7228 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7229
7230         * ps/ps-document.c:
7231         
7232         Include locale.h to fix build
7233         
7234         * shell/ev-sidebar.c:
7235         
7236         Remove unnecessary includes
7237
7238 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * dvi/dvi-document.c: (dvi_document_load):
7241         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7242         * po/POTFILES.in:
7243         
7244         Check for incorrect dvi files. Fix parsing dvi on AMD64
7245         platform. Thanks to tester@tester.ca (Olivier Crete).
7246
7247 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * shell/ev-page-action.c: (match_selected_cb),
7250         (display_completion_text), (match_completion), (update_model):
7251         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7252         (expand_open_links):
7253         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7254         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7255         (ev_sidebar_set_document):
7256         * shell/ev-window.c: (ev_window_xfer_job_cb),
7257         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7258         
7259         Fixed lot's of memory leaks, for example, memory leak on reload, 
7260         described in bug 307793.
7261
7262 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * pdf/ev-poppler.cc:
7265         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7266         (update_visible_range), (adjustment_changed_cb),
7267         (ev_sidebar_thumbnails_fill_model),
7268         (ev_sidebar_thumbnails_refresh),
7269         (ev_sidebar_tree_selection_changed),
7270         (ev_sidebar_icon_selection_changed),
7271         (ev_sidebar_thumbnails_use_icon_view),
7272         (ev_sidebar_thumbnails_set_document):
7273         * shell/ev-sidebar-thumbnails.h:
7274         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7275         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7276
7277         Refresh thumbnails when changing orientation. Not fully
7278         working yet becuase of a sidebar bug.
7279
7280         Set page orientation to poppler page everywhere. This sucks
7281         really need to fix poppler.
7282
7283 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7286         (egg_recent_view_gtk_new_menu_item),
7287         (egg_recent_view_gtk_set_property),
7288         (egg_recent_view_gtk_get_property),
7289         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7290         (egg_recent_view_gtk_set_tooltip_func),
7291         (egg_recent_view_gtk_set_label_width),
7292         (egg_recent_view_gtk_get_label_width):
7293         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7294
7295         Sync with libegg (ellipsize labels)
7296
7297 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * data/evince-ui.xml:
7300         * shell/ev-window.c: (ev_window_cmd_go_forward),
7301         (ev_window_cmd_go_backward):
7302         
7303         Shift + PageUp moves 10 Pages. Fix for 306125
7304
7305 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * pdf/ev-poppler.cc:
7308
7309         Add a flag to check if orientation has been overriden
7310
7311 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7312
7313         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7314         field if necessary.
7315
7316         * ps/ps.h: add creator field to document.
7317
7318         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7319         set creator field.
7320
7321 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * data/evince-properties.glade:
7324         * shell/ev-properties.c: (ev_properties_set_document):
7325
7326         s/PDF Version/Format
7327
7328 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * shell/ev-properties.c: (ev_properties_set_document):
7331
7332         Remove unnecessary translations
7333
7334 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7335
7336         * cut-n-paste/toolbar-editor/Makefile.am:
7337
7338         Correct library name    
7339
7340 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7341
7342         * configure.ac:
7343         * cut-n-paste/recent-files/egg-recent-model.c:
7344         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7345         (egg_recent_model_unlock_file):
7346         * cut-n-paste/recent-files/egg-recent-util.c:
7347         (egg_recent_util_get_unique_id):
7348         * cut-n-paste/recent-files/update-from-egg.sh:
7349         * cut-n-paste/toolbar-editor/Makefile.am:
7350         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7351         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7352         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7353         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7354         (egg_toolbars_model_get_type):
7355         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7356
7357         Better makefile for toolbar editor and update everything
7358         to latest libegg.
7359
7360 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-window.c: (update_document_mode):
7363
7364         Prefer presentation mode when the document
7365         require fullscreen.
7366
7367 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * data/evince-ui.xml:
7370         * shell/ev-window.c:
7371
7372         Add control-equal for zooming
7373
7374 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7375
7376         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7377
7378 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7379
7380         * backend/ev-document.c: (ev_document_get_orientation):
7381         * backend/ev-document.h:
7382         * pdf/ev-poppler.cc:
7383         * ps/ps-document.c: (ps_document_get_orientation),
7384         (ps_document_set_orientation), (ps_document_document_iface_init):
7385
7386         Add a get_orientation api. Improve set_orientation.
7387
7388         * data/evince-ui.xml:
7389         * shell/ev-view.c: (ev_view_set_orientation),
7390         (ev_view_rotate_right), (ev_view_rotate_left):
7391         * shell/ev-view.h:
7392         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7393         (ev_window_cmd_edit_rotate_right):
7394
7395         Better ui for changing document orientation
7396
7397 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7400         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7401         * shell/ev-sidebar-links.h:
7402         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7403         (ev_sidebar_page_iface_init):
7404         * shell/ev-sidebar-page.h:
7405         * shell/ev-sidebar-thumbnails.c:
7406         (ev_sidebar_thumbnails_get_property),
7407         (ev_sidebar_thumbnails_class_init),
7408         (ev_sidebar_thumbnails_set_document):
7409         * shell/ev-sidebar-thumbnails.h:
7410         * shell/ev-view.c: (ev_view_motion_notify_event):
7411         * shell/ev-window.c: (update_chrome_visibility),
7412         (ev_window_cmd_focus_page_selector),
7413         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7414         (sidebar_page_main_widget_update_cb), (ev_window_init):
7415         
7416         Autoraise toolbar on GoToPage binding and fix bindings in
7417         EvSidebarThumbnails page.
7418
7419 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7420
7421         * shell/ev-properties.c: (update_progress_label):
7422
7423         Hide the progress label when finished; bug #307697.
7424
7425 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7426
7427         * pdf/ev-poppler.cc:
7428
7429         Enable is_open for links, you will need poppler cvs
7430
7431         * shell/ev-properties.c: (job_fonts_finished_cb):
7432
7433         Get a lock on the document when filling the tree view
7434
7435 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7436
7437         * backend/ev-document-links.h:
7438         * pdf/ev-poppler.cc:
7439         * shell/ev-sidebar-links.c: (create_loading_model),
7440         (expand_open_links), (job_finished_callback):
7441
7442         Expand links when specified by the document.
7443         Depend on a poppler api (defined out for now)
7444
7445 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7446
7447         * shell/ev-properties.c: (ev_properties_dispose),
7448         (ev_properties_class_init), (dialog_destroy_cb),
7449         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7450         (ev_properties_set_document), (ev_properties_new),
7451         (ev_properties_show):
7452         * shell/ev-properties.h:
7453
7454         Make it an object, cleanup the code, api to show it as transient
7455         and to set the document.
7456
7457         * shell/ev-window.c: (ev_window_setup_document),
7458         (ev_window_cmd_file_properties):
7459
7460         Adapt to EvProperties changes, do not show multiple
7461         times, update it when document changes.
7462
7463 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7464
7465         * ps/gstypes.h:
7466         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7467         (ps_document_set_orientation), (ps_document_document_iface_init):
7468         * ps/ps-document.h:
7469
7470         Implement orientation here too
7471
7472         * shell/ev-properties.c: (ev_properties_new):
7473         * data/evince-properties.glade:
7474
7475         Hide the fonts page for backends that doesnt
7476         support it.     
7477
7478 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7479
7480         * backend/ev-document.c: (ev_document_set_orientation):
7481         * backend/ev-document.h:
7482         * pdf/ev-poppler.cc:
7483
7484         Add orientation api. Currently poppler api is not optimal,
7485         we need to set orientation every time we _get a page.
7486         I will try to fix that at some point.
7487
7488         * data/evince-ui.xml:
7489         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7490         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7491
7492         Add orientation menu items
7493
7494         * shell/ev-page-cache.c: (ev_page_cache_clear):
7495         * shell/ev-page-cache.h:
7496
7497         Add api to clear the cache
7498
7499         * shell/ev-view.c: (setup_caches), (clear_caches),
7500         (ev_view_set_document), (ev_view_zoom_out),
7501         (ev_view_set_orientation):
7502         * shell/ev-view.h:
7503
7504         Implement orientation changing
7505
7506 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7507
7508         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7509         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7510         * backend/ev-document-fonts.h:
7511
7512         Separate scan and fill so that we can incrementally fill from
7513         the main thread. Add a progress api.
7514
7515         * data/evince-properties.glade:
7516         * pdf/ev-poppler.cc:
7517         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7518         * shell/ev-jobs.h:
7519         * shell/ev-properties.c: (update_progress_label),
7520         (job_fonts_finished_cb), (setup_fonts_view):
7521
7522         Incrementally feel the list and show the progress
7523         percentage in a label like acrobat does.
7524
7525         You are going to need poppler cvs
7526
7527 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7528
7529         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7530         * backend/ev-document-fonts.h:
7531         * pdf/ev-poppler.cc:
7532
7533         Make fonts model fill incrementally.
7534
7535         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7536         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7537         (ev_job_queue_remove_job):
7538         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7539         (ev_job_fonts_new), (ev_job_fonts_run):
7540         * shell/ev-jobs.h:
7541
7542         New job for fonts scanning
7543
7544         * shell/ev-properties.c: (job_fonts_finished_cb),
7545         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7546         * shell/ev-properties.h:
7547         * shell/ev-window.c: (ev_window_cmd_file_properties):
7548
7549         Incrementally feel the treeview using the new job. Show Loading...
7550         message until scanning is completed.
7551
7552         Hopefully I didnt break the build without the poppler patch.
7553
7554 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7555
7556         * shell/ev-application.c: (ev_application_open):
7557         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7558         (ev_document_type_get_type), (ev_document_type_lookup):
7559         * shell/ev-document-types.h:
7560         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7561         * shell/ev-job-xfer.h:
7562         * shell/ev-window.c: (ev_window_clear_local_uri),
7563         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7564         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7565         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7566         
7567         Transfer remote documents to tmp directory to display them later.
7568
7569 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7570
7571         * backend/ev-document-info.h:
7572         * shell/ev-properties.c: (ev_properties_new):
7573
7574         s/GTime*/GTime. Not sure why we was using a pointer
7575         at all there!
7576
7577 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7578
7579         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7580         situations.  That situation is that you're using GTK+-HEAD with
7581         the patch at #306726 is applied, and you have a document with <
7582         1500 pages in it.  It's not quite as uniformly nice as the
7583         TreeView, but should be better in the long run.
7584
7585         I'm pretty sure I guarded against breaking compilation with
7586         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7587         I missed some.
7588
7589         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7590         widget yet, so I commented that code out
7591         enable_view_actions_for_widget() for now.  Need to figure this
7592         out.
7593
7594         * shell/ev-page-action.c (match_selected_cb): emit the right
7595         signals.  Our cool C-l completion now works.
7596
7597 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * backend/Makefile.am:
7600         * backend/ev-document-fonts.c:
7601         * backend/ev-document-links.c:
7602         * backend/ev-document.c: (ev_document_load):
7603         * backend/ev-document.h:
7604         * backend/ev-job-queue.c:
7605         * backend/ev-job-queue.h:
7606         * backend/ev-jobs.c:
7607         * backend/ev-jobs.h:
7608         * backend/ev-page-cache.c:
7609         * backend/ev-page-cache.h:
7610
7611         EvPageCache and EvJobs are moved to shell.
7612
7613         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7614         (ev_tmp_filename):
7615         * lib/ev-file-helpers.h:
7616         
7617         New helper to work with temporary files
7618         
7619         * shell/Makefile.am:
7620         * shell/ev-application.c: (ev_application_open):
7621         * shell/ev-application.h:
7622         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7623         (remove_job_from_async_queue), (add_job_to_async_queue),
7624         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7625         (handle_job), (search_for_jobs_unlocked),
7626         (no_jobs_available_unlocked), (ev_render_thread),
7627         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7628         (ev_job_queue_add_job), (move_job_async), (move_job),
7629         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7630         * shell/ev-job-queue.h:
7631         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7632         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7633         * shell/ev-job-xfer.h:
7634         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7635         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7636         (ev_job_links_class_init), (ev_job_render_init),
7637         (ev_job_render_dispose), (ev_job_render_class_init),
7638         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7639         (ev_job_thumbnail_class_init), (ev_job_load_init),
7640         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7641         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7642         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7643         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7644         * shell/ev-jobs.h:
7645         * shell/ev-page-action.c: (ev_page_action_set_document):
7646         * shell/ev-page-cache.c: (ev_page_cache_init),
7647         (ev_page_cache_class_init), (ev_page_cache_finalize),
7648         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7649         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7650         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7651         (ev_page_cache_get_title), (ev_page_cache_get_size),
7652         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7653         (ev_page_cache_get_height_to_page),
7654         (ev_page_cache_get_max_label_chars),
7655         (ev_page_cache_get_page_label),
7656         (ev_page_cache_has_nonnumeric_page_labels),
7657         (ev_page_cache_get_info), (ev_page_cache_next_page),
7658         (ev_page_cache_prev_page), (ev_page_cache_get):
7659         * shell/ev-page-cache.h:
7660         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7661         (ev_pixbuf_cache_clear_job_sizes),
7662         (ev_pixbuf_cache_add_jobs_if_needed),
7663         (ev_pixbuf_cache_set_page_range):
7664         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7665         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7666         * shell/ev-sidebar-thumbnails.c:
7667         (ev_sidebar_tree_selection_changed),
7668         (ev_sidebar_thumbnails_set_document):
7669         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7670         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7671         (ev_statusbar_get_context_id), (ev_statusbar_push),
7672         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7673         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7674         (ev_statusbar_set_progress):
7675         * shell/ev-statusbar.h:
7676         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7677         (ev_view_find_previous):
7678         * shell/ev-window.c: (ev_window_is_empty),
7679         (ev_window_setup_document), (password_dialog_response),
7680         (ev_window_clear_jobs), (ev_window_load_job_cb),
7681         (ev_window_xfer_job_cb), (ev_window_open_uri),
7682         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7683         (ev_window_print), (ev_window_print_range),
7684         (ev_window_state_event), (ev_window_cmd_view_reload),
7685         (menu_item_select_cb), (menu_item_deselect_cb),
7686         (view_status_changed_cb), (ev_window_dispose),
7687         (drag_data_received_cb), (ev_window_init):
7688         * shell/ev-window.h:
7689         * shell/main.c: (load_files):
7690         
7691         New statusbar to show progress on idle. Two new jobs - 
7692         xfer job and load job to load document in background. And update
7693         of page_cache clients to new location of code.
7694
7695 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7696   
7697         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7698         selection in open dialog. It also remembers the last visited directory 
7699         in the current session.
7700
7701 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * shell/ev-properties.c: (ev_properties_new):
7704         * shell/ev-properties.h:
7705         * shell/ev-window.c: (ev_window_cmd_file_properties):
7706         
7707         Get document info from page cache instead of document itself.
7708         This should fix crash related to race conditions described in
7709         bug 306545.
7710
7711 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7712
7713         * ps/ps-document.c: (ps_document_init),
7714         (send_ps), (get_page_box), (output), (catchPipe), (input),
7715         (stop_interpreter), (file_length), (file_readable),
7716         (check_filecompressedb), (ps_document_enable_interpreter),
7717         (document_load), (ps_async_renderer_render_pixbuf):
7718         * ps/ps-document.h:
7719
7720         Big cleanup of the ps code
7721
7722 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7723
7724         * backend/Makefile.am:
7725         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7726         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7727         * backend/ev-async-renderer.h:
7728
7729         Add an async renderer interface (method + callback) which
7730         is useful for backends like ps.
7731
7732         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7733         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7734         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7735         (ev_job_queue_add_job), (move_job_async), (move_job),
7736         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7737
7738         Add queues for async renderer, these are executed on the
7739         main thread.
7740
7741         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7742         (ev_job_render_run):
7743         * backend/ev-jobs.h:
7744
7745         If the backend support async renderer interface use it.
7746
7747         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7748         (setup_pixmap), (ps_document_get_type),
7749         (ps_async_renderer_render_pixbuf),
7750         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7751
7752         Implement async renderer interface.
7753
7754 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7757
7758         Cleanup links job on exit.
7759
7760 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7763         (drag_data_get_cb), (drag_data_received_cb):
7764         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7765         (drag_data_get_cb), (parse_item_list),
7766         (egg_toolbar_editor_load_actions):
7767         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7768         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7769         (parse_item_list), (parse_toolbars):
7770         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7771         (dvi_pixbuf_put_pixel):
7772         
7773         Fix gcc 4.0 warnings
7774
7775 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7776
7777         * ps/ps-document.c: (start_interpreter):
7778
7779         Fix warning when loading ps
7780
7781 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7782
7783         * ps/ps-document.c: (output):
7784
7785         Fix crash when priting gs error messages.
7786
7787 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7788
7789         * backend/ev-page-cache.c: (_ev_page_cache_new):
7790         * backend/ev-page-cache.h:
7791
7792         Use a const to return title so that we dont double
7793         free it. Small cleanup and fix a leak.
7794
7795         * shell/ev-window.c: (update_window_title):
7796
7797         strdup value from get_title.
7798
7799 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7800
7801         * shell/ev-sidebar-links.c: (job_finished_callback),
7802         (ev_sidebar_links_set_document):
7803
7804         Cleanup the old job when changing document
7805
7806 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7807
7808         * shell/ev-stock-icons.c:
7809         * shell/ev-stock-icons.h:
7810         * shell/ev-window.c:
7811         
7812         Add stock icons for actions that can appear in toolbar. Fix for
7813         bug 306566.
7814
7815 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7816
7817         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7818         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7819         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7820         * backend/ev-page-cache.h:
7821         * shell/ev-view.c: (scroll_to_current_page),
7822         (view_update_range_and_current_page), (get_page_y_offset),
7823         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7824         (ev_view_size_request_continuous),
7825         (ev_view_zoom_for_size_continuous_and_dual_page),
7826         (ev_view_zoom_for_size_continuous):
7827         
7828         More compact EvView layout in document with pages of different size.
7829
7830 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7831
7832         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7833         compilation.
7834
7835 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * shell/ev-view.c: (view_set_adjustment_values):
7838         * shell/ev-window.c: (ev_window_cmd_file_properties):
7839         
7840         A bit different fix for rounding problem but it has no
7841         problems on startup. Make properties window transient to parent.
7842
7843 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7844
7845         * pdf/ev-poppler.cc:
7846         
7847         More commenting of font stuff.
7848
7849 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7850
7851         * pdf/ev-poppler.cc:
7852
7853         Comment out some more fonts stuff. Should really
7854         work without the poppler patch now.
7855
7856 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7857
7858         * pdf/ev-poppler.cc:
7859
7860         Adapt to api change
7861
7862 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7863
7864         * data/evince-properties.glade:
7865         * pdf/ev-poppler.cc:
7866         * shell/ev-properties.c: (setup_fonts_view):
7867
7868         Set the column title. Show the dialog only
7869         once everything is setup.
7870         Getting font info can be very slow... will
7871         prolly need to make this threaded too.
7872
7873 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7874
7875         * backend/Makefile.am:
7876         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7877         (ev_document_fonts_get_fonts_model):
7878         * backend/ev-document-fonts.h:
7879         * data/evince-properties.glade:
7880         * pdf/ev-poppler.cc:
7881         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7882         * shell/ev-properties.h:
7883         * shell/ev-window.c: (ev_window_cmd_file_properties):
7884
7885         Implement fonts list. Defined out for now, since it depends
7886         on a not yet committed poppler patch.
7887
7888 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7889
7890         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7891         page + 1.
7892
7893         * shell/ev-window.c: Make sure we add the timeout when we get a
7894         focus-in event.
7895
7896         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7897         adjustment->value before calculating the zoom factor to average
7898         out all of our rounding errors.  The page no longer 'drifts' when
7899         resizing.
7900
7901 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * data/evince-properties.glade:
7904         * shell/ev-properties.c: (ev_properties_format_date),
7905         (set_property):
7906         
7907         Labels don't expand when the dialogue is resized.
7908         strftime result needs to be converted to UTF-8. Thanks
7909         to Christian Persch <chpe@gnome.org>.
7910
7911 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7912
7913         * data/evince-properties.glade:
7914
7915         Hide the fonts tab
7916
7917 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7918
7919         * backend/ev-document-info.h:
7920         * backend/ev-document.c: (ev_document_info_free):
7921         * data/evince-properties.glade:
7922         * pdf/ev-poppler.cc:
7923         * ps/ps-document.c: (ps_document_get_info):
7924         * shell/ev-properties.c: (ev_properties_format_date),
7925         (set_property), (ev_properties_new):
7926         * shell/ev-properties.h:
7927         * shell/ev-window.c: (ev_window_cmd_file_properties):
7928
7929         Rework properties code to take only EvPropertyInfo
7930         in the constructor so that it can be useful for
7931         nautilus plugin too.
7932
7933         Deal with backends that doesnt support some properties.
7934         Make set property code generic.
7935
7936 2005-06-04  Christian Persch <chpe@gnome.org>
7937
7938         * data/evince-properties.glade:
7939
7940         fix spacings, make resizeable, and make data labels
7941         selectable + ellipsised
7942
7943 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7944
7945         * backend/ev-document-info.h:
7946         * data/Makefile.am:
7947         * data/evince-ui.xml:
7948         * pdf/ev-poppler.cc:
7949         * shell/Makefile.am:
7950         * shell/ev-window.c: (update_action_sensitivity),
7951         (ev_window_cmd_file_properties):
7952
7953         Initial go at file properties. Patch by
7954         Emil Soleyman-Zomalan <emil@soleyman.com>.
7955         Needs love see #169583
7956
7957 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7958
7959         * ps/ps-document.c: (output):
7960         * ps/ps.c: (psscan):
7961
7962         Try to render even if psscan fails.
7963
7964 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7965
7966         * ps/ps.c: (psscan), (pscopydoc):
7967
7968         Port buffered reading code from gv
7969
7970 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7971
7972         * ps/ps-document.c: (interpreter_message), (output):
7973
7974         Do not fail on interpreter messages
7975
7976 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7977
7978         * backend/ev-document-misc.c:
7979         (ev_document_misc_get_thumbnail_frame):
7980
7981         Pages can be 0 x 0, dont assert on this case
7982
7983 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7984
7985         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7986         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7987
7988         Correctly manage our reference on document. Finally the reload
7989         huge leak is gone...
7990
7991 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7992
7993         * ps/ps-document.c: (ps_document_dispose):
7994
7995         Forgot to chain it to the parent. Thanks chpe.
7996
7997 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7998
7999         * ps/ps-document.c: (ps_document_dispose),
8000         (ps_document_class_init), (stop_interpreter), (document_load):
8001
8002         Cleanup dispose a bit. Dont leak the whole pixmap.
8003
8004 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8005
8006         * pdf/ev-poppler.cc:
8007
8008         Release the poppler document on dispose
8009
8010 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8011
8012         * shell/ev-view.c: (ev_view_set_document):
8013
8014         Release ref on the pixbuf cache when changing
8015         document.
8016
8017 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8018
8019         * ps/ps-document.c: (ps_document_get_info):
8020
8021         Fix a double free
8022
8023 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * backend/ev-page-cache.c: (ev_page_cache_init),
8026         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8027         * backend/ev-page-cache.h:
8028         * shell/ev-page-action.c: (page_changed_cb):
8029         
8030         Set page action entry width depending on labels width. Fix
8031         for bug 305202.
8032
8033 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8034
8035         * backend/ev-link.c: (ev_link_class_init):
8036
8037         Allow -1 as page value (error)
8038
8039 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8040
8041         * shell/ev-sidebar-thumbnails.c:
8042         (ev_sidebar_thumbnails_set_document):
8043         * shell/ev-view.c: (scroll_to_current_page),
8044         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8045         (page_changed_cb), (on_adjustment_value_changed),
8046         (ev_view_set_document):
8047
8048         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8049         Fix bug 305377
8050
8051 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8052
8053         * configure.ac:
8054         * djvu/djvu-document.c: (djvu_document_get_page_size):
8055
8056         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8057         bug 301993.
8058
8059 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8060
8061         * shell/ev-view.c (draw_one_page): modify the expose handling to
8062         get the shadows.
8063
8064         * shell/ev-window.c (update_action_sensitivity): Respect
8065         permissions field.  Kowtow to the man.
8066
8067         * pdf/ev-poppler.cc: Get the permissions field.
8068
8069         * tiff/*c: Make a tiny bit more robust.
8070
8071 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8072
8073         * djvu/djvu-document.c:
8074         
8075         Pop messages from djvu context message queue.
8076
8077 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8078
8079         * configure.ac, Makefile.am, shell/Makefile.am:
8080         * tiff/Makefile.am, shell/ev-document-types.c:
8081         
8082         Cleanup tiff configure checks. Fix for bug 305218.
8083
8084 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8085
8086         * configure.ac: Added "uk" to ALL_LINGUAS.
8087
8088 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * cut-n-paste/zoom-control/ephy-zoom.c:
8091         (ephy_zoom_get_changed_zoom_level):
8092         * cut-n-paste/zoom-control/ephy-zoom.h:
8093         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8094         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8095         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8096         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8097         (zoom_control_changed_cb), (ev_window_init):
8098         
8099         Fix minor points related to moving best fit up. Introduce
8100         "zoom" property and make zoom control change it's value on
8101         notify::zoom signals. Fix for 305080.
8102
8103 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8104
8105         * data/evince-ui.xml:
8106         * shell/ev-window.c: (set_view_actions_sensitivity):
8107         
8108         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8109
8110 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * configure.ac:
8113
8114         Depends on poppler 0.3.2
8115
8116 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * cut-n-paste/recent-files/egg-recent-item.c:
8119         (egg_recent_item_get_short_name):
8120         * cut-n-paste/toolbar-editor/Makefile.am:
8121         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8122         (new_pixbuf_from_widget):
8123         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8124         * cut-n-paste/toolbar-editor/egg-marshal.c:
8125         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8126         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8127
8128         Sync
8129
8130 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8131
8132         * tiff/tiff-document.c: Rough TIFF backend.
8133
8134 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * NEWS:
8137         * configure.ac:
8138         * cut-n-paste/toolbar-editor/Makefile.am:
8139
8140         Release 0.3.1
8141
8142 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8145         (ev_view_find_next), (ev_view_find_previous):
8146
8147         Remove the locks around get_n_results   
8148
8149 2005-05-21  Juerg Billeter  <j@bitron.ch>
8150
8151         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8152
8153         Pass correct number of pages to poppler.
8154
8155 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8156
8157         * configure.ac:
8158         * data/Makefile.am:
8159         * data/evince.desktop.in: 
8160         * data/evince.desktop.in.in:
8161         * po/POTFILES.in:
8162         
8163         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8164
8165 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8166
8167         * shell/ev-view.c: (view_update_adjustments),
8168         (view_set_adjustment_values): cast adjustmen->value to (int)
8169         before using it.  Otherwise, we get off by a pixel in some
8170         situations.
8171
8172         (draw_one_page): Draw the border on expose.
8173
8174 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8175
8176         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8177         adjustment when the mode changes, #304923
8178
8179 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8180
8181         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8182         flickering on resize but still use gdk_window_scroll on
8183         scrolling
8184
8185 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8188         option, #170458
8189
8190 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8191
8192         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8193         second page on page_changed if possible, #304669
8194
8195 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8196
8197         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8198         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8199
8200 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8201
8202         * .cvsignore:
8203         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8204         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8205         (ev_view_zoom_for_size_presentation),
8206         (ev_view_zoom_for_size_continuous_and_dual_page),
8207         (ev_view_zoom_for_size_continuous),
8208         (ev_view_zoom_for_size_dual_page),
8209         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8210         * shell/ev-view.h:
8211         * shell/ev-window.c: (update_view_size),
8212         (ev_window_sizing_mode_changed_cb):
8213
8214         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8215         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8216         an infinite loop, #304769
8217
8218
8219 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8220
8221         * data/evince-ui.xml:
8222         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8223         * shell/ev-window.c: (set_view_actions_sensitivity):
8224
8225         Make PgUp/Down behave like Space
8226
8227 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8228
8229         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8230         * backend/ev-ps-exporter.h:
8231         * pdf/ev-poppler.cc:
8232         * ps/ps-document.c: (ps_document_ps_export_begin):
8233         * shell/ev-print-job.c: (idle_print_handler):
8234
8235         Adapt to new poppler api
8236
8237 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8238
8239         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8240         (ephy_zoom_control_init):
8241
8242         Translate zoom levels
8243
8244 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8245
8246         * cut-n-paste/zoom-control/ephy-zoom.c:
8247         (ephy_zoom_get_zoom_level_index):
8248
8249         Fix current zoom -> zoom control match
8250
8251 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8252
8253         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8254         rather than the scrolled_window that it's in. Fixes bug #304655.
8255
8256 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8257
8258         * shell/ev-view.c: (view_update_adjustments),
8259         (view_set_adjustment_values), (view_update_range_and_current_page),
8260         (view_scroll_to_page), (set_scroll_adjustment),
8261         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8262         (ev_view_scroll), (ev_view_scroll_view),
8263         (ensure_rectangle_is_visible), (find_page_at_location),
8264         (get_link_at_location), (go_to_link), (status_message_from_link),
8265         (ev_view_size_request_continuous_dual_page),
8266         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8267         (ev_view_unrealize), (ev_view_expose_event),
8268         (ev_view_button_press_event), (ev_view_motion_notify_event),
8269         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8270         (draw_rubberband), (highlight_find_results), (draw_one_page),
8271         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8272         (ev_view_init), (find_changed_cb), (page_changed_cb),
8273         (on_adjustment_value_changed), (ev_view_new),
8274         (ev_view_set_document), (ev_view_set_zoom),
8275         (ev_view_set_continuous), (ev_view_set_dual_page),
8276         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8277         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8278         (ev_view_zoom_for_size_presentation),
8279         (ev_view_zoom_for_size_continuous_dual_page),
8280         (ev_view_zoom_for_size_continuous),
8281         (ev_view_zoom_for_size_dual_page),
8282         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8283         (ev_view_get_status), (ev_view_set_status),
8284         (update_find_status_message), (ev_view_get_find_status),
8285         (ev_view_set_find_status), (jump_to_find_result),
8286         (jump_to_find_page), (compute_selections), (clear_selection),
8287         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8288         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8289         (ev_view_update_primary_selection),
8290         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8291         * shell/ev-view.h:
8292         * shell/ev-window.c: (ev_window_open_page_label),
8293         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8294         (ev_window_init):
8295         * shell/ev-window.h:
8296         * shell/main.c: (load_files):
8297
8298         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8299         when resizing.  Remove the bin_window().  Also, patch from James
8300         Bowes to fix command line page, #300641
8301         
8302 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8303
8304         * data/evince-ui.xml:
8305         * shell/ev-view.c:
8306         * shell/ev-view.h:
8307         * shell/ev-window.c: (update_action_sensitivity):
8308
8309         Get rid of View->Normal Size, it's just confusing
8310
8311 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * backend/ev-document-info.h:
8314         * backend/ev-document.c: (ev_document_info_free): Free the
8315         EvDocumentInfo.
8316
8317         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8318         (clear_range), (add_range), (update_visible_range),
8319         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8320         (ev_sidebar_thumbnails_set_document):
8321         * shell/ev-window.c: (ev_window_setup_document): Only render the
8322         visible thumbnails.  It takes an instant to render, but it uses
8323         much less memory.
8324
8325 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8326
8327         * shell/ev-sidebar-links.c: (popup_menu_cb):
8328
8329         Select first item
8330
8331 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * lib/Makefile.am:
8334         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8335         (button_press_cb), (ev_sidebar_links_construct):
8336
8337         Show the popup menu also on keybindings
8338
8339 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8342         * shell/ev-window.h:
8343
8344         Expose api to print a range (with dialog). Make private _print use
8345         it.
8346
8347         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8348         (ev_sidebar_links_construct):
8349
8350         Show a print context menu on linkx, it prints the selected
8351         section.
8352
8353 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8354
8355         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8356         button.
8357
8358 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * AUTHORS:
8361
8362         Update
8363
8364         * shell/ev-window.c: (build_comments_string),
8365         (ev_window_cmd_help_about):
8366
8367         Show poppler version/backend and authors
8368
8369 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8370
8371         * cut-n-paste/zoom-control/ephy-zoom.c:
8372         (ephy_zoom_get_zoom_level_index):
8373         * cut-n-paste/zoom-control/ephy-zoom.h:
8374
8375         Move the best fit items at the top of the list
8376
8377 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * shell/ev-marshal.list:
8380         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8381         (activate_cb), (match_selected_cb), (activate_link_cb),
8382         (connect_proxy), (ev_page_action_class_init):
8383         * shell/ev-page-action.h:
8384
8385         Use signals to notify action activation. Hopefully
8386         I did not break completion since I cant test...
8387
8388         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8389         (register_custom_actions):
8390
8391         Connect to page selector actions and also grab focus on
8392         the view when activated.
8393
8394 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8395
8396         * pdf/ev-poppler.cc:
8397         * backend/ev-page-cache.c: make page size calculation consistent
8398         and set it to (int)( width * scale + 0.5).  This makes the weird
8399         line going through the middle of the page go away.
8400
8401         * shell/ev-view.c: move painting the background page after
8402         checking the expose area covers us.
8403
8404 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * data/evince-password.glade:
8407         
8408         Mark labels as not translatable. Fix for bug 302842.
8409
8410 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8411
8412         * configure.ac: Added "es" to ALL_LINGUAS.
8413
8414 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * data/evince-toolbar.xml:
8417         * shell/ev-window.c: (update_action_sensitivity),
8418         (ev_window_setup_document), (ev_window_set_page_mode),
8419         (ev_window_init):
8420
8421         Remove some leftover code from jrb first continous
8422         attempt. Use the new actions, we still need good icons
8423         though...
8424
8425 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8426
8427         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8428
8429         Update label when connecting proxy. Fix a warning with NULL
8430         page_cache.
8431
8432 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * data/evince-ui.xml:
8435         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8436         * shell/ev-page-action.h:
8437         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8438
8439         Add mnemonic for edit toolbar.
8440         ctrl+l focus the page entry.
8441
8442 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * lib/Makefile.am:
8445         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8446         (ev_window_init):
8447         * shell/main.c: (main):
8448
8449         Put the toolbar xml in evince own dot dir
8450
8451 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * shell/ev-window.c: (ev_window_init):
8454
8455         Make the toolbar not removable
8456
8457 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * data/evince-ui.xml:
8460         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8461         * shell/ev-sidebar-links.h:
8462         * shell/ev-sidebar-thumbnails.c:
8463         (ev_sidebar_thumbnails_get_treeview):
8464         * shell/ev-sidebar-thumbnails.h:
8465         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8466         (ev_view_class_init):
8467         * shell/ev-view.h:
8468         * shell/ev-window.c: (update_action_sensitivity),
8469         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8470         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8471         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8472         (ev_window_init):
8473
8474         This is evil... Make space/backspace global accelerators but
8475         enable them only for some widgets (sidebars and view).
8476         I dont like it, but I dont know a better way... :/
8477
8478 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8481         (ev_page_action_widget_finalize),
8482         (ev_page_action_widget_class_init), (update_page_cache):
8483
8484         Keep a weak reference on proxy->page_cache so that we
8485         dont try to disconnect the signal if the object is already
8486         gone. Maybe there is a better way to cleanup reference handling
8487         in page action though...
8488
8489 2005-05-10  Juerg Billeter  <j@bitron.ch>
8490
8491         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8492         * backend/ev-ps-exporter.h:
8493         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8494         * ps/ps-document.c: (ps_document_ps_export_begin):
8495         
8496         Change api to pass print range to ps_exporter_begin. The pdf backend
8497         requires this information.
8498         
8499         * shell/ev-print-job.c: (idle_print_handler):
8500         
8501         Adapt to api change
8502
8503 2005-05-10  Juerg Billeter  <j@bitron.ch>
8504
8505         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8506         (idle_print_handler)
8507         * shell/ev-window.c: (ev_window_print):
8508
8509         Support printing page range, based on patch by Amaury Jacquot
8510
8511 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * data/evince-toolbar.xml:
8514
8515         Add zoom control to available items
8516
8517 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * shell/ev-window.c: (update_action_sensitivity):
8520
8521         Set slash action insensitive when appropriate
8522
8523 2005-05-10  Christian Persch <chpe@gnome.org>
8524
8525         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8526
8527         Fix warning on the overflow menu
8528
8529 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8532
8533         Check for uri correctness/existence
8534
8535 2005-05-09  Juerg Billeter  <j@bitron.ch>
8536
8537         * shell/ev-window.c: (using_postscript_printer):
8538
8539         LPD printers use postscript, too
8540
8541 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * shell/ev-window.c: (register_custom_actions):
8544
8545         The zoom one is actually sort of useful,
8546         put it back
8547
8548 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-window.c: (register_custom_actions):
8551
8552         Hide page/zoom controls from overflow, they
8553         are useless.
8554
8555 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * cut-n-paste/update-from-egg.sh:
8558         
8559         Share it between all cut-n-paste subdirs
8560
8561         * cut-n-paste/recent-files/Makefile.am:
8562
8563         Fix to use "global" update-from-egg.sh
8564
8565         * cut-n-paste/recent-files/egg-recent-model.c:
8566         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8567         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8568         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8569         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8570
8571         Update from libegg
8572
8573         * cut-n-paste/toolbar-editor/Makefile.am:
8574
8575         Fix to use "global" update-from-egg.sh
8576
8577         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8578
8579         Update from libegg
8580
8581 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8582
8583         * configure.ac:
8584         * cut-n-paste/Makefile.am:
8585         * cut-n-paste/recent-files/Makefile.am:
8586         * cut-n-paste/toolbar-editor/.cvsignore:
8587         * cut-n-paste/toolbar-editor/Makefile.am:
8588         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8589         (egg_editable_toolbar_get_type), (get_toolbar_position),
8590         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8591         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8592         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8593         (set_item_drag_source), (create_item_from_action), (create_item),
8594         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8595         (popup_toolbar_context_menu_cb), (free_dragged_item),
8596         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8597         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8598         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8599         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8600         (item_added_cb), (item_removed_cb),
8601         (egg_editable_toolbar_construct),
8602         (egg_editable_toolbar_disconnect_model),
8603         (egg_editable_toolbar_deconstruct),
8604         (egg_editable_toolbar_set_model),
8605         (egg_editable_toolbar_set_ui_manager),
8606         (egg_editable_toolbar_set_property),
8607         (egg_editable_toolbar_get_property),
8608         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8609         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8610         (egg_editable_toolbar_new_with_model),
8611         (egg_editable_toolbar_get_edit_mode),
8612         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8613         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8614         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8615         (new_pixbuf_from_widget), (new_separator_pixbuf),
8616         (update_separator_image), (style_set_cb),
8617         (_egg_editable_toolbar_new_separator_image),
8618         (egg_editable_toolbar_get_model):
8619         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8620         * cut-n-paste/toolbar-editor/egg-marshal.c:
8621         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8622         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8623         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8624         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8625         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8626         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8627         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8628         (editor_drag_data_delete_cb), (drag_data_get_cb),
8629         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8630         (editor_create_item), (update_editor_sheet), (setup_editor),
8631         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8632         (parse_item_list), (model_has_action), (update_actions_list),
8633         (egg_toolbar_editor_load_actions):
8634         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8635         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8636         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8637         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8638         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8639         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8640         (egg_toolbars_model_add_separator), (impl_add_item),
8641         (parse_item_list), (egg_toolbars_model_add_toolbar),
8642         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8643         (impl_get_item_data), (impl_get_item_type),
8644         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8645         (egg_toolbars_model_init), (free_toolbar),
8646         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8647         (egg_toolbars_model_remove_toolbar),
8648         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8649         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8650         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8651         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8652         (egg_toolbars_model_get_item_data),
8653         (egg_toolbars_model_get_item_type):
8654         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8655         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8656         * data/Makefile.am:
8657         * data/evince-toolbar.xml:
8658         * data/evince-ui.xml:
8659         * data/hand-open.png:
8660         * po/POTFILES.in:
8661         * shell/Makefile.am:
8662         * shell/ev-window.c: (update_chrome_visibility),
8663         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8664         (ev_window_dispose), (ev_window_init):
8665
8666         Implement epiphany like toolbar editor. Based on patch by
8667         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8668
8669 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8670
8671         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8672
8673         Use set_cursor instead of set_selection, so that
8674         the keyboard focus moves too.
8675
8676 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8677
8678         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8679
8680         Fix infinite loop when loading Type1 fonts
8681
8682 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * data/evince-ui.xml:
8685         * shell/ev-window.c:
8686
8687         Slash -> Find
8688
8689 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8690
8691         * configure.ac:
8692
8693         Make --disable really disable
8694
8695 2005-05-07  Juerg Billeter  <j@bitron.ch>
8696
8697         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8698
8699         Compare page labels even without has_labels set, fixes setting page
8700         with entry
8701
8702 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8705         (ev_view_set_cursor), (ev_view_button_press_event),
8706         (ev_view_motion_notify_event), (ev_view_button_release_event),
8707         (ev_view_init):
8708
8709         Implement middle button scrolling. Based on a patch
8710         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8711
8712 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * shell/ev-document-types.c: (get_slow_mime_type),
8715         (get_document_type_from_mime), (ev_document_type_lookup):
8716         * shell/ev-document-types.h:
8717
8718         Change api to lookup from uri. Do fast lookup first, if the
8719         type is unknown try with data sniffing.
8720
8721         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8723
8724         Adapt to api change
8725
8726 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * thumbnailer/Makefile.am:
8729
8730         Fix distcheck
8731
8732 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * NEWS:
8735         * configure.ac:
8736
8737         Release 0.3.0
8738
8739         * data/evince-ui.xml:
8740
8741         Hide presentation mode for now
8742
8743         * shell/ev-view.c: (highlight_find_results):
8744
8745         Show current find selection only on current page
8746
8747 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * shell/ev-view.c: (ev_view_select_all):
8750
8751         Compute size of the actual page, not of
8752         the current one.
8753
8754 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8757         (view_rect_to_doc_rect), (compute_selections),
8758         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8759         (ev_view_copy), (ev_view_primary_get_cb),
8760         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8761         (ev_view_button_press_event), (ev_view_motion_notify_event),
8762         (ev_view_button_release_event), (page_changed_cb):
8763
8764         Fix text selection
8765
8766 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * shell/ev-view.c: (compute_border), (get_page_extents),
8769         (doc_rect_to_view_rect), (highlight_find_results),
8770         (ev_view_bin_expose), (ev_view_select_all),
8771         (ev_view_motion_notify_event), (update_find_status_message),
8772         (jump_to_find_result), (jump_to_find_page):
8773
8774         First go at fixing search, still buggy
8775
8776 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8777
8778         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8779         dropdown box and button at the top of the sidebar.
8780
8781 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8782
8783         * configure.ac: Output zoom-control Makefile.
8784         * cut-n-paste/Makefile.am: build zoom-control subdir.
8785         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8786         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8787         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8788         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8789         * cut-n-paste/zoom-control/ephy-zoom.c:
8790         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8791         from epiphany, and modified to add a separator into the menu.
8792         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8793         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8794         zoom-control action.
8795         * shell/Makefile.am: Include zoom-control flags.
8796         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8797         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8798         (ev_view_zoom_for_size_presentation),
8799         (ev_view_zoom_for_size_continuous_and_dual_page),
8800         (ev_view_zoom_for_size_continuous),
8801         (ev_view_zoom_for_size_dual_page),
8802         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8803         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8804         ev_view_get_zoom and ev_view_get_sizing_mode.
8805         * shell/ev-view.h:
8806         * shell/ev-window.c: (update_action_sensitivity),
8807         (update_sizing_buttons), (zoom_control_changed_cb),
8808         (register_custom_actions): Initialize and use the zoom-control 
8809         widget.
8810
8811 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8812
8813         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8814         preview cache back to 1.  Don't know when it got set to 0.
8815         
8816         * shell/ev-view.c: (compute_border), (ev_view_realize),
8817         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8818         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8819         (ev_view_get_fullscreen), (ev_view_set_presentation),
8820         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8821         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8822         * shell/ev-view.h:
8823         * shell/ev-window.c:
8824         (update_chrome_visibility),
8825         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8826         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8827         (update_document_mode), (ev_window_update_fullscreen_action),
8828         (ev_window_fullscreen), (ev_window_unfullscreen),
8829         (ev_window_cmd_view_fullscreen),
8830         (ev_window_update_presentation_action),
8831         (ev_window_run_presentation), (ev_window_stop_presentation),
8832         (ev_window_cmd_view_presentation), (ev_window_state_event),
8833         (ev_window_focus_in_event), (ev_window_focus_out_event),
8834         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8835         * data/evince-ui.xml: Initial presentation mode.  We should
8836         probably hide this until it's done, as it's quite rough.  Also,
8837         change full-screen to fullscreen and add two getters to EvView.
8838
8839 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * shell/ev-page-action.c: (update_page_cache),
8842         (ev_page_action_dispose):
8843         * shell/ev-window.c: (destroy_fullscreen_popup),
8844         (ev_window_create_fullscreen_popup):
8845
8846         Use connect_object rather than explicitly
8847         disconnect on dispose.
8848
8849 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8850
8851         * shell/ev-page-action.c: (update_page_cache),
8852         (ev_page_action_dispose):
8853
8854 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8855
8856         * backend/ev-page-cache.c: (_ev_page_cache_new),
8857         (ev_page_cache_set_page_label),
8858         (ev_page_cache_has_nonnumeric_page_labels):
8859         * backend/ev-page-cache.h:
8860         * shell/ev-page-action.c: (update_pages_label):
8861         
8862         If all page labels are numeric, fallback to default
8863         way to display number of pages. See bug 173185.
8864
8865 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8866
8867         * shell/ev-page-action.c: (ev_page_action_dispose):
8868         * shell/ev-view.c: (view_update_range_and_current_page):
8869         * shell/ev-window.c: (ev_window_dispose):
8870         
8871         Set page on scroll in continuous mode. Fixes bug 301986.
8872         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8873
8874 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8875
8876         * configure.ac:
8877
8878         Require poppler 0.3.0
8879
8880 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8881         
8882         * shell/Makefile.am, configure.ac: Fix build problems
8883         with t1lib. Bug 301996.
8884
8885 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * shell/ev-view.c: (ev_view_scroll_event):
8888         
8889         Scroll up increase zoom
8890
8891 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8892
8893         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8894         (ev_view_set_sizing_mode),
8895         (ev_view_zoom_for_size_continuous_and_dual_page),
8896         (ev_view_zoom_for_size_continuous):
8897         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8898         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8899         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8900         (ev_window_init):
8901
8902         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8903         Fix for 165473 and 165472.
8904
8905 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907         * po/POTFILES.in:
8908         * thumbnailer/Makefile.am:
8909         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8910         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8911         * thumbnailer/evince-thumbnailer.schemas.in:
8912         
8913         Make thumbnailer schemas translatable. Fix for bug 301773
8914         
8915         * thumbnailer/evince-thumbnailer-djvu.schemas:
8916         * thumbnailer/evince-thumbnailer-dvi.schemas:
8917         * thumbnailer/evince-thumbnailer.schemas:
8918
8919         Removed files
8920
8921 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8922
8923         * shell/ev-view.c (ev_view_init): forgot to set this.
8924
8925 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8926
8927         * shell/ev-view.c: (find_page_at_location),
8928         (get_link_at_location),
8929         (ev_view_set_show_border), (ev_view_set_spacing),
8930         (ev_view_zoom_for_size_continuous_and_dual_page),
8931         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8932         Also, add a quick fix measuring of widths.  Also, removed
8933         ev_view_set_spacing and ev_view_set_show_border.
8934         
8935         * shell/ev-window.c: (ev_window_unfullscreen),
8936         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8937
8938 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * shell/ev-view.c: (view_update_range_and_current_page),
8941         (page_changed_cb):
8942         
8943         Fix crash on exit and scrolling to page in continuous view.
8944
8945 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8946
8947         * TODO:
8948         * backend/ev-page-cache.c: (_ev_page_cache_new),
8949         (ev_page_cache_get_max_width_size),
8950         (ev_page_cache_get_max_height_size):
8951         * backend/ev-page-cache.h:
8952         * data/evince-ui.xml:
8953         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8954         * shell/ev-view.c: (view_update_adjustments),
8955         (view_update_range_and_current_page), (get_bounding_box_size),
8956         (ev_view_size_request_continuous_and_dual_page),
8957         (ev_view_size_request_continuous),
8958         (ev_view_size_request_dual_page),
8959         (ev_view_size_request_single_page), (ev_view_size_request),
8960         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8961         (ev_view_bin_expose), (ev_view_expose_event),
8962         (ev_view_set_property), (ev_view_get_property),
8963         (ev_view_class_init), (ev_view_init), (ev_view_new),
8964         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8965         (ev_view_set_dual_page), (ev_view_set_full_screen),
8966         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8967         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8968         (ev_view_zoom_out), (zoom_for_size_fit_width),
8969         (zoom_for_size_best_fit),
8970         (ev_view_zoom_for_size_continuous_and_dual_page),
8971         (ev_view_zoom_for_size_continuous),
8972         (ev_view_zoom_for_size_dual_page),
8973         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8974         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8975         * shell/ev-view.h:
8976         * shell/ev-window.c: (update_action_sensitivity),
8977         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8978         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8979         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8980         (ev_window_cmd_view_zoom_out), (update_view_size),
8981         (ev_window_set_sizing_mode), (ev_window_init):
8982
8983         Add Continuous and Dual page modes.
8984
8985 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8986
8987         * dvi/dvi-document.c: (dvi_document_load),
8988         (dvi_document_thumbnails_get_thumbnail),
8989         (dvi_document_init_params): Fix up some mixups between
8990         width and height to correct thumbnail rendering.
8991
8992 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8993
8994         * dvi/mdvi-lib/private.h:
8995         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8996         
8997         Suppess output for kpathsea during font generation. Thanks to
8998         James Bowes
8999
9000 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9001
9002         * NEWS:
9003         * configure.ac:
9004
9005         Release 0.2.1
9006
9007         * Makefile.am: fix distcheck.
9008
9009 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9010
9011         * shell/ev-sidebar-links.c: (selection_changed_callback),
9012         (update_page_callback), (row_activated_callback),
9013         (job_finished_callback), (ev_sidebar_links_set_document):
9014         
9015         Fix for bug #169901. Double click on links expands tree.
9016
9017 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9018
9019         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9020         hard-coded style. Fix for bug 170111
9021
9022 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9023
9024         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9025         locking.
9026
9027 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9028
9029         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9030
9031 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * pdf/ev-poppler.cc:
9034         * shell/ev-view.c: (highlight_find_results):
9035
9036         Fix find on single page documents
9037
9038 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9039
9040         * data/evince.schemas.in: fix for bug 301390
9041
9042 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9043
9044         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9045         (ev_view_zoom_out), (ev_view_zoom_normal):
9046         * shell/ev-view.h:
9047         * shell/ev-window.c: (update_action_sensitivity),
9048         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9049         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9050         (ev_window_cmd_view_normal_size):
9051
9052         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9053         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9054         better than oom. 
9055
9056 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9057
9058         * configure.ac:
9059
9060         Depend on 2.57, 2.59 doesnt seem to be necessary
9061
9062 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9063
9064         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9065         (create_tool_item):
9066
9067         Put back total number of pages as (1 of 1234)
9068
9069 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9070
9071         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9072         remove the job.
9073
9074         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9075         function.  This helps debugging.
9076
9077 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9078
9079         * djvu/djvu-document.c: (djvu_document_class_init),
9080         (djvu_document_get_info), (djvu_document_document_iface_init):
9081         * dvi/dvi-document.c: (dvi_document_class_init),
9082         (dvi_document_get_info), (dvi_document_document_iface_init):
9083
9084         Dummy implementation of get_info method for dvi and
9085         djvu. Fix crashes with those backends
9086
9087 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9088
9089         * data/evince.desktop.in:
9090
9091         Add application/x-gzpostscript
9092
9093 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9094
9095         * data/evince.schemas.in: Added real long descriptions, 
9096         closes bug 172496 
9097
9098         * README: Added actual text, closes bug 171869
9099
9100 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9101
9102         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9103
9104         Thumbnail page 0
9105
9106 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9107
9108         * backend/ev-document-info.h:
9109
9110         s/GDate */GDate so we can just use g_free
9111
9112 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9113
9114         * shell/ev-window.c: (update_document_mode),
9115         (ev_window_setup_document):
9116
9117         Show the window in fullscreen when specified by
9118         the document
9119
9120 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9121
9122         * backend/ev-document.c: (ev_document_class_init),
9123         (ev_document_get_info), (ev_document_render_pixbuf):
9124         * backend/ev-document.h:
9125         * backend/ev-page-cache.c: (_ev_page_cache_new):
9126         * pdf/ev-poppler.cc:
9127         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9128         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9129         * ps/ps-document.c: (ps_document_class_init), (document_load),
9130         (ps_document_get_info), (ps_document_document_iface_init):
9131
9132         Remove get_title from the interface, we can just use document info
9133
9134 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9135
9136         * backend/Makefile.am:
9137         * backend/ev-document.c: (ev_document_render_get_info):
9138         * backend/ev-document.h:
9139         * pdf/ev-poppler.cc:
9140
9141         Initial support for document info. Based on jrb patch.
9142
9143 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9144
9145         * shell/ev-window.c: (ev_window_state_event),
9146         (ev_window_class_init), (ev_window_init):
9147         
9148         Doesn't show resize grip when maximized. See bug #301053
9149
9150 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9151
9152         * po/POTFILES.in:
9153         
9154         ev-sidebar-thumbnails now has translatable labels
9155         
9156         * shell/Makefile.am:
9157         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9158         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9159         (ev_sidebar_links_page_iface_init):
9160         * shell/ev-sidebar-links.h:
9161         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9162         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9163         (ev_sidebar_page_get_label):
9164         * shell/ev-sidebar-page.h:
9165         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9166         (ev_sidebar_thumbnails_set_document),
9167         (ev_sidebar_thumbnails_support_document),
9168         (ev_sidebar_thumbnails_get_label),
9169         (ev_sidebar_thumbnails_page_iface_init):
9170         * shell/ev-sidebar-thumbnails.h:
9171         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9172         (ev_sidebar_set_document):
9173         * shell/ev-sidebar.h:
9174         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9175         
9176         Small rework of sidebar code. Now sidebar pages should implement
9177         EvSidebarPage interface. That makes page management in EvSidebar
9178         easier. See bug #164811 for details
9179
9180 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9181
9182         * shell/ev-application.c: (ev_application_open):
9183         * shell/ev-document-types.c:
9184         
9185         Fix build error and small problem with application exit
9186
9187 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9188
9189         * thumbnailer/Makefile.am:
9190         * thumbnailer/evince-thumbnailer-djvu.schemas:
9191         * thumbnailer/evince-thumbnailer-dvi.schemas:
9192         
9193         Conditionally install schemas for djvu/dvi thumbnailer
9194
9195 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9196
9197         * shell/ev-document-types.h: 
9198         * shell/ev-document-types.c: 
9199         New files, handling the mapping from mimetypes to backends
9200         
9201         * shell/ev-window.c: 
9202         * thumbnailer/evince-thumbnailer.c:     
9203         Use the ev-document-types code
9204         
9205         * shell/Makefile.am: 
9206         Added new convenience library libevbackendfactory_la, containing
9207         the new mimetype->backend logic; moved the backends into it.
9208
9209         * thumbnailer/Makefile.am:
9210         Make the thumbnailer link with the libevbackend.la convenience
9211         library, rather than having a duplicate of the backend logic here.
9212
9213 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9214
9215         * shell/ev-stock-icons.c: constify some vars.
9216         * shell/ev-window.c: ditto.
9217
9218 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * ps/ps-document.c (get_page_orientation):
9221
9222         Respect document orientation 
9223
9224 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9225
9226         * djvu/Makefile.am:
9227         * dvi/Makefile.am:
9228         * shell/Makefile.am:
9229         
9230         Move library dependencies to components.
9231         
9232         * shell/ev-window.c: (update_window_title),
9233         (start_loading_document):
9234         
9235         Fix display of uris with spaces. Bug 168358.
9236
9237 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9238
9239         * shell/ev-sidebar-links.c: (selection_changed_cb):
9240         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9241         (ev_view_button_release_event), (ev_view_set_document):
9242         * shell/ev-view.h:
9243         * shell/ev-window.c: (find_bar_search_changed_cb):
9244         * shell/ev-window.h: Minor cleanups removing some dead code.
9245
9246 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9247
9248         * backend/ev-page-cache.c: (_ev_page_cache_new):
9249         
9250         Set current page to 0 if document has pages.
9251
9252 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9253
9254         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9255
9256         Initialize GError to NULL, fix a crash when loading fails.
9257
9258 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9259
9260         * shell/ev-window.c: (update_view_size):
9261
9262         Calculate shadow size only when there is actually
9263         a shadow.
9264
9265 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9266
9267         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9268         * shell/ev-view.h:
9269
9270         Allow setting view spacing, default to 0
9271
9272         * shell/ev-window.c: (ev_window_unfullscreen),
9273         (ev_window_cmd_view_fullscreen), (ev_window_init):
9274
9275         Remove spacing in fullscreen mode
9276
9277 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9278
9279         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9280         (ev_view_size_request), (expose_bin_window),
9281         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9282         * shell/ev-view.h:
9283         * shell/ev-window.c: (ev_window_unfullscreen),
9284         (ev_window_cmd_view_fullscreen):
9285
9286         Do not draw the border in fulscreen
9287
9288 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9289
9290         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9291         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9292         (find_page_at_location), (page_changed_cb):
9293
9294         Rework border calculation, so that I can more easily disable it.
9295         Code somewhat cleaner too.
9296
9297 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9298
9299         * backend/ev-page-cache.c: (ev_page_cache_init),
9300         (_ev_page_cache_new):
9301
9302         Remove some assertions, documents can have 0 pages.
9303         Make initial current page -1.
9304
9305         * shell/ev-page-action.c: (page_changed_cb):
9306
9307         Show "" if current page is -1
9308
9309         * shell/ev-window.c: (update_action_sensitivity),
9310         (ev_window_setup_document):
9311
9312         When document has 0 pages do not set the view
9313         and make nearly everything insensitive.
9314
9315 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-page-view.c:
9318         * shell/ev-page-view.h:
9319
9320         Remove unused files.
9321         
9322         * shell/ev-sidebar-thumbnails.c:
9323         (ev_sidebar_thumbnails_set_document):
9324         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9325         (ev_sidebar_supports_document):
9326         * shell/ev-sidebar.h:
9327         * shell/ev-window.c: (ev_window_setup_document):
9328         
9329         Doesn't show thumbnails if document has 1 page. Make
9330         sidebar menu entries sensitive only if if they have 
9331         sense. Fix bug 164811. 
9332
9333 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9334
9335         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9336         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9337         (ev_view_zoom_out), (ev_view_set_size):
9338
9339         Rework sizing to deal with documents with not uniform page
9340         size.
9341
9342 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9343
9344         * backend/ev-page-cache.c: (_ev_page_cache_new):
9345
9346         Fix several page size caching bugs
9347
9348 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9349
9350         * shell/ev-window.c: (set_action_properties):
9351
9352         Make all toolbar items translatable
9353
9354 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9355
9356         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9357         (save_page_list), (ps_document_save),
9358         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9359         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9360         (ps_document_ps_exporter_iface_init):
9361         * ps/ps-document.h:
9362
9363         Based on a patch by J�rg Billeter <j@bitron.ch>
9364         
9365         Implement print and save a copy for the ps backend.
9366
9367 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * backend/ev-document.h:
9370         * djvu/djvu-document.c: (djvu_document_can_get_text),
9371         (djvu_document_document_iface_init):
9372         * dvi/dvi-document.c: (dvi_document_can_get_text),
9373         (dvi_document_document_iface_init):
9374         * pdf/ev-poppler.cc:
9375         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9376         (pixbuf_document_document_iface_init):
9377         * ps/ps-document.c: (ps_document_can_get_text),
9378         (ps_document_document_iface_init):
9379         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9380         * shell/ev-window.c: (update_action_sensitivity):
9381
9382         Fix the crash when trying to copy in backends that doesnt
9383         support it. We can implement a better solution once we
9384         do real text selection.
9385
9386 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * data/evince-ui.xml:
9389         * shell/ev-window.c: (ev_window_cmd_escape):
9390         
9391         Work around the Escape conflict (find bar and unfullscreen)
9392
9393 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9394
9395         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9396         
9397         Fix for #300233. Next page correctly handles document end.
9398         
9399         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9400         (ev_sidebar_thumbnails_class_init),
9401         (ev_sidebar_thumbnails_set_document),
9402         (ev_sidebar_thumbnails_clear_job),
9403         (ev_sidebar_thumbnails_clear_model):
9404         
9405         Cleanup thumbnail jobs on document changes.
9406         
9407         * shell/ev-view.c: (add_scroll_binding_keypad),
9408         (add_scroll_binding_shifted), (ev_view_class_init):
9409         
9410         Shift + Space scrolls up. Fix for #173184
9411         
9412         * shell/ev-window.c: (ev_window_open_page),
9413         (ev_window_cmd_view_reload):
9414         
9415         Fix reload (Bug #300094)
9416
9417 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9418
9419         
9420         * dvi/mdvi-lib/assoc.c:
9421         * dvi/mdvi-lib/assoc.h: Removed garbage files
9422         
9423         * dvi/mdvi-lib/bitmap.c:
9424         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9425         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9426         * dvi/mdvi-lib/color.h: Antialias of rules
9427         
9428         * dvi/mdvi-lib/common.h:
9429         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9430         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9431         * dvi/mdvi-lib/files.c:
9432         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9433         * dvi/mdvi-lib/mdvi.h:
9434         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9435         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9436         * dvi/mdvi-lib/util.c: Fix compile warnings
9437         
9438         * dvi/dvi-document.c:
9439         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9440         (dvi_document_thumbnails_get_thumbnail),
9441         (dvi_document_document_thumbnails_iface_init):
9442         * dvi/mdvi-lib/Makefile.am:
9443         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9444         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9445         
9446         Dvi backend now renders thumbnails
9447
9448 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9449
9450         * shell/main.c: (main): 
9451         
9452         Save accelerators on exit. Fixes bug #172095.
9453
9454 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9455
9456         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9457         update priority" comment.
9458
9459         * backend/ev-job-queue.c: Give a way to change priority.
9460
9461 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9462
9463         * shell/ev-page-action.c: Fix logic.
9464
9465 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9466
9467         * shell/ev-view.c: (ev_view_can_find_next):
9468         * shell/ev-window.c: (ev_window_setup_document):
9469
9470         Check that the document supports find
9471
9472 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * data/evince-ui.xml:
9475         * shell/ev-view.c: (ev_view_can_find_next):
9476         * shell/ev-view.h:
9477         * shell/ev-window.c: (update_action_sensitivity),
9478         (find_changed_cb), (ev_window_setup_document),
9479         (ev_window_cmd_edit_find_next):
9480
9481         Add Edit->Find Next
9482
9483 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9484
9485         * pdf/ev-poppler.cc:
9486         * shell/ev-print-job.c: (idle_print_handler):
9487
9488         Make printing work again
9489
9490 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9491
9492         * shell/ev-page-action.h:
9493         * shell/ev-page-action.c: (ev_page_action_widget_init),
9494         (ev_page_action_widget_class_init), (page_changed_cb),
9495         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9496         (get_filter_model_from_model), (match_selected_cb),
9497         (display_completion_text), (match_completion), (update_model),
9498         (connect_proxy), (ev_page_action_set_property),
9499         (ev_page_action_get_property), (ev_page_action_set_document),
9500         (ev_page_action_set_model), (ev_page_action_class_init): Big
9501         reworking to make completions work iff we have >= GTK-2.7.0
9502                 
9503         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9504         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9505         (job_finished_cb): We now have a 'model' property that is set when
9506         the links are loaded.  This can be caught with "notify::model"
9507
9508         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9509         listen for the model to be set, and propagate it to the action.
9510
9511 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9512
9513         * cut-n-paste/recent-files/egg-recent-item.c:
9514         (egg_recent_item_set_uri), (make_valid_utf8),
9515         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9516         * cut-n-paste/recent-files/egg-recent-item.h:
9517         
9518         Update egg-recent from libegg. This should fix long
9519         startup problem. For details see
9520         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9521
9522 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9523
9524         * cut-n-paste/recent-files/Makefile.am:
9525         * data/evince-ui.xml, shell/Makefile.am:
9526         * shell/ev-application.c, shell/ev-application.h:
9527         * shell/ev-window.c: Recent files support.
9528         
9529         * configure.ac: Added "ru" to ALL_LINGUAS.
9530         
9531         * dvju: new backend to support DJVU files.
9532         * dvi: new backend to support DVI.
9533
9534         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9535         * ev-application.c: Support for new backends.
9536         
9537         * help, ev-window.c, main.c shell/Makefile.am: 
9538         Evince user documentation.
9539
9540 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9541
9542         * po/POTFILES.in:
9543         * shell/ev-window.c:
9544         * thumbnailer/evince-thumbnailer.c:
9545
9546         s/pdf-document/ev-poppler
9547
9548 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9549
9550         * NEWS:
9551         * configure.ac:
9552
9553         Release 0.2.0
9554
9555         * ps/ps-document.c: (setup_pixmap):
9556
9557         Remove debug code
9558
9559 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9560
9561         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9562         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9563         (ev_window_cmd_go_first_page): Fix of by one errors.
9564
9565 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9566
9567         * ps/ps-document.c: (get_page_box):
9568
9569         Fix page size calculation
9570
9571 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9574         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9575         (get_page_orientation), (setup_page), (document_load),
9576         (ps_document_get_page_size), (render_pixbuf_idle):
9577         * ps/ps-document.h:
9578
9579         More refactoring to adapt to EvDocument changes
9580
9581 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9582
9583         * ps/ps-document.c: (start_interpreter):
9584
9585         Actually add alpha args
9586
9587 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9588
9589         * pdf/ev-poppler.cc:
9590
9591         Make clipboard work again
9592
9593 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9594
9595         Make searching work again.
9596         
9597         * backend/ev-document.c:
9598         * backend/ev-document.h:
9599         * backend/ev-document-find.c:
9600         * backend/ev-document-find.h: Change EvDocumentIface so we no
9601         longer store the current page or zoom level in the document.  The
9602         consequence is that all calls that operate on the current page now
9603         instead take the page number as an extra argument, and all
9604         coordinates are now doubles in document coordinate system.
9605
9606         * pdf/ev-poppler.cc:
9607         * pixbuf/pixbuf-document.c:
9608         * ps/ps-document.c: Update backends accordingly.
9609
9610 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9611
9612         * autogen.sh:
9613
9614         Add required gettext version
9615
9616 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9617
9618         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9619         make F1 bring up non-existent help.
9620
9621         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9622         epiphany's find bar, #167477
9623
9624         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9625         <emil@nishra.com> to add space-bar scrolling, 
9626
9627         * shell/ev-window.c (static GtkActionEntry entries): add default
9628         keybinding for Help (F1)
9629         Fixes #171068
9630
9631         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9632         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9633         170110
9634
9635 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9636
9637         * Makefile.am: 
9638         * pixbuf/pixbuf-document.c: 
9639
9640         Got pixbuf backend working again
9641
9642 2005-04-01  Steve Murphy  <murf@e-tools.com>
9643
9644         * configure.in: Added "rw" to ALL_LINGUAS.
9645
9646 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9647
9648         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9649         model types, noticed by Martin Kretzschmar.
9650
9651 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9652
9653         * pdf/ev-poppler.cc: Implement search based on
9654         poppler_page_find_text().  Currently a bit crude since we remember
9655         all matches from all pages.  Also, we grab the big document lock
9656         when we search since searching changes the underlying stream and
9657         thus conflicts with the rendering thread.
9658         
9659         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9660         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9661         (ev_view_find_previous): Fix some page indexes to be 0 based,
9662         offset rubber band by view offset,
9663
9664 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9665
9666         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9667
9668 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9669
9670         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9671         completely because I didn't understand GtkActions.  I should
9672         read Marco's code more carefully in the future.
9673
9674         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9675         function
9676
9677 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9678
9679         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9680         PopplerRectangle change from poppler CVS.
9681
9682 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9683
9684         * backend/ev-document.c: (ev_document_get_page_label):
9685         * backend/ev-document.h:
9686         * backend/ev-page-cache.c: (_ev_page_cache_new),
9687         (ev_page_cache_get_page_label):
9688         * backend/ev-page-cache.h:
9689         * pdf/ev-poppler.cc:
9690         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9691         (links_page_num_func):
9692         * shell/ev-sidebar-thumbnails.c:
9693         (ev_sidebar_thumbnails_set_document):
9694         * shell/ev-view.c: (status_message_from_link),
9695         (ev_view_motion_notify_event):
9696         * shell/ev-window.c: (document_supports_sidebar): Add in page
9697         label support.  It's not perfect yet, but it's the first 'feature'
9698         in a while.
9699         Also, fix a bogus comment noticed by crispin. 
9700
9701 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9702
9703         * Makefile.am: Remove pixbuf backend for now
9704
9705         * configure.ac: Require poppler-glib instead of just poppler.
9706
9707         * backend/ev-document-thumbnails.h: Add a comment
9708
9709         * backend/ev-document.h:
9710         * backend/ev-document.c: (ev_document_class_init),
9711         (ev_document_load), (ev_document_get_link),
9712         (ev_document_get_links): Remove 3 methods and add get_links.
9713         Also, made 0 based.
9714
9715         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9716         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9717
9718         * backend/ev-link.c: (ev_link_set_title),
9719         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9720         (ev_link_mapping_find):
9721         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9722         
9723         * backend/ev-page-cache.c: (ev_page_cache_init),
9724         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9725         (ev_page_cache_get_size), (ev_page_cache_next_page),
9726         (ev_page_cache_prev_page): Fix to be 0 based.
9727
9728         * pdf/Makefile.am: 
9729         * pdf/ev-poppler.h:
9730         * pdf/ev-poppler.cc: New backend.
9731         
9732         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9733         (ps_document_get_page), (ps_document_document_iface_init):
9734
9735         * shell/ev-pixbuf-cache.h:
9736         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9737         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9738         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9739         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9740         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9741         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9742         based.
9743         
9744         * shell/ev-sidebar-thumbnails.c:
9745         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9746         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9747
9748         * shell/ev-view.c: (status_message_from_link),
9749         (find_page_at_location), (get_link_at_location),
9750         (ev_view_motion_notify_event), (ev_view_button_release_event),
9751         (ev_view_init): Use the new link code.  Fix to be 0 based.
9752
9753         * shell/ev-window.c: (update_action_sensitivity),
9754         (document_supports_sidebar): 0 based.
9755
9756 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * pdf/pdf-document.cc: Patch from Fernando Herrera
9759         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9760         *blush*
9761
9762 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9763
9764         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9765         1 to the page, as this seems to be 1 based.  I thought we has this
9766         fixed.  grump.
9767
9768 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9769
9770         * TODO:
9771         * backend/Makefile.am:
9772         * backend/ev-document-links.c:
9773         (ev_document_links_has_document_links),
9774         (ev_document_links_get_links_model):
9775         * backend/ev-document-links.h:
9776         * backend/ev-document.c: (ev_document_get_page_cache),
9777         (ev_document_get_doc_mutex), (ev_document_load),
9778         (ev_document_save), (ev_document_get_title),
9779         (ev_document_get_n_pages), (ev_document_set_page),
9780         (ev_document_get_page), (ev_document_set_target),
9781         (ev_document_set_scale), (ev_document_set_page_offset),
9782         (ev_document_get_page_size), (ev_document_get_text),
9783         (ev_document_get_link), (ev_document_render),
9784         (ev_document_render_pixbuf), (ev_document_scale_changed):
9785         * backend/ev-document.h:
9786         * backend/ev-job-queue.c: (remove_object_from_queue),
9787         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9788         (no_jobs_available_unlocked), (ev_render_thread),
9789         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9790         (ev_job_queue_remove_job):
9791         * backend/ev-job-queue.h:
9792         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9793         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9794         (ev_job_links_class_init), (ev_job_render_init),
9795         (ev_job_render_dispose), (ev_job_render_class_init),
9796         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9797         (ev_job_thumbnail_class_init), (ev_job_finished),
9798         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9799         (ev_job_render_run), (ev_job_thumbnail_new),
9800         (ev_job_thumbnail_run):
9801         * backend/ev-jobs.h:
9802         * backend/ev-link.c:
9803         * backend/ev-link.h:
9804         * backend/ev-page-cache.c: (ev_page_cache_init),
9805         (ev_page_cache_class_init), (ev_page_cache_finalize),
9806         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9807         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9808         (ev_page_cache_set_link), (ev_page_cache_get_title),
9809         (ev_page_cache_get_size), (ev_page_cache_next_page),
9810         (ev_page_cache_prev_page):
9811         * backend/ev-page-cache.h:
9812         * pdf/pdf-document.cc:
9813         * ps/gsdefaults.c:
9814         * ps/gsdefaults.h:
9815         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9816         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9817         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9818         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9819         (is_interpreter_ready), (output), (catchPipe), (input),
9820         (start_interpreter), (check_filecompressed), (compute_dimensions),
9821         (ps_document_enable_interpreter), (document_load),
9822         (ps_document_next_page), (render_page), (ps_document_set_page),
9823         (ps_document_set_scale), (render_pixbuf_idle),
9824         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9825         * ps/ps-document.h:
9826         * shell/Makefile.am:
9827         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9828         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9829         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9830         (ev_pixbuf_cache_new), (job_finished_cb),
9831         (check_job_size_and_unref), (move_one_job),
9832         (ev_pixbuf_cache_update_range), (find_job_cache),
9833         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9834         (ev_pixbuf_cache_add_jobs_if_needed),
9835         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9836         * shell/ev-pixbuf-cache.h:
9837         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9838         (idle_print_handler):
9839         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9840         (selection_changed_cb), (create_loading_model),
9841         (ev_sidebar_links_construct), (links_page_num_func),
9842         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9843         (update_page_callback), (job_finished_cb),
9844         (ev_sidebar_links_set_document):
9845         * shell/ev-sidebar-thumbnails.c:
9846         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9847         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9848         (page_changed_cb), (thumbnail_job_completed_callback),
9849         (ev_sidebar_thumbnails_set_document):
9850         * shell/ev-sidebar-thumbnails.h:
9851         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9852         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9853         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9854         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9855         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9856         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9857         (ev_view_button_release_event), (ev_view_scroll_view),
9858         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9859         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9860         (ev_view_new), (job_finished_cb), (page_changed_cb),
9861         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9862         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9863         (ev_view_find_previous):
9864         * shell/ev-view.h:
9865         * shell/ev-window.c: (update_action_sensitivity),
9866         (ev_window_open_page), (update_window_title), (update_total_pages),
9867         (page_changed_cb), (ev_window_setup_document),
9868         (password_dialog_response), (ev_window_cmd_save_as),
9869         (ev_window_print), (ev_window_cmd_go_previous_page),
9870         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9871         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9872         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9873         * shell/main.c: (main):
9874
9875         Merge evince-threads branch
9876
9877 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9878
9879         * configure.ac: Added "lt" to ALL_LINGUAS.
9880
9881 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9882
9883         * NEWS:
9884         * configure.ac:
9885
9886         Release 0.1.9
9887
9888 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9889
9890         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9891
9892         Fix here also the thumbnails 1-basedness :)
9893
9894 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9895
9896         * NEWS:
9897         * configure.ac:
9898
9899         Release 0.1.8
9900
9901 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9902
9903         * pdf/pdf-document.cc:
9904         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9905         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9906
9907         Fix the mess we did with thumbnails and 1-basedness
9908
9909 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9910
9911         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9912
9913 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9914
9915         * NEWS:
9916         * configure.ac:
9917
9918         Release 0.1.7
9919
9920 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9921
9922         * ps/Makefile.am:
9923         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9924         (gtk_gs_defaults_get_alpha_parameters),
9925         (gtk_gs_defaults_get_ungzip_cmd),
9926         (gtk_gs_defaults_get_unbzip2_cmd):
9927         * ps/gsdefaults.h:
9928         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9929         (ps_document_get_orientation), (document_load),
9930         (ps_document_goto_page), (ps_document_set_page_size):
9931         * ps/ps-document.h:
9932
9933         Some more sanitization of the ps backend. Remove a lot
9934         of unused code and do not base our defaults on ggv
9935         preferences (ugh!)
9936
9937 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9938
9939         * thumbnailer/evince-thumbnailer.schemas:
9940         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9941         (main): add -s option for thumbnail size.
9942
9943 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9944
9945         * configure.ac:
9946
9947         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9948         remove it.
9949
9950 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9951
9952         * pdf/pdf-document.cc:
9953
9954         Remove 4 pixels of useless border from the
9955         thumbnail.
9956
9957 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9958
9959         * backend/ev-document-thumbnails.c:
9960         (ev_document_thumbnails_get_thumbnail):
9961         * backend/ev-document-thumbnails.h:
9962
9963         Rework API a bit. Add a border flag and
9964         change sizing logic (now the size we specify
9965         applies to the bigger dimension).
9966
9967         * pdf/pdf-document.cc:
9968         * pixbuf/pixbuf-document.c:
9969         (pixbuf_document_thumbnails_get_thumbnail):
9970         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9971         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9972
9973         Adapt to the new API and do not draw a border for nautilus
9974         thumbnailer.
9975
9976 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9977
9978         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9979         take thumbnails from page "0" instead of "1". Added a copyright header.
9980
9981 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9982
9983         * ps/ps-document.c: (set_up_page), (start_interpreter):
9984
9985         Make it C89 compliant
9986
9987 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9988
9989         * Makefile.am:
9990         * configure.ac:
9991         * pdf/.cvsignore:
9992         * pdf/pdf-document.cc:
9993         * thumbnailer/Makefile.am:
9994         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9995         (main):
9996         * thumbnailer/evince-thumbnailer.schemas:
9997         * thumbnailer/pdf-icon.png:
9998
9999         Add a nautilus thumbnailer.
10000         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10001
10002 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10003
10004         * NEWS:
10005         * configure.ac:
10006         * po/POTFILES.in:
10007
10008         Release 0.1.6
10009
10010 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10011
10012         Use poppler instead of including xpdf source code.  Poppler is a
10013         fork of xpdf to build it as a shared library. See
10014         http://freedesktop.org/wiki/Software/poppler.
10015
10016         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10017         xpdf fork.
10018         
10019         * pdf/Makefile.am: Build libpdfdocument.a here.
10020         
10021         * pdf/GDKSplashOutputDev.cc:
10022         * pdf/GDKSplashOutputDev.h:
10023         * pdf/GnomeVFSStream.cc:
10024         * pdf/GnomeVFSStream.h:
10025         * pdf-document.cc:
10026         * pdf-document.h:
10027         * test-gdk-output-dev.cc
10028         * Thumb.cc:
10029         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10030         against poppler.
10031
10032 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10033
10034         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10035
10036         Clear idle stack before unsetting the document
10037
10038 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10039
10040         * ps/ps-document.c: (ps_document_widget_event),
10041         (ps_document_set_target), (ps_document_finalize),
10042         (ps_document_get_page):
10043
10044         Disconnect the widget event signal on finalize.
10045         Some code cleanups.
10046
10047 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10048
10049         * ps/ps-document.c: (set_up_page):
10050
10051         If there is no bpixmap create one, even if size
10052         is not changed.
10053
10054 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10055
10056         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10057         (set_up_page), (document_load), (ps_document_set_zoom):
10058
10059         Default page is 0. Calculate size even when we have no
10060         target yet.
10061
10062 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10063
10064         * shell/ev-sidebar.c: expand the selection widget to be always as
10065         wide as the sidebar
10066
10067 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10068
10069         * shell/ev-sidebar-thumbnails.c:
10070         (ev_sidebar_thumbnails_set_document):
10071
10072         Clear the list store when setting document
10073
10074 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10075
10076         * shell/ev-page-action.c: (update_entry), (sync_entry),
10077         (activate_cb), (entry_size_request_cb), (create_tool_item),
10078         (connect_proxy):
10079
10080         Use an entry for the page control instead of spinbuttons
10081
10082 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10083
10084         * data/evince.schemas.in:
10085
10086         Correct confusing string
10087
10088 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10089
10090         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10091         for real.  Gosh, how long has this been broken.
10092
10093         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10094         check for a NULL link.  We crash otherwise.
10095
10096 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10097
10098         * NEWS:
10099         * configure.ac:
10100
10101         Release 0.1.5
10102
10103 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10104
10105         * configure.ac: add the french translation.
10106
10107 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10108
10109         * shell/ev-window.c:
10110
10111         Remove unused header -> fix distcheck
10112
10113 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10114
10115         * shell/ev-window.c: (update_window_title),
10116         (ev_window_popup_password_dialog):
10117
10118         Unescape filename for display
10119
10120 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10121
10122         * pdf/xpdf/pdf-document.cc:
10123
10124         In get_page_size deal with rotation. Also
10125         cleanup the function a bit.
10126
10127 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10128
10129         * pdf/xpdf/pdf-document.cc:
10130
10131         Fix crash when opening in new window
10132
10133 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10134
10135         * configure.ac:
10136
10137         Check ghostscript >= 7
10138
10139 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10140
10141         * shell/ev-window.c:
10142
10143         Make page width the default sizing mode
10144
10145 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10146         Marco Pesenti Gritti <marco@gnome.org>
10147
10148         * shell/ev-window.c: Remember the sidebar size
10149
10150         * data/evince.schemas.in: Add a new gconf key to store the size of
10151         the sidebar
10152
10153 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10154
10155         * data/evince-ui.xml:
10156         * shell/ev-window.c: (update_action_sensitivity),
10157         (ev_window_cmd_view_reload):
10158         
10159         Add a "Reload" action and menu entry
10160
10161 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10162
10163         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10164         iff the type doesn't support thumbnailing and indexing.
10165
10166 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10167
10168         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10169
10170 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10171
10172         * pdf/splash/Splash.cc:
10173
10174         Port fix for a crasher from kde bug
10175         http://bugs.kde.org/show_bug.cgi?id=97131
10176
10177 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10178
10179         * pdf/xpdf/pdf-document.cc:
10180
10181         Return a link even if it's of an unrecognized
10182         type. Otherwise we go in an infinte cycle.
10183
10184 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10185
10186         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10187         (size_allocate_cb), (ev_window_set_sizing_mode):
10188
10189         Update size when switching mode
10190
10191 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10192
10193         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10194         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10195         (ev_window_cmd_view_normal_size):
10196
10197         Fix size toggle buttons behavior
10198
10199 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10200
10201         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10202         (doc_rect_to_view_rect), (ev_view_size_allocate),
10203         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10204         (scale_changed_callback):
10205
10206         Do not cache offsets in size_allocate.
10207
10208 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10209
10210         * shell/ev-view.c: (ev_view_size_allocate):
10211
10212         Calculate offsets before calling the parent
10213         class (which does a redraw)
10214
10215 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10216
10217         * pdf/xpdf/pdf-document.cc:
10218
10219         Fix a crasher on exit. Unused code, put a TODO
10220
10221 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10222
10223         * backend/ev-document.c: (ev_document_class_init),
10224         (ev_document_page_changed), (ev_document_scale_changed):
10225         * backend/ev-document.h:
10226
10227         Separate page/scale notifications
10228
10229         * pdf/xpdf/pdf-document.cc:
10230
10231         Emit the new signals.
10232         Do not display the pdf page in _render, do it
10233         when scale/page are requested.
10234
10235         * ps/ps-document.c: (ps_document_set_zoom),
10236         (ps_document_widget_event):
10237         * ps/ps-document.h:
10238
10239         Emit the new signals.
10240
10241         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10242         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10243         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10244         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10245         * shell/ev-view.h:
10246         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10247         (ev_window_cmd_view_page_width), (size_allocate_cb),
10248         (ev_window_set_sizing_mode):
10249
10250         Rework sizing to be pixel based.
10251         There are bugs but should be already way better.
10252
10253 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10254
10255         * shell/ev-window.c: (ev_window_init):
10256
10257         Do not allow to shrink sidebar smaller then
10258         child requisition
10259
10260 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10261
10262         * shell/ev-sidebar.[ch]
10263         * shell/ev-window.c:
10264
10265         Improved sidebar widget. Fixes #166683
10266
10267 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10268
10269         * shell/ev-view.c (update_find_status_message): Give translators
10270         more flexibility with ngettext plural handling.
10271
10272 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10273
10274         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10275         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10276         page when we get the page size.
10277
10278 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10279
10280         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10281
10282         ps pages are 0 based, convert 
10283
10284 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10285
10286         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10287
10288         Initialize correct parent class. Set GError on document load
10289
10290 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10291
10292         * pdf/xpdf/pdf-document.cc:
10293
10294         Fixup selection offset calculation
10295
10296         * shell/ev-view.c: (view_rect_to_doc_rect),
10297         (doc_rect_to_view_rect), (ev_view_size_allocate),
10298         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10299         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10300
10301         Store selection as document relative, so that zooming
10302         and offset changing doesnt break it.
10303
10304 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10305
10306         * shell/ev-view.c: (ev_view_best_fit):
10307
10308         Do not try to best fit if the view is not realized
10309
10310 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10311           
10312         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10313
10314 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10317
10318 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10319
10320         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10321         the popup window.  That prevents it resizing when in full screen
10322         mode.
10323
10324         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10325         multiple rerenders.  This pretty much sucks.
10326
10327         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10328         rest of the toolbar.
10329
10330 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10331
10332         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10333
10334 2005-02-17  Alexander Shopov  <ash@contact.bg>
10335
10336         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10337
10338 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10339
10340         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10341
10342 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10343
10344         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10345         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10346         (set_document_page), (document_changed_callback),
10347         (ev_view_set_document), (ev_view_find_previous),
10348         (ev_view_hide_cursor), (ev_view_show_cursor):
10349         * shell/ev-view.h:
10350         * shell/ev-window.c: (update_chrome_visibility),
10351         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10352         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10353         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10354         (ev_window_unfullscreen):
10355         * shell/main.c: (main):
10356
10357         Automatically hide the fullscreen button.
10358         Patch by Kristian Høgsberg <krh@redhat.com>
10359
10360 2005-02-16  Vincent Noel  <vnoel@cox.net>
10361
10362         * shell/main.c (main): Specify an icon for the window. Patch by
10363         Jaap A. Haitsma. Fixes #166177.
10364
10365 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10366
10367         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10368
10369 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10370
10371         * backend/ev-document-misc.h:
10372         * backend/ev-document-misc.c:
10373         (ev_document_misc_get_page_border_size),
10374         (ev_document_misc_paint_one_page): New function to canonicalize
10375         sizing/painting a border.
10376
10377         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10378         used.
10379
10380         * pdf/xpdf/pdf-document.cc: use new function
10381
10382         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10383         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10384         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10385         shell/ev-window.c: (update_sizing_buttons),
10386         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10387         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10388         (ev_window_cmd_view_page_width), (size_allocate_cb),
10389         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10390         and "fit width" values act as toggle buttons so they stay
10391         toggled.  It's not 100% perfect, and it's a little slow, but it's
10392         good enough to commit I think.
10393
10394 2005-02-15  David Lodge  <dave@cirt.net>
10395
10396         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10397
10398 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10399
10400         * shell/ev-window.c (update_window_title): replace newlines in
10401         the title by spaces. Bug #166107.
10402
10403 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10404
10405         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10406         parameters providing allocation width and height without
10407         scrollbars and width of a possible vertical scrollbar. With this
10408         additional information the functions can work as
10409         intended. Unfortunately they're not idempotent. We should
10410         transform these commands to toggles. Fixes Bug #164976
10411         Initial patch by Stephane Loeuillet, then heavily modified.
10412
10413         * shell/ev-view.h: update prototypes.
10414
10415         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10416         (ev_window_cmd_view_page_width): provide EvView fit functions with
10417         all the information they need. Formulas to calculate this
10418         information taken from GtkScrolledWindow.
10419
10420 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10421
10422         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10423         created a thumbnail, the list store is updated to know
10424         that the thumbnail is set. Fixes bug #166792
10425
10426 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10427
10428         * shell/ev-window.c: fixed typo, closes bug 166897
10429
10430         * TODO: updated TODO with bug numbers that are relevant
10431
10432 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10433
10434         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10435
10436 2005-02-09  Vincent Noel  <vnoel@cox.net>
10437
10438         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10439         and "Next" toolbar buttons as important to make them stand out.
10440
10441 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10442
10443         * lib/ev-debug.c:
10444         * lib/ev-debug.h:
10445         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10446         (start_interpreter), (stop_interpreter), (document_load),
10447         (ps_document_next_page), (ps_document_goto_page),
10448         (ps_document_set_page_size), (ps_document_widget_event),
10449         (ps_document_render):
10450         * shell/ev-page-view.c: (ev_page_view_dispose):
10451         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10452
10453         Fix compilation on non-gcc platforms
10454
10455 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * NEWS:
10458         * configure.ac:
10459
10460         Release 0.1.4
10461
10462         * pdf/xpdf/Catalog.cc:
10463         * pdf/xpdf/XRef.cc:
10464
10465         Fix the fix for CAN-2004-0888
10466
10467 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10468
10469         * data/Makefile.am:
10470         * data/evince-ui.xml:
10471         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10472         * shell/ev-stock-icons.h:
10473         * shell/ev-window.c: (update_action_sensitivity),
10474         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10475         (set_action_properties):
10476
10477         Improve toolbar layout/icons
10478
10479 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * pdf/xpdf/pdf-document.cc:
10482
10483         Add warnings about unimplemented/unknown link
10484         types.
10485
10486 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10487
10488         * ps/ps-document.c: (set_up_page):
10489
10490         Log gs property
10491
10492 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10493
10494         * ps/ps-document.c: (start_interpreter):
10495
10496         Log gs env var
10497
10498 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10499
10500         * shell/ev-page-view.c: (ev_page_view_dispose):
10501         * shell/ev-view.c: (ev_view_finalize):
10502         * shell/ev-window.c: (ev_window_setup_document),
10503         (ev_window_dispose), (ev_window_init):
10504
10505         Solve more refs issues.
10506
10507         I commented out the page_view initialization for now:
10508         it was never destroyed (because it's never added
10509         to a container). Because of that we was leaking
10510         gs processes. Couldnt think to a clean fix.
10511         We need to figure this out, password view has the
10512         same issue probably.
10513
10514 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10515
10516         * ps/ps-document.c: (ps_document_finalize),
10517         (ps_document_get_n_pages), (ps_document_get_page):
10518
10519         Some cleanups, stop the interpreter on finalize
10520
10521         * shell/ev-page-view.c: (ev_page_view_dispose),
10522         (ev_page_view_class_init):
10523
10524         Release our reference on the document
10525
10526 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * Makefile.am:
10529         * configure.ac:
10530         * doc/debugging.txt:
10531         * lib/.cvsignore:
10532         * lib/Makefile.am:
10533         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10534         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10535         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10536         * lib/ev-debug.h:
10537
10538         Add debugging helpers
10539
10540         * ps/Makefile.am:
10541         * ps/ps-document.c: (set_up_page), (start_interpreter),
10542         (stop_interpreter), (document_load), (ps_document_next_page),
10543         (ps_document_goto_page), (ps_document_set_page_size),
10544         (ps_document_widget_event), (ps_document_render):
10545         * shell/Makefile.am:
10546         * shell/ev-view.c: (expose_bin_window):
10547         * shell/main.c: (main):
10548
10549         Add some logs
10550         
10551 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * ps/ps-document.c: (ps_document_widget_event):
10554
10555         Initialize message_window, this should make ps
10556         rendering really work! (Never noticed because I was
10557         testing with a ps that is causing gs to exit every time!)
10558
10559 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10560
10561         * data/evince.schemas.in: updated simple error in applyto closing tag
10562
10563 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10564
10565         * Makefile.am:
10566         * configure.ac:
10567         * data/.cvsignore:
10568         * data/Makefile.am:
10569         * data/evince-ui.xml:
10570         A data/evince.schemas.in:
10571         * po/POTFILES.in:
10572         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10573         * shell/ev-stock-icons.h:
10574         * shell/ev-window.c: (update_chrome_visibility),
10575         (update_chrome_flag), (ev_window_cmd_edit_find),
10576         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10577         (ev_window_unfullscreen), (ev_window_focus_in_event),
10578         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10579         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10580         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10581         (ev_window_dispose), (ev_window_class_init),
10582         (set_action_properties), (set_chrome_actions), (load_chrome),
10583         (ev_window_init):
10584
10585         Implement fullscreen mode changes from bug #164776.
10586         Also implement persistent chrome toggles.
10587
10588 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10589
10590         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10591
10592 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10593
10594         * NEWS:
10595         * configure.ac:
10596         * shell/ev-view.c:
10597
10598         Add another check for find interface
10599
10600         Release 0.1.3
10601
10602 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10603
10604         * shell/ev-application.c: (ev_application_open):
10605         * shell/ev-window.c: (ev_window_open):
10606
10607         Open gzipped ps documents
10608
10609 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10610
10611         * TODO:
10612         * shell/ev-view.c: (set_document_page):
10613
10614         Clamp page number, dont try to move to
10615         not existant pages.
10616
10617 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * backend/ev-document-find.c: (ev_document_find_changed):
10620         * backend/ev-document-find.h:
10621         * pdf/xpdf/pdf-document.cc:
10622         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10623         * shell/ev-window.c: (find_bar_search_changed_cb):
10624
10625         Fix several bugs with find
10626
10627 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10628
10629         * shell/ev-sidebar-thumbnails.c
10630         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10631         document. Prevents warning from scroll_to_cell.
10632
10633 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10634
10635         * configure.ac: Add «nb» to ALL_LINGUAS too.
10636
10637 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10638
10639         * NOTES: New file with some random thoughts.
10640
10641         * TODO: Update.
10642
10643         * backend/ev-document-misc.c:
10644         (ev_document_misc_get_page_border_size): New function to
10645         canonicalize shadow drawing sizes.  Possibly goofy.
10646
10647         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10648         (ev_view_best_fit), (ev_view_fit_width):
10649         * pdf/xpdf/pdf-document.cc:
10650         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10651         * ps/ps-document.c: (ps_document_get_page_size):
10652         * backend/ev-document-misc.h:
10653         * backend/ev-document.c: (ev_document_get_page_size):
10654         * backend/ev-document.h: get_page_size now takes a page number
10655         parameter.  Made all the backends/frontends honor it.
10656
10657         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10658         see.  Doesn't work yet.
10659
10660         * shell/Makefile.am:
10661         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10662         Doesn't do anything yet.
10663
10664         * shell/ev-sidebar-thumbnails.c:
10665         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10666         [0..n_pages-1]
10667
10668         * shell/ev-window.c: (update_action_sensitivity),
10669         (ev_window_setup_document), (ev_window_set_page_mode),
10670         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10671         view-swapping code a bit so we can have multiple views on a
10672         document.  Add the multi-page view, though it can't be turned on
10673         yet.
10674
10675 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10676
10677         * shell/ev-application.c: (ev_application_open):
10678         * shell/ev-view.c: (expose_bin_window):
10679         * shell/ev-window.c: (ev_window_open):
10680
10681         Support eps and check document supports find
10682         before drawing highlightings in expose.
10683
10684 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10685
10686         * pixbuf/pixbuf-document.c:
10687         (pixbuf_document_thumbnails_get_dimensions),
10688         (pixbuf_document_document_thumbnails_iface_init):
10689
10690         implement get_dimensions
10691
10692 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10693
10694         * NEWS:
10695         * configure.ac:
10696
10697         Release 0.1.2
10698
10699 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10700
10701         * shell/ev-view.c: (set_document_page):
10702
10703         Scroll at the top of the page when changing page
10704
10705 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10706
10707         * shell/ev-view.c: (ev_view_motion_notify_event):
10708
10709         Do not redraw unnecessarily
10710
10711 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10712
10713         * pdf/xpdf/pdf-document.cc:
10714         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10715         (expose_bin_window), (find_changed_cb):
10716
10717         Yay! find works now... Now to find bugs...
10718
10719 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10720
10721         * backend/ev-document-find.c: (ev_document_find_base_init),
10722         (ev_document_find_changed):
10723         * backend/ev-document-find.h:
10724         * pdf/xpdf/pdf-document.cc:
10725         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10726         (expose_bin_window), (ev_view_init), (set_document_page),
10727         (ensure_rectangle_is_visible), (jump_to_find_result),
10728         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10729         (ev_view_find_next), (ev_view_find_previous):
10730         * shell/ev-view.h:
10731         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10732
10733         More work on find implementation, mostly there now
10734
10735 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10736
10737         * backend/ev-backend-marshalers.list:
10738         * backend/ev-document-find.c: (ev_document_find_base_init),
10739         (ev_document_find_cancel), (ev_document_find_page_has_results),
10740         (ev_document_find_get_n_results), (ev_document_find_get_result),
10741         (ev_document_find_get_progress), (ev_document_find_changed):
10742         * backend/ev-document-find.h:
10743
10744         Enanche the find interface to be really able to do
10745         multi page find.
10746
10747         * pdf/xpdf/pdf-document.cc:
10748
10749         Implement
10750
10751         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10752         (expose_bin_window), (ev_view_init),
10753         (ev_view_get_find_status_message), (find_changed_cb),
10754         (ev_view_set_document), (set_document_page):
10755
10756         Adapt to the new interface. A few things are regressed sorry,
10757         I will finish it soon.
10758
10759 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10760
10761         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10762         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10763         ev_sidebar_thumbnails_parent_class variable, don't define another
10764         parent_class variable.
10765
10766         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10767         (ev_page_action_class_init): ditto.
10768
10769         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10770         (pixbuf_document_class_init): ditto.
10771
10772         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10773         ditto.
10774
10775         * .cvsignore: ignore various valgrind output files.
10776
10777 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10778
10779         * data/evince-ui.xml:
10780         * shell/Makefile.am:
10781         * shell/ev-history.c:
10782         * shell/ev-history.h:
10783         * shell/ev-navigation-action.c:
10784         * shell/ev-navigation-action.h:
10785         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10786         (ev_view_set_page), (ev_view_fit_width):
10787         * shell/ev-view.h:
10788         * shell/ev-window.c: (update_action_sensitivity),
10789         (ev_window_setup_document), (register_custom_actions):
10790
10791         Kill session history
10792
10793 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * shell/ev-window.c: (update_action_sensitivity):
10796
10797         Fix inverted up/down buttons
10798
10799 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10800
10801         * shell/ev-sidebar-thumbnails.c
10802         (ev_sidebar_thumbnails_select_page): make sure the selected
10803         thumbnail stays visible.
10804
10805 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10806
10807         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10808         scrolled window for Federico.
10809
10810 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10811
10812         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10813
10814 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10815
10816         * configure.ac:
10817         * pdf/splash/SplashFTFontEngine.cc:
10818
10819         Fix CID fonts with freetype 2.1.9
10820
10821 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10822
10823         * TODO: added item for desktop icon thumbnailer
10824
10825 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10826
10827         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10828         unloaded docs when the title is accessed.
10829
10830         * shell/ev-password-view.[hc]: New widget for displaying password
10831         state.
10832
10833         * shell/ev-window.[ch]: Refactor password handling code to handle
10834         the new view.
10835
10836 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10837
10838         * NEWS:
10839         * configure.ac:
10840         * data/Makefile.am:
10841
10842         Release 0.1.1
10843
10844 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10845
10846         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10847         ignore page offset here, to make search results independent of it,
10848
10849         * shell/ev-view.c (expose_bin_window): but take offsets into
10850         account here. Bug #164932
10851
10852         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10853         scale at the right time. Bug #164996
10854
10855 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10856
10857         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10858         fix the problem. Now I just removed the Adobe font names and hope
10859         that the URW fonts are always in outline format. Bug #164934
10860
10861         * shell/ev-window.c (update_window_title): empty titles are
10862         useless, use filename in that case too.
10863
10864         * NEWS: Add some content.
10865
10866 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10867
10868         * TODO: added one more TODO item and a TODONE section :)
10869
10870 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10871
10872         * ps/ps-document.h: add page_[xy]_offset fields.
10873
10874         * ps/ps-document.c (ps_document_set_page_offset)
10875         (ps_document_render): Keep offset in consideration in a few
10876         places. Bug #164752 "postscript documents are not centered in
10877         window"
10878
10879         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10880         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10881
10882         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10883         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10884         stub out missing methods for complete EvDocument implementation.
10885         Fixes segfaults with Save A Copy and Copy actions.
10886
10887         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10888         (ps_document_document_iface_init): ditto.
10889         
10890 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10891
10892         * data/.cvsignore:
10893         * data/Makefile.am:
10894         * data/evince.desktop.in:
10895
10896         Add desktop file
10897
10898 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * shell/ev-view.c: (ev_view_button_press_event),
10901         (ev_view_motion_notify_event):
10902
10903         Make selection work in any direction
10904
10905 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10906
10907         * TODO:
10908         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10909
10910         Use shorter labels for some of the toolbars items
10911
10912 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10913
10914         * pdf/xpdf/pdf-document.cc:
10915
10916         Check the links info is initialized before
10917         using it. Should fix a crash on startup.
10918
10919 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10920
10921         * pixbuf/pixbuf-document.c
10922         (pixbuf_document_thumbnails_get_dimensions): force floating point
10923         division to calculate page_ratio. Fixes crash with landscape
10924         format pixbufs.
10925
10926 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10927
10928         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10929
10930 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10931
10932         * shell/ev-view.c (set_document_page): unset has_selection when
10933         the page changes.
10934         (set_document_page): handle paper size changes when the page
10935         changes (test with Free Culture, page 2).
10936
10937 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10940         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10941
10942         Use normal style color for the widget background and
10943         draw a black box around the page.
10944
10945 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10946
10947         * pdf/xpdf/pdf-document.cc:
10948
10949         Keep offset in consideration in a few places
10950
10951         * shell/ev-view.c: (expose_bin_window):
10952
10953         Set the offsets so that the document is ever centered
10954
10955 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10956
10957         * TODO: Added TODO items and finished off the first todo item
10958
10959         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10960         reflect current authors
10961
10962 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10963
10964         * pdf/xpdf/pdf-document.cc:
10965         * shell/ev-view.c: (ev_view_set_cursor),
10966         (ev_view_motion_notify_event), (document_changed_callback),
10967         (set_document_page):
10968
10969         Show a wait cursor while the page is rendering
10970
10971 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * shell/ev-sidebar-thumbnails.c:
10974         (ev_sidebar_tree_selection_changed),
10975         (ev_sidebar_thumbnails_select_page):
10976         * shell/ev-sidebar-thumbnails.h:
10977         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10978         (ev_view_can_go_forward):
10979         * shell/ev-window.c: (ev_window_open_page),
10980         (ev_window_setup_document), (update_current_page),
10981         (view_page_changed_cb), (ev_window_init):
10982         * shell/ev-window.h:
10983
10984         Ensure thumbnails selection, toolbar page control and
10985         current page are in sync.
10986
10987 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10988
10989         * pdf/xpdf/XRef.cc:
10990
10991         Fix CAN-2005-0064
10992
10993 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10994
10995         * backend/Makefile.am:
10996         * backend/ev-document-links.h:
10997         * backend/ev-document-security.c: (ev_document_security_get_type),
10998         (ev_document_security_has_document_security),
10999         (ev_document_security_set_password):
11000         * backend/ev-document-security.h:
11001         * backend/ev-document.c: (ev_document_error_quark):
11002         * backend/ev-document.h:
11003         * data/Makefile.am:
11004         * data/evince-password.glade:
11005         * pdf/xpdf/pdf-document.cc:
11006         * shell/Makefile.am:
11007         * shell/ev-password.c: (ev_password_set_bad_password_label),
11008         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11009         (ev_password_dialog_get_password),
11010         (ev_password_dialog_set_bad_pass):
11011         * shell/ev-password.h:
11012         * shell/ev-window.c: (ev_window_get_attribute),
11013         (ev_window_set_property), (update_action_sensitivity),
11014         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11015         (ev_window_setup_document), (ev_window_get_password),
11016         (ev_window_open), (ev_window_cmd_save_as),
11017         (using_postscript_printer), (ev_window_print),
11018         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11019         (update_fullscreen_popup), (ev_window_fullscreen),
11020         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11021         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11022         (menu_item_select_cb), (find_bar_search_changed_cb),
11023         (ev_window_dispose), (ev_window_init):
11024
11025         Add initial support for password-supported dialogs.  This could be
11026         a lot cooler, but it'll do for now.
11027
11028 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * pdf/xpdf/pdf-document.cc:
11031         * shell/ev-view.c: (status_message_from_link),
11032         (ev_view_set_status), (ev_view_set_cursor),
11033         (ev_view_motion_notify_event), (ev_view_init):
11034         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11035
11036         Fix bugs in the links implementation and change cursor
11037         when hovering a link.
11038
11039 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11040
11041         * viewer/.cvsignore: added cvsignore file for viewer directory
11042
11043         * TODO: created TODO document
11044
11045 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11046
11047         * shell/ev-view.h:
11048         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11049         new functions to help with implementation of sensitivity code
11050         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11051         of all actions that might require it.  Fixes a crash when you
11052         click on the Zoom actions in a window lacking a document.
11053
11054 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11055
11056         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11057         of the Find action
11058
11059 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11062         (pixbuf_document_document_iface_init):
11063         * ps/ps-document.c: (ps_document_get_link),
11064         (ps_document_document_iface_init):
11065         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11066         (status_message_from_link), (ev_view_set_status),
11067         (ev_view_set_find_status), (ev_view_motion_notify_event),
11068         (ev_view_button_release_event), (ev_view_set_property),
11069         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11070         (ev_view_get_find_status_message), (update_find_results),
11071         (ev_view_get_status), (ev_view_get_find_status):
11072         * shell/ev-view.h:
11073         * shell/ev-window.c: (view_status_changed_cb),
11074         (view_find_status_changed_cb), (ev_window_init):
11075
11076         View status message support, use it to show the links.
11077         Needs work...
11078
11079 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11080
11081         * backend/ev-document.c: (ev_document_get_link):
11082         * backend/ev-document.h:
11083         * pdf/xpdf/pdf-document.cc:
11084         * shell/ev-application.c: (ev_application_open):
11085         * shell/ev-application.h:
11086         * shell/ev-sidebar-links.c: (selection_changed_cb):
11087         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11088         (ev_view_go_to_link):
11089
11090         Add support for document links
11091
11092 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11093
11094         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11095         (create_tool_item):
11096         Set the spin button limits correctly.
11097         
11098         * shell/ev-sidebar-thumbnails.c:
11099         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11100         Support changing pages by clicking on the thumbnails.
11101         
11102 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11103
11104         * pixbuf/pixbuf-document.c:
11105         (pixbuf_document_thumbnails_get_dimensions),
11106         (pixbuf_document_document_thumbnails_iface_init):
11107
11108         implement get_dimensions
11109
11110 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11111
11112         * ps/ps-document.c: (ps_document_goto_page):
11113
11114         Fix page switching on multipage documents
11115
11116 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11117
11118         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11119         
11120         check for NULL before assigning to width and height parameters
11121
11122 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11123
11124         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11125         (pixbuf_document_set_property), (pixbuf_document_get_property):
11126
11127         implement get/set properties
11128
11129 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11130
11131         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11132         
11133         return NULL instead of "Unknown", letting the title get set to
11134         the filename when the pdf has no title.
11135
11136 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11137
11138         * ps/ps-document.c: (ps_document_get_page_count),
11139         (ps_document_goto_page):
11140
11141 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11142
11143         * shell/ev-history.c: (ev_history_get_property),
11144         (ev_history_set_property), (ev_history_class_init),
11145         (ev_history_add_page), (ev_history_set_current_index):
11146         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11147         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11148         (ev_navigation_action_finalize):
11149         * shell/ev-navigation-action.h:
11150         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11151         (ev_view_go_forward), (ev_view_get_find_status_message),
11152         (history_index_changed_cb), (ev_view_set_history):
11153         * shell/ev-view.h:
11154         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11155         (update_current_page), (register_custom_actions):
11156
11157         Implement history dropdowns
11158
11159 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11162         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11163         (ev_view_go_forward):
11164         * shell/ev-window.c: (register_custom_actions):
11165
11166         Fix several history bugs
11167
11168 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11169
11170         * configure.ac: Add «nb» to ALL_LINGUAS.
11171
11172 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11173
11174         * backend/Makefile.am:
11175         * backend/ev-bookmark.c:
11176         * backend/ev-bookmark.h:
11177         * backend/ev-document-bookmarks.c:
11178         * backend/ev-document-bookmarks.h:
11179         * backend/ev-document-links.c: (ev_document_links_get_type),
11180         (ev_document_links_has_document_links),
11181         (ev_document_links_begin_read), (ev_document_links_get_link),
11182         (ev_document_links_get_child), (ev_document_links_next),
11183         (ev_document_links_free_iter):
11184         * backend/ev-document-links.h:
11185         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11186         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11187         (ev_link_get_link_type), (ev_link_set_link_type),
11188         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11189         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11190         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11191         (ev_link_new_external):
11192         * backend/ev-link.h:
11193         * pdf/xpdf/pdf-document.cc:
11194         * shell/Makefile.am:
11195         * shell/ev-application.c: (ev_application_open_link):
11196         * shell/ev-application.h:
11197         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11198         (ev_history_get_link_nth):
11199         * shell/ev-history.h:
11200         * shell/ev-sidebar-bookmarks.c:
11201         * shell/ev-sidebar-bookmarks.h:
11202         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11203         (ev_sidebar_links_class_init), (selection_changed_cb),
11204         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11205         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11206         (do_one_iteration), (populate_links_idle),
11207         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11208         * shell/ev-sidebar-links.h:
11209         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11210         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11211         (go_to_index):
11212         * shell/ev-view.h:
11213         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11214         * shell/ev-window.h:
11215
11216         Rename bookmark to link, and use "Index" for the sidebar panel.
11217
11218 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11219
11220         * shell/Makefile.am:
11221         * shell/ev-application.c: (ev_application_open_bookmark):
11222         * shell/ev-application.h:
11223         * shell/ev-history.c: (ev_history_init), (free_links_list),
11224         (ev_history_finalize), (ev_history_class_init),
11225         (ev_history_add_link), (ev_history_add_page),
11226         (ev_history_get_link_nth), (ev_history_get_n_links),
11227         (ev_history_get_current_index), (ev_history_set_current_index),
11228         (ev_history_new):
11229         * shell/ev-history.h:
11230         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11231         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11232         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11233         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11234         (ev_view_set_page):
11235         * shell/ev-view.h:
11236         * shell/ev-window.c: (ev_window_open_bookmark),
11237         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11238         (goto_page_cb), (register_custom_actions):
11239         * shell/ev-window.h:
11240
11241         Initial history implementation. Needs work.
11242
11243 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11244
11245         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11246
11247 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * cut-n-paste/recent-files/egg-recent-item.c:
11250         * cut-n-paste/recent-files/egg-recent-item.h:
11251         * cut-n-paste/recent-files/egg-recent-model.c:
11252         * cut-n-paste/recent-files/egg-recent-util.c:
11253         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11254         * cut-n-paste/recent-files/egg-recent-view.c:
11255
11256         Update
11257
11258 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11259
11260         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11261         (fillGlyph, fillImageMask, drawImage):
11262         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11263         pdf/splash/SplashTypes.h:
11264         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11265         packed mode for Splash.
11266
11267         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11268         RGB8 packed mode, eliminates the pixbuf data creation loop.
11269
11270         * shell/ev-print-job.c (ev_print_job_finalize)
11271         (ev_print_job_set_property, ev_print_job_get_property)
11272         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11273         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11274         (print_closure_finalize, ev_print_job_print): implement
11275         printing (for backends with EvPsExporter)
11276
11277         * shell/ev_print_job.h: update prototypes.
11278
11279         * shell/ev-window.c (ev_window_print): unref print job after
11280         printing.
11281
11282         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11283         unless the document implements the EvDocumentFind interface.
11284
11285 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11286
11287         * configure.ac: Added ja to ALL_LINGUAS.
11288
11289 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * pdf/xpdf/pdf-document.cc:
11292
11293         add a FIXME. We should probably not allocate
11294         a bookmark object every time
11295
11296 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11297
11298         * shell/ev-application.c: (ev_application_open),
11299         (ev_application_open_bookmark):
11300         * shell/ev-application.h:
11301         
11302         Add a way to open bookmarks
11303
11304         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11305         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11306         (ev_bookmark_set_property), (ev_bookmark_class_init),
11307         (ev_bookmark_new_title), (ev_bookmark_new_link),
11308         (ev_bookmark_new_external):
11309
11310         Support for external uris, better constructors.
11311
11312         * backend/ev-bookmark.h:
11313         * pdf/xpdf/pdf-document.cc:
11314         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11315
11316         Handle external uris
11317
11318 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11319
11320         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11321         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11322
11323         Hook up bookmarks navigation
11324
11325 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11326
11327         * backend/Makefile.am:
11328         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11329         (ev_bookmark_get_title), (ev_bookmark_set_title),
11330         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11331         (ev_bookmark_get_page), (ev_bookmark_set_page),
11332         (ev_bookmark_get_property), (ev_bookmark_set_property),
11333         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11334         (ev_bookmark_new):
11335         * backend/ev-bookmark.h:
11336         * backend/ev-document-bookmarks.c:
11337         (ev_document_bookmarks_get_bookmark):
11338         * backend/ev-document-bookmarks.h:
11339         * pdf/xpdf/pdf-document.cc:
11340         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11341
11342         Add a bookmark object to the backend and use it instead of get_values
11343
11344 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * data/evince-ui.xml:
11347
11348         Cleanup and add select all.
11349
11350         * shell/ev-view.c: (ev_view_select_all),
11351         (ev_view_button_press_event):
11352         * shell/ev-view.h:
11353         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11354
11355         Add select all.
11356         Clear selection on click.
11357
11358 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * shell/ev-sidebar-thumbnails.c
11361         (ev_sidebar_thumbnails_set_document): forgot to unref the
11362         loading_icon.
11363
11364 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11365
11366         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11367         at the visible page, not just linearly.  This makes it look fast.
11368
11369 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11370
11371         * backend/ev-document-misc.c
11372         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11373         white.
11374         * backend/ev-document-thumbnails.h: New interface to get the size
11375         of a page.
11376
11377 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11378
11379         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11380         make dist works
11381
11382 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11383
11384         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11385         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11386         things up a bit.
11387
11388         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11389
11390 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11391
11392         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11393         fonts. Should fix font problems on systems that have the base
11394         fonts in bitmap format. Reported by James Henstridge
11395         <james@jamesh.id.au>.
11396
11397 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11398
11399         * pdf/xpdf/Gfx.cc:
11400         * pdf/xpdf/GfxState.cc:
11401
11402         Fix for CAN-2004-1125
11403
11404 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * shell/ev-view.c: (ev_view_copy):
11407         * shell/ev-view.h:
11408         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11409
11410         Implement Edit->Copy
11411
11412 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11413
11414         * backend/ev-document.c: (ev_document_get_text):
11415         * backend/ev-document.h:
11416         * pdf/xpdf/pdf-document.cc:
11417         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11418         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11419         (ev_view_update_primary_selection), (ev_view_button_press_event),
11420         (ev_view_motion_notify_event), (ev_view_button_release_event):
11421
11422         Beginnings of clipboard support. Incomplete but primary sort
11423         of work.
11424
11425 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11426
11427         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11428         (expose_bin_window):
11429
11430         Nicer rubberband drawing, from GtkIconView.
11431
11432 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * backend/ev-document.c: (ev_document_save):
11435         * backend/ev-document.h:
11436         * data/evince-ui.xml:
11437         * pdf/xpdf/pdf-document.cc:
11438         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11439
11440         Implement "Save a copy..." menu item
11441
11442 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11443
11444         * shell/ev-view.c: (ev_view_zoom):
11445
11446         Queue a resize when zoom changes
11447
11448 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11451         shadows.
11452
11453         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11454         thumbnails..
11455
11456 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11457
11458         * pdf/xpdf/pdf-document.cc
11459         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11460
11461 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11462
11463         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11464         It's slow, but I'll speed it up next!
11465
11466 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11467
11468         * shell/main.c (load_files):
11469
11470         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11471         from the command line and because it seems more appropriate.
11472
11473 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * data/evince-ui.xml:
11476         * shell/ev-window.c: (update_action_sensitivity),
11477         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11478
11479         s/next page/page down
11480         s/previous page/page up
11481
11482 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * data/evince-ui.xml:
11485
11486         Change the layout to match clarkbw design.
11487
11488         * shell/Makefile.am:
11489         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11490         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11491         (ev_navigation_action_finalize),
11492         (ev_navigation_action_set_property),
11493         (ev_navigation_action_get_property),
11494         (ev_navigation_action_class_init):
11495         * shell/ev-navigation-action.h:
11496
11497         Implement clarkbw toolbar navigation controls (incomplete)
11498
11499         * shell/ev-page-action.c: (update_label), (update_spin),
11500         (value_changed_cb), (create_tool_item), (connect_proxy),
11501         (ev_page_action_init), (ev_page_action_finalize),
11502         (ev_page_action_set_property), (ev_page_action_get_property),
11503         (ev_page_action_set_current_page),
11504         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11505         * shell/ev-page-action.h:
11506
11507         Implement a page switcher in the toolbar
11508
11509         * shell/ev-view.c: (ev_view_scroll_view):
11510         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11511         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11512         (register_custom_actions), (ev_window_init):
11513
11514         Change page on PageUp/Down.
11515
11516 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11517
11518         * pdf/xpdf/pdf-document.cc
11519         (pdf_document_thumbnails_get_thumbnail): initial stab at
11520         implementing thumbnail support for pdfs.  It only does documents
11521         with precached pdfs now.
11522
11523 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11524
11525         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11526         thumbnail code into a time-based idle as well.  Also, turn off the
11527         shadow temporarily as it's really slow.
11528
11529 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11530
11531         * backend/ev-document.c: (ev_document_class_init):
11532         * pdf/xpdf/pdf-document.cc:
11533         * shell/ev-window.c: (ev_window_open):
11534
11535         Fix document title bugs and fallback to
11536         filename when not available.
11537
11538 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * backend/ev-document.c: (ev_document_get_type),
11541         (ev_document_class_init), (ev_document_load),
11542         (ev_document_get_title):
11543         * backend/ev-document.h:
11544         * pdf/xpdf/pdf-document.cc:
11545         * ps/ps-document.c: (ps_document_set_property),
11546         (ps_document_get_property), (ps_document_class_init),
11547         (document_load):
11548         * ps/ps-document.h:
11549         * ps/ps.h:
11550         * shell/ev-window.c: (update_window_title), (ev_window_open),
11551         (ev_window_init):
11552
11553         Initial support for document title. Not working yet.
11554
11555 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11558
11559         Grab focus on the view when clicking it
11560
11561 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * shell/ev-marshal.list:
11564         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11565         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11566
11567         Add key bindings to the view. Now if the focus would work
11568         right...
11569
11570 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * Makefile.am:
11573         * backend/Makefile.am:
11574         * data/Makefile.am:
11575         * dvi/Makefile.am:
11576         * dvi/dvilib/Makefile.am:
11577         * pdf/xpdf/Makefile.am:
11578         * po/POTFILES.in:
11579         * ps/Makefile.am:
11580
11581         Fix distcheck
11582
11583 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11584
11585         * shell/ev-view.c: (ev_view_realize):
11586
11587         Fix mouse wheel scrolling
11588
11589 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * ps/Makefile.am:
11592         * ps/gstypes.h:
11593         * ps/gtkgs.c:
11594         * ps/gtkgs.h:
11595         * ps/ps-document.c: (catchPipe), (ps_document_init),
11596         (ps_document_class_init), (ps_document_cleanup),
11597         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11598         (set_up_page), (close_pipe), (is_interpreter_ready),
11599         (interpreter_failed), (output), (input), (start_interpreter),
11600         (stop_interpreter), (file_length), (file_readable),
11601         (check_filecompressed), (check_pdf), (compute_xdpi),
11602         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11603         (ps_document_get_type), (ps_document_emit_error_msg),
11604         (document_load), (ps_document_next_page),
11605         (ps_document_get_current_page), (ps_document_get_page_count),
11606         (ps_document_goto_page), (ps_document_set_page_size),
11607         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11608         (ps_document_load), (ps_document_get_n_pages),
11609         (ps_document_set_page), (ps_document_get_page),
11610         (ps_document_widget_event), (ps_document_set_target),
11611         (ps_document_set_scale), (ps_document_set_page_offset),
11612         (ps_document_get_page_size), (ps_document_render),
11613         (ps_document_document_iface_init):
11614         * ps/ps-document.h:
11615         * ps/ps.c:
11616         * shell/ev-window.c: (ev_window_open):
11617
11618         Rename GtkGS to PSDocument
11619
11620 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * ps/gtkgs.c: (gtk_gs_class_init):
11623         * ps/gtkgs.h:
11624
11625         Some more leftover...
11626
11627 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11628
11629         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11630         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11631         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11632         * ps/gtkgs.h:
11633
11634         Remove unused code and make a lot of stuff private
11635
11636 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11639         (gtk_gs_defaults_changed):
11640         * ps/gsdefaults.h:
11641         * ps/gtkgs.c:
11642         * ps/gtkgs.h:
11643         * ps/ps.h:
11644
11645         Cleanup headers dependencies
11646
11647 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * ps/Makefile.am:
11650         * ps/ggvutils.c:
11651         * ps/ggvutils.h:
11652         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11653         * ps/gsdefaults.h:
11654         * ps/gtkgs.c: (file_length), (file_readable),
11655         (check_filecompressed), (check_pdf), (gtk_gs_load),
11656         (gtk_gs_get_postscript):
11657
11658         Get rid of ggvutils
11659
11660 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * ps/ggvutils.c:
11663         * ps/ggvutils.h:
11664         * ps/gsio.h:
11665         * ps/gtkgs.c: (gtk_gs_set_zoom):
11666
11667         Cleanups
11668
11669 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11670
11671         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11672
11673         Ensure the page is rerendered when changing zoom
11674
11675 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * backend/ev-document.c: (ev_document_base_init),
11678         (ev_document_changed):
11679         * backend/ev-document.h:
11680
11681         Add a changed event that is emitted when the page content
11682         changes. This is necessary to deal with the fact that
11683         in ps backend rendering happen asycrounously.
11684         This makes the ps backend mostly work.
11685
11686         * pdf/xpdf/pdf-document.cc:
11687
11688         Emit changed event
11689
11690         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11691         (ps_document_set_target):
11692
11693         Emit changed event
11694
11695         * shell/ev-view.c: (document_changed_callback),
11696         (ev_view_set_document), (ev_view_set_page):
11697
11698         Redraw on the changed signal
11699
11700 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11701
11702         * configure.ac: Added pt_BR to ALL_LINGUAS.
11703
11704 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11705
11706         * backend/ev-document-bookmarks.c:
11707         (ev_document_bookmarks_get_child): *
11708         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11709         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11710         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11711         (ev_sidebar_bookmarks_destroy),
11712         (ev_sidebar_bookmarks_class_init),
11713         (ev_sidebar_bookmarks_construct), (stack_data_free),
11714         (do_one_iteration), (populate_bookmarks_idle),
11715         (ev_sidebar_bookmarks_clear_document),
11716         (ev_sidebar_bookmarks_set_document): *
11717         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11718         (ev_sidebar_add_page),
11719         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11720         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11721         it displays both the topics and the page numbers.
11722
11723 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11724
11725         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11726         toggle.
11727         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11728         visible.
11729
11730 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11731
11732         * configure.ac: Added en_CA to ALL_LINGUAS.
11733
11734 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11735
11736         * ChangeLog: replace bottom of this ChangeLog (merged history of
11737         ggv and gpdf; where all paths were wrong and most of the files are
11738         not even in this tree) with ChangeLog (from arch) of the shell
11739         code.
11740
11741 2004-12-23  Havoc Pennington  <hp@redhat.com>
11742
11743         * shell/ev-window.c: hook up potentially-questionable "find
11744         results status text" feature - something involving the sidebar or
11745         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11746         might be better in the end.
11747
11748         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11749         with corresponding signal when it should be updated
11750
11751         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11752
11753 2004-12-22  Havoc Pennington  <hp@redhat.com>
11754
11755         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11756         find stuff on other pages, sort of (only returns one result on
11757         invisible pages, to show they have results; updates full results
11758         for a page when you view it). Currently repaints the current page
11759         every time a new result is found on any page, which isn't so nice.
11760
11761 2004-12-22  Havoc Pennington  <hp@redhat.com>
11762
11763         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11764         the document doesn't support find (better ideas?)
11765         (find_bar_search_changed_cb): handle missing document or document
11766         that doesn't support find
11767
11768         * pdf/xpdf/pdf-document.cc: port to implement the new
11769         EvDocumentFindIface
11770
11771         * backend/ev-document-find.c: create a new interface for searching
11772
11773         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11774
11775 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11776
11777         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11778         libevbackend.la.
11779
11780         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11781         EvPrintJob constructor arguments.
11782
11783         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11784         for documents that can export PostScript (page by page).
11785
11786         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11787         
11788         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11789         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11790         (pdf_document_ps_exporter_iface_init:
11791         Implement EvPSExporter.
11792
11793         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11794
11795 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11796
11797         * backend/Makefile.am:
11798         * backend/ev-document-thumbnails.c:
11799         (ev_document_thumbnails_get_type),
11800         (ev_document_thumbnails_get_thumbnail):
11801         * backend/ev-document-thumbnails.h:
11802         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11803         (pixbuf_document_thumbnails_get_thumbnail),
11804         (pixbuf_document_document_thumbnails_iface_init):
11805         * shell/Makefile.am:
11806         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11807         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11808         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11809         * shell/ev-sidebar-thumbnails.h:
11810         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11811         (ev_sidebar_set_document):
11812         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11813         (create_shadow), (ev_pixbuf_add_shadow):
11814         * shell/ev-utils.h:
11815         Add thumbnail support.
11816         
11817 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11818
11819         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11820         (using_postscript_printer): Set up a print dialog for "PostScript
11821         injection" method.
11822
11823         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11824         EvPrintJob.
11825
11826         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11827
11828 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11831         (ps_document_set_target), (ps_document_get_page_size),
11832         (ps_document_render):
11833         * ps/gtkgs.h:
11834
11835         Fix a few bugs
11836
11837 2004-12-22  Christian Rose  <menthos@menthos.com>
11838
11839         * configure.ac: Added "sv" to ALL_LINGUAS.
11840
11841 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11842
11843         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11844         document supports bookmarks.
11845
11846 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11847
11848         * ps/ggvutils.c: (ggv_file_readable):
11849         * ps/ggvutils.h:
11850         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11851         (gtk_gs_get_postscript):
11852
11853         Remove unused utils
11854
11855 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11858         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11859         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11860         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11861         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11862         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11863         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11864         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11865         (gtk_gs_set_antialiasing), (ps_document_load),
11866         (ps_document_render):
11867         * ps/gtkgs.h:
11868
11869         Another check point for the ps backend. Now I can get it to show
11870         pages!
11871
11872 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11873
11874         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11875         document setting code.
11876
11877 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11878
11879         * shell/eggfindbar.c: (entry_activate_callback):
11880         Animate the next button when activate is pressed.
11881         
11882 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11883
11884         * shell/ev-window.c: (ev_window_cmd_edit_find),
11885         (update_fullscreen_popup), (ev_window_fullscreen),
11886         (ev_window_unfullscreen), (ev_window_state_event_cb),
11887         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11888         Fix bugs in fullscreen code.
11889         
11890 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11891
11892         * Makefile.am:
11893         * configure.ac:
11894         * pixbuf/Makefile.am:
11895         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11896         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11897         (pixbuf_document_set_page), (pixbuf_document_get_page),
11898         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11899         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11900         (pixbuf_document_render), (pixbuf_document_begin_find),
11901         (pixbuf_document_end_find), (pixbuf_document_finalize),
11902         (pixbuf_document_class_init),
11903         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11904         * pixbuf/pixbuf-document.h:
11905         * shell/Makefile.am:
11906         * shell/ev-application.c: (ev_application_open):
11907         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11908         (ev_window_open):
11909         Add pixbuf backend.
11910         
11911 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11912
11913         * Makefile.am: 
11914         * dvi/dvilib/Makefile.am:
11915         * dvi/Makefile.am:
11916         * configure.ac: Auto*ify dvi and dvi/dvilib
11917
11918         * dvi/Makefile: Remove from CVS
11919         
11920         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11921         confusion.
11922
11923         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11924         
11925         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11926         
11927 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * ps/Makefile.am:
11930         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11931         (gtk_gs_value_adjustment_changed), (compute_size),
11932         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11933         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11934         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11935         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11936         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11937         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11938         (ps_document_load), (ps_document_get_n_pages),
11939         (ps_document_set_page), (ps_document_get_page),
11940         (ps_document_set_target), (ps_document_set_scale),
11941         (ps_document_set_page_offset), (ps_document_get_page_size),
11942         (ps_document_render), (ps_document_begin_find),
11943         (ps_document_end_find), (ps_document_document_iface_init):
11944         * ps/gtkgs.h:
11945         * shell/Makefile.am:
11946         * shell/ev-window.c: (ev_window_open):
11947
11948         Some work to integrate gtkgs with EvDocument
11949
11950 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11951
11952         * shell/ev-window.c: (update_fullscreen_popup),
11953         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11954         (exit_fullscreen_button_clicked_cb),
11955         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11956         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11957         (ev_window_state_event_cb), (ev_window_init):
11958         Add fullscreen support from Epiphany.
11959         
11960 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11961
11962         * data/ev-stock-zoom-fit-width.png: fit-width
11963         stock icon from gpdf.
11964         
11965         * shell/ev-stock-icons.[ch]: copied from gpdf.
11966         
11967         * shell/main.c: (main): init stock icons.
11968         
11969         * shell/ev-window.c: use the fit-width icon.
11970         
11971         * data/evince-ui.xml: add zooming toolbar items.
11972
11973 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11974
11975         * shell/ev-view.c: 
11976         (ev_view_best_fit), (ev_view_fit_width): because
11977         get_page_size() returns the scaled page size, we
11978         need to calculate the scale factor relative to
11979         the previous scale factor. Should really just
11980         add get_real_page_size().
11981
11982 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11983
11984         * shell/ev-view.[ch]:
11985         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11986         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11987         add zooming.
11988         
11989         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11990         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11991         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11992         hook it up.
11993         
11994         * pdf/xpdf/pdf-document.cc:
11995         (pdf_document_begin_find),
11996         (pdf_document_end_find): make static.
11997
11998 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11999
12000         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12001
12002         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12003         names to fontconfig patterns.
12004         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12005
12006         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12007         setupBaseFontsFc.
12008
12009 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * Makefile.am:
12012         * configure.ac:
12013         * ps/Makefile.am:
12014         * ps/ggvutils.c:
12015         * ps/ggvutils.h:
12016         * ps/gsdefaults.c:
12017         * ps/gsdefaults.h:
12018         * ps/gsio.c:
12019         * ps/gsio.h:
12020         * ps/gtkgs.c:
12021         * ps/gtkgs.h:
12022         * ps/ps.c:
12023         * ps/ps.h:
12024
12025         Import ggv backend. Not hooked up yet.
12026
12027 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12028
12029         * shell/main.c: (load_files), (main): load files
12030         from the command line.
12031
12032 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12033
12034         * configure.ac: don't require bonobo.
12035         
12036         * cut-n-paste/recent-files/*: kill bonobo recent
12037         view.
12038
12039         * shell/ev-window.c:
12040         (ev_window_is_empty): upd.
12041         (unable_to_load), (ev_window_open): load backend
12042         based on the mime type.
12043
12044 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12045
12046         * backend/.cvsignore: ignore generated marshalers source.
12047
12048         * shell/main.c (main): this is not epiphany.
12049
12050 2004-12-22  Havoc Pennington  <hp@redhat.com>
12051
12052         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12053         (expose_bin_window): draw find highlights
12054
12055         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12056         
12057         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12058         (pdf_document_end_find): implement this interface
12059
12060         * backend/ev-document.c (ev_document_found): add this to emit
12061         signal
12062
12063 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12064
12065         * data/evince-ui.xml: Add a few more toolbar items.
12066
12067         * shell/ev-window.c: Hook up page navigation toolbar 
12068         items.
12069
12070         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12071         a page-changed signal.
12072
12073         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12074         Add ev_document_get_page().
12075
12076         * shell/ev-window.c: Sensitize/desensitize navigation
12077         actions.
12078
12079 2004-12-21  Havoc Pennington  <hp@redhat.com>
12080
12081         * backend/ev-backend-marshal.c,
12082         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12083         marshaler-generator thingy. I'm sure there's a better way to do
12084         this in the modern world.
12085
12086         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12087         end_find methods and "found" signal.
12088
12089         * configure.ac: find glib-genmarshal
12090
12091 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12092
12093         * shell/ev-sidebar.c: Construct an actual sidebar.
12094         * shell/ev-sidebar-bookmarks.[ch]:
12095         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12096
12097 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12098
12099         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12100         Redo size handling.
12101         
12102         * shell/ev-view.c: Track the size from the document.
12103
12104 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12105
12106         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12107         constructor assumes ownership of the string passed in.
12108         
12109         * shell/ev-window.c (ev_window_open): Destroy the error
12110         dialog once we've displayed it.
12111
12112 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12113
12114         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12115         a bit, it works! (sort of)
12116
12117         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12118         Move to .cc since we need to use C++ in the implementation.
12119
12120         * shell/dummy.cc: Add a CC file to force evince
12121         to be linked as a C++ program.
12122
12123 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12124
12125         * shell/ev-view.[ch]: Start of content-area widget.
12126
12127         * shell/ev-window.c: Create a EvView, update it
12128         as we change documents.
12129
12130         * shell/Makefile.am shell/ev-marshal.list: Add
12131         generated marshalers.
12132
12133 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12134
12135         * Makefile.am (SUBDIRS): move shell.
12136
12137 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12138
12139         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12140         .a to libtool convenience libraries.
12141
12142         * shell/ev-window.c (ev_window_open): Hard code loading
12143         a PDF document.
12144         
12145         * backend/ev-document.h: Add a boolean return to load(),
12146         fix GError * to GError **.
12147
12148         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12149         object for a PDF backend EvDocument.
12150
12151 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12152
12153         * dvi/*: New directory with the beginning of a .dvi backend.
12154
12155 2004-12-21  Havoc Pennington  <hp@redhat.com>
12156
12157         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12158         previous/next instead of back/forward
12159
12160 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12161
12162         * backend/ev-document.[ch]: Fix a couple of problems so
12163         it compile.
12164
12165 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12166
12167         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12168         to backend/ directory, rename EvViewer to EvDocument.
12169
12170 2004-12-21  Havoc Pennington  <hp@redhat.com>
12171
12172         * shell/ev-window.c: hook up the find bar widget; now we just need
12173         a document to find things in
12174
12175         * shell/eggfindbar.c: a find bar widget
12176
12177 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12178
12179         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12180
12181 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12182
12183         * pdf/**: Import of xpdf code from gpdf. 
12184
12185         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12186
12187         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12188         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12189         Fix FreeType includes.
12190
12191         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12192         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12193         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12194         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12195         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12196         Include xpdfconfig.h
12197         
12198 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * shell/ev-window.c (ev_window_dispose): dispose can be called
12201         multiple times.
12202
12203 2004-12-21  Havoc Pennington  <hp@redhat.com>
12204
12205         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12206         rather than Evince
12207
12208         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12209         items; really they should be synced with the strings, etc. from
12210         current gpdf, but just getting the boring typing out of the way 
12211
12212 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12213
12214         * po/POTFILES.in:
12215         * shell/ev-application.c: (window_destroy_cb):
12216         * shell/ev-window.c:
12217         * shell/main.c: (main):
12218
12219         Actually show the window...
12220
12221 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12222
12223         * Makefile.am:
12224         * shell/Makefile.am:
12225         * shell/ev-application.c: (ev_application_class_init):
12226         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12227
12228         Make it build again
12229
12230 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12231
12232         Import to gnome cvs.
12233         
12234         * Remove copies of gpdf and ggv trees.
12235         * Rip out all the recursive configure code.
12236         * Remove bonobo machinery.
12237         * viewer/*: GInterfaces that backends should/can implement.
12238
12239 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12240
12241         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12242         typo
12243
12244 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12245
12246         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12247         (ev_application_finalize, ev_application_class_init)
12248         (ev_application_init): use GType instance private data for priv.
12249
12250         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12251         (ev_window_finalize, ev_window_class_init)
12252         (ev_window_init): ditto.
12253
12254 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12255
12256         * shell/ev-application.c (ev_application_new_window): make public
12257         (ev_application_show_initial_window): kill.
12258
12259         * shell/ev-application.h: update prototypes.
12260
12261         * shell/main.cc (main): inline ev_application_show_initial_window.
12262
12263 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12264
12265         * shell/ev-application.c (ev_application_new_window): impl.
12266         (ev_application_show_initial_window): use it.
12267         (is_window_empty, ev_application_get_empty_window): returns an
12268         existing empty window or a new one.
12269         (ev_application_open): from ev_window_cmd_file_open.
12270
12271         * shell/ev-application.h: update prototypes
12272
12273         * shell/ev-window.c (ev_window_is_empty): impl.
12274         (ev_window_open): make public.
12275         (ev_window_cmd_file_open): use ev_application_open
12276
12277         * shell/ev-window.h: update prototypes, remove unused.
12278
12279 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12280
12281         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12282         move destroy handler out of here...
12283
12284         * shell/ev-application.c, shell/ev-application.h: ...into this new
12285         class. Also handles initial window creation.
12286
12287         * shell/main.cc (main): use EvApplication to create initial
12288         window.
12289
12290 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12291
12292         * Makefile.am (SUBDIRS): add cut-n-paste
12293
12294         * cut-n-paste/Makefile.am: add
12295
12296         * configure.ac: generate Makefiles in cut-n-paste
12297
12298 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12299
12300         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12301         (ev_window_class_init): install ev_window_dispose.
12302
12303 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12304
12305         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12306         char (gchar looks stupid).
12307
12308 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12309
12310         * po/de.po: updated German translation.
12311
12312 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12313
12314         * configure.ac: add more pkg-config library checks for gnome-vfs,
12315         bonobo etc.
12316
12317         * gpdf/configure.in: temporarily disable libpaper
12318         checks. Otherwise I'd have to add the checks for the shell, too.
12319
12320 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12321
12322         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12323         and * file filters to the file choose.
12324
12325 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12326
12327         * po/de.po: Updated German translation.
12328
12329 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12330
12331         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12332
12333 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12334
12335         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12336
12337         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12338         (ev_window_init): implement those menuitems.
12339
12340 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12341
12342         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12343
12344         * shell/ev-window.c (ev_window_init): use the toolbar.
12345
12346 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12347
12348         * shell/ev-window.c (ev_window_init): use menu translations
12349
12350 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12351
12352         * configure.ac: add "de" to ALL_LINGUAS.
12353
12354         * po/de.po: add German translation.
12355
12356 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12357
12358         * Makefile.am (SUBDIRS): add po
12359
12360         * configure.ac: check intltool, glib-gettext etc, generate
12361         po/Makefile.in
12362
12363         * po, po/POTFILES.in, po/POTFILES.skip: new.
12364
12365 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12366
12367         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12368         already use (#ifdef ENABLE_NLS)
12369
12370         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12371         pointer indirection thinko.
12372
12373         * shell/main.c: include gi18n.h for bindtextdomain etc.
12374
12375 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12376
12377         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12378         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12379         tooltips for menu items in the statusbar.
12380
12381 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12382
12383         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12384         pkgdatadir drop UIDIR
12385
12386 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12387
12388         * data/evince-ui.xml: Add File->Open menu item
12389
12390         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12391         chooser), hook it up in the ui manager.
12392
12393 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12394
12395         * shell/ev-window.c: fix Help->About tooltip.
12396
12397 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12398
12399         * configure.ac: set CFLAGS for libevprivate.
12400
12401         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12402         definitions, factory etc.
12403
12404         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12405
12406         * shell/Makefile.am: link against libevprivate.a.
12407
12408         * shell/ev-window.c (entries): add stock icon to Help->About.
12409
12410         * shell/main.c (main): init stock icon code.
12411
12412 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12413
12414         * lib/recent-files: egg recent files code
12415
12416         * lib/Makefile.am: add.
12417
12418         * Makefile.am: add lib subdir.
12419
12420         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12421         set CFLAGS for recent-files.
12422
12423 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12424
12425         * configure.ac: disable -ansi and -pedantic gcc flags. They
12426         disable POSIX stuff in stdio.h, but egg-recent uses them.
12427
12428 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12429
12430         * configure.ac: add --disable-deprecated flag (defaults to on in
12431         "cvs" builds).
12432
12433         * shell/Makefile.am (INCLUDES): use it.
12434
12435 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12436
12437         * shell/main.c: add missing #include.
12438
12439         * shell/ev-window.c: fix for pedantic gcc.
12440         (ev_window_cmd_help_about): split license into paragraphs for
12441         translators and pedantic compilers.
12442
12443 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12444
12445         * configure.ac: add more warning flags if compiling with gcc from
12446         cvs (or explicitly requested with --enable-more-warnings).
12447
12448 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12449
12450         * data/evince-ui.xml: add File and File->Close menu.
12451
12452         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12453         (ev_window_destroy): quit after destroy.
12454         (ev_window_class_init): override GtkObject::destroy.
12455         (entries): install close_window callback.
12456
12457 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12458
12459         * Makefile.am (SUBDIRS): add data subdir.
12460
12461         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12462         gtk+ 2.5.0 for GtkAboutDialog.
12463
12464         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12465         main window.
12466
12467         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12468
12469         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12470         manager.
12471         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12472
12473 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12474
12475         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12476
12477 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12478
12479         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12480
12481 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12482
12483         * shell/*: Added shell directory boilerplate, build it.
12484
12485 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12486
12487         * configure.ac, Makefile.am: Added top-level configure.ac and
12488         Makefile.am