]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
23af1c204ec92f6a9f678b49c96dc649447ce7f3
[evince.git] / ChangeLog
1 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
4         (ev_window_run_fullscreen):
5
6         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
7         
8 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * ev-sidebar-thumbnails.c: (update_visible_range),
11         (ev_sidebar_thumbnails_refresh),
12         (ev_sidebar_thumbnails_set_document),
13         (ev_sidebar_thumbnails_support_document):
14
15         Show thumbnails for documents with one page. Fixes bug #358751.
16         
17 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * shell/ev-window.c:
20         (ev_window_load_print_settings_from_metadata),
21         (ev_window_save_print_settings), (ev_window_print_finished),
22         (ev_window_print_range):
23
24         Print settings that are specific to the document are now saved per
25         document in the metadata file. Fixes bug #488806.
26         
27 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
28
29         * backend/tiff/tiff-document.c: (tiff_document_render):
30
31         Tiff documents were rendered with wrong colors. Fixes bug #497279.
32         
33 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/ev-application.[ch]: (get_find_string_from_args),
36         (ev_application_open_uri_at_dest), (ev_application_open_uri),
37         (ev_application_open_uri_list):
38         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
39         * shell/ev-window.[ch]: (ev_window_load_job_cb),
40         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
41         (ev_window_cmd_recent_file_activate),
42         (ev_window_open_recent_action_item_activated),
43         (ev_window_print_send), (open_remote_link):
44         * shell/main.c: (arguments_parse):
45
46         Add a command line option for search. Fixes bug #497710.
47         
48 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
49
50         * shell/ev-jobs.c: (ev_job_print_new):
51
52         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
53         
54 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * data/evince-toolbar.xml:
57         * shell/Makefile.am:
58         * shell/ev-application.c: (ev_application_init):
59         * shell/ev-open-recent-action.[ch]:
60         * shell/ev-window.c:
61         (ev_window_open_recent_action_item_activated),
62         (register_custom_actions):
63
64         Add an expander to the open toolbar item which pops up a dropdown
65         menu with the recently used documents. Fixes bug #487215.
66         
67 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-window.c: (ev_window_open_uri),
70         (ev_window_cmd_view_reload):
71
72         Do not jump to the first page when reloading by running evince
73         from the command line. Fixes bug #490847.
74         
75 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
76
77         * shell/ev-window.c: (ev_window_cmd_help_contents):
78
79         Plugged memory leak when help file is not found. Fixes bug
80         #490762.
81         
82 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * configure.ac:
85
86         Enable djvu, dvi and comics backends by default. Fixes bug
87         #437121.
88         
89 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * configure.ac:
92         * cut-n-paste/Makefile.am:
93         * cut-n-paste/recent-files/*: Removed
94         * help/reference/Makefile.am:
95         * shell/Makefile.am:
96         * shell/ev-application.[ch]: (ev_application_shutdown),
97         (ev_application_init):
98         * shell/ev-window.c: (ev_window_add_recent),
99         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
100
101         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
102         
103 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
104
105         * shell/ev-window.c: (launch_external_uri):
106
107         Let GnomeVFS check the URL, this allow more URL (like mailto:),
108         and report error if the URL is not supported (#489910).
109
110 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
113         (pdf_document_file_exporter_begin_page),
114         (pdf_document_file_exporter_end_page):
115
116         Fix printing with poppler splash backend. Fixes bug #489774.
117         
118 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
121         * shell/ev-print-job.c: (ev_print_job_class_init):
122
123         Fix a crash when printing with the gnome-print dialog. Fixes bug
124         #488939.
125         
126 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
127
128         * backend/pixbuf/pixbuf-document.c:
129
130         Fix an implicit function definition warning (#487655)
131
132 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-window.c:
135
136         Fix conflicting shortcut for view sade pane and presentation.
137         
138 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * backend/pdf/ev-poppler.cc:
141         (pdf_document_file_exporter_begin_page),
142         (pdf_document_file_exporter_do_page),
143         (pdf_document_file_exporter_end_page),
144         (pdf_document_file_exporter_iface_init):
145         * libdocument/ev-file-exporter.[ch]:
146         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
147         * shell/ev-jobs.c: (ev_job_print_get_page_list),
148         (ev_job_print_run):
149
150         When printing multiple pages per sheet in reverse option, do not
151         invert the order of the pages in every sheet, but the order of the
152         sheets. Do not print blank pages when page range is invalid. Fixes
153         bugs #484857 and #485521.
154         
155 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-jobs.c: (ev_job_print_get_page_list),
158         (ev_job_print_run):
159         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
160
161         Respect ranges order when printing more than one range in random
162         order.
163         
164 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
165
166         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
167         (ev_window_setup_document), (ev_window_rotation_changed_cb):
168
169         Rotate also the window icon when document is rotated. Fixes bug
170         #474681.
171         
172 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
175         (pdf_document_forms_get_form_fields):
176
177         Silently ignore unknown form fields. Fixes bug #482654. Patch by
178         Matthias Drochner.
179         
180 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * configure.ac:
183         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
184
185         Use poppler_page_render_for_printing() instead of
186         poppler_page_render() if available when exporting to a ps or pdf
187         file. Fixes bug #476627.
188         
189 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-window.c: (ev_window_run_fullscreen):
192
193         Do not show the toolbar in fullscreen mode if the main toolbar is
194         not visible. Fixes bug #483048.
195         
196 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-view.c: (ev_view_button_press_event):
199
200         Give priority to form fields over images when deciding whether a
201         button press event is over an image or form field. It allows edit
202         form fields when they are over a background image. Fixes bug
203         #477841.
204         
205 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
206
207         * NEWS:
208         * configure.ac:
209         
210         Update for release 2.20.0
211
212 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * backend/pdf/ev-poppler.cc:
215
216         Remove #ifdef HAVE_FORMS, so that forms support works again.
217
218 2007-09-05  Götz Waschk  <waschk@mandriva.org>
219
220         * configure.ac:
221         * data/evince.desktop.in.in:
222         
223         Fixes desktop file issues. See bug #473471.
224
225 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
228         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
229         (ev_job_queue_remove_job):
230         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
231         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
232         * shell/ev-window.c: (ev_window_clear_save_job),
233         (ev_window_save_job_cb), (file_save_dialog_response_cb),
234         (ev_window_dispose):
235
236         Move save a copy task to its own job so that it's carried out in a
237         thread avoiding another lock in the main thread. Use
238         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
239         can be saved to a pathin another file system. Fixes bug #456891.
240         
241 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
242
243         * NEWS:
244         * configure.ac:
245         
246         Update for release 2.19.92
247
248 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * configure.ac:
251         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
252         (pdf_selection_get_selection_region),
253         (pdf_selection_get_selection_map),
254         (ev_form_field_from_poppler_field):
255
256         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
257         and triple click selections are enabled again now.
258
259 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (ev_window_add_history):
262
263         Make sure not to use the history with documents not supporting
264         links. Fixes bug #468954.
265
266 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-window.c: (ev_window_load_job_cb):
269
270         Restart the search when reloading a document with the find bar
271         visible. Fixes bug #461962.
272
273 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/ev-window.c: (setup_document_from_metadata),
276         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
277
278         Do not jump to the first page when reloading a document from the
279         last page.
280
281 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/ev-window.c: (update_chrome_flag),
284         (setup_sidebar_from_metadata),
285         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
286         (ev_window_cmd_edit_find_next),
287         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
288         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
289         (find_bar_close_cb), (view_actions_focus_in_cb):
290
291         Do not update visibility when changing a chrome flag so that it's
292         possible to update several flags and update visibility only once
293         for all of them.
294
295 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
298
299         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
300         supported by gtk+. Fixes bug #460907.
301
302 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * shell/ev-view.c: (view_update_range_and_current_page):
305
306         Make sure current-page <= end-page in continuous mode. Fixes bug
307         #454950.
308
309 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * backend/pdf/ev-poppler.cc: (build_tree):
312
313         Ignore outline items without a title. Fixes bug #453913.
314
315 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
318         (ev_view_button_release_event), (ev_view_leave_notify_event):
319
320         Use always drag mouse cursor during a drag operation. Fixes bug
321         #470564.
322
323 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
326         (pdf_selection_get_selection_region),
327         (pdf_selection_get_selection_map):
328
329         Temporarily disable double and triple selections since it depends on
330         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
331         released and the update of the external dependency minimal version
332         approved.
333
334 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
337         (pdf_document_file_exporter_do_page):
338         * libdocument/ev-file-exporter.h:
339         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
340         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
341
342         Actually fix printing regressions. Remove orientation from
343         EvPrintContext since it's redundant.
344
345 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
346
347         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
348         * backend/impress/impress-document.c:
349         (impress_document_document_iface_init):
350         * backend/ps/ps-document.c: (ps_document_document_iface_init):
351         * backend/djvu/djvu-document.c:
352         (djvu_document_document_iface_init),
353         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
354         * backend/tiff/tiff-document.c:
355         (tiff_document_document_iface_init):
356         * backend/pixbuf/pixbuf-document.c:
357         (pixbuf_document_document_iface_init):
358         * backend/comics/comics-document.c:
359         (comics_document_document_iface_init):
360         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
361         (pdf_selection_render_selection),
362         (pdf_selection_get_selected_text),
363         (pdf_selection_get_selection_region),
364         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
365         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
366         (ev_selection_get_selection_region),
367         (ev_selection_get_selection_map):
368         * libdocument/ev-document.[ch]:
369         * shell/ev-pixbuf-cache.[ch]: (add_job),
370         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
371         * shell/ev-view-private.h:
372         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
373         (ev_job_render_run):
374         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
375         * shell/ev-view.c: (start_selection_for_event),
376         (ev_view_button_press_event), (ev_view_drag_data_get),
377         (ev_view_drag_data_received), (ev_view_button_release_event),
378         (compute_new_selection_text), (compute_selections),
379         (ev_view_select_all), (get_selected_text), (ev_view_copy),
380         (ev_view_primary_get_cb):
381
382         Add support for double and triple click selections.
383
384 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
385
386         * NEWS:
387         * configure.ac:
388
389         Update for release 2.19.4
390
391 2007-08-28  Justin Blanchard  <justinb04@aim.com>
392
393         * shell/ev-view-private.h:
394         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
395         (ev_view_set_highlight_search):
396         * shell/ev-view.h:
397         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
398         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
399         (find_bar_visibility_changed_cb):
400         
401         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
402
403 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
406         (pdf_document_file_exporter_begin),
407         (pdf_document_file_exporter_do_page):
408         * shell/ev-jobs.c: (ev_job_print_run):
409         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
410
411         Create always a portrait cairo surface and rotate when needed for
412         landscape. It fixes printing problems in real printers.
413
414 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
417         * libdocument/ev-file-exporter.[ch]:
418         (ev_file_exporter_get_capabilities):
419         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
420         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
421
422         Adjust number of pages per row according to page orientation when
423         printing 2 or 6 pages per sheet.
424
425 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-window.c: (ev_window_print_send):
428
429         Reset also cups setting to 1 when printing multiple pages per
430         sheet. Fixes bug #468853.
431
432 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * libdocument/ev-document-misc.c:
435         (ev_document_misc_surface_rotate_and_scale):
436
437         Use directly cairo_surface_get_content() when creating a similar
438         surface as suggested by Jeff Muizelaar. Thanks again.
439
440 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * backend/djvu/djvu-document.c: (djvu_document_render):
443         * backend/tiff/tiff-document.c: (tiff_document_render):
444         * backend/pdf/ev-poppler.cc: (pdf_document_render):
445         * libdocument/ev-document-misc.c:
446         (ev_document_misc_surface_from_pixbuf),
447         (ev_document_misc_surface_rotate_and_scale):
448
449         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
450         creating page surfaces. Fixes bug #453123. Thank you very much to
451         Jeff Muizelaar <jeff@infidigm.net>.
452
453 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-page-cache.c: (ev_page_cache_new),
456         (ev_page_cache_get_thumbnail_size):
457         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
458         (ev_sidebar_thumbnails_set_loading_icon):
459
460         Also store in page-cache the dimensions of the thumbnails so that
461         they can be used to create the correct loading icon in the side
462         pane. Fixes bug #466857.
463
464 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * backend/pdf/ev-poppler.cc:
467         (pdf_document_thumbnails_get_thumbnail):
468
469         Fix thumbnails rotation in pdf documents that include embedded 
470         thumbnails.
471
472 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
473
474         * backend/pdf/ev-poppler.cc:
475
476         Don't use #ifdef in macro expansion. Some compilers don't
477         like that. Closes bug #467042.
478
479 2007-08-15  Justin Blanchard  <justinb04@aim.com>
480
481         * backend/djvu/djvu-document.c: (djvu_document_finalize):
482         
483         Fixes memory leak in djvu backend.
484
485 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
486
487         * data/icons/32x32/Makefile.am:
488         * data/icons/32x32/actions/Makefile.am:
489         * data/icons/32x32/actions/view-page-cont.svg:
490         * data/icons/32x32/actions/view-page-facing.svg:
491         * data/icons/48x48/Makefile.am:
492         * data/icons/48x48/actions/Makefile.am:
493         * data/icons/48x48/actions/view-page-cont.svg:
494         * data/icons/48x48/actions/view-page-facing.svg:
495         
496         Icons for a new sizes.
497
498 2007-08-14  Justin Blanchard  <justinb04@aim.com>
499
500         * shell/ev-page-cache.c: (build_height_to_page),
501         (ev_page_cache_get_height_to_page):
502         
503         Fixes invalid read, see bug #466401.
504
505 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
508         (set_drag_cursor):
509         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
510         (configure_item_cursor), (new_pixbuf_from_widget):
511
512         Fix multihead problems in toolbar editor. Fixes bug #382055.
513
514 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * shell/ev-window.c: (ev_window_cmd_file_open),
517         (ev_window_cmd_save_as):
518
519         Use g_get_user_special_dir when available instead of
520         xdg_user_dir_lookup.
521
522 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
523
524         * MAINTAINERS:
525         
526         Updated according to request on desktop-devel.
527
528 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
531
532         Do not use cairo_rectangle and cairo_clip since we are
533         not using cairo_fill but cairo_paint. Use the same cairo context
534         for every page in the same expose event.
535
536 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
537
538         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
539         leak.
540
541 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * configure.ac:
544         * NEWS:
545
546         Release 0.9.3
547
548 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * libdocument/ev-document-info.h:
551         * libdocument/ev-document.h:
552         * shell/ev-page-action.h:
553         * shell/ev-sidebar-links.h:
554
555         Fix a headers problem with ev-link
556         
557         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
558         * shell/ev-view-private.h:
559         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
560         (get_link_area), (ev_view_query_tooltip),
561         (ev_view_leave_notify_event), (ev_view_destroy),
562         (ev_view_class_init):
563
564         Use new gtk tooltips when available instead of ev-tooltip.
565         
566 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-window.c: (update_chrome_visibility),
569         (ev_window_sidebar_visibility_changed_cb):
570
571         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
572         
573 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-navigation-action.c:
576         (ev_navigation_action_history_changed),
577         (ev_navigation_action_set_history):
578         * shell/ev-navigation-action-widget.c:
579         (ev_navigation_action_widget_init):
580         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
581
582         Fix compile warnings.
583         
584 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
587         (egg_editable_toolbar_dispose):
588
589         Fix memory leak.
590         
591 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
594         (screensaver_disable_x11):
595         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
596         * shell/ev-window.c: (presentation_set_timeout):
597         * shell/ev-view.c: (ev_view_presentation_transition_start):
598
599         Use g_timeout_add_seconds instead of g_timeout_add when
600         available.
601         
602 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
605
606         Set horizontal scrollbar policy to AUTOMATIC instead of
607         NEVER. Workaround for bug #449462.
608         
609 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-jobs.c: (ev_job_render_page_ready):
612
613         Add page_ready callback to main loop with high priority and hold
614         a reference to job during idle.
615         
616 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * configure.ac:
619         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
620         (pdf_document_file_exporter_begin),
621         (pdf_document_file_exporter_do_page),
622         (pdf_document_file_exporter_get_capabilities):
623         * libdocument/ev-file-exporter.h:
624         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
625         * shell/ev-window.c: (ev_window_print_send),
626         (ev_window_print_dialog_response_cb):
627
628         Allow printing multiple pages per sheet. Fixes bug #395573.
629         
630 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
631
632         * shell/ev-view.c: (tip_from_link):
633         
634         Check for NULL, fixes bug #460862.
635
636 2007-07-29  Christian Persch  <chpe@gnome.org>
637
638         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
639         (ev_window_preview_print_finished), (ev_window_do_preview_print),
640         (ev_window_cmd_preview_print):
641         
642         Fixes bug #437681 - blocks while enumerating printers.
643
644 2007-07-29  Christian Persch  <chpe@gnome.org>
645
646         * shell/ev-window.c: (ev_window_screen_changed):
647         
648         Don't use deprecated gtk+ function. See bug #460909.
649
650 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-utils.c: (get_num_monitors):
653         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
654
655         Do not use display before initializing it. Remove compile
656         warnings.
657
658 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
659
660         * shell/ev-view.c: (ev_view_class_init):
661         
662         Unix-like hjkl bindings added. See bug #458111.
663
664 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
665
666         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
667         * shell/ev-utils.h:
668         * shell/ev-view.c: (ev_view_set_zoom_for_size),
669         (ev_view_update_view_size):
670         * shell/ev-view.h:
671         * shell/ev-window.c: (ev_window_update_actions),
672         (setup_view_from_metadata), (ev_window_screen_changed),
673         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
674         (zoom_control_changed_cb):
675         * shell/ev-window.h:
676         
677         Reorganizes utility functions.
678
679 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
682         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
683         (add_job), (ev_pixbuf_cache_get_surface),
684         (ev_pixbuf_cache_get_link_mapping),
685         (ev_pixbuf_cache_get_image_mapping),
686         (ev_pixbuf_cache_get_form_field_mapping),
687         (ev_pixbuf_cache_get_text_mapping):
688         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
689         (notify_page_ready), (ev_job_render_page_ready),
690         (ev_job_render_run):
691
692         Add page_ready signal to notify that page is ready as soon as
693         possible even if other page elements like links, forms, images or
694         text mapping are not ready yet.
695
696 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
699         (dvi_document_file_exporter_do_page),
700         (dvi_document_file_exporter_get_capabilities),
701         (dvi_document_file_exporter_iface_init):
702         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
703         (ps_document_file_exporter_do_page),
704         (ps_document_file_exporter_get_capabilities),
705         (ps_document_file_exporter_iface_init):
706         * backend/djvu/djvu-document.c:
707         (djvu_document_file_exporter_begin),
708         (djvu_document_file_exporter_end),
709         (djvu_document_file_exporter_get_capabilities),
710         (djvu_document_file_exporter_iface_init):
711         * backend/tiff/tiff-document.c:
712         (tiff_document_file_exporter_begin),
713         (tiff_document_file_exporter_get_capabilities),
714         (tiff_document_document_file_exporter_iface_init):
715         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
716         (pdf_document_file_exporter_do_page),
717         (pdf_document_file_exporter_get_capabilities),
718         (pdf_document_file_exporter_iface_init):
719         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
720         (ev_file_exporter_get_capabilities):
721         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
722         (idle_print_handler), (ev_print_job_print):
723         * shell/ev-jobs.c: (ev_job_print_run):
724         * shell/ev-window.c: (ev_window_print_send),
725         (ev_window_print_range):
726
727         Use capabilities to know which options should be offered by the
728         print dialog depending on the document backend.
729
730 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
733
734         Give priority to forms over text to set the cursor.
735
736 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * shell/ev-view-private.h:
739         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
740         (ev_view_leave_notify_event), (ev_view_finalize),
741         (ev_view_get_property), (ev_view_class_init):
742
743         Use IBEAM cursor for text form fields and NORMAL cursor for read
744         only fields. Remove unused status attribute.
745
746 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
749
750         Update region for current selected items also for checkbox
751         buttons, since they can behave as radio buttons when they are in a
752         set.
753
754 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * configure.ac:
757         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
758
759         Get max length of text form fields.
760
761 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
764         * libdocument/ev-form-field.h:
765         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
766
767         Fix build with current poppler cvs head.
768
769 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * cut-n-paste/zoom-control/ephy-zoom-control.c:
772         * shell/eggfindbar.c: (egg_find_bar_init):
773
774         Fix build with gtk+ >= 2.11.5 due to gtktooltips
775         deprecation. Fixes bug #455667
776
777 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
778
779         * NEWS:
780         * configure.ac:
781         
782         Update for release 0.9.2
783
784 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/ev-view.c: (ev_view_form_field_text_save),
787         (ev_view_form_field_choice_save):
788
789         Fix a crash when closing whith a form widget visible.
790
791 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
794
795         Update also the region of the current selected button when
796         clicking on another button if they are radio buttons.
797
798 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
801         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
802         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
803         (ev_pixbuf_cache_get_link_mapping),
804         (ev_pixbuf_cache_get_image_mapping),
805         (ev_pixbuf_cache_get_form_field_mapping),
806         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
807         * shell/ev-view.c: (ev_view_form_field_get_region),
808         (ev_view_form_field_button_create_widget),
809         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
810         (job_finished_cb):
811
812         Redraw only form field region instead of the whole page when
813         reloading a page to show changes on the form field.
814
815 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-view.c: (ev_view_form_field_choice_save):
818
819         Fix selection of first item in list form fields.
820
821 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
824         (ev_pixbuf_cache_reload_page),
825         (ev_pixbuf_cache_get_form_field_mapping):
826
827         Some refactoring to avoid duplicated code.
828
829 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * configure.ac:
832         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
833         (ev_form_field_from_poppler_field),
834         (pdf_document_forms_get_form_fields),
835         (pdf_document_forms_form_field_text_get_text),
836         (pdf_document_forms_form_field_text_set_text),
837         (pdf_document_forms_form_field_button_set_state),
838         (pdf_document_forms_form_field_button_get_state),
839         (pdf_document_forms_form_field_choice_get_item),
840         (pdf_document_forms_form_field_choice_get_n_items),
841         (pdf_document_forms_form_field_choice_is_item_selected),
842         (pdf_document_forms_form_field_choice_select_item),
843         (pdf_document_forms_form_field_choice_toggle_item),
844         (pdf_document_forms_form_field_choice_unselect_all),
845         (pdf_document_forms_form_field_choice_set_text),
846         (pdf_document_forms_form_field_choice_get_text),
847         (pdf_document_document_forms_iface_init):
848         * libdocument/Makefile.am:
849         * libdocument/ev-form-field.[ch]:
850         * libdocument/ev-document-forms.[ch]:
851         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
852         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
853         (add_job), (ev_pixbuf_cache_reload_page),
854         (ev_pixbuf_cache_get_form_field_mapping):
855         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
856         * shell/ev-view-private.h:
857         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
858         (ev_view_handle_cursor_over_xy),
859         (ev_view_get_form_field_at_location),
860         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
861         (ev_view_form_field_button_create_widget),
862         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
863         (ev_view_form_field_text_create_widget),
864         (ev_view_form_field_choice_save),
865         (ev_view_form_field_choice_changed),
866         (ev_view_form_field_choice_create_widget),
867         (ev_view_handle_form_field), (ev_view_size_allocate),
868         (ev_view_realize), (draw_end_presentation_page),
869         (ev_view_button_press_event), (ev_view_remove_all),
870         (ev_view_motion_notify_event), (ev_view_key_press_event),
871         (ev_view_enter_notify_event), (highlight_find_results),
872         (draw_loading_text), (draw_one_page), (ev_view_destroy),
873         (ev_view_class_init), (page_changed_cb),
874         (on_adjustment_value_changed), (ev_view_set_presentation),
875         (merge_selection_region), (ev_view_set_cursor),
876         (ev_view_reset_presentation_state):
877         
878         Merge evince-forms branch.
879
880 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
881
882         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
883
884         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
885         This script also updates itself from libegg
886
887         * cut-n-paste/toolbar-editor/egg*:
888         Run update-toolbareditor-from-libegg.sh so we are in sync again with
889         libegg
890
891 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
892
893         * shell/ev-window.c:
894         
895         Adds a nice icon to page action during toolbar editing.
896         See bug #452872.
897
898 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
899
900         * data/evince-toolbar.xml:
901         * shell/ev-window.c:
902         
903         Let user add a presentation and fullscreen icons on toolbar.
904         See bug #449734.
905
906 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
907
908         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
909
910         new script to keep in sync with toolbareditor in libegg
911
912         * cut-n-paste/toolbar-editor/*: 
913
914         Run update-toolbareditor-from-libegg so we are in sync again. 
915         Fixes bug #452850.
916         
917
918 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-sidebar-links.c: (job_finished_callback):
921
922         Do not connect selection changed signal more than once. Fixes bug
923         #349433.
924
925 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * shell/ev-window.c: (ev_window_view_sidebar_cb):
928
929         Do not change sidebar chrome flag when pressing F9 key in
930         presentation mode.
931
932 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * backend/pdf/ev-poppler.cc:
935         (pdf_document_thumbnails_get_dimensions):
936
937         Make sure thumbnails width and height is not <= 0. Fixes a crash
938         with some pdf documents which have really small pages.
939
940 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
941
942         * shell/main.c: (main):
943
944         Fixes program description translation issue.
945         Bug #450148.
946
947 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
948
949         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
950
951         Do not change current page when returning from black/white mode
952         in presentation. Fixes bug #415032.
953
954 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
955
956         * NEWS:
957         * configure.ac:
958         
959         Update for release 0.9.1
960
961 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
962
963         * backend/dvi/dvi-document.c:
964         (dvi_document_finalize),
965         (dvi_document_file_exporter_format_supported),
966         (dvi_document_file_exporter_begin),
967         (dvi_document_file_exporter_do_page),
968         (dvi_document_file_exporter_end),
969         (dvi_document_file_exporter_iface_init), (dvi_document_init):
970         
971         PDF exporter for dvi documents. Fixes bug #441319.
972
973 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-window.c: (ev_window_clear_print_job):
976
977         Clear gtk print job when job has finished. Fixes bug #447612.
978
979 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-window.c: (ev_window_print_send),
982         (ev_window_print_dialog_response_cb), (ev_window_print_range):
983
984         Add preview button to print dialog. Fixes bug #445419.
985
986 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * backend/dvi/Makefile.am:
989         * backend/dvi/pixbuf-device.[ch]: Removed
990         * backend/dvi/cairo-device.[ch]: Added
991         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
992         * backend/dvi/dvi-document.c: (dvi_document_load),
993         (dvi_document_render), (dvi_document_finalize),
994         (dvi_document_thumbnails_get_thumbnail), (parse_color),
995         (dvi_document_do_color_special):
996         * libdocument/ev-document-misc.[ch]:
997         (ev_document_misc_pixbuf_from_surface):
998
999         Port dvi backend to cairo and fix a problem with colors. 
1000
1001 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * shell/ev-view.c: (draw_one_page):
1004
1005         Draw only visible region.
1006
1007 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * backend/djvu/djvu-document.c: (djvu_document_render):
1010
1011         Fix rotation in djvu backend.
1012
1013 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1016         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1017         (ev_pixbuf_cache_get_image_mapping),
1018         (ev_pixbuf_cache_get_text_mapping):
1019
1020         Redraw view every time we have a new surface. Fixes bug #443587.
1021
1022 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * libdocument/ev-document.c: (ev_document_info_free):
1025
1026         Fix memory leaks.
1027
1028 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * backend/dvi/dvi-document.c: (dvi_document_render),
1031         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1032         * backend/impress/impress-document.c:
1033         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1034         (impress_document_render), (impress_document_document_iface_init),
1035         (impress_document_thumbnails_get_thumbnail):
1036         * backend/djvu/djvu-document-private.h:
1037         * backend/djvu/djvu-document.c: (djvu_document_render),
1038         (djvu_document_finalize), (djvu_document_document_iface_init),
1039         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1040         * backend/tiff/tiff-document.c: (tiff_document_render),
1041         (tiff_document_render_pixbuf),
1042         (tiff_document_document_iface_init):
1043         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1044         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1045         (pdf_selection_render_selection):
1046         * backend/comics/comics-document.c:
1047         (comics_document_render_pixbuf), (comics_document_render),
1048         (comics_document_document_iface_init):
1049         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1050         (pixbuf_document_document_iface_init):
1051         * libdocument/ev-document-misc.[ch]:
1052         (ev_document_misc_surface_from_pixbuf),
1053         (ev_document_misc_surface_rotate_and_scale):
1054         * libdocument/ev-document.[ch]: (ev_document_render):
1055         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1056         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1057         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1058         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1059         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1060         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1061         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1062         (render_finished_cb), (ev_job_render_run):
1063         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1064         (merge_selection_region):
1065
1066         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1067         and selections.
1068
1069 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window-title.c: (ev_window_title_update):
1072
1073         Fix memory leak.
1074
1075 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-view.c: (draw_loading_text):
1078
1079         Show loading text centered. Fixes bug #433061
1080
1081 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-sidebar-thumbnails.c:
1084         (ev_sidebar_thumbnails_set_loading_icon):
1085
1086         Remove a mutex in the main thread that blocks the UI in heavy
1087         documents.
1088
1089 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1092
1093         Set points_set to TRUE so that selections don't disappear after a
1094         zoom change.
1095
1096 2007-06-07  Michael Monreal  <infernux@web.de>
1097
1098         * data/icons/16x16/actions/Makefile.am:
1099         * data/icons/16x16/actions/zoom.svg:
1100         * data/icons/22x22/actions/Makefile.am:
1101         * data/icons/22x22/actions/zoom.svg:
1102         * data/icons/24x24/actions/Makefile.am:
1103         * shell/ev-stock-icons.c:
1104         * shell/ev-stock-icons.h:
1105         * shell/ev-window.c:
1106         
1107         Zoom icon artwork. See bug #444795.
1108
1109 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1110
1111         * shell/ev-metadata-manager.c: Remove extraneous function
1112         (Closes: #444386)
1113
1114 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1115
1116         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1117         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1118         (ev_metadata_manager_set), (ev_metadata_manager_save):
1119         Simplify the timeout, no need for modified anymore
1120
1121 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1122
1123         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1124         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1125         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1126         (ev_metadata_manager_save): Adapted patch from Arjan van de
1127         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1128         time, saves on power (Closes: #443851)
1129
1130 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * configure.ac:
1133         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1134         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1135
1136         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1137
1138 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * shell/ev-window.c: (ev_window_add_history):
1141
1142         Check if history is NULL
1143
1144 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * libdocument/ev-image.c: (ev_image_finalize):
1147         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1148         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1149         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1150         (ev_tmp_uri_unlink):
1151
1152         Add functions to delete temporary files created by evince in a safe
1153         way.
1154
1155         * shell/ev-window.c: (ev_window_clear_local_uri),
1156         (open_xfer_update_progress_callback),
1157         (save_xfer_update_progress_callback), (ev_window_save_remote),
1158         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1159         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1160         (attachment_save_dialog_response_cb),
1161         (ev_attachment_popup_cmd_save_attachment_as):
1162
1163         Allow saving a copy of a document, image or attachment to a remote
1164         location. Fixes bug #440754. 
1165
1166 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1170
1171         Fix build with current poppler from cvs head. 
1172
1173 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1174
1175         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1176
1177         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1178         directory exists.
1179
1180 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1181
1182         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1183         * shell/ev-window.c:
1184
1185         Change sidebar ordering. Fixes bug #439939.
1186
1187 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1188
1189         * backend/comics/Makefile.am:
1190         
1191         Fixes build with --without-libgnome.
1192
1193 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1194         
1195         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1196
1197         Update cursor and tooltip on page change and view scroll. Fixes bug
1198         #439217.
1199
1200 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1201
1202         * NEWS:
1203         * configure.ac:
1204         
1205         Update for release 0.9.0
1206
1207 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1208
1209         * backend/djvu/djvu-document-private.h:
1210         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1211         (djvu_document_finalize),
1212         (djvu_document_file_exporter_format_supported),
1213         (djvu_document_file_exporter_begin),
1214         (djvu_document_file_exporter_do_page),
1215         (djvu_document_file_exporter_end),
1216         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1217         
1218         Implemented printing with djvu. Bug #437998.
1219
1220 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * backend/impress/zip.c:
1223         Add missing ulong definition.
1224
1225         * backend/ps/ps-interpreter.c:
1226         Add missing headers.
1227
1228         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1229
1230 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1233
1234         Add missing call to parent class dispose method. 
1235
1236 2007-05-12  Ross Burton  <ross@openedhand.com>
1237
1238         * shell/main.c:
1239         Sync keybindings manually when building without libgnome
1240         (#437925).
1241
1242 2007-05-12  Ross Burton  <ross@openedhand.com>
1243
1244         * shell/ev-window.c:
1245         Respect the screen when opening help (#437866).
1246
1247 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * data/evince-ui.xml:
1250         * shell/ev-application.[ch]: (get_print_settings_from_args),
1251         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1252         (ev_application_open_uri_list):
1253         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1254         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1255         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1256         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1257         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1258         (ev_window_dispose):
1259         * shell/main.c: (arguments_parse):
1260
1261         Add print button in preview mode. Fixes bug #396475. 
1262
1263 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1264
1265         * cut-n-paste/zoom-control/ephy-zoom.h:
1266         
1267         Fixes zoom level factors. See bug #408119 for details.
1268
1269 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1270
1271         * backend/comics/comics-document.c: (comics_regex_quote),
1272         (extract_argv):
1273         
1274         Correctly quote symbols. Fixes crash in the bug
1275         #415370.
1276
1277 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1278
1279         * shell/ev-navigation-action-widget.c:
1280         (ev_navigation_action_widget_init),
1281         (ev_navigation_action_widget_class_init),
1282         (ev_navigation_action_widget_button_press_event):
1283         
1284         Connect to button-press event on correct widget. Fixes
1285         bug #431988
1286
1287 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * shell/ev-application.c: (ev_application_open_window),
1290         (ev_application_add_icon_path_for_screen),
1291         (ev_application_open_uri_at_dest):
1292         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1293         * shell/ev-navigation-action.c: (build_menu):
1294         
1295         Add app-specific icons to our icon theme. Fixes bug
1296         #425508.
1297
1298 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1299
1300         * shell/ev-history.c: (ev_history_class_init),
1301         (ev_history_add_link):
1302         * shell/ev-history.h:
1303         * shell/ev-navigation-action.c:
1304         (ev_navigation_action_history_changed),
1305         (ev_navigation_action_set_history), (build_menu),
1306         (ev_navigation_action_finalize):
1307         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1308         
1309         Make navigation action unsensitive instead of showing
1310         menu with unsensitive word. Fixes bug #417392.
1311
1312 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-application.[ch]: (ev_application_shutdown),
1315         (ev_application_get_print_settings),
1316         (ev_application_set_print_settings):
1317         * shell/ev-window.c:
1318
1319         Remember print settings. Fixes bug #349102. 
1320
1321 2007-05-08  Christian Persch  <chpe@gnome.org>
1322
1323         * configure.ac:
1324         * properties/ev-properties-view.c:
1325
1326         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1327         Bug #382438.
1328
1329 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * configure.ac:
1332         * properties/ev-properties-view.c: (ev_regular_paper_size):
1333
1334         Use gtk+ builtin paper list to identify the document's paper size.
1335         Fixes bug #382438. 
1336
1337 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * configure.ac:
1340
1341         Fix build when compiling with thumbnailer and libgnome support. 
1342
1343 2007-05-04  Ross Burton  <ross@openedhand.com>
1344
1345         * configure.ac:
1346         Add --without-libgnome, check for libgnome and libgnomeui
1347         separately, and add them to the symbols as required.
1348
1349         * libdocument/ev-file-helpers.c:
1350         When building without libgnome, use g_get_user_config_dir instead
1351         of gnome_user_dir_get.
1352
1353         * shell/ev-application.c:
1354         When building without libgnome, don't use session management.
1355
1356         * shell/main.c:
1357         When building without libgnome, don't use GnomeProgram or
1358         initialise the authentication manager.
1359
1360         This fixes #328842.
1361
1362 2007-05-04  Ross Burton  <ross@openedhand.com>
1363
1364         * shell/ev-window.c:
1365         Don't use libgnome to open help, instead call Yelp directly.
1366
1367 2007-05-04  Ross Burton  <ross@openedhand.com>
1368
1369         * shell/ev-sidebar-attachments.c:
1370         Don't use libgnome to lookup icons for MIME types, instead copy
1371         code from GTK+ to do it manually.
1372
1373 2007-05-04  Ross Burton  <ross@openedhand.com>
1374
1375         * configure.ac:
1376         Add libxml to the dependencies for SHELL_CORE (#435818).
1377
1378 2007-05-02  Ross Burton  <ross@openedhand.com>
1379
1380         * configure.ac:
1381         * Makefile.am:
1382         Add --disable-thumbnailer (#434825)
1383
1384 2007-05-02  Ross Burton  <ross@openedhand.com>
1385
1386         * shell/ev-window.c:
1387         Add missing includes, fix indentation.
1388
1389         * shell/main.c:
1390         Fix indentation.
1391
1392 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1393
1394         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1395         ev_application_open_uri_at_dest instead of ev_application_open_uri
1396         preventing new document always being opened in a new window even if there
1397         is an empty window.
1398
1399 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1400
1401         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1402         (egg_recent_view_uimanager_finalize):
1403         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1404         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1405         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1406         (ev_pixbuf_cache_dispose):
1407         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1408         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1409         
1410         Add missing chain to parent class methods. Fixes
1411         bug #433128.
1412
1413 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1414
1415         * data/Makefile.am (update-icon-cache): Updates
1416         gtk-update-icon-cache in uninstall-hook.
1417
1418 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-window.c: (ev_window_setup_document),
1421         (ev_window_set_document), (ev_window_load_job_cb):
1422         * shell/ev-view.c: (setup_caches):
1423         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1424
1425         Start rendering pages before any other jobs. 
1426
1427 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-window.c: (ev_window_stop_fullscreen),
1430         (ev_window_stop_presentation):
1431
1432         Update chrome visibility before window unfullscreen. 
1433
1434 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * data/Makefile.am:
1437         * data/evince-ui.xml:
1438         * shell/ev-stock-icons.[ch]:
1439         * shell/ev-application.[ch]: (ev_application_shutdown),
1440         (ev_application_init), (ev_application_get_toolbars_model):
1441         * shell/ev-window.c: (update_chrome_visibility),
1442         (fullscreen_toolbar_setup_item_properties),
1443         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1444         (ev_window_run_presentation), (ev_window_stop_presentation),
1445         (ev_window_run_preview), (ev_window_screen_changed),
1446         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1447         (ev_window_dispose), (ev_window_init):
1448
1449         Make fullscreen toolbar always visible. Do not use egg toolbars for
1450         fullscreen and preview modes since such toolbars are not editables.
1451         Fixes bugs #300278, #338910 and #316188.  
1452
1453 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1454
1455         * shell/ev-application.c:
1456         * shell/ev-job-queue.c:
1457         * shell/ev-metadata-manager.c:
1458         * shell/ev-stock-icons.c:
1459         * shell/ev-window.c:
1460         * shell/main.c:
1461         
1462         Developers documentation updated.
1463
1464 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1467
1468         Check whether uri is valid before launching it. Fixes bug #427664.
1469
1470 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-window.c:
1473
1474         Change key accelerator for Open a Copy menu entry which is in conflict
1475         with Close. Fixes bug #427321.
1476
1477 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1478
1479         * NEWS:
1480         * configure.ac:
1481         
1482         Update for release 0.8.1
1483
1484 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1485
1486         * shell/ev-window.c: (setup_size_from_metadata):
1487         
1488         Do not make window bigger than screen. Fixes bug 
1489         #388985.
1490
1491 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1494         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1495
1496         Use default resolution when it's not provided by document. Fixes bug
1497         #408762.
1498
1499 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502         * thumbnailer/Makefile.am:
1503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1504         * thumbnailer/evince-thumbnailer.schemas.in:
1505         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1506
1507         Add support for ps, eps and compressed documents thumbnails. Do not
1508         ignore size parameter. 
1509
1510 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1511
1512         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1513         (dvi_document_do_color_special):
1514         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1515
1516         Implement font color specials in the DVI backend. Fixes bug #303651.
1517
1518 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1519
1520         Fixup the previous commit:
1521
1522         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1523         * shell/xdg-user-dir-lookup.c: Make the function non-static
1524         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1525
1526 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1527
1528         * shell/ev-window.c (file_open_dialog_response_cb): Use
1529         the xdg-user-dirs DOCUMENTS folder as default folder when
1530         opening a file chooser.  (#424858)
1531
1532         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1533         xdg-user-dirs.
1534
1535 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * shell/ev-window.c: (ev_window_load_job_cb):
1538
1539         Do not setup view from metadata on preview mode. 
1540
1541 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/main.c:
1544
1545         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1546
1547 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * shell/ev-view.c: (ev_view_primary_get_cb):
1550
1551         Check pointer != NULL before using it. Fixes bug #416841. 
1552
1553 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1554
1555         * NEWS:
1556         * configure.ac:
1557         
1558         Release 0.8.0
1559
1560 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1563
1564         Do not render thumbnails when sidebar thumbnail page is not visible
1565         at startup. Fixes bug #416447. 
1566
1567 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1568
1569         * data/evince.desktop.in.in:
1570
1571         "Application" is not a valid category in the freedesktop specification.
1572
1573 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * libdocument/ev-file-helpers.[ch]: (compression_run),
1576         (ev_file_uncompress), (ev_file_compress):
1577         * shell/ev-window.c: (file_save_dialog_response_cb):
1578
1579         Save document compressed when saving a copy of a compressed document.
1580         Fixes bug #334542.
1581
1582 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1585
1586         Allow deleting in goto window entry in presentation mode. 
1587
1588 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1589
1590         * Makefile.am: Dist MAINTAINERS.
1591
1592 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * shell/ev-window.c: (ev_window_update_actions):
1595
1596         Fix zoom shortcut keys when searching. Fixes bug #409828.
1597
1598 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-window.c: (ev_window_setup_document):
1601
1602         Fix crash when loading documents with only one page. 
1603
1604 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * backend/dvi/dvi-document.c:
1607         (dvi_document_thumbnails_get_dimensions),
1608         (dvi_document_thumbnails_get_thumbnail):
1609         * backend/impress/impress-document.c:
1610         (impress_document_thumbnails_get_thumbnail),
1611         (impress_document_thumbnails_get_dimensions):
1612         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1613         (ps_document_thumbnails_get_dimensions):
1614         * backend/djvu/djvu-document.c:
1615         (djvu_document_thumbnails_get_dimensions),
1616         (djvu_document_thumbnails_get_thumbnail):
1617         * backend/tiff/tiff-document.c:
1618         (tiff_document_thumbnails_get_thumbnail),
1619         (tiff_document_thumbnails_get_dimensions):
1620         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1621         (pdf_document_thumbnails_get_thumbnail),
1622         (pdf_document_thumbnails_get_dimensions):
1623         * backend/comics/comics-document.c:
1624         (comics_document_thumbnails_get_thumbnail),
1625         (comics_document_thumbnails_get_dimensions):
1626         * backend/pixbuf/pixbuf-document.c:
1627         (pixbuf_document_thumbnails_get_thumbnail),
1628         (pixbuf_document_thumbnails_get_dimensions):
1629         * libdocument/ev-document-thumbnails.[ch]:
1630         (ev_document_thumbnails_get_thumbnail),
1631         (ev_document_thumbnails_get_dimensions):
1632         * libdocument/ev-document-misc.[ch]:
1633         (ev_document_misc_get_thumbnail_frame):
1634         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1635         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1636         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1637         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1638         (ev_sidebar_thumbnails_refresh):
1639         * shell/ev-window.c: (ev_window_setup_document):
1640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1641
1642         Use an EvRenderContext for rendering thumbnails instead of a suggested
1643         width, so that different sized pages get sized proportionally.
1644
1645 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-view.c: (ev_view_button_press_event),
1648         (ev_view_key_press_event):
1649
1650         Fix critical warnings when there is no document loaded. 
1651
1652 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * shell/ev-page-action-widget.c:
1655         * shell/ev-navigation-action.c:
1656         * shell/ev-window.c:
1657
1658         Fix compile warnings. 
1659
1660 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * backend/djvu/djvu-text.h:
1663         * backend/djvu/djvu-document.c:
1664         * backend/djvu/djvu-text-page.c:
1665         * backend/djvu/djvu-links.c:
1666         * backend/djvu/djvu-text-page.h:
1667         * backend/djvu/djvu-text.c:
1668         
1669         Fix build on Mac. Fixes bug #392186. Patch by
1670         <ephraim_owns@hotmail.com>
1671
1672 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1675
1676         Restore cairo context before rendering every page when printing a PDF
1677         document into a PDF file. 
1678
1679 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * backend/ps/gstypes.h:
1682         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1683         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1684         (ps_document_thumbnails_get_thumbnail):
1685
1686         Handle PostScript page orientation. Fixes bug #318568.
1687
1688 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * backend/ps/Makefile.am:
1691         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1692         (document_load), (ps_document_load), (save_document),
1693         (save_page_list), (ps_document_get_n_pages),
1694         (ps_document_get_page_size), (ps_document_get_info),
1695         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1696         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1697         (ps_document_thumbnails_get_thumbnail),
1698         (ps_document_thumbnails_get_dimensions),
1699         (ps_document_document_thumbnails_iface_init):
1700         * backend/ps/ps.[ch]: (psgetpagebox):
1701         * backend/ps/ps-interpreter.[ch]:
1702
1703         Add support for thumbnails in ps backend. Fixes bug #164755. 
1704
1705 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1706
1707         * NEWS:
1708         * configure.ac:
1709         
1710         Release 0.7.2
1711
1712 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1715         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1716         (ev_window_dispose):
1717
1718         Use document thumbnail as window icon. Fixes bug #384442.
1719
1720 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1721
1722         * configure.ac:
1723
1724         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1725         duplicated adding application/x-bzpostscript instead. 
1726
1727 2007-02-11  Tom Parker  <palfrey@tevp.net>
1728
1729         * backend/ps/ps-document.c: (document_load):
1730
1731         Check return value of psscan before trying
1732         to use it. Fixes bug #372414.
1733
1734 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1737
1738         Fix invalid free in ev-page-cache. Fixes bug #404745.
1739
1740 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1741
1742         * test/Makefile.am:
1743         * test/test3.py:
1744         
1745         Added reload test case.
1746
1747 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * po/POTFILES.in:
1750         * backend/djvu/djvu-document.c: (djvu_document_load):
1751
1752         Check whether there are missing files in indirect multipage djvu
1753         documents. Fixes bug #361683. 
1754
1755 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1756
1757         * test/Makefile.am:
1758         * test/test-mime.bin:
1759         * test/test3.py:
1760         
1761         Added test for slow mime type
1762
1763 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1766
1767         Add some checks and call parent_class->finalize. Fixes bug #404745.
1768
1769 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1770
1771         * shell/ev-navigation-action.c: (connect_proxy):
1772         
1773         Fixes dropdown history menu. Thanks a lot Carlos!
1774
1775 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1778
1779         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1780         bug #373715.
1781
1782 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * backend/ps/ps.c: (psscan):
1785
1786         Fix memory leak. 
1787
1788 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * libdocument/ev-file-helpers.c: 
1792
1793         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1794
1795 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * configure.ac:
1798         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1799         (ps_interpreter_start), (document_load), (save_document),
1800         (save_page_list):
1801         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1802         * libdocument/ev-document-factory.c:
1803         (ev_document_factory_get_from_mime), (get_document_from_uri),
1804         (free_uncompressed_uri), (ev_document_factory_get_document):
1805         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1806
1807         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1808
1809 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * libdocument/ev-document.h:
1812
1813         Fix typo in function name. 
1814
1815 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/ps/ps-document.c: (ps_interpreter_finished),
1818         (ps_interpreter_start), (ps_interpreter_failed):
1819
1820         Handle ghostscript interpreter crashes. 
1821
1822 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * shell/ev-window.c: (ev_window_open_uri),
1825         (window_configure_event_cb):
1826
1827         Setup window size and position before showing it. Fixes bug #401711.
1828
1829 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * backend/ps/Makefile.am:
1832         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1833         (ps_document_dispose), (ps_document_class_init),
1834         (ps_interpreter_input), (ps_interpreter_output),
1835         (ps_interpreter_error), (setup_interpreter_env),
1836         (ps_interpreter_start), (ps_interpreter_stop),
1837         (ps_interpreter_failed), (ps_interpreter_is_ready),
1838         (check_filecompressed), (document_load), (ps_document_load),
1839         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1840         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1841         (render_page):
1842
1843         Rework ps-document. Code cleanups, remove deprecated code. 
1844
1845 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-view.c: (ev_view_button_press_event):
1848
1849         Do not start an image drag and drop operation when pointer is on 
1850         text, so that we can select text when the whole background is an
1851         image. 
1852
1853 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-window.c: (ev_window_update_actions): 
1856
1857         Disable all zoom related actions during presentation mode. 
1858
1859 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1860
1861         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1862
1863         Do not zoom in or out on presentation mode. Fixes bug #401305.
1864
1865 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1866
1867         * shell/ev-navigation-action.c: (connect_proxy),
1868         (create_menu_item), (ev_navigation_action_class_init):
1869         
1870         Correctly show menu and fix crash when navigaton 
1871         action is out of toolbar visible area.
1872
1873 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * data/Makefile.am:
1876         * data/evince.1:
1877         
1878         Added man file
1879
1880 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1881
1882         * help/reference/* :
1883         * configure.ac:
1884         
1885         Added gtk-doc based documentation for Evince.
1886         Still in initial state but I hope it will
1887         grow.
1888         
1889         * configure.ac:
1890         
1891         Lower dbus requirement to 0.70
1892
1893 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_add_history):
1896
1897         Fix memory leak. 
1898
1899 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1900
1901         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1902         * shell/ev-view.h:
1903         * shell/ev-window.c: (ev_window_add_history):
1904         
1905         Correctly handle named destination links
1906
1907 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1908
1909         * NOTES:
1910         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1911         * backend/pdf/ev-poppler.cc:
1912         * libdocument/ev-document-links.h:
1913         * libdocument/ev-link.c: (ev_link_get_page):
1914         * libdocument/ev-link.h:
1915         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1916         (ev_history_add_link):
1917         * shell/ev-history.h:
1918         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1919         (new_history_menu_item), (build_menu):
1920         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1921         * shell/ev-sidebar-links.c: (create_loading_model),
1922         (print_section_cb), (ev_sidebar_links_construct),
1923         (fill_page_labels), (update_page_callback_foreach),
1924         (update_page_callback), (job_finished_callback):
1925         * shell/ev-view.c: (ev_view_handle_link):
1926         * shell/ev-window.c: (ev_window_find_chapter),
1927         (ev_window_add_history), (view_handle_link_cb),
1928         (history_changed_cb):
1929         
1930         Implements another history variant
1931
1932 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * shell/ev-window.c: (view_external_link_cb):
1935         * shell/ev-view.c: (ev_view_button_release_event):
1936
1937         Open links in new window when clicking with middle button. 
1938
1939 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1940
1941         * shell/ev-navigation-action.c: (new_history_menu_item):
1942         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1943         * shell/ev-view.c: (ev_view_handle_link):
1944         * shell/ev-window.c:
1945         
1946         Store link before jump, not the destination. For me it 
1947         seems like more natural history behavior.
1948
1949 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1950
1951         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1952         (ev_navigation_action_class_init):
1953         * shell/ev-navigation-action.h:
1954         * shell/ev-page-action.c: (activate_cb):
1955         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1956         (ev_page_cache_set_current_page_history):
1957         * shell/ev-page-cache.h:
1958         * shell/ev-sidebar-thumbnails.c:
1959         (ev_sidebar_tree_selection_changed),
1960         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1961         * shell/ev-view-private.h:
1962         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1963         * shell/ev-view.h:
1964         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1965         (ev_window_setup_document), (ev_window_load_job_cb):
1966         * shell/ev-window.h:
1967         
1968         History finally works as expected.
1969
1970 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1973
1974         Do not update links treeview if it doesn't have a model assigned yet. 
1975
1976 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1979         (ev_sidebar_links_class_init), (update_page_callback):
1980
1981         Do not update links treeview when sidepane is not visible. 
1982
1983 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1984
1985         * shell/ev-marshal.list:
1986         * shell/ev-page-action.c: (activate_cb),
1987         (ev_page_action_class_init):
1988         * shell/ev-page-action.h:
1989         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1990         * shell/ev-window.c:
1991         
1992         Remove activate_link signal, not required.
1993
1994 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * shell/ev-navigation-action.c: (build_menu):
1997         
1998         Reorder menu items and build menu with fixed length.
1999
2000 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2001
2002         * shell/ev-view.c: (get_selected_text):
2003         
2004         Normalize text to fix ligatures problem. See bug
2005         #341947 for details.
2006
2007 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2010
2011         Fix memory leak in ev-page-cache. 
2012
2013 2007-01-25  Tom Parker <palfrey@tevp.net>
2014
2015         * backend/impress/impress-document.c: (impress_document_load),
2016         (impress_document_finalize), (impress_document_init):
2017         * properties/ev-properties-main.c: (ev_properties_get_pages):
2018         
2019         Correctly handle impress document errors. Fixes nautilus
2020         crash in property page #370491.
2021
2022 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2025         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2026         (ev_job_queue_remove_job):
2027         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2028         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2029         (ev_job_load_run):
2030         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2031         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2032         (ev_window_load_job_cb), (xfer_update_progress_callback),
2033         (ev_window_open_uri), (ev_window_dispose):
2034         * shell/main.c: (main):
2035
2036         Do file transfer asynchronously in the main thread instead of
2037         synchronously in the load thread. Fixes bugs #399694, #398307 and
2038         #343542.
2039
2040 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-jobs.c: (ev_job_xfer_run):
2043
2044         Load the document with the font-config lock held. 
2045
2046 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * backend/ps/ps-document.c: (start_interpreter):
2049
2050         Fix memory leaks in ps backend. 
2051
2052 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * backend/impress/impress-document.c:
2055         (impress_document_render_pixbuf):
2056
2057         Do not acquire fontconfig lock in impress backend, since it is using
2058         the main loop for rendering. 
2059
2060 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * po/POTFILES.in: 
2063
2064         Remove mdvi files that shouldn't be translated. 
2065
2066 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * shell/ev-view-private.h:
2069         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2070         (ev_view_set_zoom):
2071
2072         Render "loading..." text into a cairo surface instead of directly into
2073         the window so that fontconfig lock is only needed once and UI is not
2074         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2075
2076 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2079         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2080
2081         Use icon theme associated with the window screen rather than default. 
2082
2083 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2084
2085         * configure.ac:
2086
2087         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2088
2089 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2090
2091         * data/icons/*/apps/evince.*:
2092
2093         Move Evince icons under new apps directory.
2094
2095         * data/icons/*/actions/*:
2096
2097         Add new custom themeable Evince icons: view-page-continuous, 
2098         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2099         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2100
2101         * configure.ac:
2102
2103         Add new directories to AC_CONFIG_FILES.
2104
2105         * shell/ev-stock-icons.c:
2106         * shell/ev-stock-icons.h:
2107
2108         Use new custom themeable icons.
2109
2110 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2113
2114         Do not draw white background page in presentation mode. 
2115
2116 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2117
2118         * shell/ev-view.c: Remove unused gnome-vfs include.
2119
2120 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2121
2122         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2123         
2124         Format string is corrected, fixes bug #397129.
2125
2126 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * shell/ev-window.c: (ev_window_setup_recent):
2129
2130         Do not include in recent menu inexistent documents. Fixes
2131         bug #339171.
2132
2133 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * po/POTFILES.skip: 
2136
2137         Update POTFILES.skip file according to current source tree. 
2138
2139 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * shell/ev-window.c: (file_save_dialog_response_cb):
2142
2143         Do Save a copy in atomic way. Fixes bug #328266. 
2144
2145 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2148
2149         Keep selected cell always visible in index treeview.
2150
2151 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2152         
2153         * shell/ev-view.c: (ev_view_size_allocate):
2154
2155         Restore horizontal scrollbar after switching to/from fullscreen
2156         or presentation mode. Fixes bug #331728.
2157
2158 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * shell/ev-view-private.h:
2161         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2162         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2163         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2164         (ev_view_can_zoom_out):
2165
2166         Use max and min scale values in the view iby taking dpi into account. 
2167
2168 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * configure.ac:
2171         * NEWS:
2172
2173         Release 0.7.1
2174
2175 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * shell/ev-window.c: (ev_window_print_send):
2178
2179         Send print job to printer with some settings set to default values,
2180         since we have already exported to a file according to such settings
2181         and they could be taken twice by some printers. 
2182
2183 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-jobs.c: (ev_job_xfer_run):
2186         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2187
2188         Show main window and load document with the font-config lock held. 
2189
2190 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193         * shell/ev-application.c: (ev_application_register_service):
2194         * shell/main.c: (load_files_remote):
2195
2196         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2197
2198 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2199
2200         * doc/debugging.txt:
2201         
2202         Remove obsolete documentation.
2203
2204 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2205
2206         * Makefile.am:
2207         * backend/Makefile.am:
2208         * backend/comics/Makefile.am:
2209         * backend/djvu/Makefile.am:
2210         * backend/dvi/Makefile.am:
2211         * backend/ev-async-renderer.c:
2212         * backend/ev-async-renderer.h:
2213         * backend/ev-attachment.c:
2214         * backend/ev-attachment.h:
2215         * backend/ev-backend-marshal.c:
2216         * backend/ev-document-factory.c:
2217         * backend/ev-document-factory.h:
2218         * backend/ev-document-find.c:
2219         * backend/ev-document-find.h:
2220         * backend/ev-document-fonts.c:
2221         * backend/ev-document-fonts.h:
2222         * backend/ev-document-images.c:
2223         * backend/ev-document-images.h:
2224         * backend/ev-document-info.h:
2225         * backend/ev-document-links.c:
2226         * backend/ev-document-links.h:
2227         * backend/ev-document-misc.c:
2228         * backend/ev-document-misc.h:
2229         * backend/ev-document-security.c:
2230         * backend/ev-document-security.h:
2231         * backend/ev-document-thumbnails.c:
2232         * backend/ev-document-thumbnails.h:
2233         * backend/ev-document-transition.c:
2234         * backend/ev-document-transition.h:
2235         * backend/ev-document.c:
2236         * backend/ev-document.h:
2237         * backend/ev-file-exporter.c:
2238         * backend/ev-file-exporter.h:
2239         * backend/ev-image.c:
2240         * backend/ev-image.h:
2241         * backend/ev-link-action.c:
2242         * backend/ev-link-action.h:
2243         * backend/ev-link-dest.c:
2244         * backend/ev-link-dest.h:
2245         * backend/ev-link.c:
2246         * backend/ev-link.h:
2247         * backend/ev-render-context.c:
2248         * backend/ev-render-context.h:
2249         * backend/ev-selection.c:
2250         * backend/ev-selection.h:
2251         * backend/impress/Makefile.am:
2252         * backend/pdf/Makefile.am:
2253         * backend/pixbuf/Makefile.am:
2254         * backend/ps/Makefile.am:
2255         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2256         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2257         (start_interpreter), (stop_interpreter), (document_load),
2258         (ps_document_next_page), (render_page):
2259         * backend/tiff/Makefile.am:
2260         * comics/Makefile.am:
2261         * comics/comics-document.c:
2262         * comics/comics-document.h:
2263         * configure.ac:
2264         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2265         * djvu/Makefile.am:
2266         * djvu/djvu-document-private.h:
2267         * djvu/djvu-document.c:
2268         * djvu/djvu-document.h:
2269         * djvu/djvu-links.c:
2270         * djvu/djvu-links.h:
2271         * djvu/djvu-text-page.c:
2272         * djvu/djvu-text-page.h:
2273         * djvu/djvu-text.c:
2274         * djvu/djvu-text.h:
2275         * dvi/Makefile.am:
2276         * dvi/dvi-document.c:
2277         * dvi/dvi-document.h:
2278         * dvi/fonts.c:
2279         * dvi/fonts.h:
2280         * dvi/mdvi-lib/Makefile.am:
2281         * dvi/mdvi-lib/afmparse.c:
2282         * dvi/mdvi-lib/afmparse.h:
2283         * dvi/mdvi-lib/bitmap.c:
2284         * dvi/mdvi-lib/bitmap.h:
2285         * dvi/mdvi-lib/color.c:
2286         * dvi/mdvi-lib/color.h:
2287         * dvi/mdvi-lib/common.c:
2288         * dvi/mdvi-lib/common.h:
2289         * dvi/mdvi-lib/defaults.h:
2290         * dvi/mdvi-lib/dvimisc.c:
2291         * dvi/mdvi-lib/dviopcodes.h:
2292         * dvi/mdvi-lib/dviread.c:
2293         * dvi/mdvi-lib/files.c:
2294         * dvi/mdvi-lib/font.c:
2295         * dvi/mdvi-lib/fontmap.c:
2296         * dvi/mdvi-lib/fontmap.h:
2297         * dvi/mdvi-lib/fontsrch.c:
2298         * dvi/mdvi-lib/gf.c:
2299         * dvi/mdvi-lib/hash.c:
2300         * dvi/mdvi-lib/hash.h:
2301         * dvi/mdvi-lib/list.c:
2302         * dvi/mdvi-lib/mdvi.h:
2303         * dvi/mdvi-lib/pagesel.c:
2304         * dvi/mdvi-lib/paper.c:
2305         * dvi/mdvi-lib/paper.h:
2306         * dvi/mdvi-lib/pk.c:
2307         * dvi/mdvi-lib/private.h:
2308         * dvi/mdvi-lib/setup.c:
2309         * dvi/mdvi-lib/sp-epsf.c:
2310         * dvi/mdvi-lib/special.c:
2311         * dvi/mdvi-lib/sysdeps.h:
2312         * dvi/mdvi-lib/t1.c:
2313         * dvi/mdvi-lib/tfm.c:
2314         * dvi/mdvi-lib/tfmfile.c:
2315         * dvi/mdvi-lib/tt.c:
2316         * dvi/mdvi-lib/util.c:
2317         * dvi/mdvi-lib/vf.c:
2318         * dvi/pixbuf-device.c:
2319         * dvi/pixbuf-device.h:
2320         * impress/Makefile.am:
2321         * impress/common.h:
2322         * impress/document.c:
2323         * impress/f_oasis.c:
2324         * impress/f_oo13.c:
2325         * impress/iksemel.c:
2326         * impress/iksemel.h:
2327         * impress/imposter.h:
2328         * impress/impress-document.c:
2329         * impress/impress-document.h:
2330         * impress/internal.h:
2331         * impress/r_back.c:
2332         * impress/r_draw.c:
2333         * impress/r_geometry.c:
2334         * impress/r_gradient.c:
2335         * impress/r_style.c:
2336         * impress/r_text.c:
2337         * impress/render.c:
2338         * impress/render.h:
2339         * impress/zip.c:
2340         * impress/zip.h:
2341         * lib/Makefile.am:
2342         * lib/ev-debug.c:
2343         * lib/ev-debug.h:
2344         * lib/ev-file-helpers.c:
2345         * lib/ev-file-helpers.h:
2346         * lib/ev-gui.c:
2347         * lib/ev-gui.h:
2348         * lib/ev-tooltip.c:
2349         * lib/ev-tooltip.h:
2350         * libdocument/Makefile.am:
2351         * libdocument/ev-file-helpers.c:
2352         * pdf/Makefile.am:
2353         * pdf/ev-poppler.cc:
2354         * pdf/ev-poppler.h:
2355         * pixbuf/Makefile.am:
2356         * pixbuf/pixbuf-document.c:
2357         * pixbuf/pixbuf-document.h:
2358         * properties/Makefile.am:
2359         * ps/Makefile.am:
2360         * ps/gsdefaults.c:
2361         * ps/gsdefaults.h:
2362         * ps/gsio.c:
2363         * ps/gsio.h:
2364         * ps/gstypes.h:
2365         * ps/ps-document.c:
2366         * ps/ps-document.h:
2367         * ps/ps.c:
2368         * ps/ps.h:
2369         * shell/Makefile.am:
2370         * shell/ev-application.h:
2371         * shell/ev-sidebar-links.c:
2372         * shell/ev-sidebar-links.h:
2373         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2374         (ev_gui_menu_position_tree_selection):
2375         * shell/ev-utils.h:
2376         * shell/ev-view.c: (ev_view_finalize):
2377         * shell/ev-window.c:
2378         * shell/main.c: (main):
2379         * thumbnailer/Makefile.am:
2380         * tiff/Makefile.am:
2381         * tiff/tiff-document.c:
2382         * tiff/tiff-document.h:
2383         * tiff/tiff2ps.c:
2384         * tiff/tiff2ps.h:
2385         
2386         Reorganize source tree.
2387
2388 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/ev-document-factory.c:
2391
2392         Do not include ev-poppler.h when pdf is disabled. 
2393
2394 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * configure.ac:
2397         * data/evince-ui.xml:
2398         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2399         (pdf_document_document_images_iface_init):
2400         * backend/Makefile.am:
2401         * backend/ev-document-images.[ch]:
2402         * backend/ev-image.[ch]:
2403         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2404         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2405         (ev_job_xfer_run):
2406         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2407         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2408         (ev_pixbuf_cache_get_image_mapping):
2409         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2410         (view_menu_popup_cb), (ev_window_dispose),
2411         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2412         (ev_view_popup_cmd_copy_image):
2413         * shell/ev-view-private.h:
2414         * shell/ev-view.c: (ev_view_get_image_at_location),
2415         (ev_view_do_popup_menu), (ev_view_popup_menu),
2416         (ev_view_button_press_event), (ev_view_drag_data_get),
2417         (ev_view_drag_motion), (ev_view_drag_data_received),
2418         (ev_view_motion_notify_event), (ev_view_button_release_event),
2419         (ev_view_finalize), (ev_view_class_init):
2420
2421         Add image handling support. Fixes bugs #310008 and #325047. Images
2422         selection is not supported yet. 
2423
2424 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2427         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2428         (ev_view_init):
2429
2430         Move view drag and drop stuff to ev-view.
2431
2432 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2435         * shell/ev-view.c: (clear_selection): 
2436
2437         Clear selection also in pixbuf cache.
2438
2439 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2440
2441         * data/evince.desktop.in.in:
2442         
2443         Change icon name in desktop file. See bug #390734
2444         for details.
2445
2446 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2447
2448         * thumbnailer/Makefile.am:
2449
2450         Use top_builddir instead top_srcdir for generated schema
2451         file installation. Fixes bug #390161.
2452
2453 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * configure.ac:
2456         * backend/Makefile.am:
2457         * backend/ev-document-transition.[ch]:
2458         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2459         (pdf_document_page_transition_iface_init):
2460         * shell/ev-view-private.h:
2461         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2462         (ev_view_set_presentation), (transition_next_page),
2463         (ev_view_presentation_transition_stop),
2464         (ev_view_presentation_transition_start), (ev_view_next_page):
2465
2466         Add page transition support in presentation mode. At the moment only
2467         page duration is supported, but not transition effects. Fixes bug
2468         #309815.
2469
2470 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2473
2474         Run find_link_dest with document lock held, since it's called by links
2475         thread and main thread at the same time. 
2476
2477 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-view.c: (goto_dest):
2480
2481         Update page-cache when page is changed by the view, so that
2482         page-changed signal is emitted. 
2483
2484 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * test/test1.py:
2487         * test/test2.py:
2488
2489         Use C locale in tests. 
2490
2491 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * shell/ev-window.c: (ev_window_run_presentation):
2494         * shell/ev-view-private.h:
2495         * shell/ev-view.c: (ev_view_set_presentation):
2496
2497         Restore zoom settings when back from presentation mode. 
2498
2499 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2500
2501         * shell/ev-window.c: (ev_window_run_presentation):
2502
2503         Always use "best fit" zoom in presentation mode.
2504         Fixes bug #389195.
2505
2506 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2507
2508         * shell/ev-view.c: (ev_view_goto_window_create):
2509
2510         Show "Jump to page" label in the page jumping popup in
2511         presentation mode instead of just a GtkEntry.
2512
2513 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * shell/ev-window.c: (launch_external_uri):
2516
2517         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2518         #378085.
2519
2520 2006-12-22  Elijah Newren  <newren gmail com>
2521
2522         * configure.ac: explicitly check for libxml2.  Fixes #388795
2523
2524 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-view-private.h:
2527         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2528         (ev_view_goto_window_delete_event), (key_is_numeric),
2529         (ev_view_goto_window_key_press_event),
2530         (ev_view_goto_window_button_press_event),
2531         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2532         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2533         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2534
2535         Allow jumping to another page by typing a page number in presentation
2536         mode. It uses a popup window with an entry. Fixes bug #353625.
2537
2538 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2539
2540         * configure.ac:
2541         * properties/ev-properties-view.c: (ev_get_default_user_units),
2542         (ev_regular_paper_size):
2543         
2544         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2545         to Damien Carbery <damien.carbery@sun.com> and
2546         Yevgen Muntyan <muntyan@tamu.edu>.
2547
2548 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2549
2550         * shell/ev-window.c: (setup_document_from_metadata):
2551
2552         Make sure Evince doesn't restore the view on the last
2553         page when a document is reopened. Fixes bug #383381.
2554
2555 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2556
2557         * shell/ev-view.c: (draw_loading_text):
2558
2559         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2560
2561 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * configure.ac:
2564         * NEWS:
2565
2566         Release 0.7.0
2567
2568 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * configure.ac:
2571         * pdf/ev-poppler.cc: (pdf_print_context_free),
2572         (pdf_document_file_exporter_begin),
2573         (pdf_document_file_exporter_do_page):
2574
2575         Make cairo-pdf depedency optional. 
2576
2577 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2580
2581         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2582
2583 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2586         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2587         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2588         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2589         * shell/ev-view.c: (draw_loading_text):
2590         * shell/ev-window.c: (ev_window_cmd_file_properties):
2591
2592         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2593         related to using FontConfig from different threads.
2594         
2595 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-view.c: (draw_loading_text):
2598
2599         Acquire lock document when drawing "Loading..." text so that only one
2600         thread will use FontConfig at the same time. Fixes bug #374750.
2601
2602 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-page-action.[ch]: (activate_cb):
2605         * shell/ev-window.c: (activate_label_cb):
2606
2607         Check if text inserted in page entry is a valid page number when it
2608         doesn't match to any document page label. Fixes bug #383165.
2609
2610 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2611         * shell/ev-window.c:
2612
2613         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2614         available with GTK < 2.10. Added an ifdef to avoid compilation
2615         error.
2616
2617 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * configure.ac:
2620         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2621
2622         Fix ps backend in multihead systems.
2623
2624 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2627         * shell/ev-window.c: (ev_window_get_screen_dpi),
2628         (ev_window_update_actions), (setup_view_from_metadata),
2629         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2630
2631         Take screen DPI into account when zooming. Fixes bug #318285.
2632
2633 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2634
2635         * data/Makefile.am:
2636
2637         Cleaned up/slightly refactored Makefile.am. Added GConf
2638         schemas uninstallation as well.
2639
2640 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2641
2642         * Makefile.am:
2643         * test/Makefile.am:
2644
2645         Fight with autotools to fix make check. Make distcheck
2646         works fine as well now!
2647
2648 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2649
2650         * shell/ev-view.c: (draw_end_presentation_page):
2651
2652         Corrected "end of presentation" string.
2653
2654 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2655
2656         * shell/ev-view.c: (ev_view_key_press_event):
2657
2658         Correctly propagate key press event so that up/down keys
2659         work as expected (correct behaviour was broken by
2660         black/white screen key bindings for presentations).
2661
2662 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2665         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2666         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2667         (pdf_selection_get_selection_region),
2668         (pdf_selection_get_selection_map):
2669
2670         Add "static" to some private functions. 
2671
2672 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2673
2674         * lib/ev-tooltip.h:
2675         * properties/ev-properties-view.h:
2676         * shell/ev-jobs.h:
2677         * shell/ev-properties-dialog.h:
2678         * shell/ev-properties-fonts.h:
2679         * shell/ev-sidebar-links.h:
2680         * shell/ev-sidebar-thumbnails.h:
2681         * shell/ev-sidebar.h:
2682         * shell/ev-window.h:
2683         
2684         Fixes CHACK type in class casts. See bug #385343
2685         for details.
2686
2687 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-view-private.h:
2690         * shell/ev-view.c: (draw_end_presentation_page),
2691         (ev_view_expose_event), (ev_view_key_press_event),
2692         (ev_view_class_init), (ev_view_init):
2693
2694         Blank screen in presentation mode when pressing 'b' (filling with
2695         black) or 'w' (filling with white) keys. Fixes bug #358132.
2696
2697 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2698
2699         * data/evince-toolbar.xml:
2700         * shell/ev-window.c:
2701         
2702         Use stock icon for Select All action. Fixes
2703         bug #382652.
2704
2705 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2706
2707         * shell/ev-view.c: (get_doc_point_from_offset),
2708         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2709
2710         Add links support in rotated documents. Fixes bug #343733.
2711
2712 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-view-private.h:
2715         * shell/ev-view.c: (draw_end_presentation_page),
2716         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2717
2718         Show a blank page after the last page in presentation mode with a
2719         message indicating that presentation has finished and how to exit. 
2720
2721 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * shell/ev-window.c: (fullscreen_timeout_cb):
2724
2725         Hide cursor after a while in presentation mode. 
2726
2727 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2728
2729         * backend/ev-document-info.h:
2730         * data/evince-properties.glade:
2731         * pdf/ev-poppler.cc:
2732         * properties/ev-properties-view.c: (ev_regular_paper_size),
2733         (ev_properties_view_set_info):
2734         * ps/ps-document.c: (ps_document_get_info):
2735
2736         Adds a paper size field to the properties dialog. Fixes
2737         bug #307315. Patch by Kasper Svendsen (with some i18n
2738         changes done by me).
2739
2740 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2741
2742         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2743         (screensaver_init_dbus), (totem_scrsaver_new),
2744         (totem_scrsaver_init):
2745         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2746         * shell/ev-application.c: (ev_application_register_service),
2747         (ev_application_screensaver_enable),
2748         (ev_application_screensaver_disable):
2749         * shell/ev-application.h:
2750         * shell/ev-window.c: (ev_window_run_presentation),
2751         (ev_window_stop_presentation), (build_comments_string),
2752         (ev_window_init):
2753         
2754         Move screensaver handling to application. No more
2755         message on startup.
2756
2757 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * configure.ac:
2760         * backend/Makefile.am:
2761         * backend/ev-file-exporter.[ch]:
2762         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2763         * ps/ps-document.c: (ps_document_file_exporter_*):
2764         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2765         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2766         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2767         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2768
2769         Allow printing to PDF when suppoted by the backend.
2770         
2771 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * shell/ev-window.c: (build_comments_string):
2774
2775         Use always "Document Viewer" in about dialog. 
2776
2777 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * djvu/djvu-document.c: (djvu_document_get_page_size):
2780
2781         Display a warning message when get_pageinfo fails. 
2782
2783 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2784
2785         * Makefile.am:
2786         * backend/Makefile.am:
2787         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2788         * configure.ac:
2789         * shell/ev-window.c: (build_comments_string):
2790         
2791         Make pdf compilation optional. See bug #38007.
2792
2793 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * ps/ps.c: (get_next_text):
2796
2797         Fix CVE-2006-5864.
2798
2799 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2802         * shell/ev-navigation-action.c: (connect_proxy),
2803         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2804         
2805         Do not call g_type_class_peek_parent twice.
2806
2807 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2808
2809         * configure.ac:
2810         * data/icons/24x24/.cvsignore:
2811         * data/icons/24x24/Makefile.am:
2812         * data/icons/24x24/evince.png:
2813         * data/icons/Makefile.am:
2814         
2815         Add 24x24 icon. Thanks to 
2816         Michael Monreal <infernux@web.de>.
2817
2818 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2819
2820         * configure.ac: Fix typo in configure.ac. Thanks
2821         to dmacks@netspace.org for notification.
2822
2823 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2824
2825         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2826         
2827         Drop dbus include, fixes compilation with older dbus.
2828
2829 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2830
2831         * configure.ac:
2832         * cut-n-paste/Makefile.am:
2833         * cut-n-paste/totem-screensaver/.cvsignore
2834         * cut-n-paste/totem-screensaver/Makefile.am:
2835         * cut-n-paste/totem-screensaver/README:
2836         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2837         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2838         * shell/Makefile.am:
2839         * shell/ev-window.c: (ev_window_run_presentation),
2840         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2841         (ev_window_init):
2842
2843         Implemented screensaver enabling/disabling for
2844         presentation mode (not fullscreen mode). Code stolen
2845         from Totem (with some minor tweaks). Fixes bug #338889.
2846
2847 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2848
2849         * configure.ac:
2850
2851         Bump gnome-icon-theme requirements. We use the rotation
2852         icons that appeared recently.
2853
2854 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2855
2856         * shell/ev-history.c: (ev_history_add_page):
2857         * shell/ev-history.h:
2858         * shell/ev-window.c: (page_changed_cb):
2859         
2860         Use page labels instead of numbers.
2861
2862 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2863
2864         * data/evince-toolbar.xml:
2865         * po/POTFILES.in:
2866         * shell/Makefile.am:
2867         * shell/ev-navigation-action-widget.c:
2868         (ev_navigation_action_widget_init),
2869         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2870         (menu_detacher), (ev_navigation_action_widget_set_menu),
2871         (menu_position_func), (popup_menu_under_arrow),
2872         (ev_navigation_action_widget_toggled),
2873         (ev_navigation_action_widget_button_press_event):
2874         * shell/ev-navigation-action-widget.h:
2875         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2876         (ev_navigation_action_set_window), (activate_menu_item_cb),
2877         (new_history_menu_item), (new_empty_history_menu_item),
2878         (build_menu), (menu_activated_cb), (connect_proxy),
2879         (create_tool_item), (ev_navigation_action_init),
2880         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2881         * shell/ev-navigation-action.h:
2882         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2883         (ev_page_action_widget_set_page_cache),
2884         (ev_page_action_widget_finalize),
2885         (ev_page_action_widget_class_init), (match_selected_cb),
2886         (display_completion_text), (match_completion), (build_new_tree_cb),
2887         (get_filter_model_from_model),
2888         (ev_page_action_widget_update_model):
2889         * shell/ev-page-action-widget.h:
2890         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2891         (connect_proxy):
2892         * shell/ev-page-action.h:
2893         * shell/ev-stock-icons.c:
2894         * shell/ev-stock-icons.h:
2895         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2896         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2897         (register_custom_actions):
2898         * shell/main.c:
2899         
2900         Preliminary history implementation
2901
2902 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2903
2904         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2905         (dvi_document_class_init), (dvi_document_init_params):
2906         * dvi/mdvi-lib/font.c: (font_reference):
2907         
2908         Add reference to subfont. Fixes bug #374277.
2909
2910 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2913         (ev_window_cmd_file_open_copy_at_dest):
2914
2915         Fix a race condition when creating symlink. Increase the counter
2916         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2917         Mathias Hasselmann).
2918
2919 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/Makefile.am:
2922         * backend/ev-attachment.c: (ev_attachment_open):
2923         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2924         (ev_tmp_dir), (ev_tmp_filename):
2925         * shell/ev-sidebar-attachments.c:
2926         (ev_sidebar_attachments_drag_data_get):
2927         * shell/ev-window.c: (ev_window_clear_temp_file):
2928
2929         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2930         in ensure_dir_exists. Abort without crashing when we can't create
2931         user's directory.
2932
2933 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * data/evince-ui.xml:
2936         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2937         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2938         (ev_window_cmd_file_open_copy_at_dest),
2939         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2940         (ev_view_popup_cmd_open_link_new_window):
2941
2942         Allow opening a copy of the current document in a new window. Fixes bug
2943         #357472
2944
2945 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * data/evince-toolbar.xml:
2948         
2949         Add rotate right and rotate left to available items for toolbar.
2950         
2951         * data/evince-ui.xml:
2952         * shell/ev-window.c: (ev_window_init):
2953         
2954         Customize toolbar with right click. Fixes bug #372451.
2955
2956 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2957
2958         * shell/ev-window.c: 
2959         
2960         Use "object-rotate-{left,right}" stock icons. Fixes 
2961         bug #373863.
2962
2963 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2966         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2967         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2968         (ev_window_open_uri):
2969         * shell/main.c: (arguments_parse):
2970
2971         Remove temp file created when evince is used by GTK+ in
2972         preview mode. Fixes bug #365282. 
2973
2974 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2977         
2978         Fixes bug #372474 - Side pane disabled when entering 
2979         and leaving fullscreen mode.
2980
2981 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2984         * data/Makefile.am:
2985         * data/evince-preview-toolbar.xml:
2986         * data/evince-toolbar.xml:
2987         * shell/ev-application.c: (ev_application_shutdown),
2988         (ev_application_init), (ev_application_get_toolbars_model):
2989         * shell/ev-application.h:
2990         * shell/ev-window.c: (update_chrome_visibility),
2991         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2992         (ev_window_cmd_edit_toolbar), (ev_window_init):
2993         
2994         Fixes bug #364364 - toolbar editor shows zoom actions again.
2995
2996 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2999
3000         Do not take margins into consideration for paper size when printing.
3001         Really fixes bug #350491.
3002
3003 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * data/evince-ui.xml:
3006         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3007         (ev_window_cmd_file_print_setup),
3008         (ev_window_print_dialog_response_cb),
3009         (ev_window_setup_action_sensitivity):
3010
3011         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3012
3013 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * shell/ev-window.c: (ev_window_print_range):
3016
3017         Revert my previuos commit, since printing to PDF is not supported by
3018         evince yet. 
3019
3020 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-window.c: (ev_window_print_range):
3023
3024         Enable print to a PDF. Fixes bug #332121.
3025
3026 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * shell/ev-application-service.xml:
3029         * shell/ev-application.[ch]: (ev_application_open_window),
3030         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3031         (ev_application_open_uri), (ev_application_open_uri_list):
3032         * shell/ev-window.c: (file_open_dialog_response_cb),
3033         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3034         (drag_data_received_cb), (open_remote_link):
3035         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3036
3037         Add support for multiscreen systems. Fixes bug #316206.
3038
3039 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-jobs.[ch]: (ev_job_print_new),
3042         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3043         (ev_job_print_do_page):
3044         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3045
3046         Allow printing only odd/even pages. Fixes bug #367289.
3047
3048 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3049
3050         * test/test1.py:
3051         * test/test2.py:
3052
3053         Re-add locale settings to test files.
3054
3055 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3056
3057         * data/evince-ui.xml:
3058         * shell/ev-window.c: (set_action_properties):
3059         
3060         Removed garbage from code and ui.
3061
3062 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3063
3064         * shell/ev-window.c: (ev_window_cmd_help_about):
3065
3066         Shamelessly add my name to the list of contributors.
3067
3068 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3069
3070         * test/test1.py:
3071         * test/test2.py:
3072
3073         Cleaned up the dogtail scripts.
3074
3075 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3076
3077         * shell/ev-view.c: (draw_loading_text): Don't render
3078         "loading..." text in presentation mode. Temporary
3079         workaround for bug #320352.
3080
3081 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3084         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3085
3086         Use print settings scale, copies, collate and reverse which were
3087         ignored. Fixes bug #359032.
3088
3089 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * configure.ac:
3092         * data/evince-password.glade:
3093         * test/Makefile.am:
3094         * test/test-encrypt.pdf:
3095         * test/test-links.pdf:
3096         * test/test1.py:
3097         * test/test2.py:
3098
3099         Add automated UI tests for evince with dogtail. See
3100         bug #300948.    
3101
3102 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3105
3106         Hide fullscreen toolbar when switching to another desktop workspace.
3107         Fixes bug #338871
3108
3109 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-window-title.c: 
3112         
3113         Test for .dvi in title of pdf documents.
3114
3115 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3116
3117         * shell/ev-view.c: (ev_view_scroll):
3118
3119         Page Up/Down should do page jumps in "Best fit" mode.
3120         If a user has explicitly chosen to view exactly one page
3121         at a time, scrolling just a part of the page when
3122         pressing Page Up/Down is not right. Fixes bug #323107.
3123
3124 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * NEWS:
3127         * configure.ac:
3128         
3129         Update for 0.6.1
3130
3131 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3132
3133         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3134         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3135         
3136         Correctly disconnect from job signals on destroy.
3137
3138 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * shell/ev-view-private.h:
3141         * shell/ev-view.c: (view_set_adjustment_values),
3142         (view_update_range_and_current_page),
3143         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3144         
3145         Fixes bug #343199, current page now follows find page.
3146
3147 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3148
3149         * backend/ev-document-factory.c:
3150         * configure.ac:
3151         Assigned OpenDocument presenation MIME type to the
3152         Impress backend. Added some missing (but harmless)
3153         #ifdefs in the document factory as well to make things
3154         consistent again. Fixes bug #360658.
3155
3156 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3157
3158         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3159         * backend/ev-document-find.c: (ev_document_find_get_type):
3160         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3161         * backend/ev-document-links.c: (ev_document_links_get_type):
3162         * backend/ev-document-security.c: (ev_document_security_get_type):
3163         * backend/ev-document-thumbnails.c:
3164         (ev_document_thumbnails_get_type):
3165         * backend/ev-document.c: (ev_document_get_type):
3166         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3167         * backend/ev-selection.c: (ev_selection_get_type):
3168         * cut-n-paste/recent-files/egg-recent-model.c:
3169         (egg_recent_model_get_type):
3170         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3171         (egg_recent_view_uimanager_get_type):
3172         * cut-n-paste/recent-files/egg-recent-view.c:
3173         (egg_recent_view_get_type):
3174         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3175         (egg_editable_toolbar_get_type):
3176         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3177         (egg_toolbar_editor_get_type):
3178         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3179         (egg_toolbars_model_get_type):
3180         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3181         (egg_tree_multi_drag_source_get_type):
3182         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3183         (ephy_zoom_action_get_type):
3184         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3185         (ephy_zoom_control_get_type):
3186         * impress/r_back.c: (_imp_fill_back):
3187         * properties/ev-properties-main.c:
3188         (ev_properties_plugin_register_type):
3189         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3190         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3191         (ev_view_accessible_factory_get_type):
3192
3193         Reduce relocations. Bug #360616.
3194
3195 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * backend/ev-document-factory.c:
3198         (ev_document_factory_get_document):
3199         
3200         Load document even if extension is wrong.
3201
3202 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3203
3204         * shell/ev-metadata-manager.c: (save_values):
3205         * shell/ev-window.c: (setup_size_from_metadata),
3206         (setup_view_from_metadata), (ev_window_setup_document),
3207         (ev_window_xfer_job_cb), (window_configure_event_cb):
3208         
3209         Set size according to the document size/page size ratio.
3210         That should correct rather wierd behaviour of the previous
3211         commit.
3212
3213 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3214
3215         * shell/ev-window.c: (setup_view_from_metadata):
3216         
3217         Set size for new windows from previous window size.
3218         See bugs #354968 and #168450 for details. Thanks
3219         to Meik Hellmund.
3220
3221 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * djvu/djvu-links.c: (build_tree):
3224
3225         Fix memory leak.
3226
3227 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3230         
3231         Don't make sidebar close button insensitive. Fixes
3232         bug #357871.
3233
3234 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3237         (ev_window_set_view_accels_sensitivity):
3238         
3239         Don't enable Slash on documents which don't support
3240         find. Fixes bug #358648.
3241
3242 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3243
3244         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3245         open dialog fall back to the current document uri if the
3246         filechooser hasn't been used before. Fixes bug #356980.
3247
3248 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3249
3250         * shell/ev-window.c: (ev_window_setup_recent), 
3251         (ev_window_get_recent_file_label):
3252
3253         Escape underscores in filenames of recent file items.
3254
3255 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * configure.ac:
3258         
3259         Bumped poppler requirements, really 0.5.3 is very 
3260         buggy, now we require 0.5.4.
3261
3262 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3263
3264         * djvu/Makefile.am:
3265         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3266         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3267         (djvu_document_document_links_iface_init):
3268         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3269         (number_from_string_10), (get_djvu_link_dest),
3270         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3271         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3272         (djvu_links_get_links), (djvu_links_find_link_dest),
3273         (djvu_links_get_links_model):
3274         * djvu/djvu-links.h:
3275         
3276         Add support for links and bookmarks in djvu documents. Thanks
3277         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3278         patch.
3279
3280 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3283         
3284         Reopen should reload document. Fixes 
3285         bug 327951.
3286
3287 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * configure.ac:
3290         * data/Makefile.am:
3291         * data/evince-16.png:
3292         * data/evince-22.png:
3293         * data/evince.png:
3294         * data/evince.svg:
3295         * data/icons/16x16/Makefile.am:
3296         * data/icons/16x16/evince.png:
3297         * data/icons/22x22/Makefile.am:
3298         * data/icons/22x22/evince.png:
3299         * data/icons/48x48/Makefile.am:
3300         * data/icons/48x48/evince.png:
3301         * data/icons/Makefile.am:
3302         * data/icons/scalable/Makefile.am:
3303         * data/icons/scalable/evince.svg:
3304         
3305         Install icons with correct names. Fixes
3306         bug #354429.
3307
3308 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/ev-view.c: (ev_view_button_release_event):
3311
3312         Don't open links with middle mouse button. Fixes bug #353649
3313
3314 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * NEWS:
3317         * configure.ac:
3318         
3319         Update for release 0.6.0
3320
3321 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3322
3323         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3324         Implement Close named action. Patch by Carlos Garcia Campos.
3325
3326 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3327
3328         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3329         
3330         Don't clear link mapping on copy_job_to_job_info. Fixes
3331         bug 346168.
3332
3333 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/main.c: (main):
3336
3337         Revert my previous commit, gnome_program_init owns the option context.
3338         Fix another memory leak in main. Both caught by Christian Persch. 
3339
3340 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * shell/main.c: (main):
3343
3344         Fix memory leak.
3345
3346 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3349
3350         Fix crash when opening a pdf with password protection. 
3351
3352 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * pdf/ev-poppler.cc: (pdf_document_search_free):
3355
3356         Fix memory leak. 
3357
3358 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * backend/ev-document-factory.c:
3361         (ev_document_factory_get_document):
3362         * tiff/tiff-document.c: (tiff_document_finalize):
3363         
3364         More correct handling of document loading. Fixes
3365         bug #349043.
3366
3367 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * backend/ev-attachment.c: (ev_attachment_save):
3370
3371         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3372         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3373
3374 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3375         
3376         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3377         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3378
3379 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-sidebar-thumbnails.c:
3382
3383         Do not render thumbnails unless thumbnails page is active in the
3384         sidebar.
3385
3386 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3387
3388         * shell/ev-properties-dialog.c:
3389
3390         Fix dialogue spacing. Bug #351370.
3391
3392 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3393
3394         * configure.ac:
3395
3396         Use lowercase gettext catalog file names (evince.mo
3397         instead of Evince.mo)
3398
3399 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-sidebar-attachments.c:
3402
3403         GtkIconTheme is now screen safe too. Fixes bug #350878
3404
3405 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-window.c:
3408
3409         GtkRecent manager is now screen safe. Fixes bug #350145
3410
3411 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3412
3413         * shell/ev-sidebar.c: (ev_sidebar_init):
3414         
3415         Make sidebar close icon smaller. Fix for bug 350177.
3416         See also bugs 350176 and 165770.
3417
3418 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3421
3422         Ignore zoom for xyz destinations when it's <= 1, keeping user
3423         preferences instead. Set correct sizing-mode for fith and fitv
3424         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3425
3426 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3427
3428         * NEWS:
3429         * configure.ac:
3430         
3431         Update for release 0.5.5
3432
3433 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3434         
3435         * shell/ev-window.c: (ev_window_cmd_escape)
3436
3437         Escape unfocus page entry. Fixes bug #345809.
3438
3439 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3442         (build_tree), (pdf_document_links_get_links),
3443         (pdf_document_links_find_link_dest):
3444         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3445         (goto_xyz_dest):
3446
3447         Convert from PDF style coordinates to X style coordinates in the
3448         backend rather than in the view. Fixes bug #338440
3449
3450 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3451
3452         * shell/ev-window.c:
3453         
3454         Remove Ctrl+Shift+T shortcut for toolbars. See
3455         the bug #350098.
3456
3457 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * configure.ac:
3460
3461         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3462         of this. 
3463
3464 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * configure.ac:
3467         * cut-n-paste/Makefile.am:
3468         * data/evince-ui.xml:
3469         * shell/Makefile.am:
3470         * shell/ev-application.[ch]:
3471         * shell/ev-window.c:
3472
3473         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3474         #349273
3475
3476 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3477
3478         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3479         findbar code: s/help/search/
3480
3481 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3482
3483         * shell/ev-window.c: (setup_document_from_metadata),
3484         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3485         (setup_view_from_metadata):
3486         
3487         Fix memory leaks.
3488
3489 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3490
3491         * autogen.sh, configure.ac: 
3492         
3493         Update automake usage. See bug 349292.
3494
3495 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * shell/eggfindbar.c: (egg_find_bar_class_init),
3498         (entry_activate_callback), (egg_find_bar_init),
3499         (egg_find_bar_set_status_text):
3500         * shell/eggfindbar.h:
3501         
3502         Unify Evince findbar with Epiphany. Nice patch
3503         from Fabricio Silva <silva@crans.org> and
3504         Frederic Peters <fpeters@entrouvert.com>. See
3505         bug #339966 for details.
3506
3507 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * data/evince.desktop.in.in:
3510         
3511         Correct information for bugzilla. Thanks to
3512         Olaf Vitters, see bug #348855.
3513
3514 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-jobs.[ch]:
3517         * shell/ev-sidebar-links.c:
3518         * shell/ev-window.[ch]:
3519
3520         GtkPrintJob doesn't support print ranges or current page, so we export
3521         to a ps file now when printing ranges or current page.
3522
3523 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * pdf/ev-poppler.cc:
3526         * shell/ev-window.c: (do_action_named):
3527
3528         We should be more clear about bugzilla. See the
3529         poppler bug #7623.
3530
3531 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3532
3533         * configure.ac:
3534         * shell/Makefile.am:
3535         * shell/ev-job-queue.c:
3536         * shell/ev-jobs.[ch]:
3537         * shell/ev-sidebar-links.c:
3538         * shell/ev-window.[ch]:
3539         
3540         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3541         #348422
3542
3543 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3546         * shell/ev-application-service.xml:
3547         * shell/ev-application.[ch]:
3548         * shell/ev-jobs.[ch]:
3549         * shell/ev-window.[ch]: (ev_window_run_preview):
3550         * shell/main.c: 
3551
3552         Add preview mode to use evince as a printing previewer. It also adds
3553         other command line options for fullscreen and presentation modes.
3554         Fixes bugs #347822, #317031
3555
3556 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * NEWS:
3559         * configure.ac:
3560         
3561         Update for release 0.5.4
3562
3563 2006-07-11  Bastien Nocera <hadess@hadess.net>
3564
3565         * Makefile.am:
3566         * backend/Makefile.am:
3567         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3568         * backend/ev-document-factory.h:
3569         * configure.ac:
3570         * impress/.cvsignore:
3571         * impress/Makefile.am:
3572         * impress/common.h:
3573         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3574         (imp_get_page), (imp_next_page), (imp_prev_page),
3575         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3576         * impress/f_oasis.c: (render_object), (render_page),
3577         (get_geometry), (_imp_oasis_load):
3578         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3579         (_imp_oo13_load):
3580         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3581         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3582         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3583         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3584         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3585         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3586         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3587         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3588         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3589         (iks_new_within), (iks_insert), (iks_insert_cdata),
3590         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3591         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3592         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3593         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3594         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3595         (iks_cdata), (iks_cdata_size), (iks_has_children),
3596         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3597         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3598         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3599         (iks_tree), (iks_load), (iks_save):
3600         * impress/iksemel.h:
3601         * impress/imposter.h:
3602         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3603         (imp_render_draw_bezier_real), (imp_render_get_size),
3604         (imp_render_set_fg_color), (imp_render_draw_line),
3605         (imp_render_draw_rect), (imp_render_draw_polygon),
3606         (imp_render_draw_arc), (imp_render_draw_bezier),
3607         (imp_render_open_image), (imp_render_get_image_size),
3608         (imp_render_scale_image), (imp_render_draw_image),
3609         (imp_render_close_image), (imp_render_markup),
3610         (imp_render_get_text_size), (imp_render_draw_text),
3611         (impress_document_load), (impress_document_save),
3612         (impress_document_get_n_pages), (impress_document_get_page_size),
3613         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3614         (impress_document_finalize), (impress_document_class_init),
3615         (impress_document_can_get_text), (impress_document_get_info),
3616         (impress_document_document_iface_init),
3617         (impress_document_thumbnails_get_thumbnail),
3618         (impress_document_thumbnails_get_dimensions),
3619         (impress_document_document_thumbnails_iface_init),
3620         (impress_document_init):
3621         * impress/impress-document.h:
3622         * impress/internal.h:
3623         * impress/r_back.c: (_imp_fill_back):
3624         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3625         (_imp_draw_image), (_imp_tile_image):
3626         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3627         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3628         (r_polyline):
3629         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3630         (r_draw_gradient_complex), (r_draw_gradient):
3631         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3632         (r_get_bullet):
3633         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3634         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3635         (r_text):
3636         * impress/render.c: (imp_create_context), (imp_context_set_page),
3637         (imp_context_set_step), (imp_render), (imp_delete_context):
3638         * impress/render.h:
3639         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3640         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3641         (zip_load_xml), (zip_get_size), (zip_load):
3642         * impress/zip.h:
3643         * shell/ev-utils.c:
3644         
3645         New backend to support impress slides. Fixes bug #30867.
3646
3647 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3648
3649         * shell/ev-utils.c: (using_postscript_printer):
3650         
3651         Fixes crash when print using PAPI backend,
3652         bug #345012.
3653
3654 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3655
3656         * shell/ev-jobs.c: (ev_job_xfer_run):
3657         * shell/ev-window.c: (password_dialog_response),
3658         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3659         (ev_window_dispose):
3660         Fixes bug #344160: if the xfer job doesn't complete
3661         because a password is required, reload the existing
3662         instance instead of creating a new one.
3663
3664 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * shell/main.c: (main): Call gdk_threads_init. Thus
3667         we'll avoid errors in auth dialog. Fix for the bug
3668         #343347.
3669
3670 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3671
3672         * configure.ac: Advertise pixbuf support, fix
3673         for the bug 343317.
3674
3675 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3678         (ev_sidebar_thumbnails_set_document):
3679         
3680         Update sidebar thumbnails after reloading.
3681
3682 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3685         * shell/ev-jobs.h:
3686         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3687         (ev_window_cmd_view_reload), (ev_window_init):
3688         
3689         Don't crash on reload. Fix for the bug #343167.
3690
3691 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * shell/ev-jobs.c: (ev_job_render_run):
3694         
3695         Check for document links.
3696
3697 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3698
3699         * backend/ev-attachment.c: (ev_attachment_save),
3700         (ev_attachment_launch_app), (ev_attachment_open):
3701         * backend/ev-document-factory.c: (get_document_from_uri):
3702         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3703         (egg_recent_view_uimanager_set_list):
3704         * ps/ps-document.c: (check_filecompressed), (document_load),
3705         (ps_document_load):
3706         * shell/ev-metadata-manager.c: (load_values):
3707         * shell/ev-password.c: (ev_password_dialog_set_property):
3708         * shell/ev-view.c: (tip_from_link):
3709         * shell/ev-window.c: (file_save_dialog_response_cb),
3710         (ev_window_print_dialog_response_cb):
3711         
3712         Use consistent quoting style. Fix for the bug #320285.
3713
3714 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * shell/ev-jobs.c: (ev_job_xfer_run):
3717         * shell/main.c: (load_files):
3718                 
3719         Open links with anchors. Fix for the bug #339836.
3720
3721 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3724         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3725         (ev_link_dest_set_property), (ev_link_dest_finalize),
3726         (ev_link_dest_class_init), (ev_link_dest_new_named),
3727         (ev_link_dest_new_page_label):
3728         * backend/ev-link-dest.h:
3729         * shell/ev-application.c: (ev_application_open_uri):
3730         * shell/ev-view.c: (goto_dest):
3731         * shell/ev-window.c:
3732         * shell/ev-window.h:
3733         
3734         Fix page-label command line option. Bug #342070.
3735
3736 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3737
3738         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3739         
3740         Don't show highlight rects if page can't be showed. Fix for 
3741         the bug #342076
3742
3743 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3744
3745         * shell/ev-window.c: (setup_sidebar_from_metadata),
3746         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3747         
3748         Setup sidebar from metadata even if there is no document
3749         loaded. Fix for the bug #342807.
3750
3751 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3752
3753         * cut-n-paste/toolbar-editor/Makefile.am:
3754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3755         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3756         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3757         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3758         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3759         (popup_context_menu_cb), (button_press_event_cb),
3760         (configure_item_sensitivity), (configure_item_cursor),
3761         (configure_item_tooltip), (connect_widget_signals),
3762         (action_sensitive_cb), (create_item_from_action),
3763         (create_item_from_position), (toolbar_drag_data_received_cb),
3764         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3765         (toolbar_drag_leave_cb), (configure_drag_dest),
3766         (toggled_visibility_cb), (toolbar_visibility_refresh),
3767         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3768         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3769         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3770         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3771         (egg_editable_toolbar_dispose),
3772         (egg_editable_toolbar_set_ui_manager),
3773         (egg_editable_toolbar_get_selected),
3774         (egg_editable_toolbar_set_selected), (set_edit_mode),
3775         (egg_editable_toolbar_set_property),
3776         (egg_editable_toolbar_get_property),
3777         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3778         (egg_editable_toolbar_new_with_model),
3779         (egg_editable_toolbar_get_edit_mode),
3780         (egg_editable_toolbar_set_edit_mode),
3781         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3782         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3783         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3784         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3785         (item_added_or_removed_cb), (toolbar_removed_cb),
3786         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3787         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3788         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3789         (editor_create_item_from_name), (append_table),
3790         (update_editor_sheet), (egg_toolbar_editor_init):
3791         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3792         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3793         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3794         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3795         (toolbar_node_free), (egg_toolbars_model_get_flags),
3796         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3797         (egg_toolbars_model_get_name), (impl_add_item),
3798         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3799         (parse_data_list), (parse_item_list), (parse_toolbars),
3800         (egg_toolbars_model_load_toolbars), (parse_available_list),
3801         (parse_names), (egg_toolbars_model_load_names),
3802         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3803         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3804         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3805         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3806         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3807         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3808         (egg_toolbars_model_set_types), (fill_avail_array),
3809         (egg_toolbars_model_get_name_avail),
3810         (egg_toolbars_model_get_name_flags),
3811         (egg_toolbars_model_set_name_flags):
3812         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3813         * cut-n-paste/toolbar-editor/eggintl.h:
3814         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3815         (egg_tree_multi_drag_source_get_type),
3816         (egg_tree_multi_drag_source_row_draggable),
3817         (egg_tree_multi_drag_source_drag_data_delete),
3818         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3819         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3820         (path_list_free), (set_context_data), (get_context_data),
3821         (get_info), (egg_tree_multi_drag_drag_data_get),
3822         (egg_tree_multi_drag_motion_event),
3823         (egg_tree_multi_drag_button_press_event),
3824         (egg_tree_multi_drag_add_drag_support):
3825         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3826         * shell/ev-application.c: (ev_application_init),
3827         (ev_application_save_toolbars_model):
3828         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3829         (ev_window_cmd_edit_toolbar), (ev_window_init):
3830         
3831         Sync toolbareditor with epiphany and libegg
3832
3833 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * configure.ac: 
3836
3837         Depend on poppler 0.5.2
3838
3839 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * shell/ev-jobs.c: (ev_job_render_run):
3842         
3843         Check if document supports links iterface.
3844
3845 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * NEWS:
3848         * configure.ac:
3849         
3850         Update for release 0.5.3
3851
3852 2006-05-13  Michael Plump  <plumpy@skylab.org>
3853
3854         * configure.ac:
3855         * shell/Makefile.am:
3856         * shell/main.c: (main):
3857         
3858         Port to GOption command line parsing. Fix for the 
3859         bug #327518
3860
3861 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3862
3863         * shell/ev-window.c: (ev_window_cmd_help_about):
3864         
3865         Do not wrap license. Fix for the bug #309460.
3866
3867 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * configure.ac:
3870         * properties/ev-properties-main.c: (ev_properties_get_pages):
3871         * shell/ev-application.c: (ev_application_open_window),
3872         (ev_application_open_uri_at_dest):
3873         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3874         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3875         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3876         * shell/ev-utils.c: (save_print_config_to_file):
3877         * shell/ev-window.c: (ev_window_cmd_save_as),
3878         (ev_attachment_popup_cmd_save_attachment_as):
3879         * shell/main.c: (load_files_remote):
3880         
3881         Bump requirements to gtk 2.8 and drop all ifdefs used.
3882
3883 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3884
3885         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3886         * shell/ev-window.c: (ev_window_init):
3887         
3888         Show attachments page.
3889
3890 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3891
3892         * po/POTFILES.in:
3893         * shell/ev-attachment-bar.c:
3894         * shell/ev-attachment-bar.h:
3895         * shell/ev-sidebar-attachments.c:
3896         (ev_sidebar_attachments_icon_cache_add),
3897         (icon_theme_get_pixbuf_from_mime_type),
3898         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3899         (ev_sidebar_attachments_icon_cache_refresh),
3900         (ev_sidebar_attachments_get_attachment_at_pos),
3901         (ev_sidebar_attachments_popup_menu_show),
3902         (ev_sidebar_attachments_popup_menu),
3903         (ev_sidebar_attachments_button_press),
3904         (ev_sidebar_attachments_update_icons),
3905         (ev_sidebar_attachments_drag_data_get),
3906         (ev_sidebar_attachments_get_property),
3907         (ev_sidebar_attachments_destroy),
3908         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3909         (ev_sidebar_attachments_new),
3910         (ev_sidebar_attachments_set_document),
3911         (ev_sidebar_attachments_support_document),
3912         (ev_sidebar_attachments_get_label),
3913         (ev_sidebar_attachments_page_iface_init):
3914         * shell/ev-sidebar-attachments.h:
3915         * shell/ev-window.c: (update_chrome_visibility),
3916         (setup_sidebar_from_metadata), (ev_window_setup_document),
3917         (ev_window_sidebar_current_page_changed_cb),
3918         (attachment_bar_menu_popup_cb), (ev_window_init):
3919         
3920         Move attachments bar to sidebar.
3921
3922 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * pdf/ev-poppler.cc:
3925         * shell/ev-application.[ch]:
3926         * shell/main.c:
3927
3928         Fix some memory leaks.
3929
3930 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3931
3932         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3933
3934         Change the properties dialog response to
3935         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3936         will make the dialog go away when the user presses
3937         enter. With gtk+ >= 2.9 this will happen anyway, but for
3938         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3939         escape by default. Fixes bug #340539. See also bug
3940         #101293 for the gtk+ part.
3941
3942 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3943
3944         * shell/ev-view.c (tip_from_action_named): Replace some strings
3945         that were wrong. Closes #340970.
3946
3947 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3950
3951         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3952         #341049
3953
3954 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3955
3956         * djvu/Makefile.am:
3957         * dvi/Makefile.am:
3958         * dvi/mdvi-lib/Makefile.am:
3959         * properties/Makefile.am:
3960         * ps/Makefile.am:
3961         * shell/Makefile.am:
3962         * thumbnailer/Makefile.am:
3963         
3964         Due to broken libtool that is unable to track dependencies
3965         of noinst libraries we are forced to explicitely point
3966         libraries for binary. Fix for the bug #333334.
3967
3968 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * data/evince.desktop.in.in:
3971         * shell/ev-view.c: (view_update_range_and_current_page),
3972         (ev_view_next_page), (ev_view_previous_page):
3973         * shell/ev-window.c: (update_chrome_visibility),
3974         (setup_sidebar_from_metadata), (ev_window_setup_document),
3975         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3976         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3977         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3978         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3979         (ev_window_stop_presentation), (ev_window_focus_in_event),
3980         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3981         (ev_window_init):
3982         * thumbnailer/Makefile.am:
3983         
3984         Update fullscreen and presentation timeout handling. Hide
3985         cursor in presentation after timeout. Fix for the bugs
3986         #136359 and #336981.
3987
3988 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * backend/ev-link-action.[ch]:
3991         * pdf/ev-poppler.cc: (ev_link_from_action):
3992         * shell/ev-view-private.h:
3993         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3994         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3995
3996         Add support for Named Action links
3997
3998 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3999
4000         * backend/Makefile.am:
4001         * backend/ev-document-links.[ch]:
4002         * backend/ev-document.[ch]:
4003         * backend/ev-link-action.[ch]:
4004         * backend/ev-link-dest.[ch]:
4005         * backend/ev-link.[ch]:
4006         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4007         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4008         * shell/ev-page-action.c: (build_new_tree_cb):
4009         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4010         (links_page_num_func), (update_page_callback):
4011         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4012         (tip_from_link):
4013         * shell/ev-jobs.c:
4014         * shell/ev-window.[ch]: (ev_window_open_uri),
4015         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4016         * shell/ev-application.[ch]: (ev_application_open_window),
4017         (ev_application_open_uri):
4018
4019         Rework links system, it adds support for remote links now and it makes
4020         easier to add new kinds of actions and destinations. Fixes bug #317292
4021
4022 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * data/Makefile.am:
4025         * data/evince.png:
4026         * data/evince-16.png:
4027         * data/evince-22.png:
4028         * data/evince.svg:
4029         * shell/main.c: (main):
4030         
4031         Evince use it's own icon. Fix for the bug #313392.
4032
4033         * shell/ev-window.c: (fullscreen_timeout_cb),
4034         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4035         (ev_window_cmd_help_about), (ev_window_dispose):
4036         
4037         Simplify fullscreen timeout code.
4038
4039 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * backend/ev-attachment.c: 
4042         * shell/ev-attachment-bar.c:
4043         * shell/ev-window.c:
4044
4045         Allow multiple selection of attachments
4046
4047 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * shell/ev-view.c: (view_update_range_and_current_page),
4050         (ev_view_scroll):
4051         
4052         Fix for the bug #312573 – Optimal selection of current 
4053         page among visible pages.
4054
4055 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * configure.ac:
4058         * djvu/Makefile.am:
4059         * djvu/djvu-text.h:
4060         
4061         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4062         for the bug 339868.
4063
4064 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4065
4066         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4067
4068 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4069
4070         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4071         dictated by the GNOME HIG. Fixes bug #339235.
4072
4073 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4074
4075         * data/evince-ui.xml:
4076         * shell/ev-view.c: (ev_view_can_find_previous):
4077         * shell/ev-view.h:
4078         * shell/ev-window.c: (ev_window_update_actions),
4079         (ev_window_cmd_edit_find_previous):
4080
4081         Add support for "Find Previous" as dictated by the GNOME HIG. A
4082         menu item is added and some glue code to make it all work is added
4083         to various files.
4084
4085 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4086
4087         * configure.ac: Award myself the "useless use of cat" award.
4088
4089 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4090
4091         * po/LINGUAS: New file listing all supported languages.
4092
4093         * configure.in: Use po/LINGUAS instead of including all languages
4094         directly in this file. See the wiki for more information:
4095         http://live.gnome.org/GnomeGoals/PoLinguas
4096
4097 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * backend/ev-document-factory.c:
4100
4101         Do not load the document twice when there isn't errors
4102
4103 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * backend/ev-attachment.c: 
4106
4107         Fix a crash when there isn't a default application to open an
4108         attachment
4109
4110 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * backend/ev-attachment.[ch]:
4113         * shell/ev-attachment-bar.[ch]:
4114
4115         Added missing files. 
4116
4117 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4118
4119         * backend/Makefile.am:
4120         * data/evince-ui.xml:
4121         * backend/ev-attachment.[ch]:
4122         * backend/ev-document.[ch]: (ev_document_has_attachments),
4123         (ev_document_get_attachments):
4124         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4125         (attachment_save_to_buffer), (pdf_document_get_attachments),
4126         (pdf_document_document_iface_init):
4127         * shell/Makefile.am:
4128         * shell/ev-attachment-bar.[ch]:
4129         * shell/ev-window.c:
4130
4131         Add support for PDF attachments. Fixes bug #325143
4132
4133 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4134
4135         * backend/ev-document-factory.c: (get_document_from_uri),
4136         (ev_document_factory_get_document):
4137         * backend/ev-document-factory.h:
4138         * properties/ev-properties-main.c: (ev_properties_get_pages):
4139         * shell/Makefile.am:
4140         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4141         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4142         (ev_job_queue_remove_job):
4143         * shell/ev-job-queue.h:
4144         * shell/ev-job-xfer.c:
4145         * shell/ev-job-xfer.h:
4146         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4147         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4148         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4149         (ev_job_xfer_run):
4150         * shell/ev-jobs.h:
4151         * shell/ev-window.c: (ev_window_is_empty),
4152         (password_dialog_response), (ev_window_clear_xfer_job),
4153         (ev_window_xfer_job_cb), (ev_window_open_uri),
4154         (ev_window_cmd_focus_page_selector),
4155         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4156         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4157         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4158         (ev_window_dispose):
4159         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4160         
4161         * Cleanup mime type detection on document load. Fix for the
4162         bug #336448.
4163
4164 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4165
4166         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4167         
4168         Fix crash on exit, described in the bug #336825.
4169
4170 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * backend/ev-document-factory.c:
4173         (ev_document_factory_get_from_mime),
4174         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4175         (ev_document_factory_get_document),
4176         (file_filter_add_mime_list_and_free),
4177         (ev_document_factory_add_filters):
4178         * backend/ev-document-factory.h:
4179         * properties/ev-properties-main.c: (ev_properties_get_pages):
4180         * shell/Makefile.am:
4181         * shell/ev-application.c:
4182         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4183         * shell/ev-window.c: (ev_window_cmd_file_open),
4184         (ev_window_cmd_save_as):
4185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4186         
4187         Rework factory functions so they are placed now in a single 
4188         file ev-document-factory.c
4189
4190 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * shell/ev-window.c: (update_chrome_visibility):
4193         
4194         Fix for the bug 166566 - don't show menubar in fullscreen
4195         mode.
4196
4197 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4198
4199         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4200
4201 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * shell/ev-view.c: (ev_view_expose_event):
4204         
4205         More correctly draw loading text when document
4206         is empty.
4207
4208 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4209
4210         * shell/ev-view.c: (ev_view_scroll):
4211         
4212         Fix for the bug #334854, page down and page up switch
4213         pages in presentation mode.
4214
4215 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * shell/ev-window.c: (ev_window_set_action_sensitive),
4218         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4219         (ev_window_set_view_accels_sensitivity),
4220         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4221         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4222         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4223         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4224         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4225         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4226         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4227         (view_actions_focus_in_cb), (ev_window_init):
4228         
4229         Fix for the bug #333902, now it's possible to search
4230         words with slash.
4231
4232 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4233
4234         * configure.ac: Added Breton translation.
4235         * po/br.po: Added Breton translation.
4236
4237 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * shell/ev-window-title (ev_window_title_update):
4240
4241         Fix memory leak in window title. Fixes bug #333944
4242
4243 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-metadata-manager.c (parseItem):
4246
4247         Fix memory leaks. Fixes bug #333945
4248
4249 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4250         
4251         * NEWS, configure.ac, TODO:
4252         
4253         Update for release 0.5.2.
4254
4255 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * shell/ev-view.c: (view_update_range_and_current_page),
4258         (page_changed_cb):
4259         
4260         Don't jump on scrolling, fix for the bug #333127.
4261
4262 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4263
4264         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4265         
4266         Scroll by one page in presentation mode. Fix for the bug
4267         #332993.
4268
4269 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4270
4271         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4272
4273 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4274
4275         * configure.ac  Added lv in ALL_LINGUAS line.
4276
4277 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4278         
4279         * NEWS, configure.ac:
4280         
4281         Update for release 0.5.1
4282
4283 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4284
4285         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4286         * backend/ev-document-misc.h:
4287         * shell/ev-view.c: (draw_one_page):
4288         
4289          Clairfy what page the toolbar page number applies to. Fix
4290          for the bug #328102.
4291
4292 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4293
4294         * shell/ev-view-private.h:
4295         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4296         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4297         (ev_view_search_changed):
4298         * shell/ev-view.h:
4299         * shell/ev-window.c: (find_bar_search_changed_cb):
4300         
4301         Dont't jump to find result if window was scrolled during search.
4302         Fix for the bug #313266.
4303
4304 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4305
4306         * shell/eggfindbar.c: (egg_find_bar_class_init):
4307         * shell/eggfindbar.h:
4308         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4309         * shell/ev-view-private.h:
4310         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4311         (ev_view_class_init), (ev_sizing_mode_get_type),
4312         (ev_scroll_type_get_type):
4313         * shell/ev-view.h:
4314         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4315         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4316         (ev_window_init):
4317         
4318         Fix for the bug 319133 - Find entry should allow text scroll.
4319
4320 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4321
4322         * shell/ev-view-private.h:
4323         * shell/ev-view.c: (view_update_range_and_current_page),
4324         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4325         (ev_view_set_document), (update_find_status_message),
4326         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4327         (ev_view_find_previous):
4328         
4329         Fix for the bug #319137. Search now takes account for scrolling.
4330
4331 2006-02-19  Michael Hofmann <mh21@piware.de>
4332
4333         * configure.ac:
4334         * djvu/Makefile.am:
4335         * djvu/djvu-document-private.h:
4336         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4337         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4338         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4339         (djvu_document_can_get_text), (djvu_document_get_text),
4340         (djvu_document_document_iface_init),
4341         (djvu_document_thumbnails_get_thumbnail),
4342         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4343         (djvu_document_find_get_result),
4344         (djvu_document_find_page_has_results),
4345         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4346         (djvu_document_find_iface_init):
4347         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4348         (djvu_text_page_selection), (djvu_text_page_limits_process),
4349         (djvu_text_page_limits), (djvu_text_page_copy),
4350         (djvu_text_page_position), (djvu_text_page_union),
4351         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4352         (djvu_text_page_box), (djvu_text_page_append_text),
4353         (djvu_text_page_search), (djvu_text_page_prepare_search),
4354         (djvu_text_page_new), (djvu_text_page_free):
4355         * djvu/djvu-text-page.h:
4356         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4357         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4358         (djvu_text_n_results), (djvu_text_has_results),
4359         (djvu_text_get_result), (djvu_text_get_progress):
4360         * djvu/djvu-text.h:
4361         
4362         Text search in djvu. Fix for the bug #303415.
4363
4364 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * configure.ac:
4367         * shell/ev-window.c: (ev_window_cmd_save_as):
4368         
4369         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4370         Thanks to Gary Coady <gary@lyranthe.org>
4371
4372 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * shell/ev-print-job.c: (idle_print_handler):
4375         
4376         Inverse order printing, bug #320919.
4377
4378 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * data/evince-toolbar.xml:
4381         * shell/ev-window.c:
4382         
4383         Allow to add sidebar checkbutton on toolbar. Fix
4384         for the bug #144577.
4385
4386 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4389         
4390         Add checks that have sense for empty ps document.
4391
4392 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4393
4394         * configure.ac: Include PS in mime types list. 
4395
4396 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * configure.ac:
4399         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4400         * ps/gsdefaults.h:
4401         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4402         
4403         Runtime check for gs interpreter. Fix for the bug #320868.
4404         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4405
4406 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4407
4408         * shell/ev-application.c: 
4409
4410         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4411         dbus>=0.60, so that the request is not queued. 
4412
4413 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4414
4415         * configure.ac:
4416         * shell/Makefile.am:
4417         * shell/ev-sidebar-links.c: (print_section_cb):
4418         * shell/ev-utils.c:
4419         * shell/ev-utils.h:
4420         * shell/ev-window.c: (update_action_sensitivity),
4421         (ev_window_close_dialogs), (ev_window_print):
4422         * shell/ev-window.h:
4423         
4424         Make printing support optional. Patch from Eduardo de Barros Lima
4425         <eduardo.lima@indt.org.br> for the bug #330546.
4426
4427 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * shell/ev-view-private.h:
4430         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4431         (ev_view_set_document):
4432         * shell/ev-view.h:
4433         * shell/ev-window.c: (ev_window_load_job_cb),
4434         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4435         (ev_window_init):
4436
4437         Draw Loading message during xfer job. Fix for the bug #329495.
4438
4439 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * comics/comics-document.c: (comics_regex_quote),
4442         (comics_document_load), (extract_argv):
4443         
4444         Correcly quote regexp before passing it to unzip.
4445
4446 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * shell/ev-page-cache.c: (build_height_to_page),
4449         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4450         (ev_page_cache_get_dual_even_left):
4451         * shell/ev-page-cache.h:
4452         * shell/ev-view.c: (view_update_range_and_current_page),
4453         (get_page_y_offset), (get_page_extents):
4454         
4455         Place even pages to the left if document has less then
4456         two pages. Fix for the bug #328856.
4457
4458 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4461         
4462         Correct comics scheme. This make evince create thumbnails
4463         for comic books. Fix for the bug 329088.
4464
4465 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4466
4467         * data/evince-password.glade: Don't explicitly set
4468         invisible_char to the current default value in case
4469         the default changes; let GTK+ do its magic.
4470
4471 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4474         real filename to tmp filename since often document
4475         type is determined by extension.
4476
4477 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4478
4479         * shell/ev-view.c: (add_scroll_binding_keypad),
4480         (ev_view_binding_activated), (ev_view_class_init):
4481         
4482         Add keybindings for percision-scrolling of display area. 
4483         Fix for the bug #314072.
4484
4485 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * data/evince.desktop.in.in:
4488         
4489         Add GTK to the list of categories. Fix for the bug #328034.
4490
4491 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-application.c: (ev_application_shutdown),
4494         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4495         * shell/ev-application.h:
4496         * shell/ev-window.c: (file_open_dialog_response_cb),
4497         (ev_window_cmd_file_open):
4498         
4499         Save last uri in file chooser dialog. Fix for the bug #327950.
4500
4501 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * NEWS:
4504         * README:
4505         
4506         Final update for release 0.5.0
4507         
4508         * shell/Makefile.am:
4509         
4510         Remove disable deprecated until we'll require libgnome-2.13.7
4511         and port to GOption argument parsing. See bug 327518.
4512
4513 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4514
4515         * comics/comics-document.c: (comics_document_save):
4516         * djvu/djvu-document.c: (djvu_document_save):
4517         * dvi/dvi-document.c: (dvi_document_save):
4518         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4519         * lib/ev-file-helpers.h:
4520         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4521         * tiff/tiff-document.c: (tiff_document_save):
4522         
4523         Use common save function for backends.
4524
4525 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4526
4527         * backend/ev-document-types.c:
4528         
4529         Fix crash on saving pixbuf.
4530
4531 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * cut-n-paste/recent-files/egg-recent-item.c:
4534         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4535         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4536         (parse_info_free), (valid_element), (start_element_handler),
4537         (end_element_handler), (text_handler), (egg_recent_model_filter),
4538         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4539         (egg_recent_model_monitor), (egg_recent_model_read),
4540         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4541         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4542         (egg_recent_model_set_property), (egg_recent_model_class_init),
4543         (egg_recent_model_init), (egg_recent_model_add_full),
4544         (egg_recent_model_delete), (egg_recent_model_get_list),
4545         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4546         (egg_recent_model_set_filter_mime_types),
4547         (egg_recent_model_clear_group_filter),
4548         (egg_recent_model_set_filter_groups),
4549         (egg_recent_model_clear_scheme_filter),
4550         (egg_recent_model_set_filter_uri_schemes),
4551         (egg_recent_model_remove_expired):
4552         * cut-n-paste/recent-files/egg-recent-util.c:
4553         (egg_recent_util_get_icon):
4554         * cut-n-paste/recent-files/egg-recent-util.h:
4555         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4556         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4557         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4558         (egg_recent_view_uimanager_set_property),
4559         (egg_recent_view_uimanager_get_property),
4560         (egg_recent_view_uimanager_class_init),
4561         (egg_recent_view_uimanager_init),
4562         (egg_recent_view_uimanager_set_label_width),
4563         (egg_recent_view_uimanager_get_label_width):
4564         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4565         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4567         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4568         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4569         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4570         
4571         Update from libegg.
4572
4573 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * shell/ev-page-cache.c: (build_height_to_page),
4576         (ev_page_cache_get_height_to_page):
4577         * shell/ev-page-cache.h:
4578         * shell/ev-view.c: (view_update_range_and_current_page),
4579         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4580         (ev_view_previous_page):
4581         
4582         Dual mode places even pages to the left. Fix for the bug #309393.
4583
4584         * shell/ev-view.h:
4585         * shell/ev-window.c: (update_action_sensitivity),
4586         (setup_view_from_metadata), (view_menu_popup_cb):
4587         
4588         Don't restore presentation in empty windows, more intelligent
4589         next page behaviour in dual mode.
4590
4591         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4592         (ev_pixbuf_cache_clear_job_sizes):
4593         
4594         Cleanup job callback on removal. Fix for the bug #325886.
4595
4596 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * ps/ps.c: (psscan):
4599         
4600         Commit workaround Mozilla problem. Fix for the bug #325919
4601         
4602         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4603         (save_item):
4604         
4605         Fix for year 2038 problem.
4606
4607 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * shell/ev-window.c: (setup_document_from_metadata),
4610         (ev_window_cmd_view_reload):
4611
4612         Clamp page recieved from metadata in valid values. Fix
4613         for the bug #325986.
4614
4615 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4616
4617         * MAINTAINERS: 
4618         Add MAINTAINERS as requested on desktop-devel-list.
4619
4620 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4623         (mime_type_supported_by_gdk_pixbuf),
4624         (ev_document_factory_get_mime_types),
4625         (ev_document_factory_get_all_mime_types):
4626         
4627         Don't add pixbuf mime types if pixbuf backend is disabled.
4628         
4629         * shell/ev-application.c: (ev_application_get_uri_window):
4630         
4631         Fix for the bug 325815 - unhandled MIME type message doesn't 
4632         appear a second time. 
4633         
4634         * shell/ev-document-types.c: (ev_document_types_add_filters):
4635         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4636         (password_dialog_response), (ev_window_popup_password_dialog),
4637         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4638         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4639         (ev_window_run_presentation), (ev_window_stop_presentation),
4640         (save_sizing_mode), (ev_window_zoom_changed_cb),
4641         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4642         (ev_window_dual_mode_changed_cb),
4643         (ev_window_sidebar_current_page_changed_cb),
4644         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4645         (window_state_event_cb), (window_configure_event_cb):
4646         
4647         Cleanup additional uris holded by EvWindow.
4648
4649 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4652         (ev_view_can_previous_page), (ev_view_can_next_page):
4653         * shell/ev-view.h:
4654         * shell/ev-window.c: (update_action_sensitivity):
4655         
4656         Two page scrolling with Space and PageUp in dual mode. Second fix 
4657         for the bug #316608.
4658
4659 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * shell/ev-view.c: (scroll_to_current_page):
4662         
4663         Correctly clamp adjustment value. Fix for the bug
4664         #325808.
4665
4666 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * shell/ev-sidebar-links.c: (print_section_cb):
4669         * shell/ev-window.c: (ev_window_get_uri),
4670         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4671         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4672         (ev_window_dispose):
4673         
4674         Make print dialog non-modal. Fix for the bug #325622.
4675
4676 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * shell/ev-metadata-manager.c:
4679         * shell/ev-utils.c: (using_pdf_printer),
4680         (using_postscript_printer), (load_print_config_from_file),
4681         (save_print_config_to_file):
4682         * shell/ev-utils.h:
4683         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4684         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4685         (setup_view_from_metadata), (ev_window_setup_document),
4686         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4687         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4688         (ev_window_run_presentation), (ev_window_stop_presentation),
4689         (save_sizing_mode), (ev_window_zoom_changed_cb),
4690         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4691         (ev_window_dual_mode_changed_cb),
4692         (ev_window_sidebar_current_page_changed_cb),
4693         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4694         (window_state_event_cb), (window_configure_event_cb),
4695         (ev_window_init):
4696         
4697         Setting saving behaviour fixes.
4698
4699 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4700
4701         * configure.ac:
4702         
4703         Make antialiasing gs options better and allow
4704         to change them during configure. Fix for the 
4705         bug #319049.
4706
4707 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * shell/ev-window.c: (setup_view_from_metadata):
4710         
4711         Remember if last window was maximized. Fix for the
4712         bug #323797.
4713
4714 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4715
4716         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4717
4718 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4721         * shell/ev-page-action.c: (build_new_tree_cb):
4722         * shell/ev-sidebar-links.c: (links_page_num_func),
4723         (update_page_callback_foreach), (update_page_callback):
4724         * shell/ev-view.c: (scroll_to_current_page):
4725         
4726         Fix for the bug #325067 with more intelligent selection
4727         of current link in sidebar. Make sidebar handle links
4728         of FITR-like type more correctly.
4729
4730         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4731         (dvi_pixbuf_put_pixel):
4732         
4733         Fix memory consumtion with disabled alpha channel.
4734
4735 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * data/evince-ui.xml:
4738         * shell/ev-window.c: (view_menu_popup_cb),
4739         (ev_popup_cmd_open_link), (ev_window_init):
4740         
4741         Update context menu for internal links. Fix for the bug
4742         #325066.
4743
4744 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4747         
4748         Bind context menu to keyboard also. Fix for the bug
4749         #325065.
4750
4751 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * shell/ev-view.c: (selection_scroll_timeout_cb):
4754         
4755         Horizontal scroll on selection also.
4756
4757 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * shell/ev-metadata-manager.c: (parse_value):
4760         * shell/ev-view.c: (goto_xyz_link):
4761         
4762         Correct zoom setup and metadata save broken in 
4763         some locales.
4764
4765 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * shell/ev-view-private.h:
4768         * shell/ev-view.c: (scroll_to_current_page),
4769         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4770         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4771         (page_changed_cb), (ev_view_set_continuous),
4772         (ev_view_set_dual_page), (ev_view_set_presentation):
4773         
4774         Delay scroll until allocation to correctly position page. Fix
4775         for the bug #317334.
4776
4777 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * NEWS:
4780         * configure.ac:
4781         
4782         Update NEWS and require poppler 0.5.0.
4783
4784 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4785         
4786         * data/evince-ui.xml:
4787         * shell/ev-view-private.h:
4788         * shell/ev-view.c: (ev_view_get_link_at_location),
4789         (handle_link_over_xy), (ev_view_button_press_event),
4790         (ev_view_button_release_event), (ev_view_class_init):
4791         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4792         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4793         (ev_window_init):
4794         
4795         Implement right-click context menu.
4796
4797 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4800         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4801         (mdvi_pixbuf_device_render):
4802         * pdf/ev-poppler.cc:
4803
4804         Don't generate thumbnails with alpha. See bug #324077.
4805         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4806
4807 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-window.c: (setup_chrome_from_metadata):
4810         
4811         Fix typo that was hiding toolbar.
4812
4813 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * shell/ev-view-private.h:
4816         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4817         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4818         (ev_view_button_release_event), (ev_view_destroy):
4819         
4820         Small cleanup and autoscrolling during selection. Thanks to 
4821         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4822
4823 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4824
4825         * configure.ac:
4826         
4827         Correctly check for comics option.
4828
4829 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4830         * Makefile.am:
4831         * configure.ac:
4832         * backend/Makefile.am:
4833         * backend/ev-document-factory.c:
4834         * shell/ev-document-types.c:
4835
4836         Included option in configure to make ps backend 
4837         compilation optional with --disable-ps.
4838
4839 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * backend/ev-document-factory.c:
4842         * comics/Makefile.am:
4843         * comics/comics-document.c: (comics_document_load):
4844         * comics/ev-cbr-mime.xml:
4845         * configure.ac:
4846         
4847         Comics mime types are added to shared-mime-info CVS. Now
4848         we don't need to install our own mime types.
4849
4850 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-window.c:
4853         
4854         Add shortcut for "save a copy" menu entry. Fix for
4855         the bug #324582.
4856
4857 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4860         (job_finished_cb), (new_selection_pixbuf_needed),
4861         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4862         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4863         
4864         Rework selection job info logic and fix critical warning.
4865
4866 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4867
4868         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4869
4870 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4871
4872         * data/evince-ui.xml:
4873         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4874         
4875         Enter as shortcut key for next page. Fix for the bug
4876         #321394.
4877
4878 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4879
4880         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4881
4882 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4885         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4886         (new_selection_pixbuf_needed),
4887         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4888         (clear_job_selection):
4889         
4890         Too early for 0.5. Pixbuf cache code cleaned a bit.
4891
4892 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4893
4894         * NEWS:
4895         * configure.ac:
4896         
4897         Release 0.5.0 preparation
4898
4899 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4900
4901         * comics/Makefile.am:
4902         * configure.ac:
4903         * shell/ev-document-types.c: (ev_document_types_add_filters):
4904         
4905         More advanced handling of custom mime type installation.
4906
4907 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * data/evince.schemas.in:
4910         * shell/ev-metadata-manager.c: (value_free),
4911         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4912         (ev_metadata_manager_get), (ev_metadata_manager_set):
4913         * shell/ev-metadata-manager.h:
4914         * shell/ev-window.c: (update_chrome_flag),
4915         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4916         (setup_document_from_metadata), (setup_chrome_from_metadata),
4917         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4918         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4919         (ev_window_view_toolbar_cb),
4920         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4921         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4922         
4923         Save last document settings and reuse them for new documents.
4924
4925 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * Makefile.am:
4928         * backend/Makefile.am:
4929         * backend/ev-document-factory.c:
4930         * backend/ev-document-factory.h:
4931         * comics/Makefile.am:
4932         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4933         (comics_document_load), (comics_document_save),
4934         (comics_document_get_n_pages), (comics_document_get_page_size),
4935         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4936         (comics_document_class_init), (comics_document_can_get_text),
4937         (comics_document_get_info), (comics_document_document_iface_init),
4938         (comics_document_init), (get_supported_image_extensions),
4939         (comics_document_thumbnails_get_geometry),
4940         (comics_document_thumbnails_get_thumbnail),
4941         (comics_document_thumbnails_get_dimensions),
4942         (comics_document_document_thumbnails_iface_init), (extract_argv):
4943         * comics/comics-document.h:
4944         * comics/ev-cbr-mime.xml:
4945         * configure.ac:
4946         * po/POTFILES.in:
4947         * shell/ev-application.c: (ev_application_register_service):
4948         * shell/ev-document-types.c: (ev_document_types_add_filters):
4949         * thumbnailer/Makefile.am:
4950         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4951         
4952         New CBR/CBZ backend for comic books.
4953
4954 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4955
4956         * shell/main.c: (load_files_remote):
4957
4958         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4959         warning on startup of second instance is fixed. It
4960         is bug #320353.
4961
4962 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * shell/ev-window.c: (ev_window_finalize):
4965         
4966         Fix double free that cause crash.
4967
4968 2005-10-29  Bastien Nocera <hadess@hadess.net>
4969
4970         * tiff/tiff-document.c: (tiff_document_load):
4971         
4972         Fix memory leak.
4973
4974 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * po/POTFILES.in:
4977         * shell/Makefile.am:
4978         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4979         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4980         (ev_view_accessible_get_text),
4981         (ev_view_accessible_get_character_at_offset),
4982         (ev_view_accessible_get_text_before_offset),
4983         (ev_view_accessible_get_text_at_offset),
4984         (ev_view_accessible_get_text_after_offset),
4985         (ev_view_accessible_get_character_count),
4986         (ev_view_accessible_get_caret_offset),
4987         (ev_view_accessible_set_caret_offset),
4988         (ev_view_accessible_get_run_attributes),
4989         (ev_view_accessible_get_default_attributes),
4990         (ev_view_accessible_get_character_extents),
4991         (ev_view_accessible_get_offset_at_point),
4992         (ev_view_accessible_get_n_selections),
4993         (ev_view_accessible_get_selection),
4994         (ev_view_accessible_add_selection),
4995         (ev_view_accessible_remove_selection),
4996         (ev_view_accessible_set_selection),
4997         (ev_view_accessible_text_iface_init),
4998         (ev_view_accessible_idle_do_action),
4999         (ev_view_accessible_action_do_action),
5000         (ev_view_accessible_action_get_n_actions),
5001         (ev_view_accessible_action_get_description),
5002         (ev_view_accessible_action_get_name),
5003         (ev_view_accessible_action_set_description),
5004         (ev_view_accessible_action_iface_init),
5005         (ev_view_accessible_get_type), (ev_view_accessible_new),
5006         (ev_view_accessible_factory_get_accessible_type),
5007         (ev_view_accessible_factory_create_accessible),
5008         (ev_view_accessible_factory_class_init),
5009         (ev_view_accessible_factory_get_type):
5010         * shell/ev-view-accessible.h:
5011         * shell/ev-view-private.h:
5012         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5013         * shell/ev-view.h:
5014         
5015         Initial accessibility support.
5016
5017 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5018
5019         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5020
5021 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5022
5023         * shell/ev-print-job.c: (idle_print_handler):
5024         
5025         Fix for bug Bug 318916: Printing multiple pages.
5026
5027 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5028
5029         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5030
5031 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * pdf/ev-poppler.cc:
5034         
5035         Thumnail dimensions unified with other backends.
5036         
5037         * shell/ev-window-title.c: (ev_window_title_update):
5038         
5039         Fix warning.
5040
5041 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * data/ev-stock-zoom-fit-width.png:
5044         
5045         Remove unused file.
5046
5047 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * configure.ac:
5050         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5051         (djvu_document_finalize):
5052         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5053         (dvi_document_finalize):
5054         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5055         (pixbuf_document_save), (pixbuf_document_finalize):
5056         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5057         (tiff_document_finalize):
5058         
5059         Save a copy implemented for various backends.
5060
5061 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5062
5063         * configure.ac:
5064         
5065         Don't link with ltiff if tiff is disabled.
5066
5067 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * pdf/GDKSplashOutputDev.cc:
5070         * pdf/GDKSplashOutputDev.h:
5071         * pdf/Thumb.cc:
5072         * pdf/Thumb.h:
5073         * pdf/pdf-document.cc:
5074         * pdf/pdf-document.h:
5075         * pdf/test-gdk-output-dev.cc:
5076         
5077         Remove old unused files.
5078
5079 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * shell/ev-window.c: (ev_window_setup_document):
5082         
5083         Fixed warnings on reload and probably crash reason.
5084
5085 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * properties/ev-properties-view.c:
5088         (ev_properties_view_format_date):
5089         
5090         Check if date is invalid. Fix for bug 318134.
5091
5092 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5093
5094         * shell/ev-window-title.c:
5095         
5096         Add .indd files (Adobe Indesign) to the list of "bad
5097         extensions".
5098
5099 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * data/evince-ui.xml:
5102         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5103         
5104         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5105
5106 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5107
5108         * shell/ev-window.c: (launch_link), (launch_external_uri),
5109         (view_external_link_cb):
5110
5111         URL-escape link before passing it to gnome_vfs_url_show.
5112
5113 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5116         there isn't text selected.
5117
5118 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5119
5120         * shell/ev-view.c: (handle_link_over_xy):
5121
5122         Check tooltip is valid utf8 before showing it
5123
5124 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5125
5126         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5127
5128 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5129
5130         * shell/ev-window-title.c: (ev_window_title_update):
5131
5132         Guard against using g_strstrip on NULL. Fixes bug #317291.
5133
5134 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5135
5136         * pdf/ev-poppler.cc:
5137
5138         Show title even for unknown links
5139
5140 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5141
5142         * shell/ev-window-title.c: (ev_window_title_update):
5143
5144         Strip the title string
5145
5146 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5147
5148         * shell/ev-window-title.c:
5149
5150         Add .rtf to the bad extensions list
5151
5152 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5153
5154         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5155         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5156
5157         Ignore link coordinates if they are outside page bounds
5158
5159 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5160
5161         * backend/ev-link.c: (ev_link_type_get_type),
5162         (ev_link_get_filename), (ev_link_get_params),
5163         (ev_link_get_property), (ev_link_set_property),
5164         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5165         * backend/ev-link.h:
5166         * pdf/ev-poppler.cc:
5167         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5168         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5169         (ev_window_init):
5170
5171         Implement launch links. Delegate external link opening to
5172         the window.
5173
5174 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5175
5176         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5177         (ev_link_get_right), (ev_link_get_property),
5178         (ev_link_set_property), (ev_link_class_init),
5179         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5180         * backend/ev-link.h:
5181         * pdf/ev-poppler.cc:
5182         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5183
5184         Implement fitr links
5185
5186 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5187
5188         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5189         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5190         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5191         (ev_view_size_request_continuous),
5192         (ev_view_size_request_dual_page),
5193         (ev_view_size_request_single_page), (ev_view_size_allocate),
5194         (ev_view_zoom_for_size_continuous_and_dual_page),
5195         (ev_view_zoom_for_size_continuous),
5196         (ev_view_zoom_for_size_dual_page),
5197         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5198         (ev_sizing_mode_get_type):
5199         * shell/ev-view.h:
5200         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5201
5202         Do not use modes for link, we need to calculate size ad hoc.
5203         Still not perfect because of the usual scrollbar issues grrr.
5204
5205 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5206
5207         * backend/ev-link.c: (ev_link_type_get_type),
5208         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5209         * backend/ev-link.h:
5210         * pdf/ev-poppler.cc:
5211         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5212         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5213         (ev_view_size_request_continuous),
5214         (ev_view_size_request_dual_page),
5215         (ev_view_size_request_single_page), (ev_view_size_allocate),
5216         (zoom_for_size_fit_height),
5217         (ev_view_zoom_for_size_continuous_and_dual_page),
5218         (ev_view_zoom_for_size_continuous),
5219         (ev_view_zoom_for_size_dual_page),
5220         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5221         (ev_sizing_mode_get_type):
5222         * shell/ev-view.h:
5223         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5224
5225         Implement FIT_HEIGHT mode (only for links).
5226         Implement FITH links
5227
5228 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5229
5230         * shell/ev-window-title.c: (get_filename_from_uri),
5231         (ev_window_title_sanitize_extension), (ev_window_title_update),
5232         (ev_window_title_set_document), (ev_window_title_set_uri),
5233         (ev_window_title_free):
5234         * shell/ev-window-title.h:
5235         * shell/ev-window.c: (ev_window_setup_document),
5236         (ev_window_popup_password_dialog):
5237
5238         Refactor window title building while fixing it for
5239         password documents.
5240
5241 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5242
5243         * pdf/ev-poppler.cc:
5244
5245         Escape link title before setting it in the model
5246
5247 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5248
5249         * shell/ev-application.c: (removed_from_session), (save_session),
5250         (init_session), (ev_application_get_empty_window),
5251         (ev_application_init), (ev_application_get_windows):
5252         * shell/ev-application.h:
5253         * shell/ev-window.c: (ev_window_finalize):
5254
5255         Add a function to retrieve window list and share it where
5256         necessary.
5257         Implement session handling, works pretty well thanks to the
5258         metadata system.
5259
5260 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * shell/ev-password.c: (ev_password_item_created_callback),
5263         (ev_password_dialog_save_password):
5264         
5265         Fix for bug 316972. Use async gnome-keyring API.
5266
5267 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5268
5269         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5270         Remove unused unrealize handler. Add scroll handling to
5271         ev_view_scroll_event for presentation mode (bug #316708),
5272         and fix the event state checks there.
5273
5274 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5275
5276         * shell/ev-page-action.c: (page_changed_cb):
5277
5278         "marco, maybe we should be crazy and jump right to 6! :)"
5279
5280         Bryan Clark, Sep 2005
5281
5282 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5283
5284         * ps/ps-document.c: (save_document), (ps_document_save),
5285         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5286         (ps_document_ps_export_end):
5287
5288         Fix unstructured documents save and print
5289
5290 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5291
5292         * shell/ev-application.c: (ev_application_open_uri):
5293
5294         Fix window size persistance
5295
5296 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5297
5298         * shell/ev-view.c: (ev_view_button_release_event):
5299
5300         Based on a patch from carlosgc@gnome.org. Mouse buttons
5301         switch pages in presentation mode.
5302
5303 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5304
5305         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5306
5307         Dont cast to int before scaling
5308
5309 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5310
5311         * backend/ev-link.c: (ev_link_type_get_type),
5312         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5313         (ev_link_new_page_fith):
5314         * backend/ev-link.h:
5315         * pdf/ev-poppler.cc:
5316         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5317
5318         Implement FIT and FITH links
5319
5320 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5321
5322         * pdf/ev-poppler.cc:
5323
5324         Return 0 results when search is not in progress.
5325
5326         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5327         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5328
5329         Update menu sensitivity when cancelling search
5330
5331 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5332
5333         * shell/ev-view.c: (ev_view_can_find_next):
5334
5335         Take all pages in consideration, not just current one
5336
5337 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5338
5339         * shell/ev-page-cache.c:
5340         * shell/ev-page-cache.h:
5341         * shell/ev-view.c: (ev_view_binding_activated),
5342         (ev_view_next_page), (ev_view_previous_page),
5343         (ev_sizing_mode_get_type):
5344         * shell/ev-view.h:
5345         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5346         (ev_window_cmd_go_next_page):
5347
5348         Move page next/previous functions from page chace to
5349         view and change it to move by 2 page steps in dual mode.
5350
5351 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5352
5353         * shell/ev-window.c: (update_sidebar_visibility),
5354         (setup_sidebar_from_metadata), (ev_window_setup_document),
5355         (setup_view_from_metadata):
5356
5357         Show the index by default when there is one     
5358
5359 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5360
5361         * shell/ev-window-title.c: (ev_window_title_set_document):
5362
5363         Missing null check
5364
5365 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-view.c: (view_update_range_and_current_page):
5368         
5369         Allow display of last odd page in dual view. Fix for 316347.
5370
5371 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5372
5373         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5374         
5375         Make close button default. Fix for 316383.
5376
5377 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5378
5379         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5380         
5381         Mark close button as default. Fix for 316381.
5382
5383 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5384
5385         * backend/ev-link.c: (ev_link_class_init):
5386
5387         Allow negative doubles in left/top properties
5388
5389 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5390
5391         * shell/ev-window.c:
5392
5393         Remove a bunch of strings that was used only
5394         by the statusbar.
5395
5396 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5397
5398         * shell/ev-window-title.c: (get_filename_from_uri),
5399         (ev_window_title_set_document):
5400
5401         When title has a confusing extension, show also
5402         the document filename inside ()
5403
5404 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5405
5406         * shell/Makefile.am:
5407         * shell/ev-window-title.c: (ev_window_title_new),
5408         (ev_window_title_update), (ev_window_title_set_type),
5409         (ev_window_title_set_document), (ev_window_title_free):
5410         * shell/ev-window-title.h:
5411         * shell/ev-window.c: (ev_window_setup_document),
5412         (password_dialog_response), (ev_window_popup_password_dialog),
5413         (ev_window_dispose), (ev_window_init):
5414
5415         Factor out and cleanup window title code
5416
5417 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5418
5419         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5420         (unable_to_load):
5421
5422         Make dialog transient so it doesnt block other windows
5423
5424 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5425
5426         * pdf/ev-poppler.cc:
5427         
5428         Fix pdf thumbnails rendering.
5429
5430 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5431
5432         * shell/ev-window.c: (fullscreen_set_timeout):
5433         
5434         Increase timeout to hide full screen popup. Bug 
5435         316123. 
5436
5437 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5438
5439         * data/evince.schemas.in:
5440         * shell/ev-window.c: (update_action_sensitivity):
5441
5442         Allow the user to override document restrictions. Fix for bug
5443         305818.
5444
5445 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5446
5447         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5448         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5449         (ev_window_class_init): Fix multihead behaviour of fullscreen
5450         toolbar popup. Fixes bug #315451.
5451
5452 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5453
5454         * configure.ac:
5455         * data/evince-password.glade:
5456         * shell/ev-password.c: (ev_password_dialog_set_property),
5457         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5458         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5459         (ev_password_dialog_entry_changed_cb),
5460         (ev_password_dialog_entry_activated_cb),
5461         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5462         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5463         (ev_password_dialog_set_bad_pass):
5464         * shell/ev-password.h:
5465         * shell/ev-window.c: (password_dialog_response),
5466         (ev_window_popup_password_dialog):
5467         
5468         Support for gnome-keyring for encrypted PDF's.
5469
5470 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5473         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5474         (ev_view_enter_notify_event), (ev_view_class_init):
5475         
5476         More precise handling of enter_notify/leave_notify events
5477         in EvView. Fix for bug 315470.
5478
5479 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5480
5481         * shell/ev-window.c: (fullscreen_timeout_cb),
5482         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5483         (ev_window_dispose):
5484
5485         leak fix: unref fullscreen_timeout_source before clearing it
5486
5487 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * configure.ac, dvi/mdvi/Makefile.am: 
5490         
5491         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5492
5493 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5494
5495         * backend/ev-link.c: (ev_link_new_page_xyz):
5496         * pdf/ev-poppler.cc:
5497         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5498
5499         Fix some bugs with xyz links, respect zoom
5500
5501 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5502
5503         * shell/ev-window.c: (page_changed_cb),
5504         (setup_document_from_metadata), (update_sidebar_visibility),
5505         (setup_view_from_metadata), (ev_window_run_fullscreen),
5506         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5507         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5508         (ev_window_dual_mode_changed_cb),
5509         (ev_window_sidebar_current_page_changed_cb):
5510
5511         null check uri before setting and getting metadata
5512
5513 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5514
5515         * dvi/Makefile.am:
5516         * properties/Makefile.am:
5517         * shell/Makefile.am:
5518         * thumbnailer/Makefile.am:
5519
5520         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5521
5522 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5523
5524         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5525         (selection_changed_callback):
5526         * shell/ev-sidebar-links.h:
5527
5528         Add a signal for link activation.
5529
5530         * shell/ev-view.c: (ev_view_goto_link),
5531         (ev_view_button_release_event):
5532         * shell/ev-view.h:
5533         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5534         (ev_window_init):
5535
5536         Implement the signal so that we can handle all link types.
5537
5538         * shell/ev-page-cache.c:
5539
5540         Remove unused set_link function
5541
5542 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5543
5544         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5545
5546         Add some space from the cursor, hardcoded but I couldnt
5547         find a better way.
5548
5549 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5550
5551         * lib/ev-tooltip.c:
5552
5553         Use mozilla style vs gtk style, way better for links.
5554
5555         * shell/ev-view.c: (ev_view_motion_notify_event),
5556         (ev_view_destroy), (ev_view_init):
5557
5558         Deactive tooltip when the link hovered is changed.
5559
5560 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * backend/ev-document.h:
5563         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5564         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5565         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5566         (ev_link_new_page), (ev_link_new_page_xyz):
5567         * backend/ev-link.h:
5568         * pdf/ev-poppler.cc:
5569         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5570         (go_to_link), (tip_from_link):
5571
5572         Implement xyz links, still not functional. Links are a total
5573         mess, will need to refactor and bugfix a lot :(
5574
5575 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5576
5577         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5578
5579 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5580
5581         * data/evince-ui.xml:
5582         * data/evince.schemas.in:
5583         * shell/Makefile.am:
5584         * shell/ev-window.c: (update_chrome_visibility),
5585         (password_dialog_response), (ev_window_load_job_cb),
5586         (ev_window_xfer_job_cb), (ev_window_open_uri),
5587         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5588         (ev_window_init):
5589
5590         Remove the statusbar. This regress loading feedback, need to
5591         check with Bryan what we want to do there...
5592
5593 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5594
5595         * lib/ev-tooltip.c: (ev_tooltip_init):
5596
5597         Fix tooltip border and size handling
5598
5599 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5600
5601         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5602         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5603         (ev_tooltip_timeout), (ev_tooltip_activate),
5604         (ev_tooltip_deactivate):
5605         * lib/ev-tooltip.h:
5606         * shell/ev-view.c: (ev_view_motion_notify_event):
5607
5608         Delay popup showing. Mirror gtk logic/times.
5609
5610 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5611
5612         * lib/Makefile.am:
5613         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5614         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5615         (ev_tooltip_set_text), (ev_tooltip_set_position):
5616         * lib/ev-tooltip.h:
5617
5618         Simple widget to show tooltips at a custom position
5619
5620         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5621         (ev_view_destroy):
5622
5623         Use it for links. First go, needs work
5624
5625 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5626
5627         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5628         HIG fixes.  Use title capitalization for window title. Use 12 
5629         pixels of space between the dialog's vbox and action area.
5630
5631 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5632
5633         * shell/ev-window.c: (file_open_dialog_response_cb),
5634         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5635         (ev_window_cmd_save_as):
5636
5637         Make file pickers not modal and refactor code some
5638
5639 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5640
5641         * shell/ev-sidebar.h:
5642         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5643         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5644         (ev_sidebar_class_init), (ev_sidebar_select_page),
5645         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5646         (ev_sidebar_set_page):
5647
5648         Add a current page property and allow to get/set it
5649
5650         * shell/ev-window.c: (setup_view_from_metadata),
5651         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5652
5653         Persist current sidebar page per document
5654
5655 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5656
5657         * data/evince.schemas.in:
5658         * shell/ev-window.c: (update_chrome_visibility),
5659         (setup_document_from_metadata), (update_sidebar_visibility),
5660         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5661         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5662         (ev_window_run_presentation), (ev_window_stop_presentation),
5663         (ev_window_view_sidebar_cb),
5664         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5665         (load_chrome), (ev_window_init):
5666
5667         Persist size/visibility of sidebar per document
5668
5669 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5670
5671         * shell/ev-view.c (draw_loading_text): Draw loading text.
5672
5673 2005-09-02  Dan Damian  <dand@gnome.ro>
5674
5675         * configure.in: Added "ro" to ALL_LINGUAS.
5676
5677 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5678
5679         * shell/ev-view.c: (clear_caches):
5680
5681         ev_page_cache_get doesnt return a reference,
5682         dont try to unref it.
5683
5684 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * shell/main.c: (load_files_remote):
5687
5688         Fix timestamp parameter with dbus <= 0.33
5689
5690 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * data/evince.schemas.in:
5693
5694         Add missing full stop
5695
5696 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5697
5698         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5699         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5700
5701         Plug some memory leaks
5702
5703 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5704
5705         * configure.ac:
5706         * lib/ev-debug.c: (trap_handler):
5707
5708         Check for execinfo.h and use it only if it exists.
5709         Ported from Epiphany (bug #314776).
5710
5711 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5712
5713         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5714
5715 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5716
5717         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5718         * po/id.po      : Added Indonesian translation
5719
5720 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5721
5722         * shell/main.c:
5723         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5724         * NEWS: Release 0.4.0
5725
5726 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5727
5728         * configure.ac: catch another gtk+-2.8ism
5729         * shell/main.c: Make work with gtk+-2.6
5730
5731 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5732
5733         * shell/ev-application-service.xml: Add 'timestamp' argument to
5734           ev_application_open_window and ev_application_open_uri methods.
5735
5736         * shell/ev-application.h: Add 'timestamp' argument to
5737           ev_application_open_window, ev_application_open_uri,
5738           and ev_application_open_uri_list functions.
5739
5740         * shell/ev-application.c (ev_application_open_window,
5741           ev_application_open_uri, ev_application_open_uri_list): Change
5742           functions that show/present windows to use a timestamp if one
5743           is passed in.
5744
5745         * shell/ev-window.c (ev_window_cmd_file_open,
5746           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5747         * shell/main.c (load_files): Modify calls to ev_application to
5748           include GDK_CURRENT_TIME as timestamp.
5749
5750         * shell/main.c (load_files_remote): Obtain timestamp for client
5751           instance from GDK and pass to server instance so new windows are
5752           focused properly.  Fix dbus_g_proxy_call() calls by including second
5753           G_TYPE_INVALID.
5754           
5755         Closes bug #314475.
5756
5757 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5758
5759         * shell/ev-window.c (ev_window_finalize): Check for
5760         avail. EvWindows when quiting to handle the finalize better,
5761         #314497
5762
5763 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764         
5765         * properties/ev-properties-view.c: 
5766         
5767         Set textdomain to libglade. Fixes translation problem in property page.
5768
5769 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5772         * dvi/Makefile.am:
5773         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5774         * dvi/mdvi-lib/Makefile.am:
5775         
5776         Fix rotation of thumbnails, ported to new API. Moved library
5777         dependencies earlier, probably it will fix linkage problem.
5778
5779 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5780
5781         * backend/ev-document-misc.c:
5782         (ev_document_misc_get_thumbnail_frame):
5783         * backend/ev-document-misc.h:
5784         * configure.ac:
5785         * pdf/ev-poppler.cc:
5786         * shell/Makefile.am:
5787         * shell/ev-sidebar-thumbnails.c: (add_range),
5788         (ev_sidebar_thumbnails_set_loading_icon),
5789         (ev_sidebar_thumbnails_refresh),
5790         (ev_sidebar_thumbnails_set_document):
5791         * shell/ev-sidebar-thumbnails.h:
5792         * shell/ev-view.c: (ev_view_motion_notify_event),
5793         (ev_view_set_property), (ev_view_get_property),
5794         (ev_view_class_init), (ev_view_set_rotation):
5795         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5796         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5797         (ev_window_init):
5798         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5799         Redo rotation (again).  prepare for 0.4.0
5800
5801 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5802
5803         * configure.ac: Bump poppler requirement to 0.4.1.
5804
5805         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5806         argument to poppler_page_render_selection() call.
5807
5808 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5811         (djvu_document_thumbnails_get_thumbnail):
5812         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5813         (dvi_document_thumbnails_get_thumbnail):
5814         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5815         (pixbuf_document_thumbnails_get_thumbnail):
5816         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5817         
5818         Update rotation direction of backends to fit with pdf and ps.
5819
5820 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5821
5822         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5823         * backend/ev-async-renderer.h:
5824         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5825         (setup_page), (ps_document_get_page_size),
5826         (ps_async_renderer_render_pixbuf):
5827         * ps/ps-document.h:
5828         * shell/ev-jobs.c: (ev_job_render_run):
5829
5830         Fix orientation in the postscript document
5831
5832 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5833
5834         * pdf/ev-poppler.cc:
5835         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5836         * shell/ev-view.c: (highlight_find_results):
5837
5838         Adapt to the new poppler rotation API. Fix text maps on landscape
5839         documents.
5840
5841 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5842
5843         * shell/ev-view.c (compute_new_selection_text): get the correct
5844         region when selecting in modes other than continuous.
5845
5846 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5847
5848         * shell/main.c (main): remove redundant g_warnings.
5849
5850 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * shell/Makefile.am: Don't include autogenerated
5853         file ev-application-service.h into distribution, since
5854         it causes dbus crash. Fix for bugs 313724 and 313443. 
5855
5856 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * configure.ac: Fix sed expression for FreeBSD. Thanks
5859         to Joe Marcus Clark <marcus@freebsd.org>
5860         
5861         * shell/eggfindbar.c: (entry_activate_callback),
5862         (entry_changed_callback), (egg_find_bar_init),
5863         (egg_find_bar_set_search_string):
5864         
5865         Made findbar buttons unsensitive if there is no text in
5866         entry. Fix for the bug 313285.
5867
5868 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * ps/ps-document.c: Use g_filename_display_name for displaying
5871         filenames and revert string freeze breackage
5872
5873 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5874
5875         * NEWS:
5876         * configure.ac:
5877
5878         Update for 0.3.4
5879
5880         * shell/Makefile.am:
5881
5882         Add ev-application-service.xml to extra dist
5883
5884         * shell/ev-view.c: (find_page_at_location):
5885
5886         Remove unused function (fix warning)
5887
5888 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5891         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5892         
5893         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5894         bug 313623.
5895
5896 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5899         * shell/ev-window.c:
5900         Fix build warnings
5901
5902 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * configure.ac: Update script to get dbus version.
5905         Fix for the bug #313443.
5906
5907 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/ev-window.c: (ev_window_cmd_escape):
5910         
5911         Return focus back to view on escape. Fix for bug 313295.
5912
5913 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5914
5915         * shell/ev-window.c: (update_window_title),
5916         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5917         (ev_window_cmd_save_as):
5918         
5919         Correct conversion from uri to displayable string. Fix for
5920         bug 313296.
5921
5922 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5923
5924         * ps/ps-document.c: convert filename to utf8 when there is an error
5925         loading document. Fixes #309915
5926
5927 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5928
5929         * configure.ac:
5930
5931         We depend on poppler 0.4.0
5932
5933 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5934
5935         * configure.ac:
5936         * NEWS: Release 0.3.3.
5937         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5938
5939 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5940
5941         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5942         add a couple missing mnemonics to menu items, use title 
5943         capitalization for menu items and window titles, and add 
5944         ellipsis to open menu item.     
5945
5946 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5947
5948         * pdf/ev-poppler.cc:
5949         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5950         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5951         (ev_view_get_rotation):
5952         * shell/ev-view.h:
5953         * shell/ev-window.c: (setup_view_from_metadata),
5954         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5955         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5956         disk.
5957
5958 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5959
5960         * configure.ac: Added tr to ALL_LINGUAS
5961
5962 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5963
5964         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5965         requires several clicks to find word. Thanks to 
5966         Colin Slater <kiltedtaco@gmail.com>.
5967
5968 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5969
5970         * data/evince.desktop.in.in: Hide menu entry and
5971         rename it to "Document Viewer". Fix for bug 
5972         #312399.
5973
5974 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5975
5976         * shell/ev-page-action.c (ev_page_action_class_init): 
5977
5978         Point to the correct function in constructor of the
5979         activate_label signal
5980
5981 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5982
5983         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5984         * shell/ev-jobs.h: Make thread safe.
5985
5986 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5987
5988         * shell/ev-view.c: (view_update_range_and_current_page):
5989         Don't update page range if we are scrolling to some document
5990         point.
5991
5992 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993
5994         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5995         when getting max_page_width, fix drawing in dual mode.
5996
5997 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5998
5999         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6000         getting the area for select_all.
6001
6002 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6003
6004         * backend/ev-selection.c: (ev_selection_render_selection):
6005         * backend/ev-selection.h:
6006         * pdf/ev-poppler.cc:
6007         * shell/ev-jobs.c: (ev_job_render_new):
6008         * shell/ev-jobs.h:
6009         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6010         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6011         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6012         (ev_view_class_init):
6013
6014         Change selection color on focus in and focus out events.  Also,
6015         poppler now uses GdkColor for specifying the selection colors, so
6016         drop some awkward conversion code.
6017
6018 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6019
6020         * configure.ac: Added Hebrew translation
6021
6022 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * NOTES:
6025         * backend/ev-selection.c: (ev_selection_render_selection):
6026         * backend/ev-selection.h:
6027         * pdf/ev-poppler.cc:
6028         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6029         (ev_job_render_run):
6030         * shell/ev-jobs.h:
6031         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6032         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6033         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6034         (ev_pixbuf_cache_style_changed),
6035         (ev_pixbuf_cache_get_selection_pixbuf),
6036         (ev_pixbuf_cache_set_selection_list),
6037         (ev_pixbuf_cache_get_selection_list):
6038         * shell/ev-pixbuf-cache.h:
6039         * shell/ev-utils.c: (ev_print_region_contents):
6040         * shell/ev-utils.h:
6041         * shell/ev-view.c: (ev_view_queue_draw_page),
6042         (selection_update_idle_cb), (ev_view_motion_notify_event),
6043         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6044         (setup_caches), (ev_view_find_next), (merge_selection_region),
6045         (selection_free):
6046         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6047
6048         Clean up selection to be much smoother!
6049
6050 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6051
6052         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6053         to poppler_page_render_selection().
6054
6055 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * ps/ps-document.c: (save_page_list): Use
6058         unzipped document when printing. Thanks to 
6059         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6060         311016.
6061
6062 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * shell/ev-window.c: (update_action_sensitivity):
6065         
6066         Disable print and save respect to lockdown gconf keys. Fix
6067         for 312342.
6068
6069 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * configure.ac:
6072         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6073         (write_to_temp_file), (ev_file_set_contents):
6074         * shell/ev-utils.h:
6075         * shell/ev-window.c: (save_print_config_to_file):
6076         
6077         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6078         Fix for bug 312238
6079
6080 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6081
6082         * shell/ev-window.c: (load_print_config_from_file),
6083         (save_print_config_to_file), (ev_window_print_range):
6084
6085         Persist the print settings. Fixes bug #311578.
6086
6087 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6088
6089         * djvu/djvu-document.c: (djvu_document_get_page_size),
6090         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6091         (djvu_document_thumbnails_get_thumbnail):
6092         * dvi/dvi-document.c: (dvi_document_get_page_size),
6093         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6094         (dvi_document_thumbnails_get_dimensions),
6095         (dvi_document_thumbnails_get_thumbnail):
6096         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6097         (pixbuf_document_render_pixbuf),
6098         (pixbuf_document_document_iface_init),
6099         (pixbuf_document_thumbnails_get_thumbnail):
6100         
6101         Update backends to make them build with new rotation system.
6102
6103 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * help/C/figures/evince_start_window.png:
6106         
6107         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6108
6109 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6110
6111         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6112         * shell/ev-pixbuf-cache.h:
6113         * shell/ev-sidebar-thumbnails.c:
6114         (ev_sidebar_thumbnails_get_property), (add_range),
6115         (adjustment_changed_cb):
6116         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6117         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6118         we were thumbnailing the entire docment on startup, slowing us
6119         down hugely. 
6120
6121 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6122
6123         * shell/ev-page-cache.c: (ev_page_cache_new):
6124         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6125         == 0, fixes #310306.
6126
6127 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6130         (ev_view_rotate_left):
6131
6132         Account rotation in doc_rect_to_view_rect.
6133         Ensure rotation doesnt go out of bounds.
6134
6135 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6136
6137         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6138
6139         Correct and cleanup w/h swapping
6140
6141 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6142
6143         * backend/ev-document-thumbnails.c:
6144         (ev_document_thumbnails_get_thumbnail):
6145         * backend/ev-document-thumbnails.h:
6146         * backend/ev-document.c:
6147         * backend/ev-document.h:
6148         * backend/ev-render-context.c: (ev_render_context_new),
6149         (ev_render_context_set_rotation):
6150         * backend/ev-render-context.h:
6151         * pdf/ev-poppler.cc:
6152         * ps/ps-document.c: (ps_document_document_iface_init):
6153         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6154         * shell/ev-jobs.h:
6155         * shell/ev-page-cache.c: (build_height_to_page),
6156         (ev_page_cache_new), (ev_page_cache_get_size),
6157         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6158         (ev_page_cache_get_height_to_page):
6159         * shell/ev-page-cache.h:
6160         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6161         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6162         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6163         (ev_pixbuf_cache_get_selection_pixbuf):
6164         * shell/ev-pixbuf-cache.h:
6165         * shell/ev-print-job.c: (idle_print_handler):
6166         * shell/ev-sidebar-thumbnails.c: (add_range):
6167         * shell/ev-view.c: (view_update_range_and_current_page),
6168         (get_page_y_offset), (get_page_extents),
6169         (ev_view_size_request_continuous_dual_page),
6170         (ev_view_size_request_continuous),
6171         (ev_view_size_request_dual_page),
6172         (ev_view_size_request_single_page), (draw_one_page),
6173         (ev_view_set_rotation), (ev_view_rotate_right),
6174         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6175         (ev_view_zoom_for_size_continuous_and_dual_page),
6176         (ev_view_zoom_for_size_continuous),
6177         (ev_view_zoom_for_size_dual_page),
6178         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6179         (ev_view_select_all):
6180         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6181         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6182         (tiff_document_document_iface_init),
6183         (tiff_document_thumbnails_get_thumbnail):
6184
6185         Use rotation rather than orientation. It's easier and enough
6186         for our needs.
6187
6188 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6189
6190         * shell/ev-page-cache.c: (build_height_to_page),
6191         (ev_page_cache_new), (ev_page_cache_get_size),
6192         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6193         (ev_page_cache_get_height_to_page):
6194         * shell/ev-page-cache.h:
6195         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6196         (ev_view_size_request_continuous_dual_page),
6197         (ev_view_size_request_continuous),
6198         (ev_view_zoom_for_size_continuous_and_dual_page),
6199         (ev_view_zoom_for_size_continuous):
6200
6201         Make the page cache aware of page orientation.
6202
6203 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6204
6205         * backend/ev-document-thumbnails.c:
6206         (ev_document_thumbnails_get_thumbnail):
6207         * backend/ev-document-thumbnails.h:
6208         * backend/ev-document.c:
6209         * backend/ev-document.h:
6210         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6211         * backend/ev-ps-exporter.h:
6212         * pdf/ev-poppler.cc:
6213         * ps/ps-document.c: (ps_document_document_iface_init),
6214         (ps_document_ps_export_do_page):
6215         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6216         * shell/ev-jobs.h:
6217         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6218         (ev_page_cache_get):
6219         * shell/ev-page-cache.h:
6220         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6221         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6222         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6223         * shell/ev-pixbuf-cache.h:
6224         * shell/ev-print-job.c: (idle_print_handler):
6225         * shell/ev-sidebar-thumbnails.c: (add_range):
6226         * shell/ev-view.c: (view_update_range_and_current_page),
6227         (get_page_extents), (ev_view_size_request_dual_page),
6228         (ev_view_size_request_single_page), (draw_one_page),
6229         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6230         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6231         (ev_view_zoom_for_size_dual_page),
6232         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6233         (ev_view_select_all):
6234         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6235         * tiff/tiff-document.c: (tiff_document_get_page_size),
6236         (tiff_document_get_orientation), (rotate_pixbuf),
6237         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6238         (tiff_document_thumbnails_get_thumbnail),
6239         (tiff_document_ps_export_do_page), (tiff_document_init):
6240
6241         Really make use of the orientation bit of the render context.
6242         Use the render context in a few more places in the backend API.
6243         This regress orientation, but now it's done right. Will try to
6244         fix it up asap...
6245
6246 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6247
6248         * shell/ev-view.c: (ensure_rectangle_is_visible):
6249
6250         Patch by Nickolay V. Shmyrev to fix find flickering
6251
6252 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6253
6254         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6255         duplex parameters to ::begin.
6256
6257         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6258         * shell/ev-print-job.c (idle_print_handler): 
6259         * ps/ps-document.c (ps_document_ps_export_begin): 
6260         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6261         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6262         implementations. Poppler backend needs poppler cvs. Rest has
6263         unchanged behavior.
6264
6265 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6266
6267         * shell/ev-window.c (using_pdf_printer): new function.
6268         (ev_window_print_range): print a less techy message if someone
6269         tries to print to PDF.
6270
6271 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6272
6273         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6274         from "unknown font" string. Bug #311431
6275
6276 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6277
6278         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6279
6280 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6281
6282         Bug #311280
6283         
6284         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6285         name for PopplerFontTypes
6286         (pdf_document_fonts_fill_model): add font type to the detail column
6287
6288         * backend/ev-document-fonts.h: added
6289         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6290
6291         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6292         font name and font details, add a little markup.
6293         (ev_properties_fonts_init): use the new cell data func, specify ypad
6294         property for the cell renderer.
6295         (ev_properties_fonts_set_document): add the details column.
6296
6297 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6298
6299         * configure.ac: Added "pl" to ALL_LINGUAS.
6300
6301 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6302
6303         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6304
6305 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6306
6307         * help/ChangeLog: Started this for translations of manual.
6308         * configure.ac, autogen.sh, .cvsignore: Migrated to
6309         gnome-doc-utils. Patch in bug #311222.
6310
6311 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6312
6313         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6314         #ifdef this away to fix an unused-function warning.
6315
6316 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6317
6318         * configure.ac: Added 'gl' to ALL_LINGUAS.
6319
6320 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6321
6322         * configure.ac: Added ne in ALL_LINGUAS
6323         
6324 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-view.c: (ev_view_leave_notify_event):
6327         
6328         Clear status message when pointer leaves view. Fix for bug
6329         #310818 
6330
6331 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6332
6333         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6334
6335 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-view.c: (ev_view_leave_notify_event),
6338         (ev_view_class_init):
6339         
6340         Set cursor to normal then leaving view.
6341
6342 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * configure.ac:
6345         
6346         Fix required djvulibre version.
6347
6348 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6349
6350         *configure.ac: Hindi (hi) language added
6351
6352 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6353
6354         *configure.ac: Punjabi (pa) Language added
6355
6356 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6357
6358         * data/evince-ui.xml, shell/ev-window.c:
6359         
6360         Add keypad accelerators for zooming. Fix for bug 308128.
6361
6362 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6363
6364         * Makefile.am:
6365         * backend/Makefile.am:
6366         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6367         * configure.ac:
6368         * shell/ev-document-types.c: (ev_document_types_add_filters):
6369
6370         Allow to enable/disable the pixbuf backend.
6371         Default to off for now. If we want it enabled we should
6372         really put mime types in the desktop, implement properties etc.
6373
6374         * properties/evince-properties.c:
6375
6376         Initialize error to NULL.
6377         Check error is not NULL before freeing.
6378
6379 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6380
6381         * shell/ev-window.c:
6382
6383         Use F5 as presentation accell
6384
6385 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * shell/ev-window.c: (update_chrome_visibility),
6388         (ev_window_create_fullscreen_popup), (ev_window_init):
6389
6390         Do not leak the fullscreen toolbar
6391
6392 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6393
6394         * shell/ev-window.c: (view_actions_focus_in_cb),
6395         (view_actions_focus_out_cb):
6396
6397         These has a return value! Fix totally random focus
6398         issues we was seeing.
6399
6400 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6401
6402         * shell/main.c: (load_files_remote):
6403
6404         Allow open more than one file
6405
6406 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6407
6408         * shell/main.c: (load_files_remote):
6409
6410         Fix for dbus 0.33. bug #309975
6411
6412 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6413
6414         * properties/ev-properties-main.c: (ev_properties_get_pages):
6415
6416         Actually return NULL for types we dont support
6417
6418 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6419
6420         * po/POTFILES.in:
6421
6422         Remove empty lines.
6423
6424 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6425
6426         * backend/ev-document-factory.c:
6427         (ev_document_factory_get_document):
6428
6429         Do not try to create the object if type
6430         is invalid.
6431
6432 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6433
6434         * ps/ps-document.c: (ps_document_dispose),
6435         (ps_async_renderer_render_pixbuf):
6436         * ps/ps-document.h:
6437
6438         Do not leak the target window
6439
6440 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6441
6442         * shell/ev-application.c: (ev_application_init):
6443
6444         Let tbe check file existence for us.
6445         Add a comment about eggrecent mime filter.
6446
6447 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6448
6449         * data/evince-ui.xml:
6450         * shell/ev-application.c: (ev_application_shutdown),
6451         (ev_application_init), (ev_application_get_toolbars_model),
6452         (ev_application_get_recent_model),
6453         (ev_application_save_toolbars_model):
6454         * shell/ev-application.h:
6455         * shell/ev-window.c: (ev_window_add_recent),
6456         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6457         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6458         (ev_window_init):
6459
6460         Use common toolbar and recent models for all windows.
6461         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6464
6465         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6466         successfully check for gtk_icon_view_get_visible_range.
6467
6468 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6469
6470         * djvu/Makefile.am:
6471         * dvi/Makefile.am:
6472         
6473         Fix djvu and dvi backend build.
6474
6475 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6476
6477         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6478         (new_separator_pixbuf):
6479
6480         Don't leak windows.
6481
6482 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6483
6484         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6485
6486         HIGification of toolbar editor dialogue.
6487
6488 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6489
6490         * configure.ac:
6491         * shell/Makefile.am:
6492
6493         Ever build metadata manager since it's just
6494         disabled at runtime now.
6495
6496 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6497
6498         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6499         (ev_metadata_manager_get), (ev_metadata_manager_set):
6500         * shell/ev-metadata-manager.h:
6501
6502         Add an _init functions that enabled metadata management
6503         at runtime.
6504
6505         * shell/ev-window.c: (page_changed_cb),
6506         (setup_document_from_metadata), (ev_window_setup_document),
6507         (setup_view_from_metadata), (ev_window_open_uri),
6508         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6509         (ev_window_run_presentation), (ev_window_stop_presentation),
6510         (save_sizing_mode), (ev_window_zoom_changed_cb),
6511         (ev_window_continuous_changed_cb),
6512         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6513         (window_configure_event_cb):
6514
6515         Remove all ugly metadata define since we deal with it
6516         at runtime now.
6517
6518         * shell/main.c: (load_files_remote), (main):
6519
6520         Add support for dbus cvs head. Hopefully didnt break one
6521         of the other versions now!
6522
6523         If we dont get a response from the dbus server just
6524         give up with it and not enable metadata.
6525
6526 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6527
6528         * Makefile.am:
6529         * backend/Makefile.am:
6530         * configure.ac:
6531         * cut-n-paste/recent-files/Makefile.am:
6532         * cut-n-paste/toolbar-editor/Makefile.am:
6533         * cut-n-paste/zoom-control/Makefile.am:
6534         * lib/Makefile.am:
6535         * pdf/Makefile.am:
6536         * pixbuf/Makefile.am:
6537         * properties/Makefile.am:
6538         * ps/Makefile.am:
6539         * shell/Makefile.am:
6540         * thumbnailer/Makefile.am:
6541         * tiff/Makefile.am:
6542
6543         Make frontends depend on just libev.
6544         Rework and group CFLAGS/LIBS definitions.
6545         Cleanups.
6546
6547 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6548
6549         * shell/ev-window:
6550
6551         do not unnecessarily save zoom
6552
6553         * configure.ac:
6554         * lib/ev-file-helpers.c: (ev_dot_dir):
6555         * shell/Makefile.am:
6556         * shell/dummy.cc:
6557
6558         Some cleanups
6559
6560 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6561
6562         * configure.ac:
6563         
6564         Remove unnecessary dependencies
6565
6566 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6567
6568         * properties/Makefile.am:
6569         * thumbnailer/Makefile.am:
6570         * tiff/Makefile.am:
6571
6572         Some more cleanups. Was really necessary
6573         but I probably introduced bugs, feel free
6574         to flame :)
6575
6576 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6577
6578         * backend/Makefile.am:
6579         * configure.ac:
6580         * cut-n-paste/recent-files/Makefile.am:
6581         * cut-n-paste/toolbar-editor/Makefile.am:
6582         * cut-n-paste/zoom-control/Makefile.am:
6583         * lib/Makefile.am:
6584         * pdf/Makefile.am:
6585         * pixbuf/Makefile.am:
6586         * properties/Makefile.am:
6587         * ps/Makefile.am:
6588         * shell/Makefile.am:
6589         * thumbnailer/Makefile.am:
6590         * tiff/Makefile.am:
6591
6592         Use gnome-common macros when possible.
6593         Cleanup dependencies.
6594         Actually disable deprecated where possible.
6595
6596 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6597
6598         * Makefile.am:
6599         * backend/Makefile.am:
6600         * properties/Makefile.am:
6601         * shell/Makefile.am:
6602         * thumbnailer/Makefile.am:
6603
6604         This should solve the circular dep without
6605         requiring dir reorg!
6606
6607         * shell/ev-window.c: (setup_view_from_metadata):
6608
6609         Never restore window size/position when the
6610         window is already visible.
6611
6612 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6613
6614         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6615
6616         Return a boolean from timeout func. Fix ported from gedit.
6617
6618 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6619
6620         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6621
6622 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6623
6624         * shell/ev-document-types.c: set "All Documents" as default filter in
6625         open dialog
6626
6627 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6628
6629         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6630         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6631         (ev_metadata_manager_set_boolean): fix value/val thinko.
6632
6633 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6634
6635         * shell/ev-window.c: (setup_view_from_metadata),
6636         (window_state_event_cb), (window_configure_event_cb),
6637         (ev_window_init):
6638
6639         Remember window position and maximized state
6640
6641 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6642
6643         * configure.ac:
6644
6645         Fix DBUS configure checks.
6646
6647         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6648         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6649         (ev_metadata_manager_set_boolean):
6650
6651         Plug mem leaks.
6652
6653         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6654         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6655         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6656         (ev_window_continuous_changed_cb),
6657         (ev_window_dual_mode_changed_cb), (ev_window_new):
6658
6659         Fix the build without DBUS.
6660
6661 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6664         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6665         (ev_metadata_manager_set_string),
6666         (ev_metadata_manager_set_boolean):
6667         * shell/ev-metadata-manager.h:
6668
6669         Add support for some more types
6670
6671         * shell/ev-view.c: (scroll_to_current_page),
6672         (ev_view_get_continuous), (ev_view_set_continuous),
6673         (ev_view_get_dual_page):
6674         * shell/ev-view.h:
6675         * shell/ev-window.c: (page_changed_cb),
6676         (setup_document_from_metadata), (ev_window_setup_document),
6677         (setup_view_from_metadata), (ev_window_open_uri),
6678         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6679         (ev_window_run_presentation), (ev_window_stop_presentation),
6680         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6681         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6682         (ev_window_update_dual_page_action),
6683         (ev_window_continuous_changed_cb),
6684         (ev_window_dual_mode_changed_cb), (ev_window_init):
6685
6686         Remember a bunch of view/document properties. Prolly some
6687         are still missing but it's getting interesting.
6688
6689 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6690
6691         * configure.ac: check if dbus-binding-tool is installed. Not the
6692         case on current Ubuntu breezy, it seems.
6693
6694 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6695
6696         * data/evince.desktop.in.in:
6697         
6698         Allow open uri lists and add TryExec field.
6699
6700 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6701
6702         * configure.ac:
6703
6704         Enable dbus when available, do not require a configure
6705         option.
6706
6707 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6708
6709         * configure.ac:
6710
6711         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6712         disabled.
6713
6714 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6715         Marco Pesenti Gritti  <mpg@redhat.com>
6716
6717         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6718         
6719         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6720         functions to the format required by dbus
6721
6722         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6723         errors. Use the RPC parameters in the expected way
6724
6725 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6726
6727         * Makefile.am:
6728         * properties/Makefile.am:
6729         * properties/ev-properties-main.c: (ev_properties_get_pages):
6730
6731         Support all mime types
6732
6733         * shell/Makefile.am:
6734         * thumbnailer/Makefile.am:
6735         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6736         (evince_thumbnail_pngenc_get):
6737
6738         Use the document factory
6739
6740 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * backend/Makefile.am:
6743         * backend/ev-document-factory.c:
6744         (mime_type_supported_by_gdk_pixbuf),
6745         (ev_document_type_get_from_mime),
6746         (ev_document_factory_get_document),
6747         (ev_document_factory_get_backend),
6748         (ev_document_factory_get_mime_types),
6749         (ev_document_factory_get_all_mime_types):
6750         * backend/ev-document-factory.h:
6751         * shell/Makefile.am:
6752         * shell/ev-document-types.c: (get_document_from_uri),
6753         (ev_document_types_get_document),
6754         (file_filter_add_mime_list_and_free),
6755         (ev_document_types_add_filters):
6756         * shell/ev-document-types.h:
6757         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6758         * shell/ev-properties-dialog.c:
6759         (ev_properties_dialog_set_document):
6760         * shell/ev-window.c: (ev_window_cmd_file_open),
6761         (ev_window_cmd_save_as):
6762         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6763
6764         Rework document types managing to avoid code duplication
6765         and actually abstract from backend implementations.
6766         Also provide a minimal factory api that can be used by
6767         thumbnailer/properties.
6768
6769 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6770
6771         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6772         Plug a mem leak.
6773         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6774         HIG spacings.
6775
6776 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6777
6778         * shell/ev-properties-dialog.c
6779         (ev_properties_dialog_set_document): only call
6780         ev_properties_fonts_set_document() if the document implements the
6781         fonts interface
6782
6783 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * configure.ac:
6786         * properties/Makefile.am:
6787         * properties/ev-properties-view.c:
6788         (ev_properties_view_register_type):
6789         * properties/ev-properties-view.h:
6790         * properties/ev-properties-main.h:
6791
6792         Implement nautilus plugin for properties.
6793         Works only for pdf atm, I need to rework the
6794         document types stuff to get this to work
6795         for all backends...
6796
6797 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6798
6799         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6800         (ev_properties_fonts_set_document): use
6801         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6802
6803 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6804
6805         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6806         them
6807         (PlaceImage, tiff2ps_process_page): use
6808         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6809
6810
6811 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6812
6813         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6814         (main): to call gnome_authentication_manager_init. Should fix
6815         Bug #308510
6816
6817         * configure.ac: that requires libgnomeui 2.6.0.
6818
6819 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6820
6821         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6822         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6823         use the new tiff2ps interfaces
6824
6825         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6826         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6827
6828         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6829         structure instead of global variables.  Remove use of static
6830         variables in functions.
6831
6832 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6833
6834         * shell/ev-page-action.c: unref the completion after setting it to the
6835         entry
6836
6837 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6838
6839         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6840         postscript files
6841
6842 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6843
6844         * shell/ev-window.c (update_action_sensitivity): disable
6845         File->Print if the document does not implement the ps exporter
6846         interface
6847
6848 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * Makefile.am:
6851         * configure.ac:
6852         * data/evince-properties.glade:
6853         * properties/.cvsignore:
6854         * properties/Makefile.am:
6855         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6856         (ev_properties_view_class_init), (ev_properties_view_format_date),
6857         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6858         (ev_properties_view_init), (ev_properties_view_new):
6859         * properties/ev-properties-view.h:
6860         * shell/Makefile.am:
6861         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6862         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6863         (ev_properties_dialog_new):
6864         * shell/ev-properties-dialog.h:
6865         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6866         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6867         (update_progress_label), (job_fonts_finished_cb),
6868         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6869         * shell/ev-properties-fonts.h:
6870         * shell/ev-properties.c:
6871         * shell/ev-properties.h:
6872         * shell/ev-window.c: (ev_window_setup_document),
6873         (ev_window_cmd_file_properties):
6874
6875         Split the properties pages in two different objects, depend
6876         only on the backend where possible, use widgets instead
6877         of gobject for the glade part, reimplement the dialog
6878         itself with gtk.
6879         I need this to implement nautilus properties page.
6880
6881 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6882
6883         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6884         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6885         (tiff_document_document_ps_exporter_iface_init): implement the ps
6886         exporter interface for tiff documents
6887
6888         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6889         libtiff to implement TIFF postscript export
6890
6891         * tiff/tiff2ps.h: added a header file for external tiff2ps
6892         functions.
6893
6894         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6895         tiff2ps.h
6896
6897 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-view.c: (scroll_to_current_page),
6900         (ev_view_set_fullscreen), (ev_view_set_presentation):
6901         
6902         Scroll to current page when exit from presentation
6903
6904 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * shell/ev-window.c: (update_document_mode),
6907         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6908         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6909         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6910         
6911         Exit from fullscreen mode when switch to presentation. Fix for
6912         bug 309365
6913
6914 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6915
6916         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6917         return NULL if the document does not implement the selection
6918         interface.
6919
6920 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6921
6922         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6923         reported height by using the resolution aspect ratio
6924         (tiff_document_render_pixbuf): scale the pixbuf using the
6925         resolution aspect ratio
6926
6927 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * configure.ac:
6930         
6931         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6932         <kiltedaco@gmail.com>
6933         
6934         * djvu/djvu-document.c: (djvu_document_get_orientation),
6935         (djvu_document_set_orientation), (djvu_document_get_page_size),
6936         (rotate_pixbuf), (djvu_document_render_pixbuf),
6937         (djvu_document_document_iface_init):
6938         * dvi/dvi-document.c: (dvi_document_get_orientation),
6939         (dvi_document_set_orientation), (dvi_document_get_page_size),
6940         (rotate_pixbuf), (dvi_document_render_pixbuf),
6941         (dvi_document_document_iface_init):
6942         
6943         Dvi and djvu backends are ported to new API
6944
6945 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6946
6947         * backend/ev-selection.c: (ev_selection_get_selection_region),
6948         (ev_selection_get_selection_map):
6949         * backend/ev-selection.h:
6950         * pdf/ev-poppler.cc:
6951         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6952         * shell/ev-jobs.h:
6953         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6954         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6955         (ev_pixbuf_cache_get_text_mapping):
6956         * shell/ev-pixbuf-cache.h:
6957         * shell/ev-view.c: (location_in_text),
6958         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6959         support to EvView.  Now we can see where we can select!  Sweet!
6960
6961 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6962
6963         * shell/ev-view.c (ev_view_button_press_event): Fix
6964         event->y + view->scroll_x typo.
6965
6966 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6967
6968         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6969         sub-GdkPixbuf instead of passing dest_x and dest_y.
6970         
6971         * shell/ev-view.c: (view_point_to_doc_point),
6972         (view_rect_to_doc_rect), (ev_view_button_press_event),
6973         (ev_view_motion_notify_event), (compute_new_selection_rect),
6974         (gdk_rectangle_point_in), (compute_new_selection_text),
6975         (compute_selections): Update selection code to keep the selection
6976         around as two points and not as a normalized rectangle, and fix
6977         page level selection in two-column mode.
6978
6979 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6980
6981         * shell/ev-window.c: (window_configure_event_cb): 
6982         
6983         Fix compilation
6984         
6985 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6986
6987         * pdf/ev-poppler.cc:
6988
6989         Fix compilation
6990
6991 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6992
6993         * shell/Makefile.am:
6994         * shell/ev-metadata-manager.c: (item_free),
6995         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6996         (parse_value), (parseItem), (load_values),
6997         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6998         (save_values), (save_item), (get_oldest), (resize_items),
6999         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7000         * shell/ev-metadata-manager.h:
7001
7002         Metadata manager from gedit but modified to use GValue, so that
7003         we dont need to keep converting from strings.
7004
7005         * configure.ac:
7006
7007         ENABLE_METADATA conditional, on when dbus is on
7008
7009         * shell/ev-application.c: (ev_application_open_uri):
7010
7011         Show the window after load so that we can initialize
7012         window size before it's showed.
7013
7014         * shell/ev-window.c: (ev_window_setup_from_metadata),
7015         (ev_window_open_uri), (window_configure_event_cb),
7016         (ev_window_init):
7017
7018         Save and load metadata information about window size.
7019         Not yet keeping states in account.
7020
7021         * shell/main.c: (main):
7022
7023         Shutdown metadata manager.
7024
7025 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7026
7027         * shell/ev-application-service.xml:
7028         * configure.ac:
7029         * shell/Makefile.am:
7030         * shell/ev-application.c:
7031         * shell/ev-application.h:
7032         * shell/ev-window.c:
7033         * shell/ev-window.h:
7034         * shell/main.c:
7035
7036         Add an optional dbus interface (--enable-dbus).
7037         Rework application code, mainly to be easier to
7038         use "remotely".
7039         Do not open multiple windows with the same document,
7040         spatial evince!
7041
7042 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7043
7044         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7045         pixbuf iff it exists.
7046
7047 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7048
7049         * shell/*:
7050         * backend/ev-render-context.[ch]:
7051         * backend/ev-selection.[ch]:
7052
7053         Massive changes.  We now support text selection of pdfs, and not
7054         just rectangular selection.  This is pretty broken still, but I
7055         want to get something into CVS.
7056
7057 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * pdf/ev-poppler.cc:
7060         
7061         Fix for Bug 309080: crash on window close.
7062         
7063         * shell/ev-page-action.c: (page_changed_cb):
7064         
7065         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7066         jensgr@gmx.net (Jens Granseuer).
7067
7068 2005-06-25  Marcel Telka  <marcel@telka.sk>
7069
7070         * configure.in (ALL_LINGUAS): Added sk.
7071
7072 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7073
7074         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7075         not a document open
7076
7077 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7078
7079         * NEWS:
7080         * configure.ac:
7081
7082         Release 0.3.2
7083
7084         * cut-n-paste/recent-files/Makefile.am:
7085
7086         Fix make distcheck
7087
7088 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7091         (pixbuf_document_set_orientation), (rotate_pixbuf),
7092         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7093         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7094
7095         Implement rotation and cleanup the code a bit.
7096
7097         * tiff/tiff-document.c: (tiff_document_get_page_size),
7098         (tiff_document_get_orientation), (tiff_document_set_orientation),
7099         (rotate_pixbuf), (tiff_document_render_pixbuf),
7100         (tiff_document_document_iface_init), (tiff_document_init):
7101
7102         Implement rotation. Was the quicker solution for the release
7103         but we really need to share this code in the shell.
7104
7105 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7106
7107         * pdf/ev-poppler.cc:
7108
7109         Enable rotation, require poppler cvs. Fix a leak.
7110
7111 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * shell/ev-window.c: (update_action_sensitivity):
7114         
7115         Make properties unsensitive if document backend doesn't provide
7116         any info
7117
7118 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7119
7120         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7121         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7122         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7123         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7124         (bitmap_flip_rotate_counter_clockwise):
7125         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7126         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7127         (buff_gets):
7128         * dvi/mdvi-lib/common.h:
7129         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7130         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7131         (opendvi), (mdvi_reload), (mdvi_init_context),
7132         (mdvi_destroy_context), (mdvi_dopage), (special):
7133         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7134         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7135         (file_hash_free), (register_encoding), (parse_spec),
7136         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7137         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7138         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7139         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7140         (mdvi_register_font_type), (mdvi_unregister_font_type),
7141         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7142         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7143         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7144         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7145         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7146         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7147         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7148         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7149         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7150         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7151         (mdvi_unregister_special), (mdvi_flush_specials):
7152         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7153         (t1_font_remove):
7154         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7155         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7156         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7157         (free_font_metrics), (flush_font_metrics):
7158         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7159         (tt_font_remove):
7160         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7161         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7162         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7163         (dstring_insert), (dstring_new), (dstring_reset):
7164         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7165         
7166         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7167         avoid conflict with libtool on FC4
7168         
7169         * shell/ev-window.c: (ev_window_cmd_help_about):
7170         
7171         Update copyright year. Fix for bug 308828.
7172
7173 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * shell/ev-view.c: (add_scroll_binding_keypad),
7176         (ev_view_binding_activated), (ev_view_class_init),
7177         (on_adjustment_value_changed):
7178         
7179         Bug 170874: Arrow keys switch pages in presentation mode
7180
7181 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7184         
7185         Fix for Bug 308265: Sidebar dissappears coming out of 
7186         Presentation mode
7187
7188 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-application.c: (ev_application_open):
7191         * shell/ev-document-types.c: (ev_document_types_add_filters),
7192         (ev_document_types_add_filters_for_type):
7193         * shell/ev-document-types.h:
7194         * shell/ev-window.c: (ev_window_cmd_save_as):
7195         
7196         Suggest basename as template when saving, provide filters
7197         for save dialog. It's bug 308402
7198
7199 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7200
7201         * pdf/ev-poppler.cc:
7202         * shell/ev-sidebar-links.c: (job_finished_callback):
7203         * shell/ev-view.c: (update_find_status_message):
7204         
7205         Some leaks fixed
7206
7207 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7208
7209         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7210         (egg_recent_view_uimanager_set_list):
7211
7212         Fix buglet in !show_numbers case.
7213
7214 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7215
7216         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7217         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7218
7219         Use pango ellipsisation.
7220
7221         * pdf/ev-poppler.cc:
7222
7223         Fix refcount leak, from nsh.
7224
7225 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * cut-n-paste/recent-files/Makefile.am:
7228         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7229         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7230         
7231         Removed EggRecentViewGtk
7232         
7233         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7234         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7235         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7236         (ev_window_setup_recent):
7237         
7238         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7239         with other projects
7240
7241 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7244         (egg_recent_view_gtk_finalize):
7245
7246         Fix memory leak
7247
7248         * cut-n-paste/toolbar-editor/Makefile.am:
7249         
7250         Fix location of cursor icon.
7251         
7252         * pdf/ev-poppler.cc:
7253         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7254         (display_completion_text), (match_completion):
7255         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7256         (selection_changed_callback), (create_loading_model),
7257         (print_section_cb), (links_page_num_func),
7258         (update_page_callback_foreach):
7259         * shell/ev-window.c: (ev_window_dispose):
7260         
7261         Small memory fixes. Links model now store objects instead
7262         of pointers to improve memory management. 
7263
7264 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266         * shell/ev-window.c: (zoom_control_changed_cb):
7267         
7268         Fix update of zoom control (bug 308268).
7269
7270 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7271
7272         * shell/ev-properties.c (set_property): escape the text correctly.
7273         Handles non-UTF-8 properties and escaped properties.  Also, sets
7274         the text to "<i>None</i>" if the property isn't set.
7275
7276         * data/evince-properties.glade: Change the label to be ellipsized,
7277         and give it a minimum size.
7278
7279 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7282         * shell/ev-sidebar-links.c: (create_loading_model):
7283         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7284         * shell/ev-view.c: (ev_view_set_document):
7285         * shell/ev-window.c: (ev_window_dispose):
7286         
7287         Various small fixes, mostly memory leaks. Thanks to valgrind.
7288
7289 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7290
7291         * ps/ps-document.c: remove the locale.h include again ;-). And
7292         kill the (bogus) setlocale/savelocale business.
7293
7294 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7295
7296         * ps/ps-document.c:
7297         
7298         Include locale.h to fix build
7299         
7300         * shell/ev-sidebar.c:
7301         
7302         Remove unnecessary includes
7303
7304 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * dvi/dvi-document.c: (dvi_document_load):
7307         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7308         * po/POTFILES.in:
7309         
7310         Check for incorrect dvi files. Fix parsing dvi on AMD64
7311         platform. Thanks to tester@tester.ca (Olivier Crete).
7312
7313 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-page-action.c: (match_selected_cb),
7316         (display_completion_text), (match_completion), (update_model):
7317         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7318         (expand_open_links):
7319         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7320         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7321         (ev_sidebar_set_document):
7322         * shell/ev-window.c: (ev_window_xfer_job_cb),
7323         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7324         
7325         Fixed lot's of memory leaks, for example, memory leak on reload, 
7326         described in bug 307793.
7327
7328 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * pdf/ev-poppler.cc:
7331         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7332         (update_visible_range), (adjustment_changed_cb),
7333         (ev_sidebar_thumbnails_fill_model),
7334         (ev_sidebar_thumbnails_refresh),
7335         (ev_sidebar_tree_selection_changed),
7336         (ev_sidebar_icon_selection_changed),
7337         (ev_sidebar_thumbnails_use_icon_view),
7338         (ev_sidebar_thumbnails_set_document):
7339         * shell/ev-sidebar-thumbnails.h:
7340         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7341         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7342
7343         Refresh thumbnails when changing orientation. Not fully
7344         working yet becuase of a sidebar bug.
7345
7346         Set page orientation to poppler page everywhere. This sucks
7347         really need to fix poppler.
7348
7349 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7352         (egg_recent_view_gtk_new_menu_item),
7353         (egg_recent_view_gtk_set_property),
7354         (egg_recent_view_gtk_get_property),
7355         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7356         (egg_recent_view_gtk_set_tooltip_func),
7357         (egg_recent_view_gtk_set_label_width),
7358         (egg_recent_view_gtk_get_label_width):
7359         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7360
7361         Sync with libegg (ellipsize labels)
7362
7363 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * data/evince-ui.xml:
7366         * shell/ev-window.c: (ev_window_cmd_go_forward),
7367         (ev_window_cmd_go_backward):
7368         
7369         Shift + PageUp moves 10 Pages. Fix for 306125
7370
7371 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7372
7373         * pdf/ev-poppler.cc:
7374
7375         Add a flag to check if orientation has been overriden
7376
7377 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7378
7379         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7380         field if necessary.
7381
7382         * ps/ps.h: add creator field to document.
7383
7384         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7385         set creator field.
7386
7387 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * data/evince-properties.glade:
7390         * shell/ev-properties.c: (ev_properties_set_document):
7391
7392         s/PDF Version/Format
7393
7394 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7395
7396         * shell/ev-properties.c: (ev_properties_set_document):
7397
7398         Remove unnecessary translations
7399
7400 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7401
7402         * cut-n-paste/toolbar-editor/Makefile.am:
7403
7404         Correct library name    
7405
7406 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * configure.ac:
7409         * cut-n-paste/recent-files/egg-recent-model.c:
7410         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7411         (egg_recent_model_unlock_file):
7412         * cut-n-paste/recent-files/egg-recent-util.c:
7413         (egg_recent_util_get_unique_id):
7414         * cut-n-paste/recent-files/update-from-egg.sh:
7415         * cut-n-paste/toolbar-editor/Makefile.am:
7416         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7417         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7418         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7419         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7420         (egg_toolbars_model_get_type):
7421         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7422
7423         Better makefile for toolbar editor and update everything
7424         to latest libegg.
7425
7426 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * shell/ev-window.c: (update_document_mode):
7429
7430         Prefer presentation mode when the document
7431         require fullscreen.
7432
7433 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7434
7435         * data/evince-ui.xml:
7436         * shell/ev-window.c:
7437
7438         Add control-equal for zooming
7439
7440 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7441
7442         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7443
7444 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * backend/ev-document.c: (ev_document_get_orientation):
7447         * backend/ev-document.h:
7448         * pdf/ev-poppler.cc:
7449         * ps/ps-document.c: (ps_document_get_orientation),
7450         (ps_document_set_orientation), (ps_document_document_iface_init):
7451
7452         Add a get_orientation api. Improve set_orientation.
7453
7454         * data/evince-ui.xml:
7455         * shell/ev-view.c: (ev_view_set_orientation),
7456         (ev_view_rotate_right), (ev_view_rotate_left):
7457         * shell/ev-view.h:
7458         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7459         (ev_window_cmd_edit_rotate_right):
7460
7461         Better ui for changing document orientation
7462
7463 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7464
7465         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7466         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7467         * shell/ev-sidebar-links.h:
7468         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7469         (ev_sidebar_page_iface_init):
7470         * shell/ev-sidebar-page.h:
7471         * shell/ev-sidebar-thumbnails.c:
7472         (ev_sidebar_thumbnails_get_property),
7473         (ev_sidebar_thumbnails_class_init),
7474         (ev_sidebar_thumbnails_set_document):
7475         * shell/ev-sidebar-thumbnails.h:
7476         * shell/ev-view.c: (ev_view_motion_notify_event):
7477         * shell/ev-window.c: (update_chrome_visibility),
7478         (ev_window_cmd_focus_page_selector),
7479         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7480         (sidebar_page_main_widget_update_cb), (ev_window_init):
7481         
7482         Autoraise toolbar on GoToPage binding and fix bindings in
7483         EvSidebarThumbnails page.
7484
7485 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7486
7487         * shell/ev-properties.c: (update_progress_label):
7488
7489         Hide the progress label when finished; bug #307697.
7490
7491 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7492
7493         * pdf/ev-poppler.cc:
7494
7495         Enable is_open for links, you will need poppler cvs
7496
7497         * shell/ev-properties.c: (job_fonts_finished_cb):
7498
7499         Get a lock on the document when filling the tree view
7500
7501 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7502
7503         * backend/ev-document-links.h:
7504         * pdf/ev-poppler.cc:
7505         * shell/ev-sidebar-links.c: (create_loading_model),
7506         (expand_open_links), (job_finished_callback):
7507
7508         Expand links when specified by the document.
7509         Depend on a poppler api (defined out for now)
7510
7511 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7512
7513         * shell/ev-properties.c: (ev_properties_dispose),
7514         (ev_properties_class_init), (dialog_destroy_cb),
7515         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7516         (ev_properties_set_document), (ev_properties_new),
7517         (ev_properties_show):
7518         * shell/ev-properties.h:
7519
7520         Make it an object, cleanup the code, api to show it as transient
7521         and to set the document.
7522
7523         * shell/ev-window.c: (ev_window_setup_document),
7524         (ev_window_cmd_file_properties):
7525
7526         Adapt to EvProperties changes, do not show multiple
7527         times, update it when document changes.
7528
7529 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7530
7531         * ps/gstypes.h:
7532         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7533         (ps_document_set_orientation), (ps_document_document_iface_init):
7534         * ps/ps-document.h:
7535
7536         Implement orientation here too
7537
7538         * shell/ev-properties.c: (ev_properties_new):
7539         * data/evince-properties.glade:
7540
7541         Hide the fonts page for backends that doesnt
7542         support it.     
7543
7544 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7545
7546         * backend/ev-document.c: (ev_document_set_orientation):
7547         * backend/ev-document.h:
7548         * pdf/ev-poppler.cc:
7549
7550         Add orientation api. Currently poppler api is not optimal,
7551         we need to set orientation every time we _get a page.
7552         I will try to fix that at some point.
7553
7554         * data/evince-ui.xml:
7555         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7556         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7557
7558         Add orientation menu items
7559
7560         * shell/ev-page-cache.c: (ev_page_cache_clear):
7561         * shell/ev-page-cache.h:
7562
7563         Add api to clear the cache
7564
7565         * shell/ev-view.c: (setup_caches), (clear_caches),
7566         (ev_view_set_document), (ev_view_zoom_out),
7567         (ev_view_set_orientation):
7568         * shell/ev-view.h:
7569
7570         Implement orientation changing
7571
7572 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7573
7574         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7575         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7576         * backend/ev-document-fonts.h:
7577
7578         Separate scan and fill so that we can incrementally fill from
7579         the main thread. Add a progress api.
7580
7581         * data/evince-properties.glade:
7582         * pdf/ev-poppler.cc:
7583         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7584         * shell/ev-jobs.h:
7585         * shell/ev-properties.c: (update_progress_label),
7586         (job_fonts_finished_cb), (setup_fonts_view):
7587
7588         Incrementally feel the list and show the progress
7589         percentage in a label like acrobat does.
7590
7591         You are going to need poppler cvs
7592
7593 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7594
7595         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7596         * backend/ev-document-fonts.h:
7597         * pdf/ev-poppler.cc:
7598
7599         Make fonts model fill incrementally.
7600
7601         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7602         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7603         (ev_job_queue_remove_job):
7604         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7605         (ev_job_fonts_new), (ev_job_fonts_run):
7606         * shell/ev-jobs.h:
7607
7608         New job for fonts scanning
7609
7610         * shell/ev-properties.c: (job_fonts_finished_cb),
7611         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7612         * shell/ev-properties.h:
7613         * shell/ev-window.c: (ev_window_cmd_file_properties):
7614
7615         Incrementally feel the treeview using the new job. Show Loading...
7616         message until scanning is completed.
7617
7618         Hopefully I didnt break the build without the poppler patch.
7619
7620 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7621
7622         * shell/ev-application.c: (ev_application_open):
7623         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7624         (ev_document_type_get_type), (ev_document_type_lookup):
7625         * shell/ev-document-types.h:
7626         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7627         * shell/ev-job-xfer.h:
7628         * shell/ev-window.c: (ev_window_clear_local_uri),
7629         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7630         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7631         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7632         
7633         Transfer remote documents to tmp directory to display them later.
7634
7635 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7636
7637         * backend/ev-document-info.h:
7638         * shell/ev-properties.c: (ev_properties_new):
7639
7640         s/GTime*/GTime. Not sure why we was using a pointer
7641         at all there!
7642
7643 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7644
7645         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7646         situations.  That situation is that you're using GTK+-HEAD with
7647         the patch at #306726 is applied, and you have a document with <
7648         1500 pages in it.  It's not quite as uniformly nice as the
7649         TreeView, but should be better in the long run.
7650
7651         I'm pretty sure I guarded against breaking compilation with
7652         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7653         I missed some.
7654
7655         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7656         widget yet, so I commented that code out
7657         enable_view_actions_for_widget() for now.  Need to figure this
7658         out.
7659
7660         * shell/ev-page-action.c (match_selected_cb): emit the right
7661         signals.  Our cool C-l completion now works.
7662
7663 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * backend/Makefile.am:
7666         * backend/ev-document-fonts.c:
7667         * backend/ev-document-links.c:
7668         * backend/ev-document.c: (ev_document_load):
7669         * backend/ev-document.h:
7670         * backend/ev-job-queue.c:
7671         * backend/ev-job-queue.h:
7672         * backend/ev-jobs.c:
7673         * backend/ev-jobs.h:
7674         * backend/ev-page-cache.c:
7675         * backend/ev-page-cache.h:
7676
7677         EvPageCache and EvJobs are moved to shell.
7678
7679         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7680         (ev_tmp_filename):
7681         * lib/ev-file-helpers.h:
7682         
7683         New helper to work with temporary files
7684         
7685         * shell/Makefile.am:
7686         * shell/ev-application.c: (ev_application_open):
7687         * shell/ev-application.h:
7688         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7689         (remove_job_from_async_queue), (add_job_to_async_queue),
7690         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7691         (handle_job), (search_for_jobs_unlocked),
7692         (no_jobs_available_unlocked), (ev_render_thread),
7693         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7694         (ev_job_queue_add_job), (move_job_async), (move_job),
7695         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7696         * shell/ev-job-queue.h:
7697         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7698         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7699         * shell/ev-job-xfer.h:
7700         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7701         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7702         (ev_job_links_class_init), (ev_job_render_init),
7703         (ev_job_render_dispose), (ev_job_render_class_init),
7704         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7705         (ev_job_thumbnail_class_init), (ev_job_load_init),
7706         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7707         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7708         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7709         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7710         * shell/ev-jobs.h:
7711         * shell/ev-page-action.c: (ev_page_action_set_document):
7712         * shell/ev-page-cache.c: (ev_page_cache_init),
7713         (ev_page_cache_class_init), (ev_page_cache_finalize),
7714         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7715         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7716         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7717         (ev_page_cache_get_title), (ev_page_cache_get_size),
7718         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7719         (ev_page_cache_get_height_to_page),
7720         (ev_page_cache_get_max_label_chars),
7721         (ev_page_cache_get_page_label),
7722         (ev_page_cache_has_nonnumeric_page_labels),
7723         (ev_page_cache_get_info), (ev_page_cache_next_page),
7724         (ev_page_cache_prev_page), (ev_page_cache_get):
7725         * shell/ev-page-cache.h:
7726         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7727         (ev_pixbuf_cache_clear_job_sizes),
7728         (ev_pixbuf_cache_add_jobs_if_needed),
7729         (ev_pixbuf_cache_set_page_range):
7730         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7731         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7732         * shell/ev-sidebar-thumbnails.c:
7733         (ev_sidebar_tree_selection_changed),
7734         (ev_sidebar_thumbnails_set_document):
7735         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7736         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7737         (ev_statusbar_get_context_id), (ev_statusbar_push),
7738         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7739         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7740         (ev_statusbar_set_progress):
7741         * shell/ev-statusbar.h:
7742         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7743         (ev_view_find_previous):
7744         * shell/ev-window.c: (ev_window_is_empty),
7745         (ev_window_setup_document), (password_dialog_response),
7746         (ev_window_clear_jobs), (ev_window_load_job_cb),
7747         (ev_window_xfer_job_cb), (ev_window_open_uri),
7748         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7749         (ev_window_print), (ev_window_print_range),
7750         (ev_window_state_event), (ev_window_cmd_view_reload),
7751         (menu_item_select_cb), (menu_item_deselect_cb),
7752         (view_status_changed_cb), (ev_window_dispose),
7753         (drag_data_received_cb), (ev_window_init):
7754         * shell/ev-window.h:
7755         * shell/main.c: (load_files):
7756         
7757         New statusbar to show progress on idle. Two new jobs - 
7758         xfer job and load job to load document in background. And update
7759         of page_cache clients to new location of code.
7760
7761 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7762   
7763         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7764         selection in open dialog. It also remembers the last visited directory 
7765         in the current session.
7766
7767 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7768
7769         * shell/ev-properties.c: (ev_properties_new):
7770         * shell/ev-properties.h:
7771         * shell/ev-window.c: (ev_window_cmd_file_properties):
7772         
7773         Get document info from page cache instead of document itself.
7774         This should fix crash related to race conditions described in
7775         bug 306545.
7776
7777 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7778
7779         * ps/ps-document.c: (ps_document_init),
7780         (send_ps), (get_page_box), (output), (catchPipe), (input),
7781         (stop_interpreter), (file_length), (file_readable),
7782         (check_filecompressedb), (ps_document_enable_interpreter),
7783         (document_load), (ps_async_renderer_render_pixbuf):
7784         * ps/ps-document.h:
7785
7786         Big cleanup of the ps code
7787
7788 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7789
7790         * backend/Makefile.am:
7791         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7792         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7793         * backend/ev-async-renderer.h:
7794
7795         Add an async renderer interface (method + callback) which
7796         is useful for backends like ps.
7797
7798         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7799         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7800         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7801         (ev_job_queue_add_job), (move_job_async), (move_job),
7802         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7803
7804         Add queues for async renderer, these are executed on the
7805         main thread.
7806
7807         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7808         (ev_job_render_run):
7809         * backend/ev-jobs.h:
7810
7811         If the backend support async renderer interface use it.
7812
7813         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7814         (setup_pixmap), (ps_document_get_type),
7815         (ps_async_renderer_render_pixbuf),
7816         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7817
7818         Implement async renderer interface.
7819
7820 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7821
7822         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7823
7824         Cleanup links job on exit.
7825
7826 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7829         (drag_data_get_cb), (drag_data_received_cb):
7830         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7831         (drag_data_get_cb), (parse_item_list),
7832         (egg_toolbar_editor_load_actions):
7833         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7834         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7835         (parse_item_list), (parse_toolbars):
7836         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7837         (dvi_pixbuf_put_pixel):
7838         
7839         Fix gcc 4.0 warnings
7840
7841 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7842
7843         * ps/ps-document.c: (start_interpreter):
7844
7845         Fix warning when loading ps
7846
7847 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7848
7849         * ps/ps-document.c: (output):
7850
7851         Fix crash when priting gs error messages.
7852
7853 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7854
7855         * backend/ev-page-cache.c: (_ev_page_cache_new):
7856         * backend/ev-page-cache.h:
7857
7858         Use a const to return title so that we dont double
7859         free it. Small cleanup and fix a leak.
7860
7861         * shell/ev-window.c: (update_window_title):
7862
7863         strdup value from get_title.
7864
7865 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * shell/ev-sidebar-links.c: (job_finished_callback),
7868         (ev_sidebar_links_set_document):
7869
7870         Cleanup the old job when changing document
7871
7872 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * shell/ev-stock-icons.c:
7875         * shell/ev-stock-icons.h:
7876         * shell/ev-window.c:
7877         
7878         Add stock icons for actions that can appear in toolbar. Fix for
7879         bug 306566.
7880
7881 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7884         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7885         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7886         * backend/ev-page-cache.h:
7887         * shell/ev-view.c: (scroll_to_current_page),
7888         (view_update_range_and_current_page), (get_page_y_offset),
7889         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7890         (ev_view_size_request_continuous),
7891         (ev_view_zoom_for_size_continuous_and_dual_page),
7892         (ev_view_zoom_for_size_continuous):
7893         
7894         More compact EvView layout in document with pages of different size.
7895
7896 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7899         compilation.
7900
7901 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * shell/ev-view.c: (view_set_adjustment_values):
7904         * shell/ev-window.c: (ev_window_cmd_file_properties):
7905         
7906         A bit different fix for rounding problem but it has no
7907         problems on startup. Make properties window transient to parent.
7908
7909 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * pdf/ev-poppler.cc:
7912         
7913         More commenting of font stuff.
7914
7915 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7916
7917         * pdf/ev-poppler.cc:
7918
7919         Comment out some more fonts stuff. Should really
7920         work without the poppler patch now.
7921
7922 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7923
7924         * pdf/ev-poppler.cc:
7925
7926         Adapt to api change
7927
7928 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7929
7930         * data/evince-properties.glade:
7931         * pdf/ev-poppler.cc:
7932         * shell/ev-properties.c: (setup_fonts_view):
7933
7934         Set the column title. Show the dialog only
7935         once everything is setup.
7936         Getting font info can be very slow... will
7937         prolly need to make this threaded too.
7938
7939 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7940
7941         * backend/Makefile.am:
7942         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7943         (ev_document_fonts_get_fonts_model):
7944         * backend/ev-document-fonts.h:
7945         * data/evince-properties.glade:
7946         * pdf/ev-poppler.cc:
7947         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7948         * shell/ev-properties.h:
7949         * shell/ev-window.c: (ev_window_cmd_file_properties):
7950
7951         Implement fonts list. Defined out for now, since it depends
7952         on a not yet committed poppler patch.
7953
7954 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7955
7956         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7957         page + 1.
7958
7959         * shell/ev-window.c: Make sure we add the timeout when we get a
7960         focus-in event.
7961
7962         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7963         adjustment->value before calculating the zoom factor to average
7964         out all of our rounding errors.  The page no longer 'drifts' when
7965         resizing.
7966
7967 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * data/evince-properties.glade:
7970         * shell/ev-properties.c: (ev_properties_format_date),
7971         (set_property):
7972         
7973         Labels don't expand when the dialogue is resized.
7974         strftime result needs to be converted to UTF-8. Thanks
7975         to Christian Persch <chpe@gnome.org>.
7976
7977 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7978
7979         * data/evince-properties.glade:
7980
7981         Hide the fonts tab
7982
7983 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7984
7985         * backend/ev-document-info.h:
7986         * backend/ev-document.c: (ev_document_info_free):
7987         * data/evince-properties.glade:
7988         * pdf/ev-poppler.cc:
7989         * ps/ps-document.c: (ps_document_get_info):
7990         * shell/ev-properties.c: (ev_properties_format_date),
7991         (set_property), (ev_properties_new):
7992         * shell/ev-properties.h:
7993         * shell/ev-window.c: (ev_window_cmd_file_properties):
7994
7995         Rework properties code to take only EvPropertyInfo
7996         in the constructor so that it can be useful for
7997         nautilus plugin too.
7998
7999         Deal with backends that doesnt support some properties.
8000         Make set property code generic.
8001
8002 2005-06-04  Christian Persch <chpe@gnome.org>
8003
8004         * data/evince-properties.glade:
8005
8006         fix spacings, make resizeable, and make data labels
8007         selectable + ellipsised
8008
8009 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8010
8011         * backend/ev-document-info.h:
8012         * data/Makefile.am:
8013         * data/evince-ui.xml:
8014         * pdf/ev-poppler.cc:
8015         * shell/Makefile.am:
8016         * shell/ev-window.c: (update_action_sensitivity),
8017         (ev_window_cmd_file_properties):
8018
8019         Initial go at file properties. Patch by
8020         Emil Soleyman-Zomalan <emil@soleyman.com>.
8021         Needs love see #169583
8022
8023 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8024
8025         * ps/ps-document.c: (output):
8026         * ps/ps.c: (psscan):
8027
8028         Try to render even if psscan fails.
8029
8030 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8031
8032         * ps/ps.c: (psscan), (pscopydoc):
8033
8034         Port buffered reading code from gv
8035
8036 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8037
8038         * ps/ps-document.c: (interpreter_message), (output):
8039
8040         Do not fail on interpreter messages
8041
8042 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8043
8044         * backend/ev-document-misc.c:
8045         (ev_document_misc_get_thumbnail_frame):
8046
8047         Pages can be 0 x 0, dont assert on this case
8048
8049 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8050
8051         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8052         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8053
8054         Correctly manage our reference on document. Finally the reload
8055         huge leak is gone...
8056
8057 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8058
8059         * ps/ps-document.c: (ps_document_dispose):
8060
8061         Forgot to chain it to the parent. Thanks chpe.
8062
8063 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * ps/ps-document.c: (ps_document_dispose),
8066         (ps_document_class_init), (stop_interpreter), (document_load):
8067
8068         Cleanup dispose a bit. Dont leak the whole pixmap.
8069
8070 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8071
8072         * pdf/ev-poppler.cc:
8073
8074         Release the poppler document on dispose
8075
8076 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8077
8078         * shell/ev-view.c: (ev_view_set_document):
8079
8080         Release ref on the pixbuf cache when changing
8081         document.
8082
8083 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8084
8085         * ps/ps-document.c: (ps_document_get_info):
8086
8087         Fix a double free
8088
8089 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8090
8091         * backend/ev-page-cache.c: (ev_page_cache_init),
8092         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8093         * backend/ev-page-cache.h:
8094         * shell/ev-page-action.c: (page_changed_cb):
8095         
8096         Set page action entry width depending on labels width. Fix
8097         for bug 305202.
8098
8099 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8100
8101         * backend/ev-link.c: (ev_link_class_init):
8102
8103         Allow -1 as page value (error)
8104
8105 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8106
8107         * shell/ev-sidebar-thumbnails.c:
8108         (ev_sidebar_thumbnails_set_document):
8109         * shell/ev-view.c: (scroll_to_current_page),
8110         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8111         (page_changed_cb), (on_adjustment_value_changed),
8112         (ev_view_set_document):
8113
8114         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8115         Fix bug 305377
8116
8117 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8118
8119         * configure.ac:
8120         * djvu/djvu-document.c: (djvu_document_get_page_size):
8121
8122         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8123         bug 301993.
8124
8125 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8126
8127         * shell/ev-view.c (draw_one_page): modify the expose handling to
8128         get the shadows.
8129
8130         * shell/ev-window.c (update_action_sensitivity): Respect
8131         permissions field.  Kowtow to the man.
8132
8133         * pdf/ev-poppler.cc: Get the permissions field.
8134
8135         * tiff/*c: Make a tiny bit more robust.
8136
8137 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8138
8139         * djvu/djvu-document.c:
8140         
8141         Pop messages from djvu context message queue.
8142
8143 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8144
8145         * configure.ac, Makefile.am, shell/Makefile.am:
8146         * tiff/Makefile.am, shell/ev-document-types.c:
8147         
8148         Cleanup tiff configure checks. Fix for bug 305218.
8149
8150 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8151
8152         * configure.ac: Added "uk" to ALL_LINGUAS.
8153
8154 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8155
8156         * cut-n-paste/zoom-control/ephy-zoom.c:
8157         (ephy_zoom_get_changed_zoom_level):
8158         * cut-n-paste/zoom-control/ephy-zoom.h:
8159         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8160         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8161         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8162         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8163         (zoom_control_changed_cb), (ev_window_init):
8164         
8165         Fix minor points related to moving best fit up. Introduce
8166         "zoom" property and make zoom control change it's value on
8167         notify::zoom signals. Fix for 305080.
8168
8169 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * data/evince-ui.xml:
8172         * shell/ev-window.c: (set_view_actions_sensitivity):
8173         
8174         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8175
8176 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * configure.ac:
8179
8180         Depends on poppler 0.3.2
8181
8182 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * cut-n-paste/recent-files/egg-recent-item.c:
8185         (egg_recent_item_get_short_name):
8186         * cut-n-paste/toolbar-editor/Makefile.am:
8187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8188         (new_pixbuf_from_widget):
8189         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8190         * cut-n-paste/toolbar-editor/egg-marshal.c:
8191         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8192         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8193
8194         Sync
8195
8196 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8197
8198         * tiff/tiff-document.c: Rough TIFF backend.
8199
8200 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8201
8202         * NEWS:
8203         * configure.ac:
8204         * cut-n-paste/toolbar-editor/Makefile.am:
8205
8206         Release 0.3.1
8207
8208 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8209
8210         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8211         (ev_view_find_next), (ev_view_find_previous):
8212
8213         Remove the locks around get_n_results   
8214
8215 2005-05-21  Juerg Billeter  <j@bitron.ch>
8216
8217         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8218
8219         Pass correct number of pages to poppler.
8220
8221 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * configure.ac:
8224         * data/Makefile.am:
8225         * data/evince.desktop.in: 
8226         * data/evince.desktop.in.in:
8227         * po/POTFILES.in:
8228         
8229         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8230
8231 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8232
8233         * shell/ev-view.c: (view_update_adjustments),
8234         (view_set_adjustment_values): cast adjustmen->value to (int)
8235         before using it.  Otherwise, we get off by a pixel in some
8236         situations.
8237
8238         (draw_one_page): Draw the border on expose.
8239
8240 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8241
8242         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8243         adjustment when the mode changes, #304923
8244
8245 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8246
8247         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8248         flickering on resize but still use gdk_window_scroll on
8249         scrolling
8250
8251 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8252
8253         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8254         option, #170458
8255
8256 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8257
8258         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8259         second page on page_changed if possible, #304669
8260
8261 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8262
8263         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8264         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8265
8266 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8267
8268         * .cvsignore:
8269         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8270         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8271         (ev_view_zoom_for_size_presentation),
8272         (ev_view_zoom_for_size_continuous_and_dual_page),
8273         (ev_view_zoom_for_size_continuous),
8274         (ev_view_zoom_for_size_dual_page),
8275         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8276         * shell/ev-view.h:
8277         * shell/ev-window.c: (update_view_size),
8278         (ev_window_sizing_mode_changed_cb):
8279
8280         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8281         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8282         an infinite loop, #304769
8283
8284
8285 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8286
8287         * data/evince-ui.xml:
8288         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8289         * shell/ev-window.c: (set_view_actions_sensitivity):
8290
8291         Make PgUp/Down behave like Space
8292
8293 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8294
8295         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8296         * backend/ev-ps-exporter.h:
8297         * pdf/ev-poppler.cc:
8298         * ps/ps-document.c: (ps_document_ps_export_begin):
8299         * shell/ev-print-job.c: (idle_print_handler):
8300
8301         Adapt to new poppler api
8302
8303 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8304
8305         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8306         (ephy_zoom_control_init):
8307
8308         Translate zoom levels
8309
8310 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8311
8312         * cut-n-paste/zoom-control/ephy-zoom.c:
8313         (ephy_zoom_get_zoom_level_index):
8314
8315         Fix current zoom -> zoom control match
8316
8317 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8318
8319         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8320         rather than the scrolled_window that it's in. Fixes bug #304655.
8321
8322 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8323
8324         * shell/ev-view.c: (view_update_adjustments),
8325         (view_set_adjustment_values), (view_update_range_and_current_page),
8326         (view_scroll_to_page), (set_scroll_adjustment),
8327         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8328         (ev_view_scroll), (ev_view_scroll_view),
8329         (ensure_rectangle_is_visible), (find_page_at_location),
8330         (get_link_at_location), (go_to_link), (status_message_from_link),
8331         (ev_view_size_request_continuous_dual_page),
8332         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8333         (ev_view_unrealize), (ev_view_expose_event),
8334         (ev_view_button_press_event), (ev_view_motion_notify_event),
8335         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8336         (draw_rubberband), (highlight_find_results), (draw_one_page),
8337         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8338         (ev_view_init), (find_changed_cb), (page_changed_cb),
8339         (on_adjustment_value_changed), (ev_view_new),
8340         (ev_view_set_document), (ev_view_set_zoom),
8341         (ev_view_set_continuous), (ev_view_set_dual_page),
8342         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8343         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8344         (ev_view_zoom_for_size_presentation),
8345         (ev_view_zoom_for_size_continuous_dual_page),
8346         (ev_view_zoom_for_size_continuous),
8347         (ev_view_zoom_for_size_dual_page),
8348         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8349         (ev_view_get_status), (ev_view_set_status),
8350         (update_find_status_message), (ev_view_get_find_status),
8351         (ev_view_set_find_status), (jump_to_find_result),
8352         (jump_to_find_page), (compute_selections), (clear_selection),
8353         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8354         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8355         (ev_view_update_primary_selection),
8356         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8357         * shell/ev-view.h:
8358         * shell/ev-window.c: (ev_window_open_page_label),
8359         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8360         (ev_window_init):
8361         * shell/ev-window.h:
8362         * shell/main.c: (load_files):
8363
8364         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8365         when resizing.  Remove the bin_window().  Also, patch from James
8366         Bowes to fix command line page, #300641
8367         
8368 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * data/evince-ui.xml:
8371         * shell/ev-view.c:
8372         * shell/ev-view.h:
8373         * shell/ev-window.c: (update_action_sensitivity):
8374
8375         Get rid of View->Normal Size, it's just confusing
8376
8377 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * backend/ev-document-info.h:
8380         * backend/ev-document.c: (ev_document_info_free): Free the
8381         EvDocumentInfo.
8382
8383         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8384         (clear_range), (add_range), (update_visible_range),
8385         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8386         (ev_sidebar_thumbnails_set_document):
8387         * shell/ev-window.c: (ev_window_setup_document): Only render the
8388         visible thumbnails.  It takes an instant to render, but it uses
8389         much less memory.
8390
8391 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * shell/ev-sidebar-links.c: (popup_menu_cb):
8394
8395         Select first item
8396
8397 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8398
8399         * lib/Makefile.am:
8400         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8401         (button_press_cb), (ev_sidebar_links_construct):
8402
8403         Show the popup menu also on keybindings
8404
8405 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8408         * shell/ev-window.h:
8409
8410         Expose api to print a range (with dialog). Make private _print use
8411         it.
8412
8413         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8414         (ev_sidebar_links_construct):
8415
8416         Show a print context menu on linkx, it prints the selected
8417         section.
8418
8419 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8420
8421         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8422         button.
8423
8424 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * AUTHORS:
8427
8428         Update
8429
8430         * shell/ev-window.c: (build_comments_string),
8431         (ev_window_cmd_help_about):
8432
8433         Show poppler version/backend and authors
8434
8435 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * cut-n-paste/zoom-control/ephy-zoom.c:
8438         (ephy_zoom_get_zoom_level_index):
8439         * cut-n-paste/zoom-control/ephy-zoom.h:
8440
8441         Move the best fit items at the top of the list
8442
8443 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/ev-marshal.list:
8446         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8447         (activate_cb), (match_selected_cb), (activate_link_cb),
8448         (connect_proxy), (ev_page_action_class_init):
8449         * shell/ev-page-action.h:
8450
8451         Use signals to notify action activation. Hopefully
8452         I did not break completion since I cant test...
8453
8454         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8455         (register_custom_actions):
8456
8457         Connect to page selector actions and also grab focus on
8458         the view when activated.
8459
8460 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8461
8462         * pdf/ev-poppler.cc:
8463         * backend/ev-page-cache.c: make page size calculation consistent
8464         and set it to (int)( width * scale + 0.5).  This makes the weird
8465         line going through the middle of the page go away.
8466
8467         * shell/ev-view.c: move painting the background page after
8468         checking the expose area covers us.
8469
8470 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8471
8472         * data/evince-password.glade:
8473         
8474         Mark labels as not translatable. Fix for bug 302842.
8475
8476 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8477
8478         * configure.ac: Added "es" to ALL_LINGUAS.
8479
8480 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8481
8482         * data/evince-toolbar.xml:
8483         * shell/ev-window.c: (update_action_sensitivity),
8484         (ev_window_setup_document), (ev_window_set_page_mode),
8485         (ev_window_init):
8486
8487         Remove some leftover code from jrb first continous
8488         attempt. Use the new actions, we still need good icons
8489         though...
8490
8491 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8494
8495         Update label when connecting proxy. Fix a warning with NULL
8496         page_cache.
8497
8498 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * data/evince-ui.xml:
8501         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8502         * shell/ev-page-action.h:
8503         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8504
8505         Add mnemonic for edit toolbar.
8506         ctrl+l focus the page entry.
8507
8508 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * lib/Makefile.am:
8511         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8512         (ev_window_init):
8513         * shell/main.c: (main):
8514
8515         Put the toolbar xml in evince own dot dir
8516
8517 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * shell/ev-window.c: (ev_window_init):
8520
8521         Make the toolbar not removable
8522
8523 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8524
8525         * data/evince-ui.xml:
8526         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8527         * shell/ev-sidebar-links.h:
8528         * shell/ev-sidebar-thumbnails.c:
8529         (ev_sidebar_thumbnails_get_treeview):
8530         * shell/ev-sidebar-thumbnails.h:
8531         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8532         (ev_view_class_init):
8533         * shell/ev-view.h:
8534         * shell/ev-window.c: (update_action_sensitivity),
8535         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8536         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8537         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8538         (ev_window_init):
8539
8540         This is evil... Make space/backspace global accelerators but
8541         enable them only for some widgets (sidebars and view).
8542         I dont like it, but I dont know a better way... :/
8543
8544 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8547         (ev_page_action_widget_finalize),
8548         (ev_page_action_widget_class_init), (update_page_cache):
8549
8550         Keep a weak reference on proxy->page_cache so that we
8551         dont try to disconnect the signal if the object is already
8552         gone. Maybe there is a better way to cleanup reference handling
8553         in page action though...
8554
8555 2005-05-10  Juerg Billeter  <j@bitron.ch>
8556
8557         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8558         * backend/ev-ps-exporter.h:
8559         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8560         * ps/ps-document.c: (ps_document_ps_export_begin):
8561         
8562         Change api to pass print range to ps_exporter_begin. The pdf backend
8563         requires this information.
8564         
8565         * shell/ev-print-job.c: (idle_print_handler):
8566         
8567         Adapt to api change
8568
8569 2005-05-10  Juerg Billeter  <j@bitron.ch>
8570
8571         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8572         (idle_print_handler)
8573         * shell/ev-window.c: (ev_window_print):
8574
8575         Support printing page range, based on patch by Amaury Jacquot
8576
8577 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * data/evince-toolbar.xml:
8580
8581         Add zoom control to available items
8582
8583 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * shell/ev-window.c: (update_action_sensitivity):
8586
8587         Set slash action insensitive when appropriate
8588
8589 2005-05-10  Christian Persch <chpe@gnome.org>
8590
8591         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8592
8593         Fix warning on the overflow menu
8594
8595 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8596
8597         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8598
8599         Check for uri correctness/existence
8600
8601 2005-05-09  Juerg Billeter  <j@bitron.ch>
8602
8603         * shell/ev-window.c: (using_postscript_printer):
8604
8605         LPD printers use postscript, too
8606
8607 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-window.c: (register_custom_actions):
8610
8611         The zoom one is actually sort of useful,
8612         put it back
8613
8614 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * shell/ev-window.c: (register_custom_actions):
8617
8618         Hide page/zoom controls from overflow, they
8619         are useless.
8620
8621 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * cut-n-paste/update-from-egg.sh:
8624         
8625         Share it between all cut-n-paste subdirs
8626
8627         * cut-n-paste/recent-files/Makefile.am:
8628
8629         Fix to use "global" update-from-egg.sh
8630
8631         * cut-n-paste/recent-files/egg-recent-model.c:
8632         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8633         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8634         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8635         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8636
8637         Update from libegg
8638
8639         * cut-n-paste/toolbar-editor/Makefile.am:
8640
8641         Fix to use "global" update-from-egg.sh
8642
8643         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8644
8645         Update from libegg
8646
8647 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8648
8649         * configure.ac:
8650         * cut-n-paste/Makefile.am:
8651         * cut-n-paste/recent-files/Makefile.am:
8652         * cut-n-paste/toolbar-editor/.cvsignore:
8653         * cut-n-paste/toolbar-editor/Makefile.am:
8654         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8655         (egg_editable_toolbar_get_type), (get_toolbar_position),
8656         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8657         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8658         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8659         (set_item_drag_source), (create_item_from_action), (create_item),
8660         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8661         (popup_toolbar_context_menu_cb), (free_dragged_item),
8662         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8663         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8664         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8665         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8666         (item_added_cb), (item_removed_cb),
8667         (egg_editable_toolbar_construct),
8668         (egg_editable_toolbar_disconnect_model),
8669         (egg_editable_toolbar_deconstruct),
8670         (egg_editable_toolbar_set_model),
8671         (egg_editable_toolbar_set_ui_manager),
8672         (egg_editable_toolbar_set_property),
8673         (egg_editable_toolbar_get_property),
8674         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8675         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8676         (egg_editable_toolbar_new_with_model),
8677         (egg_editable_toolbar_get_edit_mode),
8678         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8679         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8680         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8681         (new_pixbuf_from_widget), (new_separator_pixbuf),
8682         (update_separator_image), (style_set_cb),
8683         (_egg_editable_toolbar_new_separator_image),
8684         (egg_editable_toolbar_get_model):
8685         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8686         * cut-n-paste/toolbar-editor/egg-marshal.c:
8687         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8688         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8689         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8690         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8691         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8692         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8693         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8694         (editor_drag_data_delete_cb), (drag_data_get_cb),
8695         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8696         (editor_create_item), (update_editor_sheet), (setup_editor),
8697         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8698         (parse_item_list), (model_has_action), (update_actions_list),
8699         (egg_toolbar_editor_load_actions):
8700         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8701         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8702         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8703         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8704         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8705         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8706         (egg_toolbars_model_add_separator), (impl_add_item),
8707         (parse_item_list), (egg_toolbars_model_add_toolbar),
8708         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8709         (impl_get_item_data), (impl_get_item_type),
8710         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8711         (egg_toolbars_model_init), (free_toolbar),
8712         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8713         (egg_toolbars_model_remove_toolbar),
8714         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8715         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8716         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8717         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8718         (egg_toolbars_model_get_item_data),
8719         (egg_toolbars_model_get_item_type):
8720         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8721         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8722         * data/Makefile.am:
8723         * data/evince-toolbar.xml:
8724         * data/evince-ui.xml:
8725         * data/hand-open.png:
8726         * po/POTFILES.in:
8727         * shell/Makefile.am:
8728         * shell/ev-window.c: (update_chrome_visibility),
8729         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8730         (ev_window_dispose), (ev_window_init):
8731
8732         Implement epiphany like toolbar editor. Based on patch by
8733         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8734
8735 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8738
8739         Use set_cursor instead of set_selection, so that
8740         the keyboard focus moves too.
8741
8742 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8743
8744         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8745
8746         Fix infinite loop when loading Type1 fonts
8747
8748 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * data/evince-ui.xml:
8751         * shell/ev-window.c:
8752
8753         Slash -> Find
8754
8755 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8756
8757         * configure.ac:
8758
8759         Make --disable really disable
8760
8761 2005-05-07  Juerg Billeter  <j@bitron.ch>
8762
8763         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8764
8765         Compare page labels even without has_labels set, fixes setting page
8766         with entry
8767
8768 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8771         (ev_view_set_cursor), (ev_view_button_press_event),
8772         (ev_view_motion_notify_event), (ev_view_button_release_event),
8773         (ev_view_init):
8774
8775         Implement middle button scrolling. Based on a patch
8776         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8777
8778 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * shell/ev-document-types.c: (get_slow_mime_type),
8781         (get_document_type_from_mime), (ev_document_type_lookup):
8782         * shell/ev-document-types.h:
8783
8784         Change api to lookup from uri. Do fast lookup first, if the
8785         type is unknown try with data sniffing.
8786
8787         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8788         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8789
8790         Adapt to api change
8791
8792 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * thumbnailer/Makefile.am:
8795
8796         Fix distcheck
8797
8798 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * NEWS:
8801         * configure.ac:
8802
8803         Release 0.3.0
8804
8805         * data/evince-ui.xml:
8806
8807         Hide presentation mode for now
8808
8809         * shell/ev-view.c: (highlight_find_results):
8810
8811         Show current find selection only on current page
8812
8813 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * shell/ev-view.c: (ev_view_select_all):
8816
8817         Compute size of the actual page, not of
8818         the current one.
8819
8820 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8823         (view_rect_to_doc_rect), (compute_selections),
8824         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8825         (ev_view_copy), (ev_view_primary_get_cb),
8826         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8827         (ev_view_button_press_event), (ev_view_motion_notify_event),
8828         (ev_view_button_release_event), (page_changed_cb):
8829
8830         Fix text selection
8831
8832 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8833
8834         * shell/ev-view.c: (compute_border), (get_page_extents),
8835         (doc_rect_to_view_rect), (highlight_find_results),
8836         (ev_view_bin_expose), (ev_view_select_all),
8837         (ev_view_motion_notify_event), (update_find_status_message),
8838         (jump_to_find_result), (jump_to_find_page):
8839
8840         First go at fixing search, still buggy
8841
8842 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8843
8844         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8845         dropdown box and button at the top of the sidebar.
8846
8847 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8848
8849         * configure.ac: Output zoom-control Makefile.
8850         * cut-n-paste/Makefile.am: build zoom-control subdir.
8851         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8852         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8853         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8854         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8855         * cut-n-paste/zoom-control/ephy-zoom.c:
8856         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8857         from epiphany, and modified to add a separator into the menu.
8858         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8859         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8860         zoom-control action.
8861         * shell/Makefile.am: Include zoom-control flags.
8862         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8863         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8864         (ev_view_zoom_for_size_presentation),
8865         (ev_view_zoom_for_size_continuous_and_dual_page),
8866         (ev_view_zoom_for_size_continuous),
8867         (ev_view_zoom_for_size_dual_page),
8868         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8869         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8870         ev_view_get_zoom and ev_view_get_sizing_mode.
8871         * shell/ev-view.h:
8872         * shell/ev-window.c: (update_action_sensitivity),
8873         (update_sizing_buttons), (zoom_control_changed_cb),
8874         (register_custom_actions): Initialize and use the zoom-control 
8875         widget.
8876
8877 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8878
8879         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8880         preview cache back to 1.  Don't know when it got set to 0.
8881         
8882         * shell/ev-view.c: (compute_border), (ev_view_realize),
8883         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8884         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8885         (ev_view_get_fullscreen), (ev_view_set_presentation),
8886         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8887         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8888         * shell/ev-view.h:
8889         * shell/ev-window.c:
8890         (update_chrome_visibility),
8891         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8892         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8893         (update_document_mode), (ev_window_update_fullscreen_action),
8894         (ev_window_fullscreen), (ev_window_unfullscreen),
8895         (ev_window_cmd_view_fullscreen),
8896         (ev_window_update_presentation_action),
8897         (ev_window_run_presentation), (ev_window_stop_presentation),
8898         (ev_window_cmd_view_presentation), (ev_window_state_event),
8899         (ev_window_focus_in_event), (ev_window_focus_out_event),
8900         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8901         * data/evince-ui.xml: Initial presentation mode.  We should
8902         probably hide this until it's done, as it's quite rough.  Also,
8903         change full-screen to fullscreen and add two getters to EvView.
8904
8905 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8906
8907         * shell/ev-page-action.c: (update_page_cache),
8908         (ev_page_action_dispose):
8909         * shell/ev-window.c: (destroy_fullscreen_popup),
8910         (ev_window_create_fullscreen_popup):
8911
8912         Use connect_object rather than explicitly
8913         disconnect on dispose.
8914
8915 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8916
8917         * shell/ev-page-action.c: (update_page_cache),
8918         (ev_page_action_dispose):
8919
8920 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * backend/ev-page-cache.c: (_ev_page_cache_new),
8923         (ev_page_cache_set_page_label),
8924         (ev_page_cache_has_nonnumeric_page_labels):
8925         * backend/ev-page-cache.h:
8926         * shell/ev-page-action.c: (update_pages_label):
8927         
8928         If all page labels are numeric, fallback to default
8929         way to display number of pages. See bug 173185.
8930
8931 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8932
8933         * shell/ev-page-action.c: (ev_page_action_dispose):
8934         * shell/ev-view.c: (view_update_range_and_current_page):
8935         * shell/ev-window.c: (ev_window_dispose):
8936         
8937         Set page on scroll in continuous mode. Fixes bug 301986.
8938         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8939
8940 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8941
8942         * configure.ac:
8943
8944         Require poppler 0.3.0
8945
8946 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8947         
8948         * shell/Makefile.am, configure.ac: Fix build problems
8949         with t1lib. Bug 301996.
8950
8951 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8952
8953         * shell/ev-view.c: (ev_view_scroll_event):
8954         
8955         Scroll up increase zoom
8956
8957 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8960         (ev_view_set_sizing_mode),
8961         (ev_view_zoom_for_size_continuous_and_dual_page),
8962         (ev_view_zoom_for_size_continuous):
8963         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8964         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8965         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8966         (ev_window_init):
8967
8968         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8969         Fix for 165473 and 165472.
8970
8971 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8972
8973         * po/POTFILES.in:
8974         * thumbnailer/Makefile.am:
8975         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8976         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8977         * thumbnailer/evince-thumbnailer.schemas.in:
8978         
8979         Make thumbnailer schemas translatable. Fix for bug 301773
8980         
8981         * thumbnailer/evince-thumbnailer-djvu.schemas:
8982         * thumbnailer/evince-thumbnailer-dvi.schemas:
8983         * thumbnailer/evince-thumbnailer.schemas:
8984
8985         Removed files
8986
8987 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8988
8989         * shell/ev-view.c (ev_view_init): forgot to set this.
8990
8991 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8992
8993         * shell/ev-view.c: (find_page_at_location),
8994         (get_link_at_location),
8995         (ev_view_set_show_border), (ev_view_set_spacing),
8996         (ev_view_zoom_for_size_continuous_and_dual_page),
8997         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8998         Also, add a quick fix measuring of widths.  Also, removed
8999         ev_view_set_spacing and ev_view_set_show_border.
9000         
9001         * shell/ev-window.c: (ev_window_unfullscreen),
9002         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9003
9004 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9005
9006         * shell/ev-view.c: (view_update_range_and_current_page),
9007         (page_changed_cb):
9008         
9009         Fix crash on exit and scrolling to page in continuous view.
9010
9011 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9012
9013         * TODO:
9014         * backend/ev-page-cache.c: (_ev_page_cache_new),
9015         (ev_page_cache_get_max_width_size),
9016         (ev_page_cache_get_max_height_size):
9017         * backend/ev-page-cache.h:
9018         * data/evince-ui.xml:
9019         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9020         * shell/ev-view.c: (view_update_adjustments),
9021         (view_update_range_and_current_page), (get_bounding_box_size),
9022         (ev_view_size_request_continuous_and_dual_page),
9023         (ev_view_size_request_continuous),
9024         (ev_view_size_request_dual_page),
9025         (ev_view_size_request_single_page), (ev_view_size_request),
9026         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9027         (ev_view_bin_expose), (ev_view_expose_event),
9028         (ev_view_set_property), (ev_view_get_property),
9029         (ev_view_class_init), (ev_view_init), (ev_view_new),
9030         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9031         (ev_view_set_dual_page), (ev_view_set_full_screen),
9032         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9033         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9034         (ev_view_zoom_out), (zoom_for_size_fit_width),
9035         (zoom_for_size_best_fit),
9036         (ev_view_zoom_for_size_continuous_and_dual_page),
9037         (ev_view_zoom_for_size_continuous),
9038         (ev_view_zoom_for_size_dual_page),
9039         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9040         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9041         * shell/ev-view.h:
9042         * shell/ev-window.c: (update_action_sensitivity),
9043         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9044         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9045         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9046         (ev_window_cmd_view_zoom_out), (update_view_size),
9047         (ev_window_set_sizing_mode), (ev_window_init):
9048
9049         Add Continuous and Dual page modes.
9050
9051 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9052
9053         * dvi/dvi-document.c: (dvi_document_load),
9054         (dvi_document_thumbnails_get_thumbnail),
9055         (dvi_document_init_params): Fix up some mixups between
9056         width and height to correct thumbnail rendering.
9057
9058 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9059
9060         * dvi/mdvi-lib/private.h:
9061         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9062         
9063         Suppess output for kpathsea during font generation. Thanks to
9064         James Bowes
9065
9066 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9067
9068         * NEWS:
9069         * configure.ac:
9070
9071         Release 0.2.1
9072
9073         * Makefile.am: fix distcheck.
9074
9075 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9076
9077         * shell/ev-sidebar-links.c: (selection_changed_callback),
9078         (update_page_callback), (row_activated_callback),
9079         (job_finished_callback), (ev_sidebar_links_set_document):
9080         
9081         Fix for bug #169901. Double click on links expands tree.
9082
9083 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9084
9085         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9086         hard-coded style. Fix for bug 170111
9087
9088 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9089
9090         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9091         locking.
9092
9093 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9094
9095         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9096
9097 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9098
9099         * pdf/ev-poppler.cc:
9100         * shell/ev-view.c: (highlight_find_results):
9101
9102         Fix find on single page documents
9103
9104 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9105
9106         * data/evince.schemas.in: fix for bug 301390
9107
9108 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9109
9110         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9111         (ev_view_zoom_out), (ev_view_zoom_normal):
9112         * shell/ev-view.h:
9113         * shell/ev-window.c: (update_action_sensitivity),
9114         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9115         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9116         (ev_window_cmd_view_normal_size):
9117
9118         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9119         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9120         better than oom. 
9121
9122 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9123
9124         * configure.ac:
9125
9126         Depend on 2.57, 2.59 doesnt seem to be necessary
9127
9128 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9129
9130         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9131         (create_tool_item):
9132
9133         Put back total number of pages as (1 of 1234)
9134
9135 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9138         remove the job.
9139
9140         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9141         function.  This helps debugging.
9142
9143 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9144
9145         * djvu/djvu-document.c: (djvu_document_class_init),
9146         (djvu_document_get_info), (djvu_document_document_iface_init):
9147         * dvi/dvi-document.c: (dvi_document_class_init),
9148         (dvi_document_get_info), (dvi_document_document_iface_init):
9149
9150         Dummy implementation of get_info method for dvi and
9151         djvu. Fix crashes with those backends
9152
9153 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * data/evince.desktop.in:
9156
9157         Add application/x-gzpostscript
9158
9159 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9160
9161         * data/evince.schemas.in: Added real long descriptions, 
9162         closes bug 172496 
9163
9164         * README: Added actual text, closes bug 171869
9165
9166 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9167
9168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9169
9170         Thumbnail page 0
9171
9172 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9173
9174         * backend/ev-document-info.h:
9175
9176         s/GDate */GDate so we can just use g_free
9177
9178 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9179
9180         * shell/ev-window.c: (update_document_mode),
9181         (ev_window_setup_document):
9182
9183         Show the window in fullscreen when specified by
9184         the document
9185
9186 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9187
9188         * backend/ev-document.c: (ev_document_class_init),
9189         (ev_document_get_info), (ev_document_render_pixbuf):
9190         * backend/ev-document.h:
9191         * backend/ev-page-cache.c: (_ev_page_cache_new):
9192         * pdf/ev-poppler.cc:
9193         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9194         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9195         * ps/ps-document.c: (ps_document_class_init), (document_load),
9196         (ps_document_get_info), (ps_document_document_iface_init):
9197
9198         Remove get_title from the interface, we can just use document info
9199
9200 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9201
9202         * backend/Makefile.am:
9203         * backend/ev-document.c: (ev_document_render_get_info):
9204         * backend/ev-document.h:
9205         * pdf/ev-poppler.cc:
9206
9207         Initial support for document info. Based on jrb patch.
9208
9209 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9210
9211         * shell/ev-window.c: (ev_window_state_event),
9212         (ev_window_class_init), (ev_window_init):
9213         
9214         Doesn't show resize grip when maximized. See bug #301053
9215
9216 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9217
9218         * po/POTFILES.in:
9219         
9220         ev-sidebar-thumbnails now has translatable labels
9221         
9222         * shell/Makefile.am:
9223         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9224         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9225         (ev_sidebar_links_page_iface_init):
9226         * shell/ev-sidebar-links.h:
9227         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9228         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9229         (ev_sidebar_page_get_label):
9230         * shell/ev-sidebar-page.h:
9231         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9232         (ev_sidebar_thumbnails_set_document),
9233         (ev_sidebar_thumbnails_support_document),
9234         (ev_sidebar_thumbnails_get_label),
9235         (ev_sidebar_thumbnails_page_iface_init):
9236         * shell/ev-sidebar-thumbnails.h:
9237         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9238         (ev_sidebar_set_document):
9239         * shell/ev-sidebar.h:
9240         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9241         
9242         Small rework of sidebar code. Now sidebar pages should implement
9243         EvSidebarPage interface. That makes page management in EvSidebar
9244         easier. See bug #164811 for details
9245
9246 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9247
9248         * shell/ev-application.c: (ev_application_open):
9249         * shell/ev-document-types.c:
9250         
9251         Fix build error and small problem with application exit
9252
9253 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9254
9255         * thumbnailer/Makefile.am:
9256         * thumbnailer/evince-thumbnailer-djvu.schemas:
9257         * thumbnailer/evince-thumbnailer-dvi.schemas:
9258         
9259         Conditionally install schemas for djvu/dvi thumbnailer
9260
9261 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9262
9263         * shell/ev-document-types.h: 
9264         * shell/ev-document-types.c: 
9265         New files, handling the mapping from mimetypes to backends
9266         
9267         * shell/ev-window.c: 
9268         * thumbnailer/evince-thumbnailer.c:     
9269         Use the ev-document-types code
9270         
9271         * shell/Makefile.am: 
9272         Added new convenience library libevbackendfactory_la, containing
9273         the new mimetype->backend logic; moved the backends into it.
9274
9275         * thumbnailer/Makefile.am:
9276         Make the thumbnailer link with the libevbackend.la convenience
9277         library, rather than having a duplicate of the backend logic here.
9278
9279 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9280
9281         * shell/ev-stock-icons.c: constify some vars.
9282         * shell/ev-window.c: ditto.
9283
9284 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9285
9286         * ps/ps-document.c (get_page_orientation):
9287
9288         Respect document orientation 
9289
9290 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9291
9292         * djvu/Makefile.am:
9293         * dvi/Makefile.am:
9294         * shell/Makefile.am:
9295         
9296         Move library dependencies to components.
9297         
9298         * shell/ev-window.c: (update_window_title),
9299         (start_loading_document):
9300         
9301         Fix display of uris with spaces. Bug 168358.
9302
9303 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9304
9305         * shell/ev-sidebar-links.c: (selection_changed_cb):
9306         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9307         (ev_view_button_release_event), (ev_view_set_document):
9308         * shell/ev-view.h:
9309         * shell/ev-window.c: (find_bar_search_changed_cb):
9310         * shell/ev-window.h: Minor cleanups removing some dead code.
9311
9312 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9313
9314         * backend/ev-page-cache.c: (_ev_page_cache_new):
9315         
9316         Set current page to 0 if document has pages.
9317
9318 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9321
9322         Initialize GError to NULL, fix a crash when loading fails.
9323
9324 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9325
9326         * shell/ev-window.c: (update_view_size):
9327
9328         Calculate shadow size only when there is actually
9329         a shadow.
9330
9331 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9334         * shell/ev-view.h:
9335
9336         Allow setting view spacing, default to 0
9337
9338         * shell/ev-window.c: (ev_window_unfullscreen),
9339         (ev_window_cmd_view_fullscreen), (ev_window_init):
9340
9341         Remove spacing in fullscreen mode
9342
9343 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9346         (ev_view_size_request), (expose_bin_window),
9347         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9348         * shell/ev-view.h:
9349         * shell/ev-window.c: (ev_window_unfullscreen),
9350         (ev_window_cmd_view_fullscreen):
9351
9352         Do not draw the border in fulscreen
9353
9354 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9355
9356         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9357         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9358         (find_page_at_location), (page_changed_cb):
9359
9360         Rework border calculation, so that I can more easily disable it.
9361         Code somewhat cleaner too.
9362
9363 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9364
9365         * backend/ev-page-cache.c: (ev_page_cache_init),
9366         (_ev_page_cache_new):
9367
9368         Remove some assertions, documents can have 0 pages.
9369         Make initial current page -1.
9370
9371         * shell/ev-page-action.c: (page_changed_cb):
9372
9373         Show "" if current page is -1
9374
9375         * shell/ev-window.c: (update_action_sensitivity),
9376         (ev_window_setup_document):
9377
9378         When document has 0 pages do not set the view
9379         and make nearly everything insensitive.
9380
9381 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9382
9383         * shell/ev-page-view.c:
9384         * shell/ev-page-view.h:
9385
9386         Remove unused files.
9387         
9388         * shell/ev-sidebar-thumbnails.c:
9389         (ev_sidebar_thumbnails_set_document):
9390         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9391         (ev_sidebar_supports_document):
9392         * shell/ev-sidebar.h:
9393         * shell/ev-window.c: (ev_window_setup_document):
9394         
9395         Doesn't show thumbnails if document has 1 page. Make
9396         sidebar menu entries sensitive only if if they have 
9397         sense. Fix bug 164811. 
9398
9399 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9400
9401         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9402         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9403         (ev_view_zoom_out), (ev_view_set_size):
9404
9405         Rework sizing to deal with documents with not uniform page
9406         size.
9407
9408 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9409
9410         * backend/ev-page-cache.c: (_ev_page_cache_new):
9411
9412         Fix several page size caching bugs
9413
9414 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9415
9416         * shell/ev-window.c: (set_action_properties):
9417
9418         Make all toolbar items translatable
9419
9420 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9421
9422         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9423         (save_page_list), (ps_document_save),
9424         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9425         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9426         (ps_document_ps_exporter_iface_init):
9427         * ps/ps-document.h:
9428
9429         Based on a patch by J�rg Billeter <j@bitron.ch>
9430         
9431         Implement print and save a copy for the ps backend.
9432
9433 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9434
9435         * backend/ev-document.h:
9436         * djvu/djvu-document.c: (djvu_document_can_get_text),
9437         (djvu_document_document_iface_init):
9438         * dvi/dvi-document.c: (dvi_document_can_get_text),
9439         (dvi_document_document_iface_init):
9440         * pdf/ev-poppler.cc:
9441         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9442         (pixbuf_document_document_iface_init):
9443         * ps/ps-document.c: (ps_document_can_get_text),
9444         (ps_document_document_iface_init):
9445         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9446         * shell/ev-window.c: (update_action_sensitivity):
9447
9448         Fix the crash when trying to copy in backends that doesnt
9449         support it. We can implement a better solution once we
9450         do real text selection.
9451
9452 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9453
9454         * data/evince-ui.xml:
9455         * shell/ev-window.c: (ev_window_cmd_escape):
9456         
9457         Work around the Escape conflict (find bar and unfullscreen)
9458
9459 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9460
9461         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9462         
9463         Fix for #300233. Next page correctly handles document end.
9464         
9465         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9466         (ev_sidebar_thumbnails_class_init),
9467         (ev_sidebar_thumbnails_set_document),
9468         (ev_sidebar_thumbnails_clear_job),
9469         (ev_sidebar_thumbnails_clear_model):
9470         
9471         Cleanup thumbnail jobs on document changes.
9472         
9473         * shell/ev-view.c: (add_scroll_binding_keypad),
9474         (add_scroll_binding_shifted), (ev_view_class_init):
9475         
9476         Shift + Space scrolls up. Fix for #173184
9477         
9478         * shell/ev-window.c: (ev_window_open_page),
9479         (ev_window_cmd_view_reload):
9480         
9481         Fix reload (Bug #300094)
9482
9483 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9484
9485         
9486         * dvi/mdvi-lib/assoc.c:
9487         * dvi/mdvi-lib/assoc.h: Removed garbage files
9488         
9489         * dvi/mdvi-lib/bitmap.c:
9490         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9491         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9492         * dvi/mdvi-lib/color.h: Antialias of rules
9493         
9494         * dvi/mdvi-lib/common.h:
9495         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9496         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9497         * dvi/mdvi-lib/files.c:
9498         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9499         * dvi/mdvi-lib/mdvi.h:
9500         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9501         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9502         * dvi/mdvi-lib/util.c: Fix compile warnings
9503         
9504         * dvi/dvi-document.c:
9505         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9506         (dvi_document_thumbnails_get_thumbnail),
9507         (dvi_document_document_thumbnails_iface_init):
9508         * dvi/mdvi-lib/Makefile.am:
9509         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9510         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9511         
9512         Dvi backend now renders thumbnails
9513
9514 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9515
9516         * shell/main.c: (main): 
9517         
9518         Save accelerators on exit. Fixes bug #172095.
9519
9520 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9523         update priority" comment.
9524
9525         * backend/ev-job-queue.c: Give a way to change priority.
9526
9527 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9528
9529         * shell/ev-page-action.c: Fix logic.
9530
9531 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9532
9533         * shell/ev-view.c: (ev_view_can_find_next):
9534         * shell/ev-window.c: (ev_window_setup_document):
9535
9536         Check that the document supports find
9537
9538 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9539
9540         * data/evince-ui.xml:
9541         * shell/ev-view.c: (ev_view_can_find_next):
9542         * shell/ev-view.h:
9543         * shell/ev-window.c: (update_action_sensitivity),
9544         (find_changed_cb), (ev_window_setup_document),
9545         (ev_window_cmd_edit_find_next):
9546
9547         Add Edit->Find Next
9548
9549 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9550
9551         * pdf/ev-poppler.cc:
9552         * shell/ev-print-job.c: (idle_print_handler):
9553
9554         Make printing work again
9555
9556 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9557
9558         * shell/ev-page-action.h:
9559         * shell/ev-page-action.c: (ev_page_action_widget_init),
9560         (ev_page_action_widget_class_init), (page_changed_cb),
9561         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9562         (get_filter_model_from_model), (match_selected_cb),
9563         (display_completion_text), (match_completion), (update_model),
9564         (connect_proxy), (ev_page_action_set_property),
9565         (ev_page_action_get_property), (ev_page_action_set_document),
9566         (ev_page_action_set_model), (ev_page_action_class_init): Big
9567         reworking to make completions work iff we have >= GTK-2.7.0
9568                 
9569         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9570         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9571         (job_finished_cb): We now have a 'model' property that is set when
9572         the links are loaded.  This can be caught with "notify::model"
9573
9574         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9575         listen for the model to be set, and propagate it to the action.
9576
9577 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * cut-n-paste/recent-files/egg-recent-item.c:
9580         (egg_recent_item_set_uri), (make_valid_utf8),
9581         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9582         * cut-n-paste/recent-files/egg-recent-item.h:
9583         
9584         Update egg-recent from libegg. This should fix long
9585         startup problem. For details see
9586         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9587
9588 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9589
9590         * cut-n-paste/recent-files/Makefile.am:
9591         * data/evince-ui.xml, shell/Makefile.am:
9592         * shell/ev-application.c, shell/ev-application.h:
9593         * shell/ev-window.c: Recent files support.
9594         
9595         * configure.ac: Added "ru" to ALL_LINGUAS.
9596         
9597         * dvju: new backend to support DJVU files.
9598         * dvi: new backend to support DVI.
9599
9600         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9601         * ev-application.c: Support for new backends.
9602         
9603         * help, ev-window.c, main.c shell/Makefile.am: 
9604         Evince user documentation.
9605
9606 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9607
9608         * po/POTFILES.in:
9609         * shell/ev-window.c:
9610         * thumbnailer/evince-thumbnailer.c:
9611
9612         s/pdf-document/ev-poppler
9613
9614 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * NEWS:
9617         * configure.ac:
9618
9619         Release 0.2.0
9620
9621         * ps/ps-document.c: (setup_pixmap):
9622
9623         Remove debug code
9624
9625 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9626
9627         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9628         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9629         (ev_window_cmd_go_first_page): Fix of by one errors.
9630
9631 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9632
9633         * ps/ps-document.c: (get_page_box):
9634
9635         Fix page size calculation
9636
9637 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9640         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9641         (get_page_orientation), (setup_page), (document_load),
9642         (ps_document_get_page_size), (render_pixbuf_idle):
9643         * ps/ps-document.h:
9644
9645         More refactoring to adapt to EvDocument changes
9646
9647 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * ps/ps-document.c: (start_interpreter):
9650
9651         Actually add alpha args
9652
9653 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9654
9655         * pdf/ev-poppler.cc:
9656
9657         Make clipboard work again
9658
9659 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9660
9661         Make searching work again.
9662         
9663         * backend/ev-document.c:
9664         * backend/ev-document.h:
9665         * backend/ev-document-find.c:
9666         * backend/ev-document-find.h: Change EvDocumentIface so we no
9667         longer store the current page or zoom level in the document.  The
9668         consequence is that all calls that operate on the current page now
9669         instead take the page number as an extra argument, and all
9670         coordinates are now doubles in document coordinate system.
9671
9672         * pdf/ev-poppler.cc:
9673         * pixbuf/pixbuf-document.c:
9674         * ps/ps-document.c: Update backends accordingly.
9675
9676 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9677
9678         * autogen.sh:
9679
9680         Add required gettext version
9681
9682 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9683
9684         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9685         make F1 bring up non-existent help.
9686
9687         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9688         epiphany's find bar, #167477
9689
9690         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9691         <emil@nishra.com> to add space-bar scrolling, 
9692
9693         * shell/ev-window.c (static GtkActionEntry entries): add default
9694         keybinding for Help (F1)
9695         Fixes #171068
9696
9697         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9698         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9699         170110
9700
9701 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9702
9703         * Makefile.am: 
9704         * pixbuf/pixbuf-document.c: 
9705
9706         Got pixbuf backend working again
9707
9708 2005-04-01  Steve Murphy  <murf@e-tools.com>
9709
9710         * configure.in: Added "rw" to ALL_LINGUAS.
9711
9712 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9713
9714         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9715         model types, noticed by Martin Kretzschmar.
9716
9717 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9718
9719         * pdf/ev-poppler.cc: Implement search based on
9720         poppler_page_find_text().  Currently a bit crude since we remember
9721         all matches from all pages.  Also, we grab the big document lock
9722         when we search since searching changes the underlying stream and
9723         thus conflicts with the rendering thread.
9724         
9725         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9726         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9727         (ev_view_find_previous): Fix some page indexes to be 0 based,
9728         offset rubber band by view offset,
9729
9730 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9731
9732         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9733
9734 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9735
9736         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9737         completely because I didn't understand GtkActions.  I should
9738         read Marco's code more carefully in the future.
9739
9740         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9741         function
9742
9743 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9744
9745         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9746         PopplerRectangle change from poppler CVS.
9747
9748 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9749
9750         * backend/ev-document.c: (ev_document_get_page_label):
9751         * backend/ev-document.h:
9752         * backend/ev-page-cache.c: (_ev_page_cache_new),
9753         (ev_page_cache_get_page_label):
9754         * backend/ev-page-cache.h:
9755         * pdf/ev-poppler.cc:
9756         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9757         (links_page_num_func):
9758         * shell/ev-sidebar-thumbnails.c:
9759         (ev_sidebar_thumbnails_set_document):
9760         * shell/ev-view.c: (status_message_from_link),
9761         (ev_view_motion_notify_event):
9762         * shell/ev-window.c: (document_supports_sidebar): Add in page
9763         label support.  It's not perfect yet, but it's the first 'feature'
9764         in a while.
9765         Also, fix a bogus comment noticed by crispin. 
9766
9767 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9768
9769         * Makefile.am: Remove pixbuf backend for now
9770
9771         * configure.ac: Require poppler-glib instead of just poppler.
9772
9773         * backend/ev-document-thumbnails.h: Add a comment
9774
9775         * backend/ev-document.h:
9776         * backend/ev-document.c: (ev_document_class_init),
9777         (ev_document_load), (ev_document_get_link),
9778         (ev_document_get_links): Remove 3 methods and add get_links.
9779         Also, made 0 based.
9780
9781         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9782         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9783
9784         * backend/ev-link.c: (ev_link_set_title),
9785         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9786         (ev_link_mapping_find):
9787         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9788         
9789         * backend/ev-page-cache.c: (ev_page_cache_init),
9790         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9791         (ev_page_cache_get_size), (ev_page_cache_next_page),
9792         (ev_page_cache_prev_page): Fix to be 0 based.
9793
9794         * pdf/Makefile.am: 
9795         * pdf/ev-poppler.h:
9796         * pdf/ev-poppler.cc: New backend.
9797         
9798         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9799         (ps_document_get_page), (ps_document_document_iface_init):
9800
9801         * shell/ev-pixbuf-cache.h:
9802         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9803         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9804         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9805         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9806         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9807         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9808         based.
9809         
9810         * shell/ev-sidebar-thumbnails.c:
9811         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9812         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9813
9814         * shell/ev-view.c: (status_message_from_link),
9815         (find_page_at_location), (get_link_at_location),
9816         (ev_view_motion_notify_event), (ev_view_button_release_event),
9817         (ev_view_init): Use the new link code.  Fix to be 0 based.
9818
9819         * shell/ev-window.c: (update_action_sensitivity),
9820         (document_supports_sidebar): 0 based.
9821
9822 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9823
9824         * pdf/pdf-document.cc: Patch from Fernando Herrera
9825         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9826         *blush*
9827
9828 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9829
9830         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9831         1 to the page, as this seems to be 1 based.  I thought we has this
9832         fixed.  grump.
9833
9834 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9835
9836         * TODO:
9837         * backend/Makefile.am:
9838         * backend/ev-document-links.c:
9839         (ev_document_links_has_document_links),
9840         (ev_document_links_get_links_model):
9841         * backend/ev-document-links.h:
9842         * backend/ev-document.c: (ev_document_get_page_cache),
9843         (ev_document_get_doc_mutex), (ev_document_load),
9844         (ev_document_save), (ev_document_get_title),
9845         (ev_document_get_n_pages), (ev_document_set_page),
9846         (ev_document_get_page), (ev_document_set_target),
9847         (ev_document_set_scale), (ev_document_set_page_offset),
9848         (ev_document_get_page_size), (ev_document_get_text),
9849         (ev_document_get_link), (ev_document_render),
9850         (ev_document_render_pixbuf), (ev_document_scale_changed):
9851         * backend/ev-document.h:
9852         * backend/ev-job-queue.c: (remove_object_from_queue),
9853         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9854         (no_jobs_available_unlocked), (ev_render_thread),
9855         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9856         (ev_job_queue_remove_job):
9857         * backend/ev-job-queue.h:
9858         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9859         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9860         (ev_job_links_class_init), (ev_job_render_init),
9861         (ev_job_render_dispose), (ev_job_render_class_init),
9862         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9863         (ev_job_thumbnail_class_init), (ev_job_finished),
9864         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9865         (ev_job_render_run), (ev_job_thumbnail_new),
9866         (ev_job_thumbnail_run):
9867         * backend/ev-jobs.h:
9868         * backend/ev-link.c:
9869         * backend/ev-link.h:
9870         * backend/ev-page-cache.c: (ev_page_cache_init),
9871         (ev_page_cache_class_init), (ev_page_cache_finalize),
9872         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9873         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9874         (ev_page_cache_set_link), (ev_page_cache_get_title),
9875         (ev_page_cache_get_size), (ev_page_cache_next_page),
9876         (ev_page_cache_prev_page):
9877         * backend/ev-page-cache.h:
9878         * pdf/pdf-document.cc:
9879         * ps/gsdefaults.c:
9880         * ps/gsdefaults.h:
9881         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9882         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9883         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9884         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9885         (is_interpreter_ready), (output), (catchPipe), (input),
9886         (start_interpreter), (check_filecompressed), (compute_dimensions),
9887         (ps_document_enable_interpreter), (document_load),
9888         (ps_document_next_page), (render_page), (ps_document_set_page),
9889         (ps_document_set_scale), (render_pixbuf_idle),
9890         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9891         * ps/ps-document.h:
9892         * shell/Makefile.am:
9893         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9894         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9895         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9896         (ev_pixbuf_cache_new), (job_finished_cb),
9897         (check_job_size_and_unref), (move_one_job),
9898         (ev_pixbuf_cache_update_range), (find_job_cache),
9899         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9900         (ev_pixbuf_cache_add_jobs_if_needed),
9901         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9902         * shell/ev-pixbuf-cache.h:
9903         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9904         (idle_print_handler):
9905         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9906         (selection_changed_cb), (create_loading_model),
9907         (ev_sidebar_links_construct), (links_page_num_func),
9908         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9909         (update_page_callback), (job_finished_cb),
9910         (ev_sidebar_links_set_document):
9911         * shell/ev-sidebar-thumbnails.c:
9912         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9913         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9914         (page_changed_cb), (thumbnail_job_completed_callback),
9915         (ev_sidebar_thumbnails_set_document):
9916         * shell/ev-sidebar-thumbnails.h:
9917         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9918         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9919         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9920         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9921         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9922         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9923         (ev_view_button_release_event), (ev_view_scroll_view),
9924         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9925         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9926         (ev_view_new), (job_finished_cb), (page_changed_cb),
9927         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9928         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9929         (ev_view_find_previous):
9930         * shell/ev-view.h:
9931         * shell/ev-window.c: (update_action_sensitivity),
9932         (ev_window_open_page), (update_window_title), (update_total_pages),
9933         (page_changed_cb), (ev_window_setup_document),
9934         (password_dialog_response), (ev_window_cmd_save_as),
9935         (ev_window_print), (ev_window_cmd_go_previous_page),
9936         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9937         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9938         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9939         * shell/main.c: (main):
9940
9941         Merge evince-threads branch
9942
9943 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9944
9945         * configure.ac: Added "lt" to ALL_LINGUAS.
9946
9947 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9948
9949         * NEWS:
9950         * configure.ac:
9951
9952         Release 0.1.9
9953
9954 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9955
9956         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9957
9958         Fix here also the thumbnails 1-basedness :)
9959
9960 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9961
9962         * NEWS:
9963         * configure.ac:
9964
9965         Release 0.1.8
9966
9967 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9968
9969         * pdf/pdf-document.cc:
9970         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9971         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9972
9973         Fix the mess we did with thumbnails and 1-basedness
9974
9975 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9976
9977         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9978
9979 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9980
9981         * NEWS:
9982         * configure.ac:
9983
9984         Release 0.1.7
9985
9986 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9987
9988         * ps/Makefile.am:
9989         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9990         (gtk_gs_defaults_get_alpha_parameters),
9991         (gtk_gs_defaults_get_ungzip_cmd),
9992         (gtk_gs_defaults_get_unbzip2_cmd):
9993         * ps/gsdefaults.h:
9994         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9995         (ps_document_get_orientation), (document_load),
9996         (ps_document_goto_page), (ps_document_set_page_size):
9997         * ps/ps-document.h:
9998
9999         Some more sanitization of the ps backend. Remove a lot
10000         of unused code and do not base our defaults on ggv
10001         preferences (ugh!)
10002
10003 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10004
10005         * thumbnailer/evince-thumbnailer.schemas:
10006         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10007         (main): add -s option for thumbnail size.
10008
10009 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10010
10011         * configure.ac:
10012
10013         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10014         remove it.
10015
10016 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10017
10018         * pdf/pdf-document.cc:
10019
10020         Remove 4 pixels of useless border from the
10021         thumbnail.
10022
10023 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10024
10025         * backend/ev-document-thumbnails.c:
10026         (ev_document_thumbnails_get_thumbnail):
10027         * backend/ev-document-thumbnails.h:
10028
10029         Rework API a bit. Add a border flag and
10030         change sizing logic (now the size we specify
10031         applies to the bigger dimension).
10032
10033         * pdf/pdf-document.cc:
10034         * pixbuf/pixbuf-document.c:
10035         (pixbuf_document_thumbnails_get_thumbnail):
10036         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10037         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10038
10039         Adapt to the new API and do not draw a border for nautilus
10040         thumbnailer.
10041
10042 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10043
10044         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10045         take thumbnails from page "0" instead of "1". Added a copyright header.
10046
10047 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10048
10049         * ps/ps-document.c: (set_up_page), (start_interpreter):
10050
10051         Make it C89 compliant
10052
10053 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10054
10055         * Makefile.am:
10056         * configure.ac:
10057         * pdf/.cvsignore:
10058         * pdf/pdf-document.cc:
10059         * thumbnailer/Makefile.am:
10060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10061         (main):
10062         * thumbnailer/evince-thumbnailer.schemas:
10063         * thumbnailer/pdf-icon.png:
10064
10065         Add a nautilus thumbnailer.
10066         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10067
10068 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10069
10070         * NEWS:
10071         * configure.ac:
10072         * po/POTFILES.in:
10073
10074         Release 0.1.6
10075
10076 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10077
10078         Use poppler instead of including xpdf source code.  Poppler is a
10079         fork of xpdf to build it as a shared library. See
10080         http://freedesktop.org/wiki/Software/poppler.
10081
10082         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10083         xpdf fork.
10084         
10085         * pdf/Makefile.am: Build libpdfdocument.a here.
10086         
10087         * pdf/GDKSplashOutputDev.cc:
10088         * pdf/GDKSplashOutputDev.h:
10089         * pdf/GnomeVFSStream.cc:
10090         * pdf/GnomeVFSStream.h:
10091         * pdf-document.cc:
10092         * pdf-document.h:
10093         * test-gdk-output-dev.cc
10094         * Thumb.cc:
10095         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10096         against poppler.
10097
10098 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10099
10100         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10101
10102         Clear idle stack before unsetting the document
10103
10104 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10105
10106         * ps/ps-document.c: (ps_document_widget_event),
10107         (ps_document_set_target), (ps_document_finalize),
10108         (ps_document_get_page):
10109
10110         Disconnect the widget event signal on finalize.
10111         Some code cleanups.
10112
10113 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10114
10115         * ps/ps-document.c: (set_up_page):
10116
10117         If there is no bpixmap create one, even if size
10118         is not changed.
10119
10120 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10121
10122         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10123         (set_up_page), (document_load), (ps_document_set_zoom):
10124
10125         Default page is 0. Calculate size even when we have no
10126         target yet.
10127
10128 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10129
10130         * shell/ev-sidebar.c: expand the selection widget to be always as
10131         wide as the sidebar
10132
10133 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10134
10135         * shell/ev-sidebar-thumbnails.c:
10136         (ev_sidebar_thumbnails_set_document):
10137
10138         Clear the list store when setting document
10139
10140 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10141
10142         * shell/ev-page-action.c: (update_entry), (sync_entry),
10143         (activate_cb), (entry_size_request_cb), (create_tool_item),
10144         (connect_proxy):
10145
10146         Use an entry for the page control instead of spinbuttons
10147
10148 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10149
10150         * data/evince.schemas.in:
10151
10152         Correct confusing string
10153
10154 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10155
10156         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10157         for real.  Gosh, how long has this been broken.
10158
10159         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10160         check for a NULL link.  We crash otherwise.
10161
10162 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10163
10164         * NEWS:
10165         * configure.ac:
10166
10167         Release 0.1.5
10168
10169 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10170
10171         * configure.ac: add the french translation.
10172
10173 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10174
10175         * shell/ev-window.c:
10176
10177         Remove unused header -> fix distcheck
10178
10179 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10180
10181         * shell/ev-window.c: (update_window_title),
10182         (ev_window_popup_password_dialog):
10183
10184         Unescape filename for display
10185
10186 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10187
10188         * pdf/xpdf/pdf-document.cc:
10189
10190         In get_page_size deal with rotation. Also
10191         cleanup the function a bit.
10192
10193 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10194
10195         * pdf/xpdf/pdf-document.cc:
10196
10197         Fix crash when opening in new window
10198
10199 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10200
10201         * configure.ac:
10202
10203         Check ghostscript >= 7
10204
10205 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10206
10207         * shell/ev-window.c:
10208
10209         Make page width the default sizing mode
10210
10211 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10212         Marco Pesenti Gritti <marco@gnome.org>
10213
10214         * shell/ev-window.c: Remember the sidebar size
10215
10216         * data/evince.schemas.in: Add a new gconf key to store the size of
10217         the sidebar
10218
10219 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10220
10221         * data/evince-ui.xml:
10222         * shell/ev-window.c: (update_action_sensitivity),
10223         (ev_window_cmd_view_reload):
10224         
10225         Add a "Reload" action and menu entry
10226
10227 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10228
10229         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10230         iff the type doesn't support thumbnailing and indexing.
10231
10232 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10233
10234         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10235
10236 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10237
10238         * pdf/splash/Splash.cc:
10239
10240         Port fix for a crasher from kde bug
10241         http://bugs.kde.org/show_bug.cgi?id=97131
10242
10243 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10244
10245         * pdf/xpdf/pdf-document.cc:
10246
10247         Return a link even if it's of an unrecognized
10248         type. Otherwise we go in an infinte cycle.
10249
10250 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10251
10252         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10253         (size_allocate_cb), (ev_window_set_sizing_mode):
10254
10255         Update size when switching mode
10256
10257 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10258
10259         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10260         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10261         (ev_window_cmd_view_normal_size):
10262
10263         Fix size toggle buttons behavior
10264
10265 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10266
10267         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10268         (doc_rect_to_view_rect), (ev_view_size_allocate),
10269         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10270         (scale_changed_callback):
10271
10272         Do not cache offsets in size_allocate.
10273
10274 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * shell/ev-view.c: (ev_view_size_allocate):
10277
10278         Calculate offsets before calling the parent
10279         class (which does a redraw)
10280
10281 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * pdf/xpdf/pdf-document.cc:
10284
10285         Fix a crasher on exit. Unused code, put a TODO
10286
10287 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10288
10289         * backend/ev-document.c: (ev_document_class_init),
10290         (ev_document_page_changed), (ev_document_scale_changed):
10291         * backend/ev-document.h:
10292
10293         Separate page/scale notifications
10294
10295         * pdf/xpdf/pdf-document.cc:
10296
10297         Emit the new signals.
10298         Do not display the pdf page in _render, do it
10299         when scale/page are requested.
10300
10301         * ps/ps-document.c: (ps_document_set_zoom),
10302         (ps_document_widget_event):
10303         * ps/ps-document.h:
10304
10305         Emit the new signals.
10306
10307         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10308         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10309         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10310         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10311         * shell/ev-view.h:
10312         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10313         (ev_window_cmd_view_page_width), (size_allocate_cb),
10314         (ev_window_set_sizing_mode):
10315
10316         Rework sizing to be pixel based.
10317         There are bugs but should be already way better.
10318
10319 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * shell/ev-window.c: (ev_window_init):
10322
10323         Do not allow to shrink sidebar smaller then
10324         child requisition
10325
10326 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10327
10328         * shell/ev-sidebar.[ch]
10329         * shell/ev-window.c:
10330
10331         Improved sidebar widget. Fixes #166683
10332
10333 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10334
10335         * shell/ev-view.c (update_find_status_message): Give translators
10336         more flexibility with ngettext plural handling.
10337
10338 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10339
10340         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10341         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10342         page when we get the page size.
10343
10344 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10347
10348         ps pages are 0 based, convert 
10349
10350 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10351
10352         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10353
10354         Initialize correct parent class. Set GError on document load
10355
10356 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10357
10358         * pdf/xpdf/pdf-document.cc:
10359
10360         Fixup selection offset calculation
10361
10362         * shell/ev-view.c: (view_rect_to_doc_rect),
10363         (doc_rect_to_view_rect), (ev_view_size_allocate),
10364         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10365         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10366
10367         Store selection as document relative, so that zooming
10368         and offset changing doesnt break it.
10369
10370 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * shell/ev-view.c: (ev_view_best_fit):
10373
10374         Do not try to best fit if the view is not realized
10375
10376 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10377           
10378         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10379
10380 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10381
10382         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10383
10384 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10385
10386         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10387         the popup window.  That prevents it resizing when in full screen
10388         mode.
10389
10390         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10391         multiple rerenders.  This pretty much sucks.
10392
10393         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10394         rest of the toolbar.
10395
10396 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10397
10398         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10399
10400 2005-02-17  Alexander Shopov  <ash@contact.bg>
10401
10402         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10403
10404 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10405
10406         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10407
10408 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10409
10410         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10411         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10412         (set_document_page), (document_changed_callback),
10413         (ev_view_set_document), (ev_view_find_previous),
10414         (ev_view_hide_cursor), (ev_view_show_cursor):
10415         * shell/ev-view.h:
10416         * shell/ev-window.c: (update_chrome_visibility),
10417         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10418         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10419         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10420         (ev_window_unfullscreen):
10421         * shell/main.c: (main):
10422
10423         Automatically hide the fullscreen button.
10424         Patch by Kristian Høgsberg <krh@redhat.com>
10425
10426 2005-02-16  Vincent Noel  <vnoel@cox.net>
10427
10428         * shell/main.c (main): Specify an icon for the window. Patch by
10429         Jaap A. Haitsma. Fixes #166177.
10430
10431 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10434
10435 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10436
10437         * backend/ev-document-misc.h:
10438         * backend/ev-document-misc.c:
10439         (ev_document_misc_get_page_border_size),
10440         (ev_document_misc_paint_one_page): New function to canonicalize
10441         sizing/painting a border.
10442
10443         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10444         used.
10445
10446         * pdf/xpdf/pdf-document.cc: use new function
10447
10448         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10449         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10450         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10451         shell/ev-window.c: (update_sizing_buttons),
10452         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10453         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10454         (ev_window_cmd_view_page_width), (size_allocate_cb),
10455         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10456         and "fit width" values act as toggle buttons so they stay
10457         toggled.  It's not 100% perfect, and it's a little slow, but it's
10458         good enough to commit I think.
10459
10460 2005-02-15  David Lodge  <dave@cirt.net>
10461
10462         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10463
10464 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10465
10466         * shell/ev-window.c (update_window_title): replace newlines in
10467         the title by spaces. Bug #166107.
10468
10469 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10470
10471         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10472         parameters providing allocation width and height without
10473         scrollbars and width of a possible vertical scrollbar. With this
10474         additional information the functions can work as
10475         intended. Unfortunately they're not idempotent. We should
10476         transform these commands to toggles. Fixes Bug #164976
10477         Initial patch by Stephane Loeuillet, then heavily modified.
10478
10479         * shell/ev-view.h: update prototypes.
10480
10481         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10482         (ev_window_cmd_view_page_width): provide EvView fit functions with
10483         all the information they need. Formulas to calculate this
10484         information taken from GtkScrolledWindow.
10485
10486 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10487
10488         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10489         created a thumbnail, the list store is updated to know
10490         that the thumbnail is set. Fixes bug #166792
10491
10492 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10493
10494         * shell/ev-window.c: fixed typo, closes bug 166897
10495
10496         * TODO: updated TODO with bug numbers that are relevant
10497
10498 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10499
10500         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10501
10502 2005-02-09  Vincent Noel  <vnoel@cox.net>
10503
10504         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10505         and "Next" toolbar buttons as important to make them stand out.
10506
10507 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10508
10509         * lib/ev-debug.c:
10510         * lib/ev-debug.h:
10511         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10512         (start_interpreter), (stop_interpreter), (document_load),
10513         (ps_document_next_page), (ps_document_goto_page),
10514         (ps_document_set_page_size), (ps_document_widget_event),
10515         (ps_document_render):
10516         * shell/ev-page-view.c: (ev_page_view_dispose):
10517         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10518
10519         Fix compilation on non-gcc platforms
10520
10521 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10522
10523         * NEWS:
10524         * configure.ac:
10525
10526         Release 0.1.4
10527
10528         * pdf/xpdf/Catalog.cc:
10529         * pdf/xpdf/XRef.cc:
10530
10531         Fix the fix for CAN-2004-0888
10532
10533 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10534
10535         * data/Makefile.am:
10536         * data/evince-ui.xml:
10537         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10538         * shell/ev-stock-icons.h:
10539         * shell/ev-window.c: (update_action_sensitivity),
10540         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10541         (set_action_properties):
10542
10543         Improve toolbar layout/icons
10544
10545 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * pdf/xpdf/pdf-document.cc:
10548
10549         Add warnings about unimplemented/unknown link
10550         types.
10551
10552 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10553
10554         * ps/ps-document.c: (set_up_page):
10555
10556         Log gs property
10557
10558 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10559
10560         * ps/ps-document.c: (start_interpreter):
10561
10562         Log gs env var
10563
10564 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10565
10566         * shell/ev-page-view.c: (ev_page_view_dispose):
10567         * shell/ev-view.c: (ev_view_finalize):
10568         * shell/ev-window.c: (ev_window_setup_document),
10569         (ev_window_dispose), (ev_window_init):
10570
10571         Solve more refs issues.
10572
10573         I commented out the page_view initialization for now:
10574         it was never destroyed (because it's never added
10575         to a container). Because of that we was leaking
10576         gs processes. Couldnt think to a clean fix.
10577         We need to figure this out, password view has the
10578         same issue probably.
10579
10580 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10581
10582         * ps/ps-document.c: (ps_document_finalize),
10583         (ps_document_get_n_pages), (ps_document_get_page):
10584
10585         Some cleanups, stop the interpreter on finalize
10586
10587         * shell/ev-page-view.c: (ev_page_view_dispose),
10588         (ev_page_view_class_init):
10589
10590         Release our reference on the document
10591
10592 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10593
10594         * Makefile.am:
10595         * configure.ac:
10596         * doc/debugging.txt:
10597         * lib/.cvsignore:
10598         * lib/Makefile.am:
10599         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10600         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10601         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10602         * lib/ev-debug.h:
10603
10604         Add debugging helpers
10605
10606         * ps/Makefile.am:
10607         * ps/ps-document.c: (set_up_page), (start_interpreter),
10608         (stop_interpreter), (document_load), (ps_document_next_page),
10609         (ps_document_goto_page), (ps_document_set_page_size),
10610         (ps_document_widget_event), (ps_document_render):
10611         * shell/Makefile.am:
10612         * shell/ev-view.c: (expose_bin_window):
10613         * shell/main.c: (main):
10614
10615         Add some logs
10616         
10617 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * ps/ps-document.c: (ps_document_widget_event):
10620
10621         Initialize message_window, this should make ps
10622         rendering really work! (Never noticed because I was
10623         testing with a ps that is causing gs to exit every time!)
10624
10625 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10626
10627         * data/evince.schemas.in: updated simple error in applyto closing tag
10628
10629 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10630
10631         * Makefile.am:
10632         * configure.ac:
10633         * data/.cvsignore:
10634         * data/Makefile.am:
10635         * data/evince-ui.xml:
10636         A data/evince.schemas.in:
10637         * po/POTFILES.in:
10638         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10639         * shell/ev-stock-icons.h:
10640         * shell/ev-window.c: (update_chrome_visibility),
10641         (update_chrome_flag), (ev_window_cmd_edit_find),
10642         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10643         (ev_window_unfullscreen), (ev_window_focus_in_event),
10644         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10645         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10646         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10647         (ev_window_dispose), (ev_window_class_init),
10648         (set_action_properties), (set_chrome_actions), (load_chrome),
10649         (ev_window_init):
10650
10651         Implement fullscreen mode changes from bug #164776.
10652         Also implement persistent chrome toggles.
10653
10654 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10655
10656         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10657
10658 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10659
10660         * NEWS:
10661         * configure.ac:
10662         * shell/ev-view.c:
10663
10664         Add another check for find interface
10665
10666         Release 0.1.3
10667
10668 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10669
10670         * shell/ev-application.c: (ev_application_open):
10671         * shell/ev-window.c: (ev_window_open):
10672
10673         Open gzipped ps documents
10674
10675 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10676
10677         * TODO:
10678         * shell/ev-view.c: (set_document_page):
10679
10680         Clamp page number, dont try to move to
10681         not existant pages.
10682
10683 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10684
10685         * backend/ev-document-find.c: (ev_document_find_changed):
10686         * backend/ev-document-find.h:
10687         * pdf/xpdf/pdf-document.cc:
10688         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10689         * shell/ev-window.c: (find_bar_search_changed_cb):
10690
10691         Fix several bugs with find
10692
10693 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10694
10695         * shell/ev-sidebar-thumbnails.c
10696         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10697         document. Prevents warning from scroll_to_cell.
10698
10699 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10700
10701         * configure.ac: Add «nb» to ALL_LINGUAS too.
10702
10703 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10704
10705         * NOTES: New file with some random thoughts.
10706
10707         * TODO: Update.
10708
10709         * backend/ev-document-misc.c:
10710         (ev_document_misc_get_page_border_size): New function to
10711         canonicalize shadow drawing sizes.  Possibly goofy.
10712
10713         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10714         (ev_view_best_fit), (ev_view_fit_width):
10715         * pdf/xpdf/pdf-document.cc:
10716         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10717         * ps/ps-document.c: (ps_document_get_page_size):
10718         * backend/ev-document-misc.h:
10719         * backend/ev-document.c: (ev_document_get_page_size):
10720         * backend/ev-document.h: get_page_size now takes a page number
10721         parameter.  Made all the backends/frontends honor it.
10722
10723         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10724         see.  Doesn't work yet.
10725
10726         * shell/Makefile.am:
10727         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10728         Doesn't do anything yet.
10729
10730         * shell/ev-sidebar-thumbnails.c:
10731         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10732         [0..n_pages-1]
10733
10734         * shell/ev-window.c: (update_action_sensitivity),
10735         (ev_window_setup_document), (ev_window_set_page_mode),
10736         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10737         view-swapping code a bit so we can have multiple views on a
10738         document.  Add the multi-page view, though it can't be turned on
10739         yet.
10740
10741 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10742
10743         * shell/ev-application.c: (ev_application_open):
10744         * shell/ev-view.c: (expose_bin_window):
10745         * shell/ev-window.c: (ev_window_open):
10746
10747         Support eps and check document supports find
10748         before drawing highlightings in expose.
10749
10750 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10751
10752         * pixbuf/pixbuf-document.c:
10753         (pixbuf_document_thumbnails_get_dimensions),
10754         (pixbuf_document_document_thumbnails_iface_init):
10755
10756         implement get_dimensions
10757
10758 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * NEWS:
10761         * configure.ac:
10762
10763         Release 0.1.2
10764
10765 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10766
10767         * shell/ev-view.c: (set_document_page):
10768
10769         Scroll at the top of the page when changing page
10770
10771 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10772
10773         * shell/ev-view.c: (ev_view_motion_notify_event):
10774
10775         Do not redraw unnecessarily
10776
10777 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10778
10779         * pdf/xpdf/pdf-document.cc:
10780         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10781         (expose_bin_window), (find_changed_cb):
10782
10783         Yay! find works now... Now to find bugs...
10784
10785 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10786
10787         * backend/ev-document-find.c: (ev_document_find_base_init),
10788         (ev_document_find_changed):
10789         * backend/ev-document-find.h:
10790         * pdf/xpdf/pdf-document.cc:
10791         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10792         (expose_bin_window), (ev_view_init), (set_document_page),
10793         (ensure_rectangle_is_visible), (jump_to_find_result),
10794         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10795         (ev_view_find_next), (ev_view_find_previous):
10796         * shell/ev-view.h:
10797         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10798
10799         More work on find implementation, mostly there now
10800
10801 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10802
10803         * backend/ev-backend-marshalers.list:
10804         * backend/ev-document-find.c: (ev_document_find_base_init),
10805         (ev_document_find_cancel), (ev_document_find_page_has_results),
10806         (ev_document_find_get_n_results), (ev_document_find_get_result),
10807         (ev_document_find_get_progress), (ev_document_find_changed):
10808         * backend/ev-document-find.h:
10809
10810         Enanche the find interface to be really able to do
10811         multi page find.
10812
10813         * pdf/xpdf/pdf-document.cc:
10814
10815         Implement
10816
10817         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10818         (expose_bin_window), (ev_view_init),
10819         (ev_view_get_find_status_message), (find_changed_cb),
10820         (ev_view_set_document), (set_document_page):
10821
10822         Adapt to the new interface. A few things are regressed sorry,
10823         I will finish it soon.
10824
10825 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10826
10827         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10828         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10829         ev_sidebar_thumbnails_parent_class variable, don't define another
10830         parent_class variable.
10831
10832         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10833         (ev_page_action_class_init): ditto.
10834
10835         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10836         (pixbuf_document_class_init): ditto.
10837
10838         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10839         ditto.
10840
10841         * .cvsignore: ignore various valgrind output files.
10842
10843 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10844
10845         * data/evince-ui.xml:
10846         * shell/Makefile.am:
10847         * shell/ev-history.c:
10848         * shell/ev-history.h:
10849         * shell/ev-navigation-action.c:
10850         * shell/ev-navigation-action.h:
10851         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10852         (ev_view_set_page), (ev_view_fit_width):
10853         * shell/ev-view.h:
10854         * shell/ev-window.c: (update_action_sensitivity),
10855         (ev_window_setup_document), (register_custom_actions):
10856
10857         Kill session history
10858
10859 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10860
10861         * shell/ev-window.c: (update_action_sensitivity):
10862
10863         Fix inverted up/down buttons
10864
10865 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10866
10867         * shell/ev-sidebar-thumbnails.c
10868         (ev_sidebar_thumbnails_select_page): make sure the selected
10869         thumbnail stays visible.
10870
10871 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10872
10873         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10874         scrolled window for Federico.
10875
10876 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10877
10878         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10879
10880 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * configure.ac:
10883         * pdf/splash/SplashFTFontEngine.cc:
10884
10885         Fix CID fonts with freetype 2.1.9
10886
10887 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10888
10889         * TODO: added item for desktop icon thumbnailer
10890
10891 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10894         unloaded docs when the title is accessed.
10895
10896         * shell/ev-password-view.[hc]: New widget for displaying password
10897         state.
10898
10899         * shell/ev-window.[ch]: Refactor password handling code to handle
10900         the new view.
10901
10902 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10903
10904         * NEWS:
10905         * configure.ac:
10906         * data/Makefile.am:
10907
10908         Release 0.1.1
10909
10910 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10911
10912         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10913         ignore page offset here, to make search results independent of it,
10914
10915         * shell/ev-view.c (expose_bin_window): but take offsets into
10916         account here. Bug #164932
10917
10918         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10919         scale at the right time. Bug #164996
10920
10921 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10922
10923         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10924         fix the problem. Now I just removed the Adobe font names and hope
10925         that the URW fonts are always in outline format. Bug #164934
10926
10927         * shell/ev-window.c (update_window_title): empty titles are
10928         useless, use filename in that case too.
10929
10930         * NEWS: Add some content.
10931
10932 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10933
10934         * TODO: added one more TODO item and a TODONE section :)
10935
10936 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10937
10938         * ps/ps-document.h: add page_[xy]_offset fields.
10939
10940         * ps/ps-document.c (ps_document_set_page_offset)
10941         (ps_document_render): Keep offset in consideration in a few
10942         places. Bug #164752 "postscript documents are not centered in
10943         window"
10944
10945         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10946         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10947
10948         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10949         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10950         stub out missing methods for complete EvDocument implementation.
10951         Fixes segfaults with Save A Copy and Copy actions.
10952
10953         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10954         (ps_document_document_iface_init): ditto.
10955         
10956 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10957
10958         * data/.cvsignore:
10959         * data/Makefile.am:
10960         * data/evince.desktop.in:
10961
10962         Add desktop file
10963
10964 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * shell/ev-view.c: (ev_view_button_press_event),
10967         (ev_view_motion_notify_event):
10968
10969         Make selection work in any direction
10970
10971 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * TODO:
10974         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10975
10976         Use shorter labels for some of the toolbars items
10977
10978 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10979
10980         * pdf/xpdf/pdf-document.cc:
10981
10982         Check the links info is initialized before
10983         using it. Should fix a crash on startup.
10984
10985 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10986
10987         * pixbuf/pixbuf-document.c
10988         (pixbuf_document_thumbnails_get_dimensions): force floating point
10989         division to calculate page_ratio. Fixes crash with landscape
10990         format pixbufs.
10991
10992 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10995
10996 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10997
10998         * shell/ev-view.c (set_document_page): unset has_selection when
10999         the page changes.
11000         (set_document_page): handle paper size changes when the page
11001         changes (test with Free Culture, page 2).
11002
11003 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11004
11005         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11006         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11007
11008         Use normal style color for the widget background and
11009         draw a black box around the page.
11010
11011 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * pdf/xpdf/pdf-document.cc:
11014
11015         Keep offset in consideration in a few places
11016
11017         * shell/ev-view.c: (expose_bin_window):
11018
11019         Set the offsets so that the document is ever centered
11020
11021 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11022
11023         * TODO: Added TODO items and finished off the first todo item
11024
11025         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11026         reflect current authors
11027
11028 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * pdf/xpdf/pdf-document.cc:
11031         * shell/ev-view.c: (ev_view_set_cursor),
11032         (ev_view_motion_notify_event), (document_changed_callback),
11033         (set_document_page):
11034
11035         Show a wait cursor while the page is rendering
11036
11037 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11038
11039         * shell/ev-sidebar-thumbnails.c:
11040         (ev_sidebar_tree_selection_changed),
11041         (ev_sidebar_thumbnails_select_page):
11042         * shell/ev-sidebar-thumbnails.h:
11043         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11044         (ev_view_can_go_forward):
11045         * shell/ev-window.c: (ev_window_open_page),
11046         (ev_window_setup_document), (update_current_page),
11047         (view_page_changed_cb), (ev_window_init):
11048         * shell/ev-window.h:
11049
11050         Ensure thumbnails selection, toolbar page control and
11051         current page are in sync.
11052
11053 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11054
11055         * pdf/xpdf/XRef.cc:
11056
11057         Fix CAN-2005-0064
11058
11059 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11060
11061         * backend/Makefile.am:
11062         * backend/ev-document-links.h:
11063         * backend/ev-document-security.c: (ev_document_security_get_type),
11064         (ev_document_security_has_document_security),
11065         (ev_document_security_set_password):
11066         * backend/ev-document-security.h:
11067         * backend/ev-document.c: (ev_document_error_quark):
11068         * backend/ev-document.h:
11069         * data/Makefile.am:
11070         * data/evince-password.glade:
11071         * pdf/xpdf/pdf-document.cc:
11072         * shell/Makefile.am:
11073         * shell/ev-password.c: (ev_password_set_bad_password_label),
11074         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11075         (ev_password_dialog_get_password),
11076         (ev_password_dialog_set_bad_pass):
11077         * shell/ev-password.h:
11078         * shell/ev-window.c: (ev_window_get_attribute),
11079         (ev_window_set_property), (update_action_sensitivity),
11080         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11081         (ev_window_setup_document), (ev_window_get_password),
11082         (ev_window_open), (ev_window_cmd_save_as),
11083         (using_postscript_printer), (ev_window_print),
11084         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11085         (update_fullscreen_popup), (ev_window_fullscreen),
11086         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11087         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11088         (menu_item_select_cb), (find_bar_search_changed_cb),
11089         (ev_window_dispose), (ev_window_init):
11090
11091         Add initial support for password-supported dialogs.  This could be
11092         a lot cooler, but it'll do for now.
11093
11094 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * pdf/xpdf/pdf-document.cc:
11097         * shell/ev-view.c: (status_message_from_link),
11098         (ev_view_set_status), (ev_view_set_cursor),
11099         (ev_view_motion_notify_event), (ev_view_init):
11100         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11101
11102         Fix bugs in the links implementation and change cursor
11103         when hovering a link.
11104
11105 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11106
11107         * viewer/.cvsignore: added cvsignore file for viewer directory
11108
11109         * TODO: created TODO document
11110
11111 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11112
11113         * shell/ev-view.h:
11114         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11115         new functions to help with implementation of sensitivity code
11116         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11117         of all actions that might require it.  Fixes a crash when you
11118         click on the Zoom actions in a window lacking a document.
11119
11120 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11121
11122         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11123         of the Find action
11124
11125 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11128         (pixbuf_document_document_iface_init):
11129         * ps/ps-document.c: (ps_document_get_link),
11130         (ps_document_document_iface_init):
11131         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11132         (status_message_from_link), (ev_view_set_status),
11133         (ev_view_set_find_status), (ev_view_motion_notify_event),
11134         (ev_view_button_release_event), (ev_view_set_property),
11135         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11136         (ev_view_get_find_status_message), (update_find_results),
11137         (ev_view_get_status), (ev_view_get_find_status):
11138         * shell/ev-view.h:
11139         * shell/ev-window.c: (view_status_changed_cb),
11140         (view_find_status_changed_cb), (ev_window_init):
11141
11142         View status message support, use it to show the links.
11143         Needs work...
11144
11145 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * backend/ev-document.c: (ev_document_get_link):
11148         * backend/ev-document.h:
11149         * pdf/xpdf/pdf-document.cc:
11150         * shell/ev-application.c: (ev_application_open):
11151         * shell/ev-application.h:
11152         * shell/ev-sidebar-links.c: (selection_changed_cb):
11153         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11154         (ev_view_go_to_link):
11155
11156         Add support for document links
11157
11158 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11159
11160         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11161         (create_tool_item):
11162         Set the spin button limits correctly.
11163         
11164         * shell/ev-sidebar-thumbnails.c:
11165         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11166         Support changing pages by clicking on the thumbnails.
11167         
11168 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11169
11170         * pixbuf/pixbuf-document.c:
11171         (pixbuf_document_thumbnails_get_dimensions),
11172         (pixbuf_document_document_thumbnails_iface_init):
11173
11174         implement get_dimensions
11175
11176 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * ps/ps-document.c: (ps_document_goto_page):
11179
11180         Fix page switching on multipage documents
11181
11182 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11183
11184         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11185         
11186         check for NULL before assigning to width and height parameters
11187
11188 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11189
11190         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11191         (pixbuf_document_set_property), (pixbuf_document_get_property):
11192
11193         implement get/set properties
11194
11195 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11196
11197         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11198         
11199         return NULL instead of "Unknown", letting the title get set to
11200         the filename when the pdf has no title.
11201
11202 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11203
11204         * ps/ps-document.c: (ps_document_get_page_count),
11205         (ps_document_goto_page):
11206
11207 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * shell/ev-history.c: (ev_history_get_property),
11210         (ev_history_set_property), (ev_history_class_init),
11211         (ev_history_add_page), (ev_history_set_current_index):
11212         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11213         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11214         (ev_navigation_action_finalize):
11215         * shell/ev-navigation-action.h:
11216         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11217         (ev_view_go_forward), (ev_view_get_find_status_message),
11218         (history_index_changed_cb), (ev_view_set_history):
11219         * shell/ev-view.h:
11220         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11221         (update_current_page), (register_custom_actions):
11222
11223         Implement history dropdowns
11224
11225 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11226
11227         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11228         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11229         (ev_view_go_forward):
11230         * shell/ev-window.c: (register_custom_actions):
11231
11232         Fix several history bugs
11233
11234 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11235
11236         * configure.ac: Add «nb» to ALL_LINGUAS.
11237
11238 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * backend/Makefile.am:
11241         * backend/ev-bookmark.c:
11242         * backend/ev-bookmark.h:
11243         * backend/ev-document-bookmarks.c:
11244         * backend/ev-document-bookmarks.h:
11245         * backend/ev-document-links.c: (ev_document_links_get_type),
11246         (ev_document_links_has_document_links),
11247         (ev_document_links_begin_read), (ev_document_links_get_link),
11248         (ev_document_links_get_child), (ev_document_links_next),
11249         (ev_document_links_free_iter):
11250         * backend/ev-document-links.h:
11251         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11252         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11253         (ev_link_get_link_type), (ev_link_set_link_type),
11254         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11255         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11256         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11257         (ev_link_new_external):
11258         * backend/ev-link.h:
11259         * pdf/xpdf/pdf-document.cc:
11260         * shell/Makefile.am:
11261         * shell/ev-application.c: (ev_application_open_link):
11262         * shell/ev-application.h:
11263         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11264         (ev_history_get_link_nth):
11265         * shell/ev-history.h:
11266         * shell/ev-sidebar-bookmarks.c:
11267         * shell/ev-sidebar-bookmarks.h:
11268         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11269         (ev_sidebar_links_class_init), (selection_changed_cb),
11270         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11271         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11272         (do_one_iteration), (populate_links_idle),
11273         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11274         * shell/ev-sidebar-links.h:
11275         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11276         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11277         (go_to_index):
11278         * shell/ev-view.h:
11279         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11280         * shell/ev-window.h:
11281
11282         Rename bookmark to link, and use "Index" for the sidebar panel.
11283
11284 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11285
11286         * shell/Makefile.am:
11287         * shell/ev-application.c: (ev_application_open_bookmark):
11288         * shell/ev-application.h:
11289         * shell/ev-history.c: (ev_history_init), (free_links_list),
11290         (ev_history_finalize), (ev_history_class_init),
11291         (ev_history_add_link), (ev_history_add_page),
11292         (ev_history_get_link_nth), (ev_history_get_n_links),
11293         (ev_history_get_current_index), (ev_history_set_current_index),
11294         (ev_history_new):
11295         * shell/ev-history.h:
11296         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11297         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11298         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11299         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11300         (ev_view_set_page):
11301         * shell/ev-view.h:
11302         * shell/ev-window.c: (ev_window_open_bookmark),
11303         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11304         (goto_page_cb), (register_custom_actions):
11305         * shell/ev-window.h:
11306
11307         Initial history implementation. Needs work.
11308
11309 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11310
11311         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11312
11313 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * cut-n-paste/recent-files/egg-recent-item.c:
11316         * cut-n-paste/recent-files/egg-recent-item.h:
11317         * cut-n-paste/recent-files/egg-recent-model.c:
11318         * cut-n-paste/recent-files/egg-recent-util.c:
11319         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11320         * cut-n-paste/recent-files/egg-recent-view.c:
11321
11322         Update
11323
11324 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11325
11326         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11327         (fillGlyph, fillImageMask, drawImage):
11328         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11329         pdf/splash/SplashTypes.h:
11330         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11331         packed mode for Splash.
11332
11333         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11334         RGB8 packed mode, eliminates the pixbuf data creation loop.
11335
11336         * shell/ev-print-job.c (ev_print_job_finalize)
11337         (ev_print_job_set_property, ev_print_job_get_property)
11338         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11339         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11340         (print_closure_finalize, ev_print_job_print): implement
11341         printing (for backends with EvPsExporter)
11342
11343         * shell/ev_print_job.h: update prototypes.
11344
11345         * shell/ev-window.c (ev_window_print): unref print job after
11346         printing.
11347
11348         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11349         unless the document implements the EvDocumentFind interface.
11350
11351 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11352
11353         * configure.ac: Added ja to ALL_LINGUAS.
11354
11355 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * pdf/xpdf/pdf-document.cc:
11358
11359         add a FIXME. We should probably not allocate
11360         a bookmark object every time
11361
11362 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11363
11364         * shell/ev-application.c: (ev_application_open),
11365         (ev_application_open_bookmark):
11366         * shell/ev-application.h:
11367         
11368         Add a way to open bookmarks
11369
11370         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11371         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11372         (ev_bookmark_set_property), (ev_bookmark_class_init),
11373         (ev_bookmark_new_title), (ev_bookmark_new_link),
11374         (ev_bookmark_new_external):
11375
11376         Support for external uris, better constructors.
11377
11378         * backend/ev-bookmark.h:
11379         * pdf/xpdf/pdf-document.cc:
11380         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11381
11382         Handle external uris
11383
11384 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11385
11386         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11387         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11388
11389         Hook up bookmarks navigation
11390
11391 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11392
11393         * backend/Makefile.am:
11394         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11395         (ev_bookmark_get_title), (ev_bookmark_set_title),
11396         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11397         (ev_bookmark_get_page), (ev_bookmark_set_page),
11398         (ev_bookmark_get_property), (ev_bookmark_set_property),
11399         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11400         (ev_bookmark_new):
11401         * backend/ev-bookmark.h:
11402         * backend/ev-document-bookmarks.c:
11403         (ev_document_bookmarks_get_bookmark):
11404         * backend/ev-document-bookmarks.h:
11405         * pdf/xpdf/pdf-document.cc:
11406         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11407
11408         Add a bookmark object to the backend and use it instead of get_values
11409
11410 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * data/evince-ui.xml:
11413
11414         Cleanup and add select all.
11415
11416         * shell/ev-view.c: (ev_view_select_all),
11417         (ev_view_button_press_event):
11418         * shell/ev-view.h:
11419         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11420
11421         Add select all.
11422         Clear selection on click.
11423
11424 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11425
11426         * shell/ev-sidebar-thumbnails.c
11427         (ev_sidebar_thumbnails_set_document): forgot to unref the
11428         loading_icon.
11429
11430 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11431
11432         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11433         at the visible page, not just linearly.  This makes it look fast.
11434
11435 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11436
11437         * backend/ev-document-misc.c
11438         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11439         white.
11440         * backend/ev-document-thumbnails.h: New interface to get the size
11441         of a page.
11442
11443 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11444
11445         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11446         make dist works
11447
11448 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11451         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11452         things up a bit.
11453
11454         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11455
11456 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11457
11458         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11459         fonts. Should fix font problems on systems that have the base
11460         fonts in bitmap format. Reported by James Henstridge
11461         <james@jamesh.id.au>.
11462
11463 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11464
11465         * pdf/xpdf/Gfx.cc:
11466         * pdf/xpdf/GfxState.cc:
11467
11468         Fix for CAN-2004-1125
11469
11470 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11471
11472         * shell/ev-view.c: (ev_view_copy):
11473         * shell/ev-view.h:
11474         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11475
11476         Implement Edit->Copy
11477
11478 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * backend/ev-document.c: (ev_document_get_text):
11481         * backend/ev-document.h:
11482         * pdf/xpdf/pdf-document.cc:
11483         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11484         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11485         (ev_view_update_primary_selection), (ev_view_button_press_event),
11486         (ev_view_motion_notify_event), (ev_view_button_release_event):
11487
11488         Beginnings of clipboard support. Incomplete but primary sort
11489         of work.
11490
11491 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11492
11493         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11494         (expose_bin_window):
11495
11496         Nicer rubberband drawing, from GtkIconView.
11497
11498 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * backend/ev-document.c: (ev_document_save):
11501         * backend/ev-document.h:
11502         * data/evince-ui.xml:
11503         * pdf/xpdf/pdf-document.cc:
11504         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11505
11506         Implement "Save a copy..." menu item
11507
11508 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11509
11510         * shell/ev-view.c: (ev_view_zoom):
11511
11512         Queue a resize when zoom changes
11513
11514 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11515
11516         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11517         shadows.
11518
11519         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11520         thumbnails..
11521
11522 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11523
11524         * pdf/xpdf/pdf-document.cc
11525         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11526
11527 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11528
11529         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11530         It's slow, but I'll speed it up next!
11531
11532 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11533
11534         * shell/main.c (load_files):
11535
11536         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11537         from the command line and because it seems more appropriate.
11538
11539 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * data/evince-ui.xml:
11542         * shell/ev-window.c: (update_action_sensitivity),
11543         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11544
11545         s/next page/page down
11546         s/previous page/page up
11547
11548 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11549
11550         * data/evince-ui.xml:
11551
11552         Change the layout to match clarkbw design.
11553
11554         * shell/Makefile.am:
11555         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11556         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11557         (ev_navigation_action_finalize),
11558         (ev_navigation_action_set_property),
11559         (ev_navigation_action_get_property),
11560         (ev_navigation_action_class_init):
11561         * shell/ev-navigation-action.h:
11562
11563         Implement clarkbw toolbar navigation controls (incomplete)
11564
11565         * shell/ev-page-action.c: (update_label), (update_spin),
11566         (value_changed_cb), (create_tool_item), (connect_proxy),
11567         (ev_page_action_init), (ev_page_action_finalize),
11568         (ev_page_action_set_property), (ev_page_action_get_property),
11569         (ev_page_action_set_current_page),
11570         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11571         * shell/ev-page-action.h:
11572
11573         Implement a page switcher in the toolbar
11574
11575         * shell/ev-view.c: (ev_view_scroll_view):
11576         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11577         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11578         (register_custom_actions), (ev_window_init):
11579
11580         Change page on PageUp/Down.
11581
11582 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * pdf/xpdf/pdf-document.cc
11585         (pdf_document_thumbnails_get_thumbnail): initial stab at
11586         implementing thumbnail support for pdfs.  It only does documents
11587         with precached pdfs now.
11588
11589 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11590
11591         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11592         thumbnail code into a time-based idle as well.  Also, turn off the
11593         shadow temporarily as it's really slow.
11594
11595 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * backend/ev-document.c: (ev_document_class_init):
11598         * pdf/xpdf/pdf-document.cc:
11599         * shell/ev-window.c: (ev_window_open):
11600
11601         Fix document title bugs and fallback to
11602         filename when not available.
11603
11604 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * backend/ev-document.c: (ev_document_get_type),
11607         (ev_document_class_init), (ev_document_load),
11608         (ev_document_get_title):
11609         * backend/ev-document.h:
11610         * pdf/xpdf/pdf-document.cc:
11611         * ps/ps-document.c: (ps_document_set_property),
11612         (ps_document_get_property), (ps_document_class_init),
11613         (document_load):
11614         * ps/ps-document.h:
11615         * ps/ps.h:
11616         * shell/ev-window.c: (update_window_title), (ev_window_open),
11617         (ev_window_init):
11618
11619         Initial support for document title. Not working yet.
11620
11621 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11622
11623         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11624
11625         Grab focus on the view when clicking it
11626
11627 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11628
11629         * shell/ev-marshal.list:
11630         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11631         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11632
11633         Add key bindings to the view. Now if the focus would work
11634         right...
11635
11636 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * Makefile.am:
11639         * backend/Makefile.am:
11640         * data/Makefile.am:
11641         * dvi/Makefile.am:
11642         * dvi/dvilib/Makefile.am:
11643         * pdf/xpdf/Makefile.am:
11644         * po/POTFILES.in:
11645         * ps/Makefile.am:
11646
11647         Fix distcheck
11648
11649 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11650
11651         * shell/ev-view.c: (ev_view_realize):
11652
11653         Fix mouse wheel scrolling
11654
11655 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11656
11657         * ps/Makefile.am:
11658         * ps/gstypes.h:
11659         * ps/gtkgs.c:
11660         * ps/gtkgs.h:
11661         * ps/ps-document.c: (catchPipe), (ps_document_init),
11662         (ps_document_class_init), (ps_document_cleanup),
11663         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11664         (set_up_page), (close_pipe), (is_interpreter_ready),
11665         (interpreter_failed), (output), (input), (start_interpreter),
11666         (stop_interpreter), (file_length), (file_readable),
11667         (check_filecompressed), (check_pdf), (compute_xdpi),
11668         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11669         (ps_document_get_type), (ps_document_emit_error_msg),
11670         (document_load), (ps_document_next_page),
11671         (ps_document_get_current_page), (ps_document_get_page_count),
11672         (ps_document_goto_page), (ps_document_set_page_size),
11673         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11674         (ps_document_load), (ps_document_get_n_pages),
11675         (ps_document_set_page), (ps_document_get_page),
11676         (ps_document_widget_event), (ps_document_set_target),
11677         (ps_document_set_scale), (ps_document_set_page_offset),
11678         (ps_document_get_page_size), (ps_document_render),
11679         (ps_document_document_iface_init):
11680         * ps/ps-document.h:
11681         * ps/ps.c:
11682         * shell/ev-window.c: (ev_window_open):
11683
11684         Rename GtkGS to PSDocument
11685
11686 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * ps/gtkgs.c: (gtk_gs_class_init):
11689         * ps/gtkgs.h:
11690
11691         Some more leftover...
11692
11693 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11694
11695         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11696         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11697         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11698         * ps/gtkgs.h:
11699
11700         Remove unused code and make a lot of stuff private
11701
11702 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11703
11704         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11705         (gtk_gs_defaults_changed):
11706         * ps/gsdefaults.h:
11707         * ps/gtkgs.c:
11708         * ps/gtkgs.h:
11709         * ps/ps.h:
11710
11711         Cleanup headers dependencies
11712
11713 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11714
11715         * ps/Makefile.am:
11716         * ps/ggvutils.c:
11717         * ps/ggvutils.h:
11718         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11719         * ps/gsdefaults.h:
11720         * ps/gtkgs.c: (file_length), (file_readable),
11721         (check_filecompressed), (check_pdf), (gtk_gs_load),
11722         (gtk_gs_get_postscript):
11723
11724         Get rid of ggvutils
11725
11726 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11727
11728         * ps/ggvutils.c:
11729         * ps/ggvutils.h:
11730         * ps/gsio.h:
11731         * ps/gtkgs.c: (gtk_gs_set_zoom):
11732
11733         Cleanups
11734
11735 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11738
11739         Ensure the page is rerendered when changing zoom
11740
11741 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * backend/ev-document.c: (ev_document_base_init),
11744         (ev_document_changed):
11745         * backend/ev-document.h:
11746
11747         Add a changed event that is emitted when the page content
11748         changes. This is necessary to deal with the fact that
11749         in ps backend rendering happen asycrounously.
11750         This makes the ps backend mostly work.
11751
11752         * pdf/xpdf/pdf-document.cc:
11753
11754         Emit changed event
11755
11756         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11757         (ps_document_set_target):
11758
11759         Emit changed event
11760
11761         * shell/ev-view.c: (document_changed_callback),
11762         (ev_view_set_document), (ev_view_set_page):
11763
11764         Redraw on the changed signal
11765
11766 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11767
11768         * configure.ac: Added pt_BR to ALL_LINGUAS.
11769
11770 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11771
11772         * backend/ev-document-bookmarks.c:
11773         (ev_document_bookmarks_get_child): *
11774         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11775         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11776         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11777         (ev_sidebar_bookmarks_destroy),
11778         (ev_sidebar_bookmarks_class_init),
11779         (ev_sidebar_bookmarks_construct), (stack_data_free),
11780         (do_one_iteration), (populate_bookmarks_idle),
11781         (ev_sidebar_bookmarks_clear_document),
11782         (ev_sidebar_bookmarks_set_document): *
11783         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11784         (ev_sidebar_add_page),
11785         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11786         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11787         it displays both the topics and the page numbers.
11788
11789 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11790
11791         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11792         toggle.
11793         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11794         visible.
11795
11796 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11797
11798         * configure.ac: Added en_CA to ALL_LINGUAS.
11799
11800 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11801
11802         * ChangeLog: replace bottom of this ChangeLog (merged history of
11803         ggv and gpdf; where all paths were wrong and most of the files are
11804         not even in this tree) with ChangeLog (from arch) of the shell
11805         code.
11806
11807 2004-12-23  Havoc Pennington  <hp@redhat.com>
11808
11809         * shell/ev-window.c: hook up potentially-questionable "find
11810         results status text" feature - something involving the sidebar or
11811         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11812         might be better in the end.
11813
11814         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11815         with corresponding signal when it should be updated
11816
11817         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11818
11819 2004-12-22  Havoc Pennington  <hp@redhat.com>
11820
11821         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11822         find stuff on other pages, sort of (only returns one result on
11823         invisible pages, to show they have results; updates full results
11824         for a page when you view it). Currently repaints the current page
11825         every time a new result is found on any page, which isn't so nice.
11826
11827 2004-12-22  Havoc Pennington  <hp@redhat.com>
11828
11829         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11830         the document doesn't support find (better ideas?)
11831         (find_bar_search_changed_cb): handle missing document or document
11832         that doesn't support find
11833
11834         * pdf/xpdf/pdf-document.cc: port to implement the new
11835         EvDocumentFindIface
11836
11837         * backend/ev-document-find.c: create a new interface for searching
11838
11839         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11840
11841 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11842
11843         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11844         libevbackend.la.
11845
11846         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11847         EvPrintJob constructor arguments.
11848
11849         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11850         for documents that can export PostScript (page by page).
11851
11852         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11853         
11854         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11855         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11856         (pdf_document_ps_exporter_iface_init:
11857         Implement EvPSExporter.
11858
11859         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11860
11861 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11862
11863         * backend/Makefile.am:
11864         * backend/ev-document-thumbnails.c:
11865         (ev_document_thumbnails_get_type),
11866         (ev_document_thumbnails_get_thumbnail):
11867         * backend/ev-document-thumbnails.h:
11868         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11869         (pixbuf_document_thumbnails_get_thumbnail),
11870         (pixbuf_document_document_thumbnails_iface_init):
11871         * shell/Makefile.am:
11872         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11873         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11874         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11875         * shell/ev-sidebar-thumbnails.h:
11876         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11877         (ev_sidebar_set_document):
11878         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11879         (create_shadow), (ev_pixbuf_add_shadow):
11880         * shell/ev-utils.h:
11881         Add thumbnail support.
11882         
11883 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11884
11885         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11886         (using_postscript_printer): Set up a print dialog for "PostScript
11887         injection" method.
11888
11889         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11890         EvPrintJob.
11891
11892         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11893
11894 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11895
11896         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11897         (ps_document_set_target), (ps_document_get_page_size),
11898         (ps_document_render):
11899         * ps/gtkgs.h:
11900
11901         Fix a few bugs
11902
11903 2004-12-22  Christian Rose  <menthos@menthos.com>
11904
11905         * configure.ac: Added "sv" to ALL_LINGUAS.
11906
11907 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11908
11909         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11910         document supports bookmarks.
11911
11912 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * ps/ggvutils.c: (ggv_file_readable):
11915         * ps/ggvutils.h:
11916         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11917         (gtk_gs_get_postscript):
11918
11919         Remove unused utils
11920
11921 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11922
11923         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11924         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11925         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11926         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11927         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11928         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11929         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11930         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11931         (gtk_gs_set_antialiasing), (ps_document_load),
11932         (ps_document_render):
11933         * ps/gtkgs.h:
11934
11935         Another check point for the ps backend. Now I can get it to show
11936         pages!
11937
11938 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11939
11940         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11941         document setting code.
11942
11943 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11944
11945         * shell/eggfindbar.c: (entry_activate_callback):
11946         Animate the next button when activate is pressed.
11947         
11948 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11949
11950         * shell/ev-window.c: (ev_window_cmd_edit_find),
11951         (update_fullscreen_popup), (ev_window_fullscreen),
11952         (ev_window_unfullscreen), (ev_window_state_event_cb),
11953         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11954         Fix bugs in fullscreen code.
11955         
11956 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11957
11958         * Makefile.am:
11959         * configure.ac:
11960         * pixbuf/Makefile.am:
11961         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11962         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11963         (pixbuf_document_set_page), (pixbuf_document_get_page),
11964         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11965         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11966         (pixbuf_document_render), (pixbuf_document_begin_find),
11967         (pixbuf_document_end_find), (pixbuf_document_finalize),
11968         (pixbuf_document_class_init),
11969         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11970         * pixbuf/pixbuf-document.h:
11971         * shell/Makefile.am:
11972         * shell/ev-application.c: (ev_application_open):
11973         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11974         (ev_window_open):
11975         Add pixbuf backend.
11976         
11977 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11978
11979         * Makefile.am: 
11980         * dvi/dvilib/Makefile.am:
11981         * dvi/Makefile.am:
11982         * configure.ac: Auto*ify dvi and dvi/dvilib
11983
11984         * dvi/Makefile: Remove from CVS
11985         
11986         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11987         confusion.
11988
11989         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11990         
11991         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11992         
11993 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * ps/Makefile.am:
11996         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11997         (gtk_gs_value_adjustment_changed), (compute_size),
11998         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11999         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12000         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12001         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12002         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12003         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12004         (ps_document_load), (ps_document_get_n_pages),
12005         (ps_document_set_page), (ps_document_get_page),
12006         (ps_document_set_target), (ps_document_set_scale),
12007         (ps_document_set_page_offset), (ps_document_get_page_size),
12008         (ps_document_render), (ps_document_begin_find),
12009         (ps_document_end_find), (ps_document_document_iface_init):
12010         * ps/gtkgs.h:
12011         * shell/Makefile.am:
12012         * shell/ev-window.c: (ev_window_open):
12013
12014         Some work to integrate gtkgs with EvDocument
12015
12016 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12017
12018         * shell/ev-window.c: (update_fullscreen_popup),
12019         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12020         (exit_fullscreen_button_clicked_cb),
12021         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12022         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12023         (ev_window_state_event_cb), (ev_window_init):
12024         Add fullscreen support from Epiphany.
12025         
12026 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12027
12028         * data/ev-stock-zoom-fit-width.png: fit-width
12029         stock icon from gpdf.
12030         
12031         * shell/ev-stock-icons.[ch]: copied from gpdf.
12032         
12033         * shell/main.c: (main): init stock icons.
12034         
12035         * shell/ev-window.c: use the fit-width icon.
12036         
12037         * data/evince-ui.xml: add zooming toolbar items.
12038
12039 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12040
12041         * shell/ev-view.c: 
12042         (ev_view_best_fit), (ev_view_fit_width): because
12043         get_page_size() returns the scaled page size, we
12044         need to calculate the scale factor relative to
12045         the previous scale factor. Should really just
12046         add get_real_page_size().
12047
12048 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12049
12050         * shell/ev-view.[ch]:
12051         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12052         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12053         add zooming.
12054         
12055         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12056         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12057         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12058         hook it up.
12059         
12060         * pdf/xpdf/pdf-document.cc:
12061         (pdf_document_begin_find),
12062         (pdf_document_end_find): make static.
12063
12064 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12065
12066         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12067
12068         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12069         names to fontconfig patterns.
12070         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12071
12072         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12073         setupBaseFontsFc.
12074
12075 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12076
12077         * Makefile.am:
12078         * configure.ac:
12079         * ps/Makefile.am:
12080         * ps/ggvutils.c:
12081         * ps/ggvutils.h:
12082         * ps/gsdefaults.c:
12083         * ps/gsdefaults.h:
12084         * ps/gsio.c:
12085         * ps/gsio.h:
12086         * ps/gtkgs.c:
12087         * ps/gtkgs.h:
12088         * ps/ps.c:
12089         * ps/ps.h:
12090
12091         Import ggv backend. Not hooked up yet.
12092
12093 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12094
12095         * shell/main.c: (load_files), (main): load files
12096         from the command line.
12097
12098 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12099
12100         * configure.ac: don't require bonobo.
12101         
12102         * cut-n-paste/recent-files/*: kill bonobo recent
12103         view.
12104
12105         * shell/ev-window.c:
12106         (ev_window_is_empty): upd.
12107         (unable_to_load), (ev_window_open): load backend
12108         based on the mime type.
12109
12110 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12111
12112         * backend/.cvsignore: ignore generated marshalers source.
12113
12114         * shell/main.c (main): this is not epiphany.
12115
12116 2004-12-22  Havoc Pennington  <hp@redhat.com>
12117
12118         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12119         (expose_bin_window): draw find highlights
12120
12121         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12122         
12123         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12124         (pdf_document_end_find): implement this interface
12125
12126         * backend/ev-document.c (ev_document_found): add this to emit
12127         signal
12128
12129 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12130
12131         * data/evince-ui.xml: Add a few more toolbar items.
12132
12133         * shell/ev-window.c: Hook up page navigation toolbar 
12134         items.
12135
12136         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12137         a page-changed signal.
12138
12139         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12140         Add ev_document_get_page().
12141
12142         * shell/ev-window.c: Sensitize/desensitize navigation
12143         actions.
12144
12145 2004-12-21  Havoc Pennington  <hp@redhat.com>
12146
12147         * backend/ev-backend-marshal.c,
12148         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12149         marshaler-generator thingy. I'm sure there's a better way to do
12150         this in the modern world.
12151
12152         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12153         end_find methods and "found" signal.
12154
12155         * configure.ac: find glib-genmarshal
12156
12157 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12158
12159         * shell/ev-sidebar.c: Construct an actual sidebar.
12160         * shell/ev-sidebar-bookmarks.[ch]:
12161         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12162
12163 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12164
12165         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12166         Redo size handling.
12167         
12168         * shell/ev-view.c: Track the size from the document.
12169
12170 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12171
12172         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12173         constructor assumes ownership of the string passed in.
12174         
12175         * shell/ev-window.c (ev_window_open): Destroy the error
12176         dialog once we've displayed it.
12177
12178 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12179
12180         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12181         a bit, it works! (sort of)
12182
12183         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12184         Move to .cc since we need to use C++ in the implementation.
12185
12186         * shell/dummy.cc: Add a CC file to force evince
12187         to be linked as a C++ program.
12188
12189 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12190
12191         * shell/ev-view.[ch]: Start of content-area widget.
12192
12193         * shell/ev-window.c: Create a EvView, update it
12194         as we change documents.
12195
12196         * shell/Makefile.am shell/ev-marshal.list: Add
12197         generated marshalers.
12198
12199 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12200
12201         * Makefile.am (SUBDIRS): move shell.
12202
12203 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12204
12205         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12206         .a to libtool convenience libraries.
12207
12208         * shell/ev-window.c (ev_window_open): Hard code loading
12209         a PDF document.
12210         
12211         * backend/ev-document.h: Add a boolean return to load(),
12212         fix GError * to GError **.
12213
12214         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12215         object for a PDF backend EvDocument.
12216
12217 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12218
12219         * dvi/*: New directory with the beginning of a .dvi backend.
12220
12221 2004-12-21  Havoc Pennington  <hp@redhat.com>
12222
12223         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12224         previous/next instead of back/forward
12225
12226 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12227
12228         * backend/ev-document.[ch]: Fix a couple of problems so
12229         it compile.
12230
12231 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12232
12233         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12234         to backend/ directory, rename EvViewer to EvDocument.
12235
12236 2004-12-21  Havoc Pennington  <hp@redhat.com>
12237
12238         * shell/ev-window.c: hook up the find bar widget; now we just need
12239         a document to find things in
12240
12241         * shell/eggfindbar.c: a find bar widget
12242
12243 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12244
12245         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12246
12247 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12248
12249         * pdf/**: Import of xpdf code from gpdf. 
12250
12251         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12252
12253         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12254         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12255         Fix FreeType includes.
12256
12257         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12258         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12259         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12260         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12261         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12262         Include xpdfconfig.h
12263         
12264 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12265
12266         * shell/ev-window.c (ev_window_dispose): dispose can be called
12267         multiple times.
12268
12269 2004-12-21  Havoc Pennington  <hp@redhat.com>
12270
12271         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12272         rather than Evince
12273
12274         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12275         items; really they should be synced with the strings, etc. from
12276         current gpdf, but just getting the boring typing out of the way 
12277
12278 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * po/POTFILES.in:
12281         * shell/ev-application.c: (window_destroy_cb):
12282         * shell/ev-window.c:
12283         * shell/main.c: (main):
12284
12285         Actually show the window...
12286
12287 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12288
12289         * Makefile.am:
12290         * shell/Makefile.am:
12291         * shell/ev-application.c: (ev_application_class_init):
12292         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12293
12294         Make it build again
12295
12296 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12297
12298         Import to gnome cvs.
12299         
12300         * Remove copies of gpdf and ggv trees.
12301         * Rip out all the recursive configure code.
12302         * Remove bonobo machinery.
12303         * viewer/*: GInterfaces that backends should/can implement.
12304
12305 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12306
12307         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12308         typo
12309
12310 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12311
12312         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12313         (ev_application_finalize, ev_application_class_init)
12314         (ev_application_init): use GType instance private data for priv.
12315
12316         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12317         (ev_window_finalize, ev_window_class_init)
12318         (ev_window_init): ditto.
12319
12320 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12321
12322         * shell/ev-application.c (ev_application_new_window): make public
12323         (ev_application_show_initial_window): kill.
12324
12325         * shell/ev-application.h: update prototypes.
12326
12327         * shell/main.cc (main): inline ev_application_show_initial_window.
12328
12329 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12330
12331         * shell/ev-application.c (ev_application_new_window): impl.
12332         (ev_application_show_initial_window): use it.
12333         (is_window_empty, ev_application_get_empty_window): returns an
12334         existing empty window or a new one.
12335         (ev_application_open): from ev_window_cmd_file_open.
12336
12337         * shell/ev-application.h: update prototypes
12338
12339         * shell/ev-window.c (ev_window_is_empty): impl.
12340         (ev_window_open): make public.
12341         (ev_window_cmd_file_open): use ev_application_open
12342
12343         * shell/ev-window.h: update prototypes, remove unused.
12344
12345 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12346
12347         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12348         move destroy handler out of here...
12349
12350         * shell/ev-application.c, shell/ev-application.h: ...into this new
12351         class. Also handles initial window creation.
12352
12353         * shell/main.cc (main): use EvApplication to create initial
12354         window.
12355
12356 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12357
12358         * Makefile.am (SUBDIRS): add cut-n-paste
12359
12360         * cut-n-paste/Makefile.am: add
12361
12362         * configure.ac: generate Makefiles in cut-n-paste
12363
12364 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12365
12366         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12367         (ev_window_class_init): install ev_window_dispose.
12368
12369 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12370
12371         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12372         char (gchar looks stupid).
12373
12374 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12375
12376         * po/de.po: updated German translation.
12377
12378 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12379
12380         * configure.ac: add more pkg-config library checks for gnome-vfs,
12381         bonobo etc.
12382
12383         * gpdf/configure.in: temporarily disable libpaper
12384         checks. Otherwise I'd have to add the checks for the shell, too.
12385
12386 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12387
12388         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12389         and * file filters to the file choose.
12390
12391 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12392
12393         * po/de.po: Updated German translation.
12394
12395 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12396
12397         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12398
12399 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12400
12401         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12402
12403         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12404         (ev_window_init): implement those menuitems.
12405
12406 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12407
12408         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12409
12410         * shell/ev-window.c (ev_window_init): use the toolbar.
12411
12412 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12413
12414         * shell/ev-window.c (ev_window_init): use menu translations
12415
12416 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12417
12418         * configure.ac: add "de" to ALL_LINGUAS.
12419
12420         * po/de.po: add German translation.
12421
12422 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12423
12424         * Makefile.am (SUBDIRS): add po
12425
12426         * configure.ac: check intltool, glib-gettext etc, generate
12427         po/Makefile.in
12428
12429         * po, po/POTFILES.in, po/POTFILES.skip: new.
12430
12431 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12432
12433         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12434         already use (#ifdef ENABLE_NLS)
12435
12436         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12437         pointer indirection thinko.
12438
12439         * shell/main.c: include gi18n.h for bindtextdomain etc.
12440
12441 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12442
12443         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12444         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12445         tooltips for menu items in the statusbar.
12446
12447 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12448
12449         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12450         pkgdatadir drop UIDIR
12451
12452 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12453
12454         * data/evince-ui.xml: Add File->Open menu item
12455
12456         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12457         chooser), hook it up in the ui manager.
12458
12459 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12460
12461         * shell/ev-window.c: fix Help->About tooltip.
12462
12463 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12464
12465         * configure.ac: set CFLAGS for libevprivate.
12466
12467         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12468         definitions, factory etc.
12469
12470         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12471
12472         * shell/Makefile.am: link against libevprivate.a.
12473
12474         * shell/ev-window.c (entries): add stock icon to Help->About.
12475
12476         * shell/main.c (main): init stock icon code.
12477
12478 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12479
12480         * lib/recent-files: egg recent files code
12481
12482         * lib/Makefile.am: add.
12483
12484         * Makefile.am: add lib subdir.
12485
12486         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12487         set CFLAGS for recent-files.
12488
12489 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12490
12491         * configure.ac: disable -ansi and -pedantic gcc flags. They
12492         disable POSIX stuff in stdio.h, but egg-recent uses them.
12493
12494 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12495
12496         * configure.ac: add --disable-deprecated flag (defaults to on in
12497         "cvs" builds).
12498
12499         * shell/Makefile.am (INCLUDES): use it.
12500
12501 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12502
12503         * shell/main.c: add missing #include.
12504
12505         * shell/ev-window.c: fix for pedantic gcc.
12506         (ev_window_cmd_help_about): split license into paragraphs for
12507         translators and pedantic compilers.
12508
12509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12510
12511         * configure.ac: add more warning flags if compiling with gcc from
12512         cvs (or explicitly requested with --enable-more-warnings).
12513
12514 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12515
12516         * data/evince-ui.xml: add File and File->Close menu.
12517
12518         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12519         (ev_window_destroy): quit after destroy.
12520         (ev_window_class_init): override GtkObject::destroy.
12521         (entries): install close_window callback.
12522
12523 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12524
12525         * Makefile.am (SUBDIRS): add data subdir.
12526
12527         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12528         gtk+ 2.5.0 for GtkAboutDialog.
12529
12530         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12531         main window.
12532
12533         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12534
12535         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12536         manager.
12537         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12538
12539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12540
12541         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12542
12543 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12544
12545         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12546
12547 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12548
12549         * shell/*: Added shell directory boilerplate, build it.
12550
12551 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12552
12553         * configure.ac, Makefile.am: Added top-level configure.ac and
12554         Makefile.am