]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Show thumbnails for documents with one page. Fixes bug #358751.
[evince.git] / ChangeLog
1 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * ev-sidebar-thumbnails.c: (update_visible_range),
4         (ev_sidebar_thumbnails_refresh),
5         (ev_sidebar_thumbnails_set_document),
6         (ev_sidebar_thumbnails_support_document):
7
8         Show thumbnails for documents with one page. Fixes bug #358751.
9         
10 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * shell/ev-window.c:
13         (ev_window_load_print_settings_from_metadata),
14         (ev_window_save_print_settings), (ev_window_print_finished),
15         (ev_window_print_range):
16
17         Print settings that are specific to the document are now saved per
18         document in the metadata file. Fixes bug #488806.
19         
20 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
21
22         * backend/tiff/tiff-document.c: (tiff_document_render):
23
24         Tiff documents were rendered with wrong colors. Fixes bug #497279.
25         
26 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-application.[ch]: (get_find_string_from_args),
29         (ev_application_open_uri_at_dest), (ev_application_open_uri),
30         (ev_application_open_uri_list):
31         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
32         * shell/ev-window.[ch]: (ev_window_load_job_cb),
33         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
34         (ev_window_cmd_recent_file_activate),
35         (ev_window_open_recent_action_item_activated),
36         (ev_window_print_send), (open_remote_link):
37         * shell/main.c: (arguments_parse):
38
39         Add a command line option for search. Fixes bug #497710.
40         
41 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
42
43         * shell/ev-jobs.c: (ev_job_print_new):
44
45         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
46         
47 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * data/evince-toolbar.xml:
50         * shell/Makefile.am:
51         * shell/ev-application.c: (ev_application_init):
52         * shell/ev-open-recent-action.[ch]:
53         * shell/ev-window.c:
54         (ev_window_open_recent_action_item_activated),
55         (register_custom_actions):
56
57         Add an expander to the open toolbar item which pops up a dropdown
58         menu with the recently used documents. Fixes bug #487215.
59         
60 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-window.c: (ev_window_open_uri),
63         (ev_window_cmd_view_reload):
64
65         Do not jump to the first page when reloading by running evince
66         from the command line. Fixes bug #490847.
67         
68 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
69
70         * shell/ev-window.c: (ev_window_cmd_help_contents):
71
72         Plugged memory leak when help file is not found. Fixes bug
73         #490762.
74         
75 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * configure.ac:
78
79         Enable djvu, dvi and comics backends by default. Fixes bug
80         #437121.
81         
82 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * configure.ac:
85         * cut-n-paste/Makefile.am:
86         * cut-n-paste/recent-files/*: Removed
87         * help/reference/Makefile.am:
88         * shell/Makefile.am:
89         * shell/ev-application.[ch]: (ev_application_shutdown),
90         (ev_application_init):
91         * shell/ev-window.c: (ev_window_add_recent),
92         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
93
94         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
95         
96 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
97
98         * shell/ev-window.c: (launch_external_uri):
99
100         Let GnomeVFS check the URL, this allow more URL (like mailto:),
101         and report error if the URL is not supported (#489910).
102
103 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
106         (pdf_document_file_exporter_begin_page),
107         (pdf_document_file_exporter_end_page):
108
109         Fix printing with poppler splash backend. Fixes bug #489774.
110         
111 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
114         * shell/ev-print-job.c: (ev_print_job_class_init):
115
116         Fix a crash when printing with the gnome-print dialog. Fixes bug
117         #488939.
118         
119 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
120
121         * backend/pixbuf/pixbuf-document.c:
122
123         Fix an implicit function definition warning (#487655)
124
125 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-window.c:
128
129         Fix conflicting shortcut for view sade pane and presentation.
130         
131 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * backend/pdf/ev-poppler.cc:
134         (pdf_document_file_exporter_begin_page),
135         (pdf_document_file_exporter_do_page),
136         (pdf_document_file_exporter_end_page),
137         (pdf_document_file_exporter_iface_init):
138         * libdocument/ev-file-exporter.[ch]:
139         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
140         * shell/ev-jobs.c: (ev_job_print_get_page_list),
141         (ev_job_print_run):
142
143         When printing multiple pages per sheet in reverse option, do not
144         invert the order of the pages in every sheet, but the order of the
145         sheets. Do not print blank pages when page range is invalid. Fixes
146         bugs #484857 and #485521.
147         
148 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * shell/ev-jobs.c: (ev_job_print_get_page_list),
151         (ev_job_print_run):
152         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
153
154         Respect ranges order when printing more than one range in random
155         order.
156         
157 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
158
159         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
160         (ev_window_setup_document), (ev_window_rotation_changed_cb):
161
162         Rotate also the window icon when document is rotated. Fixes bug
163         #474681.
164         
165 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
168         (pdf_document_forms_get_form_fields):
169
170         Silently ignore unknown form fields. Fixes bug #482654. Patch by
171         Matthias Drochner.
172         
173 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * configure.ac:
176         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
177
178         Use poppler_page_render_for_printing() instead of
179         poppler_page_render() if available when exporting to a ps or pdf
180         file. Fixes bug #476627.
181         
182 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-window.c: (ev_window_run_fullscreen):
185
186         Do not show the toolbar in fullscreen mode if the main toolbar is
187         not visible. Fixes bug #483048.
188         
189 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-view.c: (ev_view_button_press_event):
192
193         Give priority to form fields over images when deciding whether a
194         button press event is over an image or form field. It allows edit
195         form fields when they are over a background image. Fixes bug
196         #477841.
197         
198 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
199
200         * NEWS:
201         * configure.ac:
202         
203         Update for release 2.20.0
204
205 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * backend/pdf/ev-poppler.cc:
208
209         Remove #ifdef HAVE_FORMS, so that forms support works again.
210
211 2007-09-05  Götz Waschk  <waschk@mandriva.org>
212
213         * configure.ac:
214         * data/evince.desktop.in.in:
215         
216         Fixes desktop file issues. See bug #473471.
217
218 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
221         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
222         (ev_job_queue_remove_job):
223         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
224         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
225         * shell/ev-window.c: (ev_window_clear_save_job),
226         (ev_window_save_job_cb), (file_save_dialog_response_cb),
227         (ev_window_dispose):
228
229         Move save a copy task to its own job so that it's carried out in a
230         thread avoiding another lock in the main thread. Use
231         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
232         can be saved to a pathin another file system. Fixes bug #456891.
233         
234 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
235
236         * NEWS:
237         * configure.ac:
238         
239         Update for release 2.19.92
240
241 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * configure.ac:
244         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
245         (pdf_selection_get_selection_region),
246         (pdf_selection_get_selection_map),
247         (ev_form_field_from_poppler_field):
248
249         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
250         and triple click selections are enabled again now.
251
252 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-window.c: (ev_window_add_history):
255
256         Make sure not to use the history with documents not supporting
257         links. Fixes bug #468954.
258
259 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (ev_window_load_job_cb):
262
263         Restart the search when reloading a document with the find bar
264         visible. Fixes bug #461962.
265
266 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-window.c: (setup_document_from_metadata),
269         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
270
271         Do not jump to the first page when reloading a document from the
272         last page.
273
274 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/ev-window.c: (update_chrome_flag),
277         (setup_sidebar_from_metadata),
278         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
279         (ev_window_cmd_edit_find_next),
280         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
281         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
282         (find_bar_close_cb), (view_actions_focus_in_cb):
283
284         Do not update visibility when changing a chrome flag so that it's
285         possible to update several flags and update visibility only once
286         for all of them.
287
288 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
291
292         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
293         supported by gtk+. Fixes bug #460907.
294
295 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * shell/ev-view.c: (view_update_range_and_current_page):
298
299         Make sure current-page <= end-page in continuous mode. Fixes bug
300         #454950.
301
302 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * backend/pdf/ev-poppler.cc: (build_tree):
305
306         Ignore outline items without a title. Fixes bug #453913.
307
308 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
311         (ev_view_button_release_event), (ev_view_leave_notify_event):
312
313         Use always drag mouse cursor during a drag operation. Fixes bug
314         #470564.
315
316 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
319         (pdf_selection_get_selection_region),
320         (pdf_selection_get_selection_map):
321
322         Temporarily disable double and triple selections since it depends on
323         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
324         released and the update of the external dependency minimal version
325         approved.
326
327 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
330         (pdf_document_file_exporter_do_page):
331         * libdocument/ev-file-exporter.h:
332         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
333         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
334
335         Actually fix printing regressions. Remove orientation from
336         EvPrintContext since it's redundant.
337
338 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
341         * backend/impress/impress-document.c:
342         (impress_document_document_iface_init):
343         * backend/ps/ps-document.c: (ps_document_document_iface_init):
344         * backend/djvu/djvu-document.c:
345         (djvu_document_document_iface_init),
346         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
347         * backend/tiff/tiff-document.c:
348         (tiff_document_document_iface_init):
349         * backend/pixbuf/pixbuf-document.c:
350         (pixbuf_document_document_iface_init):
351         * backend/comics/comics-document.c:
352         (comics_document_document_iface_init):
353         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
354         (pdf_selection_render_selection),
355         (pdf_selection_get_selected_text),
356         (pdf_selection_get_selection_region),
357         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
358         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
359         (ev_selection_get_selection_region),
360         (ev_selection_get_selection_map):
361         * libdocument/ev-document.[ch]:
362         * shell/ev-pixbuf-cache.[ch]: (add_job),
363         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
364         * shell/ev-view-private.h:
365         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
366         (ev_job_render_run):
367         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
368         * shell/ev-view.c: (start_selection_for_event),
369         (ev_view_button_press_event), (ev_view_drag_data_get),
370         (ev_view_drag_data_received), (ev_view_button_release_event),
371         (compute_new_selection_text), (compute_selections),
372         (ev_view_select_all), (get_selected_text), (ev_view_copy),
373         (ev_view_primary_get_cb):
374
375         Add support for double and triple click selections.
376
377 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
378
379         * NEWS:
380         * configure.ac:
381
382         Update for release 2.19.4
383
384 2007-08-28  Justin Blanchard  <justinb04@aim.com>
385
386         * shell/ev-view-private.h:
387         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
388         (ev_view_set_highlight_search):
389         * shell/ev-view.h:
390         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
391         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
392         (find_bar_visibility_changed_cb):
393         
394         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
395
396 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
399         (pdf_document_file_exporter_begin),
400         (pdf_document_file_exporter_do_page):
401         * shell/ev-jobs.c: (ev_job_print_run):
402         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
403
404         Create always a portrait cairo surface and rotate when needed for
405         landscape. It fixes printing problems in real printers.
406
407 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
410         * libdocument/ev-file-exporter.[ch]:
411         (ev_file_exporter_get_capabilities):
412         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
413         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
414
415         Adjust number of pages per row according to page orientation when
416         printing 2 or 6 pages per sheet.
417
418 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/ev-window.c: (ev_window_print_send):
421
422         Reset also cups setting to 1 when printing multiple pages per
423         sheet. Fixes bug #468853.
424
425 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * libdocument/ev-document-misc.c:
428         (ev_document_misc_surface_rotate_and_scale):
429
430         Use directly cairo_surface_get_content() when creating a similar
431         surface as suggested by Jeff Muizelaar. Thanks again.
432
433 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * backend/djvu/djvu-document.c: (djvu_document_render):
436         * backend/tiff/tiff-document.c: (tiff_document_render):
437         * backend/pdf/ev-poppler.cc: (pdf_document_render):
438         * libdocument/ev-document-misc.c:
439         (ev_document_misc_surface_from_pixbuf),
440         (ev_document_misc_surface_rotate_and_scale):
441
442         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
443         creating page surfaces. Fixes bug #453123. Thank you very much to
444         Jeff Muizelaar <jeff@infidigm.net>.
445
446 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-page-cache.c: (ev_page_cache_new),
449         (ev_page_cache_get_thumbnail_size):
450         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
451         (ev_sidebar_thumbnails_set_loading_icon):
452
453         Also store in page-cache the dimensions of the thumbnails so that
454         they can be used to create the correct loading icon in the side
455         pane. Fixes bug #466857.
456
457 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * backend/pdf/ev-poppler.cc:
460         (pdf_document_thumbnails_get_thumbnail):
461
462         Fix thumbnails rotation in pdf documents that include embedded 
463         thumbnails.
464
465 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
466
467         * backend/pdf/ev-poppler.cc:
468
469         Don't use #ifdef in macro expansion. Some compilers don't
470         like that. Closes bug #467042.
471
472 2007-08-15  Justin Blanchard  <justinb04@aim.com>
473
474         * backend/djvu/djvu-document.c: (djvu_document_finalize):
475         
476         Fixes memory leak in djvu backend.
477
478 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
479
480         * data/icons/32x32/Makefile.am:
481         * data/icons/32x32/actions/Makefile.am:
482         * data/icons/32x32/actions/view-page-cont.svg:
483         * data/icons/32x32/actions/view-page-facing.svg:
484         * data/icons/48x48/Makefile.am:
485         * data/icons/48x48/actions/Makefile.am:
486         * data/icons/48x48/actions/view-page-cont.svg:
487         * data/icons/48x48/actions/view-page-facing.svg:
488         
489         Icons for a new sizes.
490
491 2007-08-14  Justin Blanchard  <justinb04@aim.com>
492
493         * shell/ev-page-cache.c: (build_height_to_page),
494         (ev_page_cache_get_height_to_page):
495         
496         Fixes invalid read, see bug #466401.
497
498 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
501         (set_drag_cursor):
502         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
503         (configure_item_cursor), (new_pixbuf_from_widget):
504
505         Fix multihead problems in toolbar editor. Fixes bug #382055.
506
507 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-window.c: (ev_window_cmd_file_open),
510         (ev_window_cmd_save_as):
511
512         Use g_get_user_special_dir when available instead of
513         xdg_user_dir_lookup.
514
515 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
516
517         * MAINTAINERS:
518         
519         Updated according to request on desktop-devel.
520
521 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
524
525         Do not use cairo_rectangle and cairo_clip since we are
526         not using cairo_fill but cairo_paint. Use the same cairo context
527         for every page in the same expose event.
528
529 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
530
531         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
532         leak.
533
534 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * configure.ac:
537         * NEWS:
538
539         Release 0.9.3
540
541 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * libdocument/ev-document-info.h:
544         * libdocument/ev-document.h:
545         * shell/ev-page-action.h:
546         * shell/ev-sidebar-links.h:
547
548         Fix a headers problem with ev-link
549         
550         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
551         * shell/ev-view-private.h:
552         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
553         (get_link_area), (ev_view_query_tooltip),
554         (ev_view_leave_notify_event), (ev_view_destroy),
555         (ev_view_class_init):
556
557         Use new gtk tooltips when available instead of ev-tooltip.
558         
559 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * shell/ev-window.c: (update_chrome_visibility),
562         (ev_window_sidebar_visibility_changed_cb):
563
564         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
565         
566 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-navigation-action.c:
569         (ev_navigation_action_history_changed),
570         (ev_navigation_action_set_history):
571         * shell/ev-navigation-action-widget.c:
572         (ev_navigation_action_widget_init):
573         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
574
575         Fix compile warnings.
576         
577 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
580         (egg_editable_toolbar_dispose):
581
582         Fix memory leak.
583         
584 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
587         (screensaver_disable_x11):
588         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
589         * shell/ev-window.c: (presentation_set_timeout):
590         * shell/ev-view.c: (ev_view_presentation_transition_start):
591
592         Use g_timeout_add_seconds instead of g_timeout_add when
593         available.
594         
595 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
598
599         Set horizontal scrollbar policy to AUTOMATIC instead of
600         NEVER. Workaround for bug #449462.
601         
602 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-jobs.c: (ev_job_render_page_ready):
605
606         Add page_ready callback to main loop with high priority and hold
607         a reference to job during idle.
608         
609 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * configure.ac:
612         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
613         (pdf_document_file_exporter_begin),
614         (pdf_document_file_exporter_do_page),
615         (pdf_document_file_exporter_get_capabilities):
616         * libdocument/ev-file-exporter.h:
617         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
618         * shell/ev-window.c: (ev_window_print_send),
619         (ev_window_print_dialog_response_cb):
620
621         Allow printing multiple pages per sheet. Fixes bug #395573.
622         
623 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
624
625         * shell/ev-view.c: (tip_from_link):
626         
627         Check for NULL, fixes bug #460862.
628
629 2007-07-29  Christian Persch  <chpe@gnome.org>
630
631         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
632         (ev_window_preview_print_finished), (ev_window_do_preview_print),
633         (ev_window_cmd_preview_print):
634         
635         Fixes bug #437681 - blocks while enumerating printers.
636
637 2007-07-29  Christian Persch  <chpe@gnome.org>
638
639         * shell/ev-window.c: (ev_window_screen_changed):
640         
641         Don't use deprecated gtk+ function. See bug #460909.
642
643 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
644
645         * shell/ev-utils.c: (get_num_monitors):
646         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
647
648         Do not use display before initializing it. Remove compile
649         warnings.
650
651 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
652
653         * shell/ev-view.c: (ev_view_class_init):
654         
655         Unix-like hjkl bindings added. See bug #458111.
656
657 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
658
659         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
660         * shell/ev-utils.h:
661         * shell/ev-view.c: (ev_view_set_zoom_for_size),
662         (ev_view_update_view_size):
663         * shell/ev-view.h:
664         * shell/ev-window.c: (ev_window_update_actions),
665         (setup_view_from_metadata), (ev_window_screen_changed),
666         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
667         (zoom_control_changed_cb):
668         * shell/ev-window.h:
669         
670         Reorganizes utility functions.
671
672 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
675         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
676         (add_job), (ev_pixbuf_cache_get_surface),
677         (ev_pixbuf_cache_get_link_mapping),
678         (ev_pixbuf_cache_get_image_mapping),
679         (ev_pixbuf_cache_get_form_field_mapping),
680         (ev_pixbuf_cache_get_text_mapping):
681         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
682         (notify_page_ready), (ev_job_render_page_ready),
683         (ev_job_render_run):
684
685         Add page_ready signal to notify that page is ready as soon as
686         possible even if other page elements like links, forms, images or
687         text mapping are not ready yet.
688
689 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
692         (dvi_document_file_exporter_do_page),
693         (dvi_document_file_exporter_get_capabilities),
694         (dvi_document_file_exporter_iface_init):
695         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
696         (ps_document_file_exporter_do_page),
697         (ps_document_file_exporter_get_capabilities),
698         (ps_document_file_exporter_iface_init):
699         * backend/djvu/djvu-document.c:
700         (djvu_document_file_exporter_begin),
701         (djvu_document_file_exporter_end),
702         (djvu_document_file_exporter_get_capabilities),
703         (djvu_document_file_exporter_iface_init):
704         * backend/tiff/tiff-document.c:
705         (tiff_document_file_exporter_begin),
706         (tiff_document_file_exporter_get_capabilities),
707         (tiff_document_document_file_exporter_iface_init):
708         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
709         (pdf_document_file_exporter_do_page),
710         (pdf_document_file_exporter_get_capabilities),
711         (pdf_document_file_exporter_iface_init):
712         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
713         (ev_file_exporter_get_capabilities):
714         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
715         (idle_print_handler), (ev_print_job_print):
716         * shell/ev-jobs.c: (ev_job_print_run):
717         * shell/ev-window.c: (ev_window_print_send),
718         (ev_window_print_range):
719
720         Use capabilities to know which options should be offered by the
721         print dialog depending on the document backend.
722
723 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
726
727         Give priority to forms over text to set the cursor.
728
729 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-view-private.h:
732         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
733         (ev_view_leave_notify_event), (ev_view_finalize),
734         (ev_view_get_property), (ev_view_class_init):
735
736         Use IBEAM cursor for text form fields and NORMAL cursor for read
737         only fields. Remove unused status attribute.
738
739 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
742
743         Update region for current selected items also for checkbox
744         buttons, since they can behave as radio buttons when they are in a
745         set.
746
747 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * configure.ac:
750         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
751
752         Get max length of text form fields.
753
754 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
757         * libdocument/ev-form-field.h:
758         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
759
760         Fix build with current poppler cvs head.
761
762 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * cut-n-paste/zoom-control/ephy-zoom-control.c:
765         * shell/eggfindbar.c: (egg_find_bar_init):
766
767         Fix build with gtk+ >= 2.11.5 due to gtktooltips
768         deprecation. Fixes bug #455667
769
770 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
771
772         * NEWS:
773         * configure.ac:
774         
775         Update for release 0.9.2
776
777 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-view.c: (ev_view_form_field_text_save),
780         (ev_view_form_field_choice_save):
781
782         Fix a crash when closing whith a form widget visible.
783
784 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
787
788         Update also the region of the current selected button when
789         clicking on another button if they are radio buttons.
790
791 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
794         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
795         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
796         (ev_pixbuf_cache_get_link_mapping),
797         (ev_pixbuf_cache_get_image_mapping),
798         (ev_pixbuf_cache_get_form_field_mapping),
799         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
800         * shell/ev-view.c: (ev_view_form_field_get_region),
801         (ev_view_form_field_button_create_widget),
802         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
803         (job_finished_cb):
804
805         Redraw only form field region instead of the whole page when
806         reloading a page to show changes on the form field.
807
808 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-view.c: (ev_view_form_field_choice_save):
811
812         Fix selection of first item in list form fields.
813
814 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
817         (ev_pixbuf_cache_reload_page),
818         (ev_pixbuf_cache_get_form_field_mapping):
819
820         Some refactoring to avoid duplicated code.
821
822 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * configure.ac:
825         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
826         (ev_form_field_from_poppler_field),
827         (pdf_document_forms_get_form_fields),
828         (pdf_document_forms_form_field_text_get_text),
829         (pdf_document_forms_form_field_text_set_text),
830         (pdf_document_forms_form_field_button_set_state),
831         (pdf_document_forms_form_field_button_get_state),
832         (pdf_document_forms_form_field_choice_get_item),
833         (pdf_document_forms_form_field_choice_get_n_items),
834         (pdf_document_forms_form_field_choice_is_item_selected),
835         (pdf_document_forms_form_field_choice_select_item),
836         (pdf_document_forms_form_field_choice_toggle_item),
837         (pdf_document_forms_form_field_choice_unselect_all),
838         (pdf_document_forms_form_field_choice_set_text),
839         (pdf_document_forms_form_field_choice_get_text),
840         (pdf_document_document_forms_iface_init):
841         * libdocument/Makefile.am:
842         * libdocument/ev-form-field.[ch]:
843         * libdocument/ev-document-forms.[ch]:
844         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
845         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
846         (add_job), (ev_pixbuf_cache_reload_page),
847         (ev_pixbuf_cache_get_form_field_mapping):
848         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
849         * shell/ev-view-private.h:
850         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
851         (ev_view_handle_cursor_over_xy),
852         (ev_view_get_form_field_at_location),
853         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
854         (ev_view_form_field_button_create_widget),
855         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
856         (ev_view_form_field_text_create_widget),
857         (ev_view_form_field_choice_save),
858         (ev_view_form_field_choice_changed),
859         (ev_view_form_field_choice_create_widget),
860         (ev_view_handle_form_field), (ev_view_size_allocate),
861         (ev_view_realize), (draw_end_presentation_page),
862         (ev_view_button_press_event), (ev_view_remove_all),
863         (ev_view_motion_notify_event), (ev_view_key_press_event),
864         (ev_view_enter_notify_event), (highlight_find_results),
865         (draw_loading_text), (draw_one_page), (ev_view_destroy),
866         (ev_view_class_init), (page_changed_cb),
867         (on_adjustment_value_changed), (ev_view_set_presentation),
868         (merge_selection_region), (ev_view_set_cursor),
869         (ev_view_reset_presentation_state):
870         
871         Merge evince-forms branch.
872
873 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
874
875         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
876
877         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
878         This script also updates itself from libegg
879
880         * cut-n-paste/toolbar-editor/egg*:
881         Run update-toolbareditor-from-libegg.sh so we are in sync again with
882         libegg
883
884 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
885
886         * shell/ev-window.c:
887         
888         Adds a nice icon to page action during toolbar editing.
889         See bug #452872.
890
891 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
892
893         * data/evince-toolbar.xml:
894         * shell/ev-window.c:
895         
896         Let user add a presentation and fullscreen icons on toolbar.
897         See bug #449734.
898
899 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
900
901         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
902
903         new script to keep in sync with toolbareditor in libegg
904
905         * cut-n-paste/toolbar-editor/*: 
906
907         Run update-toolbareditor-from-libegg so we are in sync again. 
908         Fixes bug #452850.
909         
910
911 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * shell/ev-sidebar-links.c: (job_finished_callback):
914
915         Do not connect selection changed signal more than once. Fixes bug
916         #349433.
917
918 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-window.c: (ev_window_view_sidebar_cb):
921
922         Do not change sidebar chrome flag when pressing F9 key in
923         presentation mode.
924
925 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * backend/pdf/ev-poppler.cc:
928         (pdf_document_thumbnails_get_dimensions):
929
930         Make sure thumbnails width and height is not <= 0. Fixes a crash
931         with some pdf documents which have really small pages.
932
933 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
934
935         * shell/main.c: (main):
936
937         Fixes program description translation issue.
938         Bug #450148.
939
940 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
941
942         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
943
944         Do not change current page when returning from black/white mode
945         in presentation. Fixes bug #415032.
946
947 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
948
949         * NEWS:
950         * configure.ac:
951         
952         Update for release 0.9.1
953
954 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
955
956         * backend/dvi/dvi-document.c:
957         (dvi_document_finalize),
958         (dvi_document_file_exporter_format_supported),
959         (dvi_document_file_exporter_begin),
960         (dvi_document_file_exporter_do_page),
961         (dvi_document_file_exporter_end),
962         (dvi_document_file_exporter_iface_init), (dvi_document_init):
963         
964         PDF exporter for dvi documents. Fixes bug #441319.
965
966 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-window.c: (ev_window_clear_print_job):
969
970         Clear gtk print job when job has finished. Fixes bug #447612.
971
972 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-window.c: (ev_window_print_send),
975         (ev_window_print_dialog_response_cb), (ev_window_print_range):
976
977         Add preview button to print dialog. Fixes bug #445419.
978
979 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * backend/dvi/Makefile.am:
982         * backend/dvi/pixbuf-device.[ch]: Removed
983         * backend/dvi/cairo-device.[ch]: Added
984         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
985         * backend/dvi/dvi-document.c: (dvi_document_load),
986         (dvi_document_render), (dvi_document_finalize),
987         (dvi_document_thumbnails_get_thumbnail), (parse_color),
988         (dvi_document_do_color_special):
989         * libdocument/ev-document-misc.[ch]:
990         (ev_document_misc_pixbuf_from_surface):
991
992         Port dvi backend to cairo and fix a problem with colors. 
993
994 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-view.c: (draw_one_page):
997
998         Draw only visible region.
999
1000 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * backend/djvu/djvu-document.c: (djvu_document_render):
1003
1004         Fix rotation in djvu backend.
1005
1006 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1009         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1010         (ev_pixbuf_cache_get_image_mapping),
1011         (ev_pixbuf_cache_get_text_mapping):
1012
1013         Redraw view every time we have a new surface. Fixes bug #443587.
1014
1015 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * libdocument/ev-document.c: (ev_document_info_free):
1018
1019         Fix memory leaks.
1020
1021 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * backend/dvi/dvi-document.c: (dvi_document_render),
1024         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1025         * backend/impress/impress-document.c:
1026         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1027         (impress_document_render), (impress_document_document_iface_init),
1028         (impress_document_thumbnails_get_thumbnail):
1029         * backend/djvu/djvu-document-private.h:
1030         * backend/djvu/djvu-document.c: (djvu_document_render),
1031         (djvu_document_finalize), (djvu_document_document_iface_init),
1032         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1033         * backend/tiff/tiff-document.c: (tiff_document_render),
1034         (tiff_document_render_pixbuf),
1035         (tiff_document_document_iface_init):
1036         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1037         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1038         (pdf_selection_render_selection):
1039         * backend/comics/comics-document.c:
1040         (comics_document_render_pixbuf), (comics_document_render),
1041         (comics_document_document_iface_init):
1042         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1043         (pixbuf_document_document_iface_init):
1044         * libdocument/ev-document-misc.[ch]:
1045         (ev_document_misc_surface_from_pixbuf),
1046         (ev_document_misc_surface_rotate_and_scale):
1047         * libdocument/ev-document.[ch]: (ev_document_render):
1048         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1049         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1050         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1051         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1052         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1053         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1054         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1055         (render_finished_cb), (ev_job_render_run):
1056         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1057         (merge_selection_region):
1058
1059         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1060         and selections.
1061
1062 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window-title.c: (ev_window_title_update):
1065
1066         Fix memory leak.
1067
1068 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-view.c: (draw_loading_text):
1071
1072         Show loading text centered. Fixes bug #433061
1073
1074 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-sidebar-thumbnails.c:
1077         (ev_sidebar_thumbnails_set_loading_icon):
1078
1079         Remove a mutex in the main thread that blocks the UI in heavy
1080         documents.
1081
1082 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1085
1086         Set points_set to TRUE so that selections don't disappear after a
1087         zoom change.
1088
1089 2007-06-07  Michael Monreal  <infernux@web.de>
1090
1091         * data/icons/16x16/actions/Makefile.am:
1092         * data/icons/16x16/actions/zoom.svg:
1093         * data/icons/22x22/actions/Makefile.am:
1094         * data/icons/22x22/actions/zoom.svg:
1095         * data/icons/24x24/actions/Makefile.am:
1096         * shell/ev-stock-icons.c:
1097         * shell/ev-stock-icons.h:
1098         * shell/ev-window.c:
1099         
1100         Zoom icon artwork. See bug #444795.
1101
1102 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1103
1104         * shell/ev-metadata-manager.c: Remove extraneous function
1105         (Closes: #444386)
1106
1107 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1108
1109         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1110         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1111         (ev_metadata_manager_set), (ev_metadata_manager_save):
1112         Simplify the timeout, no need for modified anymore
1113
1114 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1115
1116         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1117         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1118         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1119         (ev_metadata_manager_save): Adapted patch from Arjan van de
1120         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1121         time, saves on power (Closes: #443851)
1122
1123 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * configure.ac:
1126         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1127         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1128
1129         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1130
1131 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1132
1133         * shell/ev-window.c: (ev_window_add_history):
1134
1135         Check if history is NULL
1136
1137 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * libdocument/ev-image.c: (ev_image_finalize):
1140         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1141         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1142         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1143         (ev_tmp_uri_unlink):
1144
1145         Add functions to delete temporary files created by evince in a safe
1146         way.
1147
1148         * shell/ev-window.c: (ev_window_clear_local_uri),
1149         (open_xfer_update_progress_callback),
1150         (save_xfer_update_progress_callback), (ev_window_save_remote),
1151         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1152         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1153         (attachment_save_dialog_response_cb),
1154         (ev_attachment_popup_cmd_save_attachment_as):
1155
1156         Allow saving a copy of a document, image or attachment to a remote
1157         location. Fixes bug #440754. 
1158
1159 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * configure.ac:
1162         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1163
1164         Fix build with current poppler from cvs head. 
1165
1166 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1167
1168         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1169
1170         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1171         directory exists.
1172
1173 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1174
1175         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1176         * shell/ev-window.c:
1177
1178         Change sidebar ordering. Fixes bug #439939.
1179
1180 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1181
1182         * backend/comics/Makefile.am:
1183         
1184         Fixes build with --without-libgnome.
1185
1186 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1187         
1188         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1189
1190         Update cursor and tooltip on page change and view scroll. Fixes bug
1191         #439217.
1192
1193 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1194
1195         * NEWS:
1196         * configure.ac:
1197         
1198         Update for release 0.9.0
1199
1200 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1201
1202         * backend/djvu/djvu-document-private.h:
1203         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1204         (djvu_document_finalize),
1205         (djvu_document_file_exporter_format_supported),
1206         (djvu_document_file_exporter_begin),
1207         (djvu_document_file_exporter_do_page),
1208         (djvu_document_file_exporter_end),
1209         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1210         
1211         Implemented printing with djvu. Bug #437998.
1212
1213 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * backend/impress/zip.c:
1216         Add missing ulong definition.
1217
1218         * backend/ps/ps-interpreter.c:
1219         Add missing headers.
1220
1221         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1222
1223 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1226
1227         Add missing call to parent class dispose method. 
1228
1229 2007-05-12  Ross Burton  <ross@openedhand.com>
1230
1231         * shell/main.c:
1232         Sync keybindings manually when building without libgnome
1233         (#437925).
1234
1235 2007-05-12  Ross Burton  <ross@openedhand.com>
1236
1237         * shell/ev-window.c:
1238         Respect the screen when opening help (#437866).
1239
1240 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * data/evince-ui.xml:
1243         * shell/ev-application.[ch]: (get_print_settings_from_args),
1244         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1245         (ev_application_open_uri_list):
1246         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1247         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1248         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1249         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1250         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1251         (ev_window_dispose):
1252         * shell/main.c: (arguments_parse):
1253
1254         Add print button in preview mode. Fixes bug #396475. 
1255
1256 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1257
1258         * cut-n-paste/zoom-control/ephy-zoom.h:
1259         
1260         Fixes zoom level factors. See bug #408119 for details.
1261
1262 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * backend/comics/comics-document.c: (comics_regex_quote),
1265         (extract_argv):
1266         
1267         Correctly quote symbols. Fixes crash in the bug
1268         #415370.
1269
1270 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1271
1272         * shell/ev-navigation-action-widget.c:
1273         (ev_navigation_action_widget_init),
1274         (ev_navigation_action_widget_class_init),
1275         (ev_navigation_action_widget_button_press_event):
1276         
1277         Connect to button-press event on correct widget. Fixes
1278         bug #431988
1279
1280 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1281
1282         * shell/ev-application.c: (ev_application_open_window),
1283         (ev_application_add_icon_path_for_screen),
1284         (ev_application_open_uri_at_dest):
1285         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1286         * shell/ev-navigation-action.c: (build_menu):
1287         
1288         Add app-specific icons to our icon theme. Fixes bug
1289         #425508.
1290
1291 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1292
1293         * shell/ev-history.c: (ev_history_class_init),
1294         (ev_history_add_link):
1295         * shell/ev-history.h:
1296         * shell/ev-navigation-action.c:
1297         (ev_navigation_action_history_changed),
1298         (ev_navigation_action_set_history), (build_menu),
1299         (ev_navigation_action_finalize):
1300         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1301         
1302         Make navigation action unsensitive instead of showing
1303         menu with unsensitive word. Fixes bug #417392.
1304
1305 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-application.[ch]: (ev_application_shutdown),
1308         (ev_application_get_print_settings),
1309         (ev_application_set_print_settings):
1310         * shell/ev-window.c:
1311
1312         Remember print settings. Fixes bug #349102. 
1313
1314 2007-05-08  Christian Persch  <chpe@gnome.org>
1315
1316         * configure.ac:
1317         * properties/ev-properties-view.c:
1318
1319         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1320         Bug #382438.
1321
1322 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * configure.ac:
1325         * properties/ev-properties-view.c: (ev_regular_paper_size):
1326
1327         Use gtk+ builtin paper list to identify the document's paper size.
1328         Fixes bug #382438. 
1329
1330 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * configure.ac:
1333
1334         Fix build when compiling with thumbnailer and libgnome support. 
1335
1336 2007-05-04  Ross Burton  <ross@openedhand.com>
1337
1338         * configure.ac:
1339         Add --without-libgnome, check for libgnome and libgnomeui
1340         separately, and add them to the symbols as required.
1341
1342         * libdocument/ev-file-helpers.c:
1343         When building without libgnome, use g_get_user_config_dir instead
1344         of gnome_user_dir_get.
1345
1346         * shell/ev-application.c:
1347         When building without libgnome, don't use session management.
1348
1349         * shell/main.c:
1350         When building without libgnome, don't use GnomeProgram or
1351         initialise the authentication manager.
1352
1353         This fixes #328842.
1354
1355 2007-05-04  Ross Burton  <ross@openedhand.com>
1356
1357         * shell/ev-window.c:
1358         Don't use libgnome to open help, instead call Yelp directly.
1359
1360 2007-05-04  Ross Burton  <ross@openedhand.com>
1361
1362         * shell/ev-sidebar-attachments.c:
1363         Don't use libgnome to lookup icons for MIME types, instead copy
1364         code from GTK+ to do it manually.
1365
1366 2007-05-04  Ross Burton  <ross@openedhand.com>
1367
1368         * configure.ac:
1369         Add libxml to the dependencies for SHELL_CORE (#435818).
1370
1371 2007-05-02  Ross Burton  <ross@openedhand.com>
1372
1373         * configure.ac:
1374         * Makefile.am:
1375         Add --disable-thumbnailer (#434825)
1376
1377 2007-05-02  Ross Burton  <ross@openedhand.com>
1378
1379         * shell/ev-window.c:
1380         Add missing includes, fix indentation.
1381
1382         * shell/main.c:
1383         Fix indentation.
1384
1385 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1386
1387         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1388         ev_application_open_uri_at_dest instead of ev_application_open_uri
1389         preventing new document always being opened in a new window even if there
1390         is an empty window.
1391
1392 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1393
1394         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1395         (egg_recent_view_uimanager_finalize):
1396         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1397         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1398         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1399         (ev_pixbuf_cache_dispose):
1400         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1401         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1402         
1403         Add missing chain to parent class methods. Fixes
1404         bug #433128.
1405
1406 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1407
1408         * data/Makefile.am (update-icon-cache): Updates
1409         gtk-update-icon-cache in uninstall-hook.
1410
1411 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-window.c: (ev_window_setup_document),
1414         (ev_window_set_document), (ev_window_load_job_cb):
1415         * shell/ev-view.c: (setup_caches):
1416         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1417
1418         Start rendering pages before any other jobs. 
1419
1420 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-window.c: (ev_window_stop_fullscreen),
1423         (ev_window_stop_presentation):
1424
1425         Update chrome visibility before window unfullscreen. 
1426
1427 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * data/Makefile.am:
1430         * data/evince-ui.xml:
1431         * shell/ev-stock-icons.[ch]:
1432         * shell/ev-application.[ch]: (ev_application_shutdown),
1433         (ev_application_init), (ev_application_get_toolbars_model):
1434         * shell/ev-window.c: (update_chrome_visibility),
1435         (fullscreen_toolbar_setup_item_properties),
1436         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1437         (ev_window_run_presentation), (ev_window_stop_presentation),
1438         (ev_window_run_preview), (ev_window_screen_changed),
1439         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1440         (ev_window_dispose), (ev_window_init):
1441
1442         Make fullscreen toolbar always visible. Do not use egg toolbars for
1443         fullscreen and preview modes since such toolbars are not editables.
1444         Fixes bugs #300278, #338910 and #316188.  
1445
1446 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1447
1448         * shell/ev-application.c:
1449         * shell/ev-job-queue.c:
1450         * shell/ev-metadata-manager.c:
1451         * shell/ev-stock-icons.c:
1452         * shell/ev-window.c:
1453         * shell/main.c:
1454         
1455         Developers documentation updated.
1456
1457 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1460
1461         Check whether uri is valid before launching it. Fixes bug #427664.
1462
1463 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * shell/ev-window.c:
1466
1467         Change key accelerator for Open a Copy menu entry which is in conflict
1468         with Close. Fixes bug #427321.
1469
1470 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1471
1472         * NEWS:
1473         * configure.ac:
1474         
1475         Update for release 0.8.1
1476
1477 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1478
1479         * shell/ev-window.c: (setup_size_from_metadata):
1480         
1481         Do not make window bigger than screen. Fixes bug 
1482         #388985.
1483
1484 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1487         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1488
1489         Use default resolution when it's not provided by document. Fixes bug
1490         #408762.
1491
1492 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * configure.ac:
1495         * thumbnailer/Makefile.am:
1496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1497         * thumbnailer/evince-thumbnailer.schemas.in:
1498         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1499
1500         Add support for ps, eps and compressed documents thumbnails. Do not
1501         ignore size parameter. 
1502
1503 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1504
1505         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1506         (dvi_document_do_color_special):
1507         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1508
1509         Implement font color specials in the DVI backend. Fixes bug #303651.
1510
1511 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1512
1513         Fixup the previous commit:
1514
1515         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1516         * shell/xdg-user-dir-lookup.c: Make the function non-static
1517         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1518
1519 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1520
1521         * shell/ev-window.c (file_open_dialog_response_cb): Use
1522         the xdg-user-dirs DOCUMENTS folder as default folder when
1523         opening a file chooser.  (#424858)
1524
1525         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1526         xdg-user-dirs.
1527
1528 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-window.c: (ev_window_load_job_cb):
1531
1532         Do not setup view from metadata on preview mode. 
1533
1534 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * shell/main.c:
1537
1538         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1539
1540 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * shell/ev-view.c: (ev_view_primary_get_cb):
1543
1544         Check pointer != NULL before using it. Fixes bug #416841. 
1545
1546 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1547
1548         * NEWS:
1549         * configure.ac:
1550         
1551         Release 0.8.0
1552
1553 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1556
1557         Do not render thumbnails when sidebar thumbnail page is not visible
1558         at startup. Fixes bug #416447. 
1559
1560 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1561
1562         * data/evince.desktop.in.in:
1563
1564         "Application" is not a valid category in the freedesktop specification.
1565
1566 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * libdocument/ev-file-helpers.[ch]: (compression_run),
1569         (ev_file_uncompress), (ev_file_compress):
1570         * shell/ev-window.c: (file_save_dialog_response_cb):
1571
1572         Save document compressed when saving a copy of a compressed document.
1573         Fixes bug #334542.
1574
1575 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1578
1579         Allow deleting in goto window entry in presentation mode. 
1580
1581 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1582
1583         * Makefile.am: Dist MAINTAINERS.
1584
1585 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * shell/ev-window.c: (ev_window_update_actions):
1588
1589         Fix zoom shortcut keys when searching. Fixes bug #409828.
1590
1591 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * shell/ev-window.c: (ev_window_setup_document):
1594
1595         Fix crash when loading documents with only one page. 
1596
1597 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * backend/dvi/dvi-document.c:
1600         (dvi_document_thumbnails_get_dimensions),
1601         (dvi_document_thumbnails_get_thumbnail):
1602         * backend/impress/impress-document.c:
1603         (impress_document_thumbnails_get_thumbnail),
1604         (impress_document_thumbnails_get_dimensions):
1605         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1606         (ps_document_thumbnails_get_dimensions):
1607         * backend/djvu/djvu-document.c:
1608         (djvu_document_thumbnails_get_dimensions),
1609         (djvu_document_thumbnails_get_thumbnail):
1610         * backend/tiff/tiff-document.c:
1611         (tiff_document_thumbnails_get_thumbnail),
1612         (tiff_document_thumbnails_get_dimensions):
1613         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1614         (pdf_document_thumbnails_get_thumbnail),
1615         (pdf_document_thumbnails_get_dimensions):
1616         * backend/comics/comics-document.c:
1617         (comics_document_thumbnails_get_thumbnail),
1618         (comics_document_thumbnails_get_dimensions):
1619         * backend/pixbuf/pixbuf-document.c:
1620         (pixbuf_document_thumbnails_get_thumbnail),
1621         (pixbuf_document_thumbnails_get_dimensions):
1622         * libdocument/ev-document-thumbnails.[ch]:
1623         (ev_document_thumbnails_get_thumbnail),
1624         (ev_document_thumbnails_get_dimensions):
1625         * libdocument/ev-document-misc.[ch]:
1626         (ev_document_misc_get_thumbnail_frame):
1627         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1628         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1629         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1630         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1631         (ev_sidebar_thumbnails_refresh):
1632         * shell/ev-window.c: (ev_window_setup_document):
1633         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1634
1635         Use an EvRenderContext for rendering thumbnails instead of a suggested
1636         width, so that different sized pages get sized proportionally.
1637
1638 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * shell/ev-view.c: (ev_view_button_press_event),
1641         (ev_view_key_press_event):
1642
1643         Fix critical warnings when there is no document loaded. 
1644
1645 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-page-action-widget.c:
1648         * shell/ev-navigation-action.c:
1649         * shell/ev-window.c:
1650
1651         Fix compile warnings. 
1652
1653 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * backend/djvu/djvu-text.h:
1656         * backend/djvu/djvu-document.c:
1657         * backend/djvu/djvu-text-page.c:
1658         * backend/djvu/djvu-links.c:
1659         * backend/djvu/djvu-text-page.h:
1660         * backend/djvu/djvu-text.c:
1661         
1662         Fix build on Mac. Fixes bug #392186. Patch by
1663         <ephraim_owns@hotmail.com>
1664
1665 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1668
1669         Restore cairo context before rendering every page when printing a PDF
1670         document into a PDF file. 
1671
1672 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/ps/gstypes.h:
1675         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1676         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1677         (ps_document_thumbnails_get_thumbnail):
1678
1679         Handle PostScript page orientation. Fixes bug #318568.
1680
1681 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * backend/ps/Makefile.am:
1684         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1685         (document_load), (ps_document_load), (save_document),
1686         (save_page_list), (ps_document_get_n_pages),
1687         (ps_document_get_page_size), (ps_document_get_info),
1688         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1689         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1690         (ps_document_thumbnails_get_thumbnail),
1691         (ps_document_thumbnails_get_dimensions),
1692         (ps_document_document_thumbnails_iface_init):
1693         * backend/ps/ps.[ch]: (psgetpagebox):
1694         * backend/ps/ps-interpreter.[ch]:
1695
1696         Add support for thumbnails in ps backend. Fixes bug #164755. 
1697
1698 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1699
1700         * NEWS:
1701         * configure.ac:
1702         
1703         Release 0.7.2
1704
1705 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1708         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1709         (ev_window_dispose):
1710
1711         Use document thumbnail as window icon. Fixes bug #384442.
1712
1713 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1714
1715         * configure.ac:
1716
1717         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1718         duplicated adding application/x-bzpostscript instead. 
1719
1720 2007-02-11  Tom Parker  <palfrey@tevp.net>
1721
1722         * backend/ps/ps-document.c: (document_load):
1723
1724         Check return value of psscan before trying
1725         to use it. Fixes bug #372414.
1726
1727 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1730
1731         Fix invalid free in ev-page-cache. Fixes bug #404745.
1732
1733 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1734
1735         * test/Makefile.am:
1736         * test/test3.py:
1737         
1738         Added reload test case.
1739
1740 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * po/POTFILES.in:
1743         * backend/djvu/djvu-document.c: (djvu_document_load):
1744
1745         Check whether there are missing files in indirect multipage djvu
1746         documents. Fixes bug #361683. 
1747
1748 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1749
1750         * test/Makefile.am:
1751         * test/test-mime.bin:
1752         * test/test3.py:
1753         
1754         Added test for slow mime type
1755
1756 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1759
1760         Add some checks and call parent_class->finalize. Fixes bug #404745.
1761
1762 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1763
1764         * shell/ev-navigation-action.c: (connect_proxy):
1765         
1766         Fixes dropdown history menu. Thanks a lot Carlos!
1767
1768 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1771
1772         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1773         bug #373715.
1774
1775 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * backend/ps/ps.c: (psscan):
1778
1779         Fix memory leak. 
1780
1781 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * configure.ac:
1784         * libdocument/ev-file-helpers.c: 
1785
1786         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1787
1788 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1792         (ps_interpreter_start), (document_load), (save_document),
1793         (save_page_list):
1794         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1795         * libdocument/ev-document-factory.c:
1796         (ev_document_factory_get_from_mime), (get_document_from_uri),
1797         (free_uncompressed_uri), (ev_document_factory_get_document):
1798         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1799
1800         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1801
1802 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * libdocument/ev-document.h:
1805
1806         Fix typo in function name. 
1807
1808 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * backend/ps/ps-document.c: (ps_interpreter_finished),
1811         (ps_interpreter_start), (ps_interpreter_failed):
1812
1813         Handle ghostscript interpreter crashes. 
1814
1815 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-window.c: (ev_window_open_uri),
1818         (window_configure_event_cb):
1819
1820         Setup window size and position before showing it. Fixes bug #401711.
1821
1822 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * backend/ps/Makefile.am:
1825         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1826         (ps_document_dispose), (ps_document_class_init),
1827         (ps_interpreter_input), (ps_interpreter_output),
1828         (ps_interpreter_error), (setup_interpreter_env),
1829         (ps_interpreter_start), (ps_interpreter_stop),
1830         (ps_interpreter_failed), (ps_interpreter_is_ready),
1831         (check_filecompressed), (document_load), (ps_document_load),
1832         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1833         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1834         (render_page):
1835
1836         Rework ps-document. Code cleanups, remove deprecated code. 
1837
1838 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-view.c: (ev_view_button_press_event):
1841
1842         Do not start an image drag and drop operation when pointer is on 
1843         text, so that we can select text when the whole background is an
1844         image. 
1845
1846 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-window.c: (ev_window_update_actions): 
1849
1850         Disable all zoom related actions during presentation mode. 
1851
1852 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1853
1854         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1855
1856         Do not zoom in or out on presentation mode. Fixes bug #401305.
1857
1858 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1859
1860         * shell/ev-navigation-action.c: (connect_proxy),
1861         (create_menu_item), (ev_navigation_action_class_init):
1862         
1863         Correctly show menu and fix crash when navigaton 
1864         action is out of toolbar visible area.
1865
1866 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1867
1868         * data/Makefile.am:
1869         * data/evince.1:
1870         
1871         Added man file
1872
1873 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * help/reference/* :
1876         * configure.ac:
1877         
1878         Added gtk-doc based documentation for Evince.
1879         Still in initial state but I hope it will
1880         grow.
1881         
1882         * configure.ac:
1883         
1884         Lower dbus requirement to 0.70
1885
1886 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * shell/ev-window.c: (ev_window_add_history):
1889
1890         Fix memory leak. 
1891
1892 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1893
1894         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1895         * shell/ev-view.h:
1896         * shell/ev-window.c: (ev_window_add_history):
1897         
1898         Correctly handle named destination links
1899
1900 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1901
1902         * NOTES:
1903         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1904         * backend/pdf/ev-poppler.cc:
1905         * libdocument/ev-document-links.h:
1906         * libdocument/ev-link.c: (ev_link_get_page):
1907         * libdocument/ev-link.h:
1908         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1909         (ev_history_add_link):
1910         * shell/ev-history.h:
1911         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1912         (new_history_menu_item), (build_menu):
1913         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1914         * shell/ev-sidebar-links.c: (create_loading_model),
1915         (print_section_cb), (ev_sidebar_links_construct),
1916         (fill_page_labels), (update_page_callback_foreach),
1917         (update_page_callback), (job_finished_callback):
1918         * shell/ev-view.c: (ev_view_handle_link):
1919         * shell/ev-window.c: (ev_window_find_chapter),
1920         (ev_window_add_history), (view_handle_link_cb),
1921         (history_changed_cb):
1922         
1923         Implements another history variant
1924
1925 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * shell/ev-window.c: (view_external_link_cb):
1928         * shell/ev-view.c: (ev_view_button_release_event):
1929
1930         Open links in new window when clicking with middle button. 
1931
1932 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1933
1934         * shell/ev-navigation-action.c: (new_history_menu_item):
1935         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1936         * shell/ev-view.c: (ev_view_handle_link):
1937         * shell/ev-window.c:
1938         
1939         Store link before jump, not the destination. For me it 
1940         seems like more natural history behavior.
1941
1942 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1943
1944         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1945         (ev_navigation_action_class_init):
1946         * shell/ev-navigation-action.h:
1947         * shell/ev-page-action.c: (activate_cb):
1948         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1949         (ev_page_cache_set_current_page_history):
1950         * shell/ev-page-cache.h:
1951         * shell/ev-sidebar-thumbnails.c:
1952         (ev_sidebar_tree_selection_changed),
1953         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1954         * shell/ev-view-private.h:
1955         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1956         * shell/ev-view.h:
1957         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1958         (ev_window_setup_document), (ev_window_load_job_cb):
1959         * shell/ev-window.h:
1960         
1961         History finally works as expected.
1962
1963 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1966
1967         Do not update links treeview if it doesn't have a model assigned yet. 
1968
1969 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1972         (ev_sidebar_links_class_init), (update_page_callback):
1973
1974         Do not update links treeview when sidepane is not visible. 
1975
1976 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1977
1978         * shell/ev-marshal.list:
1979         * shell/ev-page-action.c: (activate_cb),
1980         (ev_page_action_class_init):
1981         * shell/ev-page-action.h:
1982         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1983         * shell/ev-window.c:
1984         
1985         Remove activate_link signal, not required.
1986
1987 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1988
1989         * shell/ev-navigation-action.c: (build_menu):
1990         
1991         Reorder menu items and build menu with fixed length.
1992
1993 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1994
1995         * shell/ev-view.c: (get_selected_text):
1996         
1997         Normalize text to fix ligatures problem. See bug
1998         #341947 for details.
1999
2000 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2003
2004         Fix memory leak in ev-page-cache. 
2005
2006 2007-01-25  Tom Parker <palfrey@tevp.net>
2007
2008         * backend/impress/impress-document.c: (impress_document_load),
2009         (impress_document_finalize), (impress_document_init):
2010         * properties/ev-properties-main.c: (ev_properties_get_pages):
2011         
2012         Correctly handle impress document errors. Fixes nautilus
2013         crash in property page #370491.
2014
2015 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2018         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2019         (ev_job_queue_remove_job):
2020         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2021         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2022         (ev_job_load_run):
2023         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2024         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2025         (ev_window_load_job_cb), (xfer_update_progress_callback),
2026         (ev_window_open_uri), (ev_window_dispose):
2027         * shell/main.c: (main):
2028
2029         Do file transfer asynchronously in the main thread instead of
2030         synchronously in the load thread. Fixes bugs #399694, #398307 and
2031         #343542.
2032
2033 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-jobs.c: (ev_job_xfer_run):
2036
2037         Load the document with the font-config lock held. 
2038
2039 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * backend/ps/ps-document.c: (start_interpreter):
2042
2043         Fix memory leaks in ps backend. 
2044
2045 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * backend/impress/impress-document.c:
2048         (impress_document_render_pixbuf):
2049
2050         Do not acquire fontconfig lock in impress backend, since it is using
2051         the main loop for rendering. 
2052
2053 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * po/POTFILES.in: 
2056
2057         Remove mdvi files that shouldn't be translated. 
2058
2059 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * shell/ev-view-private.h:
2062         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2063         (ev_view_set_zoom):
2064
2065         Render "loading..." text into a cairo surface instead of directly into
2066         the window so that fontconfig lock is only needed once and UI is not
2067         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2068
2069 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2072         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2073
2074         Use icon theme associated with the window screen rather than default. 
2075
2076 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2077
2078         * configure.ac:
2079
2080         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2081
2082 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2083
2084         * data/icons/*/apps/evince.*:
2085
2086         Move Evince icons under new apps directory.
2087
2088         * data/icons/*/actions/*:
2089
2090         Add new custom themeable Evince icons: view-page-continuous, 
2091         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2092         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2093
2094         * configure.ac:
2095
2096         Add new directories to AC_CONFIG_FILES.
2097
2098         * shell/ev-stock-icons.c:
2099         * shell/ev-stock-icons.h:
2100
2101         Use new custom themeable icons.
2102
2103 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2106
2107         Do not draw white background page in presentation mode. 
2108
2109 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2110
2111         * shell/ev-view.c: Remove unused gnome-vfs include.
2112
2113 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2114
2115         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2116         
2117         Format string is corrected, fixes bug #397129.
2118
2119 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * shell/ev-window.c: (ev_window_setup_recent):
2122
2123         Do not include in recent menu inexistent documents. Fixes
2124         bug #339171.
2125
2126 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * po/POTFILES.skip: 
2129
2130         Update POTFILES.skip file according to current source tree. 
2131
2132 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-window.c: (file_save_dialog_response_cb):
2135
2136         Do Save a copy in atomic way. Fixes bug #328266. 
2137
2138 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2141
2142         Keep selected cell always visible in index treeview.
2143
2144 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2145         
2146         * shell/ev-view.c: (ev_view_size_allocate):
2147
2148         Restore horizontal scrollbar after switching to/from fullscreen
2149         or presentation mode. Fixes bug #331728.
2150
2151 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-view-private.h:
2154         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2155         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2156         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2157         (ev_view_can_zoom_out):
2158
2159         Use max and min scale values in the view iby taking dpi into account. 
2160
2161 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * configure.ac:
2164         * NEWS:
2165
2166         Release 0.7.1
2167
2168 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * shell/ev-window.c: (ev_window_print_send):
2171
2172         Send print job to printer with some settings set to default values,
2173         since we have already exported to a file according to such settings
2174         and they could be taken twice by some printers. 
2175
2176 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * shell/ev-jobs.c: (ev_job_xfer_run):
2179         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2180
2181         Show main window and load document with the font-config lock held. 
2182
2183 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * configure.ac:
2186         * shell/ev-application.c: (ev_application_register_service):
2187         * shell/main.c: (load_files_remote):
2188
2189         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2190
2191 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2192
2193         * doc/debugging.txt:
2194         
2195         Remove obsolete documentation.
2196
2197 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2198
2199         * Makefile.am:
2200         * backend/Makefile.am:
2201         * backend/comics/Makefile.am:
2202         * backend/djvu/Makefile.am:
2203         * backend/dvi/Makefile.am:
2204         * backend/ev-async-renderer.c:
2205         * backend/ev-async-renderer.h:
2206         * backend/ev-attachment.c:
2207         * backend/ev-attachment.h:
2208         * backend/ev-backend-marshal.c:
2209         * backend/ev-document-factory.c:
2210         * backend/ev-document-factory.h:
2211         * backend/ev-document-find.c:
2212         * backend/ev-document-find.h:
2213         * backend/ev-document-fonts.c:
2214         * backend/ev-document-fonts.h:
2215         * backend/ev-document-images.c:
2216         * backend/ev-document-images.h:
2217         * backend/ev-document-info.h:
2218         * backend/ev-document-links.c:
2219         * backend/ev-document-links.h:
2220         * backend/ev-document-misc.c:
2221         * backend/ev-document-misc.h:
2222         * backend/ev-document-security.c:
2223         * backend/ev-document-security.h:
2224         * backend/ev-document-thumbnails.c:
2225         * backend/ev-document-thumbnails.h:
2226         * backend/ev-document-transition.c:
2227         * backend/ev-document-transition.h:
2228         * backend/ev-document.c:
2229         * backend/ev-document.h:
2230         * backend/ev-file-exporter.c:
2231         * backend/ev-file-exporter.h:
2232         * backend/ev-image.c:
2233         * backend/ev-image.h:
2234         * backend/ev-link-action.c:
2235         * backend/ev-link-action.h:
2236         * backend/ev-link-dest.c:
2237         * backend/ev-link-dest.h:
2238         * backend/ev-link.c:
2239         * backend/ev-link.h:
2240         * backend/ev-render-context.c:
2241         * backend/ev-render-context.h:
2242         * backend/ev-selection.c:
2243         * backend/ev-selection.h:
2244         * backend/impress/Makefile.am:
2245         * backend/pdf/Makefile.am:
2246         * backend/pixbuf/Makefile.am:
2247         * backend/ps/Makefile.am:
2248         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2249         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2250         (start_interpreter), (stop_interpreter), (document_load),
2251         (ps_document_next_page), (render_page):
2252         * backend/tiff/Makefile.am:
2253         * comics/Makefile.am:
2254         * comics/comics-document.c:
2255         * comics/comics-document.h:
2256         * configure.ac:
2257         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2258         * djvu/Makefile.am:
2259         * djvu/djvu-document-private.h:
2260         * djvu/djvu-document.c:
2261         * djvu/djvu-document.h:
2262         * djvu/djvu-links.c:
2263         * djvu/djvu-links.h:
2264         * djvu/djvu-text-page.c:
2265         * djvu/djvu-text-page.h:
2266         * djvu/djvu-text.c:
2267         * djvu/djvu-text.h:
2268         * dvi/Makefile.am:
2269         * dvi/dvi-document.c:
2270         * dvi/dvi-document.h:
2271         * dvi/fonts.c:
2272         * dvi/fonts.h:
2273         * dvi/mdvi-lib/Makefile.am:
2274         * dvi/mdvi-lib/afmparse.c:
2275         * dvi/mdvi-lib/afmparse.h:
2276         * dvi/mdvi-lib/bitmap.c:
2277         * dvi/mdvi-lib/bitmap.h:
2278         * dvi/mdvi-lib/color.c:
2279         * dvi/mdvi-lib/color.h:
2280         * dvi/mdvi-lib/common.c:
2281         * dvi/mdvi-lib/common.h:
2282         * dvi/mdvi-lib/defaults.h:
2283         * dvi/mdvi-lib/dvimisc.c:
2284         * dvi/mdvi-lib/dviopcodes.h:
2285         * dvi/mdvi-lib/dviread.c:
2286         * dvi/mdvi-lib/files.c:
2287         * dvi/mdvi-lib/font.c:
2288         * dvi/mdvi-lib/fontmap.c:
2289         * dvi/mdvi-lib/fontmap.h:
2290         * dvi/mdvi-lib/fontsrch.c:
2291         * dvi/mdvi-lib/gf.c:
2292         * dvi/mdvi-lib/hash.c:
2293         * dvi/mdvi-lib/hash.h:
2294         * dvi/mdvi-lib/list.c:
2295         * dvi/mdvi-lib/mdvi.h:
2296         * dvi/mdvi-lib/pagesel.c:
2297         * dvi/mdvi-lib/paper.c:
2298         * dvi/mdvi-lib/paper.h:
2299         * dvi/mdvi-lib/pk.c:
2300         * dvi/mdvi-lib/private.h:
2301         * dvi/mdvi-lib/setup.c:
2302         * dvi/mdvi-lib/sp-epsf.c:
2303         * dvi/mdvi-lib/special.c:
2304         * dvi/mdvi-lib/sysdeps.h:
2305         * dvi/mdvi-lib/t1.c:
2306         * dvi/mdvi-lib/tfm.c:
2307         * dvi/mdvi-lib/tfmfile.c:
2308         * dvi/mdvi-lib/tt.c:
2309         * dvi/mdvi-lib/util.c:
2310         * dvi/mdvi-lib/vf.c:
2311         * dvi/pixbuf-device.c:
2312         * dvi/pixbuf-device.h:
2313         * impress/Makefile.am:
2314         * impress/common.h:
2315         * impress/document.c:
2316         * impress/f_oasis.c:
2317         * impress/f_oo13.c:
2318         * impress/iksemel.c:
2319         * impress/iksemel.h:
2320         * impress/imposter.h:
2321         * impress/impress-document.c:
2322         * impress/impress-document.h:
2323         * impress/internal.h:
2324         * impress/r_back.c:
2325         * impress/r_draw.c:
2326         * impress/r_geometry.c:
2327         * impress/r_gradient.c:
2328         * impress/r_style.c:
2329         * impress/r_text.c:
2330         * impress/render.c:
2331         * impress/render.h:
2332         * impress/zip.c:
2333         * impress/zip.h:
2334         * lib/Makefile.am:
2335         * lib/ev-debug.c:
2336         * lib/ev-debug.h:
2337         * lib/ev-file-helpers.c:
2338         * lib/ev-file-helpers.h:
2339         * lib/ev-gui.c:
2340         * lib/ev-gui.h:
2341         * lib/ev-tooltip.c:
2342         * lib/ev-tooltip.h:
2343         * libdocument/Makefile.am:
2344         * libdocument/ev-file-helpers.c:
2345         * pdf/Makefile.am:
2346         * pdf/ev-poppler.cc:
2347         * pdf/ev-poppler.h:
2348         * pixbuf/Makefile.am:
2349         * pixbuf/pixbuf-document.c:
2350         * pixbuf/pixbuf-document.h:
2351         * properties/Makefile.am:
2352         * ps/Makefile.am:
2353         * ps/gsdefaults.c:
2354         * ps/gsdefaults.h:
2355         * ps/gsio.c:
2356         * ps/gsio.h:
2357         * ps/gstypes.h:
2358         * ps/ps-document.c:
2359         * ps/ps-document.h:
2360         * ps/ps.c:
2361         * ps/ps.h:
2362         * shell/Makefile.am:
2363         * shell/ev-application.h:
2364         * shell/ev-sidebar-links.c:
2365         * shell/ev-sidebar-links.h:
2366         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2367         (ev_gui_menu_position_tree_selection):
2368         * shell/ev-utils.h:
2369         * shell/ev-view.c: (ev_view_finalize):
2370         * shell/ev-window.c:
2371         * shell/main.c: (main):
2372         * thumbnailer/Makefile.am:
2373         * tiff/Makefile.am:
2374         * tiff/tiff-document.c:
2375         * tiff/tiff-document.h:
2376         * tiff/tiff2ps.c:
2377         * tiff/tiff2ps.h:
2378         
2379         Reorganize source tree.
2380
2381 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * backend/ev-document-factory.c:
2384
2385         Do not include ev-poppler.h when pdf is disabled. 
2386
2387 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * configure.ac:
2390         * data/evince-ui.xml:
2391         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2392         (pdf_document_document_images_iface_init):
2393         * backend/Makefile.am:
2394         * backend/ev-document-images.[ch]:
2395         * backend/ev-image.[ch]:
2396         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2397         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2398         (ev_job_xfer_run):
2399         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2400         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2401         (ev_pixbuf_cache_get_image_mapping):
2402         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2403         (view_menu_popup_cb), (ev_window_dispose),
2404         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2405         (ev_view_popup_cmd_copy_image):
2406         * shell/ev-view-private.h:
2407         * shell/ev-view.c: (ev_view_get_image_at_location),
2408         (ev_view_do_popup_menu), (ev_view_popup_menu),
2409         (ev_view_button_press_event), (ev_view_drag_data_get),
2410         (ev_view_drag_motion), (ev_view_drag_data_received),
2411         (ev_view_motion_notify_event), (ev_view_button_release_event),
2412         (ev_view_finalize), (ev_view_class_init):
2413
2414         Add image handling support. Fixes bugs #310008 and #325047. Images
2415         selection is not supported yet. 
2416
2417 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2420         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2421         (ev_view_init):
2422
2423         Move view drag and drop stuff to ev-view.
2424
2425 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2428         * shell/ev-view.c: (clear_selection): 
2429
2430         Clear selection also in pixbuf cache.
2431
2432 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2433
2434         * data/evince.desktop.in.in:
2435         
2436         Change icon name in desktop file. See bug #390734
2437         for details.
2438
2439 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2440
2441         * thumbnailer/Makefile.am:
2442
2443         Use top_builddir instead top_srcdir for generated schema
2444         file installation. Fixes bug #390161.
2445
2446 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * configure.ac:
2449         * backend/Makefile.am:
2450         * backend/ev-document-transition.[ch]:
2451         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2452         (pdf_document_page_transition_iface_init):
2453         * shell/ev-view-private.h:
2454         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2455         (ev_view_set_presentation), (transition_next_page),
2456         (ev_view_presentation_transition_stop),
2457         (ev_view_presentation_transition_start), (ev_view_next_page):
2458
2459         Add page transition support in presentation mode. At the moment only
2460         page duration is supported, but not transition effects. Fixes bug
2461         #309815.
2462
2463 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2466
2467         Run find_link_dest with document lock held, since it's called by links
2468         thread and main thread at the same time. 
2469
2470 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * shell/ev-view.c: (goto_dest):
2473
2474         Update page-cache when page is changed by the view, so that
2475         page-changed signal is emitted. 
2476
2477 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * test/test1.py:
2480         * test/test2.py:
2481
2482         Use C locale in tests. 
2483
2484 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * shell/ev-window.c: (ev_window_run_presentation):
2487         * shell/ev-view-private.h:
2488         * shell/ev-view.c: (ev_view_set_presentation):
2489
2490         Restore zoom settings when back from presentation mode. 
2491
2492 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2493
2494         * shell/ev-window.c: (ev_window_run_presentation):
2495
2496         Always use "best fit" zoom in presentation mode.
2497         Fixes bug #389195.
2498
2499 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2500
2501         * shell/ev-view.c: (ev_view_goto_window_create):
2502
2503         Show "Jump to page" label in the page jumping popup in
2504         presentation mode instead of just a GtkEntry.
2505
2506 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * shell/ev-window.c: (launch_external_uri):
2509
2510         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2511         #378085.
2512
2513 2006-12-22  Elijah Newren  <newren gmail com>
2514
2515         * configure.ac: explicitly check for libxml2.  Fixes #388795
2516
2517 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * shell/ev-view-private.h:
2520         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2521         (ev_view_goto_window_delete_event), (key_is_numeric),
2522         (ev_view_goto_window_key_press_event),
2523         (ev_view_goto_window_button_press_event),
2524         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2525         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2526         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2527
2528         Allow jumping to another page by typing a page number in presentation
2529         mode. It uses a popup window with an entry. Fixes bug #353625.
2530
2531 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2532
2533         * configure.ac:
2534         * properties/ev-properties-view.c: (ev_get_default_user_units),
2535         (ev_regular_paper_size):
2536         
2537         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2538         to Damien Carbery <damien.carbery@sun.com> and
2539         Yevgen Muntyan <muntyan@tamu.edu>.
2540
2541 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2542
2543         * shell/ev-window.c: (setup_document_from_metadata):
2544
2545         Make sure Evince doesn't restore the view on the last
2546         page when a document is reopened. Fixes bug #383381.
2547
2548 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2549
2550         * shell/ev-view.c: (draw_loading_text):
2551
2552         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2553
2554 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * configure.ac:
2557         * NEWS:
2558
2559         Release 0.7.0
2560
2561 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * configure.ac:
2564         * pdf/ev-poppler.cc: (pdf_print_context_free),
2565         (pdf_document_file_exporter_begin),
2566         (pdf_document_file_exporter_do_page):
2567
2568         Make cairo-pdf depedency optional. 
2569
2570 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2573
2574         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2575
2576 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2579         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2580         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2581         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2582         * shell/ev-view.c: (draw_loading_text):
2583         * shell/ev-window.c: (ev_window_cmd_file_properties):
2584
2585         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2586         related to using FontConfig from different threads.
2587         
2588 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-view.c: (draw_loading_text):
2591
2592         Acquire lock document when drawing "Loading..." text so that only one
2593         thread will use FontConfig at the same time. Fixes bug #374750.
2594
2595 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-page-action.[ch]: (activate_cb):
2598         * shell/ev-window.c: (activate_label_cb):
2599
2600         Check if text inserted in page entry is a valid page number when it
2601         doesn't match to any document page label. Fixes bug #383165.
2602
2603 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2604         * shell/ev-window.c:
2605
2606         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2607         available with GTK < 2.10. Added an ifdef to avoid compilation
2608         error.
2609
2610 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * configure.ac:
2613         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2614
2615         Fix ps backend in multihead systems.
2616
2617 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2620         * shell/ev-window.c: (ev_window_get_screen_dpi),
2621         (ev_window_update_actions), (setup_view_from_metadata),
2622         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2623
2624         Take screen DPI into account when zooming. Fixes bug #318285.
2625
2626 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2627
2628         * data/Makefile.am:
2629
2630         Cleaned up/slightly refactored Makefile.am. Added GConf
2631         schemas uninstallation as well.
2632
2633 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2634
2635         * Makefile.am:
2636         * test/Makefile.am:
2637
2638         Fight with autotools to fix make check. Make distcheck
2639         works fine as well now!
2640
2641 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2642
2643         * shell/ev-view.c: (draw_end_presentation_page):
2644
2645         Corrected "end of presentation" string.
2646
2647 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2648
2649         * shell/ev-view.c: (ev_view_key_press_event):
2650
2651         Correctly propagate key press event so that up/down keys
2652         work as expected (correct behaviour was broken by
2653         black/white screen key bindings for presentations).
2654
2655 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2658         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2659         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2660         (pdf_selection_get_selection_region),
2661         (pdf_selection_get_selection_map):
2662
2663         Add "static" to some private functions. 
2664
2665 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2666
2667         * lib/ev-tooltip.h:
2668         * properties/ev-properties-view.h:
2669         * shell/ev-jobs.h:
2670         * shell/ev-properties-dialog.h:
2671         * shell/ev-properties-fonts.h:
2672         * shell/ev-sidebar-links.h:
2673         * shell/ev-sidebar-thumbnails.h:
2674         * shell/ev-sidebar.h:
2675         * shell/ev-window.h:
2676         
2677         Fixes CHACK type in class casts. See bug #385343
2678         for details.
2679
2680 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * shell/ev-view-private.h:
2683         * shell/ev-view.c: (draw_end_presentation_page),
2684         (ev_view_expose_event), (ev_view_key_press_event),
2685         (ev_view_class_init), (ev_view_init):
2686
2687         Blank screen in presentation mode when pressing 'b' (filling with
2688         black) or 'w' (filling with white) keys. Fixes bug #358132.
2689
2690 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2691
2692         * data/evince-toolbar.xml:
2693         * shell/ev-window.c:
2694         
2695         Use stock icon for Select All action. Fixes
2696         bug #382652.
2697
2698 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2699
2700         * shell/ev-view.c: (get_doc_point_from_offset),
2701         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2702
2703         Add links support in rotated documents. Fixes bug #343733.
2704
2705 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-view-private.h:
2708         * shell/ev-view.c: (draw_end_presentation_page),
2709         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2710
2711         Show a blank page after the last page in presentation mode with a
2712         message indicating that presentation has finished and how to exit. 
2713
2714 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-window.c: (fullscreen_timeout_cb):
2717
2718         Hide cursor after a while in presentation mode. 
2719
2720 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2721
2722         * backend/ev-document-info.h:
2723         * data/evince-properties.glade:
2724         * pdf/ev-poppler.cc:
2725         * properties/ev-properties-view.c: (ev_regular_paper_size),
2726         (ev_properties_view_set_info):
2727         * ps/ps-document.c: (ps_document_get_info):
2728
2729         Adds a paper size field to the properties dialog. Fixes
2730         bug #307315. Patch by Kasper Svendsen (with some i18n
2731         changes done by me).
2732
2733 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2734
2735         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2736         (screensaver_init_dbus), (totem_scrsaver_new),
2737         (totem_scrsaver_init):
2738         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2739         * shell/ev-application.c: (ev_application_register_service),
2740         (ev_application_screensaver_enable),
2741         (ev_application_screensaver_disable):
2742         * shell/ev-application.h:
2743         * shell/ev-window.c: (ev_window_run_presentation),
2744         (ev_window_stop_presentation), (build_comments_string),
2745         (ev_window_init):
2746         
2747         Move screensaver handling to application. No more
2748         message on startup.
2749
2750 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * configure.ac:
2753         * backend/Makefile.am:
2754         * backend/ev-file-exporter.[ch]:
2755         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2756         * ps/ps-document.c: (ps_document_file_exporter_*):
2757         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2758         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2759         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2760         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2761
2762         Allow printing to PDF when suppoted by the backend.
2763         
2764 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * shell/ev-window.c: (build_comments_string):
2767
2768         Use always "Document Viewer" in about dialog. 
2769
2770 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * djvu/djvu-document.c: (djvu_document_get_page_size):
2773
2774         Display a warning message when get_pageinfo fails. 
2775
2776 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2777
2778         * Makefile.am:
2779         * backend/Makefile.am:
2780         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2781         * configure.ac:
2782         * shell/ev-window.c: (build_comments_string):
2783         
2784         Make pdf compilation optional. See bug #38007.
2785
2786 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * ps/ps.c: (get_next_text):
2789
2790         Fix CVE-2006-5864.
2791
2792 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2795         * shell/ev-navigation-action.c: (connect_proxy),
2796         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2797         
2798         Do not call g_type_class_peek_parent twice.
2799
2800 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * configure.ac:
2803         * data/icons/24x24/.cvsignore:
2804         * data/icons/24x24/Makefile.am:
2805         * data/icons/24x24/evince.png:
2806         * data/icons/Makefile.am:
2807         
2808         Add 24x24 icon. Thanks to 
2809         Michael Monreal <infernux@web.de>.
2810
2811 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * configure.ac: Fix typo in configure.ac. Thanks
2814         to dmacks@netspace.org for notification.
2815
2816 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2817
2818         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2819         
2820         Drop dbus include, fixes compilation with older dbus.
2821
2822 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2823
2824         * configure.ac:
2825         * cut-n-paste/Makefile.am:
2826         * cut-n-paste/totem-screensaver/.cvsignore
2827         * cut-n-paste/totem-screensaver/Makefile.am:
2828         * cut-n-paste/totem-screensaver/README:
2829         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2830         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2831         * shell/Makefile.am:
2832         * shell/ev-window.c: (ev_window_run_presentation),
2833         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2834         (ev_window_init):
2835
2836         Implemented screensaver enabling/disabling for
2837         presentation mode (not fullscreen mode). Code stolen
2838         from Totem (with some minor tweaks). Fixes bug #338889.
2839
2840 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2841
2842         * configure.ac:
2843
2844         Bump gnome-icon-theme requirements. We use the rotation
2845         icons that appeared recently.
2846
2847 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * shell/ev-history.c: (ev_history_add_page):
2850         * shell/ev-history.h:
2851         * shell/ev-window.c: (page_changed_cb):
2852         
2853         Use page labels instead of numbers.
2854
2855 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2856
2857         * data/evince-toolbar.xml:
2858         * po/POTFILES.in:
2859         * shell/Makefile.am:
2860         * shell/ev-navigation-action-widget.c:
2861         (ev_navigation_action_widget_init),
2862         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2863         (menu_detacher), (ev_navigation_action_widget_set_menu),
2864         (menu_position_func), (popup_menu_under_arrow),
2865         (ev_navigation_action_widget_toggled),
2866         (ev_navigation_action_widget_button_press_event):
2867         * shell/ev-navigation-action-widget.h:
2868         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2869         (ev_navigation_action_set_window), (activate_menu_item_cb),
2870         (new_history_menu_item), (new_empty_history_menu_item),
2871         (build_menu), (menu_activated_cb), (connect_proxy),
2872         (create_tool_item), (ev_navigation_action_init),
2873         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2874         * shell/ev-navigation-action.h:
2875         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2876         (ev_page_action_widget_set_page_cache),
2877         (ev_page_action_widget_finalize),
2878         (ev_page_action_widget_class_init), (match_selected_cb),
2879         (display_completion_text), (match_completion), (build_new_tree_cb),
2880         (get_filter_model_from_model),
2881         (ev_page_action_widget_update_model):
2882         * shell/ev-page-action-widget.h:
2883         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2884         (connect_proxy):
2885         * shell/ev-page-action.h:
2886         * shell/ev-stock-icons.c:
2887         * shell/ev-stock-icons.h:
2888         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2889         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2890         (register_custom_actions):
2891         * shell/main.c:
2892         
2893         Preliminary history implementation
2894
2895 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2896
2897         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2898         (dvi_document_class_init), (dvi_document_init_params):
2899         * dvi/mdvi-lib/font.c: (font_reference):
2900         
2901         Add reference to subfont. Fixes bug #374277.
2902
2903 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2906         (ev_window_cmd_file_open_copy_at_dest):
2907
2908         Fix a race condition when creating symlink. Increase the counter
2909         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2910         Mathias Hasselmann).
2911
2912 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * backend/Makefile.am:
2915         * backend/ev-attachment.c: (ev_attachment_open):
2916         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2917         (ev_tmp_dir), (ev_tmp_filename):
2918         * shell/ev-sidebar-attachments.c:
2919         (ev_sidebar_attachments_drag_data_get):
2920         * shell/ev-window.c: (ev_window_clear_temp_file):
2921
2922         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2923         in ensure_dir_exists. Abort without crashing when we can't create
2924         user's directory.
2925
2926 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * data/evince-ui.xml:
2929         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2930         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2931         (ev_window_cmd_file_open_copy_at_dest),
2932         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2933         (ev_view_popup_cmd_open_link_new_window):
2934
2935         Allow opening a copy of the current document in a new window. Fixes bug
2936         #357472
2937
2938 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2939
2940         * data/evince-toolbar.xml:
2941         
2942         Add rotate right and rotate left to available items for toolbar.
2943         
2944         * data/evince-ui.xml:
2945         * shell/ev-window.c: (ev_window_init):
2946         
2947         Customize toolbar with right click. Fixes bug #372451.
2948
2949 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2950
2951         * shell/ev-window.c: 
2952         
2953         Use "object-rotate-{left,right}" stock icons. Fixes 
2954         bug #373863.
2955
2956 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2959         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2960         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2961         (ev_window_open_uri):
2962         * shell/main.c: (arguments_parse):
2963
2964         Remove temp file created when evince is used by GTK+ in
2965         preview mode. Fixes bug #365282. 
2966
2967 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2970         
2971         Fixes bug #372474 - Side pane disabled when entering 
2972         and leaving fullscreen mode.
2973
2974 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2977         * data/Makefile.am:
2978         * data/evince-preview-toolbar.xml:
2979         * data/evince-toolbar.xml:
2980         * shell/ev-application.c: (ev_application_shutdown),
2981         (ev_application_init), (ev_application_get_toolbars_model):
2982         * shell/ev-application.h:
2983         * shell/ev-window.c: (update_chrome_visibility),
2984         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2985         (ev_window_cmd_edit_toolbar), (ev_window_init):
2986         
2987         Fixes bug #364364 - toolbar editor shows zoom actions again.
2988
2989 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2992
2993         Do not take margins into consideration for paper size when printing.
2994         Really fixes bug #350491.
2995
2996 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * data/evince-ui.xml:
2999         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3000         (ev_window_cmd_file_print_setup),
3001         (ev_window_print_dialog_response_cb),
3002         (ev_window_setup_action_sensitivity):
3003
3004         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3005
3006 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * shell/ev-window.c: (ev_window_print_range):
3009
3010         Revert my previuos commit, since printing to PDF is not supported by
3011         evince yet. 
3012
3013 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * shell/ev-window.c: (ev_window_print_range):
3016
3017         Enable print to a PDF. Fixes bug #332121.
3018
3019 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * shell/ev-application-service.xml:
3022         * shell/ev-application.[ch]: (ev_application_open_window),
3023         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3024         (ev_application_open_uri), (ev_application_open_uri_list):
3025         * shell/ev-window.c: (file_open_dialog_response_cb),
3026         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3027         (drag_data_received_cb), (open_remote_link):
3028         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3029
3030         Add support for multiscreen systems. Fixes bug #316206.
3031
3032 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * shell/ev-jobs.[ch]: (ev_job_print_new),
3035         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3036         (ev_job_print_do_page):
3037         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3038
3039         Allow printing only odd/even pages. Fixes bug #367289.
3040
3041 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3042
3043         * test/test1.py:
3044         * test/test2.py:
3045
3046         Re-add locale settings to test files.
3047
3048 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3049
3050         * data/evince-ui.xml:
3051         * shell/ev-window.c: (set_action_properties):
3052         
3053         Removed garbage from code and ui.
3054
3055 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3056
3057         * shell/ev-window.c: (ev_window_cmd_help_about):
3058
3059         Shamelessly add my name to the list of contributors.
3060
3061 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3062
3063         * test/test1.py:
3064         * test/test2.py:
3065
3066         Cleaned up the dogtail scripts.
3067
3068 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3069
3070         * shell/ev-view.c: (draw_loading_text): Don't render
3071         "loading..." text in presentation mode. Temporary
3072         workaround for bug #320352.
3073
3074 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3077         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3078
3079         Use print settings scale, copies, collate and reverse which were
3080         ignored. Fixes bug #359032.
3081
3082 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * configure.ac:
3085         * data/evince-password.glade:
3086         * test/Makefile.am:
3087         * test/test-encrypt.pdf:
3088         * test/test-links.pdf:
3089         * test/test1.py:
3090         * test/test2.py:
3091
3092         Add automated UI tests for evince with dogtail. See
3093         bug #300948.    
3094
3095 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3098
3099         Hide fullscreen toolbar when switching to another desktop workspace.
3100         Fixes bug #338871
3101
3102 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * shell/ev-window-title.c: 
3105         
3106         Test for .dvi in title of pdf documents.
3107
3108 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3109
3110         * shell/ev-view.c: (ev_view_scroll):
3111
3112         Page Up/Down should do page jumps in "Best fit" mode.
3113         If a user has explicitly chosen to view exactly one page
3114         at a time, scrolling just a part of the page when
3115         pressing Page Up/Down is not right. Fixes bug #323107.
3116
3117 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * NEWS:
3120         * configure.ac:
3121         
3122         Update for 0.6.1
3123
3124 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3127         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3128         
3129         Correctly disconnect from job signals on destroy.
3130
3131 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3132
3133         * shell/ev-view-private.h:
3134         * shell/ev-view.c: (view_set_adjustment_values),
3135         (view_update_range_and_current_page),
3136         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3137         
3138         Fixes bug #343199, current page now follows find page.
3139
3140 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3141
3142         * backend/ev-document-factory.c:
3143         * configure.ac:
3144         Assigned OpenDocument presenation MIME type to the
3145         Impress backend. Added some missing (but harmless)
3146         #ifdefs in the document factory as well to make things
3147         consistent again. Fixes bug #360658.
3148
3149 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3150
3151         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3152         * backend/ev-document-find.c: (ev_document_find_get_type):
3153         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3154         * backend/ev-document-links.c: (ev_document_links_get_type):
3155         * backend/ev-document-security.c: (ev_document_security_get_type):
3156         * backend/ev-document-thumbnails.c:
3157         (ev_document_thumbnails_get_type):
3158         * backend/ev-document.c: (ev_document_get_type):
3159         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3160         * backend/ev-selection.c: (ev_selection_get_type):
3161         * cut-n-paste/recent-files/egg-recent-model.c:
3162         (egg_recent_model_get_type):
3163         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3164         (egg_recent_view_uimanager_get_type):
3165         * cut-n-paste/recent-files/egg-recent-view.c:
3166         (egg_recent_view_get_type):
3167         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3168         (egg_editable_toolbar_get_type):
3169         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3170         (egg_toolbar_editor_get_type):
3171         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3172         (egg_toolbars_model_get_type):
3173         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3174         (egg_tree_multi_drag_source_get_type):
3175         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3176         (ephy_zoom_action_get_type):
3177         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3178         (ephy_zoom_control_get_type):
3179         * impress/r_back.c: (_imp_fill_back):
3180         * properties/ev-properties-main.c:
3181         (ev_properties_plugin_register_type):
3182         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3183         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3184         (ev_view_accessible_factory_get_type):
3185
3186         Reduce relocations. Bug #360616.
3187
3188 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3189
3190         * backend/ev-document-factory.c:
3191         (ev_document_factory_get_document):
3192         
3193         Load document even if extension is wrong.
3194
3195 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-metadata-manager.c: (save_values):
3198         * shell/ev-window.c: (setup_size_from_metadata),
3199         (setup_view_from_metadata), (ev_window_setup_document),
3200         (ev_window_xfer_job_cb), (window_configure_event_cb):
3201         
3202         Set size according to the document size/page size ratio.
3203         That should correct rather wierd behaviour of the previous
3204         commit.
3205
3206 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3207
3208         * shell/ev-window.c: (setup_view_from_metadata):
3209         
3210         Set size for new windows from previous window size.
3211         See bugs #354968 and #168450 for details. Thanks
3212         to Meik Hellmund.
3213
3214 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * djvu/djvu-links.c: (build_tree):
3217
3218         Fix memory leak.
3219
3220 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3221
3222         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3223         
3224         Don't make sidebar close button insensitive. Fixes
3225         bug #357871.
3226
3227 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3230         (ev_window_set_view_accels_sensitivity):
3231         
3232         Don't enable Slash on documents which don't support
3233         find. Fixes bug #358648.
3234
3235 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3236
3237         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3238         open dialog fall back to the current document uri if the
3239         filechooser hasn't been used before. Fixes bug #356980.
3240
3241 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3242
3243         * shell/ev-window.c: (ev_window_setup_recent), 
3244         (ev_window_get_recent_file_label):
3245
3246         Escape underscores in filenames of recent file items.
3247
3248 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3249
3250         * configure.ac:
3251         
3252         Bumped poppler requirements, really 0.5.3 is very 
3253         buggy, now we require 0.5.4.
3254
3255 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * djvu/Makefile.am:
3258         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3259         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3260         (djvu_document_document_links_iface_init):
3261         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3262         (number_from_string_10), (get_djvu_link_dest),
3263         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3264         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3265         (djvu_links_get_links), (djvu_links_find_link_dest),
3266         (djvu_links_get_links_model):
3267         * djvu/djvu-links.h:
3268         
3269         Add support for links and bookmarks in djvu documents. Thanks
3270         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3271         patch.
3272
3273 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3274
3275         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3276         
3277         Reopen should reload document. Fixes 
3278         bug 327951.
3279
3280 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * configure.ac:
3283         * data/Makefile.am:
3284         * data/evince-16.png:
3285         * data/evince-22.png:
3286         * data/evince.png:
3287         * data/evince.svg:
3288         * data/icons/16x16/Makefile.am:
3289         * data/icons/16x16/evince.png:
3290         * data/icons/22x22/Makefile.am:
3291         * data/icons/22x22/evince.png:
3292         * data/icons/48x48/Makefile.am:
3293         * data/icons/48x48/evince.png:
3294         * data/icons/Makefile.am:
3295         * data/icons/scalable/Makefile.am:
3296         * data/icons/scalable/evince.svg:
3297         
3298         Install icons with correct names. Fixes
3299         bug #354429.
3300
3301 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/ev-view.c: (ev_view_button_release_event):
3304
3305         Don't open links with middle mouse button. Fixes bug #353649
3306
3307 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3308
3309         * NEWS:
3310         * configure.ac:
3311         
3312         Update for release 0.6.0
3313
3314 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3317         Implement Close named action. Patch by Carlos Garcia Campos.
3318
3319 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3320
3321         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3322         
3323         Don't clear link mapping on copy_job_to_job_info. Fixes
3324         bug 346168.
3325
3326 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/main.c: (main):
3329
3330         Revert my previous commit, gnome_program_init owns the option context.
3331         Fix another memory leak in main. Both caught by Christian Persch. 
3332
3333 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/main.c: (main):
3336
3337         Fix memory leak.
3338
3339 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3342
3343         Fix crash when opening a pdf with password protection. 
3344
3345 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * pdf/ev-poppler.cc: (pdf_document_search_free):
3348
3349         Fix memory leak. 
3350
3351 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * backend/ev-document-factory.c:
3354         (ev_document_factory_get_document):
3355         * tiff/tiff-document.c: (tiff_document_finalize):
3356         
3357         More correct handling of document loading. Fixes
3358         bug #349043.
3359
3360 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * backend/ev-attachment.c: (ev_attachment_save):
3363
3364         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3365         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3366
3367 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3368         
3369         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3370         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3371
3372 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-sidebar-thumbnails.c:
3375
3376         Do not render thumbnails unless thumbnails page is active in the
3377         sidebar.
3378
3379 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3380
3381         * shell/ev-properties-dialog.c:
3382
3383         Fix dialogue spacing. Bug #351370.
3384
3385 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3386
3387         * configure.ac:
3388
3389         Use lowercase gettext catalog file names (evince.mo
3390         instead of Evince.mo)
3391
3392 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-sidebar-attachments.c:
3395
3396         GtkIconTheme is now screen safe too. Fixes bug #350878
3397
3398 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c:
3401
3402         GtkRecent manager is now screen safe. Fixes bug #350145
3403
3404 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3405
3406         * shell/ev-sidebar.c: (ev_sidebar_init):
3407         
3408         Make sidebar close icon smaller. Fix for bug 350177.
3409         See also bugs 350176 and 165770.
3410
3411 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3414
3415         Ignore zoom for xyz destinations when it's <= 1, keeping user
3416         preferences instead. Set correct sizing-mode for fith and fitv
3417         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3418
3419 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * NEWS:
3422         * configure.ac:
3423         
3424         Update for release 0.5.5
3425
3426 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3427         
3428         * shell/ev-window.c: (ev_window_cmd_escape)
3429
3430         Escape unfocus page entry. Fixes bug #345809.
3431
3432 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3435         (build_tree), (pdf_document_links_get_links),
3436         (pdf_document_links_find_link_dest):
3437         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3438         (goto_xyz_dest):
3439
3440         Convert from PDF style coordinates to X style coordinates in the
3441         backend rather than in the view. Fixes bug #338440
3442
3443 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3444
3445         * shell/ev-window.c:
3446         
3447         Remove Ctrl+Shift+T shortcut for toolbars. See
3448         the bug #350098.
3449
3450 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * configure.ac:
3453
3454         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3455         of this. 
3456
3457 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * configure.ac:
3460         * cut-n-paste/Makefile.am:
3461         * data/evince-ui.xml:
3462         * shell/Makefile.am:
3463         * shell/ev-application.[ch]:
3464         * shell/ev-window.c:
3465
3466         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3467         #349273
3468
3469 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3470
3471         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3472         findbar code: s/help/search/
3473
3474 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3475
3476         * shell/ev-window.c: (setup_document_from_metadata),
3477         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3478         (setup_view_from_metadata):
3479         
3480         Fix memory leaks.
3481
3482 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3483
3484         * autogen.sh, configure.ac: 
3485         
3486         Update automake usage. See bug 349292.
3487
3488 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * shell/eggfindbar.c: (egg_find_bar_class_init),
3491         (entry_activate_callback), (egg_find_bar_init),
3492         (egg_find_bar_set_status_text):
3493         * shell/eggfindbar.h:
3494         
3495         Unify Evince findbar with Epiphany. Nice patch
3496         from Fabricio Silva <silva@crans.org> and
3497         Frederic Peters <fpeters@entrouvert.com>. See
3498         bug #339966 for details.
3499
3500 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3501
3502         * data/evince.desktop.in.in:
3503         
3504         Correct information for bugzilla. Thanks to
3505         Olaf Vitters, see bug #348855.
3506
3507 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-jobs.[ch]:
3510         * shell/ev-sidebar-links.c:
3511         * shell/ev-window.[ch]:
3512
3513         GtkPrintJob doesn't support print ranges or current page, so we export
3514         to a ps file now when printing ranges or current page.
3515
3516 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3517
3518         * pdf/ev-poppler.cc:
3519         * shell/ev-window.c: (do_action_named):
3520
3521         We should be more clear about bugzilla. See the
3522         poppler bug #7623.
3523
3524 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * configure.ac:
3527         * shell/Makefile.am:
3528         * shell/ev-job-queue.c:
3529         * shell/ev-jobs.[ch]:
3530         * shell/ev-sidebar-links.c:
3531         * shell/ev-window.[ch]:
3532         
3533         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3534         #348422
3535
3536 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3539         * shell/ev-application-service.xml:
3540         * shell/ev-application.[ch]:
3541         * shell/ev-jobs.[ch]:
3542         * shell/ev-window.[ch]: (ev_window_run_preview):
3543         * shell/main.c: 
3544
3545         Add preview mode to use evince as a printing previewer. It also adds
3546         other command line options for fullscreen and presentation modes.
3547         Fixes bugs #347822, #317031
3548
3549 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3550
3551         * NEWS:
3552         * configure.ac:
3553         
3554         Update for release 0.5.4
3555
3556 2006-07-11  Bastien Nocera <hadess@hadess.net>
3557
3558         * Makefile.am:
3559         * backend/Makefile.am:
3560         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3561         * backend/ev-document-factory.h:
3562         * configure.ac:
3563         * impress/.cvsignore:
3564         * impress/Makefile.am:
3565         * impress/common.h:
3566         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3567         (imp_get_page), (imp_next_page), (imp_prev_page),
3568         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3569         * impress/f_oasis.c: (render_object), (render_page),
3570         (get_geometry), (_imp_oasis_load):
3571         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3572         (_imp_oo13_load):
3573         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3574         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3575         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3576         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3577         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3578         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3579         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3580         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3581         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3582         (iks_new_within), (iks_insert), (iks_insert_cdata),
3583         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3584         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3585         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3586         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3587         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3588         (iks_cdata), (iks_cdata_size), (iks_has_children),
3589         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3590         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3591         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3592         (iks_tree), (iks_load), (iks_save):
3593         * impress/iksemel.h:
3594         * impress/imposter.h:
3595         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3596         (imp_render_draw_bezier_real), (imp_render_get_size),
3597         (imp_render_set_fg_color), (imp_render_draw_line),
3598         (imp_render_draw_rect), (imp_render_draw_polygon),
3599         (imp_render_draw_arc), (imp_render_draw_bezier),
3600         (imp_render_open_image), (imp_render_get_image_size),
3601         (imp_render_scale_image), (imp_render_draw_image),
3602         (imp_render_close_image), (imp_render_markup),
3603         (imp_render_get_text_size), (imp_render_draw_text),
3604         (impress_document_load), (impress_document_save),
3605         (impress_document_get_n_pages), (impress_document_get_page_size),
3606         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3607         (impress_document_finalize), (impress_document_class_init),
3608         (impress_document_can_get_text), (impress_document_get_info),
3609         (impress_document_document_iface_init),
3610         (impress_document_thumbnails_get_thumbnail),
3611         (impress_document_thumbnails_get_dimensions),
3612         (impress_document_document_thumbnails_iface_init),
3613         (impress_document_init):
3614         * impress/impress-document.h:
3615         * impress/internal.h:
3616         * impress/r_back.c: (_imp_fill_back):
3617         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3618         (_imp_draw_image), (_imp_tile_image):
3619         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3620         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3621         (r_polyline):
3622         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3623         (r_draw_gradient_complex), (r_draw_gradient):
3624         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3625         (r_get_bullet):
3626         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3627         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3628         (r_text):
3629         * impress/render.c: (imp_create_context), (imp_context_set_page),
3630         (imp_context_set_step), (imp_render), (imp_delete_context):
3631         * impress/render.h:
3632         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3633         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3634         (zip_load_xml), (zip_get_size), (zip_load):
3635         * impress/zip.h:
3636         * shell/ev-utils.c:
3637         
3638         New backend to support impress slides. Fixes bug #30867.
3639
3640 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3641
3642         * shell/ev-utils.c: (using_postscript_printer):
3643         
3644         Fixes crash when print using PAPI backend,
3645         bug #345012.
3646
3647 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3648
3649         * shell/ev-jobs.c: (ev_job_xfer_run):
3650         * shell/ev-window.c: (password_dialog_response),
3651         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3652         (ev_window_dispose):
3653         Fixes bug #344160: if the xfer job doesn't complete
3654         because a password is required, reload the existing
3655         instance instead of creating a new one.
3656
3657 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * shell/main.c: (main): Call gdk_threads_init. Thus
3660         we'll avoid errors in auth dialog. Fix for the bug
3661         #343347.
3662
3663 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3664
3665         * configure.ac: Advertise pixbuf support, fix
3666         for the bug 343317.
3667
3668 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3669
3670         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3671         (ev_sidebar_thumbnails_set_document):
3672         
3673         Update sidebar thumbnails after reloading.
3674
3675 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3678         * shell/ev-jobs.h:
3679         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3680         (ev_window_cmd_view_reload), (ev_window_init):
3681         
3682         Don't crash on reload. Fix for the bug #343167.
3683
3684 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3685
3686         * shell/ev-jobs.c: (ev_job_render_run):
3687         
3688         Check for document links.
3689
3690 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3691
3692         * backend/ev-attachment.c: (ev_attachment_save),
3693         (ev_attachment_launch_app), (ev_attachment_open):
3694         * backend/ev-document-factory.c: (get_document_from_uri):
3695         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3696         (egg_recent_view_uimanager_set_list):
3697         * ps/ps-document.c: (check_filecompressed), (document_load),
3698         (ps_document_load):
3699         * shell/ev-metadata-manager.c: (load_values):
3700         * shell/ev-password.c: (ev_password_dialog_set_property):
3701         * shell/ev-view.c: (tip_from_link):
3702         * shell/ev-window.c: (file_save_dialog_response_cb),
3703         (ev_window_print_dialog_response_cb):
3704         
3705         Use consistent quoting style. Fix for the bug #320285.
3706
3707 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * shell/ev-jobs.c: (ev_job_xfer_run):
3710         * shell/main.c: (load_files):
3711                 
3712         Open links with anchors. Fix for the bug #339836.
3713
3714 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3717         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3718         (ev_link_dest_set_property), (ev_link_dest_finalize),
3719         (ev_link_dest_class_init), (ev_link_dest_new_named),
3720         (ev_link_dest_new_page_label):
3721         * backend/ev-link-dest.h:
3722         * shell/ev-application.c: (ev_application_open_uri):
3723         * shell/ev-view.c: (goto_dest):
3724         * shell/ev-window.c:
3725         * shell/ev-window.h:
3726         
3727         Fix page-label command line option. Bug #342070.
3728
3729 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3730
3731         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3732         
3733         Don't show highlight rects if page can't be showed. Fix for 
3734         the bug #342076
3735
3736 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-window.c: (setup_sidebar_from_metadata),
3739         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3740         
3741         Setup sidebar from metadata even if there is no document
3742         loaded. Fix for the bug #342807.
3743
3744 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3745
3746         * cut-n-paste/toolbar-editor/Makefile.am:
3747         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3748         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3749         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3750         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3751         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3752         (popup_context_menu_cb), (button_press_event_cb),
3753         (configure_item_sensitivity), (configure_item_cursor),
3754         (configure_item_tooltip), (connect_widget_signals),
3755         (action_sensitive_cb), (create_item_from_action),
3756         (create_item_from_position), (toolbar_drag_data_received_cb),
3757         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3758         (toolbar_drag_leave_cb), (configure_drag_dest),
3759         (toggled_visibility_cb), (toolbar_visibility_refresh),
3760         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3761         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3762         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3763         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3764         (egg_editable_toolbar_dispose),
3765         (egg_editable_toolbar_set_ui_manager),
3766         (egg_editable_toolbar_get_selected),
3767         (egg_editable_toolbar_set_selected), (set_edit_mode),
3768         (egg_editable_toolbar_set_property),
3769         (egg_editable_toolbar_get_property),
3770         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3771         (egg_editable_toolbar_new_with_model),
3772         (egg_editable_toolbar_get_edit_mode),
3773         (egg_editable_toolbar_set_edit_mode),
3774         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3775         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3776         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3777         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3778         (item_added_or_removed_cb), (toolbar_removed_cb),
3779         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3780         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3781         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3782         (editor_create_item_from_name), (append_table),
3783         (update_editor_sheet), (egg_toolbar_editor_init):
3784         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3785         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3786         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3787         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3788         (toolbar_node_free), (egg_toolbars_model_get_flags),
3789         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3790         (egg_toolbars_model_get_name), (impl_add_item),
3791         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3792         (parse_data_list), (parse_item_list), (parse_toolbars),
3793         (egg_toolbars_model_load_toolbars), (parse_available_list),
3794         (parse_names), (egg_toolbars_model_load_names),
3795         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3796         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3797         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3798         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3799         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3800         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3801         (egg_toolbars_model_set_types), (fill_avail_array),
3802         (egg_toolbars_model_get_name_avail),
3803         (egg_toolbars_model_get_name_flags),
3804         (egg_toolbars_model_set_name_flags):
3805         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3806         * cut-n-paste/toolbar-editor/eggintl.h:
3807         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3808         (egg_tree_multi_drag_source_get_type),
3809         (egg_tree_multi_drag_source_row_draggable),
3810         (egg_tree_multi_drag_source_drag_data_delete),
3811         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3812         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3813         (path_list_free), (set_context_data), (get_context_data),
3814         (get_info), (egg_tree_multi_drag_drag_data_get),
3815         (egg_tree_multi_drag_motion_event),
3816         (egg_tree_multi_drag_button_press_event),
3817         (egg_tree_multi_drag_add_drag_support):
3818         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3819         * shell/ev-application.c: (ev_application_init),
3820         (ev_application_save_toolbars_model):
3821         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3822         (ev_window_cmd_edit_toolbar), (ev_window_init):
3823         
3824         Sync toolbareditor with epiphany and libegg
3825
3826 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * configure.ac: 
3829
3830         Depend on poppler 0.5.2
3831
3832 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833
3834         * shell/ev-jobs.c: (ev_job_render_run):
3835         
3836         Check if document supports links iterface.
3837
3838 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3839
3840         * NEWS:
3841         * configure.ac:
3842         
3843         Update for release 0.5.3
3844
3845 2006-05-13  Michael Plump  <plumpy@skylab.org>
3846
3847         * configure.ac:
3848         * shell/Makefile.am:
3849         * shell/main.c: (main):
3850         
3851         Port to GOption command line parsing. Fix for the 
3852         bug #327518
3853
3854 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3855
3856         * shell/ev-window.c: (ev_window_cmd_help_about):
3857         
3858         Do not wrap license. Fix for the bug #309460.
3859
3860 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * configure.ac:
3863         * properties/ev-properties-main.c: (ev_properties_get_pages):
3864         * shell/ev-application.c: (ev_application_open_window),
3865         (ev_application_open_uri_at_dest):
3866         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3867         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3868         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3869         * shell/ev-utils.c: (save_print_config_to_file):
3870         * shell/ev-window.c: (ev_window_cmd_save_as),
3871         (ev_attachment_popup_cmd_save_attachment_as):
3872         * shell/main.c: (load_files_remote):
3873         
3874         Bump requirements to gtk 2.8 and drop all ifdefs used.
3875
3876 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3877
3878         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3879         * shell/ev-window.c: (ev_window_init):
3880         
3881         Show attachments page.
3882
3883 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3884
3885         * po/POTFILES.in:
3886         * shell/ev-attachment-bar.c:
3887         * shell/ev-attachment-bar.h:
3888         * shell/ev-sidebar-attachments.c:
3889         (ev_sidebar_attachments_icon_cache_add),
3890         (icon_theme_get_pixbuf_from_mime_type),
3891         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3892         (ev_sidebar_attachments_icon_cache_refresh),
3893         (ev_sidebar_attachments_get_attachment_at_pos),
3894         (ev_sidebar_attachments_popup_menu_show),
3895         (ev_sidebar_attachments_popup_menu),
3896         (ev_sidebar_attachments_button_press),
3897         (ev_sidebar_attachments_update_icons),
3898         (ev_sidebar_attachments_drag_data_get),
3899         (ev_sidebar_attachments_get_property),
3900         (ev_sidebar_attachments_destroy),
3901         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3902         (ev_sidebar_attachments_new),
3903         (ev_sidebar_attachments_set_document),
3904         (ev_sidebar_attachments_support_document),
3905         (ev_sidebar_attachments_get_label),
3906         (ev_sidebar_attachments_page_iface_init):
3907         * shell/ev-sidebar-attachments.h:
3908         * shell/ev-window.c: (update_chrome_visibility),
3909         (setup_sidebar_from_metadata), (ev_window_setup_document),
3910         (ev_window_sidebar_current_page_changed_cb),
3911         (attachment_bar_menu_popup_cb), (ev_window_init):
3912         
3913         Move attachments bar to sidebar.
3914
3915 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * pdf/ev-poppler.cc:
3918         * shell/ev-application.[ch]:
3919         * shell/main.c:
3920
3921         Fix some memory leaks.
3922
3923 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3924
3925         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3926
3927         Change the properties dialog response to
3928         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3929         will make the dialog go away when the user presses
3930         enter. With gtk+ >= 2.9 this will happen anyway, but for
3931         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3932         escape by default. Fixes bug #340539. See also bug
3933         #101293 for the gtk+ part.
3934
3935 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3936
3937         * shell/ev-view.c (tip_from_action_named): Replace some strings
3938         that were wrong. Closes #340970.
3939
3940 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3943
3944         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3945         #341049
3946
3947 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3948
3949         * djvu/Makefile.am:
3950         * dvi/Makefile.am:
3951         * dvi/mdvi-lib/Makefile.am:
3952         * properties/Makefile.am:
3953         * ps/Makefile.am:
3954         * shell/Makefile.am:
3955         * thumbnailer/Makefile.am:
3956         
3957         Due to broken libtool that is unable to track dependencies
3958         of noinst libraries we are forced to explicitely point
3959         libraries for binary. Fix for the bug #333334.
3960
3961 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * data/evince.desktop.in.in:
3964         * shell/ev-view.c: (view_update_range_and_current_page),
3965         (ev_view_next_page), (ev_view_previous_page):
3966         * shell/ev-window.c: (update_chrome_visibility),
3967         (setup_sidebar_from_metadata), (ev_window_setup_document),
3968         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3969         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3970         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3971         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3972         (ev_window_stop_presentation), (ev_window_focus_in_event),
3973         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3974         (ev_window_init):
3975         * thumbnailer/Makefile.am:
3976         
3977         Update fullscreen and presentation timeout handling. Hide
3978         cursor in presentation after timeout. Fix for the bugs
3979         #136359 and #336981.
3980
3981 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * backend/ev-link-action.[ch]:
3984         * pdf/ev-poppler.cc: (ev_link_from_action):
3985         * shell/ev-view-private.h:
3986         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3987         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3988
3989         Add support for Named Action links
3990
3991 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * backend/Makefile.am:
3994         * backend/ev-document-links.[ch]:
3995         * backend/ev-document.[ch]:
3996         * backend/ev-link-action.[ch]:
3997         * backend/ev-link-dest.[ch]:
3998         * backend/ev-link.[ch]:
3999         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4000         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4001         * shell/ev-page-action.c: (build_new_tree_cb):
4002         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4003         (links_page_num_func), (update_page_callback):
4004         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4005         (tip_from_link):
4006         * shell/ev-jobs.c:
4007         * shell/ev-window.[ch]: (ev_window_open_uri),
4008         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4009         * shell/ev-application.[ch]: (ev_application_open_window),
4010         (ev_application_open_uri):
4011
4012         Rework links system, it adds support for remote links now and it makes
4013         easier to add new kinds of actions and destinations. Fixes bug #317292
4014
4015 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * data/Makefile.am:
4018         * data/evince.png:
4019         * data/evince-16.png:
4020         * data/evince-22.png:
4021         * data/evince.svg:
4022         * shell/main.c: (main):
4023         
4024         Evince use it's own icon. Fix for the bug #313392.
4025
4026         * shell/ev-window.c: (fullscreen_timeout_cb),
4027         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4028         (ev_window_cmd_help_about), (ev_window_dispose):
4029         
4030         Simplify fullscreen timeout code.
4031
4032 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * backend/ev-attachment.c: 
4035         * shell/ev-attachment-bar.c:
4036         * shell/ev-window.c:
4037
4038         Allow multiple selection of attachments
4039
4040 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4041
4042         * shell/ev-view.c: (view_update_range_and_current_page),
4043         (ev_view_scroll):
4044         
4045         Fix for the bug #312573 – Optimal selection of current 
4046         page among visible pages.
4047
4048 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * configure.ac:
4051         * djvu/Makefile.am:
4052         * djvu/djvu-text.h:
4053         
4054         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4055         for the bug 339868.
4056
4057 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4058
4059         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4060
4061 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4062
4063         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4064         dictated by the GNOME HIG. Fixes bug #339235.
4065
4066 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4067
4068         * data/evince-ui.xml:
4069         * shell/ev-view.c: (ev_view_can_find_previous):
4070         * shell/ev-view.h:
4071         * shell/ev-window.c: (ev_window_update_actions),
4072         (ev_window_cmd_edit_find_previous):
4073
4074         Add support for "Find Previous" as dictated by the GNOME HIG. A
4075         menu item is added and some glue code to make it all work is added
4076         to various files.
4077
4078 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4079
4080         * configure.ac: Award myself the "useless use of cat" award.
4081
4082 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4083
4084         * po/LINGUAS: New file listing all supported languages.
4085
4086         * configure.in: Use po/LINGUAS instead of including all languages
4087         directly in this file. See the wiki for more information:
4088         http://live.gnome.org/GnomeGoals/PoLinguas
4089
4090 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * backend/ev-document-factory.c:
4093
4094         Do not load the document twice when there isn't errors
4095
4096 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * backend/ev-attachment.c: 
4099
4100         Fix a crash when there isn't a default application to open an
4101         attachment
4102
4103 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * backend/ev-attachment.[ch]:
4106         * shell/ev-attachment-bar.[ch]:
4107
4108         Added missing files. 
4109
4110 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * backend/Makefile.am:
4113         * data/evince-ui.xml:
4114         * backend/ev-attachment.[ch]:
4115         * backend/ev-document.[ch]: (ev_document_has_attachments),
4116         (ev_document_get_attachments):
4117         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4118         (attachment_save_to_buffer), (pdf_document_get_attachments),
4119         (pdf_document_document_iface_init):
4120         * shell/Makefile.am:
4121         * shell/ev-attachment-bar.[ch]:
4122         * shell/ev-window.c:
4123
4124         Add support for PDF attachments. Fixes bug #325143
4125
4126 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * backend/ev-document-factory.c: (get_document_from_uri),
4129         (ev_document_factory_get_document):
4130         * backend/ev-document-factory.h:
4131         * properties/ev-properties-main.c: (ev_properties_get_pages):
4132         * shell/Makefile.am:
4133         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4134         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4135         (ev_job_queue_remove_job):
4136         * shell/ev-job-queue.h:
4137         * shell/ev-job-xfer.c:
4138         * shell/ev-job-xfer.h:
4139         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4140         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4141         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4142         (ev_job_xfer_run):
4143         * shell/ev-jobs.h:
4144         * shell/ev-window.c: (ev_window_is_empty),
4145         (password_dialog_response), (ev_window_clear_xfer_job),
4146         (ev_window_xfer_job_cb), (ev_window_open_uri),
4147         (ev_window_cmd_focus_page_selector),
4148         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4149         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4150         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4151         (ev_window_dispose):
4152         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4153         
4154         * Cleanup mime type detection on document load. Fix for the
4155         bug #336448.
4156
4157 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4160         
4161         Fix crash on exit, described in the bug #336825.
4162
4163 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * backend/ev-document-factory.c:
4166         (ev_document_factory_get_from_mime),
4167         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4168         (ev_document_factory_get_document),
4169         (file_filter_add_mime_list_and_free),
4170         (ev_document_factory_add_filters):
4171         * backend/ev-document-factory.h:
4172         * properties/ev-properties-main.c: (ev_properties_get_pages):
4173         * shell/Makefile.am:
4174         * shell/ev-application.c:
4175         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4176         * shell/ev-window.c: (ev_window_cmd_file_open),
4177         (ev_window_cmd_save_as):
4178         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4179         
4180         Rework factory functions so they are placed now in a single 
4181         file ev-document-factory.c
4182
4183 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * shell/ev-window.c: (update_chrome_visibility):
4186         
4187         Fix for the bug 166566 - don't show menubar in fullscreen
4188         mode.
4189
4190 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4191
4192         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4193
4194 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4195
4196         * shell/ev-view.c: (ev_view_expose_event):
4197         
4198         More correctly draw loading text when document
4199         is empty.
4200
4201 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * shell/ev-view.c: (ev_view_scroll):
4204         
4205         Fix for the bug #334854, page down and page up switch
4206         pages in presentation mode.
4207
4208 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4209
4210         * shell/ev-window.c: (ev_window_set_action_sensitive),
4211         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4212         (ev_window_set_view_accels_sensitivity),
4213         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4214         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4215         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4216         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4217         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4218         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4219         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4220         (view_actions_focus_in_cb), (ev_window_init):
4221         
4222         Fix for the bug #333902, now it's possible to search
4223         words with slash.
4224
4225 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4226
4227         * configure.ac: Added Breton translation.
4228         * po/br.po: Added Breton translation.
4229
4230 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-window-title (ev_window_title_update):
4233
4234         Fix memory leak in window title. Fixes bug #333944
4235
4236 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * shell/ev-metadata-manager.c (parseItem):
4239
4240         Fix memory leaks. Fixes bug #333945
4241
4242 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4243         
4244         * NEWS, configure.ac, TODO:
4245         
4246         Update for release 0.5.2.
4247
4248 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4249
4250         * shell/ev-view.c: (view_update_range_and_current_page),
4251         (page_changed_cb):
4252         
4253         Don't jump on scrolling, fix for the bug #333127.
4254
4255 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4258         
4259         Scroll by one page in presentation mode. Fix for the bug
4260         #332993.
4261
4262 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4263
4264         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4265
4266 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4267
4268         * configure.ac  Added lv in ALL_LINGUAS line.
4269
4270 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4271         
4272         * NEWS, configure.ac:
4273         
4274         Update for release 0.5.1
4275
4276 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4277
4278         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4279         * backend/ev-document-misc.h:
4280         * shell/ev-view.c: (draw_one_page):
4281         
4282          Clairfy what page the toolbar page number applies to. Fix
4283          for the bug #328102.
4284
4285 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4286
4287         * shell/ev-view-private.h:
4288         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4289         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4290         (ev_view_search_changed):
4291         * shell/ev-view.h:
4292         * shell/ev-window.c: (find_bar_search_changed_cb):
4293         
4294         Dont't jump to find result if window was scrolled during search.
4295         Fix for the bug #313266.
4296
4297 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4298
4299         * shell/eggfindbar.c: (egg_find_bar_class_init):
4300         * shell/eggfindbar.h:
4301         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4302         * shell/ev-view-private.h:
4303         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4304         (ev_view_class_init), (ev_sizing_mode_get_type),
4305         (ev_scroll_type_get_type):
4306         * shell/ev-view.h:
4307         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4308         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4309         (ev_window_init):
4310         
4311         Fix for the bug 319133 - Find entry should allow text scroll.
4312
4313 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4314
4315         * shell/ev-view-private.h:
4316         * shell/ev-view.c: (view_update_range_and_current_page),
4317         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4318         (ev_view_set_document), (update_find_status_message),
4319         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4320         (ev_view_find_previous):
4321         
4322         Fix for the bug #319137. Search now takes account for scrolling.
4323
4324 2006-02-19  Michael Hofmann <mh21@piware.de>
4325
4326         * configure.ac:
4327         * djvu/Makefile.am:
4328         * djvu/djvu-document-private.h:
4329         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4330         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4331         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4332         (djvu_document_can_get_text), (djvu_document_get_text),
4333         (djvu_document_document_iface_init),
4334         (djvu_document_thumbnails_get_thumbnail),
4335         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4336         (djvu_document_find_get_result),
4337         (djvu_document_find_page_has_results),
4338         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4339         (djvu_document_find_iface_init):
4340         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4341         (djvu_text_page_selection), (djvu_text_page_limits_process),
4342         (djvu_text_page_limits), (djvu_text_page_copy),
4343         (djvu_text_page_position), (djvu_text_page_union),
4344         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4345         (djvu_text_page_box), (djvu_text_page_append_text),
4346         (djvu_text_page_search), (djvu_text_page_prepare_search),
4347         (djvu_text_page_new), (djvu_text_page_free):
4348         * djvu/djvu-text-page.h:
4349         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4350         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4351         (djvu_text_n_results), (djvu_text_has_results),
4352         (djvu_text_get_result), (djvu_text_get_progress):
4353         * djvu/djvu-text.h:
4354         
4355         Text search in djvu. Fix for the bug #303415.
4356
4357 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * configure.ac:
4360         * shell/ev-window.c: (ev_window_cmd_save_as):
4361         
4362         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4363         Thanks to Gary Coady <gary@lyranthe.org>
4364
4365 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4366
4367         * shell/ev-print-job.c: (idle_print_handler):
4368         
4369         Inverse order printing, bug #320919.
4370
4371 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * data/evince-toolbar.xml:
4374         * shell/ev-window.c:
4375         
4376         Allow to add sidebar checkbutton on toolbar. Fix
4377         for the bug #144577.
4378
4379 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4380
4381         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4382         
4383         Add checks that have sense for empty ps document.
4384
4385 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4386
4387         * configure.ac: Include PS in mime types list. 
4388
4389 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * configure.ac:
4392         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4393         * ps/gsdefaults.h:
4394         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4395         
4396         Runtime check for gs interpreter. Fix for the bug #320868.
4397         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4398
4399 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-application.c: 
4402
4403         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4404         dbus>=0.60, so that the request is not queued. 
4405
4406 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * configure.ac:
4409         * shell/Makefile.am:
4410         * shell/ev-sidebar-links.c: (print_section_cb):
4411         * shell/ev-utils.c:
4412         * shell/ev-utils.h:
4413         * shell/ev-window.c: (update_action_sensitivity),
4414         (ev_window_close_dialogs), (ev_window_print):
4415         * shell/ev-window.h:
4416         
4417         Make printing support optional. Patch from Eduardo de Barros Lima
4418         <eduardo.lima@indt.org.br> for the bug #330546.
4419
4420 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4421
4422         * shell/ev-view-private.h:
4423         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4424         (ev_view_set_document):
4425         * shell/ev-view.h:
4426         * shell/ev-window.c: (ev_window_load_job_cb),
4427         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4428         (ev_window_init):
4429
4430         Draw Loading message during xfer job. Fix for the bug #329495.
4431
4432 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4433
4434         * comics/comics-document.c: (comics_regex_quote),
4435         (comics_document_load), (extract_argv):
4436         
4437         Correcly quote regexp before passing it to unzip.
4438
4439 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * shell/ev-page-cache.c: (build_height_to_page),
4442         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4443         (ev_page_cache_get_dual_even_left):
4444         * shell/ev-page-cache.h:
4445         * shell/ev-view.c: (view_update_range_and_current_page),
4446         (get_page_y_offset), (get_page_extents):
4447         
4448         Place even pages to the left if document has less then
4449         two pages. Fix for the bug #328856.
4450
4451 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4454         
4455         Correct comics scheme. This make evince create thumbnails
4456         for comic books. Fix for the bug 329088.
4457
4458 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4459
4460         * data/evince-password.glade: Don't explicitly set
4461         invisible_char to the current default value in case
4462         the default changes; let GTK+ do its magic.
4463
4464 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4465
4466         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4467         real filename to tmp filename since often document
4468         type is determined by extension.
4469
4470 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4471
4472         * shell/ev-view.c: (add_scroll_binding_keypad),
4473         (ev_view_binding_activated), (ev_view_class_init):
4474         
4475         Add keybindings for percision-scrolling of display area. 
4476         Fix for the bug #314072.
4477
4478 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * data/evince.desktop.in.in:
4481         
4482         Add GTK to the list of categories. Fix for the bug #328034.
4483
4484 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * shell/ev-application.c: (ev_application_shutdown),
4487         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4488         * shell/ev-application.h:
4489         * shell/ev-window.c: (file_open_dialog_response_cb),
4490         (ev_window_cmd_file_open):
4491         
4492         Save last uri in file chooser dialog. Fix for the bug #327950.
4493
4494 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * NEWS:
4497         * README:
4498         
4499         Final update for release 0.5.0
4500         
4501         * shell/Makefile.am:
4502         
4503         Remove disable deprecated until we'll require libgnome-2.13.7
4504         and port to GOption argument parsing. See bug 327518.
4505
4506 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4507
4508         * comics/comics-document.c: (comics_document_save):
4509         * djvu/djvu-document.c: (djvu_document_save):
4510         * dvi/dvi-document.c: (dvi_document_save):
4511         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4512         * lib/ev-file-helpers.h:
4513         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4514         * tiff/tiff-document.c: (tiff_document_save):
4515         
4516         Use common save function for backends.
4517
4518 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4519
4520         * backend/ev-document-types.c:
4521         
4522         Fix crash on saving pixbuf.
4523
4524 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * cut-n-paste/recent-files/egg-recent-item.c:
4527         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4528         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4529         (parse_info_free), (valid_element), (start_element_handler),
4530         (end_element_handler), (text_handler), (egg_recent_model_filter),
4531         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4532         (egg_recent_model_monitor), (egg_recent_model_read),
4533         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4534         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4535         (egg_recent_model_set_property), (egg_recent_model_class_init),
4536         (egg_recent_model_init), (egg_recent_model_add_full),
4537         (egg_recent_model_delete), (egg_recent_model_get_list),
4538         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4539         (egg_recent_model_set_filter_mime_types),
4540         (egg_recent_model_clear_group_filter),
4541         (egg_recent_model_set_filter_groups),
4542         (egg_recent_model_clear_scheme_filter),
4543         (egg_recent_model_set_filter_uri_schemes),
4544         (egg_recent_model_remove_expired):
4545         * cut-n-paste/recent-files/egg-recent-util.c:
4546         (egg_recent_util_get_icon):
4547         * cut-n-paste/recent-files/egg-recent-util.h:
4548         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4549         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4550         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4551         (egg_recent_view_uimanager_set_property),
4552         (egg_recent_view_uimanager_get_property),
4553         (egg_recent_view_uimanager_class_init),
4554         (egg_recent_view_uimanager_init),
4555         (egg_recent_view_uimanager_set_label_width),
4556         (egg_recent_view_uimanager_get_label_width):
4557         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4558         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4559         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4560         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4561         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4562         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4563         
4564         Update from libegg.
4565
4566 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * shell/ev-page-cache.c: (build_height_to_page),
4569         (ev_page_cache_get_height_to_page):
4570         * shell/ev-page-cache.h:
4571         * shell/ev-view.c: (view_update_range_and_current_page),
4572         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4573         (ev_view_previous_page):
4574         
4575         Dual mode places even pages to the left. Fix for the bug #309393.
4576
4577         * shell/ev-view.h:
4578         * shell/ev-window.c: (update_action_sensitivity),
4579         (setup_view_from_metadata), (view_menu_popup_cb):
4580         
4581         Don't restore presentation in empty windows, more intelligent
4582         next page behaviour in dual mode.
4583
4584         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4585         (ev_pixbuf_cache_clear_job_sizes):
4586         
4587         Cleanup job callback on removal. Fix for the bug #325886.
4588
4589 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * ps/ps.c: (psscan):
4592         
4593         Commit workaround Mozilla problem. Fix for the bug #325919
4594         
4595         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4596         (save_item):
4597         
4598         Fix for year 2038 problem.
4599
4600 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4601
4602         * shell/ev-window.c: (setup_document_from_metadata),
4603         (ev_window_cmd_view_reload):
4604
4605         Clamp page recieved from metadata in valid values. Fix
4606         for the bug #325986.
4607
4608 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4609
4610         * MAINTAINERS: 
4611         Add MAINTAINERS as requested on desktop-devel-list.
4612
4613 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4616         (mime_type_supported_by_gdk_pixbuf),
4617         (ev_document_factory_get_mime_types),
4618         (ev_document_factory_get_all_mime_types):
4619         
4620         Don't add pixbuf mime types if pixbuf backend is disabled.
4621         
4622         * shell/ev-application.c: (ev_application_get_uri_window):
4623         
4624         Fix for the bug 325815 - unhandled MIME type message doesn't 
4625         appear a second time. 
4626         
4627         * shell/ev-document-types.c: (ev_document_types_add_filters):
4628         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4629         (password_dialog_response), (ev_window_popup_password_dialog),
4630         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4631         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4632         (ev_window_run_presentation), (ev_window_stop_presentation),
4633         (save_sizing_mode), (ev_window_zoom_changed_cb),
4634         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4635         (ev_window_dual_mode_changed_cb),
4636         (ev_window_sidebar_current_page_changed_cb),
4637         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4638         (window_state_event_cb), (window_configure_event_cb):
4639         
4640         Cleanup additional uris holded by EvWindow.
4641
4642 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4645         (ev_view_can_previous_page), (ev_view_can_next_page):
4646         * shell/ev-view.h:
4647         * shell/ev-window.c: (update_action_sensitivity):
4648         
4649         Two page scrolling with Space and PageUp in dual mode. Second fix 
4650         for the bug #316608.
4651
4652 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * shell/ev-view.c: (scroll_to_current_page):
4655         
4656         Correctly clamp adjustment value. Fix for the bug
4657         #325808.
4658
4659 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * shell/ev-sidebar-links.c: (print_section_cb):
4662         * shell/ev-window.c: (ev_window_get_uri),
4663         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4664         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4665         (ev_window_dispose):
4666         
4667         Make print dialog non-modal. Fix for the bug #325622.
4668
4669 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * shell/ev-metadata-manager.c:
4672         * shell/ev-utils.c: (using_pdf_printer),
4673         (using_postscript_printer), (load_print_config_from_file),
4674         (save_print_config_to_file):
4675         * shell/ev-utils.h:
4676         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4677         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4678         (setup_view_from_metadata), (ev_window_setup_document),
4679         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4680         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4681         (ev_window_run_presentation), (ev_window_stop_presentation),
4682         (save_sizing_mode), (ev_window_zoom_changed_cb),
4683         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4684         (ev_window_dual_mode_changed_cb),
4685         (ev_window_sidebar_current_page_changed_cb),
4686         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4687         (window_state_event_cb), (window_configure_event_cb),
4688         (ev_window_init):
4689         
4690         Setting saving behaviour fixes.
4691
4692 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * configure.ac:
4695         
4696         Make antialiasing gs options better and allow
4697         to change them during configure. Fix for the 
4698         bug #319049.
4699
4700 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * shell/ev-window.c: (setup_view_from_metadata):
4703         
4704         Remember if last window was maximized. Fix for the
4705         bug #323797.
4706
4707 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4708
4709         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4710
4711 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4714         * shell/ev-page-action.c: (build_new_tree_cb):
4715         * shell/ev-sidebar-links.c: (links_page_num_func),
4716         (update_page_callback_foreach), (update_page_callback):
4717         * shell/ev-view.c: (scroll_to_current_page):
4718         
4719         Fix for the bug #325067 with more intelligent selection
4720         of current link in sidebar. Make sidebar handle links
4721         of FITR-like type more correctly.
4722
4723         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4724         (dvi_pixbuf_put_pixel):
4725         
4726         Fix memory consumtion with disabled alpha channel.
4727
4728 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4729
4730         * data/evince-ui.xml:
4731         * shell/ev-window.c: (view_menu_popup_cb),
4732         (ev_popup_cmd_open_link), (ev_window_init):
4733         
4734         Update context menu for internal links. Fix for the bug
4735         #325066.
4736
4737 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4738
4739         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4740         
4741         Bind context menu to keyboard also. Fix for the bug
4742         #325065.
4743
4744 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * shell/ev-view.c: (selection_scroll_timeout_cb):
4747         
4748         Horizontal scroll on selection also.
4749
4750 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * shell/ev-metadata-manager.c: (parse_value):
4753         * shell/ev-view.c: (goto_xyz_link):
4754         
4755         Correct zoom setup and metadata save broken in 
4756         some locales.
4757
4758 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4759
4760         * shell/ev-view-private.h:
4761         * shell/ev-view.c: (scroll_to_current_page),
4762         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4763         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4764         (page_changed_cb), (ev_view_set_continuous),
4765         (ev_view_set_dual_page), (ev_view_set_presentation):
4766         
4767         Delay scroll until allocation to correctly position page. Fix
4768         for the bug #317334.
4769
4770 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * NEWS:
4773         * configure.ac:
4774         
4775         Update NEWS and require poppler 0.5.0.
4776
4777 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4778         
4779         * data/evince-ui.xml:
4780         * shell/ev-view-private.h:
4781         * shell/ev-view.c: (ev_view_get_link_at_location),
4782         (handle_link_over_xy), (ev_view_button_press_event),
4783         (ev_view_button_release_event), (ev_view_class_init):
4784         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4785         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4786         (ev_window_init):
4787         
4788         Implement right-click context menu.
4789
4790 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4793         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4794         (mdvi_pixbuf_device_render):
4795         * pdf/ev-poppler.cc:
4796
4797         Don't generate thumbnails with alpha. See bug #324077.
4798         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4799
4800 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * shell/ev-window.c: (setup_chrome_from_metadata):
4803         
4804         Fix typo that was hiding toolbar.
4805
4806 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-view-private.h:
4809         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4810         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4811         (ev_view_button_release_event), (ev_view_destroy):
4812         
4813         Small cleanup and autoscrolling during selection. Thanks to 
4814         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4815
4816 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4817
4818         * configure.ac:
4819         
4820         Correctly check for comics option.
4821
4822 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4823         * Makefile.am:
4824         * configure.ac:
4825         * backend/Makefile.am:
4826         * backend/ev-document-factory.c:
4827         * shell/ev-document-types.c:
4828
4829         Included option in configure to make ps backend 
4830         compilation optional with --disable-ps.
4831
4832 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * backend/ev-document-factory.c:
4835         * comics/Makefile.am:
4836         * comics/comics-document.c: (comics_document_load):
4837         * comics/ev-cbr-mime.xml:
4838         * configure.ac:
4839         
4840         Comics mime types are added to shared-mime-info CVS. Now
4841         we don't need to install our own mime types.
4842
4843 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * shell/ev-window.c:
4846         
4847         Add shortcut for "save a copy" menu entry. Fix for
4848         the bug #324582.
4849
4850 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4853         (job_finished_cb), (new_selection_pixbuf_needed),
4854         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4855         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4856         
4857         Rework selection job info logic and fix critical warning.
4858
4859 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4860
4861         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4862
4863 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4864
4865         * data/evince-ui.xml:
4866         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4867         
4868         Enter as shortcut key for next page. Fix for the bug
4869         #321394.
4870
4871 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4872
4873         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4874
4875 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4878         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4879         (new_selection_pixbuf_needed),
4880         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4881         (clear_job_selection):
4882         
4883         Too early for 0.5. Pixbuf cache code cleaned a bit.
4884
4885 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4886
4887         * NEWS:
4888         * configure.ac:
4889         
4890         Release 0.5.0 preparation
4891
4892 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4893
4894         * comics/Makefile.am:
4895         * configure.ac:
4896         * shell/ev-document-types.c: (ev_document_types_add_filters):
4897         
4898         More advanced handling of custom mime type installation.
4899
4900 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4901
4902         * data/evince.schemas.in:
4903         * shell/ev-metadata-manager.c: (value_free),
4904         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4905         (ev_metadata_manager_get), (ev_metadata_manager_set):
4906         * shell/ev-metadata-manager.h:
4907         * shell/ev-window.c: (update_chrome_flag),
4908         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4909         (setup_document_from_metadata), (setup_chrome_from_metadata),
4910         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4911         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4912         (ev_window_view_toolbar_cb),
4913         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4914         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4915         
4916         Save last document settings and reuse them for new documents.
4917
4918 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * Makefile.am:
4921         * backend/Makefile.am:
4922         * backend/ev-document-factory.c:
4923         * backend/ev-document-factory.h:
4924         * comics/Makefile.am:
4925         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4926         (comics_document_load), (comics_document_save),
4927         (comics_document_get_n_pages), (comics_document_get_page_size),
4928         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4929         (comics_document_class_init), (comics_document_can_get_text),
4930         (comics_document_get_info), (comics_document_document_iface_init),
4931         (comics_document_init), (get_supported_image_extensions),
4932         (comics_document_thumbnails_get_geometry),
4933         (comics_document_thumbnails_get_thumbnail),
4934         (comics_document_thumbnails_get_dimensions),
4935         (comics_document_document_thumbnails_iface_init), (extract_argv):
4936         * comics/comics-document.h:
4937         * comics/ev-cbr-mime.xml:
4938         * configure.ac:
4939         * po/POTFILES.in:
4940         * shell/ev-application.c: (ev_application_register_service):
4941         * shell/ev-document-types.c: (ev_document_types_add_filters):
4942         * thumbnailer/Makefile.am:
4943         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4944         
4945         New CBR/CBZ backend for comic books.
4946
4947 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/main.c: (load_files_remote):
4950
4951         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4952         warning on startup of second instance is fixed. It
4953         is bug #320353.
4954
4955 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-window.c: (ev_window_finalize):
4958         
4959         Fix double free that cause crash.
4960
4961 2005-10-29  Bastien Nocera <hadess@hadess.net>
4962
4963         * tiff/tiff-document.c: (tiff_document_load):
4964         
4965         Fix memory leak.
4966
4967 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * po/POTFILES.in:
4970         * shell/Makefile.am:
4971         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4972         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4973         (ev_view_accessible_get_text),
4974         (ev_view_accessible_get_character_at_offset),
4975         (ev_view_accessible_get_text_before_offset),
4976         (ev_view_accessible_get_text_at_offset),
4977         (ev_view_accessible_get_text_after_offset),
4978         (ev_view_accessible_get_character_count),
4979         (ev_view_accessible_get_caret_offset),
4980         (ev_view_accessible_set_caret_offset),
4981         (ev_view_accessible_get_run_attributes),
4982         (ev_view_accessible_get_default_attributes),
4983         (ev_view_accessible_get_character_extents),
4984         (ev_view_accessible_get_offset_at_point),
4985         (ev_view_accessible_get_n_selections),
4986         (ev_view_accessible_get_selection),
4987         (ev_view_accessible_add_selection),
4988         (ev_view_accessible_remove_selection),
4989         (ev_view_accessible_set_selection),
4990         (ev_view_accessible_text_iface_init),
4991         (ev_view_accessible_idle_do_action),
4992         (ev_view_accessible_action_do_action),
4993         (ev_view_accessible_action_get_n_actions),
4994         (ev_view_accessible_action_get_description),
4995         (ev_view_accessible_action_get_name),
4996         (ev_view_accessible_action_set_description),
4997         (ev_view_accessible_action_iface_init),
4998         (ev_view_accessible_get_type), (ev_view_accessible_new),
4999         (ev_view_accessible_factory_get_accessible_type),
5000         (ev_view_accessible_factory_create_accessible),
5001         (ev_view_accessible_factory_class_init),
5002         (ev_view_accessible_factory_get_type):
5003         * shell/ev-view-accessible.h:
5004         * shell/ev-view-private.h:
5005         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5006         * shell/ev-view.h:
5007         
5008         Initial accessibility support.
5009
5010 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5011
5012         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5013
5014 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5015
5016         * shell/ev-print-job.c: (idle_print_handler):
5017         
5018         Fix for bug Bug 318916: Printing multiple pages.
5019
5020 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5021
5022         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5023
5024 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * pdf/ev-poppler.cc:
5027         
5028         Thumnail dimensions unified with other backends.
5029         
5030         * shell/ev-window-title.c: (ev_window_title_update):
5031         
5032         Fix warning.
5033
5034 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * data/ev-stock-zoom-fit-width.png:
5037         
5038         Remove unused file.
5039
5040 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * configure.ac:
5043         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5044         (djvu_document_finalize):
5045         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5046         (dvi_document_finalize):
5047         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5048         (pixbuf_document_save), (pixbuf_document_finalize):
5049         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5050         (tiff_document_finalize):
5051         
5052         Save a copy implemented for various backends.
5053
5054 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5055
5056         * configure.ac:
5057         
5058         Don't link with ltiff if tiff is disabled.
5059
5060 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * pdf/GDKSplashOutputDev.cc:
5063         * pdf/GDKSplashOutputDev.h:
5064         * pdf/Thumb.cc:
5065         * pdf/Thumb.h:
5066         * pdf/pdf-document.cc:
5067         * pdf/pdf-document.h:
5068         * pdf/test-gdk-output-dev.cc:
5069         
5070         Remove old unused files.
5071
5072 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * shell/ev-window.c: (ev_window_setup_document):
5075         
5076         Fixed warnings on reload and probably crash reason.
5077
5078 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * properties/ev-properties-view.c:
5081         (ev_properties_view_format_date):
5082         
5083         Check if date is invalid. Fix for bug 318134.
5084
5085 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5086
5087         * shell/ev-window-title.c:
5088         
5089         Add .indd files (Adobe Indesign) to the list of "bad
5090         extensions".
5091
5092 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * data/evince-ui.xml:
5095         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5096         
5097         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5098
5099 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5100
5101         * shell/ev-window.c: (launch_link), (launch_external_uri),
5102         (view_external_link_cb):
5103
5104         URL-escape link before passing it to gnome_vfs_url_show.
5105
5106 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5109         there isn't text selected.
5110
5111 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5112
5113         * shell/ev-view.c: (handle_link_over_xy):
5114
5115         Check tooltip is valid utf8 before showing it
5116
5117 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5118
5119         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5120
5121 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5122
5123         * shell/ev-window-title.c: (ev_window_title_update):
5124
5125         Guard against using g_strstrip on NULL. Fixes bug #317291.
5126
5127 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * pdf/ev-poppler.cc:
5130
5131         Show title even for unknown links
5132
5133 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5134
5135         * shell/ev-window-title.c: (ev_window_title_update):
5136
5137         Strip the title string
5138
5139 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5140
5141         * shell/ev-window-title.c:
5142
5143         Add .rtf to the bad extensions list
5144
5145 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5146
5147         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5148         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5149
5150         Ignore link coordinates if they are outside page bounds
5151
5152 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5153
5154         * backend/ev-link.c: (ev_link_type_get_type),
5155         (ev_link_get_filename), (ev_link_get_params),
5156         (ev_link_get_property), (ev_link_set_property),
5157         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5158         * backend/ev-link.h:
5159         * pdf/ev-poppler.cc:
5160         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5161         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5162         (ev_window_init):
5163
5164         Implement launch links. Delegate external link opening to
5165         the window.
5166
5167 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5168
5169         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5170         (ev_link_get_right), (ev_link_get_property),
5171         (ev_link_set_property), (ev_link_class_init),
5172         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5173         * backend/ev-link.h:
5174         * pdf/ev-poppler.cc:
5175         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5176
5177         Implement fitr links
5178
5179 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5180
5181         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5182         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5183         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5184         (ev_view_size_request_continuous),
5185         (ev_view_size_request_dual_page),
5186         (ev_view_size_request_single_page), (ev_view_size_allocate),
5187         (ev_view_zoom_for_size_continuous_and_dual_page),
5188         (ev_view_zoom_for_size_continuous),
5189         (ev_view_zoom_for_size_dual_page),
5190         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5191         (ev_sizing_mode_get_type):
5192         * shell/ev-view.h:
5193         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5194
5195         Do not use modes for link, we need to calculate size ad hoc.
5196         Still not perfect because of the usual scrollbar issues grrr.
5197
5198 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5199
5200         * backend/ev-link.c: (ev_link_type_get_type),
5201         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5202         * backend/ev-link.h:
5203         * pdf/ev-poppler.cc:
5204         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5205         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5206         (ev_view_size_request_continuous),
5207         (ev_view_size_request_dual_page),
5208         (ev_view_size_request_single_page), (ev_view_size_allocate),
5209         (zoom_for_size_fit_height),
5210         (ev_view_zoom_for_size_continuous_and_dual_page),
5211         (ev_view_zoom_for_size_continuous),
5212         (ev_view_zoom_for_size_dual_page),
5213         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5214         (ev_sizing_mode_get_type):
5215         * shell/ev-view.h:
5216         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5217
5218         Implement FIT_HEIGHT mode (only for links).
5219         Implement FITH links
5220
5221 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5222
5223         * shell/ev-window-title.c: (get_filename_from_uri),
5224         (ev_window_title_sanitize_extension), (ev_window_title_update),
5225         (ev_window_title_set_document), (ev_window_title_set_uri),
5226         (ev_window_title_free):
5227         * shell/ev-window-title.h:
5228         * shell/ev-window.c: (ev_window_setup_document),
5229         (ev_window_popup_password_dialog):
5230
5231         Refactor window title building while fixing it for
5232         password documents.
5233
5234 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5235
5236         * pdf/ev-poppler.cc:
5237
5238         Escape link title before setting it in the model
5239
5240 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5241
5242         * shell/ev-application.c: (removed_from_session), (save_session),
5243         (init_session), (ev_application_get_empty_window),
5244         (ev_application_init), (ev_application_get_windows):
5245         * shell/ev-application.h:
5246         * shell/ev-window.c: (ev_window_finalize):
5247
5248         Add a function to retrieve window list and share it where
5249         necessary.
5250         Implement session handling, works pretty well thanks to the
5251         metadata system.
5252
5253 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * shell/ev-password.c: (ev_password_item_created_callback),
5256         (ev_password_dialog_save_password):
5257         
5258         Fix for bug 316972. Use async gnome-keyring API.
5259
5260 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5261
5262         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5263         Remove unused unrealize handler. Add scroll handling to
5264         ev_view_scroll_event for presentation mode (bug #316708),
5265         and fix the event state checks there.
5266
5267 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5268
5269         * shell/ev-page-action.c: (page_changed_cb):
5270
5271         "marco, maybe we should be crazy and jump right to 6! :)"
5272
5273         Bryan Clark, Sep 2005
5274
5275 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5276
5277         * ps/ps-document.c: (save_document), (ps_document_save),
5278         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5279         (ps_document_ps_export_end):
5280
5281         Fix unstructured documents save and print
5282
5283 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5284
5285         * shell/ev-application.c: (ev_application_open_uri):
5286
5287         Fix window size persistance
5288
5289 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5290
5291         * shell/ev-view.c: (ev_view_button_release_event):
5292
5293         Based on a patch from carlosgc@gnome.org. Mouse buttons
5294         switch pages in presentation mode.
5295
5296 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5297
5298         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5299
5300         Dont cast to int before scaling
5301
5302 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5303
5304         * backend/ev-link.c: (ev_link_type_get_type),
5305         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5306         (ev_link_new_page_fith):
5307         * backend/ev-link.h:
5308         * pdf/ev-poppler.cc:
5309         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5310
5311         Implement FIT and FITH links
5312
5313 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5314
5315         * pdf/ev-poppler.cc:
5316
5317         Return 0 results when search is not in progress.
5318
5319         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5320         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5321
5322         Update menu sensitivity when cancelling search
5323
5324 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5325
5326         * shell/ev-view.c: (ev_view_can_find_next):
5327
5328         Take all pages in consideration, not just current one
5329
5330 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * shell/ev-page-cache.c:
5333         * shell/ev-page-cache.h:
5334         * shell/ev-view.c: (ev_view_binding_activated),
5335         (ev_view_next_page), (ev_view_previous_page),
5336         (ev_sizing_mode_get_type):
5337         * shell/ev-view.h:
5338         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5339         (ev_window_cmd_go_next_page):
5340
5341         Move page next/previous functions from page chace to
5342         view and change it to move by 2 page steps in dual mode.
5343
5344 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5345
5346         * shell/ev-window.c: (update_sidebar_visibility),
5347         (setup_sidebar_from_metadata), (ev_window_setup_document),
5348         (setup_view_from_metadata):
5349
5350         Show the index by default when there is one     
5351
5352 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5353
5354         * shell/ev-window-title.c: (ev_window_title_set_document):
5355
5356         Missing null check
5357
5358 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * shell/ev-view.c: (view_update_range_and_current_page):
5361         
5362         Allow display of last odd page in dual view. Fix for 316347.
5363
5364 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5365
5366         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5367         
5368         Make close button default. Fix for 316383.
5369
5370 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5373         
5374         Mark close button as default. Fix for 316381.
5375
5376 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * backend/ev-link.c: (ev_link_class_init):
5379
5380         Allow negative doubles in left/top properties
5381
5382 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5383
5384         * shell/ev-window.c:
5385
5386         Remove a bunch of strings that was used only
5387         by the statusbar.
5388
5389 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5390
5391         * shell/ev-window-title.c: (get_filename_from_uri),
5392         (ev_window_title_set_document):
5393
5394         When title has a confusing extension, show also
5395         the document filename inside ()
5396
5397 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5398
5399         * shell/Makefile.am:
5400         * shell/ev-window-title.c: (ev_window_title_new),
5401         (ev_window_title_update), (ev_window_title_set_type),
5402         (ev_window_title_set_document), (ev_window_title_free):
5403         * shell/ev-window-title.h:
5404         * shell/ev-window.c: (ev_window_setup_document),
5405         (password_dialog_response), (ev_window_popup_password_dialog),
5406         (ev_window_dispose), (ev_window_init):
5407
5408         Factor out and cleanup window title code
5409
5410 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5411
5412         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5413         (unable_to_load):
5414
5415         Make dialog transient so it doesnt block other windows
5416
5417 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5418
5419         * pdf/ev-poppler.cc:
5420         
5421         Fix pdf thumbnails rendering.
5422
5423 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5424
5425         * shell/ev-window.c: (fullscreen_set_timeout):
5426         
5427         Increase timeout to hide full screen popup. Bug 
5428         316123. 
5429
5430 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * data/evince.schemas.in:
5433         * shell/ev-window.c: (update_action_sensitivity):
5434
5435         Allow the user to override document restrictions. Fix for bug
5436         305818.
5437
5438 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5439
5440         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5441         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5442         (ev_window_class_init): Fix multihead behaviour of fullscreen
5443         toolbar popup. Fixes bug #315451.
5444
5445 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5446
5447         * configure.ac:
5448         * data/evince-password.glade:
5449         * shell/ev-password.c: (ev_password_dialog_set_property),
5450         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5451         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5452         (ev_password_dialog_entry_changed_cb),
5453         (ev_password_dialog_entry_activated_cb),
5454         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5455         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5456         (ev_password_dialog_set_bad_pass):
5457         * shell/ev-password.h:
5458         * shell/ev-window.c: (password_dialog_response),
5459         (ev_window_popup_password_dialog):
5460         
5461         Support for gnome-keyring for encrypted PDF's.
5462
5463 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5466         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5467         (ev_view_enter_notify_event), (ev_view_class_init):
5468         
5469         More precise handling of enter_notify/leave_notify events
5470         in EvView. Fix for bug 315470.
5471
5472 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5473
5474         * shell/ev-window.c: (fullscreen_timeout_cb),
5475         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5476         (ev_window_dispose):
5477
5478         leak fix: unref fullscreen_timeout_source before clearing it
5479
5480 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * configure.ac, dvi/mdvi/Makefile.am: 
5483         
5484         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5485
5486 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5487
5488         * backend/ev-link.c: (ev_link_new_page_xyz):
5489         * pdf/ev-poppler.cc:
5490         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5491
5492         Fix some bugs with xyz links, respect zoom
5493
5494 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5495
5496         * shell/ev-window.c: (page_changed_cb),
5497         (setup_document_from_metadata), (update_sidebar_visibility),
5498         (setup_view_from_metadata), (ev_window_run_fullscreen),
5499         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5500         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5501         (ev_window_dual_mode_changed_cb),
5502         (ev_window_sidebar_current_page_changed_cb):
5503
5504         null check uri before setting and getting metadata
5505
5506 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5507
5508         * dvi/Makefile.am:
5509         * properties/Makefile.am:
5510         * shell/Makefile.am:
5511         * thumbnailer/Makefile.am:
5512
5513         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5514
5515 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5516
5517         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5518         (selection_changed_callback):
5519         * shell/ev-sidebar-links.h:
5520
5521         Add a signal for link activation.
5522
5523         * shell/ev-view.c: (ev_view_goto_link),
5524         (ev_view_button_release_event):
5525         * shell/ev-view.h:
5526         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5527         (ev_window_init):
5528
5529         Implement the signal so that we can handle all link types.
5530
5531         * shell/ev-page-cache.c:
5532
5533         Remove unused set_link function
5534
5535 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5536
5537         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5538
5539         Add some space from the cursor, hardcoded but I couldnt
5540         find a better way.
5541
5542 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5543
5544         * lib/ev-tooltip.c:
5545
5546         Use mozilla style vs gtk style, way better for links.
5547
5548         * shell/ev-view.c: (ev_view_motion_notify_event),
5549         (ev_view_destroy), (ev_view_init):
5550
5551         Deactive tooltip when the link hovered is changed.
5552
5553 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5554
5555         * backend/ev-document.h:
5556         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5557         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5558         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5559         (ev_link_new_page), (ev_link_new_page_xyz):
5560         * backend/ev-link.h:
5561         * pdf/ev-poppler.cc:
5562         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5563         (go_to_link), (tip_from_link):
5564
5565         Implement xyz links, still not functional. Links are a total
5566         mess, will need to refactor and bugfix a lot :(
5567
5568 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5569
5570         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5571
5572 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5573
5574         * data/evince-ui.xml:
5575         * data/evince.schemas.in:
5576         * shell/Makefile.am:
5577         * shell/ev-window.c: (update_chrome_visibility),
5578         (password_dialog_response), (ev_window_load_job_cb),
5579         (ev_window_xfer_job_cb), (ev_window_open_uri),
5580         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5581         (ev_window_init):
5582
5583         Remove the statusbar. This regress loading feedback, need to
5584         check with Bryan what we want to do there...
5585
5586 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5587
5588         * lib/ev-tooltip.c: (ev_tooltip_init):
5589
5590         Fix tooltip border and size handling
5591
5592 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5595         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5596         (ev_tooltip_timeout), (ev_tooltip_activate),
5597         (ev_tooltip_deactivate):
5598         * lib/ev-tooltip.h:
5599         * shell/ev-view.c: (ev_view_motion_notify_event):
5600
5601         Delay popup showing. Mirror gtk logic/times.
5602
5603 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5604
5605         * lib/Makefile.am:
5606         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5607         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5608         (ev_tooltip_set_text), (ev_tooltip_set_position):
5609         * lib/ev-tooltip.h:
5610
5611         Simple widget to show tooltips at a custom position
5612
5613         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5614         (ev_view_destroy):
5615
5616         Use it for links. First go, needs work
5617
5618 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5619
5620         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5621         HIG fixes.  Use title capitalization for window title. Use 12 
5622         pixels of space between the dialog's vbox and action area.
5623
5624 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * shell/ev-window.c: (file_open_dialog_response_cb),
5627         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5628         (ev_window_cmd_save_as):
5629
5630         Make file pickers not modal and refactor code some
5631
5632 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * shell/ev-sidebar.h:
5635         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5636         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5637         (ev_sidebar_class_init), (ev_sidebar_select_page),
5638         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5639         (ev_sidebar_set_page):
5640
5641         Add a current page property and allow to get/set it
5642
5643         * shell/ev-window.c: (setup_view_from_metadata),
5644         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5645
5646         Persist current sidebar page per document
5647
5648 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5649
5650         * data/evince.schemas.in:
5651         * shell/ev-window.c: (update_chrome_visibility),
5652         (setup_document_from_metadata), (update_sidebar_visibility),
5653         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5654         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5655         (ev_window_run_presentation), (ev_window_stop_presentation),
5656         (ev_window_view_sidebar_cb),
5657         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5658         (load_chrome), (ev_window_init):
5659
5660         Persist size/visibility of sidebar per document
5661
5662 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5663
5664         * shell/ev-view.c (draw_loading_text): Draw loading text.
5665
5666 2005-09-02  Dan Damian  <dand@gnome.ro>
5667
5668         * configure.in: Added "ro" to ALL_LINGUAS.
5669
5670 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5671
5672         * shell/ev-view.c: (clear_caches):
5673
5674         ev_page_cache_get doesnt return a reference,
5675         dont try to unref it.
5676
5677 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5678
5679         * shell/main.c: (load_files_remote):
5680
5681         Fix timestamp parameter with dbus <= 0.33
5682
5683 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5684
5685         * data/evince.schemas.in:
5686
5687         Add missing full stop
5688
5689 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5690
5691         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5692         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5693
5694         Plug some memory leaks
5695
5696 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5697
5698         * configure.ac:
5699         * lib/ev-debug.c: (trap_handler):
5700
5701         Check for execinfo.h and use it only if it exists.
5702         Ported from Epiphany (bug #314776).
5703
5704 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5705
5706         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5707
5708 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5709
5710         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5711         * po/id.po      : Added Indonesian translation
5712
5713 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5714
5715         * shell/main.c:
5716         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5717         * NEWS: Release 0.4.0
5718
5719 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5720
5721         * configure.ac: catch another gtk+-2.8ism
5722         * shell/main.c: Make work with gtk+-2.6
5723
5724 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5725
5726         * shell/ev-application-service.xml: Add 'timestamp' argument to
5727           ev_application_open_window and ev_application_open_uri methods.
5728
5729         * shell/ev-application.h: Add 'timestamp' argument to
5730           ev_application_open_window, ev_application_open_uri,
5731           and ev_application_open_uri_list functions.
5732
5733         * shell/ev-application.c (ev_application_open_window,
5734           ev_application_open_uri, ev_application_open_uri_list): Change
5735           functions that show/present windows to use a timestamp if one
5736           is passed in.
5737
5738         * shell/ev-window.c (ev_window_cmd_file_open,
5739           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5740         * shell/main.c (load_files): Modify calls to ev_application to
5741           include GDK_CURRENT_TIME as timestamp.
5742
5743         * shell/main.c (load_files_remote): Obtain timestamp for client
5744           instance from GDK and pass to server instance so new windows are
5745           focused properly.  Fix dbus_g_proxy_call() calls by including second
5746           G_TYPE_INVALID.
5747           
5748         Closes bug #314475.
5749
5750 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5751
5752         * shell/ev-window.c (ev_window_finalize): Check for
5753         avail. EvWindows when quiting to handle the finalize better,
5754         #314497
5755
5756 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757         
5758         * properties/ev-properties-view.c: 
5759         
5760         Set textdomain to libglade. Fixes translation problem in property page.
5761
5762 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5763
5764         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5765         * dvi/Makefile.am:
5766         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5767         * dvi/mdvi-lib/Makefile.am:
5768         
5769         Fix rotation of thumbnails, ported to new API. Moved library
5770         dependencies earlier, probably it will fix linkage problem.
5771
5772 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5773
5774         * backend/ev-document-misc.c:
5775         (ev_document_misc_get_thumbnail_frame):
5776         * backend/ev-document-misc.h:
5777         * configure.ac:
5778         * pdf/ev-poppler.cc:
5779         * shell/Makefile.am:
5780         * shell/ev-sidebar-thumbnails.c: (add_range),
5781         (ev_sidebar_thumbnails_set_loading_icon),
5782         (ev_sidebar_thumbnails_refresh),
5783         (ev_sidebar_thumbnails_set_document):
5784         * shell/ev-sidebar-thumbnails.h:
5785         * shell/ev-view.c: (ev_view_motion_notify_event),
5786         (ev_view_set_property), (ev_view_get_property),
5787         (ev_view_class_init), (ev_view_set_rotation):
5788         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5789         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5790         (ev_window_init):
5791         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5792         Redo rotation (again).  prepare for 0.4.0
5793
5794 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5795
5796         * configure.ac: Bump poppler requirement to 0.4.1.
5797
5798         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5799         argument to poppler_page_render_selection() call.
5800
5801 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5804         (djvu_document_thumbnails_get_thumbnail):
5805         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5806         (dvi_document_thumbnails_get_thumbnail):
5807         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5808         (pixbuf_document_thumbnails_get_thumbnail):
5809         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5810         
5811         Update rotation direction of backends to fit with pdf and ps.
5812
5813 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5814
5815         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5816         * backend/ev-async-renderer.h:
5817         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5818         (setup_page), (ps_document_get_page_size),
5819         (ps_async_renderer_render_pixbuf):
5820         * ps/ps-document.h:
5821         * shell/ev-jobs.c: (ev_job_render_run):
5822
5823         Fix orientation in the postscript document
5824
5825 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5826
5827         * pdf/ev-poppler.cc:
5828         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5829         * shell/ev-view.c: (highlight_find_results):
5830
5831         Adapt to the new poppler rotation API. Fix text maps on landscape
5832         documents.
5833
5834 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5835
5836         * shell/ev-view.c (compute_new_selection_text): get the correct
5837         region when selecting in modes other than continuous.
5838
5839 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5840
5841         * shell/main.c (main): remove redundant g_warnings.
5842
5843 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * shell/Makefile.am: Don't include autogenerated
5846         file ev-application-service.h into distribution, since
5847         it causes dbus crash. Fix for bugs 313724 and 313443. 
5848
5849 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * configure.ac: Fix sed expression for FreeBSD. Thanks
5852         to Joe Marcus Clark <marcus@freebsd.org>
5853         
5854         * shell/eggfindbar.c: (entry_activate_callback),
5855         (entry_changed_callback), (egg_find_bar_init),
5856         (egg_find_bar_set_search_string):
5857         
5858         Made findbar buttons unsensitive if there is no text in
5859         entry. Fix for the bug 313285.
5860
5861 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5862
5863         * ps/ps-document.c: Use g_filename_display_name for displaying
5864         filenames and revert string freeze breackage
5865
5866 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5867
5868         * NEWS:
5869         * configure.ac:
5870
5871         Update for 0.3.4
5872
5873         * shell/Makefile.am:
5874
5875         Add ev-application-service.xml to extra dist
5876
5877         * shell/ev-view.c: (find_page_at_location):
5878
5879         Remove unused function (fix warning)
5880
5881 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5884         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5885         
5886         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5887         bug 313623.
5888
5889 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5890
5891         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5892         * shell/ev-window.c:
5893         Fix build warnings
5894
5895 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5896
5897         * configure.ac: Update script to get dbus version.
5898         Fix for the bug #313443.
5899
5900 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5901
5902         * shell/ev-window.c: (ev_window_cmd_escape):
5903         
5904         Return focus back to view on escape. Fix for bug 313295.
5905
5906 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5907
5908         * shell/ev-window.c: (update_window_title),
5909         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5910         (ev_window_cmd_save_as):
5911         
5912         Correct conversion from uri to displayable string. Fix for
5913         bug 313296.
5914
5915 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5916
5917         * ps/ps-document.c: convert filename to utf8 when there is an error
5918         loading document. Fixes #309915
5919
5920 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5921
5922         * configure.ac:
5923
5924         We depend on poppler 0.4.0
5925
5926 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5927
5928         * configure.ac:
5929         * NEWS: Release 0.3.3.
5930         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5931
5932 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5933
5934         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5935         add a couple missing mnemonics to menu items, use title 
5936         capitalization for menu items and window titles, and add 
5937         ellipsis to open menu item.     
5938
5939 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5940
5941         * pdf/ev-poppler.cc:
5942         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5943         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5944         (ev_view_get_rotation):
5945         * shell/ev-view.h:
5946         * shell/ev-window.c: (setup_view_from_metadata),
5947         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5948         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5949         disk.
5950
5951 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5952
5953         * configure.ac: Added tr to ALL_LINGUAS
5954
5955 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5956
5957         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5958         requires several clicks to find word. Thanks to 
5959         Colin Slater <kiltedtaco@gmail.com>.
5960
5961 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5962
5963         * data/evince.desktop.in.in: Hide menu entry and
5964         rename it to "Document Viewer". Fix for bug 
5965         #312399.
5966
5967 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5968
5969         * shell/ev-page-action.c (ev_page_action_class_init): 
5970
5971         Point to the correct function in constructor of the
5972         activate_label signal
5973
5974 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5975
5976         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5977         * shell/ev-jobs.h: Make thread safe.
5978
5979 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * shell/ev-view.c: (view_update_range_and_current_page):
5982         Don't update page range if we are scrolling to some document
5983         point.
5984
5985 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5986
5987         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5988         when getting max_page_width, fix drawing in dual mode.
5989
5990 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5991
5992         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5993         getting the area for select_all.
5994
5995 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5996
5997         * backend/ev-selection.c: (ev_selection_render_selection):
5998         * backend/ev-selection.h:
5999         * pdf/ev-poppler.cc:
6000         * shell/ev-jobs.c: (ev_job_render_new):
6001         * shell/ev-jobs.h:
6002         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6003         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6004         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6005         (ev_view_class_init):
6006
6007         Change selection color on focus in and focus out events.  Also,
6008         poppler now uses GdkColor for specifying the selection colors, so
6009         drop some awkward conversion code.
6010
6011 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6012
6013         * configure.ac: Added Hebrew translation
6014
6015 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6016
6017         * NOTES:
6018         * backend/ev-selection.c: (ev_selection_render_selection):
6019         * backend/ev-selection.h:
6020         * pdf/ev-poppler.cc:
6021         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6022         (ev_job_render_run):
6023         * shell/ev-jobs.h:
6024         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6025         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6026         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6027         (ev_pixbuf_cache_style_changed),
6028         (ev_pixbuf_cache_get_selection_pixbuf),
6029         (ev_pixbuf_cache_set_selection_list),
6030         (ev_pixbuf_cache_get_selection_list):
6031         * shell/ev-pixbuf-cache.h:
6032         * shell/ev-utils.c: (ev_print_region_contents):
6033         * shell/ev-utils.h:
6034         * shell/ev-view.c: (ev_view_queue_draw_page),
6035         (selection_update_idle_cb), (ev_view_motion_notify_event),
6036         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6037         (setup_caches), (ev_view_find_next), (merge_selection_region),
6038         (selection_free):
6039         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6040
6041         Clean up selection to be much smoother!
6042
6043 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6044
6045         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6046         to poppler_page_render_selection().
6047
6048 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * ps/ps-document.c: (save_page_list): Use
6051         unzipped document when printing. Thanks to 
6052         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6053         311016.
6054
6055 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * shell/ev-window.c: (update_action_sensitivity):
6058         
6059         Disable print and save respect to lockdown gconf keys. Fix
6060         for 312342.
6061
6062 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * configure.ac:
6065         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6066         (write_to_temp_file), (ev_file_set_contents):
6067         * shell/ev-utils.h:
6068         * shell/ev-window.c: (save_print_config_to_file):
6069         
6070         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6071         Fix for bug 312238
6072
6073 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6074
6075         * shell/ev-window.c: (load_print_config_from_file),
6076         (save_print_config_to_file), (ev_window_print_range):
6077
6078         Persist the print settings. Fixes bug #311578.
6079
6080 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * djvu/djvu-document.c: (djvu_document_get_page_size),
6083         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6084         (djvu_document_thumbnails_get_thumbnail):
6085         * dvi/dvi-document.c: (dvi_document_get_page_size),
6086         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6087         (dvi_document_thumbnails_get_dimensions),
6088         (dvi_document_thumbnails_get_thumbnail):
6089         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6090         (pixbuf_document_render_pixbuf),
6091         (pixbuf_document_document_iface_init),
6092         (pixbuf_document_thumbnails_get_thumbnail):
6093         
6094         Update backends to make them build with new rotation system.
6095
6096 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * help/C/figures/evince_start_window.png:
6099         
6100         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6101
6102 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6103
6104         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6105         * shell/ev-pixbuf-cache.h:
6106         * shell/ev-sidebar-thumbnails.c:
6107         (ev_sidebar_thumbnails_get_property), (add_range),
6108         (adjustment_changed_cb):
6109         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6110         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6111         we were thumbnailing the entire docment on startup, slowing us
6112         down hugely. 
6113
6114 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6115
6116         * shell/ev-page-cache.c: (ev_page_cache_new):
6117         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6118         == 0, fixes #310306.
6119
6120 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6121
6122         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6123         (ev_view_rotate_left):
6124
6125         Account rotation in doc_rect_to_view_rect.
6126         Ensure rotation doesnt go out of bounds.
6127
6128 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6129
6130         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6131
6132         Correct and cleanup w/h swapping
6133
6134 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6135
6136         * backend/ev-document-thumbnails.c:
6137         (ev_document_thumbnails_get_thumbnail):
6138         * backend/ev-document-thumbnails.h:
6139         * backend/ev-document.c:
6140         * backend/ev-document.h:
6141         * backend/ev-render-context.c: (ev_render_context_new),
6142         (ev_render_context_set_rotation):
6143         * backend/ev-render-context.h:
6144         * pdf/ev-poppler.cc:
6145         * ps/ps-document.c: (ps_document_document_iface_init):
6146         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6147         * shell/ev-jobs.h:
6148         * shell/ev-page-cache.c: (build_height_to_page),
6149         (ev_page_cache_new), (ev_page_cache_get_size),
6150         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6151         (ev_page_cache_get_height_to_page):
6152         * shell/ev-page-cache.h:
6153         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6154         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6155         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6156         (ev_pixbuf_cache_get_selection_pixbuf):
6157         * shell/ev-pixbuf-cache.h:
6158         * shell/ev-print-job.c: (idle_print_handler):
6159         * shell/ev-sidebar-thumbnails.c: (add_range):
6160         * shell/ev-view.c: (view_update_range_and_current_page),
6161         (get_page_y_offset), (get_page_extents),
6162         (ev_view_size_request_continuous_dual_page),
6163         (ev_view_size_request_continuous),
6164         (ev_view_size_request_dual_page),
6165         (ev_view_size_request_single_page), (draw_one_page),
6166         (ev_view_set_rotation), (ev_view_rotate_right),
6167         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6168         (ev_view_zoom_for_size_continuous_and_dual_page),
6169         (ev_view_zoom_for_size_continuous),
6170         (ev_view_zoom_for_size_dual_page),
6171         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6172         (ev_view_select_all):
6173         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6174         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6175         (tiff_document_document_iface_init),
6176         (tiff_document_thumbnails_get_thumbnail):
6177
6178         Use rotation rather than orientation. It's easier and enough
6179         for our needs.
6180
6181 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6182
6183         * shell/ev-page-cache.c: (build_height_to_page),
6184         (ev_page_cache_new), (ev_page_cache_get_size),
6185         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6186         (ev_page_cache_get_height_to_page):
6187         * shell/ev-page-cache.h:
6188         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6189         (ev_view_size_request_continuous_dual_page),
6190         (ev_view_size_request_continuous),
6191         (ev_view_zoom_for_size_continuous_and_dual_page),
6192         (ev_view_zoom_for_size_continuous):
6193
6194         Make the page cache aware of page orientation.
6195
6196 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6197
6198         * backend/ev-document-thumbnails.c:
6199         (ev_document_thumbnails_get_thumbnail):
6200         * backend/ev-document-thumbnails.h:
6201         * backend/ev-document.c:
6202         * backend/ev-document.h:
6203         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6204         * backend/ev-ps-exporter.h:
6205         * pdf/ev-poppler.cc:
6206         * ps/ps-document.c: (ps_document_document_iface_init),
6207         (ps_document_ps_export_do_page):
6208         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6209         * shell/ev-jobs.h:
6210         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6211         (ev_page_cache_get):
6212         * shell/ev-page-cache.h:
6213         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6214         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6215         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6216         * shell/ev-pixbuf-cache.h:
6217         * shell/ev-print-job.c: (idle_print_handler):
6218         * shell/ev-sidebar-thumbnails.c: (add_range):
6219         * shell/ev-view.c: (view_update_range_and_current_page),
6220         (get_page_extents), (ev_view_size_request_dual_page),
6221         (ev_view_size_request_single_page), (draw_one_page),
6222         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6223         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6224         (ev_view_zoom_for_size_dual_page),
6225         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6226         (ev_view_select_all):
6227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6228         * tiff/tiff-document.c: (tiff_document_get_page_size),
6229         (tiff_document_get_orientation), (rotate_pixbuf),
6230         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6231         (tiff_document_thumbnails_get_thumbnail),
6232         (tiff_document_ps_export_do_page), (tiff_document_init):
6233
6234         Really make use of the orientation bit of the render context.
6235         Use the render context in a few more places in the backend API.
6236         This regress orientation, but now it's done right. Will try to
6237         fix it up asap...
6238
6239 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6240
6241         * shell/ev-view.c: (ensure_rectangle_is_visible):
6242
6243         Patch by Nickolay V. Shmyrev to fix find flickering
6244
6245 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6246
6247         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6248         duplex parameters to ::begin.
6249
6250         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6251         * shell/ev-print-job.c (idle_print_handler): 
6252         * ps/ps-document.c (ps_document_ps_export_begin): 
6253         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6254         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6255         implementations. Poppler backend needs poppler cvs. Rest has
6256         unchanged behavior.
6257
6258 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6259
6260         * shell/ev-window.c (using_pdf_printer): new function.
6261         (ev_window_print_range): print a less techy message if someone
6262         tries to print to PDF.
6263
6264 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6265
6266         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6267         from "unknown font" string. Bug #311431
6268
6269 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6270
6271         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6272
6273 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6274
6275         Bug #311280
6276         
6277         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6278         name for PopplerFontTypes
6279         (pdf_document_fonts_fill_model): add font type to the detail column
6280
6281         * backend/ev-document-fonts.h: added
6282         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6283
6284         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6285         font name and font details, add a little markup.
6286         (ev_properties_fonts_init): use the new cell data func, specify ypad
6287         property for the cell renderer.
6288         (ev_properties_fonts_set_document): add the details column.
6289
6290 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6291
6292         * configure.ac: Added "pl" to ALL_LINGUAS.
6293
6294 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6295
6296         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6297
6298 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6299
6300         * help/ChangeLog: Started this for translations of manual.
6301         * configure.ac, autogen.sh, .cvsignore: Migrated to
6302         gnome-doc-utils. Patch in bug #311222.
6303
6304 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6305
6306         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6307         #ifdef this away to fix an unused-function warning.
6308
6309 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6310
6311         * configure.ac: Added 'gl' to ALL_LINGUAS.
6312
6313 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6314
6315         * configure.ac: Added ne in ALL_LINGUAS
6316         
6317 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-view.c: (ev_view_leave_notify_event):
6320         
6321         Clear status message when pointer leaves view. Fix for bug
6322         #310818 
6323
6324 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6325
6326         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6327
6328 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * shell/ev-view.c: (ev_view_leave_notify_event),
6331         (ev_view_class_init):
6332         
6333         Set cursor to normal then leaving view.
6334
6335 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * configure.ac:
6338         
6339         Fix required djvulibre version.
6340
6341 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6342
6343         *configure.ac: Hindi (hi) language added
6344
6345 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6346
6347         *configure.ac: Punjabi (pa) Language added
6348
6349 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6350
6351         * data/evince-ui.xml, shell/ev-window.c:
6352         
6353         Add keypad accelerators for zooming. Fix for bug 308128.
6354
6355 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6356
6357         * Makefile.am:
6358         * backend/Makefile.am:
6359         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6360         * configure.ac:
6361         * shell/ev-document-types.c: (ev_document_types_add_filters):
6362
6363         Allow to enable/disable the pixbuf backend.
6364         Default to off for now. If we want it enabled we should
6365         really put mime types in the desktop, implement properties etc.
6366
6367         * properties/evince-properties.c:
6368
6369         Initialize error to NULL.
6370         Check error is not NULL before freeing.
6371
6372 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6373
6374         * shell/ev-window.c:
6375
6376         Use F5 as presentation accell
6377
6378 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * shell/ev-window.c: (update_chrome_visibility),
6381         (ev_window_create_fullscreen_popup), (ev_window_init):
6382
6383         Do not leak the fullscreen toolbar
6384
6385 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * shell/ev-window.c: (view_actions_focus_in_cb),
6388         (view_actions_focus_out_cb):
6389
6390         These has a return value! Fix totally random focus
6391         issues we was seeing.
6392
6393 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6394
6395         * shell/main.c: (load_files_remote):
6396
6397         Allow open more than one file
6398
6399 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * shell/main.c: (load_files_remote):
6402
6403         Fix for dbus 0.33. bug #309975
6404
6405 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6406
6407         * properties/ev-properties-main.c: (ev_properties_get_pages):
6408
6409         Actually return NULL for types we dont support
6410
6411 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6412
6413         * po/POTFILES.in:
6414
6415         Remove empty lines.
6416
6417 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6418
6419         * backend/ev-document-factory.c:
6420         (ev_document_factory_get_document):
6421
6422         Do not try to create the object if type
6423         is invalid.
6424
6425 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6426
6427         * ps/ps-document.c: (ps_document_dispose),
6428         (ps_async_renderer_render_pixbuf):
6429         * ps/ps-document.h:
6430
6431         Do not leak the target window
6432
6433 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6434
6435         * shell/ev-application.c: (ev_application_init):
6436
6437         Let tbe check file existence for us.
6438         Add a comment about eggrecent mime filter.
6439
6440 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6441
6442         * data/evince-ui.xml:
6443         * shell/ev-application.c: (ev_application_shutdown),
6444         (ev_application_init), (ev_application_get_toolbars_model),
6445         (ev_application_get_recent_model),
6446         (ev_application_save_toolbars_model):
6447         * shell/ev-application.h:
6448         * shell/ev-window.c: (ev_window_add_recent),
6449         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6450         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6451         (ev_window_init):
6452
6453         Use common toolbar and recent models for all windows.
6454         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6457
6458         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6459         successfully check for gtk_icon_view_get_visible_range.
6460
6461 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * djvu/Makefile.am:
6464         * dvi/Makefile.am:
6465         
6466         Fix djvu and dvi backend build.
6467
6468 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6469
6470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6471         (new_separator_pixbuf):
6472
6473         Don't leak windows.
6474
6475 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6476
6477         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6478
6479         HIGification of toolbar editor dialogue.
6480
6481 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6482
6483         * configure.ac:
6484         * shell/Makefile.am:
6485
6486         Ever build metadata manager since it's just
6487         disabled at runtime now.
6488
6489 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6490
6491         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6492         (ev_metadata_manager_get), (ev_metadata_manager_set):
6493         * shell/ev-metadata-manager.h:
6494
6495         Add an _init functions that enabled metadata management
6496         at runtime.
6497
6498         * shell/ev-window.c: (page_changed_cb),
6499         (setup_document_from_metadata), (ev_window_setup_document),
6500         (setup_view_from_metadata), (ev_window_open_uri),
6501         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6502         (ev_window_run_presentation), (ev_window_stop_presentation),
6503         (save_sizing_mode), (ev_window_zoom_changed_cb),
6504         (ev_window_continuous_changed_cb),
6505         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6506         (window_configure_event_cb):
6507
6508         Remove all ugly metadata define since we deal with it
6509         at runtime now.
6510
6511         * shell/main.c: (load_files_remote), (main):
6512
6513         Add support for dbus cvs head. Hopefully didnt break one
6514         of the other versions now!
6515
6516         If we dont get a response from the dbus server just
6517         give up with it and not enable metadata.
6518
6519 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * Makefile.am:
6522         * backend/Makefile.am:
6523         * configure.ac:
6524         * cut-n-paste/recent-files/Makefile.am:
6525         * cut-n-paste/toolbar-editor/Makefile.am:
6526         * cut-n-paste/zoom-control/Makefile.am:
6527         * lib/Makefile.am:
6528         * pdf/Makefile.am:
6529         * pixbuf/Makefile.am:
6530         * properties/Makefile.am:
6531         * ps/Makefile.am:
6532         * shell/Makefile.am:
6533         * thumbnailer/Makefile.am:
6534         * tiff/Makefile.am:
6535
6536         Make frontends depend on just libev.
6537         Rework and group CFLAGS/LIBS definitions.
6538         Cleanups.
6539
6540 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6541
6542         * shell/ev-window:
6543
6544         do not unnecessarily save zoom
6545
6546         * configure.ac:
6547         * lib/ev-file-helpers.c: (ev_dot_dir):
6548         * shell/Makefile.am:
6549         * shell/dummy.cc:
6550
6551         Some cleanups
6552
6553 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6554
6555         * configure.ac:
6556         
6557         Remove unnecessary dependencies
6558
6559 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6560
6561         * properties/Makefile.am:
6562         * thumbnailer/Makefile.am:
6563         * tiff/Makefile.am:
6564
6565         Some more cleanups. Was really necessary
6566         but I probably introduced bugs, feel free
6567         to flame :)
6568
6569 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * backend/Makefile.am:
6572         * configure.ac:
6573         * cut-n-paste/recent-files/Makefile.am:
6574         * cut-n-paste/toolbar-editor/Makefile.am:
6575         * cut-n-paste/zoom-control/Makefile.am:
6576         * lib/Makefile.am:
6577         * pdf/Makefile.am:
6578         * pixbuf/Makefile.am:
6579         * properties/Makefile.am:
6580         * ps/Makefile.am:
6581         * shell/Makefile.am:
6582         * thumbnailer/Makefile.am:
6583         * tiff/Makefile.am:
6584
6585         Use gnome-common macros when possible.
6586         Cleanup dependencies.
6587         Actually disable deprecated where possible.
6588
6589 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6590
6591         * Makefile.am:
6592         * backend/Makefile.am:
6593         * properties/Makefile.am:
6594         * shell/Makefile.am:
6595         * thumbnailer/Makefile.am:
6596
6597         This should solve the circular dep without
6598         requiring dir reorg!
6599
6600         * shell/ev-window.c: (setup_view_from_metadata):
6601
6602         Never restore window size/position when the
6603         window is already visible.
6604
6605 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6606
6607         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6608
6609         Return a boolean from timeout func. Fix ported from gedit.
6610
6611 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6612
6613         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6614
6615 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6616
6617         * shell/ev-document-types.c: set "All Documents" as default filter in
6618         open dialog
6619
6620 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6621
6622         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6623         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6624         (ev_metadata_manager_set_boolean): fix value/val thinko.
6625
6626 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6627
6628         * shell/ev-window.c: (setup_view_from_metadata),
6629         (window_state_event_cb), (window_configure_event_cb),
6630         (ev_window_init):
6631
6632         Remember window position and maximized state
6633
6634 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6635
6636         * configure.ac:
6637
6638         Fix DBUS configure checks.
6639
6640         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6641         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6642         (ev_metadata_manager_set_boolean):
6643
6644         Plug mem leaks.
6645
6646         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6647         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6648         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6649         (ev_window_continuous_changed_cb),
6650         (ev_window_dual_mode_changed_cb), (ev_window_new):
6651
6652         Fix the build without DBUS.
6653
6654 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6655
6656         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6657         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6658         (ev_metadata_manager_set_string),
6659         (ev_metadata_manager_set_boolean):
6660         * shell/ev-metadata-manager.h:
6661
6662         Add support for some more types
6663
6664         * shell/ev-view.c: (scroll_to_current_page),
6665         (ev_view_get_continuous), (ev_view_set_continuous),
6666         (ev_view_get_dual_page):
6667         * shell/ev-view.h:
6668         * shell/ev-window.c: (page_changed_cb),
6669         (setup_document_from_metadata), (ev_window_setup_document),
6670         (setup_view_from_metadata), (ev_window_open_uri),
6671         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6672         (ev_window_run_presentation), (ev_window_stop_presentation),
6673         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6674         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6675         (ev_window_update_dual_page_action),
6676         (ev_window_continuous_changed_cb),
6677         (ev_window_dual_mode_changed_cb), (ev_window_init):
6678
6679         Remember a bunch of view/document properties. Prolly some
6680         are still missing but it's getting interesting.
6681
6682 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6683
6684         * configure.ac: check if dbus-binding-tool is installed. Not the
6685         case on current Ubuntu breezy, it seems.
6686
6687 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6688
6689         * data/evince.desktop.in.in:
6690         
6691         Allow open uri lists and add TryExec field.
6692
6693 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6694
6695         * configure.ac:
6696
6697         Enable dbus when available, do not require a configure
6698         option.
6699
6700 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6701
6702         * configure.ac:
6703
6704         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6705         disabled.
6706
6707 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6708         Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6711         
6712         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6713         functions to the format required by dbus
6714
6715         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6716         errors. Use the RPC parameters in the expected way
6717
6718 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * Makefile.am:
6721         * properties/Makefile.am:
6722         * properties/ev-properties-main.c: (ev_properties_get_pages):
6723
6724         Support all mime types
6725
6726         * shell/Makefile.am:
6727         * thumbnailer/Makefile.am:
6728         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6729         (evince_thumbnail_pngenc_get):
6730
6731         Use the document factory
6732
6733 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6734
6735         * backend/Makefile.am:
6736         * backend/ev-document-factory.c:
6737         (mime_type_supported_by_gdk_pixbuf),
6738         (ev_document_type_get_from_mime),
6739         (ev_document_factory_get_document),
6740         (ev_document_factory_get_backend),
6741         (ev_document_factory_get_mime_types),
6742         (ev_document_factory_get_all_mime_types):
6743         * backend/ev-document-factory.h:
6744         * shell/Makefile.am:
6745         * shell/ev-document-types.c: (get_document_from_uri),
6746         (ev_document_types_get_document),
6747         (file_filter_add_mime_list_and_free),
6748         (ev_document_types_add_filters):
6749         * shell/ev-document-types.h:
6750         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6751         * shell/ev-properties-dialog.c:
6752         (ev_properties_dialog_set_document):
6753         * shell/ev-window.c: (ev_window_cmd_file_open),
6754         (ev_window_cmd_save_as):
6755         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6756
6757         Rework document types managing to avoid code duplication
6758         and actually abstract from backend implementations.
6759         Also provide a minimal factory api that can be used by
6760         thumbnailer/properties.
6761
6762 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6763
6764         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6765         Plug a mem leak.
6766         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6767         HIG spacings.
6768
6769 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6770
6771         * shell/ev-properties-dialog.c
6772         (ev_properties_dialog_set_document): only call
6773         ev_properties_fonts_set_document() if the document implements the
6774         fonts interface
6775
6776 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * configure.ac:
6779         * properties/Makefile.am:
6780         * properties/ev-properties-view.c:
6781         (ev_properties_view_register_type):
6782         * properties/ev-properties-view.h:
6783         * properties/ev-properties-main.h:
6784
6785         Implement nautilus plugin for properties.
6786         Works only for pdf atm, I need to rework the
6787         document types stuff to get this to work
6788         for all backends...
6789
6790 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6791
6792         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6793         (ev_properties_fonts_set_document): use
6794         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6795
6796 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6797
6798         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6799         them
6800         (PlaceImage, tiff2ps_process_page): use
6801         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6802
6803
6804 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6805
6806         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6807         (main): to call gnome_authentication_manager_init. Should fix
6808         Bug #308510
6809
6810         * configure.ac: that requires libgnomeui 2.6.0.
6811
6812 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6813
6814         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6815         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6816         use the new tiff2ps interfaces
6817
6818         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6819         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6820
6821         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6822         structure instead of global variables.  Remove use of static
6823         variables in functions.
6824
6825 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6826
6827         * shell/ev-page-action.c: unref the completion after setting it to the
6828         entry
6829
6830 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6831
6832         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6833         postscript files
6834
6835 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6836
6837         * shell/ev-window.c (update_action_sensitivity): disable
6838         File->Print if the document does not implement the ps exporter
6839         interface
6840
6841 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * Makefile.am:
6844         * configure.ac:
6845         * data/evince-properties.glade:
6846         * properties/.cvsignore:
6847         * properties/Makefile.am:
6848         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6849         (ev_properties_view_class_init), (ev_properties_view_format_date),
6850         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6851         (ev_properties_view_init), (ev_properties_view_new):
6852         * properties/ev-properties-view.h:
6853         * shell/Makefile.am:
6854         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6855         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6856         (ev_properties_dialog_new):
6857         * shell/ev-properties-dialog.h:
6858         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6859         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6860         (update_progress_label), (job_fonts_finished_cb),
6861         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6862         * shell/ev-properties-fonts.h:
6863         * shell/ev-properties.c:
6864         * shell/ev-properties.h:
6865         * shell/ev-window.c: (ev_window_setup_document),
6866         (ev_window_cmd_file_properties):
6867
6868         Split the properties pages in two different objects, depend
6869         only on the backend where possible, use widgets instead
6870         of gobject for the glade part, reimplement the dialog
6871         itself with gtk.
6872         I need this to implement nautilus properties page.
6873
6874 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6875
6876         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6877         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6878         (tiff_document_document_ps_exporter_iface_init): implement the ps
6879         exporter interface for tiff documents
6880
6881         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6882         libtiff to implement TIFF postscript export
6883
6884         * tiff/tiff2ps.h: added a header file for external tiff2ps
6885         functions.
6886
6887         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6888         tiff2ps.h
6889
6890 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-view.c: (scroll_to_current_page),
6893         (ev_view_set_fullscreen), (ev_view_set_presentation):
6894         
6895         Scroll to current page when exit from presentation
6896
6897 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-window.c: (update_document_mode),
6900         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6901         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6902         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6903         
6904         Exit from fullscreen mode when switch to presentation. Fix for
6905         bug 309365
6906
6907 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6908
6909         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6910         return NULL if the document does not implement the selection
6911         interface.
6912
6913 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6914
6915         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6916         reported height by using the resolution aspect ratio
6917         (tiff_document_render_pixbuf): scale the pixbuf using the
6918         resolution aspect ratio
6919
6920 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * configure.ac:
6923         
6924         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6925         <kiltedaco@gmail.com>
6926         
6927         * djvu/djvu-document.c: (djvu_document_get_orientation),
6928         (djvu_document_set_orientation), (djvu_document_get_page_size),
6929         (rotate_pixbuf), (djvu_document_render_pixbuf),
6930         (djvu_document_document_iface_init):
6931         * dvi/dvi-document.c: (dvi_document_get_orientation),
6932         (dvi_document_set_orientation), (dvi_document_get_page_size),
6933         (rotate_pixbuf), (dvi_document_render_pixbuf),
6934         (dvi_document_document_iface_init):
6935         
6936         Dvi and djvu backends are ported to new API
6937
6938 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6939
6940         * backend/ev-selection.c: (ev_selection_get_selection_region),
6941         (ev_selection_get_selection_map):
6942         * backend/ev-selection.h:
6943         * pdf/ev-poppler.cc:
6944         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6945         * shell/ev-jobs.h:
6946         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6947         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6948         (ev_pixbuf_cache_get_text_mapping):
6949         * shell/ev-pixbuf-cache.h:
6950         * shell/ev-view.c: (location_in_text),
6951         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6952         support to EvView.  Now we can see where we can select!  Sweet!
6953
6954 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6955
6956         * shell/ev-view.c (ev_view_button_press_event): Fix
6957         event->y + view->scroll_x typo.
6958
6959 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6960
6961         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6962         sub-GdkPixbuf instead of passing dest_x and dest_y.
6963         
6964         * shell/ev-view.c: (view_point_to_doc_point),
6965         (view_rect_to_doc_rect), (ev_view_button_press_event),
6966         (ev_view_motion_notify_event), (compute_new_selection_rect),
6967         (gdk_rectangle_point_in), (compute_new_selection_text),
6968         (compute_selections): Update selection code to keep the selection
6969         around as two points and not as a normalized rectangle, and fix
6970         page level selection in two-column mode.
6971
6972 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6973
6974         * shell/ev-window.c: (window_configure_event_cb): 
6975         
6976         Fix compilation
6977         
6978 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * pdf/ev-poppler.cc:
6981
6982         Fix compilation
6983
6984 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * shell/Makefile.am:
6987         * shell/ev-metadata-manager.c: (item_free),
6988         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6989         (parse_value), (parseItem), (load_values),
6990         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6991         (save_values), (save_item), (get_oldest), (resize_items),
6992         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6993         * shell/ev-metadata-manager.h:
6994
6995         Metadata manager from gedit but modified to use GValue, so that
6996         we dont need to keep converting from strings.
6997
6998         * configure.ac:
6999
7000         ENABLE_METADATA conditional, on when dbus is on
7001
7002         * shell/ev-application.c: (ev_application_open_uri):
7003
7004         Show the window after load so that we can initialize
7005         window size before it's showed.
7006
7007         * shell/ev-window.c: (ev_window_setup_from_metadata),
7008         (ev_window_open_uri), (window_configure_event_cb),
7009         (ev_window_init):
7010
7011         Save and load metadata information about window size.
7012         Not yet keeping states in account.
7013
7014         * shell/main.c: (main):
7015
7016         Shutdown metadata manager.
7017
7018 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * shell/ev-application-service.xml:
7021         * configure.ac:
7022         * shell/Makefile.am:
7023         * shell/ev-application.c:
7024         * shell/ev-application.h:
7025         * shell/ev-window.c:
7026         * shell/ev-window.h:
7027         * shell/main.c:
7028
7029         Add an optional dbus interface (--enable-dbus).
7030         Rework application code, mainly to be easier to
7031         use "remotely".
7032         Do not open multiple windows with the same document,
7033         spatial evince!
7034
7035 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7036
7037         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7038         pixbuf iff it exists.
7039
7040 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7041
7042         * shell/*:
7043         * backend/ev-render-context.[ch]:
7044         * backend/ev-selection.[ch]:
7045
7046         Massive changes.  We now support text selection of pdfs, and not
7047         just rectangular selection.  This is pretty broken still, but I
7048         want to get something into CVS.
7049
7050 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * pdf/ev-poppler.cc:
7053         
7054         Fix for Bug 309080: crash on window close.
7055         
7056         * shell/ev-page-action.c: (page_changed_cb):
7057         
7058         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7059         jensgr@gmx.net (Jens Granseuer).
7060
7061 2005-06-25  Marcel Telka  <marcel@telka.sk>
7062
7063         * configure.in (ALL_LINGUAS): Added sk.
7064
7065 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7066
7067         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7068         not a document open
7069
7070 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7071
7072         * NEWS:
7073         * configure.ac:
7074
7075         Release 0.3.2
7076
7077         * cut-n-paste/recent-files/Makefile.am:
7078
7079         Fix make distcheck
7080
7081 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7084         (pixbuf_document_set_orientation), (rotate_pixbuf),
7085         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7086         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7087
7088         Implement rotation and cleanup the code a bit.
7089
7090         * tiff/tiff-document.c: (tiff_document_get_page_size),
7091         (tiff_document_get_orientation), (tiff_document_set_orientation),
7092         (rotate_pixbuf), (tiff_document_render_pixbuf),
7093         (tiff_document_document_iface_init), (tiff_document_init):
7094
7095         Implement rotation. Was the quicker solution for the release
7096         but we really need to share this code in the shell.
7097
7098 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7099
7100         * pdf/ev-poppler.cc:
7101
7102         Enable rotation, require poppler cvs. Fix a leak.
7103
7104 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * shell/ev-window.c: (update_action_sensitivity):
7107         
7108         Make properties unsensitive if document backend doesn't provide
7109         any info
7110
7111 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7114         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7115         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7116         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7117         (bitmap_flip_rotate_counter_clockwise):
7118         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7119         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7120         (buff_gets):
7121         * dvi/mdvi-lib/common.h:
7122         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7123         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7124         (opendvi), (mdvi_reload), (mdvi_init_context),
7125         (mdvi_destroy_context), (mdvi_dopage), (special):
7126         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7127         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7128         (file_hash_free), (register_encoding), (parse_spec),
7129         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7130         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7131         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7132         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7133         (mdvi_register_font_type), (mdvi_unregister_font_type),
7134         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7135         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7136         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7137         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7138         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7139         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7140         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7141         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7142         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7143         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7144         (mdvi_unregister_special), (mdvi_flush_specials):
7145         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7146         (t1_font_remove):
7147         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7148         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7149         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7150         (free_font_metrics), (flush_font_metrics):
7151         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7152         (tt_font_remove):
7153         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7154         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7155         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7156         (dstring_insert), (dstring_new), (dstring_reset):
7157         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7158         
7159         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7160         avoid conflict with libtool on FC4
7161         
7162         * shell/ev-window.c: (ev_window_cmd_help_about):
7163         
7164         Update copyright year. Fix for bug 308828.
7165
7166 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * shell/ev-view.c: (add_scroll_binding_keypad),
7169         (ev_view_binding_activated), (ev_view_class_init),
7170         (on_adjustment_value_changed):
7171         
7172         Bug 170874: Arrow keys switch pages in presentation mode
7173
7174 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7177         
7178         Fix for Bug 308265: Sidebar dissappears coming out of 
7179         Presentation mode
7180
7181 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * shell/ev-application.c: (ev_application_open):
7184         * shell/ev-document-types.c: (ev_document_types_add_filters),
7185         (ev_document_types_add_filters_for_type):
7186         * shell/ev-document-types.h:
7187         * shell/ev-window.c: (ev_window_cmd_save_as):
7188         
7189         Suggest basename as template when saving, provide filters
7190         for save dialog. It's bug 308402
7191
7192 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7193
7194         * pdf/ev-poppler.cc:
7195         * shell/ev-sidebar-links.c: (job_finished_callback):
7196         * shell/ev-view.c: (update_find_status_message):
7197         
7198         Some leaks fixed
7199
7200 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7201
7202         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7203         (egg_recent_view_uimanager_set_list):
7204
7205         Fix buglet in !show_numbers case.
7206
7207 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7208
7209         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7210         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7211
7212         Use pango ellipsisation.
7213
7214         * pdf/ev-poppler.cc:
7215
7216         Fix refcount leak, from nsh.
7217
7218 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7219
7220         * cut-n-paste/recent-files/Makefile.am:
7221         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7222         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7223         
7224         Removed EggRecentViewGtk
7225         
7226         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7227         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7228         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7229         (ev_window_setup_recent):
7230         
7231         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7232         with other projects
7233
7234 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7235
7236         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7237         (egg_recent_view_gtk_finalize):
7238
7239         Fix memory leak
7240
7241         * cut-n-paste/toolbar-editor/Makefile.am:
7242         
7243         Fix location of cursor icon.
7244         
7245         * pdf/ev-poppler.cc:
7246         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7247         (display_completion_text), (match_completion):
7248         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7249         (selection_changed_callback), (create_loading_model),
7250         (print_section_cb), (links_page_num_func),
7251         (update_page_callback_foreach):
7252         * shell/ev-window.c: (ev_window_dispose):
7253         
7254         Small memory fixes. Links model now store objects instead
7255         of pointers to improve memory management. 
7256
7257 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * shell/ev-window.c: (zoom_control_changed_cb):
7260         
7261         Fix update of zoom control (bug 308268).
7262
7263 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7264
7265         * shell/ev-properties.c (set_property): escape the text correctly.
7266         Handles non-UTF-8 properties and escaped properties.  Also, sets
7267         the text to "<i>None</i>" if the property isn't set.
7268
7269         * data/evince-properties.glade: Change the label to be ellipsized,
7270         and give it a minimum size.
7271
7272 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7275         * shell/ev-sidebar-links.c: (create_loading_model):
7276         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7277         * shell/ev-view.c: (ev_view_set_document):
7278         * shell/ev-window.c: (ev_window_dispose):
7279         
7280         Various small fixes, mostly memory leaks. Thanks to valgrind.
7281
7282 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7283
7284         * ps/ps-document.c: remove the locale.h include again ;-). And
7285         kill the (bogus) setlocale/savelocale business.
7286
7287 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7288
7289         * ps/ps-document.c:
7290         
7291         Include locale.h to fix build
7292         
7293         * shell/ev-sidebar.c:
7294         
7295         Remove unnecessary includes
7296
7297 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * dvi/dvi-document.c: (dvi_document_load):
7300         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7301         * po/POTFILES.in:
7302         
7303         Check for incorrect dvi files. Fix parsing dvi on AMD64
7304         platform. Thanks to tester@tester.ca (Olivier Crete).
7305
7306 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-page-action.c: (match_selected_cb),
7309         (display_completion_text), (match_completion), (update_model):
7310         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7311         (expand_open_links):
7312         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7313         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7314         (ev_sidebar_set_document):
7315         * shell/ev-window.c: (ev_window_xfer_job_cb),
7316         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7317         
7318         Fixed lot's of memory leaks, for example, memory leak on reload, 
7319         described in bug 307793.
7320
7321 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * pdf/ev-poppler.cc:
7324         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7325         (update_visible_range), (adjustment_changed_cb),
7326         (ev_sidebar_thumbnails_fill_model),
7327         (ev_sidebar_thumbnails_refresh),
7328         (ev_sidebar_tree_selection_changed),
7329         (ev_sidebar_icon_selection_changed),
7330         (ev_sidebar_thumbnails_use_icon_view),
7331         (ev_sidebar_thumbnails_set_document):
7332         * shell/ev-sidebar-thumbnails.h:
7333         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7334         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7335
7336         Refresh thumbnails when changing orientation. Not fully
7337         working yet becuase of a sidebar bug.
7338
7339         Set page orientation to poppler page everywhere. This sucks
7340         really need to fix poppler.
7341
7342 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7343
7344         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7345         (egg_recent_view_gtk_new_menu_item),
7346         (egg_recent_view_gtk_set_property),
7347         (egg_recent_view_gtk_get_property),
7348         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7349         (egg_recent_view_gtk_set_tooltip_func),
7350         (egg_recent_view_gtk_set_label_width),
7351         (egg_recent_view_gtk_get_label_width):
7352         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7353
7354         Sync with libegg (ellipsize labels)
7355
7356 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7357
7358         * data/evince-ui.xml:
7359         * shell/ev-window.c: (ev_window_cmd_go_forward),
7360         (ev_window_cmd_go_backward):
7361         
7362         Shift + PageUp moves 10 Pages. Fix for 306125
7363
7364 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7365
7366         * pdf/ev-poppler.cc:
7367
7368         Add a flag to check if orientation has been overriden
7369
7370 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7371
7372         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7373         field if necessary.
7374
7375         * ps/ps.h: add creator field to document.
7376
7377         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7378         set creator field.
7379
7380 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7381
7382         * data/evince-properties.glade:
7383         * shell/ev-properties.c: (ev_properties_set_document):
7384
7385         s/PDF Version/Format
7386
7387 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * shell/ev-properties.c: (ev_properties_set_document):
7390
7391         Remove unnecessary translations
7392
7393 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7394
7395         * cut-n-paste/toolbar-editor/Makefile.am:
7396
7397         Correct library name    
7398
7399 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * configure.ac:
7402         * cut-n-paste/recent-files/egg-recent-model.c:
7403         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7404         (egg_recent_model_unlock_file):
7405         * cut-n-paste/recent-files/egg-recent-util.c:
7406         (egg_recent_util_get_unique_id):
7407         * cut-n-paste/recent-files/update-from-egg.sh:
7408         * cut-n-paste/toolbar-editor/Makefile.am:
7409         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7410         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7411         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7412         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7413         (egg_toolbars_model_get_type):
7414         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7415
7416         Better makefile for toolbar editor and update everything
7417         to latest libegg.
7418
7419 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-window.c: (update_document_mode):
7422
7423         Prefer presentation mode when the document
7424         require fullscreen.
7425
7426 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * data/evince-ui.xml:
7429         * shell/ev-window.c:
7430
7431         Add control-equal for zooming
7432
7433 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7434
7435         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7436
7437 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7438
7439         * backend/ev-document.c: (ev_document_get_orientation):
7440         * backend/ev-document.h:
7441         * pdf/ev-poppler.cc:
7442         * ps/ps-document.c: (ps_document_get_orientation),
7443         (ps_document_set_orientation), (ps_document_document_iface_init):
7444
7445         Add a get_orientation api. Improve set_orientation.
7446
7447         * data/evince-ui.xml:
7448         * shell/ev-view.c: (ev_view_set_orientation),
7449         (ev_view_rotate_right), (ev_view_rotate_left):
7450         * shell/ev-view.h:
7451         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7452         (ev_window_cmd_edit_rotate_right):
7453
7454         Better ui for changing document orientation
7455
7456 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7457
7458         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7459         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7460         * shell/ev-sidebar-links.h:
7461         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7462         (ev_sidebar_page_iface_init):
7463         * shell/ev-sidebar-page.h:
7464         * shell/ev-sidebar-thumbnails.c:
7465         (ev_sidebar_thumbnails_get_property),
7466         (ev_sidebar_thumbnails_class_init),
7467         (ev_sidebar_thumbnails_set_document):
7468         * shell/ev-sidebar-thumbnails.h:
7469         * shell/ev-view.c: (ev_view_motion_notify_event):
7470         * shell/ev-window.c: (update_chrome_visibility),
7471         (ev_window_cmd_focus_page_selector),
7472         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7473         (sidebar_page_main_widget_update_cb), (ev_window_init):
7474         
7475         Autoraise toolbar on GoToPage binding and fix bindings in
7476         EvSidebarThumbnails page.
7477
7478 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7479
7480         * shell/ev-properties.c: (update_progress_label):
7481
7482         Hide the progress label when finished; bug #307697.
7483
7484 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7485
7486         * pdf/ev-poppler.cc:
7487
7488         Enable is_open for links, you will need poppler cvs
7489
7490         * shell/ev-properties.c: (job_fonts_finished_cb):
7491
7492         Get a lock on the document when filling the tree view
7493
7494 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7495
7496         * backend/ev-document-links.h:
7497         * pdf/ev-poppler.cc:
7498         * shell/ev-sidebar-links.c: (create_loading_model),
7499         (expand_open_links), (job_finished_callback):
7500
7501         Expand links when specified by the document.
7502         Depend on a poppler api (defined out for now)
7503
7504 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7505
7506         * shell/ev-properties.c: (ev_properties_dispose),
7507         (ev_properties_class_init), (dialog_destroy_cb),
7508         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7509         (ev_properties_set_document), (ev_properties_new),
7510         (ev_properties_show):
7511         * shell/ev-properties.h:
7512
7513         Make it an object, cleanup the code, api to show it as transient
7514         and to set the document.
7515
7516         * shell/ev-window.c: (ev_window_setup_document),
7517         (ev_window_cmd_file_properties):
7518
7519         Adapt to EvProperties changes, do not show multiple
7520         times, update it when document changes.
7521
7522 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7523
7524         * ps/gstypes.h:
7525         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7526         (ps_document_set_orientation), (ps_document_document_iface_init):
7527         * ps/ps-document.h:
7528
7529         Implement orientation here too
7530
7531         * shell/ev-properties.c: (ev_properties_new):
7532         * data/evince-properties.glade:
7533
7534         Hide the fonts page for backends that doesnt
7535         support it.     
7536
7537 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7538
7539         * backend/ev-document.c: (ev_document_set_orientation):
7540         * backend/ev-document.h:
7541         * pdf/ev-poppler.cc:
7542
7543         Add orientation api. Currently poppler api is not optimal,
7544         we need to set orientation every time we _get a page.
7545         I will try to fix that at some point.
7546
7547         * data/evince-ui.xml:
7548         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7549         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7550
7551         Add orientation menu items
7552
7553         * shell/ev-page-cache.c: (ev_page_cache_clear):
7554         * shell/ev-page-cache.h:
7555
7556         Add api to clear the cache
7557
7558         * shell/ev-view.c: (setup_caches), (clear_caches),
7559         (ev_view_set_document), (ev_view_zoom_out),
7560         (ev_view_set_orientation):
7561         * shell/ev-view.h:
7562
7563         Implement orientation changing
7564
7565 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7566
7567         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7568         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7569         * backend/ev-document-fonts.h:
7570
7571         Separate scan and fill so that we can incrementally fill from
7572         the main thread. Add a progress api.
7573
7574         * data/evince-properties.glade:
7575         * pdf/ev-poppler.cc:
7576         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7577         * shell/ev-jobs.h:
7578         * shell/ev-properties.c: (update_progress_label),
7579         (job_fonts_finished_cb), (setup_fonts_view):
7580
7581         Incrementally feel the list and show the progress
7582         percentage in a label like acrobat does.
7583
7584         You are going to need poppler cvs
7585
7586 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7587
7588         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7589         * backend/ev-document-fonts.h:
7590         * pdf/ev-poppler.cc:
7591
7592         Make fonts model fill incrementally.
7593
7594         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7595         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7596         (ev_job_queue_remove_job):
7597         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7598         (ev_job_fonts_new), (ev_job_fonts_run):
7599         * shell/ev-jobs.h:
7600
7601         New job for fonts scanning
7602
7603         * shell/ev-properties.c: (job_fonts_finished_cb),
7604         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7605         * shell/ev-properties.h:
7606         * shell/ev-window.c: (ev_window_cmd_file_properties):
7607
7608         Incrementally feel the treeview using the new job. Show Loading...
7609         message until scanning is completed.
7610
7611         Hopefully I didnt break the build without the poppler patch.
7612
7613 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7614
7615         * shell/ev-application.c: (ev_application_open):
7616         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7617         (ev_document_type_get_type), (ev_document_type_lookup):
7618         * shell/ev-document-types.h:
7619         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7620         * shell/ev-job-xfer.h:
7621         * shell/ev-window.c: (ev_window_clear_local_uri),
7622         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7623         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7625         
7626         Transfer remote documents to tmp directory to display them later.
7627
7628 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7629
7630         * backend/ev-document-info.h:
7631         * shell/ev-properties.c: (ev_properties_new):
7632
7633         s/GTime*/GTime. Not sure why we was using a pointer
7634         at all there!
7635
7636 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7637
7638         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7639         situations.  That situation is that you're using GTK+-HEAD with
7640         the patch at #306726 is applied, and you have a document with <
7641         1500 pages in it.  It's not quite as uniformly nice as the
7642         TreeView, but should be better in the long run.
7643
7644         I'm pretty sure I guarded against breaking compilation with
7645         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7646         I missed some.
7647
7648         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7649         widget yet, so I commented that code out
7650         enable_view_actions_for_widget() for now.  Need to figure this
7651         out.
7652
7653         * shell/ev-page-action.c (match_selected_cb): emit the right
7654         signals.  Our cool C-l completion now works.
7655
7656 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * backend/Makefile.am:
7659         * backend/ev-document-fonts.c:
7660         * backend/ev-document-links.c:
7661         * backend/ev-document.c: (ev_document_load):
7662         * backend/ev-document.h:
7663         * backend/ev-job-queue.c:
7664         * backend/ev-job-queue.h:
7665         * backend/ev-jobs.c:
7666         * backend/ev-jobs.h:
7667         * backend/ev-page-cache.c:
7668         * backend/ev-page-cache.h:
7669
7670         EvPageCache and EvJobs are moved to shell.
7671
7672         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7673         (ev_tmp_filename):
7674         * lib/ev-file-helpers.h:
7675         
7676         New helper to work with temporary files
7677         
7678         * shell/Makefile.am:
7679         * shell/ev-application.c: (ev_application_open):
7680         * shell/ev-application.h:
7681         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7682         (remove_job_from_async_queue), (add_job_to_async_queue),
7683         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7684         (handle_job), (search_for_jobs_unlocked),
7685         (no_jobs_available_unlocked), (ev_render_thread),
7686         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7687         (ev_job_queue_add_job), (move_job_async), (move_job),
7688         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7689         * shell/ev-job-queue.h:
7690         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7691         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7692         * shell/ev-job-xfer.h:
7693         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7694         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7695         (ev_job_links_class_init), (ev_job_render_init),
7696         (ev_job_render_dispose), (ev_job_render_class_init),
7697         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7698         (ev_job_thumbnail_class_init), (ev_job_load_init),
7699         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7700         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7701         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7702         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7703         * shell/ev-jobs.h:
7704         * shell/ev-page-action.c: (ev_page_action_set_document):
7705         * shell/ev-page-cache.c: (ev_page_cache_init),
7706         (ev_page_cache_class_init), (ev_page_cache_finalize),
7707         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7708         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7709         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7710         (ev_page_cache_get_title), (ev_page_cache_get_size),
7711         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7712         (ev_page_cache_get_height_to_page),
7713         (ev_page_cache_get_max_label_chars),
7714         (ev_page_cache_get_page_label),
7715         (ev_page_cache_has_nonnumeric_page_labels),
7716         (ev_page_cache_get_info), (ev_page_cache_next_page),
7717         (ev_page_cache_prev_page), (ev_page_cache_get):
7718         * shell/ev-page-cache.h:
7719         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7720         (ev_pixbuf_cache_clear_job_sizes),
7721         (ev_pixbuf_cache_add_jobs_if_needed),
7722         (ev_pixbuf_cache_set_page_range):
7723         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7724         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7725         * shell/ev-sidebar-thumbnails.c:
7726         (ev_sidebar_tree_selection_changed),
7727         (ev_sidebar_thumbnails_set_document):
7728         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7729         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7730         (ev_statusbar_get_context_id), (ev_statusbar_push),
7731         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7732         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7733         (ev_statusbar_set_progress):
7734         * shell/ev-statusbar.h:
7735         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7736         (ev_view_find_previous):
7737         * shell/ev-window.c: (ev_window_is_empty),
7738         (ev_window_setup_document), (password_dialog_response),
7739         (ev_window_clear_jobs), (ev_window_load_job_cb),
7740         (ev_window_xfer_job_cb), (ev_window_open_uri),
7741         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7742         (ev_window_print), (ev_window_print_range),
7743         (ev_window_state_event), (ev_window_cmd_view_reload),
7744         (menu_item_select_cb), (menu_item_deselect_cb),
7745         (view_status_changed_cb), (ev_window_dispose),
7746         (drag_data_received_cb), (ev_window_init):
7747         * shell/ev-window.h:
7748         * shell/main.c: (load_files):
7749         
7750         New statusbar to show progress on idle. Two new jobs - 
7751         xfer job and load job to load document in background. And update
7752         of page_cache clients to new location of code.
7753
7754 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7755   
7756         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7757         selection in open dialog. It also remembers the last visited directory 
7758         in the current session.
7759
7760 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * shell/ev-properties.c: (ev_properties_new):
7763         * shell/ev-properties.h:
7764         * shell/ev-window.c: (ev_window_cmd_file_properties):
7765         
7766         Get document info from page cache instead of document itself.
7767         This should fix crash related to race conditions described in
7768         bug 306545.
7769
7770 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7771
7772         * ps/ps-document.c: (ps_document_init),
7773         (send_ps), (get_page_box), (output), (catchPipe), (input),
7774         (stop_interpreter), (file_length), (file_readable),
7775         (check_filecompressedb), (ps_document_enable_interpreter),
7776         (document_load), (ps_async_renderer_render_pixbuf):
7777         * ps/ps-document.h:
7778
7779         Big cleanup of the ps code
7780
7781 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7782
7783         * backend/Makefile.am:
7784         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7785         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7786         * backend/ev-async-renderer.h:
7787
7788         Add an async renderer interface (method + callback) which
7789         is useful for backends like ps.
7790
7791         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7792         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7793         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7794         (ev_job_queue_add_job), (move_job_async), (move_job),
7795         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7796
7797         Add queues for async renderer, these are executed on the
7798         main thread.
7799
7800         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7801         (ev_job_render_run):
7802         * backend/ev-jobs.h:
7803
7804         If the backend support async renderer interface use it.
7805
7806         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7807         (setup_pixmap), (ps_document_get_type),
7808         (ps_async_renderer_render_pixbuf),
7809         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7810
7811         Implement async renderer interface.
7812
7813 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7816
7817         Cleanup links job on exit.
7818
7819 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7820
7821         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7822         (drag_data_get_cb), (drag_data_received_cb):
7823         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7824         (drag_data_get_cb), (parse_item_list),
7825         (egg_toolbar_editor_load_actions):
7826         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7827         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7828         (parse_item_list), (parse_toolbars):
7829         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7830         (dvi_pixbuf_put_pixel):
7831         
7832         Fix gcc 4.0 warnings
7833
7834 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7835
7836         * ps/ps-document.c: (start_interpreter):
7837
7838         Fix warning when loading ps
7839
7840 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * ps/ps-document.c: (output):
7843
7844         Fix crash when priting gs error messages.
7845
7846 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7847
7848         * backend/ev-page-cache.c: (_ev_page_cache_new):
7849         * backend/ev-page-cache.h:
7850
7851         Use a const to return title so that we dont double
7852         free it. Small cleanup and fix a leak.
7853
7854         * shell/ev-window.c: (update_window_title):
7855
7856         strdup value from get_title.
7857
7858 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * shell/ev-sidebar-links.c: (job_finished_callback),
7861         (ev_sidebar_links_set_document):
7862
7863         Cleanup the old job when changing document
7864
7865 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * shell/ev-stock-icons.c:
7868         * shell/ev-stock-icons.h:
7869         * shell/ev-window.c:
7870         
7871         Add stock icons for actions that can appear in toolbar. Fix for
7872         bug 306566.
7873
7874 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7877         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7878         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7879         * backend/ev-page-cache.h:
7880         * shell/ev-view.c: (scroll_to_current_page),
7881         (view_update_range_and_current_page), (get_page_y_offset),
7882         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7883         (ev_view_size_request_continuous),
7884         (ev_view_zoom_for_size_continuous_and_dual_page),
7885         (ev_view_zoom_for_size_continuous):
7886         
7887         More compact EvView layout in document with pages of different size.
7888
7889 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7890
7891         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7892         compilation.
7893
7894 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * shell/ev-view.c: (view_set_adjustment_values):
7897         * shell/ev-window.c: (ev_window_cmd_file_properties):
7898         
7899         A bit different fix for rounding problem but it has no
7900         problems on startup. Make properties window transient to parent.
7901
7902 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * pdf/ev-poppler.cc:
7905         
7906         More commenting of font stuff.
7907
7908 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7909
7910         * pdf/ev-poppler.cc:
7911
7912         Comment out some more fonts stuff. Should really
7913         work without the poppler patch now.
7914
7915 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7916
7917         * pdf/ev-poppler.cc:
7918
7919         Adapt to api change
7920
7921 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7922
7923         * data/evince-properties.glade:
7924         * pdf/ev-poppler.cc:
7925         * shell/ev-properties.c: (setup_fonts_view):
7926
7927         Set the column title. Show the dialog only
7928         once everything is setup.
7929         Getting font info can be very slow... will
7930         prolly need to make this threaded too.
7931
7932 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7933
7934         * backend/Makefile.am:
7935         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7936         (ev_document_fonts_get_fonts_model):
7937         * backend/ev-document-fonts.h:
7938         * data/evince-properties.glade:
7939         * pdf/ev-poppler.cc:
7940         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7941         * shell/ev-properties.h:
7942         * shell/ev-window.c: (ev_window_cmd_file_properties):
7943
7944         Implement fonts list. Defined out for now, since it depends
7945         on a not yet committed poppler patch.
7946
7947 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7948
7949         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7950         page + 1.
7951
7952         * shell/ev-window.c: Make sure we add the timeout when we get a
7953         focus-in event.
7954
7955         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7956         adjustment->value before calculating the zoom factor to average
7957         out all of our rounding errors.  The page no longer 'drifts' when
7958         resizing.
7959
7960 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * data/evince-properties.glade:
7963         * shell/ev-properties.c: (ev_properties_format_date),
7964         (set_property):
7965         
7966         Labels don't expand when the dialogue is resized.
7967         strftime result needs to be converted to UTF-8. Thanks
7968         to Christian Persch <chpe@gnome.org>.
7969
7970 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7971
7972         * data/evince-properties.glade:
7973
7974         Hide the fonts tab
7975
7976 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7977
7978         * backend/ev-document-info.h:
7979         * backend/ev-document.c: (ev_document_info_free):
7980         * data/evince-properties.glade:
7981         * pdf/ev-poppler.cc:
7982         * ps/ps-document.c: (ps_document_get_info):
7983         * shell/ev-properties.c: (ev_properties_format_date),
7984         (set_property), (ev_properties_new):
7985         * shell/ev-properties.h:
7986         * shell/ev-window.c: (ev_window_cmd_file_properties):
7987
7988         Rework properties code to take only EvPropertyInfo
7989         in the constructor so that it can be useful for
7990         nautilus plugin too.
7991
7992         Deal with backends that doesnt support some properties.
7993         Make set property code generic.
7994
7995 2005-06-04  Christian Persch <chpe@gnome.org>
7996
7997         * data/evince-properties.glade:
7998
7999         fix spacings, make resizeable, and make data labels
8000         selectable + ellipsised
8001
8002 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8003
8004         * backend/ev-document-info.h:
8005         * data/Makefile.am:
8006         * data/evince-ui.xml:
8007         * pdf/ev-poppler.cc:
8008         * shell/Makefile.am:
8009         * shell/ev-window.c: (update_action_sensitivity),
8010         (ev_window_cmd_file_properties):
8011
8012         Initial go at file properties. Patch by
8013         Emil Soleyman-Zomalan <emil@soleyman.com>.
8014         Needs love see #169583
8015
8016 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8017
8018         * ps/ps-document.c: (output):
8019         * ps/ps.c: (psscan):
8020
8021         Try to render even if psscan fails.
8022
8023 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8024
8025         * ps/ps.c: (psscan), (pscopydoc):
8026
8027         Port buffered reading code from gv
8028
8029 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8030
8031         * ps/ps-document.c: (interpreter_message), (output):
8032
8033         Do not fail on interpreter messages
8034
8035 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8036
8037         * backend/ev-document-misc.c:
8038         (ev_document_misc_get_thumbnail_frame):
8039
8040         Pages can be 0 x 0, dont assert on this case
8041
8042 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8043
8044         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8045         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8046
8047         Correctly manage our reference on document. Finally the reload
8048         huge leak is gone...
8049
8050 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8051
8052         * ps/ps-document.c: (ps_document_dispose):
8053
8054         Forgot to chain it to the parent. Thanks chpe.
8055
8056 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8057
8058         * ps/ps-document.c: (ps_document_dispose),
8059         (ps_document_class_init), (stop_interpreter), (document_load):
8060
8061         Cleanup dispose a bit. Dont leak the whole pixmap.
8062
8063 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * pdf/ev-poppler.cc:
8066
8067         Release the poppler document on dispose
8068
8069 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8070
8071         * shell/ev-view.c: (ev_view_set_document):
8072
8073         Release ref on the pixbuf cache when changing
8074         document.
8075
8076 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8077
8078         * ps/ps-document.c: (ps_document_get_info):
8079
8080         Fix a double free
8081
8082 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * backend/ev-page-cache.c: (ev_page_cache_init),
8085         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8086         * backend/ev-page-cache.h:
8087         * shell/ev-page-action.c: (page_changed_cb):
8088         
8089         Set page action entry width depending on labels width. Fix
8090         for bug 305202.
8091
8092 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8093
8094         * backend/ev-link.c: (ev_link_class_init):
8095
8096         Allow -1 as page value (error)
8097
8098 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8099
8100         * shell/ev-sidebar-thumbnails.c:
8101         (ev_sidebar_thumbnails_set_document):
8102         * shell/ev-view.c: (scroll_to_current_page),
8103         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8104         (page_changed_cb), (on_adjustment_value_changed),
8105         (ev_view_set_document):
8106
8107         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8108         Fix bug 305377
8109
8110 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8111
8112         * configure.ac:
8113         * djvu/djvu-document.c: (djvu_document_get_page_size):
8114
8115         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8116         bug 301993.
8117
8118 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8119
8120         * shell/ev-view.c (draw_one_page): modify the expose handling to
8121         get the shadows.
8122
8123         * shell/ev-window.c (update_action_sensitivity): Respect
8124         permissions field.  Kowtow to the man.
8125
8126         * pdf/ev-poppler.cc: Get the permissions field.
8127
8128         * tiff/*c: Make a tiny bit more robust.
8129
8130 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8131
8132         * djvu/djvu-document.c:
8133         
8134         Pop messages from djvu context message queue.
8135
8136 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8137
8138         * configure.ac, Makefile.am, shell/Makefile.am:
8139         * tiff/Makefile.am, shell/ev-document-types.c:
8140         
8141         Cleanup tiff configure checks. Fix for bug 305218.
8142
8143 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8144
8145         * configure.ac: Added "uk" to ALL_LINGUAS.
8146
8147 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * cut-n-paste/zoom-control/ephy-zoom.c:
8150         (ephy_zoom_get_changed_zoom_level):
8151         * cut-n-paste/zoom-control/ephy-zoom.h:
8152         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8153         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8154         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8155         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8156         (zoom_control_changed_cb), (ev_window_init):
8157         
8158         Fix minor points related to moving best fit up. Introduce
8159         "zoom" property and make zoom control change it's value on
8160         notify::zoom signals. Fix for 305080.
8161
8162 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * data/evince-ui.xml:
8165         * shell/ev-window.c: (set_view_actions_sensitivity):
8166         
8167         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8168
8169 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * configure.ac:
8172
8173         Depends on poppler 0.3.2
8174
8175 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8176
8177         * cut-n-paste/recent-files/egg-recent-item.c:
8178         (egg_recent_item_get_short_name):
8179         * cut-n-paste/toolbar-editor/Makefile.am:
8180         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8181         (new_pixbuf_from_widget):
8182         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8183         * cut-n-paste/toolbar-editor/egg-marshal.c:
8184         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8185         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8186
8187         Sync
8188
8189 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8190
8191         * tiff/tiff-document.c: Rough TIFF backend.
8192
8193 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * NEWS:
8196         * configure.ac:
8197         * cut-n-paste/toolbar-editor/Makefile.am:
8198
8199         Release 0.3.1
8200
8201 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8204         (ev_view_find_next), (ev_view_find_previous):
8205
8206         Remove the locks around get_n_results   
8207
8208 2005-05-21  Juerg Billeter  <j@bitron.ch>
8209
8210         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8211
8212         Pass correct number of pages to poppler.
8213
8214 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8215
8216         * configure.ac:
8217         * data/Makefile.am:
8218         * data/evince.desktop.in: 
8219         * data/evince.desktop.in.in:
8220         * po/POTFILES.in:
8221         
8222         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8223
8224 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8225
8226         * shell/ev-view.c: (view_update_adjustments),
8227         (view_set_adjustment_values): cast adjustmen->value to (int)
8228         before using it.  Otherwise, we get off by a pixel in some
8229         situations.
8230
8231         (draw_one_page): Draw the border on expose.
8232
8233 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8234
8235         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8236         adjustment when the mode changes, #304923
8237
8238 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8239
8240         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8241         flickering on resize but still use gdk_window_scroll on
8242         scrolling
8243
8244 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8245
8246         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8247         option, #170458
8248
8249 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8250
8251         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8252         second page on page_changed if possible, #304669
8253
8254 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8255
8256         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8257         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8258
8259 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8260
8261         * .cvsignore:
8262         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8263         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8264         (ev_view_zoom_for_size_presentation),
8265         (ev_view_zoom_for_size_continuous_and_dual_page),
8266         (ev_view_zoom_for_size_continuous),
8267         (ev_view_zoom_for_size_dual_page),
8268         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8269         * shell/ev-view.h:
8270         * shell/ev-window.c: (update_view_size),
8271         (ev_window_sizing_mode_changed_cb):
8272
8273         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8274         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8275         an infinite loop, #304769
8276
8277
8278 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * data/evince-ui.xml:
8281         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8282         * shell/ev-window.c: (set_view_actions_sensitivity):
8283
8284         Make PgUp/Down behave like Space
8285
8286 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8287
8288         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8289         * backend/ev-ps-exporter.h:
8290         * pdf/ev-poppler.cc:
8291         * ps/ps-document.c: (ps_document_ps_export_begin):
8292         * shell/ev-print-job.c: (idle_print_handler):
8293
8294         Adapt to new poppler api
8295
8296 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8297
8298         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8299         (ephy_zoom_control_init):
8300
8301         Translate zoom levels
8302
8303 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8304
8305         * cut-n-paste/zoom-control/ephy-zoom.c:
8306         (ephy_zoom_get_zoom_level_index):
8307
8308         Fix current zoom -> zoom control match
8309
8310 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8311
8312         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8313         rather than the scrolled_window that it's in. Fixes bug #304655.
8314
8315 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8316
8317         * shell/ev-view.c: (view_update_adjustments),
8318         (view_set_adjustment_values), (view_update_range_and_current_page),
8319         (view_scroll_to_page), (set_scroll_adjustment),
8320         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8321         (ev_view_scroll), (ev_view_scroll_view),
8322         (ensure_rectangle_is_visible), (find_page_at_location),
8323         (get_link_at_location), (go_to_link), (status_message_from_link),
8324         (ev_view_size_request_continuous_dual_page),
8325         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8326         (ev_view_unrealize), (ev_view_expose_event),
8327         (ev_view_button_press_event), (ev_view_motion_notify_event),
8328         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8329         (draw_rubberband), (highlight_find_results), (draw_one_page),
8330         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8331         (ev_view_init), (find_changed_cb), (page_changed_cb),
8332         (on_adjustment_value_changed), (ev_view_new),
8333         (ev_view_set_document), (ev_view_set_zoom),
8334         (ev_view_set_continuous), (ev_view_set_dual_page),
8335         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8336         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8337         (ev_view_zoom_for_size_presentation),
8338         (ev_view_zoom_for_size_continuous_dual_page),
8339         (ev_view_zoom_for_size_continuous),
8340         (ev_view_zoom_for_size_dual_page),
8341         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8342         (ev_view_get_status), (ev_view_set_status),
8343         (update_find_status_message), (ev_view_get_find_status),
8344         (ev_view_set_find_status), (jump_to_find_result),
8345         (jump_to_find_page), (compute_selections), (clear_selection),
8346         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8347         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8348         (ev_view_update_primary_selection),
8349         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8350         * shell/ev-view.h:
8351         * shell/ev-window.c: (ev_window_open_page_label),
8352         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8353         (ev_window_init):
8354         * shell/ev-window.h:
8355         * shell/main.c: (load_files):
8356
8357         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8358         when resizing.  Remove the bin_window().  Also, patch from James
8359         Bowes to fix command line page, #300641
8360         
8361 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * data/evince-ui.xml:
8364         * shell/ev-view.c:
8365         * shell/ev-view.h:
8366         * shell/ev-window.c: (update_action_sensitivity):
8367
8368         Get rid of View->Normal Size, it's just confusing
8369
8370 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8371
8372         * backend/ev-document-info.h:
8373         * backend/ev-document.c: (ev_document_info_free): Free the
8374         EvDocumentInfo.
8375
8376         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8377         (clear_range), (add_range), (update_visible_range),
8378         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8379         (ev_sidebar_thumbnails_set_document):
8380         * shell/ev-window.c: (ev_window_setup_document): Only render the
8381         visible thumbnails.  It takes an instant to render, but it uses
8382         much less memory.
8383
8384 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8385
8386         * shell/ev-sidebar-links.c: (popup_menu_cb):
8387
8388         Select first item
8389
8390 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8391
8392         * lib/Makefile.am:
8393         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8394         (button_press_cb), (ev_sidebar_links_construct):
8395
8396         Show the popup menu also on keybindings
8397
8398 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8399
8400         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8401         * shell/ev-window.h:
8402
8403         Expose api to print a range (with dialog). Make private _print use
8404         it.
8405
8406         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8407         (ev_sidebar_links_construct):
8408
8409         Show a print context menu on linkx, it prints the selected
8410         section.
8411
8412 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8413
8414         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8415         button.
8416
8417 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * AUTHORS:
8420
8421         Update
8422
8423         * shell/ev-window.c: (build_comments_string),
8424         (ev_window_cmd_help_about):
8425
8426         Show poppler version/backend and authors
8427
8428 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * cut-n-paste/zoom-control/ephy-zoom.c:
8431         (ephy_zoom_get_zoom_level_index):
8432         * cut-n-paste/zoom-control/ephy-zoom.h:
8433
8434         Move the best fit items at the top of the list
8435
8436 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * shell/ev-marshal.list:
8439         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8440         (activate_cb), (match_selected_cb), (activate_link_cb),
8441         (connect_proxy), (ev_page_action_class_init):
8442         * shell/ev-page-action.h:
8443
8444         Use signals to notify action activation. Hopefully
8445         I did not break completion since I cant test...
8446
8447         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8448         (register_custom_actions):
8449
8450         Connect to page selector actions and also grab focus on
8451         the view when activated.
8452
8453 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8454
8455         * pdf/ev-poppler.cc:
8456         * backend/ev-page-cache.c: make page size calculation consistent
8457         and set it to (int)( width * scale + 0.5).  This makes the weird
8458         line going through the middle of the page go away.
8459
8460         * shell/ev-view.c: move painting the background page after
8461         checking the expose area covers us.
8462
8463 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8464
8465         * data/evince-password.glade:
8466         
8467         Mark labels as not translatable. Fix for bug 302842.
8468
8469 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8470
8471         * configure.ac: Added "es" to ALL_LINGUAS.
8472
8473 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * data/evince-toolbar.xml:
8476         * shell/ev-window.c: (update_action_sensitivity),
8477         (ev_window_setup_document), (ev_window_set_page_mode),
8478         (ev_window_init):
8479
8480         Remove some leftover code from jrb first continous
8481         attempt. Use the new actions, we still need good icons
8482         though...
8483
8484 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8487
8488         Update label when connecting proxy. Fix a warning with NULL
8489         page_cache.
8490
8491 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * data/evince-ui.xml:
8494         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8495         * shell/ev-page-action.h:
8496         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8497
8498         Add mnemonic for edit toolbar.
8499         ctrl+l focus the page entry.
8500
8501 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * lib/Makefile.am:
8504         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8505         (ev_window_init):
8506         * shell/main.c: (main):
8507
8508         Put the toolbar xml in evince own dot dir
8509
8510 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-window.c: (ev_window_init):
8513
8514         Make the toolbar not removable
8515
8516 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * data/evince-ui.xml:
8519         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8520         * shell/ev-sidebar-links.h:
8521         * shell/ev-sidebar-thumbnails.c:
8522         (ev_sidebar_thumbnails_get_treeview):
8523         * shell/ev-sidebar-thumbnails.h:
8524         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8525         (ev_view_class_init):
8526         * shell/ev-view.h:
8527         * shell/ev-window.c: (update_action_sensitivity),
8528         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8529         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8530         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8531         (ev_window_init):
8532
8533         This is evil... Make space/backspace global accelerators but
8534         enable them only for some widgets (sidebars and view).
8535         I dont like it, but I dont know a better way... :/
8536
8537 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8538
8539         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8540         (ev_page_action_widget_finalize),
8541         (ev_page_action_widget_class_init), (update_page_cache):
8542
8543         Keep a weak reference on proxy->page_cache so that we
8544         dont try to disconnect the signal if the object is already
8545         gone. Maybe there is a better way to cleanup reference handling
8546         in page action though...
8547
8548 2005-05-10  Juerg Billeter  <j@bitron.ch>
8549
8550         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8551         * backend/ev-ps-exporter.h:
8552         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8553         * ps/ps-document.c: (ps_document_ps_export_begin):
8554         
8555         Change api to pass print range to ps_exporter_begin. The pdf backend
8556         requires this information.
8557         
8558         * shell/ev-print-job.c: (idle_print_handler):
8559         
8560         Adapt to api change
8561
8562 2005-05-10  Juerg Billeter  <j@bitron.ch>
8563
8564         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8565         (idle_print_handler)
8566         * shell/ev-window.c: (ev_window_print):
8567
8568         Support printing page range, based on patch by Amaury Jacquot
8569
8570 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8571
8572         * data/evince-toolbar.xml:
8573
8574         Add zoom control to available items
8575
8576 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * shell/ev-window.c: (update_action_sensitivity):
8579
8580         Set slash action insensitive when appropriate
8581
8582 2005-05-10  Christian Persch <chpe@gnome.org>
8583
8584         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8585
8586         Fix warning on the overflow menu
8587
8588 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8589
8590         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8591
8592         Check for uri correctness/existence
8593
8594 2005-05-09  Juerg Billeter  <j@bitron.ch>
8595
8596         * shell/ev-window.c: (using_postscript_printer):
8597
8598         LPD printers use postscript, too
8599
8600 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-window.c: (register_custom_actions):
8603
8604         The zoom one is actually sort of useful,
8605         put it back
8606
8607 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * shell/ev-window.c: (register_custom_actions):
8610
8611         Hide page/zoom controls from overflow, they
8612         are useless.
8613
8614 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * cut-n-paste/update-from-egg.sh:
8617         
8618         Share it between all cut-n-paste subdirs
8619
8620         * cut-n-paste/recent-files/Makefile.am:
8621
8622         Fix to use "global" update-from-egg.sh
8623
8624         * cut-n-paste/recent-files/egg-recent-model.c:
8625         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8626         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8627         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8628         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8629
8630         Update from libegg
8631
8632         * cut-n-paste/toolbar-editor/Makefile.am:
8633
8634         Fix to use "global" update-from-egg.sh
8635
8636         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8637
8638         Update from libegg
8639
8640 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8641
8642         * configure.ac:
8643         * cut-n-paste/Makefile.am:
8644         * cut-n-paste/recent-files/Makefile.am:
8645         * cut-n-paste/toolbar-editor/.cvsignore:
8646         * cut-n-paste/toolbar-editor/Makefile.am:
8647         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8648         (egg_editable_toolbar_get_type), (get_toolbar_position),
8649         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8650         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8651         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8652         (set_item_drag_source), (create_item_from_action), (create_item),
8653         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8654         (popup_toolbar_context_menu_cb), (free_dragged_item),
8655         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8656         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8657         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8658         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8659         (item_added_cb), (item_removed_cb),
8660         (egg_editable_toolbar_construct),
8661         (egg_editable_toolbar_disconnect_model),
8662         (egg_editable_toolbar_deconstruct),
8663         (egg_editable_toolbar_set_model),
8664         (egg_editable_toolbar_set_ui_manager),
8665         (egg_editable_toolbar_set_property),
8666         (egg_editable_toolbar_get_property),
8667         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8668         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8669         (egg_editable_toolbar_new_with_model),
8670         (egg_editable_toolbar_get_edit_mode),
8671         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8672         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8673         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8674         (new_pixbuf_from_widget), (new_separator_pixbuf),
8675         (update_separator_image), (style_set_cb),
8676         (_egg_editable_toolbar_new_separator_image),
8677         (egg_editable_toolbar_get_model):
8678         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8679         * cut-n-paste/toolbar-editor/egg-marshal.c:
8680         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8681         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8682         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8683         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8684         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8685         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8686         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8687         (editor_drag_data_delete_cb), (drag_data_get_cb),
8688         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8689         (editor_create_item), (update_editor_sheet), (setup_editor),
8690         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8691         (parse_item_list), (model_has_action), (update_actions_list),
8692         (egg_toolbar_editor_load_actions):
8693         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8694         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8695         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8696         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8697         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8698         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8699         (egg_toolbars_model_add_separator), (impl_add_item),
8700         (parse_item_list), (egg_toolbars_model_add_toolbar),
8701         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8702         (impl_get_item_data), (impl_get_item_type),
8703         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8704         (egg_toolbars_model_init), (free_toolbar),
8705         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8706         (egg_toolbars_model_remove_toolbar),
8707         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8708         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8709         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8710         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8711         (egg_toolbars_model_get_item_data),
8712         (egg_toolbars_model_get_item_type):
8713         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8714         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8715         * data/Makefile.am:
8716         * data/evince-toolbar.xml:
8717         * data/evince-ui.xml:
8718         * data/hand-open.png:
8719         * po/POTFILES.in:
8720         * shell/Makefile.am:
8721         * shell/ev-window.c: (update_chrome_visibility),
8722         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8723         (ev_window_dispose), (ev_window_init):
8724
8725         Implement epiphany like toolbar editor. Based on patch by
8726         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8727
8728 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8729
8730         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8731
8732         Use set_cursor instead of set_selection, so that
8733         the keyboard focus moves too.
8734
8735 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8736
8737         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8738
8739         Fix infinite loop when loading Type1 fonts
8740
8741 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * data/evince-ui.xml:
8744         * shell/ev-window.c:
8745
8746         Slash -> Find
8747
8748 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8749
8750         * configure.ac:
8751
8752         Make --disable really disable
8753
8754 2005-05-07  Juerg Billeter  <j@bitron.ch>
8755
8756         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8757
8758         Compare page labels even without has_labels set, fixes setting page
8759         with entry
8760
8761 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8762
8763         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8764         (ev_view_set_cursor), (ev_view_button_press_event),
8765         (ev_view_motion_notify_event), (ev_view_button_release_event),
8766         (ev_view_init):
8767
8768         Implement middle button scrolling. Based on a patch
8769         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8770
8771 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * shell/ev-document-types.c: (get_slow_mime_type),
8774         (get_document_type_from_mime), (ev_document_type_lookup):
8775         * shell/ev-document-types.h:
8776
8777         Change api to lookup from uri. Do fast lookup first, if the
8778         type is unknown try with data sniffing.
8779
8780         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8781         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8782
8783         Adapt to api change
8784
8785 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * thumbnailer/Makefile.am:
8788
8789         Fix distcheck
8790
8791 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * NEWS:
8794         * configure.ac:
8795
8796         Release 0.3.0
8797
8798         * data/evince-ui.xml:
8799
8800         Hide presentation mode for now
8801
8802         * shell/ev-view.c: (highlight_find_results):
8803
8804         Show current find selection only on current page
8805
8806 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * shell/ev-view.c: (ev_view_select_all):
8809
8810         Compute size of the actual page, not of
8811         the current one.
8812
8813 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8816         (view_rect_to_doc_rect), (compute_selections),
8817         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8818         (ev_view_copy), (ev_view_primary_get_cb),
8819         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8820         (ev_view_button_press_event), (ev_view_motion_notify_event),
8821         (ev_view_button_release_event), (page_changed_cb):
8822
8823         Fix text selection
8824
8825 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8826
8827         * shell/ev-view.c: (compute_border), (get_page_extents),
8828         (doc_rect_to_view_rect), (highlight_find_results),
8829         (ev_view_bin_expose), (ev_view_select_all),
8830         (ev_view_motion_notify_event), (update_find_status_message),
8831         (jump_to_find_result), (jump_to_find_page):
8832
8833         First go at fixing search, still buggy
8834
8835 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8836
8837         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8838         dropdown box and button at the top of the sidebar.
8839
8840 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8841
8842         * configure.ac: Output zoom-control Makefile.
8843         * cut-n-paste/Makefile.am: build zoom-control subdir.
8844         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8845         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8846         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8847         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8848         * cut-n-paste/zoom-control/ephy-zoom.c:
8849         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8850         from epiphany, and modified to add a separator into the menu.
8851         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8852         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8853         zoom-control action.
8854         * shell/Makefile.am: Include zoom-control flags.
8855         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8856         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8857         (ev_view_zoom_for_size_presentation),
8858         (ev_view_zoom_for_size_continuous_and_dual_page),
8859         (ev_view_zoom_for_size_continuous),
8860         (ev_view_zoom_for_size_dual_page),
8861         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8862         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8863         ev_view_get_zoom and ev_view_get_sizing_mode.
8864         * shell/ev-view.h:
8865         * shell/ev-window.c: (update_action_sensitivity),
8866         (update_sizing_buttons), (zoom_control_changed_cb),
8867         (register_custom_actions): Initialize and use the zoom-control 
8868         widget.
8869
8870 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8871
8872         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8873         preview cache back to 1.  Don't know when it got set to 0.
8874         
8875         * shell/ev-view.c: (compute_border), (ev_view_realize),
8876         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8877         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8878         (ev_view_get_fullscreen), (ev_view_set_presentation),
8879         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8880         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8881         * shell/ev-view.h:
8882         * shell/ev-window.c:
8883         (update_chrome_visibility),
8884         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8885         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8886         (update_document_mode), (ev_window_update_fullscreen_action),
8887         (ev_window_fullscreen), (ev_window_unfullscreen),
8888         (ev_window_cmd_view_fullscreen),
8889         (ev_window_update_presentation_action),
8890         (ev_window_run_presentation), (ev_window_stop_presentation),
8891         (ev_window_cmd_view_presentation), (ev_window_state_event),
8892         (ev_window_focus_in_event), (ev_window_focus_out_event),
8893         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8894         * data/evince-ui.xml: Initial presentation mode.  We should
8895         probably hide this until it's done, as it's quite rough.  Also,
8896         change full-screen to fullscreen and add two getters to EvView.
8897
8898 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8899
8900         * shell/ev-page-action.c: (update_page_cache),
8901         (ev_page_action_dispose):
8902         * shell/ev-window.c: (destroy_fullscreen_popup),
8903         (ev_window_create_fullscreen_popup):
8904
8905         Use connect_object rather than explicitly
8906         disconnect on dispose.
8907
8908 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * shell/ev-page-action.c: (update_page_cache),
8911         (ev_page_action_dispose):
8912
8913 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8914
8915         * backend/ev-page-cache.c: (_ev_page_cache_new),
8916         (ev_page_cache_set_page_label),
8917         (ev_page_cache_has_nonnumeric_page_labels):
8918         * backend/ev-page-cache.h:
8919         * shell/ev-page-action.c: (update_pages_label):
8920         
8921         If all page labels are numeric, fallback to default
8922         way to display number of pages. See bug 173185.
8923
8924 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * shell/ev-page-action.c: (ev_page_action_dispose):
8927         * shell/ev-view.c: (view_update_range_and_current_page):
8928         * shell/ev-window.c: (ev_window_dispose):
8929         
8930         Set page on scroll in continuous mode. Fixes bug 301986.
8931         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8932
8933 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8934
8935         * configure.ac:
8936
8937         Require poppler 0.3.0
8938
8939 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8940         
8941         * shell/Makefile.am, configure.ac: Fix build problems
8942         with t1lib. Bug 301996.
8943
8944 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8945
8946         * shell/ev-view.c: (ev_view_scroll_event):
8947         
8948         Scroll up increase zoom
8949
8950 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8951
8952         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8953         (ev_view_set_sizing_mode),
8954         (ev_view_zoom_for_size_continuous_and_dual_page),
8955         (ev_view_zoom_for_size_continuous):
8956         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8957         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8958         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8959         (ev_window_init):
8960
8961         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8962         Fix for 165473 and 165472.
8963
8964 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * po/POTFILES.in:
8967         * thumbnailer/Makefile.am:
8968         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8969         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8970         * thumbnailer/evince-thumbnailer.schemas.in:
8971         
8972         Make thumbnailer schemas translatable. Fix for bug 301773
8973         
8974         * thumbnailer/evince-thumbnailer-djvu.schemas:
8975         * thumbnailer/evince-thumbnailer-dvi.schemas:
8976         * thumbnailer/evince-thumbnailer.schemas:
8977
8978         Removed files
8979
8980 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8981
8982         * shell/ev-view.c (ev_view_init): forgot to set this.
8983
8984 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8985
8986         * shell/ev-view.c: (find_page_at_location),
8987         (get_link_at_location),
8988         (ev_view_set_show_border), (ev_view_set_spacing),
8989         (ev_view_zoom_for_size_continuous_and_dual_page),
8990         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8991         Also, add a quick fix measuring of widths.  Also, removed
8992         ev_view_set_spacing and ev_view_set_show_border.
8993         
8994         * shell/ev-window.c: (ev_window_unfullscreen),
8995         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8996
8997 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * shell/ev-view.c: (view_update_range_and_current_page),
9000         (page_changed_cb):
9001         
9002         Fix crash on exit and scrolling to page in continuous view.
9003
9004 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * TODO:
9007         * backend/ev-page-cache.c: (_ev_page_cache_new),
9008         (ev_page_cache_get_max_width_size),
9009         (ev_page_cache_get_max_height_size):
9010         * backend/ev-page-cache.h:
9011         * data/evince-ui.xml:
9012         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9013         * shell/ev-view.c: (view_update_adjustments),
9014         (view_update_range_and_current_page), (get_bounding_box_size),
9015         (ev_view_size_request_continuous_and_dual_page),
9016         (ev_view_size_request_continuous),
9017         (ev_view_size_request_dual_page),
9018         (ev_view_size_request_single_page), (ev_view_size_request),
9019         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9020         (ev_view_bin_expose), (ev_view_expose_event),
9021         (ev_view_set_property), (ev_view_get_property),
9022         (ev_view_class_init), (ev_view_init), (ev_view_new),
9023         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9024         (ev_view_set_dual_page), (ev_view_set_full_screen),
9025         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9026         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9027         (ev_view_zoom_out), (zoom_for_size_fit_width),
9028         (zoom_for_size_best_fit),
9029         (ev_view_zoom_for_size_continuous_and_dual_page),
9030         (ev_view_zoom_for_size_continuous),
9031         (ev_view_zoom_for_size_dual_page),
9032         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9033         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9034         * shell/ev-view.h:
9035         * shell/ev-window.c: (update_action_sensitivity),
9036         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9037         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9038         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9039         (ev_window_cmd_view_zoom_out), (update_view_size),
9040         (ev_window_set_sizing_mode), (ev_window_init):
9041
9042         Add Continuous and Dual page modes.
9043
9044 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9045
9046         * dvi/dvi-document.c: (dvi_document_load),
9047         (dvi_document_thumbnails_get_thumbnail),
9048         (dvi_document_init_params): Fix up some mixups between
9049         width and height to correct thumbnail rendering.
9050
9051 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * dvi/mdvi-lib/private.h:
9054         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9055         
9056         Suppess output for kpathsea during font generation. Thanks to
9057         James Bowes
9058
9059 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9060
9061         * NEWS:
9062         * configure.ac:
9063
9064         Release 0.2.1
9065
9066         * Makefile.am: fix distcheck.
9067
9068 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9069
9070         * shell/ev-sidebar-links.c: (selection_changed_callback),
9071         (update_page_callback), (row_activated_callback),
9072         (job_finished_callback), (ev_sidebar_links_set_document):
9073         
9074         Fix for bug #169901. Double click on links expands tree.
9075
9076 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9077
9078         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9079         hard-coded style. Fix for bug 170111
9080
9081 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9082
9083         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9084         locking.
9085
9086 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9087
9088         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9089
9090 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * pdf/ev-poppler.cc:
9093         * shell/ev-view.c: (highlight_find_results):
9094
9095         Fix find on single page documents
9096
9097 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9098
9099         * data/evince.schemas.in: fix for bug 301390
9100
9101 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9102
9103         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9104         (ev_view_zoom_out), (ev_view_zoom_normal):
9105         * shell/ev-view.h:
9106         * shell/ev-window.c: (update_action_sensitivity),
9107         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9108         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9109         (ev_window_cmd_view_normal_size):
9110
9111         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9112         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9113         better than oom. 
9114
9115 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9116
9117         * configure.ac:
9118
9119         Depend on 2.57, 2.59 doesnt seem to be necessary
9120
9121 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9122
9123         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9124         (create_tool_item):
9125
9126         Put back total number of pages as (1 of 1234)
9127
9128 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9129
9130         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9131         remove the job.
9132
9133         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9134         function.  This helps debugging.
9135
9136 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9137
9138         * djvu/djvu-document.c: (djvu_document_class_init),
9139         (djvu_document_get_info), (djvu_document_document_iface_init):
9140         * dvi/dvi-document.c: (dvi_document_class_init),
9141         (dvi_document_get_info), (dvi_document_document_iface_init):
9142
9143         Dummy implementation of get_info method for dvi and
9144         djvu. Fix crashes with those backends
9145
9146 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9147
9148         * data/evince.desktop.in:
9149
9150         Add application/x-gzpostscript
9151
9152 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9153
9154         * data/evince.schemas.in: Added real long descriptions, 
9155         closes bug 172496 
9156
9157         * README: Added actual text, closes bug 171869
9158
9159 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9162
9163         Thumbnail page 0
9164
9165 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9166
9167         * backend/ev-document-info.h:
9168
9169         s/GDate */GDate so we can just use g_free
9170
9171 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9172
9173         * shell/ev-window.c: (update_document_mode),
9174         (ev_window_setup_document):
9175
9176         Show the window in fullscreen when specified by
9177         the document
9178
9179 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9180
9181         * backend/ev-document.c: (ev_document_class_init),
9182         (ev_document_get_info), (ev_document_render_pixbuf):
9183         * backend/ev-document.h:
9184         * backend/ev-page-cache.c: (_ev_page_cache_new):
9185         * pdf/ev-poppler.cc:
9186         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9187         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9188         * ps/ps-document.c: (ps_document_class_init), (document_load),
9189         (ps_document_get_info), (ps_document_document_iface_init):
9190
9191         Remove get_title from the interface, we can just use document info
9192
9193 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * backend/Makefile.am:
9196         * backend/ev-document.c: (ev_document_render_get_info):
9197         * backend/ev-document.h:
9198         * pdf/ev-poppler.cc:
9199
9200         Initial support for document info. Based on jrb patch.
9201
9202 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9203
9204         * shell/ev-window.c: (ev_window_state_event),
9205         (ev_window_class_init), (ev_window_init):
9206         
9207         Doesn't show resize grip when maximized. See bug #301053
9208
9209 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9210
9211         * po/POTFILES.in:
9212         
9213         ev-sidebar-thumbnails now has translatable labels
9214         
9215         * shell/Makefile.am:
9216         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9217         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9218         (ev_sidebar_links_page_iface_init):
9219         * shell/ev-sidebar-links.h:
9220         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9221         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9222         (ev_sidebar_page_get_label):
9223         * shell/ev-sidebar-page.h:
9224         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9225         (ev_sidebar_thumbnails_set_document),
9226         (ev_sidebar_thumbnails_support_document),
9227         (ev_sidebar_thumbnails_get_label),
9228         (ev_sidebar_thumbnails_page_iface_init):
9229         * shell/ev-sidebar-thumbnails.h:
9230         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9231         (ev_sidebar_set_document):
9232         * shell/ev-sidebar.h:
9233         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9234         
9235         Small rework of sidebar code. Now sidebar pages should implement
9236         EvSidebarPage interface. That makes page management in EvSidebar
9237         easier. See bug #164811 for details
9238
9239 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9240
9241         * shell/ev-application.c: (ev_application_open):
9242         * shell/ev-document-types.c:
9243         
9244         Fix build error and small problem with application exit
9245
9246 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9247
9248         * thumbnailer/Makefile.am:
9249         * thumbnailer/evince-thumbnailer-djvu.schemas:
9250         * thumbnailer/evince-thumbnailer-dvi.schemas:
9251         
9252         Conditionally install schemas for djvu/dvi thumbnailer
9253
9254 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9255
9256         * shell/ev-document-types.h: 
9257         * shell/ev-document-types.c: 
9258         New files, handling the mapping from mimetypes to backends
9259         
9260         * shell/ev-window.c: 
9261         * thumbnailer/evince-thumbnailer.c:     
9262         Use the ev-document-types code
9263         
9264         * shell/Makefile.am: 
9265         Added new convenience library libevbackendfactory_la, containing
9266         the new mimetype->backend logic; moved the backends into it.
9267
9268         * thumbnailer/Makefile.am:
9269         Make the thumbnailer link with the libevbackend.la convenience
9270         library, rather than having a duplicate of the backend logic here.
9271
9272 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9273
9274         * shell/ev-stock-icons.c: constify some vars.
9275         * shell/ev-window.c: ditto.
9276
9277 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9278
9279         * ps/ps-document.c (get_page_orientation):
9280
9281         Respect document orientation 
9282
9283 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9284
9285         * djvu/Makefile.am:
9286         * dvi/Makefile.am:
9287         * shell/Makefile.am:
9288         
9289         Move library dependencies to components.
9290         
9291         * shell/ev-window.c: (update_window_title),
9292         (start_loading_document):
9293         
9294         Fix display of uris with spaces. Bug 168358.
9295
9296 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9297
9298         * shell/ev-sidebar-links.c: (selection_changed_cb):
9299         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9300         (ev_view_button_release_event), (ev_view_set_document):
9301         * shell/ev-view.h:
9302         * shell/ev-window.c: (find_bar_search_changed_cb):
9303         * shell/ev-window.h: Minor cleanups removing some dead code.
9304
9305 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9306
9307         * backend/ev-page-cache.c: (_ev_page_cache_new):
9308         
9309         Set current page to 0 if document has pages.
9310
9311 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9312
9313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9314
9315         Initialize GError to NULL, fix a crash when loading fails.
9316
9317 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9318
9319         * shell/ev-window.c: (update_view_size):
9320
9321         Calculate shadow size only when there is actually
9322         a shadow.
9323
9324 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9325
9326         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9327         * shell/ev-view.h:
9328
9329         Allow setting view spacing, default to 0
9330
9331         * shell/ev-window.c: (ev_window_unfullscreen),
9332         (ev_window_cmd_view_fullscreen), (ev_window_init):
9333
9334         Remove spacing in fullscreen mode
9335
9336 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9337
9338         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9339         (ev_view_size_request), (expose_bin_window),
9340         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9341         * shell/ev-view.h:
9342         * shell/ev-window.c: (ev_window_unfullscreen),
9343         (ev_window_cmd_view_fullscreen):
9344
9345         Do not draw the border in fulscreen
9346
9347 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9348
9349         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9350         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9351         (find_page_at_location), (page_changed_cb):
9352
9353         Rework border calculation, so that I can more easily disable it.
9354         Code somewhat cleaner too.
9355
9356 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * backend/ev-page-cache.c: (ev_page_cache_init),
9359         (_ev_page_cache_new):
9360
9361         Remove some assertions, documents can have 0 pages.
9362         Make initial current page -1.
9363
9364         * shell/ev-page-action.c: (page_changed_cb):
9365
9366         Show "" if current page is -1
9367
9368         * shell/ev-window.c: (update_action_sensitivity),
9369         (ev_window_setup_document):
9370
9371         When document has 0 pages do not set the view
9372         and make nearly everything insensitive.
9373
9374 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * shell/ev-page-view.c:
9377         * shell/ev-page-view.h:
9378
9379         Remove unused files.
9380         
9381         * shell/ev-sidebar-thumbnails.c:
9382         (ev_sidebar_thumbnails_set_document):
9383         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9384         (ev_sidebar_supports_document):
9385         * shell/ev-sidebar.h:
9386         * shell/ev-window.c: (ev_window_setup_document):
9387         
9388         Doesn't show thumbnails if document has 1 page. Make
9389         sidebar menu entries sensitive only if if they have 
9390         sense. Fix bug 164811. 
9391
9392 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9393
9394         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9395         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9396         (ev_view_zoom_out), (ev_view_set_size):
9397
9398         Rework sizing to deal with documents with not uniform page
9399         size.
9400
9401 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * backend/ev-page-cache.c: (_ev_page_cache_new):
9404
9405         Fix several page size caching bugs
9406
9407 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9408
9409         * shell/ev-window.c: (set_action_properties):
9410
9411         Make all toolbar items translatable
9412
9413 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9414
9415         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9416         (save_page_list), (ps_document_save),
9417         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9418         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9419         (ps_document_ps_exporter_iface_init):
9420         * ps/ps-document.h:
9421
9422         Based on a patch by J�rg Billeter <j@bitron.ch>
9423         
9424         Implement print and save a copy for the ps backend.
9425
9426 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9427
9428         * backend/ev-document.h:
9429         * djvu/djvu-document.c: (djvu_document_can_get_text),
9430         (djvu_document_document_iface_init):
9431         * dvi/dvi-document.c: (dvi_document_can_get_text),
9432         (dvi_document_document_iface_init):
9433         * pdf/ev-poppler.cc:
9434         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9435         (pixbuf_document_document_iface_init):
9436         * ps/ps-document.c: (ps_document_can_get_text),
9437         (ps_document_document_iface_init):
9438         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9439         * shell/ev-window.c: (update_action_sensitivity):
9440
9441         Fix the crash when trying to copy in backends that doesnt
9442         support it. We can implement a better solution once we
9443         do real text selection.
9444
9445 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9446
9447         * data/evince-ui.xml:
9448         * shell/ev-window.c: (ev_window_cmd_escape):
9449         
9450         Work around the Escape conflict (find bar and unfullscreen)
9451
9452 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9455         
9456         Fix for #300233. Next page correctly handles document end.
9457         
9458         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9459         (ev_sidebar_thumbnails_class_init),
9460         (ev_sidebar_thumbnails_set_document),
9461         (ev_sidebar_thumbnails_clear_job),
9462         (ev_sidebar_thumbnails_clear_model):
9463         
9464         Cleanup thumbnail jobs on document changes.
9465         
9466         * shell/ev-view.c: (add_scroll_binding_keypad),
9467         (add_scroll_binding_shifted), (ev_view_class_init):
9468         
9469         Shift + Space scrolls up. Fix for #173184
9470         
9471         * shell/ev-window.c: (ev_window_open_page),
9472         (ev_window_cmd_view_reload):
9473         
9474         Fix reload (Bug #300094)
9475
9476 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9477
9478         
9479         * dvi/mdvi-lib/assoc.c:
9480         * dvi/mdvi-lib/assoc.h: Removed garbage files
9481         
9482         * dvi/mdvi-lib/bitmap.c:
9483         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9484         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9485         * dvi/mdvi-lib/color.h: Antialias of rules
9486         
9487         * dvi/mdvi-lib/common.h:
9488         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9489         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9490         * dvi/mdvi-lib/files.c:
9491         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9492         * dvi/mdvi-lib/mdvi.h:
9493         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9494         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9495         * dvi/mdvi-lib/util.c: Fix compile warnings
9496         
9497         * dvi/dvi-document.c:
9498         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9499         (dvi_document_thumbnails_get_thumbnail),
9500         (dvi_document_document_thumbnails_iface_init):
9501         * dvi/mdvi-lib/Makefile.am:
9502         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9503         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9504         
9505         Dvi backend now renders thumbnails
9506
9507 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9508
9509         * shell/main.c: (main): 
9510         
9511         Save accelerators on exit. Fixes bug #172095.
9512
9513 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9514
9515         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9516         update priority" comment.
9517
9518         * backend/ev-job-queue.c: Give a way to change priority.
9519
9520 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * shell/ev-page-action.c: Fix logic.
9523
9524 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * shell/ev-view.c: (ev_view_can_find_next):
9527         * shell/ev-window.c: (ev_window_setup_document):
9528
9529         Check that the document supports find
9530
9531 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9532
9533         * data/evince-ui.xml:
9534         * shell/ev-view.c: (ev_view_can_find_next):
9535         * shell/ev-view.h:
9536         * shell/ev-window.c: (update_action_sensitivity),
9537         (find_changed_cb), (ev_window_setup_document),
9538         (ev_window_cmd_edit_find_next):
9539
9540         Add Edit->Find Next
9541
9542 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9543
9544         * pdf/ev-poppler.cc:
9545         * shell/ev-print-job.c: (idle_print_handler):
9546
9547         Make printing work again
9548
9549 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9550
9551         * shell/ev-page-action.h:
9552         * shell/ev-page-action.c: (ev_page_action_widget_init),
9553         (ev_page_action_widget_class_init), (page_changed_cb),
9554         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9555         (get_filter_model_from_model), (match_selected_cb),
9556         (display_completion_text), (match_completion), (update_model),
9557         (connect_proxy), (ev_page_action_set_property),
9558         (ev_page_action_get_property), (ev_page_action_set_document),
9559         (ev_page_action_set_model), (ev_page_action_class_init): Big
9560         reworking to make completions work iff we have >= GTK-2.7.0
9561                 
9562         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9563         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9564         (job_finished_cb): We now have a 'model' property that is set when
9565         the links are loaded.  This can be caught with "notify::model"
9566
9567         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9568         listen for the model to be set, and propagate it to the action.
9569
9570 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * cut-n-paste/recent-files/egg-recent-item.c:
9573         (egg_recent_item_set_uri), (make_valid_utf8),
9574         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9575         * cut-n-paste/recent-files/egg-recent-item.h:
9576         
9577         Update egg-recent from libegg. This should fix long
9578         startup problem. For details see
9579         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9580
9581 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9582
9583         * cut-n-paste/recent-files/Makefile.am:
9584         * data/evince-ui.xml, shell/Makefile.am:
9585         * shell/ev-application.c, shell/ev-application.h:
9586         * shell/ev-window.c: Recent files support.
9587         
9588         * configure.ac: Added "ru" to ALL_LINGUAS.
9589         
9590         * dvju: new backend to support DJVU files.
9591         * dvi: new backend to support DVI.
9592
9593         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9594         * ev-application.c: Support for new backends.
9595         
9596         * help, ev-window.c, main.c shell/Makefile.am: 
9597         Evince user documentation.
9598
9599 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9600
9601         * po/POTFILES.in:
9602         * shell/ev-window.c:
9603         * thumbnailer/evince-thumbnailer.c:
9604
9605         s/pdf-document/ev-poppler
9606
9607 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9608
9609         * NEWS:
9610         * configure.ac:
9611
9612         Release 0.2.0
9613
9614         * ps/ps-document.c: (setup_pixmap):
9615
9616         Remove debug code
9617
9618 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9619
9620         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9621         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9622         (ev_window_cmd_go_first_page): Fix of by one errors.
9623
9624 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9625
9626         * ps/ps-document.c: (get_page_box):
9627
9628         Fix page size calculation
9629
9630 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9633         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9634         (get_page_orientation), (setup_page), (document_load),
9635         (ps_document_get_page_size), (render_pixbuf_idle):
9636         * ps/ps-document.h:
9637
9638         More refactoring to adapt to EvDocument changes
9639
9640 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * ps/ps-document.c: (start_interpreter):
9643
9644         Actually add alpha args
9645
9646 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9647
9648         * pdf/ev-poppler.cc:
9649
9650         Make clipboard work again
9651
9652 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9653
9654         Make searching work again.
9655         
9656         * backend/ev-document.c:
9657         * backend/ev-document.h:
9658         * backend/ev-document-find.c:
9659         * backend/ev-document-find.h: Change EvDocumentIface so we no
9660         longer store the current page or zoom level in the document.  The
9661         consequence is that all calls that operate on the current page now
9662         instead take the page number as an extra argument, and all
9663         coordinates are now doubles in document coordinate system.
9664
9665         * pdf/ev-poppler.cc:
9666         * pixbuf/pixbuf-document.c:
9667         * ps/ps-document.c: Update backends accordingly.
9668
9669 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9670
9671         * autogen.sh:
9672
9673         Add required gettext version
9674
9675 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9676
9677         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9678         make F1 bring up non-existent help.
9679
9680         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9681         epiphany's find bar, #167477
9682
9683         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9684         <emil@nishra.com> to add space-bar scrolling, 
9685
9686         * shell/ev-window.c (static GtkActionEntry entries): add default
9687         keybinding for Help (F1)
9688         Fixes #171068
9689
9690         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9691         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9692         170110
9693
9694 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9695
9696         * Makefile.am: 
9697         * pixbuf/pixbuf-document.c: 
9698
9699         Got pixbuf backend working again
9700
9701 2005-04-01  Steve Murphy  <murf@e-tools.com>
9702
9703         * configure.in: Added "rw" to ALL_LINGUAS.
9704
9705 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9706
9707         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9708         model types, noticed by Martin Kretzschmar.
9709
9710 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9711
9712         * pdf/ev-poppler.cc: Implement search based on
9713         poppler_page_find_text().  Currently a bit crude since we remember
9714         all matches from all pages.  Also, we grab the big document lock
9715         when we search since searching changes the underlying stream and
9716         thus conflicts with the rendering thread.
9717         
9718         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9719         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9720         (ev_view_find_previous): Fix some page indexes to be 0 based,
9721         offset rubber band by view offset,
9722
9723 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9724
9725         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9726
9727 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9728
9729         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9730         completely because I didn't understand GtkActions.  I should
9731         read Marco's code more carefully in the future.
9732
9733         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9734         function
9735
9736 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9737
9738         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9739         PopplerRectangle change from poppler CVS.
9740
9741 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9742
9743         * backend/ev-document.c: (ev_document_get_page_label):
9744         * backend/ev-document.h:
9745         * backend/ev-page-cache.c: (_ev_page_cache_new),
9746         (ev_page_cache_get_page_label):
9747         * backend/ev-page-cache.h:
9748         * pdf/ev-poppler.cc:
9749         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9750         (links_page_num_func):
9751         * shell/ev-sidebar-thumbnails.c:
9752         (ev_sidebar_thumbnails_set_document):
9753         * shell/ev-view.c: (status_message_from_link),
9754         (ev_view_motion_notify_event):
9755         * shell/ev-window.c: (document_supports_sidebar): Add in page
9756         label support.  It's not perfect yet, but it's the first 'feature'
9757         in a while.
9758         Also, fix a bogus comment noticed by crispin. 
9759
9760 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9761
9762         * Makefile.am: Remove pixbuf backend for now
9763
9764         * configure.ac: Require poppler-glib instead of just poppler.
9765
9766         * backend/ev-document-thumbnails.h: Add a comment
9767
9768         * backend/ev-document.h:
9769         * backend/ev-document.c: (ev_document_class_init),
9770         (ev_document_load), (ev_document_get_link),
9771         (ev_document_get_links): Remove 3 methods and add get_links.
9772         Also, made 0 based.
9773
9774         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9775         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9776
9777         * backend/ev-link.c: (ev_link_set_title),
9778         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9779         (ev_link_mapping_find):
9780         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9781         
9782         * backend/ev-page-cache.c: (ev_page_cache_init),
9783         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9784         (ev_page_cache_get_size), (ev_page_cache_next_page),
9785         (ev_page_cache_prev_page): Fix to be 0 based.
9786
9787         * pdf/Makefile.am: 
9788         * pdf/ev-poppler.h:
9789         * pdf/ev-poppler.cc: New backend.
9790         
9791         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9792         (ps_document_get_page), (ps_document_document_iface_init):
9793
9794         * shell/ev-pixbuf-cache.h:
9795         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9796         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9797         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9798         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9799         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9800         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9801         based.
9802         
9803         * shell/ev-sidebar-thumbnails.c:
9804         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9805         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9806
9807         * shell/ev-view.c: (status_message_from_link),
9808         (find_page_at_location), (get_link_at_location),
9809         (ev_view_motion_notify_event), (ev_view_button_release_event),
9810         (ev_view_init): Use the new link code.  Fix to be 0 based.
9811
9812         * shell/ev-window.c: (update_action_sensitivity),
9813         (document_supports_sidebar): 0 based.
9814
9815 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9816
9817         * pdf/pdf-document.cc: Patch from Fernando Herrera
9818         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9819         *blush*
9820
9821 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9822
9823         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9824         1 to the page, as this seems to be 1 based.  I thought we has this
9825         fixed.  grump.
9826
9827 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9828
9829         * TODO:
9830         * backend/Makefile.am:
9831         * backend/ev-document-links.c:
9832         (ev_document_links_has_document_links),
9833         (ev_document_links_get_links_model):
9834         * backend/ev-document-links.h:
9835         * backend/ev-document.c: (ev_document_get_page_cache),
9836         (ev_document_get_doc_mutex), (ev_document_load),
9837         (ev_document_save), (ev_document_get_title),
9838         (ev_document_get_n_pages), (ev_document_set_page),
9839         (ev_document_get_page), (ev_document_set_target),
9840         (ev_document_set_scale), (ev_document_set_page_offset),
9841         (ev_document_get_page_size), (ev_document_get_text),
9842         (ev_document_get_link), (ev_document_render),
9843         (ev_document_render_pixbuf), (ev_document_scale_changed):
9844         * backend/ev-document.h:
9845         * backend/ev-job-queue.c: (remove_object_from_queue),
9846         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9847         (no_jobs_available_unlocked), (ev_render_thread),
9848         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9849         (ev_job_queue_remove_job):
9850         * backend/ev-job-queue.h:
9851         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9852         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9853         (ev_job_links_class_init), (ev_job_render_init),
9854         (ev_job_render_dispose), (ev_job_render_class_init),
9855         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9856         (ev_job_thumbnail_class_init), (ev_job_finished),
9857         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9858         (ev_job_render_run), (ev_job_thumbnail_new),
9859         (ev_job_thumbnail_run):
9860         * backend/ev-jobs.h:
9861         * backend/ev-link.c:
9862         * backend/ev-link.h:
9863         * backend/ev-page-cache.c: (ev_page_cache_init),
9864         (ev_page_cache_class_init), (ev_page_cache_finalize),
9865         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9866         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9867         (ev_page_cache_set_link), (ev_page_cache_get_title),
9868         (ev_page_cache_get_size), (ev_page_cache_next_page),
9869         (ev_page_cache_prev_page):
9870         * backend/ev-page-cache.h:
9871         * pdf/pdf-document.cc:
9872         * ps/gsdefaults.c:
9873         * ps/gsdefaults.h:
9874         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9875         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9876         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9877         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9878         (is_interpreter_ready), (output), (catchPipe), (input),
9879         (start_interpreter), (check_filecompressed), (compute_dimensions),
9880         (ps_document_enable_interpreter), (document_load),
9881         (ps_document_next_page), (render_page), (ps_document_set_page),
9882         (ps_document_set_scale), (render_pixbuf_idle),
9883         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9884         * ps/ps-document.h:
9885         * shell/Makefile.am:
9886         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9887         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9888         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9889         (ev_pixbuf_cache_new), (job_finished_cb),
9890         (check_job_size_and_unref), (move_one_job),
9891         (ev_pixbuf_cache_update_range), (find_job_cache),
9892         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9893         (ev_pixbuf_cache_add_jobs_if_needed),
9894         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9895         * shell/ev-pixbuf-cache.h:
9896         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9897         (idle_print_handler):
9898         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9899         (selection_changed_cb), (create_loading_model),
9900         (ev_sidebar_links_construct), (links_page_num_func),
9901         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9902         (update_page_callback), (job_finished_cb),
9903         (ev_sidebar_links_set_document):
9904         * shell/ev-sidebar-thumbnails.c:
9905         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9906         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9907         (page_changed_cb), (thumbnail_job_completed_callback),
9908         (ev_sidebar_thumbnails_set_document):
9909         * shell/ev-sidebar-thumbnails.h:
9910         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9911         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9912         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9913         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9914         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9915         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9916         (ev_view_button_release_event), (ev_view_scroll_view),
9917         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9918         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9919         (ev_view_new), (job_finished_cb), (page_changed_cb),
9920         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9921         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9922         (ev_view_find_previous):
9923         * shell/ev-view.h:
9924         * shell/ev-window.c: (update_action_sensitivity),
9925         (ev_window_open_page), (update_window_title), (update_total_pages),
9926         (page_changed_cb), (ev_window_setup_document),
9927         (password_dialog_response), (ev_window_cmd_save_as),
9928         (ev_window_print), (ev_window_cmd_go_previous_page),
9929         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9930         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9931         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9932         * shell/main.c: (main):
9933
9934         Merge evince-threads branch
9935
9936 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9937
9938         * configure.ac: Added "lt" to ALL_LINGUAS.
9939
9940 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9941
9942         * NEWS:
9943         * configure.ac:
9944
9945         Release 0.1.9
9946
9947 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9948
9949         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9950
9951         Fix here also the thumbnails 1-basedness :)
9952
9953 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9954
9955         * NEWS:
9956         * configure.ac:
9957
9958         Release 0.1.8
9959
9960 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9961
9962         * pdf/pdf-document.cc:
9963         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9964         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9965
9966         Fix the mess we did with thumbnails and 1-basedness
9967
9968 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9969
9970         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9971
9972 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9973
9974         * NEWS:
9975         * configure.ac:
9976
9977         Release 0.1.7
9978
9979 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9980
9981         * ps/Makefile.am:
9982         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9983         (gtk_gs_defaults_get_alpha_parameters),
9984         (gtk_gs_defaults_get_ungzip_cmd),
9985         (gtk_gs_defaults_get_unbzip2_cmd):
9986         * ps/gsdefaults.h:
9987         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9988         (ps_document_get_orientation), (document_load),
9989         (ps_document_goto_page), (ps_document_set_page_size):
9990         * ps/ps-document.h:
9991
9992         Some more sanitization of the ps backend. Remove a lot
9993         of unused code and do not base our defaults on ggv
9994         preferences (ugh!)
9995
9996 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9997
9998         * thumbnailer/evince-thumbnailer.schemas:
9999         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10000         (main): add -s option for thumbnail size.
10001
10002 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10003
10004         * configure.ac:
10005
10006         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10007         remove it.
10008
10009 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10010
10011         * pdf/pdf-document.cc:
10012
10013         Remove 4 pixels of useless border from the
10014         thumbnail.
10015
10016 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10017
10018         * backend/ev-document-thumbnails.c:
10019         (ev_document_thumbnails_get_thumbnail):
10020         * backend/ev-document-thumbnails.h:
10021
10022         Rework API a bit. Add a border flag and
10023         change sizing logic (now the size we specify
10024         applies to the bigger dimension).
10025
10026         * pdf/pdf-document.cc:
10027         * pixbuf/pixbuf-document.c:
10028         (pixbuf_document_thumbnails_get_thumbnail):
10029         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10030         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10031
10032         Adapt to the new API and do not draw a border for nautilus
10033         thumbnailer.
10034
10035 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10036
10037         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10038         take thumbnails from page "0" instead of "1". Added a copyright header.
10039
10040 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10041
10042         * ps/ps-document.c: (set_up_page), (start_interpreter):
10043
10044         Make it C89 compliant
10045
10046 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10047
10048         * Makefile.am:
10049         * configure.ac:
10050         * pdf/.cvsignore:
10051         * pdf/pdf-document.cc:
10052         * thumbnailer/Makefile.am:
10053         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10054         (main):
10055         * thumbnailer/evince-thumbnailer.schemas:
10056         * thumbnailer/pdf-icon.png:
10057
10058         Add a nautilus thumbnailer.
10059         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10060
10061 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10062
10063         * NEWS:
10064         * configure.ac:
10065         * po/POTFILES.in:
10066
10067         Release 0.1.6
10068
10069 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10070
10071         Use poppler instead of including xpdf source code.  Poppler is a
10072         fork of xpdf to build it as a shared library. See
10073         http://freedesktop.org/wiki/Software/poppler.
10074
10075         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10076         xpdf fork.
10077         
10078         * pdf/Makefile.am: Build libpdfdocument.a here.
10079         
10080         * pdf/GDKSplashOutputDev.cc:
10081         * pdf/GDKSplashOutputDev.h:
10082         * pdf/GnomeVFSStream.cc:
10083         * pdf/GnomeVFSStream.h:
10084         * pdf-document.cc:
10085         * pdf-document.h:
10086         * test-gdk-output-dev.cc
10087         * Thumb.cc:
10088         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10089         against poppler.
10090
10091 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10092
10093         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10094
10095         Clear idle stack before unsetting the document
10096
10097 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10098
10099         * ps/ps-document.c: (ps_document_widget_event),
10100         (ps_document_set_target), (ps_document_finalize),
10101         (ps_document_get_page):
10102
10103         Disconnect the widget event signal on finalize.
10104         Some code cleanups.
10105
10106 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10107
10108         * ps/ps-document.c: (set_up_page):
10109
10110         If there is no bpixmap create one, even if size
10111         is not changed.
10112
10113 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10114
10115         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10116         (set_up_page), (document_load), (ps_document_set_zoom):
10117
10118         Default page is 0. Calculate size even when we have no
10119         target yet.
10120
10121 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10122
10123         * shell/ev-sidebar.c: expand the selection widget to be always as
10124         wide as the sidebar
10125
10126 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10127
10128         * shell/ev-sidebar-thumbnails.c:
10129         (ev_sidebar_thumbnails_set_document):
10130
10131         Clear the list store when setting document
10132
10133 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10134
10135         * shell/ev-page-action.c: (update_entry), (sync_entry),
10136         (activate_cb), (entry_size_request_cb), (create_tool_item),
10137         (connect_proxy):
10138
10139         Use an entry for the page control instead of spinbuttons
10140
10141 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10142
10143         * data/evince.schemas.in:
10144
10145         Correct confusing string
10146
10147 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10148
10149         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10150         for real.  Gosh, how long has this been broken.
10151
10152         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10153         check for a NULL link.  We crash otherwise.
10154
10155 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10156
10157         * NEWS:
10158         * configure.ac:
10159
10160         Release 0.1.5
10161
10162 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10163
10164         * configure.ac: add the french translation.
10165
10166 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10167
10168         * shell/ev-window.c:
10169
10170         Remove unused header -> fix distcheck
10171
10172 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10173
10174         * shell/ev-window.c: (update_window_title),
10175         (ev_window_popup_password_dialog):
10176
10177         Unescape filename for display
10178
10179 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10180
10181         * pdf/xpdf/pdf-document.cc:
10182
10183         In get_page_size deal with rotation. Also
10184         cleanup the function a bit.
10185
10186 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10187
10188         * pdf/xpdf/pdf-document.cc:
10189
10190         Fix crash when opening in new window
10191
10192 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10193
10194         * configure.ac:
10195
10196         Check ghostscript >= 7
10197
10198 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10199
10200         * shell/ev-window.c:
10201
10202         Make page width the default sizing mode
10203
10204 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10205         Marco Pesenti Gritti <marco@gnome.org>
10206
10207         * shell/ev-window.c: Remember the sidebar size
10208
10209         * data/evince.schemas.in: Add a new gconf key to store the size of
10210         the sidebar
10211
10212 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10213
10214         * data/evince-ui.xml:
10215         * shell/ev-window.c: (update_action_sensitivity),
10216         (ev_window_cmd_view_reload):
10217         
10218         Add a "Reload" action and menu entry
10219
10220 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10221
10222         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10223         iff the type doesn't support thumbnailing and indexing.
10224
10225 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10226
10227         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10228
10229 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10230
10231         * pdf/splash/Splash.cc:
10232
10233         Port fix for a crasher from kde bug
10234         http://bugs.kde.org/show_bug.cgi?id=97131
10235
10236 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10237
10238         * pdf/xpdf/pdf-document.cc:
10239
10240         Return a link even if it's of an unrecognized
10241         type. Otherwise we go in an infinte cycle.
10242
10243 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10244
10245         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10246         (size_allocate_cb), (ev_window_set_sizing_mode):
10247
10248         Update size when switching mode
10249
10250 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10251
10252         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10253         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10254         (ev_window_cmd_view_normal_size):
10255
10256         Fix size toggle buttons behavior
10257
10258 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10259
10260         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10261         (doc_rect_to_view_rect), (ev_view_size_allocate),
10262         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10263         (scale_changed_callback):
10264
10265         Do not cache offsets in size_allocate.
10266
10267 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10268
10269         * shell/ev-view.c: (ev_view_size_allocate):
10270
10271         Calculate offsets before calling the parent
10272         class (which does a redraw)
10273
10274 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * pdf/xpdf/pdf-document.cc:
10277
10278         Fix a crasher on exit. Unused code, put a TODO
10279
10280 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10281
10282         * backend/ev-document.c: (ev_document_class_init),
10283         (ev_document_page_changed), (ev_document_scale_changed):
10284         * backend/ev-document.h:
10285
10286         Separate page/scale notifications
10287
10288         * pdf/xpdf/pdf-document.cc:
10289
10290         Emit the new signals.
10291         Do not display the pdf page in _render, do it
10292         when scale/page are requested.
10293
10294         * ps/ps-document.c: (ps_document_set_zoom),
10295         (ps_document_widget_event):
10296         * ps/ps-document.h:
10297
10298         Emit the new signals.
10299
10300         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10301         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10302         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10303         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10304         * shell/ev-view.h:
10305         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10306         (ev_window_cmd_view_page_width), (size_allocate_cb),
10307         (ev_window_set_sizing_mode):
10308
10309         Rework sizing to be pixel based.
10310         There are bugs but should be already way better.
10311
10312 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * shell/ev-window.c: (ev_window_init):
10315
10316         Do not allow to shrink sidebar smaller then
10317         child requisition
10318
10319 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10320
10321         * shell/ev-sidebar.[ch]
10322         * shell/ev-window.c:
10323
10324         Improved sidebar widget. Fixes #166683
10325
10326 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10327
10328         * shell/ev-view.c (update_find_status_message): Give translators
10329         more flexibility with ngettext plural handling.
10330
10331 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10332
10333         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10334         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10335         page when we get the page size.
10336
10337 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10338
10339         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10340
10341         ps pages are 0 based, convert 
10342
10343 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10344
10345         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10346
10347         Initialize correct parent class. Set GError on document load
10348
10349 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * pdf/xpdf/pdf-document.cc:
10352
10353         Fixup selection offset calculation
10354
10355         * shell/ev-view.c: (view_rect_to_doc_rect),
10356         (doc_rect_to_view_rect), (ev_view_size_allocate),
10357         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10358         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10359
10360         Store selection as document relative, so that zooming
10361         and offset changing doesnt break it.
10362
10363 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10364
10365         * shell/ev-view.c: (ev_view_best_fit):
10366
10367         Do not try to best fit if the view is not realized
10368
10369 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10370           
10371         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10372
10373 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10374
10375         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10376
10377 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10378
10379         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10380         the popup window.  That prevents it resizing when in full screen
10381         mode.
10382
10383         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10384         multiple rerenders.  This pretty much sucks.
10385
10386         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10387         rest of the toolbar.
10388
10389 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10390
10391         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10392
10393 2005-02-17  Alexander Shopov  <ash@contact.bg>
10394
10395         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10396
10397 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10398
10399         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10400
10401 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10402
10403         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10404         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10405         (set_document_page), (document_changed_callback),
10406         (ev_view_set_document), (ev_view_find_previous),
10407         (ev_view_hide_cursor), (ev_view_show_cursor):
10408         * shell/ev-view.h:
10409         * shell/ev-window.c: (update_chrome_visibility),
10410         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10411         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10412         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10413         (ev_window_unfullscreen):
10414         * shell/main.c: (main):
10415
10416         Automatically hide the fullscreen button.
10417         Patch by Kristian Høgsberg <krh@redhat.com>
10418
10419 2005-02-16  Vincent Noel  <vnoel@cox.net>
10420
10421         * shell/main.c (main): Specify an icon for the window. Patch by
10422         Jaap A. Haitsma. Fixes #166177.
10423
10424 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10425
10426         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10427
10428 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10429
10430         * backend/ev-document-misc.h:
10431         * backend/ev-document-misc.c:
10432         (ev_document_misc_get_page_border_size),
10433         (ev_document_misc_paint_one_page): New function to canonicalize
10434         sizing/painting a border.
10435
10436         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10437         used.
10438
10439         * pdf/xpdf/pdf-document.cc: use new function
10440
10441         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10442         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10443         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10444         shell/ev-window.c: (update_sizing_buttons),
10445         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10446         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10447         (ev_window_cmd_view_page_width), (size_allocate_cb),
10448         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10449         and "fit width" values act as toggle buttons so they stay
10450         toggled.  It's not 100% perfect, and it's a little slow, but it's
10451         good enough to commit I think.
10452
10453 2005-02-15  David Lodge  <dave@cirt.net>
10454
10455         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10456
10457 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10458
10459         * shell/ev-window.c (update_window_title): replace newlines in
10460         the title by spaces. Bug #166107.
10461
10462 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10463
10464         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10465         parameters providing allocation width and height without
10466         scrollbars and width of a possible vertical scrollbar. With this
10467         additional information the functions can work as
10468         intended. Unfortunately they're not idempotent. We should
10469         transform these commands to toggles. Fixes Bug #164976
10470         Initial patch by Stephane Loeuillet, then heavily modified.
10471
10472         * shell/ev-view.h: update prototypes.
10473
10474         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10475         (ev_window_cmd_view_page_width): provide EvView fit functions with
10476         all the information they need. Formulas to calculate this
10477         information taken from GtkScrolledWindow.
10478
10479 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10480
10481         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10482         created a thumbnail, the list store is updated to know
10483         that the thumbnail is set. Fixes bug #166792
10484
10485 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10486
10487         * shell/ev-window.c: fixed typo, closes bug 166897
10488
10489         * TODO: updated TODO with bug numbers that are relevant
10490
10491 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10492
10493         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10494
10495 2005-02-09  Vincent Noel  <vnoel@cox.net>
10496
10497         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10498         and "Next" toolbar buttons as important to make them stand out.
10499
10500 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * lib/ev-debug.c:
10503         * lib/ev-debug.h:
10504         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10505         (start_interpreter), (stop_interpreter), (document_load),
10506         (ps_document_next_page), (ps_document_goto_page),
10507         (ps_document_set_page_size), (ps_document_widget_event),
10508         (ps_document_render):
10509         * shell/ev-page-view.c: (ev_page_view_dispose):
10510         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10511
10512         Fix compilation on non-gcc platforms
10513
10514 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10515
10516         * NEWS:
10517         * configure.ac:
10518
10519         Release 0.1.4
10520
10521         * pdf/xpdf/Catalog.cc:
10522         * pdf/xpdf/XRef.cc:
10523
10524         Fix the fix for CAN-2004-0888
10525
10526 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10527
10528         * data/Makefile.am:
10529         * data/evince-ui.xml:
10530         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10531         * shell/ev-stock-icons.h:
10532         * shell/ev-window.c: (update_action_sensitivity),
10533         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10534         (set_action_properties):
10535
10536         Improve toolbar layout/icons
10537
10538 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10539
10540         * pdf/xpdf/pdf-document.cc:
10541
10542         Add warnings about unimplemented/unknown link
10543         types.
10544
10545 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * ps/ps-document.c: (set_up_page):
10548
10549         Log gs property
10550
10551 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * ps/ps-document.c: (start_interpreter):
10554
10555         Log gs env var
10556
10557 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10558
10559         * shell/ev-page-view.c: (ev_page_view_dispose):
10560         * shell/ev-view.c: (ev_view_finalize):
10561         * shell/ev-window.c: (ev_window_setup_document),
10562         (ev_window_dispose), (ev_window_init):
10563
10564         Solve more refs issues.
10565
10566         I commented out the page_view initialization for now:
10567         it was never destroyed (because it's never added
10568         to a container). Because of that we was leaking
10569         gs processes. Couldnt think to a clean fix.
10570         We need to figure this out, password view has the
10571         same issue probably.
10572
10573 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * ps/ps-document.c: (ps_document_finalize),
10576         (ps_document_get_n_pages), (ps_document_get_page):
10577
10578         Some cleanups, stop the interpreter on finalize
10579
10580         * shell/ev-page-view.c: (ev_page_view_dispose),
10581         (ev_page_view_class_init):
10582
10583         Release our reference on the document
10584
10585 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10586
10587         * Makefile.am:
10588         * configure.ac:
10589         * doc/debugging.txt:
10590         * lib/.cvsignore:
10591         * lib/Makefile.am:
10592         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10593         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10594         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10595         * lib/ev-debug.h:
10596
10597         Add debugging helpers
10598
10599         * ps/Makefile.am:
10600         * ps/ps-document.c: (set_up_page), (start_interpreter),
10601         (stop_interpreter), (document_load), (ps_document_next_page),
10602         (ps_document_goto_page), (ps_document_set_page_size),
10603         (ps_document_widget_event), (ps_document_render):
10604         * shell/Makefile.am:
10605         * shell/ev-view.c: (expose_bin_window):
10606         * shell/main.c: (main):
10607
10608         Add some logs
10609         
10610 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * ps/ps-document.c: (ps_document_widget_event):
10613
10614         Initialize message_window, this should make ps
10615         rendering really work! (Never noticed because I was
10616         testing with a ps that is causing gs to exit every time!)
10617
10618 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10619
10620         * data/evince.schemas.in: updated simple error in applyto closing tag
10621
10622 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10623
10624         * Makefile.am:
10625         * configure.ac:
10626         * data/.cvsignore:
10627         * data/Makefile.am:
10628         * data/evince-ui.xml:
10629         A data/evince.schemas.in:
10630         * po/POTFILES.in:
10631         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10632         * shell/ev-stock-icons.h:
10633         * shell/ev-window.c: (update_chrome_visibility),
10634         (update_chrome_flag), (ev_window_cmd_edit_find),
10635         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10636         (ev_window_unfullscreen), (ev_window_focus_in_event),
10637         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10638         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10639         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10640         (ev_window_dispose), (ev_window_class_init),
10641         (set_action_properties), (set_chrome_actions), (load_chrome),
10642         (ev_window_init):
10643
10644         Implement fullscreen mode changes from bug #164776.
10645         Also implement persistent chrome toggles.
10646
10647 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10648
10649         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10650
10651 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10652
10653         * NEWS:
10654         * configure.ac:
10655         * shell/ev-view.c:
10656
10657         Add another check for find interface
10658
10659         Release 0.1.3
10660
10661 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10662
10663         * shell/ev-application.c: (ev_application_open):
10664         * shell/ev-window.c: (ev_window_open):
10665
10666         Open gzipped ps documents
10667
10668 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10669
10670         * TODO:
10671         * shell/ev-view.c: (set_document_page):
10672
10673         Clamp page number, dont try to move to
10674         not existant pages.
10675
10676 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * backend/ev-document-find.c: (ev_document_find_changed):
10679         * backend/ev-document-find.h:
10680         * pdf/xpdf/pdf-document.cc:
10681         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10682         * shell/ev-window.c: (find_bar_search_changed_cb):
10683
10684         Fix several bugs with find
10685
10686 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10687
10688         * shell/ev-sidebar-thumbnails.c
10689         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10690         document. Prevents warning from scroll_to_cell.
10691
10692 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10693
10694         * configure.ac: Add «nb» to ALL_LINGUAS too.
10695
10696 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10697
10698         * NOTES: New file with some random thoughts.
10699
10700         * TODO: Update.
10701
10702         * backend/ev-document-misc.c:
10703         (ev_document_misc_get_page_border_size): New function to
10704         canonicalize shadow drawing sizes.  Possibly goofy.
10705
10706         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10707         (ev_view_best_fit), (ev_view_fit_width):
10708         * pdf/xpdf/pdf-document.cc:
10709         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10710         * ps/ps-document.c: (ps_document_get_page_size):
10711         * backend/ev-document-misc.h:
10712         * backend/ev-document.c: (ev_document_get_page_size):
10713         * backend/ev-document.h: get_page_size now takes a page number
10714         parameter.  Made all the backends/frontends honor it.
10715
10716         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10717         see.  Doesn't work yet.
10718
10719         * shell/Makefile.am:
10720         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10721         Doesn't do anything yet.
10722
10723         * shell/ev-sidebar-thumbnails.c:
10724         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10725         [0..n_pages-1]
10726
10727         * shell/ev-window.c: (update_action_sensitivity),
10728         (ev_window_setup_document), (ev_window_set_page_mode),
10729         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10730         view-swapping code a bit so we can have multiple views on a
10731         document.  Add the multi-page view, though it can't be turned on
10732         yet.
10733
10734 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * shell/ev-application.c: (ev_application_open):
10737         * shell/ev-view.c: (expose_bin_window):
10738         * shell/ev-window.c: (ev_window_open):
10739
10740         Support eps and check document supports find
10741         before drawing highlightings in expose.
10742
10743 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10744
10745         * pixbuf/pixbuf-document.c:
10746         (pixbuf_document_thumbnails_get_dimensions),
10747         (pixbuf_document_document_thumbnails_iface_init):
10748
10749         implement get_dimensions
10750
10751 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10752
10753         * NEWS:
10754         * configure.ac:
10755
10756         Release 0.1.2
10757
10758 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * shell/ev-view.c: (set_document_page):
10761
10762         Scroll at the top of the page when changing page
10763
10764 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * shell/ev-view.c: (ev_view_motion_notify_event):
10767
10768         Do not redraw unnecessarily
10769
10770 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10771
10772         * pdf/xpdf/pdf-document.cc:
10773         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10774         (expose_bin_window), (find_changed_cb):
10775
10776         Yay! find works now... Now to find bugs...
10777
10778 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10779
10780         * backend/ev-document-find.c: (ev_document_find_base_init),
10781         (ev_document_find_changed):
10782         * backend/ev-document-find.h:
10783         * pdf/xpdf/pdf-document.cc:
10784         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10785         (expose_bin_window), (ev_view_init), (set_document_page),
10786         (ensure_rectangle_is_visible), (jump_to_find_result),
10787         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10788         (ev_view_find_next), (ev_view_find_previous):
10789         * shell/ev-view.h:
10790         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10791
10792         More work on find implementation, mostly there now
10793
10794 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10795
10796         * backend/ev-backend-marshalers.list:
10797         * backend/ev-document-find.c: (ev_document_find_base_init),
10798         (ev_document_find_cancel), (ev_document_find_page_has_results),
10799         (ev_document_find_get_n_results), (ev_document_find_get_result),
10800         (ev_document_find_get_progress), (ev_document_find_changed):
10801         * backend/ev-document-find.h:
10802
10803         Enanche the find interface to be really able to do
10804         multi page find.
10805
10806         * pdf/xpdf/pdf-document.cc:
10807
10808         Implement
10809
10810         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10811         (expose_bin_window), (ev_view_init),
10812         (ev_view_get_find_status_message), (find_changed_cb),
10813         (ev_view_set_document), (set_document_page):
10814
10815         Adapt to the new interface. A few things are regressed sorry,
10816         I will finish it soon.
10817
10818 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10819
10820         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10821         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10822         ev_sidebar_thumbnails_parent_class variable, don't define another
10823         parent_class variable.
10824
10825         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10826         (ev_page_action_class_init): ditto.
10827
10828         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10829         (pixbuf_document_class_init): ditto.
10830
10831         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10832         ditto.
10833
10834         * .cvsignore: ignore various valgrind output files.
10835
10836 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10837
10838         * data/evince-ui.xml:
10839         * shell/Makefile.am:
10840         * shell/ev-history.c:
10841         * shell/ev-history.h:
10842         * shell/ev-navigation-action.c:
10843         * shell/ev-navigation-action.h:
10844         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10845         (ev_view_set_page), (ev_view_fit_width):
10846         * shell/ev-view.h:
10847         * shell/ev-window.c: (update_action_sensitivity),
10848         (ev_window_setup_document), (register_custom_actions):
10849
10850         Kill session history
10851
10852 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10853
10854         * shell/ev-window.c: (update_action_sensitivity):
10855
10856         Fix inverted up/down buttons
10857
10858 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10859
10860         * shell/ev-sidebar-thumbnails.c
10861         (ev_sidebar_thumbnails_select_page): make sure the selected
10862         thumbnail stays visible.
10863
10864 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10865
10866         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10867         scrolled window for Federico.
10868
10869 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10870
10871         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10872
10873 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10874
10875         * configure.ac:
10876         * pdf/splash/SplashFTFontEngine.cc:
10877
10878         Fix CID fonts with freetype 2.1.9
10879
10880 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10881
10882         * TODO: added item for desktop icon thumbnailer
10883
10884 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10885
10886         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10887         unloaded docs when the title is accessed.
10888
10889         * shell/ev-password-view.[hc]: New widget for displaying password
10890         state.
10891
10892         * shell/ev-window.[ch]: Refactor password handling code to handle
10893         the new view.
10894
10895 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10896
10897         * NEWS:
10898         * configure.ac:
10899         * data/Makefile.am:
10900
10901         Release 0.1.1
10902
10903 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10904
10905         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10906         ignore page offset here, to make search results independent of it,
10907
10908         * shell/ev-view.c (expose_bin_window): but take offsets into
10909         account here. Bug #164932
10910
10911         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10912         scale at the right time. Bug #164996
10913
10914 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10915
10916         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10917         fix the problem. Now I just removed the Adobe font names and hope
10918         that the URW fonts are always in outline format. Bug #164934
10919
10920         * shell/ev-window.c (update_window_title): empty titles are
10921         useless, use filename in that case too.
10922
10923         * NEWS: Add some content.
10924
10925 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10926
10927         * TODO: added one more TODO item and a TODONE section :)
10928
10929 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10930
10931         * ps/ps-document.h: add page_[xy]_offset fields.
10932
10933         * ps/ps-document.c (ps_document_set_page_offset)
10934         (ps_document_render): Keep offset in consideration in a few
10935         places. Bug #164752 "postscript documents are not centered in
10936         window"
10937
10938         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10939         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10940
10941         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10942         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10943         stub out missing methods for complete EvDocument implementation.
10944         Fixes segfaults with Save A Copy and Copy actions.
10945
10946         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10947         (ps_document_document_iface_init): ditto.
10948         
10949 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10950
10951         * data/.cvsignore:
10952         * data/Makefile.am:
10953         * data/evince.desktop.in:
10954
10955         Add desktop file
10956
10957 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * shell/ev-view.c: (ev_view_button_press_event),
10960         (ev_view_motion_notify_event):
10961
10962         Make selection work in any direction
10963
10964 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * TODO:
10967         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10968
10969         Use shorter labels for some of the toolbars items
10970
10971 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10972
10973         * pdf/xpdf/pdf-document.cc:
10974
10975         Check the links info is initialized before
10976         using it. Should fix a crash on startup.
10977
10978 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10979
10980         * pixbuf/pixbuf-document.c
10981         (pixbuf_document_thumbnails_get_dimensions): force floating point
10982         division to calculate page_ratio. Fixes crash with landscape
10983         format pixbufs.
10984
10985 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10986
10987         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10988
10989 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10990
10991         * shell/ev-view.c (set_document_page): unset has_selection when
10992         the page changes.
10993         (set_document_page): handle paper size changes when the page
10994         changes (test with Free Culture, page 2).
10995
10996 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10999         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11000
11001         Use normal style color for the widget background and
11002         draw a black box around the page.
11003
11004 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * pdf/xpdf/pdf-document.cc:
11007
11008         Keep offset in consideration in a few places
11009
11010         * shell/ev-view.c: (expose_bin_window):
11011
11012         Set the offsets so that the document is ever centered
11013
11014 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11015
11016         * TODO: Added TODO items and finished off the first todo item
11017
11018         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11019         reflect current authors
11020
11021 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11022
11023         * pdf/xpdf/pdf-document.cc:
11024         * shell/ev-view.c: (ev_view_set_cursor),
11025         (ev_view_motion_notify_event), (document_changed_callback),
11026         (set_document_page):
11027
11028         Show a wait cursor while the page is rendering
11029
11030 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11031
11032         * shell/ev-sidebar-thumbnails.c:
11033         (ev_sidebar_tree_selection_changed),
11034         (ev_sidebar_thumbnails_select_page):
11035         * shell/ev-sidebar-thumbnails.h:
11036         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11037         (ev_view_can_go_forward):
11038         * shell/ev-window.c: (ev_window_open_page),
11039         (ev_window_setup_document), (update_current_page),
11040         (view_page_changed_cb), (ev_window_init):
11041         * shell/ev-window.h:
11042
11043         Ensure thumbnails selection, toolbar page control and
11044         current page are in sync.
11045
11046 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11047
11048         * pdf/xpdf/XRef.cc:
11049
11050         Fix CAN-2005-0064
11051
11052 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11053
11054         * backend/Makefile.am:
11055         * backend/ev-document-links.h:
11056         * backend/ev-document-security.c: (ev_document_security_get_type),
11057         (ev_document_security_has_document_security),
11058         (ev_document_security_set_password):
11059         * backend/ev-document-security.h:
11060         * backend/ev-document.c: (ev_document_error_quark):
11061         * backend/ev-document.h:
11062         * data/Makefile.am:
11063         * data/evince-password.glade:
11064         * pdf/xpdf/pdf-document.cc:
11065         * shell/Makefile.am:
11066         * shell/ev-password.c: (ev_password_set_bad_password_label),
11067         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11068         (ev_password_dialog_get_password),
11069         (ev_password_dialog_set_bad_pass):
11070         * shell/ev-password.h:
11071         * shell/ev-window.c: (ev_window_get_attribute),
11072         (ev_window_set_property), (update_action_sensitivity),
11073         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11074         (ev_window_setup_document), (ev_window_get_password),
11075         (ev_window_open), (ev_window_cmd_save_as),
11076         (using_postscript_printer), (ev_window_print),
11077         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11078         (update_fullscreen_popup), (ev_window_fullscreen),
11079         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11080         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11081         (menu_item_select_cb), (find_bar_search_changed_cb),
11082         (ev_window_dispose), (ev_window_init):
11083
11084         Add initial support for password-supported dialogs.  This could be
11085         a lot cooler, but it'll do for now.
11086
11087 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * pdf/xpdf/pdf-document.cc:
11090         * shell/ev-view.c: (status_message_from_link),
11091         (ev_view_set_status), (ev_view_set_cursor),
11092         (ev_view_motion_notify_event), (ev_view_init):
11093         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11094
11095         Fix bugs in the links implementation and change cursor
11096         when hovering a link.
11097
11098 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11099
11100         * viewer/.cvsignore: added cvsignore file for viewer directory
11101
11102         * TODO: created TODO document
11103
11104 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11105
11106         * shell/ev-view.h:
11107         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11108         new functions to help with implementation of sensitivity code
11109         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11110         of all actions that might require it.  Fixes a crash when you
11111         click on the Zoom actions in a window lacking a document.
11112
11113 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11114
11115         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11116         of the Find action
11117
11118 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11119
11120         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11121         (pixbuf_document_document_iface_init):
11122         * ps/ps-document.c: (ps_document_get_link),
11123         (ps_document_document_iface_init):
11124         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11125         (status_message_from_link), (ev_view_set_status),
11126         (ev_view_set_find_status), (ev_view_motion_notify_event),
11127         (ev_view_button_release_event), (ev_view_set_property),
11128         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11129         (ev_view_get_find_status_message), (update_find_results),
11130         (ev_view_get_status), (ev_view_get_find_status):
11131         * shell/ev-view.h:
11132         * shell/ev-window.c: (view_status_changed_cb),
11133         (view_find_status_changed_cb), (ev_window_init):
11134
11135         View status message support, use it to show the links.
11136         Needs work...
11137
11138 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11139
11140         * backend/ev-document.c: (ev_document_get_link):
11141         * backend/ev-document.h:
11142         * pdf/xpdf/pdf-document.cc:
11143         * shell/ev-application.c: (ev_application_open):
11144         * shell/ev-application.h:
11145         * shell/ev-sidebar-links.c: (selection_changed_cb):
11146         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11147         (ev_view_go_to_link):
11148
11149         Add support for document links
11150
11151 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11152
11153         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11154         (create_tool_item):
11155         Set the spin button limits correctly.
11156         
11157         * shell/ev-sidebar-thumbnails.c:
11158         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11159         Support changing pages by clicking on the thumbnails.
11160         
11161 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11162
11163         * pixbuf/pixbuf-document.c:
11164         (pixbuf_document_thumbnails_get_dimensions),
11165         (pixbuf_document_document_thumbnails_iface_init):
11166
11167         implement get_dimensions
11168
11169 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * ps/ps-document.c: (ps_document_goto_page):
11172
11173         Fix page switching on multipage documents
11174
11175 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11176
11177         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11178         
11179         check for NULL before assigning to width and height parameters
11180
11181 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11182
11183         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11184         (pixbuf_document_set_property), (pixbuf_document_get_property):
11185
11186         implement get/set properties
11187
11188 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11189
11190         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11191         
11192         return NULL instead of "Unknown", letting the title get set to
11193         the filename when the pdf has no title.
11194
11195 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11196
11197         * ps/ps-document.c: (ps_document_get_page_count),
11198         (ps_document_goto_page):
11199
11200 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11201
11202         * shell/ev-history.c: (ev_history_get_property),
11203         (ev_history_set_property), (ev_history_class_init),
11204         (ev_history_add_page), (ev_history_set_current_index):
11205         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11206         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11207         (ev_navigation_action_finalize):
11208         * shell/ev-navigation-action.h:
11209         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11210         (ev_view_go_forward), (ev_view_get_find_status_message),
11211         (history_index_changed_cb), (ev_view_set_history):
11212         * shell/ev-view.h:
11213         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11214         (update_current_page), (register_custom_actions):
11215
11216         Implement history dropdowns
11217
11218 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11219
11220         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11221         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11222         (ev_view_go_forward):
11223         * shell/ev-window.c: (register_custom_actions):
11224
11225         Fix several history bugs
11226
11227 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11228
11229         * configure.ac: Add «nb» to ALL_LINGUAS.
11230
11231 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * backend/Makefile.am:
11234         * backend/ev-bookmark.c:
11235         * backend/ev-bookmark.h:
11236         * backend/ev-document-bookmarks.c:
11237         * backend/ev-document-bookmarks.h:
11238         * backend/ev-document-links.c: (ev_document_links_get_type),
11239         (ev_document_links_has_document_links),
11240         (ev_document_links_begin_read), (ev_document_links_get_link),
11241         (ev_document_links_get_child), (ev_document_links_next),
11242         (ev_document_links_free_iter):
11243         * backend/ev-document-links.h:
11244         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11245         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11246         (ev_link_get_link_type), (ev_link_set_link_type),
11247         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11248         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11249         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11250         (ev_link_new_external):
11251         * backend/ev-link.h:
11252         * pdf/xpdf/pdf-document.cc:
11253         * shell/Makefile.am:
11254         * shell/ev-application.c: (ev_application_open_link):
11255         * shell/ev-application.h:
11256         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11257         (ev_history_get_link_nth):
11258         * shell/ev-history.h:
11259         * shell/ev-sidebar-bookmarks.c:
11260         * shell/ev-sidebar-bookmarks.h:
11261         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11262         (ev_sidebar_links_class_init), (selection_changed_cb),
11263         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11264         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11265         (do_one_iteration), (populate_links_idle),
11266         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11267         * shell/ev-sidebar-links.h:
11268         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11269         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11270         (go_to_index):
11271         * shell/ev-view.h:
11272         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11273         * shell/ev-window.h:
11274
11275         Rename bookmark to link, and use "Index" for the sidebar panel.
11276
11277 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11278
11279         * shell/Makefile.am:
11280         * shell/ev-application.c: (ev_application_open_bookmark):
11281         * shell/ev-application.h:
11282         * shell/ev-history.c: (ev_history_init), (free_links_list),
11283         (ev_history_finalize), (ev_history_class_init),
11284         (ev_history_add_link), (ev_history_add_page),
11285         (ev_history_get_link_nth), (ev_history_get_n_links),
11286         (ev_history_get_current_index), (ev_history_set_current_index),
11287         (ev_history_new):
11288         * shell/ev-history.h:
11289         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11290         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11291         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11292         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11293         (ev_view_set_page):
11294         * shell/ev-view.h:
11295         * shell/ev-window.c: (ev_window_open_bookmark),
11296         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11297         (goto_page_cb), (register_custom_actions):
11298         * shell/ev-window.h:
11299
11300         Initial history implementation. Needs work.
11301
11302 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11303
11304         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11305
11306 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11307
11308         * cut-n-paste/recent-files/egg-recent-item.c:
11309         * cut-n-paste/recent-files/egg-recent-item.h:
11310         * cut-n-paste/recent-files/egg-recent-model.c:
11311         * cut-n-paste/recent-files/egg-recent-util.c:
11312         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11313         * cut-n-paste/recent-files/egg-recent-view.c:
11314
11315         Update
11316
11317 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11318
11319         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11320         (fillGlyph, fillImageMask, drawImage):
11321         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11322         pdf/splash/SplashTypes.h:
11323         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11324         packed mode for Splash.
11325
11326         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11327         RGB8 packed mode, eliminates the pixbuf data creation loop.
11328
11329         * shell/ev-print-job.c (ev_print_job_finalize)
11330         (ev_print_job_set_property, ev_print_job_get_property)
11331         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11332         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11333         (print_closure_finalize, ev_print_job_print): implement
11334         printing (for backends with EvPsExporter)
11335
11336         * shell/ev_print_job.h: update prototypes.
11337
11338         * shell/ev-window.c (ev_window_print): unref print job after
11339         printing.
11340
11341         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11342         unless the document implements the EvDocumentFind interface.
11343
11344 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11345
11346         * configure.ac: Added ja to ALL_LINGUAS.
11347
11348 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * pdf/xpdf/pdf-document.cc:
11351
11352         add a FIXME. We should probably not allocate
11353         a bookmark object every time
11354
11355 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * shell/ev-application.c: (ev_application_open),
11358         (ev_application_open_bookmark):
11359         * shell/ev-application.h:
11360         
11361         Add a way to open bookmarks
11362
11363         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11364         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11365         (ev_bookmark_set_property), (ev_bookmark_class_init),
11366         (ev_bookmark_new_title), (ev_bookmark_new_link),
11367         (ev_bookmark_new_external):
11368
11369         Support for external uris, better constructors.
11370
11371         * backend/ev-bookmark.h:
11372         * pdf/xpdf/pdf-document.cc:
11373         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11374
11375         Handle external uris
11376
11377 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11378
11379         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11380         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11381
11382         Hook up bookmarks navigation
11383
11384 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11385
11386         * backend/Makefile.am:
11387         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11388         (ev_bookmark_get_title), (ev_bookmark_set_title),
11389         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11390         (ev_bookmark_get_page), (ev_bookmark_set_page),
11391         (ev_bookmark_get_property), (ev_bookmark_set_property),
11392         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11393         (ev_bookmark_new):
11394         * backend/ev-bookmark.h:
11395         * backend/ev-document-bookmarks.c:
11396         (ev_document_bookmarks_get_bookmark):
11397         * backend/ev-document-bookmarks.h:
11398         * pdf/xpdf/pdf-document.cc:
11399         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11400
11401         Add a bookmark object to the backend and use it instead of get_values
11402
11403 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11404
11405         * data/evince-ui.xml:
11406
11407         Cleanup and add select all.
11408
11409         * shell/ev-view.c: (ev_view_select_all),
11410         (ev_view_button_press_event):
11411         * shell/ev-view.h:
11412         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11413
11414         Add select all.
11415         Clear selection on click.
11416
11417 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11418
11419         * shell/ev-sidebar-thumbnails.c
11420         (ev_sidebar_thumbnails_set_document): forgot to unref the
11421         loading_icon.
11422
11423 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11426         at the visible page, not just linearly.  This makes it look fast.
11427
11428 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11429
11430         * backend/ev-document-misc.c
11431         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11432         white.
11433         * backend/ev-document-thumbnails.h: New interface to get the size
11434         of a page.
11435
11436 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11437
11438         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11439         make dist works
11440
11441 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11442
11443         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11444         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11445         things up a bit.
11446
11447         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11448
11449 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11450
11451         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11452         fonts. Should fix font problems on systems that have the base
11453         fonts in bitmap format. Reported by James Henstridge
11454         <james@jamesh.id.au>.
11455
11456 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11457
11458         * pdf/xpdf/Gfx.cc:
11459         * pdf/xpdf/GfxState.cc:
11460
11461         Fix for CAN-2004-1125
11462
11463 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11464
11465         * shell/ev-view.c: (ev_view_copy):
11466         * shell/ev-view.h:
11467         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11468
11469         Implement Edit->Copy
11470
11471 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11472
11473         * backend/ev-document.c: (ev_document_get_text):
11474         * backend/ev-document.h:
11475         * pdf/xpdf/pdf-document.cc:
11476         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11477         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11478         (ev_view_update_primary_selection), (ev_view_button_press_event),
11479         (ev_view_motion_notify_event), (ev_view_button_release_event):
11480
11481         Beginnings of clipboard support. Incomplete but primary sort
11482         of work.
11483
11484 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11487         (expose_bin_window):
11488
11489         Nicer rubberband drawing, from GtkIconView.
11490
11491 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11492
11493         * backend/ev-document.c: (ev_document_save):
11494         * backend/ev-document.h:
11495         * data/evince-ui.xml:
11496         * pdf/xpdf/pdf-document.cc:
11497         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11498
11499         Implement "Save a copy..." menu item
11500
11501 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * shell/ev-view.c: (ev_view_zoom):
11504
11505         Queue a resize when zoom changes
11506
11507 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11508
11509         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11510         shadows.
11511
11512         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11513         thumbnails..
11514
11515 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11516
11517         * pdf/xpdf/pdf-document.cc
11518         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11519
11520 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11521
11522         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11523         It's slow, but I'll speed it up next!
11524
11525 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11526
11527         * shell/main.c (load_files):
11528
11529         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11530         from the command line and because it seems more appropriate.
11531
11532 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11533
11534         * data/evince-ui.xml:
11535         * shell/ev-window.c: (update_action_sensitivity),
11536         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11537
11538         s/next page/page down
11539         s/previous page/page up
11540
11541 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * data/evince-ui.xml:
11544
11545         Change the layout to match clarkbw design.
11546
11547         * shell/Makefile.am:
11548         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11549         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11550         (ev_navigation_action_finalize),
11551         (ev_navigation_action_set_property),
11552         (ev_navigation_action_get_property),
11553         (ev_navigation_action_class_init):
11554         * shell/ev-navigation-action.h:
11555
11556         Implement clarkbw toolbar navigation controls (incomplete)
11557
11558         * shell/ev-page-action.c: (update_label), (update_spin),
11559         (value_changed_cb), (create_tool_item), (connect_proxy),
11560         (ev_page_action_init), (ev_page_action_finalize),
11561         (ev_page_action_set_property), (ev_page_action_get_property),
11562         (ev_page_action_set_current_page),
11563         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11564         * shell/ev-page-action.h:
11565
11566         Implement a page switcher in the toolbar
11567
11568         * shell/ev-view.c: (ev_view_scroll_view):
11569         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11570         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11571         (register_custom_actions), (ev_window_init):
11572
11573         Change page on PageUp/Down.
11574
11575 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11576
11577         * pdf/xpdf/pdf-document.cc
11578         (pdf_document_thumbnails_get_thumbnail): initial stab at
11579         implementing thumbnail support for pdfs.  It only does documents
11580         with precached pdfs now.
11581
11582 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11585         thumbnail code into a time-based idle as well.  Also, turn off the
11586         shadow temporarily as it's really slow.
11587
11588 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * backend/ev-document.c: (ev_document_class_init):
11591         * pdf/xpdf/pdf-document.cc:
11592         * shell/ev-window.c: (ev_window_open):
11593
11594         Fix document title bugs and fallback to
11595         filename when not available.
11596
11597 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11598
11599         * backend/ev-document.c: (ev_document_get_type),
11600         (ev_document_class_init), (ev_document_load),
11601         (ev_document_get_title):
11602         * backend/ev-document.h:
11603         * pdf/xpdf/pdf-document.cc:
11604         * ps/ps-document.c: (ps_document_set_property),
11605         (ps_document_get_property), (ps_document_class_init),
11606         (document_load):
11607         * ps/ps-document.h:
11608         * ps/ps.h:
11609         * shell/ev-window.c: (update_window_title), (ev_window_open),
11610         (ev_window_init):
11611
11612         Initial support for document title. Not working yet.
11613
11614 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11617
11618         Grab focus on the view when clicking it
11619
11620 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * shell/ev-marshal.list:
11623         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11624         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11625
11626         Add key bindings to the view. Now if the focus would work
11627         right...
11628
11629 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * Makefile.am:
11632         * backend/Makefile.am:
11633         * data/Makefile.am:
11634         * dvi/Makefile.am:
11635         * dvi/dvilib/Makefile.am:
11636         * pdf/xpdf/Makefile.am:
11637         * po/POTFILES.in:
11638         * ps/Makefile.am:
11639
11640         Fix distcheck
11641
11642 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * shell/ev-view.c: (ev_view_realize):
11645
11646         Fix mouse wheel scrolling
11647
11648 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * ps/Makefile.am:
11651         * ps/gstypes.h:
11652         * ps/gtkgs.c:
11653         * ps/gtkgs.h:
11654         * ps/ps-document.c: (catchPipe), (ps_document_init),
11655         (ps_document_class_init), (ps_document_cleanup),
11656         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11657         (set_up_page), (close_pipe), (is_interpreter_ready),
11658         (interpreter_failed), (output), (input), (start_interpreter),
11659         (stop_interpreter), (file_length), (file_readable),
11660         (check_filecompressed), (check_pdf), (compute_xdpi),
11661         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11662         (ps_document_get_type), (ps_document_emit_error_msg),
11663         (document_load), (ps_document_next_page),
11664         (ps_document_get_current_page), (ps_document_get_page_count),
11665         (ps_document_goto_page), (ps_document_set_page_size),
11666         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11667         (ps_document_load), (ps_document_get_n_pages),
11668         (ps_document_set_page), (ps_document_get_page),
11669         (ps_document_widget_event), (ps_document_set_target),
11670         (ps_document_set_scale), (ps_document_set_page_offset),
11671         (ps_document_get_page_size), (ps_document_render),
11672         (ps_document_document_iface_init):
11673         * ps/ps-document.h:
11674         * ps/ps.c:
11675         * shell/ev-window.c: (ev_window_open):
11676
11677         Rename GtkGS to PSDocument
11678
11679 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11680
11681         * ps/gtkgs.c: (gtk_gs_class_init):
11682         * ps/gtkgs.h:
11683
11684         Some more leftover...
11685
11686 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11689         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11690         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11691         * ps/gtkgs.h:
11692
11693         Remove unused code and make a lot of stuff private
11694
11695 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11696
11697         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11698         (gtk_gs_defaults_changed):
11699         * ps/gsdefaults.h:
11700         * ps/gtkgs.c:
11701         * ps/gtkgs.h:
11702         * ps/ps.h:
11703
11704         Cleanup headers dependencies
11705
11706 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * ps/Makefile.am:
11709         * ps/ggvutils.c:
11710         * ps/ggvutils.h:
11711         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11712         * ps/gsdefaults.h:
11713         * ps/gtkgs.c: (file_length), (file_readable),
11714         (check_filecompressed), (check_pdf), (gtk_gs_load),
11715         (gtk_gs_get_postscript):
11716
11717         Get rid of ggvutils
11718
11719 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * ps/ggvutils.c:
11722         * ps/ggvutils.h:
11723         * ps/gsio.h:
11724         * ps/gtkgs.c: (gtk_gs_set_zoom):
11725
11726         Cleanups
11727
11728 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11731
11732         Ensure the page is rerendered when changing zoom
11733
11734 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * backend/ev-document.c: (ev_document_base_init),
11737         (ev_document_changed):
11738         * backend/ev-document.h:
11739
11740         Add a changed event that is emitted when the page content
11741         changes. This is necessary to deal with the fact that
11742         in ps backend rendering happen asycrounously.
11743         This makes the ps backend mostly work.
11744
11745         * pdf/xpdf/pdf-document.cc:
11746
11747         Emit changed event
11748
11749         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11750         (ps_document_set_target):
11751
11752         Emit changed event
11753
11754         * shell/ev-view.c: (document_changed_callback),
11755         (ev_view_set_document), (ev_view_set_page):
11756
11757         Redraw on the changed signal
11758
11759 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11760
11761         * configure.ac: Added pt_BR to ALL_LINGUAS.
11762
11763 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11764
11765         * backend/ev-document-bookmarks.c:
11766         (ev_document_bookmarks_get_child): *
11767         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11768         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11769         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11770         (ev_sidebar_bookmarks_destroy),
11771         (ev_sidebar_bookmarks_class_init),
11772         (ev_sidebar_bookmarks_construct), (stack_data_free),
11773         (do_one_iteration), (populate_bookmarks_idle),
11774         (ev_sidebar_bookmarks_clear_document),
11775         (ev_sidebar_bookmarks_set_document): *
11776         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11777         (ev_sidebar_add_page),
11778         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11779         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11780         it displays both the topics and the page numbers.
11781
11782 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11783
11784         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11785         toggle.
11786         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11787         visible.
11788
11789 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11790
11791         * configure.ac: Added en_CA to ALL_LINGUAS.
11792
11793 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11794
11795         * ChangeLog: replace bottom of this ChangeLog (merged history of
11796         ggv and gpdf; where all paths were wrong and most of the files are
11797         not even in this tree) with ChangeLog (from arch) of the shell
11798         code.
11799
11800 2004-12-23  Havoc Pennington  <hp@redhat.com>
11801
11802         * shell/ev-window.c: hook up potentially-questionable "find
11803         results status text" feature - something involving the sidebar or
11804         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11805         might be better in the end.
11806
11807         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11808         with corresponding signal when it should be updated
11809
11810         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11811
11812 2004-12-22  Havoc Pennington  <hp@redhat.com>
11813
11814         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11815         find stuff on other pages, sort of (only returns one result on
11816         invisible pages, to show they have results; updates full results
11817         for a page when you view it). Currently repaints the current page
11818         every time a new result is found on any page, which isn't so nice.
11819
11820 2004-12-22  Havoc Pennington  <hp@redhat.com>
11821
11822         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11823         the document doesn't support find (better ideas?)
11824         (find_bar_search_changed_cb): handle missing document or document
11825         that doesn't support find
11826
11827         * pdf/xpdf/pdf-document.cc: port to implement the new
11828         EvDocumentFindIface
11829
11830         * backend/ev-document-find.c: create a new interface for searching
11831
11832         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11833
11834 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11835
11836         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11837         libevbackend.la.
11838
11839         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11840         EvPrintJob constructor arguments.
11841
11842         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11843         for documents that can export PostScript (page by page).
11844
11845         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11846         
11847         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11848         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11849         (pdf_document_ps_exporter_iface_init:
11850         Implement EvPSExporter.
11851
11852         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11853
11854 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11855
11856         * backend/Makefile.am:
11857         * backend/ev-document-thumbnails.c:
11858         (ev_document_thumbnails_get_type),
11859         (ev_document_thumbnails_get_thumbnail):
11860         * backend/ev-document-thumbnails.h:
11861         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11862         (pixbuf_document_thumbnails_get_thumbnail),
11863         (pixbuf_document_document_thumbnails_iface_init):
11864         * shell/Makefile.am:
11865         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11866         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11867         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11868         * shell/ev-sidebar-thumbnails.h:
11869         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11870         (ev_sidebar_set_document):
11871         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11872         (create_shadow), (ev_pixbuf_add_shadow):
11873         * shell/ev-utils.h:
11874         Add thumbnail support.
11875         
11876 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11877
11878         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11879         (using_postscript_printer): Set up a print dialog for "PostScript
11880         injection" method.
11881
11882         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11883         EvPrintJob.
11884
11885         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11886
11887 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11890         (ps_document_set_target), (ps_document_get_page_size),
11891         (ps_document_render):
11892         * ps/gtkgs.h:
11893
11894         Fix a few bugs
11895
11896 2004-12-22  Christian Rose  <menthos@menthos.com>
11897
11898         * configure.ac: Added "sv" to ALL_LINGUAS.
11899
11900 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11901
11902         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11903         document supports bookmarks.
11904
11905 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11906
11907         * ps/ggvutils.c: (ggv_file_readable):
11908         * ps/ggvutils.h:
11909         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11910         (gtk_gs_get_postscript):
11911
11912         Remove unused utils
11913
11914 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11917         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11918         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11919         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11920         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11921         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11922         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11923         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11924         (gtk_gs_set_antialiasing), (ps_document_load),
11925         (ps_document_render):
11926         * ps/gtkgs.h:
11927
11928         Another check point for the ps backend. Now I can get it to show
11929         pages!
11930
11931 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11932
11933         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11934         document setting code.
11935
11936 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11937
11938         * shell/eggfindbar.c: (entry_activate_callback):
11939         Animate the next button when activate is pressed.
11940         
11941 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11942
11943         * shell/ev-window.c: (ev_window_cmd_edit_find),
11944         (update_fullscreen_popup), (ev_window_fullscreen),
11945         (ev_window_unfullscreen), (ev_window_state_event_cb),
11946         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11947         Fix bugs in fullscreen code.
11948         
11949 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11950
11951         * Makefile.am:
11952         * configure.ac:
11953         * pixbuf/Makefile.am:
11954         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11955         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11956         (pixbuf_document_set_page), (pixbuf_document_get_page),
11957         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11958         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11959         (pixbuf_document_render), (pixbuf_document_begin_find),
11960         (pixbuf_document_end_find), (pixbuf_document_finalize),
11961         (pixbuf_document_class_init),
11962         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11963         * pixbuf/pixbuf-document.h:
11964         * shell/Makefile.am:
11965         * shell/ev-application.c: (ev_application_open):
11966         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11967         (ev_window_open):
11968         Add pixbuf backend.
11969         
11970 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11971
11972         * Makefile.am: 
11973         * dvi/dvilib/Makefile.am:
11974         * dvi/Makefile.am:
11975         * configure.ac: Auto*ify dvi and dvi/dvilib
11976
11977         * dvi/Makefile: Remove from CVS
11978         
11979         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11980         confusion.
11981
11982         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11983         
11984         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11985         
11986 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * ps/Makefile.am:
11989         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11990         (gtk_gs_value_adjustment_changed), (compute_size),
11991         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11992         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11993         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11994         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11995         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11996         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11997         (ps_document_load), (ps_document_get_n_pages),
11998         (ps_document_set_page), (ps_document_get_page),
11999         (ps_document_set_target), (ps_document_set_scale),
12000         (ps_document_set_page_offset), (ps_document_get_page_size),
12001         (ps_document_render), (ps_document_begin_find),
12002         (ps_document_end_find), (ps_document_document_iface_init):
12003         * ps/gtkgs.h:
12004         * shell/Makefile.am:
12005         * shell/ev-window.c: (ev_window_open):
12006
12007         Some work to integrate gtkgs with EvDocument
12008
12009 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12010
12011         * shell/ev-window.c: (update_fullscreen_popup),
12012         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12013         (exit_fullscreen_button_clicked_cb),
12014         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12015         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12016         (ev_window_state_event_cb), (ev_window_init):
12017         Add fullscreen support from Epiphany.
12018         
12019 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12020
12021         * data/ev-stock-zoom-fit-width.png: fit-width
12022         stock icon from gpdf.
12023         
12024         * shell/ev-stock-icons.[ch]: copied from gpdf.
12025         
12026         * shell/main.c: (main): init stock icons.
12027         
12028         * shell/ev-window.c: use the fit-width icon.
12029         
12030         * data/evince-ui.xml: add zooming toolbar items.
12031
12032 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12033
12034         * shell/ev-view.c: 
12035         (ev_view_best_fit), (ev_view_fit_width): because
12036         get_page_size() returns the scaled page size, we
12037         need to calculate the scale factor relative to
12038         the previous scale factor. Should really just
12039         add get_real_page_size().
12040
12041 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12042
12043         * shell/ev-view.[ch]:
12044         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12045         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12046         add zooming.
12047         
12048         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12049         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12050         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12051         hook it up.
12052         
12053         * pdf/xpdf/pdf-document.cc:
12054         (pdf_document_begin_find),
12055         (pdf_document_end_find): make static.
12056
12057 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12058
12059         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12060
12061         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12062         names to fontconfig patterns.
12063         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12064
12065         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12066         setupBaseFontsFc.
12067
12068 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * Makefile.am:
12071         * configure.ac:
12072         * ps/Makefile.am:
12073         * ps/ggvutils.c:
12074         * ps/ggvutils.h:
12075         * ps/gsdefaults.c:
12076         * ps/gsdefaults.h:
12077         * ps/gsio.c:
12078         * ps/gsio.h:
12079         * ps/gtkgs.c:
12080         * ps/gtkgs.h:
12081         * ps/ps.c:
12082         * ps/ps.h:
12083
12084         Import ggv backend. Not hooked up yet.
12085
12086 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12087
12088         * shell/main.c: (load_files), (main): load files
12089         from the command line.
12090
12091 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12092
12093         * configure.ac: don't require bonobo.
12094         
12095         * cut-n-paste/recent-files/*: kill bonobo recent
12096         view.
12097
12098         * shell/ev-window.c:
12099         (ev_window_is_empty): upd.
12100         (unable_to_load), (ev_window_open): load backend
12101         based on the mime type.
12102
12103 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12104
12105         * backend/.cvsignore: ignore generated marshalers source.
12106
12107         * shell/main.c (main): this is not epiphany.
12108
12109 2004-12-22  Havoc Pennington  <hp@redhat.com>
12110
12111         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12112         (expose_bin_window): draw find highlights
12113
12114         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12115         
12116         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12117         (pdf_document_end_find): implement this interface
12118
12119         * backend/ev-document.c (ev_document_found): add this to emit
12120         signal
12121
12122 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12123
12124         * data/evince-ui.xml: Add a few more toolbar items.
12125
12126         * shell/ev-window.c: Hook up page navigation toolbar 
12127         items.
12128
12129         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12130         a page-changed signal.
12131
12132         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12133         Add ev_document_get_page().
12134
12135         * shell/ev-window.c: Sensitize/desensitize navigation
12136         actions.
12137
12138 2004-12-21  Havoc Pennington  <hp@redhat.com>
12139
12140         * backend/ev-backend-marshal.c,
12141         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12142         marshaler-generator thingy. I'm sure there's a better way to do
12143         this in the modern world.
12144
12145         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12146         end_find methods and "found" signal.
12147
12148         * configure.ac: find glib-genmarshal
12149
12150 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12151
12152         * shell/ev-sidebar.c: Construct an actual sidebar.
12153         * shell/ev-sidebar-bookmarks.[ch]:
12154         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12155
12156 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12157
12158         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12159         Redo size handling.
12160         
12161         * shell/ev-view.c: Track the size from the document.
12162
12163 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12164
12165         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12166         constructor assumes ownership of the string passed in.
12167         
12168         * shell/ev-window.c (ev_window_open): Destroy the error
12169         dialog once we've displayed it.
12170
12171 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12172
12173         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12174         a bit, it works! (sort of)
12175
12176         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12177         Move to .cc since we need to use C++ in the implementation.
12178
12179         * shell/dummy.cc: Add a CC file to force evince
12180         to be linked as a C++ program.
12181
12182 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12183
12184         * shell/ev-view.[ch]: Start of content-area widget.
12185
12186         * shell/ev-window.c: Create a EvView, update it
12187         as we change documents.
12188
12189         * shell/Makefile.am shell/ev-marshal.list: Add
12190         generated marshalers.
12191
12192 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12193
12194         * Makefile.am (SUBDIRS): move shell.
12195
12196 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12197
12198         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12199         .a to libtool convenience libraries.
12200
12201         * shell/ev-window.c (ev_window_open): Hard code loading
12202         a PDF document.
12203         
12204         * backend/ev-document.h: Add a boolean return to load(),
12205         fix GError * to GError **.
12206
12207         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12208         object for a PDF backend EvDocument.
12209
12210 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12211
12212         * dvi/*: New directory with the beginning of a .dvi backend.
12213
12214 2004-12-21  Havoc Pennington  <hp@redhat.com>
12215
12216         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12217         previous/next instead of back/forward
12218
12219 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12220
12221         * backend/ev-document.[ch]: Fix a couple of problems so
12222         it compile.
12223
12224 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12225
12226         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12227         to backend/ directory, rename EvViewer to EvDocument.
12228
12229 2004-12-21  Havoc Pennington  <hp@redhat.com>
12230
12231         * shell/ev-window.c: hook up the find bar widget; now we just need
12232         a document to find things in
12233
12234         * shell/eggfindbar.c: a find bar widget
12235
12236 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12237
12238         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12239
12240 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12241
12242         * pdf/**: Import of xpdf code from gpdf. 
12243
12244         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12245
12246         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12247         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12248         Fix FreeType includes.
12249
12250         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12251         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12252         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12253         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12254         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12255         Include xpdfconfig.h
12256         
12257 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12258
12259         * shell/ev-window.c (ev_window_dispose): dispose can be called
12260         multiple times.
12261
12262 2004-12-21  Havoc Pennington  <hp@redhat.com>
12263
12264         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12265         rather than Evince
12266
12267         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12268         items; really they should be synced with the strings, etc. from
12269         current gpdf, but just getting the boring typing out of the way 
12270
12271 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * po/POTFILES.in:
12274         * shell/ev-application.c: (window_destroy_cb):
12275         * shell/ev-window.c:
12276         * shell/main.c: (main):
12277
12278         Actually show the window...
12279
12280 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12281
12282         * Makefile.am:
12283         * shell/Makefile.am:
12284         * shell/ev-application.c: (ev_application_class_init):
12285         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12286
12287         Make it build again
12288
12289 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         Import to gnome cvs.
12292         
12293         * Remove copies of gpdf and ggv trees.
12294         * Rip out all the recursive configure code.
12295         * Remove bonobo machinery.
12296         * viewer/*: GInterfaces that backends should/can implement.
12297
12298 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12299
12300         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12301         typo
12302
12303 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12304
12305         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12306         (ev_application_finalize, ev_application_class_init)
12307         (ev_application_init): use GType instance private data for priv.
12308
12309         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12310         (ev_window_finalize, ev_window_class_init)
12311         (ev_window_init): ditto.
12312
12313 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12314
12315         * shell/ev-application.c (ev_application_new_window): make public
12316         (ev_application_show_initial_window): kill.
12317
12318         * shell/ev-application.h: update prototypes.
12319
12320         * shell/main.cc (main): inline ev_application_show_initial_window.
12321
12322 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12323
12324         * shell/ev-application.c (ev_application_new_window): impl.
12325         (ev_application_show_initial_window): use it.
12326         (is_window_empty, ev_application_get_empty_window): returns an
12327         existing empty window or a new one.
12328         (ev_application_open): from ev_window_cmd_file_open.
12329
12330         * shell/ev-application.h: update prototypes
12331
12332         * shell/ev-window.c (ev_window_is_empty): impl.
12333         (ev_window_open): make public.
12334         (ev_window_cmd_file_open): use ev_application_open
12335
12336         * shell/ev-window.h: update prototypes, remove unused.
12337
12338 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12339
12340         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12341         move destroy handler out of here...
12342
12343         * shell/ev-application.c, shell/ev-application.h: ...into this new
12344         class. Also handles initial window creation.
12345
12346         * shell/main.cc (main): use EvApplication to create initial
12347         window.
12348
12349 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12350
12351         * Makefile.am (SUBDIRS): add cut-n-paste
12352
12353         * cut-n-paste/Makefile.am: add
12354
12355         * configure.ac: generate Makefiles in cut-n-paste
12356
12357 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12358
12359         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12360         (ev_window_class_init): install ev_window_dispose.
12361
12362 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12363
12364         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12365         char (gchar looks stupid).
12366
12367 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12368
12369         * po/de.po: updated German translation.
12370
12371 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12372
12373         * configure.ac: add more pkg-config library checks for gnome-vfs,
12374         bonobo etc.
12375
12376         * gpdf/configure.in: temporarily disable libpaper
12377         checks. Otherwise I'd have to add the checks for the shell, too.
12378
12379 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12380
12381         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12382         and * file filters to the file choose.
12383
12384 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * po/de.po: Updated German translation.
12387
12388 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12389
12390         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12391
12392 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12393
12394         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12395
12396         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12397         (ev_window_init): implement those menuitems.
12398
12399 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12400
12401         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12402
12403         * shell/ev-window.c (ev_window_init): use the toolbar.
12404
12405 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12406
12407         * shell/ev-window.c (ev_window_init): use menu translations
12408
12409 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12410
12411         * configure.ac: add "de" to ALL_LINGUAS.
12412
12413         * po/de.po: add German translation.
12414
12415 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12416
12417         * Makefile.am (SUBDIRS): add po
12418
12419         * configure.ac: check intltool, glib-gettext etc, generate
12420         po/Makefile.in
12421
12422         * po, po/POTFILES.in, po/POTFILES.skip: new.
12423
12424 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12425
12426         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12427         already use (#ifdef ENABLE_NLS)
12428
12429         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12430         pointer indirection thinko.
12431
12432         * shell/main.c: include gi18n.h for bindtextdomain etc.
12433
12434 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12435
12436         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12437         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12438         tooltips for menu items in the statusbar.
12439
12440 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12441
12442         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12443         pkgdatadir drop UIDIR
12444
12445 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12446
12447         * data/evince-ui.xml: Add File->Open menu item
12448
12449         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12450         chooser), hook it up in the ui manager.
12451
12452 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12453
12454         * shell/ev-window.c: fix Help->About tooltip.
12455
12456 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12457
12458         * configure.ac: set CFLAGS for libevprivate.
12459
12460         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12461         definitions, factory etc.
12462
12463         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12464
12465         * shell/Makefile.am: link against libevprivate.a.
12466
12467         * shell/ev-window.c (entries): add stock icon to Help->About.
12468
12469         * shell/main.c (main): init stock icon code.
12470
12471 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12472
12473         * lib/recent-files: egg recent files code
12474
12475         * lib/Makefile.am: add.
12476
12477         * Makefile.am: add lib subdir.
12478
12479         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12480         set CFLAGS for recent-files.
12481
12482 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12483
12484         * configure.ac: disable -ansi and -pedantic gcc flags. They
12485         disable POSIX stuff in stdio.h, but egg-recent uses them.
12486
12487 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12488
12489         * configure.ac: add --disable-deprecated flag (defaults to on in
12490         "cvs" builds).
12491
12492         * shell/Makefile.am (INCLUDES): use it.
12493
12494 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12495
12496         * shell/main.c: add missing #include.
12497
12498         * shell/ev-window.c: fix for pedantic gcc.
12499         (ev_window_cmd_help_about): split license into paragraphs for
12500         translators and pedantic compilers.
12501
12502 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12503
12504         * configure.ac: add more warning flags if compiling with gcc from
12505         cvs (or explicitly requested with --enable-more-warnings).
12506
12507 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12508
12509         * data/evince-ui.xml: add File and File->Close menu.
12510
12511         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12512         (ev_window_destroy): quit after destroy.
12513         (ev_window_class_init): override GtkObject::destroy.
12514         (entries): install close_window callback.
12515
12516 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12517
12518         * Makefile.am (SUBDIRS): add data subdir.
12519
12520         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12521         gtk+ 2.5.0 for GtkAboutDialog.
12522
12523         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12524         main window.
12525
12526         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12527
12528         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12529         manager.
12530         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12531
12532 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12533
12534         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12535
12536 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12537
12538         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12539
12540 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12541
12542         * shell/*: Added shell directory boilerplate, build it.
12543
12544 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12545
12546         * configure.ac, Makefile.am: Added top-level configure.ac and
12547         Makefile.am