]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Zoom icon artwork. See bug #444795.
[evince.git] / ChangeLog
1 2007-06-07  Michael Monreal  <infernux@web.de>
2
3         * data/icons/16x16/actions/Makefile.am:
4         * data/icons/16x16/actions/zoom.svg:
5         * data/icons/22x22/actions/Makefile.am:
6         * data/icons/22x22/actions/zoom.svg:
7         * data/icons/24x24/actions/Makefile.am:
8         * shell/ev-stock-icons.c:
9         * shell/ev-stock-icons.h:
10         * shell/ev-window.c:
11         
12         Zoom icon artwork. See bug #444795.
13
14 2007-06-05  Bastien Nocera  <hadess@hadess.net>
15
16         * shell/ev-metadata-manager.c: Remove extraneous function
17         (Closes: #444386)
18
19 2007-06-05  Bastien Nocera  <hadess@hadess.net>
20
21         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
22         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
23         (ev_metadata_manager_set), (ev_metadata_manager_save):
24         Simplify the timeout, no need for modified anymore
25
26 2007-06-05  Bastien Nocera  <hadess@hadess.net>
27
28         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
29         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
30         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
31         (ev_metadata_manager_save): Adapted patch from Arjan van de
32         Ven (arjan@linux.intel.com) to avoid the timeout running all the
33         time, saves on power (Closes: #443851)
34
35 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * configure.ac:
38         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
39         (pdf_selection_render_selection), (pdf_document_get_page_duration):
40
41         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
42
43 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
44
45         * shell/ev-window.c: (ev_window_add_history):
46
47         Check if history is NULL
48
49 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * libdocument/ev-image.c: (ev_image_finalize):
52         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
53         * libdocument/ev-attachment.c: (ev_attachment_finalize):
54         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
55         (ev_tmp_uri_unlink):
56
57         Add functions to delete temporary files created by evince in a safe
58         way.
59
60         * shell/ev-window.c: (ev_window_clear_local_uri),
61         (open_xfer_update_progress_callback),
62         (save_xfer_update_progress_callback), (ev_window_save_remote),
63         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
64         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
65         (attachment_save_dialog_response_cb),
66         (ev_attachment_popup_cmd_save_attachment_as):
67
68         Allow saving a copy of a document, image or attachment to a remote
69         location. Fixes bug #440754. 
70
71 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * configure.ac:
74         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
75
76         Fix build with current poppler from cvs head. 
77
78 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
79
80         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
81
82         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
83         directory exists.
84
85 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
86
87         * shell/ev-sidebar.c: (ev_sidebar_add_page):
88         * shell/ev-window.c:
89
90         Change sidebar ordering. Fixes bug #439939.
91
92 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
93
94         * backend/comics/Makefile.am:
95         
96         Fixes build with --without-libgnome.
97
98 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
99         
100         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
101
102         Update cursor and tooltip on page change and view scroll. Fixes bug
103         #439217.
104
105 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * NEWS:
108         * configure.ac:
109         
110         Update for release 0.9.0
111
112 2007-05-14  Alaska Subedi <asubedi@gmail.com>
113
114         * backend/djvu/djvu-document-private.h:
115         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
116         (djvu_document_finalize),
117         (djvu_document_file_exporter_format_supported),
118         (djvu_document_file_exporter_begin),
119         (djvu_document_file_exporter_do_page),
120         (djvu_document_file_exporter_end),
121         (djvu_document_file_exporter_iface_init), (djvu_document_init):
122         
123         Implemented printing with djvu. Bug #437998.
124
125 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * backend/impress/zip.c:
128         Add missing ulong definition.
129
130         * backend/ps/ps-interpreter.c:
131         Add missing headers.
132
133         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
134
135 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
138
139         Add missing call to parent class dispose method. 
140
141 2007-05-12  Ross Burton  <ross@openedhand.com>
142
143         * shell/main.c:
144         Sync keybindings manually when building without libgnome
145         (#437925).
146
147 2007-05-12  Ross Burton  <ross@openedhand.com>
148
149         * shell/ev-window.c:
150         Respect the screen when opening help (#437866).
151
152 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * data/evince-ui.xml:
155         * shell/ev-application.[ch]: (get_print_settings_from_args),
156         (ev_application_open_uri_at_dest), (ev_application_open_uri),
157         (ev_application_open_uri_list):
158         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
159         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
160         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
161         (ev_window_cmd_view_reload), (lookup_printer_from_name),
162         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
163         (ev_window_dispose):
164         * shell/main.c: (arguments_parse):
165
166         Add print button in preview mode. Fixes bug #396475. 
167
168 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
169
170         * cut-n-paste/zoom-control/ephy-zoom.h:
171         
172         Fixes zoom level factors. See bug #408119 for details.
173
174 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * backend/comics/comics-document.c: (comics_regex_quote),
177         (extract_argv):
178         
179         Correctly quote symbols. Fixes crash in the bug
180         #415370.
181
182 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
183
184         * shell/ev-navigation-action-widget.c:
185         (ev_navigation_action_widget_init),
186         (ev_navigation_action_widget_class_init),
187         (ev_navigation_action_widget_button_press_event):
188         
189         Connect to button-press event on correct widget. Fixes
190         bug #431988
191
192 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
193
194         * shell/ev-application.c: (ev_application_open_window),
195         (ev_application_add_icon_path_for_screen),
196         (ev_application_open_uri_at_dest):
197         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
198         * shell/ev-navigation-action.c: (build_menu):
199         
200         Add app-specific icons to our icon theme. Fixes bug
201         #425508.
202
203 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
204
205         * shell/ev-history.c: (ev_history_class_init),
206         (ev_history_add_link):
207         * shell/ev-history.h:
208         * shell/ev-navigation-action.c:
209         (ev_navigation_action_history_changed),
210         (ev_navigation_action_set_history), (build_menu),
211         (ev_navigation_action_finalize):
212         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
213         
214         Make navigation action unsensitive instead of showing
215         menu with unsensitive word. Fixes bug #417392.
216
217 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-application.[ch]: (ev_application_shutdown),
220         (ev_application_get_print_settings),
221         (ev_application_set_print_settings):
222         * shell/ev-window.c:
223
224         Remember print settings. Fixes bug #349102. 
225
226 2007-05-08  Christian Persch  <chpe@gnome.org>
227
228         * configure.ac:
229         * properties/ev-properties-view.c:
230
231         No need for a configure check; just use the GTK_CHECK_VERSION macro.
232         Bug #382438.
233
234 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * configure.ac:
237         * properties/ev-properties-view.c: (ev_regular_paper_size):
238
239         Use gtk+ builtin paper list to identify the document's paper size.
240         Fixes bug #382438. 
241
242 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * configure.ac:
245
246         Fix build when compiling with thumbnailer and libgnome support. 
247
248 2007-05-04  Ross Burton  <ross@openedhand.com>
249
250         * configure.ac:
251         Add --without-libgnome, check for libgnome and libgnomeui
252         separately, and add them to the symbols as required.
253
254         * libdocument/ev-file-helpers.c:
255         When building without libgnome, use g_get_user_config_dir instead
256         of gnome_user_dir_get.
257
258         * shell/ev-application.c:
259         When building without libgnome, don't use session management.
260
261         * shell/main.c:
262         When building without libgnome, don't use GnomeProgram or
263         initialise the authentication manager.
264
265         This fixes #328842.
266
267 2007-05-04  Ross Burton  <ross@openedhand.com>
268
269         * shell/ev-window.c:
270         Don't use libgnome to open help, instead call Yelp directly.
271
272 2007-05-04  Ross Burton  <ross@openedhand.com>
273
274         * shell/ev-sidebar-attachments.c:
275         Don't use libgnome to lookup icons for MIME types, instead copy
276         code from GTK+ to do it manually.
277
278 2007-05-04  Ross Burton  <ross@openedhand.com>
279
280         * configure.ac:
281         Add libxml to the dependencies for SHELL_CORE (#435818).
282
283 2007-05-02  Ross Burton  <ross@openedhand.com>
284
285         * configure.ac:
286         * Makefile.am:
287         Add --disable-thumbnailer (#434825)
288
289 2007-05-02  Ross Burton  <ross@openedhand.com>
290
291         * shell/ev-window.c:
292         Add missing includes, fix indentation.
293
294         * shell/main.c:
295         Fix indentation.
296
297 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
298
299         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
300         ev_application_open_uri_at_dest instead of ev_application_open_uri
301         preventing new document always being opened in a new window even if there
302         is an empty window.
303
304 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
305
306         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
307         (egg_recent_view_uimanager_finalize):
308         * properties/ev-properties-view.c: (ev_properties_view_dispose):
309         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
310         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
311         (ev_pixbuf_cache_dispose):
312         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
313         * shell/ev-tooltip.c: (ev_tooltip_dispose):
314         
315         Add missing chain to parent class methods. Fixes
316         bug #433128.
317
318 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
319
320         * data/Makefile.am (update-icon-cache): Updates
321         gtk-update-icon-cache in uninstall-hook.
322
323 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * shell/ev-window.c: (ev_window_setup_document),
326         (ev_window_set_document), (ev_window_load_job_cb):
327         * shell/ev-view.c: (setup_caches):
328         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
329
330         Start rendering pages before any other jobs. 
331
332 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-window.c: (ev_window_stop_fullscreen),
335         (ev_window_stop_presentation):
336
337         Update chrome visibility before window unfullscreen. 
338
339 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * data/Makefile.am:
342         * data/evince-ui.xml:
343         * shell/ev-stock-icons.[ch]:
344         * shell/ev-application.[ch]: (ev_application_shutdown),
345         (ev_application_init), (ev_application_get_toolbars_model):
346         * shell/ev-window.c: (update_chrome_visibility),
347         (fullscreen_toolbar_setup_item_properties),
348         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
349         (ev_window_run_presentation), (ev_window_stop_presentation),
350         (ev_window_run_preview), (ev_window_screen_changed),
351         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
352         (ev_window_dispose), (ev_window_init):
353
354         Make fullscreen toolbar always visible. Do not use egg toolbars for
355         fullscreen and preview modes since such toolbars are not editables.
356         Fixes bugs #300278, #338910 and #316188.  
357
358 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
359
360         * shell/ev-application.c:
361         * shell/ev-job-queue.c:
362         * shell/ev-metadata-manager.c:
363         * shell/ev-stock-icons.c:
364         * shell/ev-window.c:
365         * shell/main.c:
366         
367         Developers documentation updated.
368
369 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
372
373         Check whether uri is valid before launching it. Fixes bug #427664.
374
375 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * shell/ev-window.c:
378
379         Change key accelerator for Open a Copy menu entry which is in conflict
380         with Close. Fixes bug #427321.
381
382 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
383
384         * NEWS:
385         * configure.ac:
386         
387         Update for release 0.8.1
388
389 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
390
391         * shell/ev-window.c: (setup_size_from_metadata):
392         
393         Do not make window bigger than screen. Fixes bug 
394         #388985.
395
396 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
399         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
400
401         Use default resolution when it's not provided by document. Fixes bug
402         #408762.
403
404 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * configure.ac:
407         * thumbnailer/Makefile.am:
408         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
409         * thumbnailer/evince-thumbnailer.schemas.in:
410         * thumbnailer/evince-thumbnailer-ps.schemas.in:
411
412         Add support for ps, eps and compressed documents thumbnails. Do not
413         ignore size parameter. 
414
415 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
416
417         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
418         (dvi_document_do_color_special):
419         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
420
421         Implement font color specials in the DVI backend. Fixes bug #303651.
422
423 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
424
425         Fixup the previous commit:
426
427         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
428         * shell/xdg-user-dir-lookup.c: Make the function non-static
429         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
430
431 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
432
433         * shell/ev-window.c (file_open_dialog_response_cb): Use
434         the xdg-user-dirs DOCUMENTS folder as default folder when
435         opening a file chooser.  (#424858)
436
437         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
438         xdg-user-dirs.
439
440 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * shell/ev-window.c: (ev_window_load_job_cb):
443
444         Do not setup view from metadata on preview mode. 
445
446 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/main.c:
449
450         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
451
452 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * shell/ev-view.c: (ev_view_primary_get_cb):
455
456         Check pointer != NULL before using it. Fixes bug #416841. 
457
458 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
459
460         * NEWS:
461         * configure.ac:
462         
463         Release 0.8.0
464
465 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
468
469         Do not render thumbnails when sidebar thumbnail page is not visible
470         at startup. Fixes bug #416447. 
471
472 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
473
474         * data/evince.desktop.in.in:
475
476         "Application" is not a valid category in the freedesktop specification.
477
478 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * libdocument/ev-file-helpers.[ch]: (compression_run),
481         (ev_file_uncompress), (ev_file_compress):
482         * shell/ev-window.c: (file_save_dialog_response_cb):
483
484         Save document compressed when saving a copy of a compressed document.
485         Fixes bug #334542.
486
487 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
490
491         Allow deleting in goto window entry in presentation mode. 
492
493 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
494
495         * Makefile.am: Dist MAINTAINERS.
496
497 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-window.c: (ev_window_update_actions):
500
501         Fix zoom shortcut keys when searching. Fixes bug #409828.
502
503 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * shell/ev-window.c: (ev_window_setup_document):
506
507         Fix crash when loading documents with only one page. 
508
509 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
510
511         * backend/dvi/dvi-document.c:
512         (dvi_document_thumbnails_get_dimensions),
513         (dvi_document_thumbnails_get_thumbnail):
514         * backend/impress/impress-document.c:
515         (impress_document_thumbnails_get_thumbnail),
516         (impress_document_thumbnails_get_dimensions):
517         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
518         (ps_document_thumbnails_get_dimensions):
519         * backend/djvu/djvu-document.c:
520         (djvu_document_thumbnails_get_dimensions),
521         (djvu_document_thumbnails_get_thumbnail):
522         * backend/tiff/tiff-document.c:
523         (tiff_document_thumbnails_get_thumbnail),
524         (tiff_document_thumbnails_get_dimensions):
525         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
526         (pdf_document_thumbnails_get_thumbnail),
527         (pdf_document_thumbnails_get_dimensions):
528         * backend/comics/comics-document.c:
529         (comics_document_thumbnails_get_thumbnail),
530         (comics_document_thumbnails_get_dimensions):
531         * backend/pixbuf/pixbuf-document.c:
532         (pixbuf_document_thumbnails_get_thumbnail),
533         (pixbuf_document_thumbnails_get_dimensions):
534         * libdocument/ev-document-thumbnails.[ch]:
535         (ev_document_thumbnails_get_thumbnail),
536         (ev_document_thumbnails_get_dimensions):
537         * libdocument/ev-document-misc.[ch]:
538         (ev_document_misc_get_thumbnail_frame):
539         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
540         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
541         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
542         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
543         (ev_sidebar_thumbnails_refresh):
544         * shell/ev-window.c: (ev_window_setup_document):
545         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
546
547         Use an EvRenderContext for rendering thumbnails instead of a suggested
548         width, so that different sized pages get sized proportionally.
549
550 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-view.c: (ev_view_button_press_event),
553         (ev_view_key_press_event):
554
555         Fix critical warnings when there is no document loaded. 
556
557 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-page-action-widget.c:
560         * shell/ev-navigation-action.c:
561         * shell/ev-window.c:
562
563         Fix compile warnings. 
564
565 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * backend/djvu/djvu-text.h:
568         * backend/djvu/djvu-document.c:
569         * backend/djvu/djvu-text-page.c:
570         * backend/djvu/djvu-links.c:
571         * backend/djvu/djvu-text-page.h:
572         * backend/djvu/djvu-text.c:
573         
574         Fix build on Mac. Fixes bug #392186. Patch by
575         <ephraim_owns@hotmail.com>
576
577 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
580
581         Restore cairo context before rendering every page when printing a PDF
582         document into a PDF file. 
583
584 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * backend/ps/gstypes.h:
587         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
588         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
589         (ps_document_thumbnails_get_thumbnail):
590
591         Handle PostScript page orientation. Fixes bug #318568.
592
593 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * backend/ps/Makefile.am:
596         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
597         (document_load), (ps_document_load), (save_document),
598         (save_page_list), (ps_document_get_n_pages),
599         (ps_document_get_page_size), (ps_document_get_info),
600         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
601         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
602         (ps_document_thumbnails_get_thumbnail),
603         (ps_document_thumbnails_get_dimensions),
604         (ps_document_document_thumbnails_iface_init):
605         * backend/ps/ps.[ch]: (psgetpagebox):
606         * backend/ps/ps-interpreter.[ch]:
607
608         Add support for thumbnails in ps backend. Fixes bug #164755. 
609
610 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
611
612         * NEWS:
613         * configure.ac:
614         
615         Release 0.7.2
616
617 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
620         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
621         (ev_window_dispose):
622
623         Use document thumbnail as window icon. Fixes bug #384442.
624
625 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
626
627         * configure.ac:
628
629         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
630         duplicated adding application/x-bzpostscript instead. 
631
632 2007-02-11  Tom Parker  <palfrey@tevp.net>
633
634         * backend/ps/ps-document.c: (document_load):
635
636         Check return value of psscan before trying
637         to use it. Fixes bug #372414.
638
639 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-page-cache.c: (ev_page_cache_finalize):
642
643         Fix invalid free in ev-page-cache. Fixes bug #404745.
644
645 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
646
647         * test/Makefile.am:
648         * test/test3.py:
649         
650         Added reload test case.
651
652 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * po/POTFILES.in:
655         * backend/djvu/djvu-document.c: (djvu_document_load):
656
657         Check whether there are missing files in indirect multipage djvu
658         documents. Fixes bug #361683. 
659
660 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
661
662         * test/Makefile.am:
663         * test/test-mime.bin:
664         * test/test3.py:
665         
666         Added test for slow mime type
667
668 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-page-cache.c: (ev_page_cache_finalize):
671
672         Add some checks and call parent_class->finalize. Fixes bug #404745.
673
674 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * shell/ev-navigation-action.c: (connect_proxy):
677         
678         Fixes dropdown history menu. Thanks a lot Carlos!
679
680 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
683
684         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
685         bug #373715.
686
687 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * backend/ps/ps.c: (psscan):
690
691         Fix memory leak. 
692
693 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * configure.ac:
696         * libdocument/ev-file-helpers.c: 
697
698         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
699
700 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * configure.ac:
703         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
704         (ps_interpreter_start), (document_load), (save_document),
705         (save_page_list):
706         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
707         * libdocument/ev-document-factory.c:
708         (ev_document_factory_get_from_mime), (get_document_from_uri),
709         (free_uncompressed_uri), (ev_document_factory_get_document):
710         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
711
712         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
713
714 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * libdocument/ev-document.h:
717
718         Fix typo in function name. 
719
720 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * backend/ps/ps-document.c: (ps_interpreter_finished),
723         (ps_interpreter_start), (ps_interpreter_failed):
724
725         Handle ghostscript interpreter crashes. 
726
727 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-window.c: (ev_window_open_uri),
730         (window_configure_event_cb):
731
732         Setup window size and position before showing it. Fixes bug #401711.
733
734 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * backend/ps/Makefile.am:
737         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
738         (ps_document_dispose), (ps_document_class_init),
739         (ps_interpreter_input), (ps_interpreter_output),
740         (ps_interpreter_error), (setup_interpreter_env),
741         (ps_interpreter_start), (ps_interpreter_stop),
742         (ps_interpreter_failed), (ps_interpreter_is_ready),
743         (check_filecompressed), (document_load), (ps_document_load),
744         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
745         (ps_document_widget_event), (send_ps), (ps_document_next_page),
746         (render_page):
747
748         Rework ps-document. Code cleanups, remove deprecated code. 
749
750 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * shell/ev-view.c: (ev_view_button_press_event):
753
754         Do not start an image drag and drop operation when pointer is on 
755         text, so that we can select text when the whole background is an
756         image. 
757
758 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-window.c: (ev_window_update_actions): 
761
762         Disable all zoom related actions during presentation mode. 
763
764 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
765
766         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
767
768         Do not zoom in or out on presentation mode. Fixes bug #401305.
769
770 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
771
772         * shell/ev-navigation-action.c: (connect_proxy),
773         (create_menu_item), (ev_navigation_action_class_init):
774         
775         Correctly show menu and fix crash when navigaton 
776         action is out of toolbar visible area.
777
778 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
779
780         * data/Makefile.am:
781         * data/evince.1:
782         
783         Added man file
784
785 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
786
787         * help/reference/* :
788         * configure.ac:
789         
790         Added gtk-doc based documentation for Evince.
791         Still in initial state but I hope it will
792         grow.
793         
794         * configure.ac:
795         
796         Lower dbus requirement to 0.70
797
798 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-window.c: (ev_window_add_history):
801
802         Fix memory leak. 
803
804 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
805
806         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
807         * shell/ev-view.h:
808         * shell/ev-window.c: (ev_window_add_history):
809         
810         Correctly handle named destination links
811
812 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
813
814         * NOTES:
815         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
816         * backend/pdf/ev-poppler.cc:
817         * libdocument/ev-document-links.h:
818         * libdocument/ev-link.c: (ev_link_get_page):
819         * libdocument/ev-link.h:
820         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
821         (ev_history_add_link):
822         * shell/ev-history.h:
823         * shell/ev-navigation-action.c: (activate_menu_item_cb),
824         (new_history_menu_item), (build_menu):
825         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
826         * shell/ev-sidebar-links.c: (create_loading_model),
827         (print_section_cb), (ev_sidebar_links_construct),
828         (fill_page_labels), (update_page_callback_foreach),
829         (update_page_callback), (job_finished_callback):
830         * shell/ev-view.c: (ev_view_handle_link):
831         * shell/ev-window.c: (ev_window_find_chapter),
832         (ev_window_add_history), (view_handle_link_cb),
833         (history_changed_cb):
834         
835         Implements another history variant
836
837 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-window.c: (view_external_link_cb):
840         * shell/ev-view.c: (ev_view_button_release_event):
841
842         Open links in new window when clicking with middle button. 
843
844 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
845
846         * shell/ev-navigation-action.c: (new_history_menu_item):
847         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
848         * shell/ev-view.c: (ev_view_handle_link):
849         * shell/ev-window.c:
850         
851         Store link before jump, not the destination. For me it 
852         seems like more natural history behavior.
853
854 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
855
856         * shell/ev-navigation-action.c: (activate_menu_item_cb),
857         (ev_navigation_action_class_init):
858         * shell/ev-navigation-action.h:
859         * shell/ev-page-action.c: (activate_cb):
860         * shell/ev-page-cache.c: (ev_page_cache_class_init),
861         (ev_page_cache_set_current_page_history):
862         * shell/ev-page-cache.h:
863         * shell/ev-sidebar-thumbnails.c:
864         (ev_sidebar_tree_selection_changed),
865         (ev_sidebar_icon_selection_changed), (page_changed_cb):
866         * shell/ev-view-private.h:
867         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
868         * shell/ev-view.h:
869         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
870         (ev_window_setup_document), (ev_window_load_job_cb):
871         * shell/ev-window.h:
872         
873         History finally works as expected.
874
875 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
878
879         Do not update links treeview if it doesn't have a model assigned yet. 
880
881 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
884         (ev_sidebar_links_class_init), (update_page_callback):
885
886         Do not update links treeview when sidepane is not visible. 
887
888 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
889
890         * shell/ev-marshal.list:
891         * shell/ev-page-action.c: (activate_cb),
892         (ev_page_action_class_init):
893         * shell/ev-page-action.h:
894         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
895         * shell/ev-window.c:
896         
897         Remove activate_link signal, not required.
898
899 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
900
901         * shell/ev-navigation-action.c: (build_menu):
902         
903         Reorder menu items and build menu with fixed length.
904
905 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
906
907         * shell/ev-view.c: (get_selected_text):
908         
909         Normalize text to fix ligatures problem. See bug
910         #341947 for details.
911
912 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-page-cache.c: (ev_page_cache_finalize):
915
916         Fix memory leak in ev-page-cache. 
917
918 2007-01-25  Tom Parker <palfrey@tevp.net>
919
920         * backend/impress/impress-document.c: (impress_document_load),
921         (impress_document_finalize), (impress_document_init):
922         * properties/ev-properties-main.c: (ev_properties_get_pages):
923         
924         Correctly handle impress document errors. Fixes nautilus
925         crash in property page #370491.
926
927 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
930         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
931         (ev_job_queue_remove_job):
932         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
933         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
934         (ev_job_load_run):
935         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
936         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
937         (ev_window_load_job_cb), (xfer_update_progress_callback),
938         (ev_window_open_uri), (ev_window_dispose):
939         * shell/main.c: (main):
940
941         Do file transfer asynchronously in the main thread instead of
942         synchronously in the load thread. Fixes bugs #399694, #398307 and
943         #343542.
944
945 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * shell/ev-jobs.c: (ev_job_xfer_run):
948
949         Load the document with the font-config lock held. 
950
951 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/ps/ps-document.c: (start_interpreter):
954
955         Fix memory leaks in ps backend. 
956
957 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * backend/impress/impress-document.c:
960         (impress_document_render_pixbuf):
961
962         Do not acquire fontconfig lock in impress backend, since it is using
963         the main loop for rendering. 
964
965 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * po/POTFILES.in: 
968
969         Remove mdvi files that shouldn't be translated. 
970
971 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-view-private.h:
974         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
975         (ev_view_set_zoom):
976
977         Render "loading..." text into a cairo surface instead of directly into
978         the window so that fontconfig lock is only needed once and UI is not
979         blocked. Change text color to #9B9B9B. Fixes bug #397356.
980
981 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * shell/ev-stock-icons.c: (ev_stock_icons_init):
984         * shell/ev-application.c: (ev_application_open_uri_at_dest):
985
986         Use icon theme associated with the window screen rather than default. 
987
988 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
989
990         * configure.ac:
991
992         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
993
994 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
995
996         * data/icons/*/apps/evince.*:
997
998         Move Evince icons under new apps directory.
999
1000         * data/icons/*/actions/*:
1001
1002         Add new custom themeable Evince icons: view-page-continuous, 
1003         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1004         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1005
1006         * configure.ac:
1007
1008         Add new directories to AC_CONFIG_FILES.
1009
1010         * shell/ev-stock-icons.c:
1011         * shell/ev-stock-icons.h:
1012
1013         Use new custom themeable icons.
1014
1015 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1018
1019         Do not draw white background page in presentation mode. 
1020
1021 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1022
1023         * shell/ev-view.c: Remove unused gnome-vfs include.
1024
1025 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1026
1027         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1028         
1029         Format string is corrected, fixes bug #397129.
1030
1031 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-window.c: (ev_window_setup_recent):
1034
1035         Do not include in recent menu inexistent documents. Fixes
1036         bug #339171.
1037
1038 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * po/POTFILES.skip: 
1041
1042         Update POTFILES.skip file according to current source tree. 
1043
1044 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * shell/ev-window.c: (file_save_dialog_response_cb):
1047
1048         Do Save a copy in atomic way. Fixes bug #328266. 
1049
1050 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1053
1054         Keep selected cell always visible in index treeview.
1055
1056 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1057         
1058         * shell/ev-view.c: (ev_view_size_allocate):
1059
1060         Restore horizontal scrollbar after switching to/from fullscreen
1061         or presentation mode. Fixes bug #331728.
1062
1063 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-view-private.h:
1066         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1067         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1068         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1069         (ev_view_can_zoom_out):
1070
1071         Use max and min scale values in the view iby taking dpi into account. 
1072
1073 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * configure.ac:
1076         * NEWS:
1077
1078         Release 0.7.1
1079
1080 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * shell/ev-window.c: (ev_window_print_send):
1083
1084         Send print job to printer with some settings set to default values,
1085         since we have already exported to a file according to such settings
1086         and they could be taken twice by some printers. 
1087
1088 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-jobs.c: (ev_job_xfer_run):
1091         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1092
1093         Show main window and load document with the font-config lock held. 
1094
1095 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * configure.ac:
1098         * shell/ev-application.c: (ev_application_register_service):
1099         * shell/main.c: (load_files_remote):
1100
1101         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1102
1103 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1104
1105         * doc/debugging.txt:
1106         
1107         Remove obsolete documentation.
1108
1109 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1110
1111         * Makefile.am:
1112         * backend/Makefile.am:
1113         * backend/comics/Makefile.am:
1114         * backend/djvu/Makefile.am:
1115         * backend/dvi/Makefile.am:
1116         * backend/ev-async-renderer.c:
1117         * backend/ev-async-renderer.h:
1118         * backend/ev-attachment.c:
1119         * backend/ev-attachment.h:
1120         * backend/ev-backend-marshal.c:
1121         * backend/ev-document-factory.c:
1122         * backend/ev-document-factory.h:
1123         * backend/ev-document-find.c:
1124         * backend/ev-document-find.h:
1125         * backend/ev-document-fonts.c:
1126         * backend/ev-document-fonts.h:
1127         * backend/ev-document-images.c:
1128         * backend/ev-document-images.h:
1129         * backend/ev-document-info.h:
1130         * backend/ev-document-links.c:
1131         * backend/ev-document-links.h:
1132         * backend/ev-document-misc.c:
1133         * backend/ev-document-misc.h:
1134         * backend/ev-document-security.c:
1135         * backend/ev-document-security.h:
1136         * backend/ev-document-thumbnails.c:
1137         * backend/ev-document-thumbnails.h:
1138         * backend/ev-document-transition.c:
1139         * backend/ev-document-transition.h:
1140         * backend/ev-document.c:
1141         * backend/ev-document.h:
1142         * backend/ev-file-exporter.c:
1143         * backend/ev-file-exporter.h:
1144         * backend/ev-image.c:
1145         * backend/ev-image.h:
1146         * backend/ev-link-action.c:
1147         * backend/ev-link-action.h:
1148         * backend/ev-link-dest.c:
1149         * backend/ev-link-dest.h:
1150         * backend/ev-link.c:
1151         * backend/ev-link.h:
1152         * backend/ev-render-context.c:
1153         * backend/ev-render-context.h:
1154         * backend/ev-selection.c:
1155         * backend/ev-selection.h:
1156         * backend/impress/Makefile.am:
1157         * backend/pdf/Makefile.am:
1158         * backend/pixbuf/Makefile.am:
1159         * backend/ps/Makefile.am:
1160         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1161         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1162         (start_interpreter), (stop_interpreter), (document_load),
1163         (ps_document_next_page), (render_page):
1164         * backend/tiff/Makefile.am:
1165         * comics/Makefile.am:
1166         * comics/comics-document.c:
1167         * comics/comics-document.h:
1168         * configure.ac:
1169         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1170         * djvu/Makefile.am:
1171         * djvu/djvu-document-private.h:
1172         * djvu/djvu-document.c:
1173         * djvu/djvu-document.h:
1174         * djvu/djvu-links.c:
1175         * djvu/djvu-links.h:
1176         * djvu/djvu-text-page.c:
1177         * djvu/djvu-text-page.h:
1178         * djvu/djvu-text.c:
1179         * djvu/djvu-text.h:
1180         * dvi/Makefile.am:
1181         * dvi/dvi-document.c:
1182         * dvi/dvi-document.h:
1183         * dvi/fonts.c:
1184         * dvi/fonts.h:
1185         * dvi/mdvi-lib/Makefile.am:
1186         * dvi/mdvi-lib/afmparse.c:
1187         * dvi/mdvi-lib/afmparse.h:
1188         * dvi/mdvi-lib/bitmap.c:
1189         * dvi/mdvi-lib/bitmap.h:
1190         * dvi/mdvi-lib/color.c:
1191         * dvi/mdvi-lib/color.h:
1192         * dvi/mdvi-lib/common.c:
1193         * dvi/mdvi-lib/common.h:
1194         * dvi/mdvi-lib/defaults.h:
1195         * dvi/mdvi-lib/dvimisc.c:
1196         * dvi/mdvi-lib/dviopcodes.h:
1197         * dvi/mdvi-lib/dviread.c:
1198         * dvi/mdvi-lib/files.c:
1199         * dvi/mdvi-lib/font.c:
1200         * dvi/mdvi-lib/fontmap.c:
1201         * dvi/mdvi-lib/fontmap.h:
1202         * dvi/mdvi-lib/fontsrch.c:
1203         * dvi/mdvi-lib/gf.c:
1204         * dvi/mdvi-lib/hash.c:
1205         * dvi/mdvi-lib/hash.h:
1206         * dvi/mdvi-lib/list.c:
1207         * dvi/mdvi-lib/mdvi.h:
1208         * dvi/mdvi-lib/pagesel.c:
1209         * dvi/mdvi-lib/paper.c:
1210         * dvi/mdvi-lib/paper.h:
1211         * dvi/mdvi-lib/pk.c:
1212         * dvi/mdvi-lib/private.h:
1213         * dvi/mdvi-lib/setup.c:
1214         * dvi/mdvi-lib/sp-epsf.c:
1215         * dvi/mdvi-lib/special.c:
1216         * dvi/mdvi-lib/sysdeps.h:
1217         * dvi/mdvi-lib/t1.c:
1218         * dvi/mdvi-lib/tfm.c:
1219         * dvi/mdvi-lib/tfmfile.c:
1220         * dvi/mdvi-lib/tt.c:
1221         * dvi/mdvi-lib/util.c:
1222         * dvi/mdvi-lib/vf.c:
1223         * dvi/pixbuf-device.c:
1224         * dvi/pixbuf-device.h:
1225         * impress/Makefile.am:
1226         * impress/common.h:
1227         * impress/document.c:
1228         * impress/f_oasis.c:
1229         * impress/f_oo13.c:
1230         * impress/iksemel.c:
1231         * impress/iksemel.h:
1232         * impress/imposter.h:
1233         * impress/impress-document.c:
1234         * impress/impress-document.h:
1235         * impress/internal.h:
1236         * impress/r_back.c:
1237         * impress/r_draw.c:
1238         * impress/r_geometry.c:
1239         * impress/r_gradient.c:
1240         * impress/r_style.c:
1241         * impress/r_text.c:
1242         * impress/render.c:
1243         * impress/render.h:
1244         * impress/zip.c:
1245         * impress/zip.h:
1246         * lib/Makefile.am:
1247         * lib/ev-debug.c:
1248         * lib/ev-debug.h:
1249         * lib/ev-file-helpers.c:
1250         * lib/ev-file-helpers.h:
1251         * lib/ev-gui.c:
1252         * lib/ev-gui.h:
1253         * lib/ev-tooltip.c:
1254         * lib/ev-tooltip.h:
1255         * libdocument/Makefile.am:
1256         * libdocument/ev-file-helpers.c:
1257         * pdf/Makefile.am:
1258         * pdf/ev-poppler.cc:
1259         * pdf/ev-poppler.h:
1260         * pixbuf/Makefile.am:
1261         * pixbuf/pixbuf-document.c:
1262         * pixbuf/pixbuf-document.h:
1263         * properties/Makefile.am:
1264         * ps/Makefile.am:
1265         * ps/gsdefaults.c:
1266         * ps/gsdefaults.h:
1267         * ps/gsio.c:
1268         * ps/gsio.h:
1269         * ps/gstypes.h:
1270         * ps/ps-document.c:
1271         * ps/ps-document.h:
1272         * ps/ps.c:
1273         * ps/ps.h:
1274         * shell/Makefile.am:
1275         * shell/ev-application.h:
1276         * shell/ev-sidebar-links.c:
1277         * shell/ev-sidebar-links.h:
1278         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1279         (ev_gui_menu_position_tree_selection):
1280         * shell/ev-utils.h:
1281         * shell/ev-view.c: (ev_view_finalize):
1282         * shell/ev-window.c:
1283         * shell/main.c: (main):
1284         * thumbnailer/Makefile.am:
1285         * tiff/Makefile.am:
1286         * tiff/tiff-document.c:
1287         * tiff/tiff-document.h:
1288         * tiff/tiff2ps.c:
1289         * tiff/tiff2ps.h:
1290         
1291         Reorganize source tree.
1292
1293 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * backend/ev-document-factory.c:
1296
1297         Do not include ev-poppler.h when pdf is disabled. 
1298
1299 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * configure.ac:
1302         * data/evince-ui.xml:
1303         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1304         (pdf_document_document_images_iface_init):
1305         * backend/Makefile.am:
1306         * backend/ev-document-images.[ch]:
1307         * backend/ev-image.[ch]:
1308         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1309         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1310         (ev_job_xfer_run):
1311         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1312         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1313         (ev_pixbuf_cache_get_image_mapping):
1314         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1315         (view_menu_popup_cb), (ev_window_dispose),
1316         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1317         (ev_view_popup_cmd_copy_image):
1318         * shell/ev-view-private.h:
1319         * shell/ev-view.c: (ev_view_get_image_at_location),
1320         (ev_view_do_popup_menu), (ev_view_popup_menu),
1321         (ev_view_button_press_event), (ev_view_drag_data_get),
1322         (ev_view_drag_motion), (ev_view_drag_data_received),
1323         (ev_view_motion_notify_event), (ev_view_button_release_event),
1324         (ev_view_finalize), (ev_view_class_init):
1325
1326         Add image handling support. Fixes bugs #310008 and #325047. Images
1327         selection is not supported yet. 
1328
1329 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1332         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1333         (ev_view_init):
1334
1335         Move view drag and drop stuff to ev-view.
1336
1337 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1340         * shell/ev-view.c: (clear_selection): 
1341
1342         Clear selection also in pixbuf cache.
1343
1344 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1345
1346         * data/evince.desktop.in.in:
1347         
1348         Change icon name in desktop file. See bug #390734
1349         for details.
1350
1351 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1352
1353         * thumbnailer/Makefile.am:
1354
1355         Use top_builddir instead top_srcdir for generated schema
1356         file installation. Fixes bug #390161.
1357
1358 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * configure.ac:
1361         * backend/Makefile.am:
1362         * backend/ev-document-transition.[ch]:
1363         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1364         (pdf_document_page_transition_iface_init):
1365         * shell/ev-view-private.h:
1366         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1367         (ev_view_set_presentation), (transition_next_page),
1368         (ev_view_presentation_transition_stop),
1369         (ev_view_presentation_transition_start), (ev_view_next_page):
1370
1371         Add page transition support in presentation mode. At the moment only
1372         page duration is supported, but not transition effects. Fixes bug
1373         #309815.
1374
1375 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
1378
1379         Run find_link_dest with document lock held, since it's called by links
1380         thread and main thread at the same time. 
1381
1382 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-view.c: (goto_dest):
1385
1386         Update page-cache when page is changed by the view, so that
1387         page-changed signal is emitted. 
1388
1389 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * test/test1.py:
1392         * test/test2.py:
1393
1394         Use C locale in tests. 
1395
1396 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-window.c: (ev_window_run_presentation):
1399         * shell/ev-view-private.h:
1400         * shell/ev-view.c: (ev_view_set_presentation):
1401
1402         Restore zoom settings when back from presentation mode. 
1403
1404 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1405
1406         * shell/ev-window.c: (ev_window_run_presentation):
1407
1408         Always use "best fit" zoom in presentation mode.
1409         Fixes bug #389195.
1410
1411 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1412
1413         * shell/ev-view.c: (ev_view_goto_window_create):
1414
1415         Show "Jump to page" label in the page jumping popup in
1416         presentation mode instead of just a GtkEntry.
1417
1418 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-window.c: (launch_external_uri):
1421
1422         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
1423         #378085.
1424
1425 2006-12-22  Elijah Newren  <newren gmail com>
1426
1427         * configure.ac: explicitly check for libxml2.  Fixes #388795
1428
1429 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-view-private.h:
1432         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
1433         (ev_view_goto_window_delete_event), (key_is_numeric),
1434         (ev_view_goto_window_key_press_event),
1435         (ev_view_goto_window_button_press_event),
1436         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
1437         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
1438         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
1439
1440         Allow jumping to another page by typing a page number in presentation
1441         mode. It uses a popup window with an entry. Fixes bug #353625.
1442
1443 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1444
1445         * configure.ac:
1446         * properties/ev-properties-view.c: (ev_get_default_user_units),
1447         (ev_regular_paper_size):
1448         
1449         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
1450         to Damien Carbery <damien.carbery@sun.com> and
1451         Yevgen Muntyan <muntyan@tamu.edu>.
1452
1453 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1454
1455         * shell/ev-window.c: (setup_document_from_metadata):
1456
1457         Make sure Evince doesn't restore the view on the last
1458         page when a document is reopened. Fixes bug #383381.
1459
1460 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
1461
1462         * shell/ev-view.c: (draw_loading_text):
1463
1464         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
1465
1466 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * configure.ac:
1469         * NEWS:
1470
1471         Release 0.7.0
1472
1473 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * configure.ac:
1476         * pdf/ev-poppler.cc: (pdf_print_context_free),
1477         (pdf_document_file_exporter_begin),
1478         (pdf_document_file_exporter_do_page):
1479
1480         Make cairo-pdf depedency optional. 
1481
1482 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
1485
1486         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
1487
1488 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
1491         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
1492         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
1493         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
1494         * shell/ev-view.c: (draw_loading_text):
1495         * shell/ev-window.c: (ev_window_cmd_file_properties):
1496
1497         Use an specific lock for FontConfig. Hopefully it fixes some crashes
1498         related to using FontConfig from different threads.
1499         
1500 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * shell/ev-view.c: (draw_loading_text):
1503
1504         Acquire lock document when drawing "Loading..." text so that only one
1505         thread will use FontConfig at the same time. Fixes bug #374750.
1506
1507 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * shell/ev-page-action.[ch]: (activate_cb):
1510         * shell/ev-window.c: (activate_label_cb):
1511
1512         Check if text inserted in page entry is a valid page number when it
1513         doesn't match to any document page label. Fixes bug #383165.
1514
1515 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
1516         * shell/ev-window.c:
1517
1518         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
1519         available with GTK < 2.10. Added an ifdef to avoid compilation
1520         error.
1521
1522 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * configure.ac:
1525         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
1526
1527         Fix ps backend in multihead systems.
1528
1529 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
1532         * shell/ev-window.c: (ev_window_get_screen_dpi),
1533         (ev_window_update_actions), (setup_view_from_metadata),
1534         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
1535
1536         Take screen DPI into account when zooming. Fixes bug #318285.
1537
1538 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1539
1540         * data/Makefile.am:
1541
1542         Cleaned up/slightly refactored Makefile.am. Added GConf
1543         schemas uninstallation as well.
1544
1545 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1546
1547         * Makefile.am:
1548         * test/Makefile.am:
1549
1550         Fight with autotools to fix make check. Make distcheck
1551         works fine as well now!
1552
1553 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1554
1555         * shell/ev-view.c: (draw_end_presentation_page):
1556
1557         Corrected "end of presentation" string.
1558
1559 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_key_press_event):
1562
1563         Correctly propagate key press event so that up/down keys
1564         work as expected (correct behaviour was broken by
1565         black/white screen key bindings for presentations).
1566
1567 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
1570         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
1571         (pdf_document_find_get_progress), (pdf_selection_render_selection),
1572         (pdf_selection_get_selection_region),
1573         (pdf_selection_get_selection_map):
1574
1575         Add "static" to some private functions. 
1576
1577 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
1578
1579         * lib/ev-tooltip.h:
1580         * properties/ev-properties-view.h:
1581         * shell/ev-jobs.h:
1582         * shell/ev-properties-dialog.h:
1583         * shell/ev-properties-fonts.h:
1584         * shell/ev-sidebar-links.h:
1585         * shell/ev-sidebar-thumbnails.h:
1586         * shell/ev-sidebar.h:
1587         * shell/ev-window.h:
1588         
1589         Fixes CHACK type in class casts. See bug #385343
1590         for details.
1591
1592 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * shell/ev-view-private.h:
1595         * shell/ev-view.c: (draw_end_presentation_page),
1596         (ev_view_expose_event), (ev_view_key_press_event),
1597         (ev_view_class_init), (ev_view_init):
1598
1599         Blank screen in presentation mode when pressing 'b' (filling with
1600         black) or 'w' (filling with white) keys. Fixes bug #358132.
1601
1602 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
1603
1604         * data/evince-toolbar.xml:
1605         * shell/ev-window.c:
1606         
1607         Use stock icon for Select All action. Fixes
1608         bug #382652.
1609
1610 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
1611
1612         * shell/ev-view.c: (get_doc_point_from_offset),
1613         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
1614
1615         Add links support in rotated documents. Fixes bug #343733.
1616
1617 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-view-private.h:
1620         * shell/ev-view.c: (draw_end_presentation_page),
1621         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
1622
1623         Show a blank page after the last page in presentation mode with a
1624         message indicating that presentation has finished and how to exit. 
1625
1626 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * shell/ev-window.c: (fullscreen_timeout_cb):
1629
1630         Hide cursor after a while in presentation mode. 
1631
1632 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1633
1634         * backend/ev-document-info.h:
1635         * data/evince-properties.glade:
1636         * pdf/ev-poppler.cc:
1637         * properties/ev-properties-view.c: (ev_regular_paper_size),
1638         (ev_properties_view_set_info):
1639         * ps/ps-document.c: (ps_document_get_info):
1640
1641         Adds a paper size field to the properties dialog. Fixes
1642         bug #307315. Patch by Kasper Svendsen (with some i18n
1643         changes done by me).
1644
1645 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1646
1647         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1648         (screensaver_init_dbus), (totem_scrsaver_new),
1649         (totem_scrsaver_init):
1650         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
1651         * shell/ev-application.c: (ev_application_register_service),
1652         (ev_application_screensaver_enable),
1653         (ev_application_screensaver_disable):
1654         * shell/ev-application.h:
1655         * shell/ev-window.c: (ev_window_run_presentation),
1656         (ev_window_stop_presentation), (build_comments_string),
1657         (ev_window_init):
1658         
1659         Move screensaver handling to application. No more
1660         message on startup.
1661
1662 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * configure.ac:
1665         * backend/Makefile.am:
1666         * backend/ev-file-exporter.[ch]:
1667         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
1668         * ps/ps-document.c: (ps_document_file_exporter_*):
1669         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
1670         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1671         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1672         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1673
1674         Allow printing to PDF when suppoted by the backend.
1675         
1676 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * shell/ev-window.c: (build_comments_string):
1679
1680         Use always "Document Viewer" in about dialog. 
1681
1682 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * djvu/djvu-document.c: (djvu_document_get_page_size):
1685
1686         Display a warning message when get_pageinfo fails. 
1687
1688 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
1689
1690         * Makefile.am:
1691         * backend/Makefile.am:
1692         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
1693         * configure.ac:
1694         * shell/ev-window.c: (build_comments_string):
1695         
1696         Make pdf compilation optional. See bug #38007.
1697
1698 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * ps/ps.c: (get_next_text):
1701
1702         Fix CVE-2006-5864.
1703
1704 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
1707         * shell/ev-navigation-action.c: (connect_proxy),
1708         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
1709         
1710         Do not call g_type_class_peek_parent twice.
1711
1712 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1713
1714         * configure.ac:
1715         * data/icons/24x24/.cvsignore:
1716         * data/icons/24x24/Makefile.am:
1717         * data/icons/24x24/evince.png:
1718         * data/icons/Makefile.am:
1719         
1720         Add 24x24 icon. Thanks to 
1721         Michael Monreal <infernux@web.de>.
1722
1723 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1724
1725         * configure.ac: Fix typo in configure.ac. Thanks
1726         to dmacks@netspace.org for notification.
1727
1728 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1731         
1732         Drop dbus include, fixes compilation with older dbus.
1733
1734 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1735
1736         * configure.ac:
1737         * cut-n-paste/Makefile.am:
1738         * cut-n-paste/totem-screensaver/.cvsignore
1739         * cut-n-paste/totem-screensaver/Makefile.am:
1740         * cut-n-paste/totem-screensaver/README:
1741         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1742         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
1743         * shell/Makefile.am:
1744         * shell/ev-window.c: (ev_window_run_presentation),
1745         (ev_window_stop_presentation), (ev_window_cmd_help_about),
1746         (ev_window_init):
1747
1748         Implemented screensaver enabling/disabling for
1749         presentation mode (not fullscreen mode). Code stolen
1750         from Totem (with some minor tweaks). Fixes bug #338889.
1751
1752 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1753
1754         * configure.ac:
1755
1756         Bump gnome-icon-theme requirements. We use the rotation
1757         icons that appeared recently.
1758
1759 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1760
1761         * shell/ev-history.c: (ev_history_add_page):
1762         * shell/ev-history.h:
1763         * shell/ev-window.c: (page_changed_cb):
1764         
1765         Use page labels instead of numbers.
1766
1767 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1768
1769         * data/evince-toolbar.xml:
1770         * po/POTFILES.in:
1771         * shell/Makefile.am:
1772         * shell/ev-navigation-action-widget.c:
1773         (ev_navigation_action_widget_init),
1774         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
1775         (menu_detacher), (ev_navigation_action_widget_set_menu),
1776         (menu_position_func), (popup_menu_under_arrow),
1777         (ev_navigation_action_widget_toggled),
1778         (ev_navigation_action_widget_button_press_event):
1779         * shell/ev-navigation-action-widget.h:
1780         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
1781         (ev_navigation_action_set_window), (activate_menu_item_cb),
1782         (new_history_menu_item), (new_empty_history_menu_item),
1783         (build_menu), (menu_activated_cb), (connect_proxy),
1784         (create_tool_item), (ev_navigation_action_init),
1785         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
1786         * shell/ev-navigation-action.h:
1787         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
1788         (ev_page_action_widget_set_page_cache),
1789         (ev_page_action_widget_finalize),
1790         (ev_page_action_widget_class_init), (match_selected_cb),
1791         (display_completion_text), (match_completion), (build_new_tree_cb),
1792         (get_filter_model_from_model),
1793         (ev_page_action_widget_update_model):
1794         * shell/ev-page-action-widget.h:
1795         * shell/ev-page-action.c: (activate_link_cb), (update_model),
1796         (connect_proxy):
1797         * shell/ev-page-action.h:
1798         * shell/ev-stock-icons.c:
1799         * shell/ev-stock-icons.h:
1800         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1801         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
1802         (register_custom_actions):
1803         * shell/main.c:
1804         
1805         Preliminary history implementation
1806
1807 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1808
1809         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
1810         (dvi_document_class_init), (dvi_document_init_params):
1811         * dvi/mdvi-lib/font.c: (font_reference):
1812         
1813         Add reference to subfont. Fixes bug #374277.
1814
1815 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-window.c: (ev_window_create_tmp_symlink),
1818         (ev_window_cmd_file_open_copy_at_dest):
1819
1820         Fix a race condition when creating symlink. Increase the counter
1821         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
1822         Mathias Hasselmann).
1823
1824 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * backend/Makefile.am:
1827         * backend/ev-attachment.c: (ev_attachment_open):
1828         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
1829         (ev_tmp_dir), (ev_tmp_filename):
1830         * shell/ev-sidebar-attachments.c:
1831         (ev_sidebar_attachments_drag_data_get):
1832         * shell/ev-window.c: (ev_window_clear_temp_file):
1833
1834         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
1835         in ensure_dir_exists. Abort without crashing when we can't create
1836         user's directory.
1837
1838 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * data/evince-ui.xml:
1841         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1842         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
1843         (ev_window_cmd_file_open_copy_at_dest),
1844         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
1845         (ev_view_popup_cmd_open_link_new_window):
1846
1847         Allow opening a copy of the current document in a new window. Fixes bug
1848         #357472
1849
1850 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1851
1852         * data/evince-toolbar.xml:
1853         
1854         Add rotate right and rotate left to available items for toolbar.
1855         
1856         * data/evince-ui.xml:
1857         * shell/ev-window.c: (ev_window_init):
1858         
1859         Customize toolbar with right click. Fixes bug #372451.
1860
1861 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
1862
1863         * shell/ev-window.c: 
1864         
1865         Use "object-rotate-{left,right}" stock icons. Fixes 
1866         bug #373863.
1867
1868 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
1871         (ev_application_open_uri_at_dest), (ev_application_open_uri):
1872         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
1873         (ev_window_open_uri):
1874         * shell/main.c: (arguments_parse):
1875
1876         Remove temp file created when evince is used by GTK+ in
1877         preview mode. Fixes bug #365282. 
1878
1879 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1880
1881         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1882         
1883         Fixes bug #372474 - Side pane disabled when entering 
1884         and leaving fullscreen mode.
1885
1886 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1887
1888         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
1889         * data/Makefile.am:
1890         * data/evince-preview-toolbar.xml:
1891         * data/evince-toolbar.xml:
1892         * shell/ev-application.c: (ev_application_shutdown),
1893         (ev_application_init), (ev_application_get_toolbars_model):
1894         * shell/ev-application.h:
1895         * shell/ev-window.c: (update_chrome_visibility),
1896         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
1897         (ev_window_cmd_edit_toolbar), (ev_window_init):
1898         
1899         Fixes bug #364364 - toolbar editor shows zoom actions again.
1900
1901 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1904
1905         Do not take margins into consideration for paper size when printing.
1906         Really fixes bug #350491.
1907
1908 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * data/evince-ui.xml:
1911         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
1912         (ev_window_cmd_file_print_setup),
1913         (ev_window_print_dialog_response_cb),
1914         (ev_window_setup_action_sensitivity):
1915
1916         Add page setup settings for printing. Fixes bugs #363860 and #350491.
1917
1918 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-window.c: (ev_window_print_range):
1921
1922         Revert my previuos commit, since printing to PDF is not supported by
1923         evince yet. 
1924
1925 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * shell/ev-window.c: (ev_window_print_range):
1928
1929         Enable print to a PDF. Fixes bug #332121.
1930
1931 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * shell/ev-application-service.xml:
1934         * shell/ev-application.[ch]: (ev_application_open_window),
1935         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
1936         (ev_application_open_uri), (ev_application_open_uri_list):
1937         * shell/ev-window.c: (file_open_dialog_response_cb),
1938         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
1939         (drag_data_received_cb), (open_remote_link):
1940         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
1941
1942         Add support for multiscreen systems. Fixes bug #316206.
1943
1944 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-jobs.[ch]: (ev_job_print_new),
1947         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
1948         (ev_job_print_do_page):
1949         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
1950
1951         Allow printing only odd/even pages. Fixes bug #367289.
1952
1953 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1954
1955         * test/test1.py:
1956         * test/test2.py:
1957
1958         Re-add locale settings to test files.
1959
1960 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1961
1962         * data/evince-ui.xml:
1963         * shell/ev-window.c: (set_action_properties):
1964         
1965         Removed garbage from code and ui.
1966
1967 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1968
1969         * shell/ev-window.c: (ev_window_cmd_help_about):
1970
1971         Shamelessly add my name to the list of contributors.
1972
1973 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1974
1975         * test/test1.py:
1976         * test/test2.py:
1977
1978         Cleaned up the dogtail scripts.
1979
1980 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1981
1982         * shell/ev-view.c: (draw_loading_text): Don't render
1983         "loading..." text in presentation mode. Temporary
1984         workaround for bug #320352.
1985
1986 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1989         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1990
1991         Use print settings scale, copies, collate and reverse which were
1992         ignored. Fixes bug #359032.
1993
1994 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * configure.ac:
1997         * data/evince-password.glade:
1998         * test/Makefile.am:
1999         * test/test-encrypt.pdf:
2000         * test/test-links.pdf:
2001         * test/test1.py:
2002         * test/test2.py:
2003
2004         Add automated UI tests for evince with dogtail. See
2005         bug #300948.    
2006
2007 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2010
2011         Hide fullscreen toolbar when switching to another desktop workspace.
2012         Fixes bug #338871
2013
2014 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2015
2016         * shell/ev-window-title.c: 
2017         
2018         Test for .dvi in title of pdf documents.
2019
2020 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2021
2022         * shell/ev-view.c: (ev_view_scroll):
2023
2024         Page Up/Down should do page jumps in "Best fit" mode.
2025         If a user has explicitly chosen to view exactly one page
2026         at a time, scrolling just a part of the page when
2027         pressing Page Up/Down is not right. Fixes bug #323107.
2028
2029 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2030
2031         * NEWS:
2032         * configure.ac:
2033         
2034         Update for 0.6.1
2035
2036 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2039         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2040         
2041         Correctly disconnect from job signals on destroy.
2042
2043 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2044
2045         * shell/ev-view-private.h:
2046         * shell/ev-view.c: (view_set_adjustment_values),
2047         (view_update_range_and_current_page),
2048         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2049         
2050         Fixes bug #343199, current page now follows find page.
2051
2052 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2053
2054         * backend/ev-document-factory.c:
2055         * configure.ac:
2056         Assigned OpenDocument presenation MIME type to the
2057         Impress backend. Added some missing (but harmless)
2058         #ifdefs in the document factory as well to make things
2059         consistent again. Fixes bug #360658.
2060
2061 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2062
2063         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2064         * backend/ev-document-find.c: (ev_document_find_get_type):
2065         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2066         * backend/ev-document-links.c: (ev_document_links_get_type):
2067         * backend/ev-document-security.c: (ev_document_security_get_type):
2068         * backend/ev-document-thumbnails.c:
2069         (ev_document_thumbnails_get_type):
2070         * backend/ev-document.c: (ev_document_get_type):
2071         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2072         * backend/ev-selection.c: (ev_selection_get_type):
2073         * cut-n-paste/recent-files/egg-recent-model.c:
2074         (egg_recent_model_get_type):
2075         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2076         (egg_recent_view_uimanager_get_type):
2077         * cut-n-paste/recent-files/egg-recent-view.c:
2078         (egg_recent_view_get_type):
2079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2080         (egg_editable_toolbar_get_type):
2081         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2082         (egg_toolbar_editor_get_type):
2083         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2084         (egg_toolbars_model_get_type):
2085         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2086         (egg_tree_multi_drag_source_get_type):
2087         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2088         (ephy_zoom_action_get_type):
2089         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2090         (ephy_zoom_control_get_type):
2091         * impress/r_back.c: (_imp_fill_back):
2092         * properties/ev-properties-main.c:
2093         (ev_properties_plugin_register_type):
2094         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2095         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2096         (ev_view_accessible_factory_get_type):
2097
2098         Reduce relocations. Bug #360616.
2099
2100 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2101
2102         * backend/ev-document-factory.c:
2103         (ev_document_factory_get_document):
2104         
2105         Load document even if extension is wrong.
2106
2107 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * shell/ev-metadata-manager.c: (save_values):
2110         * shell/ev-window.c: (setup_size_from_metadata),
2111         (setup_view_from_metadata), (ev_window_setup_document),
2112         (ev_window_xfer_job_cb), (window_configure_event_cb):
2113         
2114         Set size according to the document size/page size ratio.
2115         That should correct rather wierd behaviour of the previous
2116         commit.
2117
2118 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2119
2120         * shell/ev-window.c: (setup_view_from_metadata):
2121         
2122         Set size for new windows from previous window size.
2123         See bugs #354968 and #168450 for details. Thanks
2124         to Meik Hellmund.
2125
2126 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * djvu/djvu-links.c: (build_tree):
2129
2130         Fix memory leak.
2131
2132 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2133
2134         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2135         
2136         Don't make sidebar close button insensitive. Fixes
2137         bug #357871.
2138
2139 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2142         (ev_window_set_view_accels_sensitivity):
2143         
2144         Don't enable Slash on documents which don't support
2145         find. Fixes bug #358648.
2146
2147 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2148
2149         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2150         open dialog fall back to the current document uri if the
2151         filechooser hasn't been used before. Fixes bug #356980.
2152
2153 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2154
2155         * shell/ev-window.c: (ev_window_setup_recent), 
2156         (ev_window_get_recent_file_label):
2157
2158         Escape underscores in filenames of recent file items.
2159
2160 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2161
2162         * configure.ac:
2163         
2164         Bumped poppler requirements, really 0.5.3 is very 
2165         buggy, now we require 0.5.4.
2166
2167 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2168
2169         * djvu/Makefile.am:
2170         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2171         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2172         (djvu_document_document_links_iface_init):
2173         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2174         (number_from_string_10), (get_djvu_link_dest),
2175         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2176         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2177         (djvu_links_get_links), (djvu_links_find_link_dest),
2178         (djvu_links_get_links_model):
2179         * djvu/djvu-links.h:
2180         
2181         Add support for links and bookmarks in djvu documents. Thanks
2182         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2183         patch.
2184
2185 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2186
2187         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2188         
2189         Reopen should reload document. Fixes 
2190         bug 327951.
2191
2192 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2193
2194         * configure.ac:
2195         * data/Makefile.am:
2196         * data/evince-16.png:
2197         * data/evince-22.png:
2198         * data/evince.png:
2199         * data/evince.svg:
2200         * data/icons/16x16/Makefile.am:
2201         * data/icons/16x16/evince.png:
2202         * data/icons/22x22/Makefile.am:
2203         * data/icons/22x22/evince.png:
2204         * data/icons/48x48/Makefile.am:
2205         * data/icons/48x48/evince.png:
2206         * data/icons/Makefile.am:
2207         * data/icons/scalable/Makefile.am:
2208         * data/icons/scalable/evince.svg:
2209         
2210         Install icons with correct names. Fixes
2211         bug #354429.
2212
2213 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * shell/ev-view.c: (ev_view_button_release_event):
2216
2217         Don't open links with middle mouse button. Fixes bug #353649
2218
2219 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2220
2221         * NEWS:
2222         * configure.ac:
2223         
2224         Update for release 0.6.0
2225
2226 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2229         Implement Close named action. Patch by Carlos Garcia Campos.
2230
2231 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2232
2233         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2234         
2235         Don't clear link mapping on copy_job_to_job_info. Fixes
2236         bug 346168.
2237
2238 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/main.c: (main):
2241
2242         Revert my previous commit, gnome_program_init owns the option context.
2243         Fix another memory leak in main. Both caught by Christian Persch. 
2244
2245 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * shell/main.c: (main):
2248
2249         Fix memory leak.
2250
2251 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2254
2255         Fix crash when opening a pdf with password protection. 
2256
2257 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * pdf/ev-poppler.cc: (pdf_document_search_free):
2260
2261         Fix memory leak. 
2262
2263 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2264
2265         * backend/ev-document-factory.c:
2266         (ev_document_factory_get_document):
2267         * tiff/tiff-document.c: (tiff_document_finalize):
2268         
2269         More correct handling of document loading. Fixes
2270         bug #349043.
2271
2272 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/ev-attachment.c: (ev_attachment_save):
2275
2276         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2277         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2278
2279 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2280         
2281         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2282         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2283
2284 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-sidebar-thumbnails.c:
2287
2288         Do not render thumbnails unless thumbnails page is active in the
2289         sidebar.
2290
2291 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2292
2293         * shell/ev-properties-dialog.c:
2294
2295         Fix dialogue spacing. Bug #351370.
2296
2297 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2298
2299         * configure.ac:
2300
2301         Use lowercase gettext catalog file names (evince.mo
2302         instead of Evince.mo)
2303
2304 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * shell/ev-sidebar-attachments.c:
2307
2308         GtkIconTheme is now screen safe too. Fixes bug #350878
2309
2310 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-window.c:
2313
2314         GtkRecent manager is now screen safe. Fixes bug #350145
2315
2316 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2317
2318         * shell/ev-sidebar.c: (ev_sidebar_init):
2319         
2320         Make sidebar close icon smaller. Fix for bug 350177.
2321         See also bugs 350176 and 165770.
2322
2323 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2326
2327         Ignore zoom for xyz destinations when it's <= 1, keeping user
2328         preferences instead. Set correct sizing-mode for fith and fitv
2329         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2330
2331 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * NEWS:
2334         * configure.ac:
2335         
2336         Update for release 0.5.5
2337
2338 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2339         
2340         * shell/ev-window.c: (ev_window_cmd_escape)
2341
2342         Escape unfocus page entry. Fixes bug #345809.
2343
2344 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2347         (build_tree), (pdf_document_links_get_links),
2348         (pdf_document_links_find_link_dest):
2349         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2350         (goto_xyz_dest):
2351
2352         Convert from PDF style coordinates to X style coordinates in the
2353         backend rather than in the view. Fixes bug #338440
2354
2355 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * shell/ev-window.c:
2358         
2359         Remove Ctrl+Shift+T shortcut for toolbars. See
2360         the bug #350098.
2361
2362 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * configure.ac:
2365
2366         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2367         of this. 
2368
2369 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * configure.ac:
2372         * cut-n-paste/Makefile.am:
2373         * data/evince-ui.xml:
2374         * shell/Makefile.am:
2375         * shell/ev-application.[ch]:
2376         * shell/ev-window.c:
2377
2378         Use GtkRecent instead of EggRecent when it's available. Fixes bug
2379         #349273
2380
2381 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2382
2383         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
2384         findbar code: s/help/search/
2385
2386 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2387
2388         * shell/ev-window.c: (setup_document_from_metadata),
2389         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
2390         (setup_view_from_metadata):
2391         
2392         Fix memory leaks.
2393
2394 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
2395
2396         * autogen.sh, configure.ac: 
2397         
2398         Update automake usage. See bug 349292.
2399
2400 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2401
2402         * shell/eggfindbar.c: (egg_find_bar_class_init),
2403         (entry_activate_callback), (egg_find_bar_init),
2404         (egg_find_bar_set_status_text):
2405         * shell/eggfindbar.h:
2406         
2407         Unify Evince findbar with Epiphany. Nice patch
2408         from Fabricio Silva <silva@crans.org> and
2409         Frederic Peters <fpeters@entrouvert.com>. See
2410         bug #339966 for details.
2411
2412 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2413
2414         * data/evince.desktop.in.in:
2415         
2416         Correct information for bugzilla. Thanks to
2417         Olaf Vitters, see bug #348855.
2418
2419 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-jobs.[ch]:
2422         * shell/ev-sidebar-links.c:
2423         * shell/ev-window.[ch]:
2424
2425         GtkPrintJob doesn't support print ranges or current page, so we export
2426         to a ps file now when printing ranges or current page.
2427
2428 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2429
2430         * pdf/ev-poppler.cc:
2431         * shell/ev-window.c: (do_action_named):
2432
2433         We should be more clear about bugzilla. See the
2434         poppler bug #7623.
2435
2436 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * configure.ac:
2439         * shell/Makefile.am:
2440         * shell/ev-job-queue.c:
2441         * shell/ev-jobs.[ch]:
2442         * shell/ev-sidebar-links.c:
2443         * shell/ev-window.[ch]:
2444         
2445         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
2446         #348422
2447
2448 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
2451         * shell/ev-application-service.xml:
2452         * shell/ev-application.[ch]:
2453         * shell/ev-jobs.[ch]:
2454         * shell/ev-window.[ch]: (ev_window_run_preview):
2455         * shell/main.c: 
2456
2457         Add preview mode to use evince as a printing previewer. It also adds
2458         other command line options for fullscreen and presentation modes.
2459         Fixes bugs #347822, #317031
2460
2461 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2462
2463         * NEWS:
2464         * configure.ac:
2465         
2466         Update for release 0.5.4
2467
2468 2006-07-11  Bastien Nocera <hadess@hadess.net>
2469
2470         * Makefile.am:
2471         * backend/Makefile.am:
2472         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2473         * backend/ev-document-factory.h:
2474         * configure.ac:
2475         * impress/.cvsignore:
2476         * impress/Makefile.am:
2477         * impress/common.h:
2478         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
2479         (imp_get_page), (imp_next_page), (imp_prev_page),
2480         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
2481         * impress/f_oasis.c: (render_object), (render_page),
2482         (get_geometry), (_imp_oasis_load):
2483         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
2484         (_imp_oo13_load):
2485         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
2486         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
2487         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
2488         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
2489         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
2490         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
2491         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
2492         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
2493         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
2494         (iks_new_within), (iks_insert), (iks_insert_cdata),
2495         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
2496         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
2497         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
2498         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
2499         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
2500         (iks_cdata), (iks_cdata_size), (iks_has_children),
2501         (iks_has_attribs), (escape_size), (my_strcat), (escape),
2502         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
2503         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
2504         (iks_tree), (iks_load), (iks_save):
2505         * impress/iksemel.h:
2506         * impress/imposter.h:
2507         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
2508         (imp_render_draw_bezier_real), (imp_render_get_size),
2509         (imp_render_set_fg_color), (imp_render_draw_line),
2510         (imp_render_draw_rect), (imp_render_draw_polygon),
2511         (imp_render_draw_arc), (imp_render_draw_bezier),
2512         (imp_render_open_image), (imp_render_get_image_size),
2513         (imp_render_scale_image), (imp_render_draw_image),
2514         (imp_render_close_image), (imp_render_markup),
2515         (imp_render_get_text_size), (imp_render_draw_text),
2516         (impress_document_load), (impress_document_save),
2517         (impress_document_get_n_pages), (impress_document_get_page_size),
2518         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2519         (impress_document_finalize), (impress_document_class_init),
2520         (impress_document_can_get_text), (impress_document_get_info),
2521         (impress_document_document_iface_init),
2522         (impress_document_thumbnails_get_thumbnail),
2523         (impress_document_thumbnails_get_dimensions),
2524         (impress_document_document_thumbnails_iface_init),
2525         (impress_document_init):
2526         * impress/impress-document.h:
2527         * impress/internal.h:
2528         * impress/r_back.c: (_imp_fill_back):
2529         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
2530         (_imp_draw_image), (_imp_tile_image):
2531         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
2532         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
2533         (r_polyline):
2534         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
2535         (r_draw_gradient_complex), (r_draw_gradient):
2536         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
2537         (r_get_bullet):
2538         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
2539         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
2540         (r_text):
2541         * impress/render.c: (imp_create_context), (imp_context_set_page),
2542         (imp_context_set_step), (imp_render), (imp_delete_context):
2543         * impress/render.h:
2544         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
2545         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
2546         (zip_load_xml), (zip_get_size), (zip_load):
2547         * impress/zip.h:
2548         * shell/ev-utils.c:
2549         
2550         New backend to support impress slides. Fixes bug #30867.
2551
2552 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
2553
2554         * shell/ev-utils.c: (using_postscript_printer):
2555         
2556         Fixes crash when print using PAPI backend,
2557         bug #345012.
2558
2559 2006-06-09  Pat Rondon  <pmr@patrondon.org>
2560
2561         * shell/ev-jobs.c: (ev_job_xfer_run):
2562         * shell/ev-window.c: (password_dialog_response),
2563         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
2564         (ev_window_dispose):
2565         Fixes bug #344160: if the xfer job doesn't complete
2566         because a password is required, reload the existing
2567         instance instead of creating a new one.
2568
2569 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2570
2571         * shell/main.c: (main): Call gdk_threads_init. Thus
2572         we'll avoid errors in auth dialog. Fix for the bug
2573         #343347.
2574
2575 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2576
2577         * configure.ac: Advertise pixbuf support, fix
2578         for the bug 343317.
2579
2580 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2581
2582         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
2583         (ev_sidebar_thumbnails_set_document):
2584         
2585         Update sidebar thumbnails after reloading.
2586
2587 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2588
2589         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
2590         * shell/ev-jobs.h:
2591         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
2592         (ev_window_cmd_view_reload), (ev_window_init):
2593         
2594         Don't crash on reload. Fix for the bug #343167.
2595
2596 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2597
2598         * shell/ev-jobs.c: (ev_job_render_run):
2599         
2600         Check for document links.
2601
2602 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2603
2604         * backend/ev-attachment.c: (ev_attachment_save),
2605         (ev_attachment_launch_app), (ev_attachment_open):
2606         * backend/ev-document-factory.c: (get_document_from_uri):
2607         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2608         (egg_recent_view_uimanager_set_list):
2609         * ps/ps-document.c: (check_filecompressed), (document_load),
2610         (ps_document_load):
2611         * shell/ev-metadata-manager.c: (load_values):
2612         * shell/ev-password.c: (ev_password_dialog_set_property):
2613         * shell/ev-view.c: (tip_from_link):
2614         * shell/ev-window.c: (file_save_dialog_response_cb),
2615         (ev_window_print_dialog_response_cb):
2616         
2617         Use consistent quoting style. Fix for the bug #320285.
2618
2619 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2620
2621         * shell/ev-jobs.c: (ev_job_xfer_run):
2622         * shell/main.c: (load_files):
2623                 
2624         Open links with anchors. Fix for the bug #339836.
2625
2626 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2627
2628         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
2629         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
2630         (ev_link_dest_set_property), (ev_link_dest_finalize),
2631         (ev_link_dest_class_init), (ev_link_dest_new_named),
2632         (ev_link_dest_new_page_label):
2633         * backend/ev-link-dest.h:
2634         * shell/ev-application.c: (ev_application_open_uri):
2635         * shell/ev-view.c: (goto_dest):
2636         * shell/ev-window.c:
2637         * shell/ev-window.h:
2638         
2639         Fix page-label command line option. Bug #342070.
2640
2641 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2642
2643         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2644         
2645         Don't show highlight rects if page can't be showed. Fix for 
2646         the bug #342076
2647
2648 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2649
2650         * shell/ev-window.c: (setup_sidebar_from_metadata),
2651         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
2652         
2653         Setup sidebar from metadata even if there is no document
2654         loaded. Fix for the bug #342807.
2655
2656 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2657
2658         * cut-n-paste/toolbar-editor/Makefile.am:
2659         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2660         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
2661         (find_action), (drag_data_delete_cb), (drag_begin_cb),
2662         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
2663         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
2664         (popup_context_menu_cb), (button_press_event_cb),
2665         (configure_item_sensitivity), (configure_item_cursor),
2666         (configure_item_tooltip), (connect_widget_signals),
2667         (action_sensitive_cb), (create_item_from_action),
2668         (create_item_from_position), (toolbar_drag_data_received_cb),
2669         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
2670         (toolbar_drag_leave_cb), (configure_drag_dest),
2671         (toggled_visibility_cb), (toolbar_visibility_refresh),
2672         (create_dock), (toolbar_changed_cb), (unparent_fixed),
2673         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
2674         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
2675         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
2676         (egg_editable_toolbar_dispose),
2677         (egg_editable_toolbar_set_ui_manager),
2678         (egg_editable_toolbar_get_selected),
2679         (egg_editable_toolbar_set_selected), (set_edit_mode),
2680         (egg_editable_toolbar_set_property),
2681         (egg_editable_toolbar_get_property),
2682         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
2683         (egg_editable_toolbar_new_with_model),
2684         (egg_editable_toolbar_get_edit_mode),
2685         (egg_editable_toolbar_set_edit_mode),
2686         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
2687         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
2688         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2689         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
2690         (item_added_or_removed_cb), (toolbar_removed_cb),
2691         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
2692         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
2693         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
2694         (editor_create_item_from_name), (append_table),
2695         (update_editor_sheet), (egg_toolbar_editor_init):
2696         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
2697         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2698         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
2699         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
2700         (toolbar_node_free), (egg_toolbars_model_get_flags),
2701         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
2702         (egg_toolbars_model_get_name), (impl_add_item),
2703         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
2704         (parse_data_list), (parse_item_list), (parse_toolbars),
2705         (egg_toolbars_model_load_toolbars), (parse_available_list),
2706         (parse_names), (egg_toolbars_model_load_names),
2707         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
2708         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
2709         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
2710         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
2711         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
2712         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
2713         (egg_toolbars_model_set_types), (fill_avail_array),
2714         (egg_toolbars_model_get_name_avail),
2715         (egg_toolbars_model_get_name_flags),
2716         (egg_toolbars_model_set_name_flags):
2717         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
2718         * cut-n-paste/toolbar-editor/eggintl.h:
2719         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2720         (egg_tree_multi_drag_source_get_type),
2721         (egg_tree_multi_drag_source_row_draggable),
2722         (egg_tree_multi_drag_source_drag_data_delete),
2723         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
2724         (egg_tree_multi_drag_button_release_event), (selection_foreach),
2725         (path_list_free), (set_context_data), (get_context_data),
2726         (get_info), (egg_tree_multi_drag_drag_data_get),
2727         (egg_tree_multi_drag_motion_event),
2728         (egg_tree_multi_drag_button_press_event),
2729         (egg_tree_multi_drag_add_drag_support):
2730         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
2731         * shell/ev-application.c: (ev_application_init),
2732         (ev_application_save_toolbars_model):
2733         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
2734         (ev_window_cmd_edit_toolbar), (ev_window_init):
2735         
2736         Sync toolbareditor with epiphany and libegg
2737
2738 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * configure.ac: 
2741
2742         Depend on poppler 0.5.2
2743
2744 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2745
2746         * shell/ev-jobs.c: (ev_job_render_run):
2747         
2748         Check if document supports links iterface.
2749
2750 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2751
2752         * NEWS:
2753         * configure.ac:
2754         
2755         Update for release 0.5.3
2756
2757 2006-05-13  Michael Plump  <plumpy@skylab.org>
2758
2759         * configure.ac:
2760         * shell/Makefile.am:
2761         * shell/main.c: (main):
2762         
2763         Port to GOption command line parsing. Fix for the 
2764         bug #327518
2765
2766 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2767
2768         * shell/ev-window.c: (ev_window_cmd_help_about):
2769         
2770         Do not wrap license. Fix for the bug #309460.
2771
2772 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2773
2774         * configure.ac:
2775         * properties/ev-properties-main.c: (ev_properties_get_pages):
2776         * shell/ev-application.c: (ev_application_open_window),
2777         (ev_application_open_uri_at_dest):
2778         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
2779         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
2780         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
2781         * shell/ev-utils.c: (save_print_config_to_file):
2782         * shell/ev-window.c: (ev_window_cmd_save_as),
2783         (ev_attachment_popup_cmd_save_attachment_as):
2784         * shell/main.c: (load_files_remote):
2785         
2786         Bump requirements to gtk 2.8 and drop all ifdefs used.
2787
2788 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
2791         * shell/ev-window.c: (ev_window_init):
2792         
2793         Show attachments page.
2794
2795 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2796
2797         * po/POTFILES.in:
2798         * shell/ev-attachment-bar.c:
2799         * shell/ev-attachment-bar.h:
2800         * shell/ev-sidebar-attachments.c:
2801         (ev_sidebar_attachments_icon_cache_add),
2802         (icon_theme_get_pixbuf_from_mime_type),
2803         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
2804         (ev_sidebar_attachments_icon_cache_refresh),
2805         (ev_sidebar_attachments_get_attachment_at_pos),
2806         (ev_sidebar_attachments_popup_menu_show),
2807         (ev_sidebar_attachments_popup_menu),
2808         (ev_sidebar_attachments_button_press),
2809         (ev_sidebar_attachments_update_icons),
2810         (ev_sidebar_attachments_drag_data_get),
2811         (ev_sidebar_attachments_get_property),
2812         (ev_sidebar_attachments_destroy),
2813         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
2814         (ev_sidebar_attachments_new),
2815         (ev_sidebar_attachments_set_document),
2816         (ev_sidebar_attachments_support_document),
2817         (ev_sidebar_attachments_get_label),
2818         (ev_sidebar_attachments_page_iface_init):
2819         * shell/ev-sidebar-attachments.h:
2820         * shell/ev-window.c: (update_chrome_visibility),
2821         (setup_sidebar_from_metadata), (ev_window_setup_document),
2822         (ev_window_sidebar_current_page_changed_cb),
2823         (attachment_bar_menu_popup_cb), (ev_window_init):
2824         
2825         Move attachments bar to sidebar.
2826
2827 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * pdf/ev-poppler.cc:
2830         * shell/ev-application.[ch]:
2831         * shell/main.c:
2832
2833         Fix some memory leaks.
2834
2835 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2836
2837         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2838
2839         Change the properties dialog response to
2840         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
2841         will make the dialog go away when the user presses
2842         enter. With gtk+ >= 2.9 this will happen anyway, but for
2843         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
2844         escape by default. Fixes bug #340539. See also bug
2845         #101293 for the gtk+ part.
2846
2847 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
2848
2849         * shell/ev-view.c (tip_from_action_named): Replace some strings
2850         that were wrong. Closes #340970.
2851
2852 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2855
2856         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
2857         #341049
2858
2859 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * djvu/Makefile.am:
2862         * dvi/Makefile.am:
2863         * dvi/mdvi-lib/Makefile.am:
2864         * properties/Makefile.am:
2865         * ps/Makefile.am:
2866         * shell/Makefile.am:
2867         * thumbnailer/Makefile.am:
2868         
2869         Due to broken libtool that is unable to track dependencies
2870         of noinst libraries we are forced to explicitely point
2871         libraries for binary. Fix for the bug #333334.
2872
2873 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2874
2875         * data/evince.desktop.in.in:
2876         * shell/ev-view.c: (view_update_range_and_current_page),
2877         (ev_view_next_page), (ev_view_previous_page):
2878         * shell/ev-window.c: (update_chrome_visibility),
2879         (setup_sidebar_from_metadata), (ev_window_setup_document),
2880         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
2881         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2882         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
2883         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2884         (ev_window_stop_presentation), (ev_window_focus_in_event),
2885         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
2886         (ev_window_init):
2887         * thumbnailer/Makefile.am:
2888         
2889         Update fullscreen and presentation timeout handling. Hide
2890         cursor in presentation after timeout. Fix for the bugs
2891         #136359 and #336981.
2892
2893 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * backend/ev-link-action.[ch]:
2896         * pdf/ev-poppler.cc: (ev_link_from_action):
2897         * shell/ev-view-private.h:
2898         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
2899         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
2900
2901         Add support for Named Action links
2902
2903 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * backend/Makefile.am:
2906         * backend/ev-document-links.[ch]:
2907         * backend/ev-document.[ch]:
2908         * backend/ev-link-action.[ch]:
2909         * backend/ev-link-dest.[ch]:
2910         * backend/ev-link.[ch]:
2911         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
2912         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
2913         * shell/ev-page-action.c: (build_new_tree_cb):
2914         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
2915         (links_page_num_func), (update_page_callback):
2916         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
2917         (tip_from_link):
2918         * shell/ev-jobs.c:
2919         * shell/ev-window.[ch]: (ev_window_open_uri),
2920         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
2921         * shell/ev-application.[ch]: (ev_application_open_window),
2922         (ev_application_open_uri):
2923
2924         Rework links system, it adds support for remote links now and it makes
2925         easier to add new kinds of actions and destinations. Fixes bug #317292
2926
2927 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2928
2929         * data/Makefile.am:
2930         * data/evince.png:
2931         * data/evince-16.png:
2932         * data/evince-22.png:
2933         * data/evince.svg:
2934         * shell/main.c: (main):
2935         
2936         Evince use it's own icon. Fix for the bug #313392.
2937
2938         * shell/ev-window.c: (fullscreen_timeout_cb),
2939         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2940         (ev_window_cmd_help_about), (ev_window_dispose):
2941         
2942         Simplify fullscreen timeout code.
2943
2944 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * backend/ev-attachment.c: 
2947         * shell/ev-attachment-bar.c:
2948         * shell/ev-window.c:
2949
2950         Allow multiple selection of attachments
2951
2952 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * shell/ev-view.c: (view_update_range_and_current_page),
2955         (ev_view_scroll):
2956         
2957         Fix for the bug #312573 – Optimal selection of current 
2958         page among visible pages.
2959
2960 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2961
2962         * configure.ac:
2963         * djvu/Makefile.am:
2964         * djvu/djvu-text.h:
2965         
2966         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
2967         for the bug 339868.
2968
2969 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
2970
2971         * configure.ac: Fix the LINGUAS stuff here too so it builds.
2972
2973 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2974
2975         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
2976         dictated by the GNOME HIG. Fixes bug #339235.
2977
2978 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2979
2980         * data/evince-ui.xml:
2981         * shell/ev-view.c: (ev_view_can_find_previous):
2982         * shell/ev-view.h:
2983         * shell/ev-window.c: (ev_window_update_actions),
2984         (ev_window_cmd_edit_find_previous):
2985
2986         Add support for "Find Previous" as dictated by the GNOME HIG. A
2987         menu item is added and some glue code to make it all work is added
2988         to various files.
2989
2990 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2991
2992         * configure.ac: Award myself the "useless use of cat" award.
2993
2994 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2995
2996         * po/LINGUAS: New file listing all supported languages.
2997
2998         * configure.in: Use po/LINGUAS instead of including all languages
2999         directly in this file. See the wiki for more information:
3000         http://live.gnome.org/GnomeGoals/PoLinguas
3001
3002 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/ev-document-factory.c:
3005
3006         Do not load the document twice when there isn't errors
3007
3008 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * backend/ev-attachment.c: 
3011
3012         Fix a crash when there isn't a default application to open an
3013         attachment
3014
3015 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * backend/ev-attachment.[ch]:
3018         * shell/ev-attachment-bar.[ch]:
3019
3020         Added missing files. 
3021
3022 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * backend/Makefile.am:
3025         * data/evince-ui.xml:
3026         * backend/ev-attachment.[ch]:
3027         * backend/ev-document.[ch]: (ev_document_has_attachments),
3028         (ev_document_get_attachments):
3029         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3030         (attachment_save_to_buffer), (pdf_document_get_attachments),
3031         (pdf_document_document_iface_init):
3032         * shell/Makefile.am:
3033         * shell/ev-attachment-bar.[ch]:
3034         * shell/ev-window.c:
3035
3036         Add support for PDF attachments. Fixes bug #325143
3037
3038 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3039
3040         * backend/ev-document-factory.c: (get_document_from_uri),
3041         (ev_document_factory_get_document):
3042         * backend/ev-document-factory.h:
3043         * properties/ev-properties-main.c: (ev_properties_get_pages):
3044         * shell/Makefile.am:
3045         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3046         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3047         (ev_job_queue_remove_job):
3048         * shell/ev-job-queue.h:
3049         * shell/ev-job-xfer.c:
3050         * shell/ev-job-xfer.h:
3051         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3052         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3053         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3054         (ev_job_xfer_run):
3055         * shell/ev-jobs.h:
3056         * shell/ev-window.c: (ev_window_is_empty),
3057         (password_dialog_response), (ev_window_clear_xfer_job),
3058         (ev_window_xfer_job_cb), (ev_window_open_uri),
3059         (ev_window_cmd_focus_page_selector),
3060         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3061         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3062         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3063         (ev_window_dispose):
3064         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3065         
3066         * Cleanup mime type detection on document load. Fix for the
3067         bug #336448.
3068
3069 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3070
3071         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3072         
3073         Fix crash on exit, described in the bug #336825.
3074
3075 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3076
3077         * backend/ev-document-factory.c:
3078         (ev_document_factory_get_from_mime),
3079         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3080         (ev_document_factory_get_document),
3081         (file_filter_add_mime_list_and_free),
3082         (ev_document_factory_add_filters):
3083         * backend/ev-document-factory.h:
3084         * properties/ev-properties-main.c: (ev_properties_get_pages):
3085         * shell/Makefile.am:
3086         * shell/ev-application.c:
3087         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3088         * shell/ev-window.c: (ev_window_cmd_file_open),
3089         (ev_window_cmd_save_as):
3090         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3091         
3092         Rework factory functions so they are placed now in a single 
3093         file ev-document-factory.c
3094
3095 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3096
3097         * shell/ev-window.c: (update_chrome_visibility):
3098         
3099         Fix for the bug 166566 - don't show menubar in fullscreen
3100         mode.
3101
3102 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3103
3104         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3105
3106 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3107
3108         * shell/ev-view.c: (ev_view_expose_event):
3109         
3110         More correctly draw loading text when document
3111         is empty.
3112
3113 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3114
3115         * shell/ev-view.c: (ev_view_scroll):
3116         
3117         Fix for the bug #334854, page down and page up switch
3118         pages in presentation mode.
3119
3120 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3121
3122         * shell/ev-window.c: (ev_window_set_action_sensitive),
3123         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3124         (ev_window_set_view_accels_sensitivity),
3125         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3126         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3127         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3128         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3129         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3130         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3131         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3132         (view_actions_focus_in_cb), (ev_window_init):
3133         
3134         Fix for the bug #333902, now it's possible to search
3135         words with slash.
3136
3137 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3138
3139         * configure.ac: Added Breton translation.
3140         * po/br.po: Added Breton translation.
3141
3142 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * shell/ev-window-title (ev_window_title_update):
3145
3146         Fix memory leak in window title. Fixes bug #333944
3147
3148 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-metadata-manager.c (parseItem):
3151
3152         Fix memory leaks. Fixes bug #333945
3153
3154 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3155         
3156         * NEWS, configure.ac, TODO:
3157         
3158         Update for release 0.5.2.
3159
3160 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * shell/ev-view.c: (view_update_range_and_current_page),
3163         (page_changed_cb):
3164         
3165         Don't jump on scrolling, fix for the bug #333127.
3166
3167 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3168
3169         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3170         
3171         Scroll by one page in presentation mode. Fix for the bug
3172         #332993.
3173
3174 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3175
3176         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3177
3178 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3179
3180         * configure.ac  Added lv in ALL_LINGUAS line.
3181
3182 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3183         
3184         * NEWS, configure.ac:
3185         
3186         Update for release 0.5.1
3187
3188 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3189
3190         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3191         * backend/ev-document-misc.h:
3192         * shell/ev-view.c: (draw_one_page):
3193         
3194          Clairfy what page the toolbar page number applies to. Fix
3195          for the bug #328102.
3196
3197 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3198
3199         * shell/ev-view-private.h:
3200         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3201         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3202         (ev_view_search_changed):
3203         * shell/ev-view.h:
3204         * shell/ev-window.c: (find_bar_search_changed_cb):
3205         
3206         Dont't jump to find result if window was scrolled during search.
3207         Fix for the bug #313266.
3208
3209 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3210
3211         * shell/eggfindbar.c: (egg_find_bar_class_init):
3212         * shell/eggfindbar.h:
3213         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3214         * shell/ev-view-private.h:
3215         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3216         (ev_view_class_init), (ev_sizing_mode_get_type),
3217         (ev_scroll_type_get_type):
3218         * shell/ev-view.h:
3219         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3220         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3221         (ev_window_init):
3222         
3223         Fix for the bug 319133 - Find entry should allow text scroll.
3224
3225 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3226
3227         * shell/ev-view-private.h:
3228         * shell/ev-view.c: (view_update_range_and_current_page),
3229         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3230         (ev_view_set_document), (update_find_status_message),
3231         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3232         (ev_view_find_previous):
3233         
3234         Fix for the bug #319137. Search now takes account for scrolling.
3235
3236 2006-02-19  Michael Hofmann <mh21@piware.de>
3237
3238         * configure.ac:
3239         * djvu/Makefile.am:
3240         * djvu/djvu-document-private.h:
3241         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3242         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3243         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3244         (djvu_document_can_get_text), (djvu_document_get_text),
3245         (djvu_document_document_iface_init),
3246         (djvu_document_thumbnails_get_thumbnail),
3247         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3248         (djvu_document_find_get_result),
3249         (djvu_document_find_page_has_results),
3250         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3251         (djvu_document_find_iface_init):
3252         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3253         (djvu_text_page_selection), (djvu_text_page_limits_process),
3254         (djvu_text_page_limits), (djvu_text_page_copy),
3255         (djvu_text_page_position), (djvu_text_page_union),
3256         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3257         (djvu_text_page_box), (djvu_text_page_append_text),
3258         (djvu_text_page_search), (djvu_text_page_prepare_search),
3259         (djvu_text_page_new), (djvu_text_page_free):
3260         * djvu/djvu-text-page.h:
3261         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3262         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3263         (djvu_text_n_results), (djvu_text_has_results),
3264         (djvu_text_get_result), (djvu_text_get_progress):
3265         * djvu/djvu-text.h:
3266         
3267         Text search in djvu. Fix for the bug #303415.
3268
3269 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3270
3271         * configure.ac:
3272         * shell/ev-window.c: (ev_window_cmd_save_as):
3273         
3274         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3275         Thanks to Gary Coady <gary@lyranthe.org>
3276
3277 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3278
3279         * shell/ev-print-job.c: (idle_print_handler):
3280         
3281         Inverse order printing, bug #320919.
3282
3283 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * data/evince-toolbar.xml:
3286         * shell/ev-window.c:
3287         
3288         Allow to add sidebar checkbutton on toolbar. Fix
3289         for the bug #144577.
3290
3291 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3294         
3295         Add checks that have sense for empty ps document.
3296
3297 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3298
3299         * configure.ac: Include PS in mime types list. 
3300
3301 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3302
3303         * configure.ac:
3304         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3305         * ps/gsdefaults.h:
3306         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3307         
3308         Runtime check for gs interpreter. Fix for the bug #320868.
3309         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3310
3311 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-application.c: 
3314
3315         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3316         dbus>=0.60, so that the request is not queued. 
3317
3318 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * configure.ac:
3321         * shell/Makefile.am:
3322         * shell/ev-sidebar-links.c: (print_section_cb):
3323         * shell/ev-utils.c:
3324         * shell/ev-utils.h:
3325         * shell/ev-window.c: (update_action_sensitivity),
3326         (ev_window_close_dialogs), (ev_window_print):
3327         * shell/ev-window.h:
3328         
3329         Make printing support optional. Patch from Eduardo de Barros Lima
3330         <eduardo.lima@indt.org.br> for the bug #330546.
3331
3332 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3333
3334         * shell/ev-view-private.h:
3335         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3336         (ev_view_set_document):
3337         * shell/ev-view.h:
3338         * shell/ev-window.c: (ev_window_load_job_cb),
3339         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3340         (ev_window_init):
3341
3342         Draw Loading message during xfer job. Fix for the bug #329495.
3343
3344 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * comics/comics-document.c: (comics_regex_quote),
3347         (comics_document_load), (extract_argv):
3348         
3349         Correcly quote regexp before passing it to unzip.
3350
3351 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * shell/ev-page-cache.c: (build_height_to_page),
3354         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3355         (ev_page_cache_get_dual_even_left):
3356         * shell/ev-page-cache.h:
3357         * shell/ev-view.c: (view_update_range_and_current_page),
3358         (get_page_y_offset), (get_page_extents):
3359         
3360         Place even pages to the left if document has less then
3361         two pages. Fix for the bug #328856.
3362
3363 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3364
3365         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3366         
3367         Correct comics scheme. This make evince create thumbnails
3368         for comic books. Fix for the bug 329088.
3369
3370 2006-01-31  Christopher Aillon  <caillon@redhat.com>
3371
3372         * data/evince-password.glade: Don't explicitly set
3373         invisible_char to the current default value in case
3374         the default changes; let GTK+ do its magic.
3375
3376 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
3379         real filename to tmp filename since often document
3380         type is determined by extension.
3381
3382 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3383
3384         * shell/ev-view.c: (add_scroll_binding_keypad),
3385         (ev_view_binding_activated), (ev_view_class_init):
3386         
3387         Add keybindings for percision-scrolling of display area. 
3388         Fix for the bug #314072.
3389
3390 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3391
3392         * data/evince.desktop.in.in:
3393         
3394         Add GTK to the list of categories. Fix for the bug #328034.
3395
3396 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3397
3398         * shell/ev-application.c: (ev_application_shutdown),
3399         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
3400         * shell/ev-application.h:
3401         * shell/ev-window.c: (file_open_dialog_response_cb),
3402         (ev_window_cmd_file_open):
3403         
3404         Save last uri in file chooser dialog. Fix for the bug #327950.
3405
3406 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3407
3408         * NEWS:
3409         * README:
3410         
3411         Final update for release 0.5.0
3412         
3413         * shell/Makefile.am:
3414         
3415         Remove disable deprecated until we'll require libgnome-2.13.7
3416         and port to GOption argument parsing. See bug 327518.
3417
3418 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
3419
3420         * comics/comics-document.c: (comics_document_save):
3421         * djvu/djvu-document.c: (djvu_document_save):
3422         * dvi/dvi-document.c: (dvi_document_save):
3423         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
3424         * lib/ev-file-helpers.h:
3425         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
3426         * tiff/tiff-document.c: (tiff_document_save):
3427         
3428         Use common save function for backends.
3429
3430 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
3431
3432         * backend/ev-document-types.c:
3433         
3434         Fix crash on saving pixbuf.
3435
3436 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3437
3438         * cut-n-paste/recent-files/egg-recent-item.c:
3439         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
3440         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
3441         (parse_info_free), (valid_element), (start_element_handler),
3442         (end_element_handler), (text_handler), (egg_recent_model_filter),
3443         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
3444         (egg_recent_model_monitor), (egg_recent_model_read),
3445         (egg_recent_model_open_file), (egg_recent_model_lock_file),
3446         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
3447         (egg_recent_model_set_property), (egg_recent_model_class_init),
3448         (egg_recent_model_init), (egg_recent_model_add_full),
3449         (egg_recent_model_delete), (egg_recent_model_get_list),
3450         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
3451         (egg_recent_model_set_filter_mime_types),
3452         (egg_recent_model_clear_group_filter),
3453         (egg_recent_model_set_filter_groups),
3454         (egg_recent_model_clear_scheme_filter),
3455         (egg_recent_model_set_filter_uri_schemes),
3456         (egg_recent_model_remove_expired):
3457         * cut-n-paste/recent-files/egg-recent-util.c:
3458         (egg_recent_util_get_icon):
3459         * cut-n-paste/recent-files/egg-recent-util.h:
3460         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3461         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
3462         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
3463         (egg_recent_view_uimanager_set_property),
3464         (egg_recent_view_uimanager_get_property),
3465         (egg_recent_view_uimanager_class_init),
3466         (egg_recent_view_uimanager_init),
3467         (egg_recent_view_uimanager_set_label_width),
3468         (egg_recent_view_uimanager_get_label_width):
3469         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3471         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3472         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3473         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3474         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3475         
3476         Update from libegg.
3477
3478 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-page-cache.c: (build_height_to_page),
3481         (ev_page_cache_get_height_to_page):
3482         * shell/ev-page-cache.h:
3483         * shell/ev-view.c: (view_update_range_and_current_page),
3484         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
3485         (ev_view_previous_page):
3486         
3487         Dual mode places even pages to the left. Fix for the bug #309393.
3488
3489         * shell/ev-view.h:
3490         * shell/ev-window.c: (update_action_sensitivity),
3491         (setup_view_from_metadata), (view_menu_popup_cb):
3492         
3493         Don't restore presentation in empty windows, more intelligent
3494         next page behaviour in dual mode.
3495
3496         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3497         (ev_pixbuf_cache_clear_job_sizes):
3498         
3499         Cleanup job callback on removal. Fix for the bug #325886.
3500
3501 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * ps/ps.c: (psscan):
3504         
3505         Commit workaround Mozilla problem. Fix for the bug #325919
3506         
3507         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
3508         (save_item):
3509         
3510         Fix for year 2038 problem.
3511
3512 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * shell/ev-window.c: (setup_document_from_metadata),
3515         (ev_window_cmd_view_reload):
3516
3517         Clamp page recieved from metadata in valid values. Fix
3518         for the bug #325986.
3519
3520 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * MAINTAINERS: 
3523         Add MAINTAINERS as requested on desktop-devel-list.
3524
3525 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3526
3527         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
3528         (mime_type_supported_by_gdk_pixbuf),
3529         (ev_document_factory_get_mime_types),
3530         (ev_document_factory_get_all_mime_types):
3531         
3532         Don't add pixbuf mime types if pixbuf backend is disabled.
3533         
3534         * shell/ev-application.c: (ev_application_get_uri_window):
3535         
3536         Fix for the bug 325815 - unhandled MIME type message doesn't 
3537         appear a second time. 
3538         
3539         * shell/ev-document-types.c: (ev_document_types_add_filters):
3540         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
3541         (password_dialog_response), (ev_window_popup_password_dialog),
3542         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3543         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3544         (ev_window_run_presentation), (ev_window_stop_presentation),
3545         (save_sizing_mode), (ev_window_zoom_changed_cb),
3546         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3547         (ev_window_dual_mode_changed_cb),
3548         (ev_window_sidebar_current_page_changed_cb),
3549         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3550         (window_state_event_cb), (window_configure_event_cb):
3551         
3552         Cleanup additional uris holded by EvWindow.
3553
3554 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
3557         (ev_view_can_previous_page), (ev_view_can_next_page):
3558         * shell/ev-view.h:
3559         * shell/ev-window.c: (update_action_sensitivity):
3560         
3561         Two page scrolling with Space and PageUp in dual mode. Second fix 
3562         for the bug #316608.
3563
3564 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3565
3566         * shell/ev-view.c: (scroll_to_current_page):
3567         
3568         Correctly clamp adjustment value. Fix for the bug
3569         #325808.
3570
3571 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * shell/ev-sidebar-links.c: (print_section_cb):
3574         * shell/ev-window.c: (ev_window_get_uri),
3575         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
3576         (ev_window_print_dialog_response_cb), (ev_window_print_range),
3577         (ev_window_dispose):
3578         
3579         Make print dialog non-modal. Fix for the bug #325622.
3580
3581 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3582
3583         * shell/ev-metadata-manager.c:
3584         * shell/ev-utils.c: (using_pdf_printer),
3585         (using_postscript_printer), (load_print_config_from_file),
3586         (save_print_config_to_file):
3587         * shell/ev-utils.h:
3588         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
3589         (update_sidebar_visibility), (setup_sidebar_from_metadata),
3590         (setup_view_from_metadata), (ev_window_setup_document),
3591         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3592         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3593         (ev_window_run_presentation), (ev_window_stop_presentation),
3594         (save_sizing_mode), (ev_window_zoom_changed_cb),
3595         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3596         (ev_window_dual_mode_changed_cb),
3597         (ev_window_sidebar_current_page_changed_cb),
3598         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3599         (window_state_event_cb), (window_configure_event_cb),
3600         (ev_window_init):
3601         
3602         Setting saving behaviour fixes.
3603
3604 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3605
3606         * configure.ac:
3607         
3608         Make antialiasing gs options better and allow
3609         to change them during configure. Fix for the 
3610         bug #319049.
3611
3612 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * shell/ev-window.c: (setup_view_from_metadata):
3615         
3616         Remember if last window was maximized. Fix for the
3617         bug #323797.
3618
3619 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
3620
3621         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
3622
3623 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3624
3625         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
3626         * shell/ev-page-action.c: (build_new_tree_cb):
3627         * shell/ev-sidebar-links.c: (links_page_num_func),
3628         (update_page_callback_foreach), (update_page_callback):
3629         * shell/ev-view.c: (scroll_to_current_page):
3630         
3631         Fix for the bug #325067 with more intelligent selection
3632         of current link in sidebar. Make sidebar handle links
3633         of FITR-like type more correctly.
3634
3635         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
3636         (dvi_pixbuf_put_pixel):
3637         
3638         Fix memory consumtion with disabled alpha channel.
3639
3640 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3641
3642         * data/evince-ui.xml:
3643         * shell/ev-window.c: (view_menu_popup_cb),
3644         (ev_popup_cmd_open_link), (ev_window_init):
3645         
3646         Update context menu for internal links. Fix for the bug
3647         #325066.
3648
3649 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3650
3651         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
3652         
3653         Bind context menu to keyboard also. Fix for the bug
3654         #325065.
3655
3656 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3657
3658         * shell/ev-view.c: (selection_scroll_timeout_cb):
3659         
3660         Horizontal scroll on selection also.
3661
3662 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3663
3664         * shell/ev-metadata-manager.c: (parse_value):
3665         * shell/ev-view.c: (goto_xyz_link):
3666         
3667         Correct zoom setup and metadata save broken in 
3668         some locales.
3669
3670 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * shell/ev-view-private.h:
3673         * shell/ev-view.c: (scroll_to_current_page),
3674         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
3675         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
3676         (page_changed_cb), (ev_view_set_continuous),
3677         (ev_view_set_dual_page), (ev_view_set_presentation):
3678         
3679         Delay scroll until allocation to correctly position page. Fix
3680         for the bug #317334.
3681
3682 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * NEWS:
3685         * configure.ac:
3686         
3687         Update NEWS and require poppler 0.5.0.
3688
3689 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3690         
3691         * data/evince-ui.xml:
3692         * shell/ev-view-private.h:
3693         * shell/ev-view.c: (ev_view_get_link_at_location),
3694         (handle_link_over_xy), (ev_view_button_press_event),
3695         (ev_view_button_release_event), (ev_view_class_init):
3696         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
3697         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
3698         (ev_window_init):
3699         
3700         Implement right-click context menu.
3701
3702 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3703
3704         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
3705         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
3706         (mdvi_pixbuf_device_render):
3707         * pdf/ev-poppler.cc:
3708
3709         Don't generate thumbnails with alpha. See bug #324077.
3710         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
3711
3712 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * shell/ev-window.c: (setup_chrome_from_metadata):
3715         
3716         Fix typo that was hiding toolbar.
3717
3718 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * shell/ev-view-private.h:
3721         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
3722         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
3723         (ev_view_button_release_event), (ev_view_destroy):
3724         
3725         Small cleanup and autoscrolling during selection. Thanks to 
3726         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
3727
3728 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
3729
3730         * configure.ac:
3731         
3732         Correctly check for comics option.
3733
3734 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
3735         * Makefile.am:
3736         * configure.ac:
3737         * backend/Makefile.am:
3738         * backend/ev-document-factory.c:
3739         * shell/ev-document-types.c:
3740
3741         Included option in configure to make ps backend 
3742         compilation optional with --disable-ps.
3743
3744 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3745
3746         * backend/ev-document-factory.c:
3747         * comics/Makefile.am:
3748         * comics/comics-document.c: (comics_document_load):
3749         * comics/ev-cbr-mime.xml:
3750         * configure.ac:
3751         
3752         Comics mime types are added to shared-mime-info CVS. Now
3753         we don't need to install our own mime types.
3754
3755 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3756
3757         * shell/ev-window.c:
3758         
3759         Add shortcut for "save a copy" menu entry. Fix for
3760         the bug #324582.
3761
3762 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3763
3764         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3765         (job_finished_cb), (new_selection_pixbuf_needed),
3766         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
3767         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
3768         
3769         Rework selection job info logic and fix critical warning.
3770
3771 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
3772
3773         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
3774
3775 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
3776
3777         * data/evince-ui.xml:
3778         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
3779         
3780         Enter as shortcut key for next page. Fix for the bug
3781         #321394.
3782
3783 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
3784
3785         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
3786
3787 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3788
3789         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3790         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
3791         (new_selection_pixbuf_needed),
3792         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
3793         (clear_job_selection):
3794         
3795         Too early for 0.5. Pixbuf cache code cleaned a bit.
3796
3797 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * NEWS:
3800         * configure.ac:
3801         
3802         Release 0.5.0 preparation
3803
3804 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3805
3806         * comics/Makefile.am:
3807         * configure.ac:
3808         * shell/ev-document-types.c: (ev_document_types_add_filters):
3809         
3810         More advanced handling of custom mime type installation.
3811
3812 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3813
3814         * data/evince.schemas.in:
3815         * shell/ev-metadata-manager.c: (value_free),
3816         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
3817         (ev_metadata_manager_get), (ev_metadata_manager_set):
3818         * shell/ev-metadata-manager.h:
3819         * shell/ev-window.c: (update_chrome_flag),
3820         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
3821         (setup_document_from_metadata), (setup_chrome_from_metadata),
3822         (setup_sidebar_from_metadata), (setup_view_from_metadata),
3823         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
3824         (ev_window_view_toolbar_cb),
3825         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
3826         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
3827         
3828         Save last document settings and reuse them for new documents.
3829
3830 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3831
3832         * Makefile.am:
3833         * backend/Makefile.am:
3834         * backend/ev-document-factory.c:
3835         * backend/ev-document-factory.h:
3836         * comics/Makefile.am:
3837         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
3838         (comics_document_load), (comics_document_save),
3839         (comics_document_get_n_pages), (comics_document_get_page_size),
3840         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
3841         (comics_document_class_init), (comics_document_can_get_text),
3842         (comics_document_get_info), (comics_document_document_iface_init),
3843         (comics_document_init), (get_supported_image_extensions),
3844         (comics_document_thumbnails_get_geometry),
3845         (comics_document_thumbnails_get_thumbnail),
3846         (comics_document_thumbnails_get_dimensions),
3847         (comics_document_document_thumbnails_iface_init), (extract_argv):
3848         * comics/comics-document.h:
3849         * comics/ev-cbr-mime.xml:
3850         * configure.ac:
3851         * po/POTFILES.in:
3852         * shell/ev-application.c: (ev_application_register_service):
3853         * shell/ev-document-types.c: (ev_document_types_add_filters):
3854         * thumbnailer/Makefile.am:
3855         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3856         
3857         New CBR/CBZ backend for comic books.
3858
3859 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * shell/main.c: (load_files_remote):
3862
3863         Thanks to Robert McQueen <robot101@debian.org>. Dbus
3864         warning on startup of second instance is fixed. It
3865         is bug #320353.
3866
3867 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * shell/ev-window.c: (ev_window_finalize):
3870         
3871         Fix double free that cause crash.
3872
3873 2005-10-29  Bastien Nocera <hadess@hadess.net>
3874
3875         * tiff/tiff-document.c: (tiff_document_load):
3876         
3877         Fix memory leak.
3878
3879 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * po/POTFILES.in:
3882         * shell/Makefile.am:
3883         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
3884         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
3885         (ev_view_accessible_get_text),
3886         (ev_view_accessible_get_character_at_offset),
3887         (ev_view_accessible_get_text_before_offset),
3888         (ev_view_accessible_get_text_at_offset),
3889         (ev_view_accessible_get_text_after_offset),
3890         (ev_view_accessible_get_character_count),
3891         (ev_view_accessible_get_caret_offset),
3892         (ev_view_accessible_set_caret_offset),
3893         (ev_view_accessible_get_run_attributes),
3894         (ev_view_accessible_get_default_attributes),
3895         (ev_view_accessible_get_character_extents),
3896         (ev_view_accessible_get_offset_at_point),
3897         (ev_view_accessible_get_n_selections),
3898         (ev_view_accessible_get_selection),
3899         (ev_view_accessible_add_selection),
3900         (ev_view_accessible_remove_selection),
3901         (ev_view_accessible_set_selection),
3902         (ev_view_accessible_text_iface_init),
3903         (ev_view_accessible_idle_do_action),
3904         (ev_view_accessible_action_do_action),
3905         (ev_view_accessible_action_get_n_actions),
3906         (ev_view_accessible_action_get_description),
3907         (ev_view_accessible_action_get_name),
3908         (ev_view_accessible_action_set_description),
3909         (ev_view_accessible_action_iface_init),
3910         (ev_view_accessible_get_type), (ev_view_accessible_new),
3911         (ev_view_accessible_factory_get_accessible_type),
3912         (ev_view_accessible_factory_create_accessible),
3913         (ev_view_accessible_factory_class_init),
3914         (ev_view_accessible_factory_get_type):
3915         * shell/ev-view-accessible.h:
3916         * shell/ev-view-private.h:
3917         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
3918         * shell/ev-view.h:
3919         
3920         Initial accessibility support.
3921
3922 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
3923
3924         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
3925
3926 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
3927
3928         * shell/ev-print-job.c: (idle_print_handler):
3929         
3930         Fix for bug Bug 318916: Printing multiple pages.
3931
3932 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
3933
3934         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
3935
3936 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * pdf/ev-poppler.cc:
3939         
3940         Thumnail dimensions unified with other backends.
3941         
3942         * shell/ev-window-title.c: (ev_window_title_update):
3943         
3944         Fix warning.
3945
3946 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3947
3948         * data/ev-stock-zoom-fit-width.png:
3949         
3950         Remove unused file.
3951
3952 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3953
3954         * configure.ac:
3955         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
3956         (djvu_document_finalize):
3957         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
3958         (dvi_document_finalize):
3959         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
3960         (pixbuf_document_save), (pixbuf_document_finalize):
3961         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
3962         (tiff_document_finalize):
3963         
3964         Save a copy implemented for various backends.
3965
3966 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
3967
3968         * configure.ac:
3969         
3970         Don't link with ltiff if tiff is disabled.
3971
3972 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * pdf/GDKSplashOutputDev.cc:
3975         * pdf/GDKSplashOutputDev.h:
3976         * pdf/Thumb.cc:
3977         * pdf/Thumb.h:
3978         * pdf/pdf-document.cc:
3979         * pdf/pdf-document.h:
3980         * pdf/test-gdk-output-dev.cc:
3981         
3982         Remove old unused files.
3983
3984 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * shell/ev-window.c: (ev_window_setup_document):
3987         
3988         Fixed warnings on reload and probably crash reason.
3989
3990 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * properties/ev-properties-view.c:
3993         (ev_properties_view_format_date):
3994         
3995         Check if date is invalid. Fix for bug 318134.
3996
3997 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
3998
3999         * shell/ev-window-title.c:
4000         
4001         Add .indd files (Adobe Indesign) to the list of "bad
4002         extensions".
4003
4004 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4005
4006         * data/evince-ui.xml:
4007         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4008         
4009         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4010
4011 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4012
4013         * shell/ev-window.c: (launch_link), (launch_external_uri),
4014         (view_external_link_cb):
4015
4016         URL-escape link before passing it to gnome_vfs_url_show.
4017
4018 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4021         there isn't text selected.
4022
4023 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4024
4025         * shell/ev-view.c: (handle_link_over_xy):
4026
4027         Check tooltip is valid utf8 before showing it
4028
4029 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4032
4033 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4034
4035         * shell/ev-window-title.c: (ev_window_title_update):
4036
4037         Guard against using g_strstrip on NULL. Fixes bug #317291.
4038
4039 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4040
4041         * pdf/ev-poppler.cc:
4042
4043         Show title even for unknown links
4044
4045 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4046
4047         * shell/ev-window-title.c: (ev_window_title_update):
4048
4049         Strip the title string
4050
4051 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4052
4053         * shell/ev-window-title.c:
4054
4055         Add .rtf to the bad extensions list
4056
4057 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4058
4059         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4060         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4061
4062         Ignore link coordinates if they are outside page bounds
4063
4064 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4065
4066         * backend/ev-link.c: (ev_link_type_get_type),
4067         (ev_link_get_filename), (ev_link_get_params),
4068         (ev_link_get_property), (ev_link_set_property),
4069         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4070         * backend/ev-link.h:
4071         * pdf/ev-poppler.cc:
4072         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4073         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4074         (ev_window_init):
4075
4076         Implement launch links. Delegate external link opening to
4077         the window.
4078
4079 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4080
4081         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4082         (ev_link_get_right), (ev_link_get_property),
4083         (ev_link_set_property), (ev_link_class_init),
4084         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4085         * backend/ev-link.h:
4086         * pdf/ev-poppler.cc:
4087         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4088
4089         Implement fitr links
4090
4091 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4092
4093         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4094         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4095         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4096         (ev_view_size_request_continuous),
4097         (ev_view_size_request_dual_page),
4098         (ev_view_size_request_single_page), (ev_view_size_allocate),
4099         (ev_view_zoom_for_size_continuous_and_dual_page),
4100         (ev_view_zoom_for_size_continuous),
4101         (ev_view_zoom_for_size_dual_page),
4102         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4103         (ev_sizing_mode_get_type):
4104         * shell/ev-view.h:
4105         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4106
4107         Do not use modes for link, we need to calculate size ad hoc.
4108         Still not perfect because of the usual scrollbar issues grrr.
4109
4110 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4111
4112         * backend/ev-link.c: (ev_link_type_get_type),
4113         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4114         * backend/ev-link.h:
4115         * pdf/ev-poppler.cc:
4116         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4117         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4118         (ev_view_size_request_continuous),
4119         (ev_view_size_request_dual_page),
4120         (ev_view_size_request_single_page), (ev_view_size_allocate),
4121         (zoom_for_size_fit_height),
4122         (ev_view_zoom_for_size_continuous_and_dual_page),
4123         (ev_view_zoom_for_size_continuous),
4124         (ev_view_zoom_for_size_dual_page),
4125         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4126         (ev_sizing_mode_get_type):
4127         * shell/ev-view.h:
4128         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4129
4130         Implement FIT_HEIGHT mode (only for links).
4131         Implement FITH links
4132
4133 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4134
4135         * shell/ev-window-title.c: (get_filename_from_uri),
4136         (ev_window_title_sanitize_extension), (ev_window_title_update),
4137         (ev_window_title_set_document), (ev_window_title_set_uri),
4138         (ev_window_title_free):
4139         * shell/ev-window-title.h:
4140         * shell/ev-window.c: (ev_window_setup_document),
4141         (ev_window_popup_password_dialog):
4142
4143         Refactor window title building while fixing it for
4144         password documents.
4145
4146 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4147
4148         * pdf/ev-poppler.cc:
4149
4150         Escape link title before setting it in the model
4151
4152 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4153
4154         * shell/ev-application.c: (removed_from_session), (save_session),
4155         (init_session), (ev_application_get_empty_window),
4156         (ev_application_init), (ev_application_get_windows):
4157         * shell/ev-application.h:
4158         * shell/ev-window.c: (ev_window_finalize):
4159
4160         Add a function to retrieve window list and share it where
4161         necessary.
4162         Implement session handling, works pretty well thanks to the
4163         metadata system.
4164
4165 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4166
4167         * shell/ev-password.c: (ev_password_item_created_callback),
4168         (ev_password_dialog_save_password):
4169         
4170         Fix for bug 316972. Use async gnome-keyring API.
4171
4172 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4173
4174         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4175         Remove unused unrealize handler. Add scroll handling to
4176         ev_view_scroll_event for presentation mode (bug #316708),
4177         and fix the event state checks there.
4178
4179 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4180
4181         * shell/ev-page-action.c: (page_changed_cb):
4182
4183         "marco, maybe we should be crazy and jump right to 6! :)"
4184
4185         Bryan Clark, Sep 2005
4186
4187 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4188
4189         * ps/ps-document.c: (save_document), (ps_document_save),
4190         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4191         (ps_document_ps_export_end):
4192
4193         Fix unstructured documents save and print
4194
4195 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4196
4197         * shell/ev-application.c: (ev_application_open_uri):
4198
4199         Fix window size persistance
4200
4201 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4202
4203         * shell/ev-view.c: (ev_view_button_release_event):
4204
4205         Based on a patch from carlosgc@gnome.org. Mouse buttons
4206         switch pages in presentation mode.
4207
4208 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4209
4210         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4211
4212         Dont cast to int before scaling
4213
4214 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4215
4216         * backend/ev-link.c: (ev_link_type_get_type),
4217         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4218         (ev_link_new_page_fith):
4219         * backend/ev-link.h:
4220         * pdf/ev-poppler.cc:
4221         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4222
4223         Implement FIT and FITH links
4224
4225 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4226
4227         * pdf/ev-poppler.cc:
4228
4229         Return 0 results when search is not in progress.
4230
4231         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4232         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4233
4234         Update menu sensitivity when cancelling search
4235
4236 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4237
4238         * shell/ev-view.c: (ev_view_can_find_next):
4239
4240         Take all pages in consideration, not just current one
4241
4242 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4243
4244         * shell/ev-page-cache.c:
4245         * shell/ev-page-cache.h:
4246         * shell/ev-view.c: (ev_view_binding_activated),
4247         (ev_view_next_page), (ev_view_previous_page),
4248         (ev_sizing_mode_get_type):
4249         * shell/ev-view.h:
4250         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4251         (ev_window_cmd_go_next_page):
4252
4253         Move page next/previous functions from page chace to
4254         view and change it to move by 2 page steps in dual mode.
4255
4256 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4257
4258         * shell/ev-window.c: (update_sidebar_visibility),
4259         (setup_sidebar_from_metadata), (ev_window_setup_document),
4260         (setup_view_from_metadata):
4261
4262         Show the index by default when there is one     
4263
4264 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4265
4266         * shell/ev-window-title.c: (ev_window_title_set_document):
4267
4268         Missing null check
4269
4270 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * shell/ev-view.c: (view_update_range_and_current_page):
4273         
4274         Allow display of last odd page in dual view. Fix for 316347.
4275
4276 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4277
4278         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4279         
4280         Make close button default. Fix for 316383.
4281
4282 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4283
4284         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4285         
4286         Mark close button as default. Fix for 316381.
4287
4288 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4289
4290         * backend/ev-link.c: (ev_link_class_init):
4291
4292         Allow negative doubles in left/top properties
4293
4294 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4295
4296         * shell/ev-window.c:
4297
4298         Remove a bunch of strings that was used only
4299         by the statusbar.
4300
4301 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4302
4303         * shell/ev-window-title.c: (get_filename_from_uri),
4304         (ev_window_title_set_document):
4305
4306         When title has a confusing extension, show also
4307         the document filename inside ()
4308
4309 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4310
4311         * shell/Makefile.am:
4312         * shell/ev-window-title.c: (ev_window_title_new),
4313         (ev_window_title_update), (ev_window_title_set_type),
4314         (ev_window_title_set_document), (ev_window_title_free):
4315         * shell/ev-window-title.h:
4316         * shell/ev-window.c: (ev_window_setup_document),
4317         (password_dialog_response), (ev_window_popup_password_dialog),
4318         (ev_window_dispose), (ev_window_init):
4319
4320         Factor out and cleanup window title code
4321
4322 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4323
4324         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4325         (unable_to_load):
4326
4327         Make dialog transient so it doesnt block other windows
4328
4329 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * pdf/ev-poppler.cc:
4332         
4333         Fix pdf thumbnails rendering.
4334
4335 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4336
4337         * shell/ev-window.c: (fullscreen_set_timeout):
4338         
4339         Increase timeout to hide full screen popup. Bug 
4340         316123. 
4341
4342 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * data/evince.schemas.in:
4345         * shell/ev-window.c: (update_action_sensitivity):
4346
4347         Allow the user to override document restrictions. Fix for bug
4348         305818.
4349
4350 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4351
4352         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4353         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4354         (ev_window_class_init): Fix multihead behaviour of fullscreen
4355         toolbar popup. Fixes bug #315451.
4356
4357 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * configure.ac:
4360         * data/evince-password.glade:
4361         * shell/ev-password.c: (ev_password_dialog_set_property),
4362         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4363         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4364         (ev_password_dialog_entry_changed_cb),
4365         (ev_password_dialog_entry_activated_cb),
4366         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4367         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
4368         (ev_password_dialog_set_bad_pass):
4369         * shell/ev-password.h:
4370         * shell/ev-window.c: (password_dialog_response),
4371         (ev_window_popup_password_dialog):
4372         
4373         Support for gnome-keyring for encrypted PDF's.
4374
4375 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
4378         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
4379         (ev_view_enter_notify_event), (ev_view_class_init):
4380         
4381         More precise handling of enter_notify/leave_notify events
4382         in EvView. Fix for bug 315470.
4383
4384 2005-09-08  Christopher Aillon  <caillon@redhat.com>
4385
4386         * shell/ev-window.c: (fullscreen_timeout_cb),
4387         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4388         (ev_window_dispose):
4389
4390         leak fix: unref fullscreen_timeout_source before clearing it
4391
4392 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4393
4394         * configure.ac, dvi/mdvi/Makefile.am: 
4395         
4396         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
4397
4398 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4399
4400         * backend/ev-link.c: (ev_link_new_page_xyz):
4401         * pdf/ev-poppler.cc:
4402         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
4403
4404         Fix some bugs with xyz links, respect zoom
4405
4406 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4407
4408         * shell/ev-window.c: (page_changed_cb),
4409         (setup_document_from_metadata), (update_sidebar_visibility),
4410         (setup_view_from_metadata), (ev_window_run_fullscreen),
4411         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4412         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
4413         (ev_window_dual_mode_changed_cb),
4414         (ev_window_sidebar_current_page_changed_cb):
4415
4416         null check uri before setting and getting metadata
4417
4418 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4419
4420         * dvi/Makefile.am:
4421         * properties/Makefile.am:
4422         * shell/Makefile.am:
4423         * thumbnailer/Makefile.am:
4424
4425         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
4426
4427 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4428
4429         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
4430         (selection_changed_callback):
4431         * shell/ev-sidebar-links.h:
4432
4433         Add a signal for link activation.
4434
4435         * shell/ev-view.c: (ev_view_goto_link),
4436         (ev_view_button_release_event):
4437         * shell/ev-view.h:
4438         * shell/ev-window.c: (sidebar_links_link_activated_cb),
4439         (ev_window_init):
4440
4441         Implement the signal so that we can handle all link types.
4442
4443         * shell/ev-page-cache.c:
4444
4445         Remove unused set_link function
4446
4447 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4448
4449         * lib/ev-tooltip.c: (ev_tooltip_set_position):
4450
4451         Add some space from the cursor, hardcoded but I couldnt
4452         find a better way.
4453
4454 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4455
4456         * lib/ev-tooltip.c:
4457
4458         Use mozilla style vs gtk style, way better for links.
4459
4460         * shell/ev-view.c: (ev_view_motion_notify_event),
4461         (ev_view_destroy), (ev_view_init):
4462
4463         Deactive tooltip when the link hovered is changed.
4464
4465 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4466
4467         * backend/ev-document.h:
4468         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
4469         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
4470         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
4471         (ev_link_new_page), (ev_link_new_page_xyz):
4472         * backend/ev-link.h:
4473         * pdf/ev-poppler.cc:
4474         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
4475         (go_to_link), (tip_from_link):
4476
4477         Implement xyz links, still not functional. Links are a total
4478         mess, will need to refactor and bugfix a lot :(
4479
4480 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
4481
4482         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
4483
4484 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
4485
4486         * data/evince-ui.xml:
4487         * data/evince.schemas.in:
4488         * shell/Makefile.am:
4489         * shell/ev-window.c: (update_chrome_visibility),
4490         (password_dialog_response), (ev_window_load_job_cb),
4491         (ev_window_xfer_job_cb), (ev_window_open_uri),
4492         (ev_window_class_init), (set_chrome_actions), (load_chrome),
4493         (ev_window_init):
4494
4495         Remove the statusbar. This regress loading feedback, need to
4496         check with Bryan what we want to do there...
4497
4498 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4499
4500         * lib/ev-tooltip.c: (ev_tooltip_init):
4501
4502         Fix tooltip border and size handling
4503
4504 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4505
4506         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
4507         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
4508         (ev_tooltip_timeout), (ev_tooltip_activate),
4509         (ev_tooltip_deactivate):
4510         * lib/ev-tooltip.h:
4511         * shell/ev-view.c: (ev_view_motion_notify_event):
4512
4513         Delay popup showing. Mirror gtk logic/times.
4514
4515 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
4516
4517         * lib/Makefile.am:
4518         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
4519         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
4520         (ev_tooltip_set_text), (ev_tooltip_set_position):
4521         * lib/ev-tooltip.h:
4522
4523         Simple widget to show tooltips at a custom position
4524
4525         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
4526         (ev_view_destroy):
4527
4528         Use it for links. First go, needs work
4529
4530 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
4531
4532         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
4533         HIG fixes.  Use title capitalization for window title. Use 12 
4534         pixels of space between the dialog's vbox and action area.
4535
4536 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4537
4538         * shell/ev-window.c: (file_open_dialog_response_cb),
4539         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
4540         (ev_window_cmd_save_as):
4541
4542         Make file pickers not modal and refactor code some
4543
4544 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4545
4546         * shell/ev-sidebar.h:
4547         * shell/ev-sidebar.c: (ev_sidebar_set_property),
4548         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
4549         (ev_sidebar_class_init), (ev_sidebar_select_page),
4550         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
4551         (ev_sidebar_set_page):
4552
4553         Add a current page property and allow to get/set it
4554
4555         * shell/ev-window.c: (setup_view_from_metadata),
4556         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
4557
4558         Persist current sidebar page per document
4559
4560 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4561
4562         * data/evince.schemas.in:
4563         * shell/ev-window.c: (update_chrome_visibility),
4564         (setup_document_from_metadata), (update_sidebar_visibility),
4565         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
4566         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4567         (ev_window_run_presentation), (ev_window_stop_presentation),
4568         (ev_window_view_sidebar_cb),
4569         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
4570         (load_chrome), (ev_window_init):
4571
4572         Persist size/visibility of sidebar per document
4573
4574 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
4575
4576         * shell/ev-view.c (draw_loading_text): Draw loading text.
4577
4578 2005-09-02  Dan Damian  <dand@gnome.ro>
4579
4580         * configure.in: Added "ro" to ALL_LINGUAS.
4581
4582 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4583
4584         * shell/ev-view.c: (clear_caches):
4585
4586         ev_page_cache_get doesnt return a reference,
4587         dont try to unref it.
4588
4589 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4590
4591         * shell/main.c: (load_files_remote):
4592
4593         Fix timestamp parameter with dbus <= 0.33
4594
4595 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
4596
4597         * data/evince.schemas.in:
4598
4599         Add missing full stop
4600
4601 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
4602
4603         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
4604         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
4605
4606         Plug some memory leaks
4607
4608 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
4609
4610         * configure.ac:
4611         * lib/ev-debug.c: (trap_handler):
4612
4613         Check for execinfo.h and use it only if it exists.
4614         Ported from Epiphany (bug #314776).
4615
4616 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
4617
4618         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
4619
4620 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
4621
4622         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
4623         * po/id.po      : Added Indonesian translation
4624
4625 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
4626
4627         * shell/main.c:
4628         * shell/ev-application.c: Last minute GTK-2.6 fixes.
4629         * NEWS: Release 0.4.0
4630
4631 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
4632
4633         * configure.ac: catch another gtk+-2.8ism
4634         * shell/main.c: Make work with gtk+-2.6
4635
4636 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
4637
4638         * shell/ev-application-service.xml: Add 'timestamp' argument to
4639           ev_application_open_window and ev_application_open_uri methods.
4640
4641         * shell/ev-application.h: Add 'timestamp' argument to
4642           ev_application_open_window, ev_application_open_uri,
4643           and ev_application_open_uri_list functions.
4644
4645         * shell/ev-application.c (ev_application_open_window,
4646           ev_application_open_uri, ev_application_open_uri_list): Change
4647           functions that show/present windows to use a timestamp if one
4648           is passed in.
4649
4650         * shell/ev-window.c (ev_window_cmd_file_open,
4651           ev_window_cmd_recent_file_activate, drag_data_received_cb):
4652         * shell/main.c (load_files): Modify calls to ev_application to
4653           include GDK_CURRENT_TIME as timestamp.
4654
4655         * shell/main.c (load_files_remote): Obtain timestamp for client
4656           instance from GDK and pass to server instance so new windows are
4657           focused properly.  Fix dbus_g_proxy_call() calls by including second
4658           G_TYPE_INVALID.
4659           
4660         Closes bug #314475.
4661
4662 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
4663
4664         * shell/ev-window.c (ev_window_finalize): Check for
4665         avail. EvWindows when quiting to handle the finalize better,
4666         #314497
4667
4668 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669         
4670         * properties/ev-properties-view.c: 
4671         
4672         Set textdomain to libglade. Fixes translation problem in property page.
4673
4674 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4675
4676         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4677         * dvi/Makefile.am:
4678         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
4679         * dvi/mdvi-lib/Makefile.am:
4680         
4681         Fix rotation of thumbnails, ported to new API. Moved library
4682         dependencies earlier, probably it will fix linkage problem.
4683
4684 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
4685
4686         * backend/ev-document-misc.c:
4687         (ev_document_misc_get_thumbnail_frame):
4688         * backend/ev-document-misc.h:
4689         * configure.ac:
4690         * pdf/ev-poppler.cc:
4691         * shell/Makefile.am:
4692         * shell/ev-sidebar-thumbnails.c: (add_range),
4693         (ev_sidebar_thumbnails_set_loading_icon),
4694         (ev_sidebar_thumbnails_refresh),
4695         (ev_sidebar_thumbnails_set_document):
4696         * shell/ev-sidebar-thumbnails.h:
4697         * shell/ev-view.c: (ev_view_motion_notify_event),
4698         (ev_view_set_property), (ev_view_get_property),
4699         (ev_view_class_init), (ev_view_set_rotation):
4700         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4701         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
4702         (ev_window_init):
4703         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
4704         Redo rotation (again).  prepare for 0.4.0
4705
4706 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
4707
4708         * configure.ac: Bump poppler requirement to 0.4.1.
4709
4710         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
4711         argument to poppler_page_render_selection() call.
4712
4713 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4714
4715         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
4716         (djvu_document_thumbnails_get_thumbnail):
4717         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
4718         (dvi_document_thumbnails_get_thumbnail):
4719         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
4720         (pixbuf_document_thumbnails_get_thumbnail):
4721         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
4722         
4723         Update rotation direction of backends to fit with pdf and ps.
4724
4725 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
4726
4727         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
4728         * backend/ev-async-renderer.h:
4729         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
4730         (setup_page), (ps_document_get_page_size),
4731         (ps_async_renderer_render_pixbuf):
4732         * ps/ps-document.h:
4733         * shell/ev-jobs.c: (ev_job_render_run):
4734
4735         Fix orientation in the postscript document
4736
4737 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
4738
4739         * pdf/ev-poppler.cc:
4740         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
4741         * shell/ev-view.c: (highlight_find_results):
4742
4743         Adapt to the new poppler rotation API. Fix text maps on landscape
4744         documents.
4745
4746 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
4747
4748         * shell/ev-view.c (compute_new_selection_text): get the correct
4749         region when selecting in modes other than continuous.
4750
4751 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
4752
4753         * shell/main.c (main): remove redundant g_warnings.
4754
4755 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * shell/Makefile.am: Don't include autogenerated
4758         file ev-application-service.h into distribution, since
4759         it causes dbus crash. Fix for bugs 313724 and 313443. 
4760
4761 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * configure.ac: Fix sed expression for FreeBSD. Thanks
4764         to Joe Marcus Clark <marcus@freebsd.org>
4765         
4766         * shell/eggfindbar.c: (entry_activate_callback),
4767         (entry_changed_callback), (egg_find_bar_init),
4768         (egg_find_bar_set_search_string):
4769         
4770         Made findbar buttons unsensitive if there is no text in
4771         entry. Fix for the bug 313285.
4772
4773 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * ps/ps-document.c: Use g_filename_display_name for displaying
4776         filenames and revert string freeze breackage
4777
4778 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
4779
4780         * NEWS:
4781         * configure.ac:
4782
4783         Update for 0.3.4
4784
4785         * shell/Makefile.am:
4786
4787         Add ev-application-service.xml to extra dist
4788
4789         * shell/ev-view.c: (find_page_at_location):
4790
4791         Remove unused function (fix warning)
4792
4793 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
4796         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
4797         
4798         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
4799         bug 313623.
4800
4801 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
4804         * shell/ev-window.c:
4805         Fix build warnings
4806
4807 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * configure.ac: Update script to get dbus version.
4810         Fix for the bug #313443.
4811
4812 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * shell/ev-window.c: (ev_window_cmd_escape):
4815         
4816         Return focus back to view on escape. Fix for bug 313295.
4817
4818 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4819
4820         * shell/ev-window.c: (update_window_title),
4821         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
4822         (ev_window_cmd_save_as):
4823         
4824         Correct conversion from uri to displayable string. Fix for
4825         bug 313296.
4826
4827 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * ps/ps-document.c: convert filename to utf8 when there is an error
4830         loading document. Fixes #309915
4831
4832 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
4833
4834         * configure.ac:
4835
4836         We depend on poppler 0.4.0
4837
4838 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
4839
4840         * configure.ac:
4841         * NEWS: Release 0.3.3.
4842         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
4843
4844 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
4845
4846         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
4847         add a couple missing mnemonics to menu items, use title 
4848         capitalization for menu items and window titles, and add 
4849         ellipsis to open menu item.     
4850
4851 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
4852
4853         * pdf/ev-poppler.cc:
4854         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
4855         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
4856         (ev_view_get_rotation):
4857         * shell/ev-view.h:
4858         * shell/ev-window.c: (setup_view_from_metadata),
4859         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
4860         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
4861         disk.
4862
4863 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
4864
4865         * configure.ac: Added tr to ALL_LINGUAS
4866
4867 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4868
4869         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
4870         requires several clicks to find word. Thanks to 
4871         Colin Slater <kiltedtaco@gmail.com>.
4872
4873 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
4874
4875         * data/evince.desktop.in.in: Hide menu entry and
4876         rename it to "Document Viewer". Fix for bug 
4877         #312399.
4878
4879 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
4880
4881         * shell/ev-page-action.c (ev_page_action_class_init): 
4882
4883         Point to the correct function in constructor of the
4884         activate_label signal
4885
4886 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
4887
4888         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4889         * shell/ev-jobs.h: Make thread safe.
4890
4891 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * shell/ev-view.c: (view_update_range_and_current_page):
4894         Don't update page range if we are scrolling to some document
4895         point.
4896
4897 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
4900         when getting max_page_width, fix drawing in dual mode.
4901
4902 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
4903
4904         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
4905         getting the area for select_all.
4906
4907 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
4908
4909         * backend/ev-selection.c: (ev_selection_render_selection):
4910         * backend/ev-selection.h:
4911         * pdf/ev-poppler.cc:
4912         * shell/ev-jobs.c: (ev_job_render_new):
4913         * shell/ev-jobs.h:
4914         * shell/ev-pixbuf-cache.c: (get_selection_colors),
4915         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
4916         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
4917         (ev_view_class_init):
4918
4919         Change selection color on focus in and focus out events.  Also,
4920         poppler now uses GdkColor for specifying the selection colors, so
4921         drop some awkward conversion code.
4922
4923 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
4924
4925         * configure.ac: Added Hebrew translation
4926
4927 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
4928
4929         * NOTES:
4930         * backend/ev-selection.c: (ev_selection_render_selection):
4931         * backend/ev-selection.h:
4932         * pdf/ev-poppler.cc:
4933         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
4934         (ev_job_render_run):
4935         * shell/ev-jobs.h:
4936         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4937         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
4938         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
4939         (ev_pixbuf_cache_style_changed),
4940         (ev_pixbuf_cache_get_selection_pixbuf),
4941         (ev_pixbuf_cache_set_selection_list),
4942         (ev_pixbuf_cache_get_selection_list):
4943         * shell/ev-pixbuf-cache.h:
4944         * shell/ev-utils.c: (ev_print_region_contents):
4945         * shell/ev-utils.h:
4946         * shell/ev-view.c: (ev_view_queue_draw_page),
4947         (selection_update_idle_cb), (ev_view_motion_notify_event),
4948         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
4949         (setup_caches), (ev_view_find_next), (merge_selection_region),
4950         (selection_free):
4951         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
4952
4953         Clean up selection to be much smoother!
4954
4955 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
4956
4957         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
4958         to poppler_page_render_selection().
4959
4960 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * ps/ps-document.c: (save_page_list): Use
4963         unzipped document when printing. Thanks to 
4964         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
4965         311016.
4966
4967 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * shell/ev-window.c: (update_action_sensitivity):
4970         
4971         Disable print and save respect to lockdown gconf keys. Fix
4972         for 312342.
4973
4974 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * configure.ac:
4977         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
4978         (write_to_temp_file), (ev_file_set_contents):
4979         * shell/ev-utils.h:
4980         * shell/ev-window.c: (save_print_config_to_file):
4981         
4982         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
4983         Fix for bug 312238
4984
4985 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
4986
4987         * shell/ev-window.c: (load_print_config_from_file),
4988         (save_print_config_to_file), (ev_window_print_range):
4989
4990         Persist the print settings. Fixes bug #311578.
4991
4992 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4993
4994         * djvu/djvu-document.c: (djvu_document_get_page_size),
4995         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
4996         (djvu_document_thumbnails_get_thumbnail):
4997         * dvi/dvi-document.c: (dvi_document_get_page_size),
4998         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
4999         (dvi_document_thumbnails_get_dimensions),
5000         (dvi_document_thumbnails_get_thumbnail):
5001         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5002         (pixbuf_document_render_pixbuf),
5003         (pixbuf_document_document_iface_init),
5004         (pixbuf_document_thumbnails_get_thumbnail):
5005         
5006         Update backends to make them build with new rotation system.
5007
5008 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * help/C/figures/evince_start_window.png:
5011         
5012         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5013
5014 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5015
5016         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5017         * shell/ev-pixbuf-cache.h:
5018         * shell/ev-sidebar-thumbnails.c:
5019         (ev_sidebar_thumbnails_get_property), (add_range),
5020         (adjustment_changed_cb):
5021         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5022         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5023         we were thumbnailing the entire docment on startup, slowing us
5024         down hugely. 
5025
5026 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5027
5028         * shell/ev-page-cache.c: (ev_page_cache_new):
5029         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5030         == 0, fixes #310306.
5031
5032 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5033
5034         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5035         (ev_view_rotate_left):
5036
5037         Account rotation in doc_rect_to_view_rect.
5038         Ensure rotation doesnt go out of bounds.
5039
5040 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5041
5042         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5043
5044         Correct and cleanup w/h swapping
5045
5046 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5047
5048         * backend/ev-document-thumbnails.c:
5049         (ev_document_thumbnails_get_thumbnail):
5050         * backend/ev-document-thumbnails.h:
5051         * backend/ev-document.c:
5052         * backend/ev-document.h:
5053         * backend/ev-render-context.c: (ev_render_context_new),
5054         (ev_render_context_set_rotation):
5055         * backend/ev-render-context.h:
5056         * pdf/ev-poppler.cc:
5057         * ps/ps-document.c: (ps_document_document_iface_init):
5058         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5059         * shell/ev-jobs.h:
5060         * shell/ev-page-cache.c: (build_height_to_page),
5061         (ev_page_cache_new), (ev_page_cache_get_size),
5062         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5063         (ev_page_cache_get_height_to_page):
5064         * shell/ev-page-cache.h:
5065         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5066         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5067         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5068         (ev_pixbuf_cache_get_selection_pixbuf):
5069         * shell/ev-pixbuf-cache.h:
5070         * shell/ev-print-job.c: (idle_print_handler):
5071         * shell/ev-sidebar-thumbnails.c: (add_range):
5072         * shell/ev-view.c: (view_update_range_and_current_page),
5073         (get_page_y_offset), (get_page_extents),
5074         (ev_view_size_request_continuous_dual_page),
5075         (ev_view_size_request_continuous),
5076         (ev_view_size_request_dual_page),
5077         (ev_view_size_request_single_page), (draw_one_page),
5078         (ev_view_set_rotation), (ev_view_rotate_right),
5079         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5080         (ev_view_zoom_for_size_continuous_and_dual_page),
5081         (ev_view_zoom_for_size_continuous),
5082         (ev_view_zoom_for_size_dual_page),
5083         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5084         (ev_view_select_all):
5085         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5086         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5087         (tiff_document_document_iface_init),
5088         (tiff_document_thumbnails_get_thumbnail):
5089
5090         Use rotation rather than orientation. It's easier and enough
5091         for our needs.
5092
5093 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5094
5095         * shell/ev-page-cache.c: (build_height_to_page),
5096         (ev_page_cache_new), (ev_page_cache_get_size),
5097         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5098         (ev_page_cache_get_height_to_page):
5099         * shell/ev-page-cache.h:
5100         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5101         (ev_view_size_request_continuous_dual_page),
5102         (ev_view_size_request_continuous),
5103         (ev_view_zoom_for_size_continuous_and_dual_page),
5104         (ev_view_zoom_for_size_continuous):
5105
5106         Make the page cache aware of page orientation.
5107
5108 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5109
5110         * backend/ev-document-thumbnails.c:
5111         (ev_document_thumbnails_get_thumbnail):
5112         * backend/ev-document-thumbnails.h:
5113         * backend/ev-document.c:
5114         * backend/ev-document.h:
5115         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5116         * backend/ev-ps-exporter.h:
5117         * pdf/ev-poppler.cc:
5118         * ps/ps-document.c: (ps_document_document_iface_init),
5119         (ps_document_ps_export_do_page):
5120         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5121         * shell/ev-jobs.h:
5122         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5123         (ev_page_cache_get):
5124         * shell/ev-page-cache.h:
5125         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5126         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5127         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5128         * shell/ev-pixbuf-cache.h:
5129         * shell/ev-print-job.c: (idle_print_handler):
5130         * shell/ev-sidebar-thumbnails.c: (add_range):
5131         * shell/ev-view.c: (view_update_range_and_current_page),
5132         (get_page_extents), (ev_view_size_request_dual_page),
5133         (ev_view_size_request_single_page), (draw_one_page),
5134         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5135         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5136         (ev_view_zoom_for_size_dual_page),
5137         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5138         (ev_view_select_all):
5139         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5140         * tiff/tiff-document.c: (tiff_document_get_page_size),
5141         (tiff_document_get_orientation), (rotate_pixbuf),
5142         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5143         (tiff_document_thumbnails_get_thumbnail),
5144         (tiff_document_ps_export_do_page), (tiff_document_init):
5145
5146         Really make use of the orientation bit of the render context.
5147         Use the render context in a few more places in the backend API.
5148         This regress orientation, but now it's done right. Will try to
5149         fix it up asap...
5150
5151 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5152
5153         * shell/ev-view.c: (ensure_rectangle_is_visible):
5154
5155         Patch by Nickolay V. Shmyrev to fix find flickering
5156
5157 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5158
5159         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5160         duplex parameters to ::begin.
5161
5162         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5163         * shell/ev-print-job.c (idle_print_handler): 
5164         * ps/ps-document.c (ps_document_ps_export_begin): 
5165         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5166         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5167         implementations. Poppler backend needs poppler cvs. Rest has
5168         unchanged behavior.
5169
5170 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5171
5172         * shell/ev-window.c (using_pdf_printer): new function.
5173         (ev_window_print_range): print a less techy message if someone
5174         tries to print to PDF.
5175
5176 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5177
5178         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5179         from "unknown font" string. Bug #311431
5180
5181 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5182
5183         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5184
5185 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5186
5187         Bug #311280
5188         
5189         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5190         name for PopplerFontTypes
5191         (pdf_document_fonts_fill_model): add font type to the detail column
5192
5193         * backend/ev-document-fonts.h: added
5194         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5195
5196         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5197         font name and font details, add a little markup.
5198         (ev_properties_fonts_init): use the new cell data func, specify ypad
5199         property for the cell renderer.
5200         (ev_properties_fonts_set_document): add the details column.
5201
5202 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5203
5204         * configure.ac: Added "pl" to ALL_LINGUAS.
5205
5206 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5207
5208         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5209
5210 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5211
5212         * help/ChangeLog: Started this for translations of manual.
5213         * configure.ac, autogen.sh, .cvsignore: Migrated to
5214         gnome-doc-utils. Patch in bug #311222.
5215
5216 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5217
5218         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5219         #ifdef this away to fix an unused-function warning.
5220
5221 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5222
5223         * configure.ac: Added 'gl' to ALL_LINGUAS.
5224
5225 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5226
5227         * configure.ac: Added ne in ALL_LINGUAS
5228         
5229 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/ev-view.c: (ev_view_leave_notify_event):
5232         
5233         Clear status message when pointer leaves view. Fix for bug
5234         #310818 
5235
5236 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5237
5238         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5239
5240 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * shell/ev-view.c: (ev_view_leave_notify_event),
5243         (ev_view_class_init):
5244         
5245         Set cursor to normal then leaving view.
5246
5247 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * configure.ac:
5250         
5251         Fix required djvulibre version.
5252
5253 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5254
5255         *configure.ac: Hindi (hi) language added
5256
5257 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5258
5259         *configure.ac: Punjabi (pa) Language added
5260
5261 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5262
5263         * data/evince-ui.xml, shell/ev-window.c:
5264         
5265         Add keypad accelerators for zooming. Fix for bug 308128.
5266
5267 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5268
5269         * Makefile.am:
5270         * backend/Makefile.am:
5271         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5272         * configure.ac:
5273         * shell/ev-document-types.c: (ev_document_types_add_filters):
5274
5275         Allow to enable/disable the pixbuf backend.
5276         Default to off for now. If we want it enabled we should
5277         really put mime types in the desktop, implement properties etc.
5278
5279         * properties/evince-properties.c:
5280
5281         Initialize error to NULL.
5282         Check error is not NULL before freeing.
5283
5284 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5285
5286         * shell/ev-window.c:
5287
5288         Use F5 as presentation accell
5289
5290 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5291
5292         * shell/ev-window.c: (update_chrome_visibility),
5293         (ev_window_create_fullscreen_popup), (ev_window_init):
5294
5295         Do not leak the fullscreen toolbar
5296
5297 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5298
5299         * shell/ev-window.c: (view_actions_focus_in_cb),
5300         (view_actions_focus_out_cb):
5301
5302         These has a return value! Fix totally random focus
5303         issues we was seeing.
5304
5305 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5306
5307         * shell/main.c: (load_files_remote):
5308
5309         Allow open more than one file
5310
5311 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5312
5313         * shell/main.c: (load_files_remote):
5314
5315         Fix for dbus 0.33. bug #309975
5316
5317 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5318
5319         * properties/ev-properties-main.c: (ev_properties_get_pages):
5320
5321         Actually return NULL for types we dont support
5322
5323 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5324
5325         * po/POTFILES.in:
5326
5327         Remove empty lines.
5328
5329 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5330
5331         * backend/ev-document-factory.c:
5332         (ev_document_factory_get_document):
5333
5334         Do not try to create the object if type
5335         is invalid.
5336
5337 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5338
5339         * ps/ps-document.c: (ps_document_dispose),
5340         (ps_async_renderer_render_pixbuf):
5341         * ps/ps-document.h:
5342
5343         Do not leak the target window
5344
5345 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5346
5347         * shell/ev-application.c: (ev_application_init):
5348
5349         Let tbe check file existence for us.
5350         Add a comment about eggrecent mime filter.
5351
5352 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5353
5354         * data/evince-ui.xml:
5355         * shell/ev-application.c: (ev_application_shutdown),
5356         (ev_application_init), (ev_application_get_toolbars_model),
5357         (ev_application_get_recent_model),
5358         (ev_application_save_toolbars_model):
5359         * shell/ev-application.h:
5360         * shell/ev-window.c: (ev_window_add_recent),
5361         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5362         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5363         (ev_window_init):
5364
5365         Use common toolbar and recent models for all windows.
5366         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5367
5368 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5369
5370         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
5371         successfully check for gtk_icon_view_get_visible_range.
5372
5373 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * djvu/Makefile.am:
5376         * dvi/Makefile.am:
5377         
5378         Fix djvu and dvi backend build.
5379
5380 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5381
5382         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
5383         (new_separator_pixbuf):
5384
5385         Don't leak windows.
5386
5387 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5388
5389         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5390
5391         HIGification of toolbar editor dialogue.
5392
5393 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5394
5395         * configure.ac:
5396         * shell/Makefile.am:
5397
5398         Ever build metadata manager since it's just
5399         disabled at runtime now.
5400
5401 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5402
5403         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
5404         (ev_metadata_manager_get), (ev_metadata_manager_set):
5405         * shell/ev-metadata-manager.h:
5406
5407         Add an _init functions that enabled metadata management
5408         at runtime.
5409
5410         * shell/ev-window.c: (page_changed_cb),
5411         (setup_document_from_metadata), (ev_window_setup_document),
5412         (setup_view_from_metadata), (ev_window_open_uri),
5413         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5414         (ev_window_run_presentation), (ev_window_stop_presentation),
5415         (save_sizing_mode), (ev_window_zoom_changed_cb),
5416         (ev_window_continuous_changed_cb),
5417         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
5418         (window_configure_event_cb):
5419
5420         Remove all ugly metadata define since we deal with it
5421         at runtime now.
5422
5423         * shell/main.c: (load_files_remote), (main):
5424
5425         Add support for dbus cvs head. Hopefully didnt break one
5426         of the other versions now!
5427
5428         If we dont get a response from the dbus server just
5429         give up with it and not enable metadata.
5430
5431 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5432
5433         * Makefile.am:
5434         * backend/Makefile.am:
5435         * configure.ac:
5436         * cut-n-paste/recent-files/Makefile.am:
5437         * cut-n-paste/toolbar-editor/Makefile.am:
5438         * cut-n-paste/zoom-control/Makefile.am:
5439         * lib/Makefile.am:
5440         * pdf/Makefile.am:
5441         * pixbuf/Makefile.am:
5442         * properties/Makefile.am:
5443         * ps/Makefile.am:
5444         * shell/Makefile.am:
5445         * thumbnailer/Makefile.am:
5446         * tiff/Makefile.am:
5447
5448         Make frontends depend on just libev.
5449         Rework and group CFLAGS/LIBS definitions.
5450         Cleanups.
5451
5452 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5453
5454         * shell/ev-window:
5455
5456         do not unnecessarily save zoom
5457
5458         * configure.ac:
5459         * lib/ev-file-helpers.c: (ev_dot_dir):
5460         * shell/Makefile.am:
5461         * shell/dummy.cc:
5462
5463         Some cleanups
5464
5465 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5466
5467         * configure.ac:
5468         
5469         Remove unnecessary dependencies
5470
5471 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5472
5473         * properties/Makefile.am:
5474         * thumbnailer/Makefile.am:
5475         * tiff/Makefile.am:
5476
5477         Some more cleanups. Was really necessary
5478         but I probably introduced bugs, feel free
5479         to flame :)
5480
5481 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5482
5483         * backend/Makefile.am:
5484         * configure.ac:
5485         * cut-n-paste/recent-files/Makefile.am:
5486         * cut-n-paste/toolbar-editor/Makefile.am:
5487         * cut-n-paste/zoom-control/Makefile.am:
5488         * lib/Makefile.am:
5489         * pdf/Makefile.am:
5490         * pixbuf/Makefile.am:
5491         * properties/Makefile.am:
5492         * ps/Makefile.am:
5493         * shell/Makefile.am:
5494         * thumbnailer/Makefile.am:
5495         * tiff/Makefile.am:
5496
5497         Use gnome-common macros when possible.
5498         Cleanup dependencies.
5499         Actually disable deprecated where possible.
5500
5501 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5502
5503         * Makefile.am:
5504         * backend/Makefile.am:
5505         * properties/Makefile.am:
5506         * shell/Makefile.am:
5507         * thumbnailer/Makefile.am:
5508
5509         This should solve the circular dep without
5510         requiring dir reorg!
5511
5512         * shell/ev-window.c: (setup_view_from_metadata):
5513
5514         Never restore window size/position when the
5515         window is already visible.
5516
5517 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5518
5519         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
5520
5521         Return a boolean from timeout func. Fix ported from gedit.
5522
5523 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
5524
5525         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
5526
5527 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/ev-document-types.c: set "All Documents" as default filter in
5530         open dialog
5531
5532 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
5533
5534         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
5535         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
5536         (ev_metadata_manager_set_boolean): fix value/val thinko.
5537
5538 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5539
5540         * shell/ev-window.c: (setup_view_from_metadata),
5541         (window_state_event_cb), (window_configure_event_cb),
5542         (ev_window_init):
5543
5544         Remember window position and maximized state
5545
5546 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5547
5548         * configure.ac:
5549
5550         Fix DBUS configure checks.
5551
5552         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
5553         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
5554         (ev_metadata_manager_set_boolean):
5555
5556         Plug mem leaks.
5557
5558         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
5559         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5560         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
5561         (ev_window_continuous_changed_cb),
5562         (ev_window_dual_mode_changed_cb), (ev_window_new):
5563
5564         Fix the build without DBUS.
5565
5566 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5567
5568         * shell/ev-metadata-manager.c: (parse_value), (save_values),
5569         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
5570         (ev_metadata_manager_set_string),
5571         (ev_metadata_manager_set_boolean):
5572         * shell/ev-metadata-manager.h:
5573
5574         Add support for some more types
5575
5576         * shell/ev-view.c: (scroll_to_current_page),
5577         (ev_view_get_continuous), (ev_view_set_continuous),
5578         (ev_view_get_dual_page):
5579         * shell/ev-view.h:
5580         * shell/ev-window.c: (page_changed_cb),
5581         (setup_document_from_metadata), (ev_window_setup_document),
5582         (setup_view_from_metadata), (ev_window_open_uri),
5583         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5584         (ev_window_run_presentation), (ev_window_stop_presentation),
5585         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
5586         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
5587         (ev_window_update_dual_page_action),
5588         (ev_window_continuous_changed_cb),
5589         (ev_window_dual_mode_changed_cb), (ev_window_init):
5590
5591         Remember a bunch of view/document properties. Prolly some
5592         are still missing but it's getting interesting.
5593
5594 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
5595
5596         * configure.ac: check if dbus-binding-tool is installed. Not the
5597         case on current Ubuntu breezy, it seems.
5598
5599 2005-07-05  Luca Ferretti <elle.uca@libero.it>
5600
5601         * data/evince.desktop.in.in:
5602         
5603         Allow open uri lists and add TryExec field.
5604
5605 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * configure.ac:
5608
5609         Enable dbus when available, do not require a configure
5610         option.
5611
5612 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
5613
5614         * configure.ac:
5615
5616         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
5617         disabled.
5618
5619 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5620         Marco Pesenti Gritti  <mpg@redhat.com>
5621
5622         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
5623         
5624         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
5625         functions to the format required by dbus
5626
5627         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
5628         errors. Use the RPC parameters in the expected way
5629
5630 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * Makefile.am:
5633         * properties/Makefile.am:
5634         * properties/ev-properties-main.c: (ev_properties_get_pages):
5635
5636         Support all mime types
5637
5638         * shell/Makefile.am:
5639         * thumbnailer/Makefile.am:
5640         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
5641         (evince_thumbnail_pngenc_get):
5642
5643         Use the document factory
5644
5645 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5646
5647         * backend/Makefile.am:
5648         * backend/ev-document-factory.c:
5649         (mime_type_supported_by_gdk_pixbuf),
5650         (ev_document_type_get_from_mime),
5651         (ev_document_factory_get_document),
5652         (ev_document_factory_get_backend),
5653         (ev_document_factory_get_mime_types),
5654         (ev_document_factory_get_all_mime_types):
5655         * backend/ev-document-factory.h:
5656         * shell/Makefile.am:
5657         * shell/ev-document-types.c: (get_document_from_uri),
5658         (ev_document_types_get_document),
5659         (file_filter_add_mime_list_and_free),
5660         (ev_document_types_add_filters):
5661         * shell/ev-document-types.h:
5662         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5663         * shell/ev-properties-dialog.c:
5664         (ev_properties_dialog_set_document):
5665         * shell/ev-window.c: (ev_window_cmd_file_open),
5666         (ev_window_cmd_save_as):
5667         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5668
5669         Rework document types managing to avoid code duplication
5670         and actually abstract from backend implementations.
5671         Also provide a minimal factory api that can be used by
5672         thumbnailer/properties.
5673
5674 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
5675
5676         * properties/ev-properties-view.c: (ev_properties_view_set_info):
5677         Plug a mem leak.
5678         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5679         HIG spacings.
5680
5681 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
5682
5683         * shell/ev-properties-dialog.c
5684         (ev_properties_dialog_set_document): only call
5685         ev_properties_fonts_set_document() if the document implements the
5686         fonts interface
5687
5688 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5689
5690         * configure.ac:
5691         * properties/Makefile.am:
5692         * properties/ev-properties-view.c:
5693         (ev_properties_view_register_type):
5694         * properties/ev-properties-view.h:
5695         * properties/ev-properties-main.h:
5696
5697         Implement nautilus plugin for properties.
5698         Works only for pdf atm, I need to rework the
5699         document types stuff to get this to work
5700         for all backends...
5701
5702 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
5703
5704         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
5705         (ev_properties_fonts_set_document): use
5706         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
5707
5708 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
5709
5710         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
5711         them
5712         (PlaceImage, tiff2ps_process_page): use
5713         g_ascii_dtostr to convert floats to strings in a locale-safe way.
5714
5715
5716 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
5717
5718         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
5719         (main): to call gnome_authentication_manager_init. Should fix
5720         Bug #308510
5721
5722         * configure.ac: that requires libgnomeui 2.6.0.
5723
5724 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
5725
5726         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
5727         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
5728         use the new tiff2ps interfaces
5729
5730         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
5731         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
5732
5733         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
5734         structure instead of global variables.  Remove use of static
5735         variables in functions.
5736
5737 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
5738
5739         * shell/ev-page-action.c: unref the completion after setting it to the
5740         entry
5741
5742 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
5743
5744         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
5745         postscript files
5746
5747 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
5748
5749         * shell/ev-window.c (update_action_sensitivity): disable
5750         File->Print if the document does not implement the ps exporter
5751         interface
5752
5753 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
5754
5755         * Makefile.am:
5756         * configure.ac:
5757         * data/evince-properties.glade:
5758         * properties/.cvsignore:
5759         * properties/Makefile.am:
5760         * properties/ev-properties-view.c: (ev_properties_view_dispose),
5761         (ev_properties_view_class_init), (ev_properties_view_format_date),
5762         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
5763         (ev_properties_view_init), (ev_properties_view_new):
5764         * properties/ev-properties-view.h:
5765         * shell/Makefile.am:
5766         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
5767         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
5768         (ev_properties_dialog_new):
5769         * shell/ev-properties-dialog.h:
5770         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5771         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
5772         (update_progress_label), (job_fonts_finished_cb),
5773         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
5774         * shell/ev-properties-fonts.h:
5775         * shell/ev-properties.c:
5776         * shell/ev-properties.h:
5777         * shell/ev-window.c: (ev_window_setup_document),
5778         (ev_window_cmd_file_properties):
5779
5780         Split the properties pages in two different objects, depend
5781         only on the backend where possible, use widgets instead
5782         of gobject for the glade part, reimplement the dialog
5783         itself with gtk.
5784         I need this to implement nautilus properties page.
5785
5786 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
5787
5788         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
5789         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
5790         (tiff_document_document_ps_exporter_iface_init): implement the ps
5791         exporter interface for tiff documents
5792
5793         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
5794         libtiff to implement TIFF postscript export
5795
5796         * tiff/tiff2ps.h: added a header file for external tiff2ps
5797         functions.
5798
5799         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
5800         tiff2ps.h
5801
5802 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * shell/ev-view.c: (scroll_to_current_page),
5805         (ev_view_set_fullscreen), (ev_view_set_presentation):
5806         
5807         Scroll to current page when exit from presentation
5808
5809 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * shell/ev-window.c: (update_document_mode),
5812         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5813         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
5814         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
5815         
5816         Exit from fullscreen mode when switch to presentation. Fix for
5817         bug 309365
5818
5819 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
5820
5821         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
5822         return NULL if the document does not implement the selection
5823         interface.
5824
5825 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
5826
5827         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
5828         reported height by using the resolution aspect ratio
5829         (tiff_document_render_pixbuf): scale the pixbuf using the
5830         resolution aspect ratio
5831
5832 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * configure.ac:
5835         
5836         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
5837         <kiltedaco@gmail.com>
5838         
5839         * djvu/djvu-document.c: (djvu_document_get_orientation),
5840         (djvu_document_set_orientation), (djvu_document_get_page_size),
5841         (rotate_pixbuf), (djvu_document_render_pixbuf),
5842         (djvu_document_document_iface_init):
5843         * dvi/dvi-document.c: (dvi_document_get_orientation),
5844         (dvi_document_set_orientation), (dvi_document_get_page_size),
5845         (rotate_pixbuf), (dvi_document_render_pixbuf),
5846         (dvi_document_document_iface_init):
5847         
5848         Dvi and djvu backends are ported to new API
5849
5850 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
5851
5852         * backend/ev-selection.c: (ev_selection_get_selection_region),
5853         (ev_selection_get_selection_map):
5854         * backend/ev-selection.h:
5855         * pdf/ev-poppler.cc:
5856         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5857         * shell/ev-jobs.h:
5858         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5859         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5860         (ev_pixbuf_cache_get_text_mapping):
5861         * shell/ev-pixbuf-cache.h:
5862         * shell/ev-view.c: (location_in_text),
5863         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
5864         support to EvView.  Now we can see where we can select!  Sweet!
5865
5866 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
5867
5868         * shell/ev-view.c (ev_view_button_press_event): Fix
5869         event->y + view->scroll_x typo.
5870
5871 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
5872
5873         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
5874         sub-GdkPixbuf instead of passing dest_x and dest_y.
5875         
5876         * shell/ev-view.c: (view_point_to_doc_point),
5877         (view_rect_to_doc_rect), (ev_view_button_press_event),
5878         (ev_view_motion_notify_event), (compute_new_selection_rect),
5879         (gdk_rectangle_point_in), (compute_new_selection_text),
5880         (compute_selections): Update selection code to keep the selection
5881         around as two points and not as a normalized rectangle, and fix
5882         page level selection in two-column mode.
5883
5884 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
5885
5886         * shell/ev-window.c: (window_configure_event_cb): 
5887         
5888         Fix compilation
5889         
5890 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5891
5892         * pdf/ev-poppler.cc:
5893
5894         Fix compilation
5895
5896 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5897
5898         * shell/Makefile.am:
5899         * shell/ev-metadata-manager.c: (item_free),
5900         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
5901         (parse_value), (parseItem), (load_values),
5902         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
5903         (save_values), (save_item), (get_oldest), (resize_items),
5904         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
5905         * shell/ev-metadata-manager.h:
5906
5907         Metadata manager from gedit but modified to use GValue, so that
5908         we dont need to keep converting from strings.
5909
5910         * configure.ac:
5911
5912         ENABLE_METADATA conditional, on when dbus is on
5913
5914         * shell/ev-application.c: (ev_application_open_uri):
5915
5916         Show the window after load so that we can initialize
5917         window size before it's showed.
5918
5919         * shell/ev-window.c: (ev_window_setup_from_metadata),
5920         (ev_window_open_uri), (window_configure_event_cb),
5921         (ev_window_init):
5922
5923         Save and load metadata information about window size.
5924         Not yet keeping states in account.
5925
5926         * shell/main.c: (main):
5927
5928         Shutdown metadata manager.
5929
5930 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5931
5932         * shell/ev-application-service.xml:
5933         * configure.ac:
5934         * shell/Makefile.am:
5935         * shell/ev-application.c:
5936         * shell/ev-application.h:
5937         * shell/ev-window.c:
5938         * shell/ev-window.h:
5939         * shell/main.c:
5940
5941         Add an optional dbus interface (--enable-dbus).
5942         Rework application code, mainly to be easier to
5943         use "remotely".
5944         Do not open multiple windows with the same document,
5945         spatial evince!
5946
5947 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
5948
5949         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
5950         pixbuf iff it exists.
5951
5952 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
5953
5954         * shell/*:
5955         * backend/ev-render-context.[ch]:
5956         * backend/ev-selection.[ch]:
5957
5958         Massive changes.  We now support text selection of pdfs, and not
5959         just rectangular selection.  This is pretty broken still, but I
5960         want to get something into CVS.
5961
5962 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * pdf/ev-poppler.cc:
5965         
5966         Fix for Bug 309080: crash on window close.
5967         
5968         * shell/ev-page-action.c: (page_changed_cb):
5969         
5970         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
5971         jensgr@gmx.net (Jens Granseuer).
5972
5973 2005-06-25  Marcel Telka  <marcel@telka.sk>
5974
5975         * configure.in (ALL_LINGUAS): Added sk.
5976
5977 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
5980         not a document open
5981
5982 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5983
5984         * NEWS:
5985         * configure.ac:
5986
5987         Release 0.3.2
5988
5989         * cut-n-paste/recent-files/Makefile.am:
5990
5991         Fix make distcheck
5992
5993 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5994
5995         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
5996         (pixbuf_document_set_orientation), (rotate_pixbuf),
5997         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
5998         (pixbuf_document_document_iface_init), (pixbuf_document_init):
5999
6000         Implement rotation and cleanup the code a bit.
6001
6002         * tiff/tiff-document.c: (tiff_document_get_page_size),
6003         (tiff_document_get_orientation), (tiff_document_set_orientation),
6004         (rotate_pixbuf), (tiff_document_render_pixbuf),
6005         (tiff_document_document_iface_init), (tiff_document_init):
6006
6007         Implement rotation. Was the quicker solution for the release
6008         but we really need to share this code in the shell.
6009
6010 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6011
6012         * pdf/ev-poppler.cc:
6013
6014         Enable rotation, require poppler cvs. Fix a leak.
6015
6016 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6017
6018         * shell/ev-window.c: (update_action_sensitivity):
6019         
6020         Make properties unsensitive if document backend doesn't provide
6021         any info
6022
6023 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6026         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6027         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6028         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6029         (bitmap_flip_rotate_counter_clockwise):
6030         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6031         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6032         (buff_gets):
6033         * dvi/mdvi-lib/common.h:
6034         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6035         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6036         (opendvi), (mdvi_reload), (mdvi_init_context),
6037         (mdvi_destroy_context), (mdvi_dopage), (special):
6038         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6039         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6040         (file_hash_free), (register_encoding), (parse_spec),
6041         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6042         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6043         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6044         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6045         (mdvi_register_font_type), (mdvi_unregister_font_type),
6046         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6047         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6048         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6049         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6050         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6051         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6052         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6053         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6054         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6055         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6056         (mdvi_unregister_special), (mdvi_flush_specials):
6057         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6058         (t1_font_remove):
6059         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6060         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6061         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6062         (free_font_metrics), (flush_font_metrics):
6063         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6064         (tt_font_remove):
6065         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6066         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6067         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6068         (dstring_insert), (dstring_new), (dstring_reset):
6069         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6070         
6071         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6072         avoid conflict with libtool on FC4
6073         
6074         * shell/ev-window.c: (ev_window_cmd_help_about):
6075         
6076         Update copyright year. Fix for bug 308828.
6077
6078 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * shell/ev-view.c: (add_scroll_binding_keypad),
6081         (ev_view_binding_activated), (ev_view_class_init),
6082         (on_adjustment_value_changed):
6083         
6084         Bug 170874: Arrow keys switch pages in presentation mode
6085
6086 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6089         
6090         Fix for Bug 308265: Sidebar dissappears coming out of 
6091         Presentation mode
6092
6093 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * shell/ev-application.c: (ev_application_open):
6096         * shell/ev-document-types.c: (ev_document_types_add_filters),
6097         (ev_document_types_add_filters_for_type):
6098         * shell/ev-document-types.h:
6099         * shell/ev-window.c: (ev_window_cmd_save_as):
6100         
6101         Suggest basename as template when saving, provide filters
6102         for save dialog. It's bug 308402
6103
6104 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * pdf/ev-poppler.cc:
6107         * shell/ev-sidebar-links.c: (job_finished_callback):
6108         * shell/ev-view.c: (update_find_status_message):
6109         
6110         Some leaks fixed
6111
6112 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6113
6114         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6115         (egg_recent_view_uimanager_set_list):
6116
6117         Fix buglet in !show_numbers case.
6118
6119 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6120
6121         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6122         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6123
6124         Use pango ellipsisation.
6125
6126         * pdf/ev-poppler.cc:
6127
6128         Fix refcount leak, from nsh.
6129
6130 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * cut-n-paste/recent-files/Makefile.am:
6133         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6134         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6135         
6136         Removed EggRecentViewGtk
6137         
6138         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6139         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6140         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6141         (ev_window_setup_recent):
6142         
6143         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6144         with other projects
6145
6146 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6149         (egg_recent_view_gtk_finalize):
6150
6151         Fix memory leak
6152
6153         * cut-n-paste/toolbar-editor/Makefile.am:
6154         
6155         Fix location of cursor icon.
6156         
6157         * pdf/ev-poppler.cc:
6158         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6159         (display_completion_text), (match_completion):
6160         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6161         (selection_changed_callback), (create_loading_model),
6162         (print_section_cb), (links_page_num_func),
6163         (update_page_callback_foreach):
6164         * shell/ev-window.c: (ev_window_dispose):
6165         
6166         Small memory fixes. Links model now store objects instead
6167         of pointers to improve memory management. 
6168
6169 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * shell/ev-window.c: (zoom_control_changed_cb):
6172         
6173         Fix update of zoom control (bug 308268).
6174
6175 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6176
6177         * shell/ev-properties.c (set_property): escape the text correctly.
6178         Handles non-UTF-8 properties and escaped properties.  Also, sets
6179         the text to "<i>None</i>" if the property isn't set.
6180
6181         * data/evince-properties.glade: Change the label to be ellipsized,
6182         and give it a minimum size.
6183
6184 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6187         * shell/ev-sidebar-links.c: (create_loading_model):
6188         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6189         * shell/ev-view.c: (ev_view_set_document):
6190         * shell/ev-window.c: (ev_window_dispose):
6191         
6192         Various small fixes, mostly memory leaks. Thanks to valgrind.
6193
6194 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6195
6196         * ps/ps-document.c: remove the locale.h include again ;-). And
6197         kill the (bogus) setlocale/savelocale business.
6198
6199 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6200
6201         * ps/ps-document.c:
6202         
6203         Include locale.h to fix build
6204         
6205         * shell/ev-sidebar.c:
6206         
6207         Remove unnecessary includes
6208
6209 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * dvi/dvi-document.c: (dvi_document_load):
6212         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6213         * po/POTFILES.in:
6214         
6215         Check for incorrect dvi files. Fix parsing dvi on AMD64
6216         platform. Thanks to tester@tester.ca (Olivier Crete).
6217
6218 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * shell/ev-page-action.c: (match_selected_cb),
6221         (display_completion_text), (match_completion), (update_model):
6222         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6223         (expand_open_links):
6224         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6225         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6226         (ev_sidebar_set_document):
6227         * shell/ev-window.c: (ev_window_xfer_job_cb),
6228         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6229         
6230         Fixed lot's of memory leaks, for example, memory leak on reload, 
6231         described in bug 307793.
6232
6233 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6234
6235         * pdf/ev-poppler.cc:
6236         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6237         (update_visible_range), (adjustment_changed_cb),
6238         (ev_sidebar_thumbnails_fill_model),
6239         (ev_sidebar_thumbnails_refresh),
6240         (ev_sidebar_tree_selection_changed),
6241         (ev_sidebar_icon_selection_changed),
6242         (ev_sidebar_thumbnails_use_icon_view),
6243         (ev_sidebar_thumbnails_set_document):
6244         * shell/ev-sidebar-thumbnails.h:
6245         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6246         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6247
6248         Refresh thumbnails when changing orientation. Not fully
6249         working yet becuase of a sidebar bug.
6250
6251         Set page orientation to poppler page everywhere. This sucks
6252         really need to fix poppler.
6253
6254 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6257         (egg_recent_view_gtk_new_menu_item),
6258         (egg_recent_view_gtk_set_property),
6259         (egg_recent_view_gtk_get_property),
6260         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6261         (egg_recent_view_gtk_set_tooltip_func),
6262         (egg_recent_view_gtk_set_label_width),
6263         (egg_recent_view_gtk_get_label_width):
6264         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6265
6266         Sync with libegg (ellipsize labels)
6267
6268 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * data/evince-ui.xml:
6271         * shell/ev-window.c: (ev_window_cmd_go_forward),
6272         (ev_window_cmd_go_backward):
6273         
6274         Shift + PageUp moves 10 Pages. Fix for 306125
6275
6276 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6277
6278         * pdf/ev-poppler.cc:
6279
6280         Add a flag to check if orientation has been overriden
6281
6282 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6283
6284         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6285         field if necessary.
6286
6287         * ps/ps.h: add creator field to document.
6288
6289         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6290         set creator field.
6291
6292 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6293
6294         * data/evince-properties.glade:
6295         * shell/ev-properties.c: (ev_properties_set_document):
6296
6297         s/PDF Version/Format
6298
6299 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6300
6301         * shell/ev-properties.c: (ev_properties_set_document):
6302
6303         Remove unnecessary translations
6304
6305 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6306
6307         * cut-n-paste/toolbar-editor/Makefile.am:
6308
6309         Correct library name    
6310
6311 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6312
6313         * configure.ac:
6314         * cut-n-paste/recent-files/egg-recent-model.c:
6315         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6316         (egg_recent_model_unlock_file):
6317         * cut-n-paste/recent-files/egg-recent-util.c:
6318         (egg_recent_util_get_unique_id):
6319         * cut-n-paste/recent-files/update-from-egg.sh:
6320         * cut-n-paste/toolbar-editor/Makefile.am:
6321         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6322         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6323         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6324         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6325         (egg_toolbars_model_get_type):
6326         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6327
6328         Better makefile for toolbar editor and update everything
6329         to latest libegg.
6330
6331 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * shell/ev-window.c: (update_document_mode):
6334
6335         Prefer presentation mode when the document
6336         require fullscreen.
6337
6338 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6339
6340         * data/evince-ui.xml:
6341         * shell/ev-window.c:
6342
6343         Add control-equal for zooming
6344
6345 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6346
6347         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6348
6349 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * backend/ev-document.c: (ev_document_get_orientation):
6352         * backend/ev-document.h:
6353         * pdf/ev-poppler.cc:
6354         * ps/ps-document.c: (ps_document_get_orientation),
6355         (ps_document_set_orientation), (ps_document_document_iface_init):
6356
6357         Add a get_orientation api. Improve set_orientation.
6358
6359         * data/evince-ui.xml:
6360         * shell/ev-view.c: (ev_view_set_orientation),
6361         (ev_view_rotate_right), (ev_view_rotate_left):
6362         * shell/ev-view.h:
6363         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6364         (ev_window_cmd_edit_rotate_right):
6365
6366         Better ui for changing document orientation
6367
6368 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
6371         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
6372         * shell/ev-sidebar-links.h:
6373         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6374         (ev_sidebar_page_iface_init):
6375         * shell/ev-sidebar-page.h:
6376         * shell/ev-sidebar-thumbnails.c:
6377         (ev_sidebar_thumbnails_get_property),
6378         (ev_sidebar_thumbnails_class_init),
6379         (ev_sidebar_thumbnails_set_document):
6380         * shell/ev-sidebar-thumbnails.h:
6381         * shell/ev-view.c: (ev_view_motion_notify_event):
6382         * shell/ev-window.c: (update_chrome_visibility),
6383         (ev_window_cmd_focus_page_selector),
6384         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
6385         (sidebar_page_main_widget_update_cb), (ev_window_init):
6386         
6387         Autoraise toolbar on GoToPage binding and fix bindings in
6388         EvSidebarThumbnails page.
6389
6390 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
6391
6392         * shell/ev-properties.c: (update_progress_label):
6393
6394         Hide the progress label when finished; bug #307697.
6395
6396 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6397
6398         * pdf/ev-poppler.cc:
6399
6400         Enable is_open for links, you will need poppler cvs
6401
6402         * shell/ev-properties.c: (job_fonts_finished_cb):
6403
6404         Get a lock on the document when filling the tree view
6405
6406 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6407
6408         * backend/ev-document-links.h:
6409         * pdf/ev-poppler.cc:
6410         * shell/ev-sidebar-links.c: (create_loading_model),
6411         (expand_open_links), (job_finished_callback):
6412
6413         Expand links when specified by the document.
6414         Depend on a poppler api (defined out for now)
6415
6416 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6417
6418         * shell/ev-properties.c: (ev_properties_dispose),
6419         (ev_properties_class_init), (dialog_destroy_cb),
6420         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
6421         (ev_properties_set_document), (ev_properties_new),
6422         (ev_properties_show):
6423         * shell/ev-properties.h:
6424
6425         Make it an object, cleanup the code, api to show it as transient
6426         and to set the document.
6427
6428         * shell/ev-window.c: (ev_window_setup_document),
6429         (ev_window_cmd_file_properties):
6430
6431         Adapt to EvProperties changes, do not show multiple
6432         times, update it when document changes.
6433
6434 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6435
6436         * ps/gstypes.h:
6437         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
6438         (ps_document_set_orientation), (ps_document_document_iface_init):
6439         * ps/ps-document.h:
6440
6441         Implement orientation here too
6442
6443         * shell/ev-properties.c: (ev_properties_new):
6444         * data/evince-properties.glade:
6445
6446         Hide the fonts page for backends that doesnt
6447         support it.     
6448
6449 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6450
6451         * backend/ev-document.c: (ev_document_set_orientation):
6452         * backend/ev-document.h:
6453         * pdf/ev-poppler.cc:
6454
6455         Add orientation api. Currently poppler api is not optimal,
6456         we need to set orientation every time we _get a page.
6457         I will try to fix that at some point.
6458
6459         * data/evince-ui.xml:
6460         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
6461         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
6462
6463         Add orientation menu items
6464
6465         * shell/ev-page-cache.c: (ev_page_cache_clear):
6466         * shell/ev-page-cache.h:
6467
6468         Add api to clear the cache
6469
6470         * shell/ev-view.c: (setup_caches), (clear_caches),
6471         (ev_view_set_document), (ev_view_zoom_out),
6472         (ev_view_set_orientation):
6473         * shell/ev-view.h:
6474
6475         Implement orientation changing
6476
6477 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
6478
6479         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
6480         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
6481         * backend/ev-document-fonts.h:
6482
6483         Separate scan and fill so that we can incrementally fill from
6484         the main thread. Add a progress api.
6485
6486         * data/evince-properties.glade:
6487         * pdf/ev-poppler.cc:
6488         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
6489         * shell/ev-jobs.h:
6490         * shell/ev-properties.c: (update_progress_label),
6491         (job_fonts_finished_cb), (setup_fonts_view):
6492
6493         Incrementally feel the list and show the progress
6494         percentage in a label like acrobat does.
6495
6496         You are going to need poppler cvs
6497
6498 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
6499
6500         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
6501         * backend/ev-document-fonts.h:
6502         * pdf/ev-poppler.cc:
6503
6504         Make fonts model fill incrementally.
6505
6506         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6507         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6508         (ev_job_queue_remove_job):
6509         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6510         (ev_job_fonts_new), (ev_job_fonts_run):
6511         * shell/ev-jobs.h:
6512
6513         New job for fonts scanning
6514
6515         * shell/ev-properties.c: (job_fonts_finished_cb),
6516         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
6517         * shell/ev-properties.h:
6518         * shell/ev-window.c: (ev_window_cmd_file_properties):
6519
6520         Incrementally feel the treeview using the new job. Show Loading...
6521         message until scanning is completed.
6522
6523         Hopefully I didnt break the build without the poppler patch.
6524
6525 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6526
6527         * shell/ev-application.c: (ev_application_open):
6528         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
6529         (ev_document_type_get_type), (ev_document_type_lookup):
6530         * shell/ev-document-types.h:
6531         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
6532         * shell/ev-job-xfer.h:
6533         * shell/ev-window.c: (ev_window_clear_local_uri),
6534         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
6535         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
6536         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6537         
6538         Transfer remote documents to tmp directory to display them later.
6539
6540 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
6541
6542         * backend/ev-document-info.h:
6543         * shell/ev-properties.c: (ev_properties_new):
6544
6545         s/GTime*/GTime. Not sure why we was using a pointer
6546         at all there!
6547
6548 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
6549
6550         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
6551         situations.  That situation is that you're using GTK+-HEAD with
6552         the patch at #306726 is applied, and you have a document with <
6553         1500 pages in it.  It's not quite as uniformly nice as the
6554         TreeView, but should be better in the long run.
6555
6556         I'm pretty sure I guarded against breaking compilation with
6557         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
6558         I missed some.
6559
6560         * shell/ev-window.c (ev_window_init): We don't have our tree/list
6561         widget yet, so I commented that code out
6562         enable_view_actions_for_widget() for now.  Need to figure this
6563         out.
6564
6565         * shell/ev-page-action.c (match_selected_cb): emit the right
6566         signals.  Our cool C-l completion now works.
6567
6568 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * backend/Makefile.am:
6571         * backend/ev-document-fonts.c:
6572         * backend/ev-document-links.c:
6573         * backend/ev-document.c: (ev_document_load):
6574         * backend/ev-document.h:
6575         * backend/ev-job-queue.c:
6576         * backend/ev-job-queue.h:
6577         * backend/ev-jobs.c:
6578         * backend/ev-jobs.h:
6579         * backend/ev-page-cache.c:
6580         * backend/ev-page-cache.h:
6581
6582         EvPageCache and EvJobs are moved to shell.
6583
6584         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
6585         (ev_tmp_filename):
6586         * lib/ev-file-helpers.h:
6587         
6588         New helper to work with temporary files
6589         
6590         * shell/Makefile.am:
6591         * shell/ev-application.c: (ev_application_open):
6592         * shell/ev-application.h:
6593         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
6594         (remove_job_from_async_queue), (add_job_to_async_queue),
6595         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
6596         (handle_job), (search_for_jobs_unlocked),
6597         (no_jobs_available_unlocked), (ev_render_thread),
6598         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
6599         (ev_job_queue_add_job), (move_job_async), (move_job),
6600         (ev_job_queue_update_job), (ev_job_queue_remove_job):
6601         * shell/ev-job-queue.h:
6602         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
6603         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
6604         * shell/ev-job-xfer.h:
6605         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6606         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6607         (ev_job_links_class_init), (ev_job_render_init),
6608         (ev_job_render_dispose), (ev_job_render_class_init),
6609         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6610         (ev_job_thumbnail_class_init), (ev_job_load_init),
6611         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
6612         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6613         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
6614         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
6615         * shell/ev-jobs.h:
6616         * shell/ev-page-action.c: (ev_page_action_set_document):
6617         * shell/ev-page-cache.c: (ev_page_cache_init),
6618         (ev_page_cache_class_init), (ev_page_cache_finalize),
6619         (ev_page_cache_new), (ev_page_cache_get_n_pages),
6620         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6621         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
6622         (ev_page_cache_get_title), (ev_page_cache_get_size),
6623         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6624         (ev_page_cache_get_height_to_page),
6625         (ev_page_cache_get_max_label_chars),
6626         (ev_page_cache_get_page_label),
6627         (ev_page_cache_has_nonnumeric_page_labels),
6628         (ev_page_cache_get_info), (ev_page_cache_next_page),
6629         (ev_page_cache_prev_page), (ev_page_cache_get):
6630         * shell/ev-page-cache.h:
6631         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
6632         (ev_pixbuf_cache_clear_job_sizes),
6633         (ev_pixbuf_cache_add_jobs_if_needed),
6634         (ev_pixbuf_cache_set_page_range):
6635         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
6636         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
6637         * shell/ev-sidebar-thumbnails.c:
6638         (ev_sidebar_tree_selection_changed),
6639         (ev_sidebar_thumbnails_set_document):
6640         * shell/ev-statusbar.c: (ev_statusbar_destroy),
6641         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
6642         (ev_statusbar_get_context_id), (ev_statusbar_push),
6643         (ev_statusbar_pop), (ev_statusbar_set_maximized),
6644         (ev_statusbar_pulse), (ev_statusbar_show_progress),
6645         (ev_statusbar_set_progress):
6646         * shell/ev-statusbar.h:
6647         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
6648         (ev_view_find_previous):
6649         * shell/ev-window.c: (ev_window_is_empty),
6650         (ev_window_setup_document), (password_dialog_response),
6651         (ev_window_clear_jobs), (ev_window_load_job_cb),
6652         (ev_window_xfer_job_cb), (ev_window_open_uri),
6653         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
6654         (ev_window_print), (ev_window_print_range),
6655         (ev_window_state_event), (ev_window_cmd_view_reload),
6656         (menu_item_select_cb), (menu_item_deselect_cb),
6657         (view_status_changed_cb), (ev_window_dispose),
6658         (drag_data_received_cb), (ev_window_init):
6659         * shell/ev-window.h:
6660         * shell/main.c: (load_files):
6661         
6662         New statusbar to show progress on idle. Two new jobs - 
6663         xfer job and load job to load document in background. And update
6664         of page_cache clients to new location of code.
6665
6666 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
6667   
6668         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
6669         selection in open dialog. It also remembers the last visited directory 
6670         in the current session.
6671
6672 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * shell/ev-properties.c: (ev_properties_new):
6675         * shell/ev-properties.h:
6676         * shell/ev-window.c: (ev_window_cmd_file_properties):
6677         
6678         Get document info from page cache instead of document itself.
6679         This should fix crash related to race conditions described in
6680         bug 306545.
6681
6682 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
6683
6684         * ps/ps-document.c: (ps_document_init),
6685         (send_ps), (get_page_box), (output), (catchPipe), (input),
6686         (stop_interpreter), (file_length), (file_readable),
6687         (check_filecompressedb), (ps_document_enable_interpreter),
6688         (document_load), (ps_async_renderer_render_pixbuf):
6689         * ps/ps-document.h:
6690
6691         Big cleanup of the ps code
6692
6693 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
6694
6695         * backend/Makefile.am:
6696         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
6697         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
6698         * backend/ev-async-renderer.h:
6699
6700         Add an async renderer interface (method + callback) which
6701         is useful for backends like ps.
6702
6703         * backend/ev-job-queue.c: (remove_job_from_async_queue),
6704         (add_job_to_async_queue), (job_finished_cb), (handle_job),
6705         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
6706         (ev_job_queue_add_job), (move_job_async), (move_job),
6707         (ev_job_queue_update_job), (ev_job_queue_remove_job):
6708
6709         Add queues for async renderer, these are executed on the
6710         main thread.
6711
6712         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
6713         (ev_job_render_run):
6714         * backend/ev-jobs.h:
6715
6716         If the backend support async renderer interface use it.
6717
6718         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
6719         (setup_pixmap), (ps_document_get_type),
6720         (ps_async_renderer_render_pixbuf),
6721         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
6722
6723         Implement async renderer interface.
6724
6725 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
6728
6729         Cleanup links job on exit.
6730
6731 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6734         (drag_data_get_cb), (drag_data_received_cb):
6735         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6736         (drag_data_get_cb), (parse_item_list),
6737         (egg_toolbar_editor_load_actions):
6738         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6739         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
6740         (parse_item_list), (parse_toolbars):
6741         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6742         (dvi_pixbuf_put_pixel):
6743         
6744         Fix gcc 4.0 warnings
6745
6746 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
6747
6748         * ps/ps-document.c: (start_interpreter):
6749
6750         Fix warning when loading ps
6751
6752 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
6753
6754         * ps/ps-document.c: (output):
6755
6756         Fix crash when priting gs error messages.
6757
6758 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
6759
6760         * backend/ev-page-cache.c: (_ev_page_cache_new):
6761         * backend/ev-page-cache.h:
6762
6763         Use a const to return title so that we dont double
6764         free it. Small cleanup and fix a leak.
6765
6766         * shell/ev-window.c: (update_window_title):
6767
6768         strdup value from get_title.
6769
6770 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
6771
6772         * shell/ev-sidebar-links.c: (job_finished_callback),
6773         (ev_sidebar_links_set_document):
6774
6775         Cleanup the old job when changing document
6776
6777 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6778
6779         * shell/ev-stock-icons.c:
6780         * shell/ev-stock-icons.h:
6781         * shell/ev-window.c:
6782         
6783         Add stock icons for actions that can appear in toolbar. Fix for
6784         bug 306566.
6785
6786 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * backend/ev-page-cache.c: (ev_page_cache_finalize),
6789         (_ev_page_cache_new), (ev_page_cache_get_max_width),
6790         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
6791         * backend/ev-page-cache.h:
6792         * shell/ev-view.c: (scroll_to_current_page),
6793         (view_update_range_and_current_page), (get_page_y_offset),
6794         (get_page_extents), (ev_view_size_request_continuous_dual_page),
6795         (ev_view_size_request_continuous),
6796         (ev_view_zoom_for_size_continuous_and_dual_page),
6797         (ev_view_zoom_for_size_continuous):
6798         
6799         More compact EvView layout in document with pages of different size.
6800
6801 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
6802
6803         * shell/ev-window.c (ev_window_cmd_file_properties): fix
6804         compilation.
6805
6806 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * shell/ev-view.c: (view_set_adjustment_values):
6809         * shell/ev-window.c: (ev_window_cmd_file_properties):
6810         
6811         A bit different fix for rounding problem but it has no
6812         problems on startup. Make properties window transient to parent.
6813
6814 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * pdf/ev-poppler.cc:
6817         
6818         More commenting of font stuff.
6819
6820 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6821
6822         * pdf/ev-poppler.cc:
6823
6824         Comment out some more fonts stuff. Should really
6825         work without the poppler patch now.
6826
6827 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6828
6829         * pdf/ev-poppler.cc:
6830
6831         Adapt to api change
6832
6833 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6834
6835         * data/evince-properties.glade:
6836         * pdf/ev-poppler.cc:
6837         * shell/ev-properties.c: (setup_fonts_view):
6838
6839         Set the column title. Show the dialog only
6840         once everything is setup.
6841         Getting font info can be very slow... will
6842         prolly need to make this threaded too.
6843
6844 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6845
6846         * backend/Makefile.am:
6847         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
6848         (ev_document_fonts_get_fonts_model):
6849         * backend/ev-document-fonts.h:
6850         * data/evince-properties.glade:
6851         * pdf/ev-poppler.cc:
6852         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
6853         * shell/ev-properties.h:
6854         * shell/ev-window.c: (ev_window_cmd_file_properties):
6855
6856         Implement fonts list. Defined out for now, since it depends
6857         on a not yet committed poppler patch.
6858
6859 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
6860
6861         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
6862         page + 1.
6863
6864         * shell/ev-window.c: Make sure we add the timeout when we get a
6865         focus-in event.
6866
6867         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
6868         adjustment->value before calculating the zoom factor to average
6869         out all of our rounding errors.  The page no longer 'drifts' when
6870         resizing.
6871
6872 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * data/evince-properties.glade:
6875         * shell/ev-properties.c: (ev_properties_format_date),
6876         (set_property):
6877         
6878         Labels don't expand when the dialogue is resized.
6879         strftime result needs to be converted to UTF-8. Thanks
6880         to Christian Persch <chpe@gnome.org>.
6881
6882 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6883
6884         * data/evince-properties.glade:
6885
6886         Hide the fonts tab
6887
6888 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6889
6890         * backend/ev-document-info.h:
6891         * backend/ev-document.c: (ev_document_info_free):
6892         * data/evince-properties.glade:
6893         * pdf/ev-poppler.cc:
6894         * ps/ps-document.c: (ps_document_get_info):
6895         * shell/ev-properties.c: (ev_properties_format_date),
6896         (set_property), (ev_properties_new):
6897         * shell/ev-properties.h:
6898         * shell/ev-window.c: (ev_window_cmd_file_properties):
6899
6900         Rework properties code to take only EvPropertyInfo
6901         in the constructor so that it can be useful for
6902         nautilus plugin too.
6903
6904         Deal with backends that doesnt support some properties.
6905         Make set property code generic.
6906
6907 2005-06-04  Christian Persch <chpe@gnome.org>
6908
6909         * data/evince-properties.glade:
6910
6911         fix spacings, make resizeable, and make data labels
6912         selectable + ellipsised
6913
6914 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
6915
6916         * backend/ev-document-info.h:
6917         * data/Makefile.am:
6918         * data/evince-ui.xml:
6919         * pdf/ev-poppler.cc:
6920         * shell/Makefile.am:
6921         * shell/ev-window.c: (update_action_sensitivity),
6922         (ev_window_cmd_file_properties):
6923
6924         Initial go at file properties. Patch by
6925         Emil Soleyman-Zomalan <emil@soleyman.com>.
6926         Needs love see #169583
6927
6928 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
6929
6930         * ps/ps-document.c: (output):
6931         * ps/ps.c: (psscan):
6932
6933         Try to render even if psscan fails.
6934
6935 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6936
6937         * ps/ps.c: (psscan), (pscopydoc):
6938
6939         Port buffered reading code from gv
6940
6941 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6942
6943         * ps/ps-document.c: (interpreter_message), (output):
6944
6945         Do not fail on interpreter messages
6946
6947 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6948
6949         * backend/ev-document-misc.c:
6950         (ev_document_misc_get_thumbnail_frame):
6951
6952         Pages can be 0 x 0, dont assert on this case
6953
6954 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6955
6956         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6957         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
6958
6959         Correctly manage our reference on document. Finally the reload
6960         huge leak is gone...
6961
6962 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6963
6964         * ps/ps-document.c: (ps_document_dispose):
6965
6966         Forgot to chain it to the parent. Thanks chpe.
6967
6968 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6969
6970         * ps/ps-document.c: (ps_document_dispose),
6971         (ps_document_class_init), (stop_interpreter), (document_load):
6972
6973         Cleanup dispose a bit. Dont leak the whole pixmap.
6974
6975 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6976
6977         * pdf/ev-poppler.cc:
6978
6979         Release the poppler document on dispose
6980
6981 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6982
6983         * shell/ev-view.c: (ev_view_set_document):
6984
6985         Release ref on the pixbuf cache when changing
6986         document.
6987
6988 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6989
6990         * ps/ps-document.c: (ps_document_get_info):
6991
6992         Fix a double free
6993
6994 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * backend/ev-page-cache.c: (ev_page_cache_init),
6997         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
6998         * backend/ev-page-cache.h:
6999         * shell/ev-page-action.c: (page_changed_cb):
7000         
7001         Set page action entry width depending on labels width. Fix
7002         for bug 305202.
7003
7004 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7005
7006         * backend/ev-link.c: (ev_link_class_init):
7007
7008         Allow -1 as page value (error)
7009
7010 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7011
7012         * shell/ev-sidebar-thumbnails.c:
7013         (ev_sidebar_thumbnails_set_document):
7014         * shell/ev-view.c: (scroll_to_current_page),
7015         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7016         (page_changed_cb), (on_adjustment_value_changed),
7017         (ev_view_set_document):
7018
7019         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7020         Fix bug 305377
7021
7022 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * configure.ac:
7025         * djvu/djvu-document.c: (djvu_document_get_page_size):
7026
7027         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7028         bug 301993.
7029
7030 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7031
7032         * shell/ev-view.c (draw_one_page): modify the expose handling to
7033         get the shadows.
7034
7035         * shell/ev-window.c (update_action_sensitivity): Respect
7036         permissions field.  Kowtow to the man.
7037
7038         * pdf/ev-poppler.cc: Get the permissions field.
7039
7040         * tiff/*c: Make a tiny bit more robust.
7041
7042 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7043
7044         * djvu/djvu-document.c:
7045         
7046         Pop messages from djvu context message queue.
7047
7048 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7049
7050         * configure.ac, Makefile.am, shell/Makefile.am:
7051         * tiff/Makefile.am, shell/ev-document-types.c:
7052         
7053         Cleanup tiff configure checks. Fix for bug 305218.
7054
7055 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7056
7057         * configure.ac: Added "uk" to ALL_LINGUAS.
7058
7059 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * cut-n-paste/zoom-control/ephy-zoom.c:
7062         (ephy_zoom_get_changed_zoom_level):
7063         * cut-n-paste/zoom-control/ephy-zoom.h:
7064         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7065         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7066         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7067         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7068         (zoom_control_changed_cb), (ev_window_init):
7069         
7070         Fix minor points related to moving best fit up. Introduce
7071         "zoom" property and make zoom control change it's value on
7072         notify::zoom signals. Fix for 305080.
7073
7074 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * data/evince-ui.xml:
7077         * shell/ev-window.c: (set_view_actions_sensitivity):
7078         
7079         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7080
7081 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * configure.ac:
7084
7085         Depends on poppler 0.3.2
7086
7087 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * cut-n-paste/recent-files/egg-recent-item.c:
7090         (egg_recent_item_get_short_name):
7091         * cut-n-paste/toolbar-editor/Makefile.am:
7092         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7093         (new_pixbuf_from_widget):
7094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7095         * cut-n-paste/toolbar-editor/egg-marshal.c:
7096         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7097         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7098
7099         Sync
7100
7101 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7102
7103         * tiff/tiff-document.c: Rough TIFF backend.
7104
7105 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7106
7107         * NEWS:
7108         * configure.ac:
7109         * cut-n-paste/toolbar-editor/Makefile.am:
7110
7111         Release 0.3.1
7112
7113 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7114
7115         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7116         (ev_view_find_next), (ev_view_find_previous):
7117
7118         Remove the locks around get_n_results   
7119
7120 2005-05-21  Juerg Billeter  <j@bitron.ch>
7121
7122         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7123
7124         Pass correct number of pages to poppler.
7125
7126 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * configure.ac:
7129         * data/Makefile.am:
7130         * data/evince.desktop.in: 
7131         * data/evince.desktop.in.in:
7132         * po/POTFILES.in:
7133         
7134         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7135
7136 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7137
7138         * shell/ev-view.c: (view_update_adjustments),
7139         (view_set_adjustment_values): cast adjustmen->value to (int)
7140         before using it.  Otherwise, we get off by a pixel in some
7141         situations.
7142
7143         (draw_one_page): Draw the border on expose.
7144
7145 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7146
7147         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7148         adjustment when the mode changes, #304923
7149
7150 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7151
7152         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7153         flickering on resize but still use gdk_window_scroll on
7154         scrolling
7155
7156 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7157
7158         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7159         option, #170458
7160
7161 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7162
7163         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7164         second page on page_changed if possible, #304669
7165
7166 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7167
7168         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7169         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7170
7171 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7172
7173         * .cvsignore:
7174         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7175         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7176         (ev_view_zoom_for_size_presentation),
7177         (ev_view_zoom_for_size_continuous_and_dual_page),
7178         (ev_view_zoom_for_size_continuous),
7179         (ev_view_zoom_for_size_dual_page),
7180         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7181         * shell/ev-view.h:
7182         * shell/ev-window.c: (update_view_size),
7183         (ev_window_sizing_mode_changed_cb):
7184
7185         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7186         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7187         an infinite loop, #304769
7188
7189
7190 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7191
7192         * data/evince-ui.xml:
7193         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7194         * shell/ev-window.c: (set_view_actions_sensitivity):
7195
7196         Make PgUp/Down behave like Space
7197
7198 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7199
7200         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7201         * backend/ev-ps-exporter.h:
7202         * pdf/ev-poppler.cc:
7203         * ps/ps-document.c: (ps_document_ps_export_begin):
7204         * shell/ev-print-job.c: (idle_print_handler):
7205
7206         Adapt to new poppler api
7207
7208 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7209
7210         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7211         (ephy_zoom_control_init):
7212
7213         Translate zoom levels
7214
7215 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7216
7217         * cut-n-paste/zoom-control/ephy-zoom.c:
7218         (ephy_zoom_get_zoom_level_index):
7219
7220         Fix current zoom -> zoom control match
7221
7222 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7223
7224         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7225         rather than the scrolled_window that it's in. Fixes bug #304655.
7226
7227 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7228
7229         * shell/ev-view.c: (view_update_adjustments),
7230         (view_set_adjustment_values), (view_update_range_and_current_page),
7231         (view_scroll_to_page), (set_scroll_adjustment),
7232         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7233         (ev_view_scroll), (ev_view_scroll_view),
7234         (ensure_rectangle_is_visible), (find_page_at_location),
7235         (get_link_at_location), (go_to_link), (status_message_from_link),
7236         (ev_view_size_request_continuous_dual_page),
7237         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7238         (ev_view_unrealize), (ev_view_expose_event),
7239         (ev_view_button_press_event), (ev_view_motion_notify_event),
7240         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7241         (draw_rubberband), (highlight_find_results), (draw_one_page),
7242         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7243         (ev_view_init), (find_changed_cb), (page_changed_cb),
7244         (on_adjustment_value_changed), (ev_view_new),
7245         (ev_view_set_document), (ev_view_set_zoom),
7246         (ev_view_set_continuous), (ev_view_set_dual_page),
7247         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7248         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7249         (ev_view_zoom_for_size_presentation),
7250         (ev_view_zoom_for_size_continuous_dual_page),
7251         (ev_view_zoom_for_size_continuous),
7252         (ev_view_zoom_for_size_dual_page),
7253         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7254         (ev_view_get_status), (ev_view_set_status),
7255         (update_find_status_message), (ev_view_get_find_status),
7256         (ev_view_set_find_status), (jump_to_find_result),
7257         (jump_to_find_page), (compute_selections), (clear_selection),
7258         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7259         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7260         (ev_view_update_primary_selection),
7261         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7262         * shell/ev-view.h:
7263         * shell/ev-window.c: (ev_window_open_page_label),
7264         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7265         (ev_window_init):
7266         * shell/ev-window.h:
7267         * shell/main.c: (load_files):
7268
7269         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7270         when resizing.  Remove the bin_window().  Also, patch from James
7271         Bowes to fix command line page, #300641
7272         
7273 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7274
7275         * data/evince-ui.xml:
7276         * shell/ev-view.c:
7277         * shell/ev-view.h:
7278         * shell/ev-window.c: (update_action_sensitivity):
7279
7280         Get rid of View->Normal Size, it's just confusing
7281
7282 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7283
7284         * backend/ev-document-info.h:
7285         * backend/ev-document.c: (ev_document_info_free): Free the
7286         EvDocumentInfo.
7287
7288         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7289         (clear_range), (add_range), (update_visible_range),
7290         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7291         (ev_sidebar_thumbnails_set_document):
7292         * shell/ev-window.c: (ev_window_setup_document): Only render the
7293         visible thumbnails.  It takes an instant to render, but it uses
7294         much less memory.
7295
7296 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * shell/ev-sidebar-links.c: (popup_menu_cb):
7299
7300         Select first item
7301
7302 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * lib/Makefile.am:
7305         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7306         (button_press_cb), (ev_sidebar_links_construct):
7307
7308         Show the popup menu also on keybindings
7309
7310 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7313         * shell/ev-window.h:
7314
7315         Expose api to print a range (with dialog). Make private _print use
7316         it.
7317
7318         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7319         (ev_sidebar_links_construct):
7320
7321         Show a print context menu on linkx, it prints the selected
7322         section.
7323
7324 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7325
7326         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7327         button.
7328
7329 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * AUTHORS:
7332
7333         Update
7334
7335         * shell/ev-window.c: (build_comments_string),
7336         (ev_window_cmd_help_about):
7337
7338         Show poppler version/backend and authors
7339
7340 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7341
7342         * cut-n-paste/zoom-control/ephy-zoom.c:
7343         (ephy_zoom_get_zoom_level_index):
7344         * cut-n-paste/zoom-control/ephy-zoom.h:
7345
7346         Move the best fit items at the top of the list
7347
7348 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7349
7350         * shell/ev-marshal.list:
7351         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7352         (activate_cb), (match_selected_cb), (activate_link_cb),
7353         (connect_proxy), (ev_page_action_class_init):
7354         * shell/ev-page-action.h:
7355
7356         Use signals to notify action activation. Hopefully
7357         I did not break completion since I cant test...
7358
7359         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7360         (register_custom_actions):
7361
7362         Connect to page selector actions and also grab focus on
7363         the view when activated.
7364
7365 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7366
7367         * pdf/ev-poppler.cc:
7368         * backend/ev-page-cache.c: make page size calculation consistent
7369         and set it to (int)( width * scale + 0.5).  This makes the weird
7370         line going through the middle of the page go away.
7371
7372         * shell/ev-view.c: move painting the background page after
7373         checking the expose area covers us.
7374
7375 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7376
7377         * data/evince-password.glade:
7378         
7379         Mark labels as not translatable. Fix for bug 302842.
7380
7381 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7382
7383         * configure.ac: Added "es" to ALL_LINGUAS.
7384
7385 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * data/evince-toolbar.xml:
7388         * shell/ev-window.c: (update_action_sensitivity),
7389         (ev_window_setup_document), (ev_window_set_page_mode),
7390         (ev_window_init):
7391
7392         Remove some leftover code from jrb first continous
7393         attempt. Use the new actions, we still need good icons
7394         though...
7395
7396 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7397
7398         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
7399
7400         Update label when connecting proxy. Fix a warning with NULL
7401         page_cache.
7402
7403 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7404
7405         * data/evince-ui.xml:
7406         * shell/ev-page-action.c: (ev_page_action_grab_focus):
7407         * shell/ev-page-action.h:
7408         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
7409
7410         Add mnemonic for edit toolbar.
7411         ctrl+l focus the page entry.
7412
7413 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * lib/Makefile.am:
7416         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
7417         (ev_window_init):
7418         * shell/main.c: (main):
7419
7420         Put the toolbar xml in evince own dot dir
7421
7422 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7423
7424         * shell/ev-window.c: (ev_window_init):
7425
7426         Make the toolbar not removable
7427
7428 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * data/evince-ui.xml:
7431         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
7432         * shell/ev-sidebar-links.h:
7433         * shell/ev-sidebar-thumbnails.c:
7434         (ev_sidebar_thumbnails_get_treeview):
7435         * shell/ev-sidebar-thumbnails.h:
7436         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
7437         (ev_view_class_init):
7438         * shell/ev-view.h:
7439         * shell/ev-window.c: (update_action_sensitivity),
7440         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7441         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
7442         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
7443         (ev_window_init):
7444
7445         This is evil... Make space/backspace global accelerators but
7446         enable them only for some widgets (sidebars and view).
7447         I dont like it, but I dont know a better way... :/
7448
7449 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
7452         (ev_page_action_widget_finalize),
7453         (ev_page_action_widget_class_init), (update_page_cache):
7454
7455         Keep a weak reference on proxy->page_cache so that we
7456         dont try to disconnect the signal if the object is already
7457         gone. Maybe there is a better way to cleanup reference handling
7458         in page action though...
7459
7460 2005-05-10  Juerg Billeter  <j@bitron.ch>
7461
7462         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7463         * backend/ev-ps-exporter.h:
7464         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
7465         * ps/ps-document.c: (ps_document_ps_export_begin):
7466         
7467         Change api to pass print range to ps_exporter_begin. The pdf backend
7468         requires this information.
7469         
7470         * shell/ev-print-job.c: (idle_print_handler):
7471         
7472         Adapt to api change
7473
7474 2005-05-10  Juerg Billeter  <j@bitron.ch>
7475
7476         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7477         (idle_print_handler)
7478         * shell/ev-window.c: (ev_window_print):
7479
7480         Support printing page range, based on patch by Amaury Jacquot
7481
7482 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7483
7484         * data/evince-toolbar.xml:
7485
7486         Add zoom control to available items
7487
7488 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * shell/ev-window.c: (update_action_sensitivity):
7491
7492         Set slash action insensitive when appropriate
7493
7494 2005-05-10  Christian Persch <chpe@gnome.org>
7495
7496         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
7497
7498         Fix warning on the overflow menu
7499
7500 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7501
7502         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
7503
7504         Check for uri correctness/existence
7505
7506 2005-05-09  Juerg Billeter  <j@bitron.ch>
7507
7508         * shell/ev-window.c: (using_postscript_printer):
7509
7510         LPD printers use postscript, too
7511
7512 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7513
7514         * shell/ev-window.c: (register_custom_actions):
7515
7516         The zoom one is actually sort of useful,
7517         put it back
7518
7519 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7520
7521         * shell/ev-window.c: (register_custom_actions):
7522
7523         Hide page/zoom controls from overflow, they
7524         are useless.
7525
7526 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7527
7528         * cut-n-paste/update-from-egg.sh:
7529         
7530         Share it between all cut-n-paste subdirs
7531
7532         * cut-n-paste/recent-files/Makefile.am:
7533
7534         Fix to use "global" update-from-egg.sh
7535
7536         * cut-n-paste/recent-files/egg-recent-model.c:
7537         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
7538         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7539         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
7540         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
7541
7542         Update from libegg
7543
7544         * cut-n-paste/toolbar-editor/Makefile.am:
7545
7546         Fix to use "global" update-from-egg.sh
7547
7548         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7549
7550         Update from libegg
7551
7552 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
7553
7554         * configure.ac:
7555         * cut-n-paste/Makefile.am:
7556         * cut-n-paste/recent-files/Makefile.am:
7557         * cut-n-paste/toolbar-editor/.cvsignore:
7558         * cut-n-paste/toolbar-editor/Makefile.am:
7559         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7560         (egg_editable_toolbar_get_type), (get_toolbar_position),
7561         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
7562         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
7563         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
7564         (set_item_drag_source), (create_item_from_action), (create_item),
7565         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
7566         (popup_toolbar_context_menu_cb), (free_dragged_item),
7567         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7568         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
7569         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
7570         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7571         (item_added_cb), (item_removed_cb),
7572         (egg_editable_toolbar_construct),
7573         (egg_editable_toolbar_disconnect_model),
7574         (egg_editable_toolbar_deconstruct),
7575         (egg_editable_toolbar_set_model),
7576         (egg_editable_toolbar_set_ui_manager),
7577         (egg_editable_toolbar_set_property),
7578         (egg_editable_toolbar_get_property),
7579         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
7580         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
7581         (egg_editable_toolbar_new_with_model),
7582         (egg_editable_toolbar_get_edit_mode),
7583         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
7584         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
7585         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
7586         (new_pixbuf_from_widget), (new_separator_pixbuf),
7587         (update_separator_image), (style_set_cb),
7588         (_egg_editable_toolbar_new_separator_image),
7589         (egg_editable_toolbar_get_model):
7590         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7591         * cut-n-paste/toolbar-editor/egg-marshal.c:
7592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7593         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
7594         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
7595         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
7596         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
7597         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
7598         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
7599         (editor_drag_data_delete_cb), (drag_data_get_cb),
7600         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
7601         (editor_create_item), (update_editor_sheet), (setup_editor),
7602         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
7603         (parse_item_list), (model_has_action), (update_actions_list),
7604         (egg_toolbar_editor_load_actions):
7605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7606         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7607         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
7608         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
7609         (toolbars_item_new), (free_toolbar_node), (free_item_node),
7610         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
7611         (egg_toolbars_model_add_separator), (impl_add_item),
7612         (parse_item_list), (egg_toolbars_model_add_toolbar),
7613         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
7614         (impl_get_item_data), (impl_get_item_type),
7615         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
7616         (egg_toolbars_model_init), (free_toolbar),
7617         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
7618         (egg_toolbars_model_remove_toolbar),
7619         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7620         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
7621         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
7622         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
7623         (egg_toolbars_model_get_item_data),
7624         (egg_toolbars_model_get_item_type):
7625         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7626         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7627         * data/Makefile.am:
7628         * data/evince-toolbar.xml:
7629         * data/evince-ui.xml:
7630         * data/hand-open.png:
7631         * po/POTFILES.in:
7632         * shell/Makefile.am:
7633         * shell/ev-window.c: (update_chrome_visibility),
7634         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
7635         (ev_window_dispose), (ev_window_init):
7636
7637         Implement epiphany like toolbar editor. Based on patch by
7638         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
7643
7644         Use set_cursor instead of set_selection, so that
7645         the keyboard focus moves too.
7646
7647 2005-05-09  Aleksey Kliger <akliger@gmail.com>
7648
7649         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
7650
7651         Fix infinite loop when loading Type1 fonts
7652
7653 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * data/evince-ui.xml:
7656         * shell/ev-window.c:
7657
7658         Slash -> Find
7659
7660 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
7661
7662         * configure.ac:
7663
7664         Make --disable really disable
7665
7666 2005-05-07  Juerg Billeter  <j@bitron.ch>
7667
7668         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
7669
7670         Compare page labels even without has_labels set, fixes setting page
7671         with entry
7672
7673 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * shell/ev-view.c: (ev_view_create_invisible_cursor),
7676         (ev_view_set_cursor), (ev_view_button_press_event),
7677         (ev_view_motion_notify_event), (ev_view_button_release_event),
7678         (ev_view_init):
7679
7680         Implement middle button scrolling. Based on a patch
7681         by Tommi Komulainen <tommi.komulainen@iki.fi>.
7682
7683 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
7684
7685         * shell/ev-document-types.c: (get_slow_mime_type),
7686         (get_document_type_from_mime), (ev_document_type_lookup):
7687         * shell/ev-document-types.h:
7688
7689         Change api to lookup from uri. Do fast lookup first, if the
7690         type is unknown try with data sniffing.
7691
7692         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
7693         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7694
7695         Adapt to api change
7696
7697 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
7698
7699         * thumbnailer/Makefile.am:
7700
7701         Fix distcheck
7702
7703 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * NEWS:
7706         * configure.ac:
7707
7708         Release 0.3.0
7709
7710         * data/evince-ui.xml:
7711
7712         Hide presentation mode for now
7713
7714         * shell/ev-view.c: (highlight_find_results):
7715
7716         Show current find selection only on current page
7717
7718 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
7719
7720         * shell/ev-view.c: (ev_view_select_all):
7721
7722         Compute size of the actual page, not of
7723         the current one.
7724
7725 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
7726
7727         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
7728         (view_rect_to_doc_rect), (compute_selections),
7729         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
7730         (ev_view_copy), (ev_view_primary_get_cb),
7731         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
7732         (ev_view_button_press_event), (ev_view_motion_notify_event),
7733         (ev_view_button_release_event), (page_changed_cb):
7734
7735         Fix text selection
7736
7737 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * shell/ev-view.c: (compute_border), (get_page_extents),
7740         (doc_rect_to_view_rect), (highlight_find_results),
7741         (ev_view_bin_expose), (ev_view_select_all),
7742         (ev_view_motion_notify_event), (update_find_status_message),
7743         (jump_to_find_result), (jump_to_find_page):
7744
7745         First go at fixing search, still buggy
7746
7747 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
7748
7749         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
7750         dropdown box and button at the top of the sidebar.
7751
7752 2005-05-02  James Bowes  <bowes@cs.dal.ca>
7753
7754         * configure.ac: Output zoom-control Makefile.
7755         * cut-n-paste/Makefile.am: build zoom-control subdir.
7756         * cut-n-paste/zoom-control/ephy-zoom-action.c:
7757         * cut-n-paste/zoom-control/ephy-zoom-action.h:
7758         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7759         * cut-n-paste/zoom-control/ephy-zoom-control.h:
7760         * cut-n-paste/zoom-control/ephy-zoom.c:
7761         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
7762         from epiphany, and modified to add a separator into the menu.
7763         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
7764         * data/evince-ui.xml: Replace old zoom toolbar actions with new
7765         zoom-control action.
7766         * shell/Makefile.am: Include zoom-control flags.
7767         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
7768         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
7769         (ev_view_zoom_for_size_presentation),
7770         (ev_view_zoom_for_size_continuous_and_dual_page),
7771         (ev_view_zoom_for_size_continuous),
7772         (ev_view_zoom_for_size_dual_page),
7773         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
7774         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
7775         ev_view_get_zoom and ev_view_get_sizing_mode.
7776         * shell/ev-view.h:
7777         * shell/ev-window.c: (update_action_sensitivity),
7778         (update_sizing_buttons), (zoom_control_changed_cb),
7779         (register_custom_actions): Initialize and use the zoom-control 
7780         widget.
7781
7782 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
7783
7784         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
7785         preview cache back to 1.  Don't know when it got set to 0.
7786         
7787         * shell/ev-view.c: (compute_border), (ev_view_realize),
7788         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
7789         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
7790         (ev_view_get_fullscreen), (ev_view_set_presentation),
7791         (ev_view_get_presentation), (ev_view_set_sizing_mode),
7792         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
7793         * shell/ev-view.h:
7794         * shell/ev-window.c:
7795         (update_chrome_visibility),
7796         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7797         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7798         (update_document_mode), (ev_window_update_fullscreen_action),
7799         (ev_window_fullscreen), (ev_window_unfullscreen),
7800         (ev_window_cmd_view_fullscreen),
7801         (ev_window_update_presentation_action),
7802         (ev_window_run_presentation), (ev_window_stop_presentation),
7803         (ev_window_cmd_view_presentation), (ev_window_state_event),
7804         (ev_window_focus_in_event), (ev_window_focus_out_event),
7805         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
7806         * data/evince-ui.xml: Initial presentation mode.  We should
7807         probably hide this until it's done, as it's quite rough.  Also,
7808         change full-screen to fullscreen and add two getters to EvView.
7809
7810 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/ev-page-action.c: (update_page_cache),
7813         (ev_page_action_dispose):
7814         * shell/ev-window.c: (destroy_fullscreen_popup),
7815         (ev_window_create_fullscreen_popup):
7816
7817         Use connect_object rather than explicitly
7818         disconnect on dispose.
7819
7820 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * shell/ev-page-action.c: (update_page_cache),
7823         (ev_page_action_dispose):
7824
7825 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * backend/ev-page-cache.c: (_ev_page_cache_new),
7828         (ev_page_cache_set_page_label),
7829         (ev_page_cache_has_nonnumeric_page_labels):
7830         * backend/ev-page-cache.h:
7831         * shell/ev-page-action.c: (update_pages_label):
7832         
7833         If all page labels are numeric, fallback to default
7834         way to display number of pages. See bug 173185.
7835
7836 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * shell/ev-page-action.c: (ev_page_action_dispose):
7839         * shell/ev-view.c: (view_update_range_and_current_page):
7840         * shell/ev-window.c: (ev_window_dispose):
7841         
7842         Set page on scroll in continuous mode. Fixes bug 301986.
7843         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
7844
7845 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
7846
7847         * configure.ac:
7848
7849         Require poppler 0.3.0
7850
7851 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7852         
7853         * shell/Makefile.am, configure.ac: Fix build problems
7854         with t1lib. Bug 301996.
7855
7856 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7857
7858         * shell/ev-view.c: (ev_view_scroll_event):
7859         
7860         Scroll up increase zoom
7861
7862 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
7865         (ev_view_set_sizing_mode),
7866         (ev_view_zoom_for_size_continuous_and_dual_page),
7867         (ev_view_zoom_for_size_continuous):
7868         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
7869         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
7870         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
7871         (ev_window_init):
7872
7873         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
7874         Fix for 165473 and 165472.
7875
7876 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * po/POTFILES.in:
7879         * thumbnailer/Makefile.am:
7880         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
7881         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
7882         * thumbnailer/evince-thumbnailer.schemas.in:
7883         
7884         Make thumbnailer schemas translatable. Fix for bug 301773
7885         
7886         * thumbnailer/evince-thumbnailer-djvu.schemas:
7887         * thumbnailer/evince-thumbnailer-dvi.schemas:
7888         * thumbnailer/evince-thumbnailer.schemas:
7889
7890         Removed files
7891
7892 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
7893
7894         * shell/ev-view.c (ev_view_init): forgot to set this.
7895
7896 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * shell/ev-view.c: (find_page_at_location),
7899         (get_link_at_location),
7900         (ev_view_set_show_border), (ev_view_set_spacing),
7901         (ev_view_zoom_for_size_continuous_and_dual_page),
7902         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
7903         Also, add a quick fix measuring of widths.  Also, removed
7904         ev_view_set_spacing and ev_view_set_show_border.
7905         
7906         * shell/ev-window.c: (ev_window_unfullscreen),
7907         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
7908
7909 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * shell/ev-view.c: (view_update_range_and_current_page),
7912         (page_changed_cb):
7913         
7914         Fix crash on exit and scrolling to page in continuous view.
7915
7916 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
7917
7918         * TODO:
7919         * backend/ev-page-cache.c: (_ev_page_cache_new),
7920         (ev_page_cache_get_max_width_size),
7921         (ev_page_cache_get_max_height_size):
7922         * backend/ev-page-cache.h:
7923         * data/evince-ui.xml:
7924         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
7925         * shell/ev-view.c: (view_update_adjustments),
7926         (view_update_range_and_current_page), (get_bounding_box_size),
7927         (ev_view_size_request_continuous_and_dual_page),
7928         (ev_view_size_request_continuous),
7929         (ev_view_size_request_dual_page),
7930         (ev_view_size_request_single_page), (ev_view_size_request),
7931         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
7932         (ev_view_bin_expose), (ev_view_expose_event),
7933         (ev_view_set_property), (ev_view_get_property),
7934         (ev_view_class_init), (ev_view_init), (ev_view_new),
7935         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
7936         (ev_view_set_dual_page), (ev_view_set_full_screen),
7937         (ev_view_set_presentation), (ev_view_set_sizing_mode),
7938         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
7939         (ev_view_zoom_out), (zoom_for_size_fit_width),
7940         (zoom_for_size_best_fit),
7941         (ev_view_zoom_for_size_continuous_and_dual_page),
7942         (ev_view_zoom_for_size_continuous),
7943         (ev_view_zoom_for_size_dual_page),
7944         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7945         (ev_view_show_cursor), (ev_sizing_mode_get_type):
7946         * shell/ev-view.h:
7947         * shell/ev-window.c: (update_action_sensitivity),
7948         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7949         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7950         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
7951         (ev_window_cmd_view_zoom_out), (update_view_size),
7952         (ev_window_set_sizing_mode), (ev_window_init):
7953
7954         Add Continuous and Dual page modes.
7955
7956 2005-04-23  James Bowes  <bowes@cs.dal.ca>
7957
7958         * dvi/dvi-document.c: (dvi_document_load),
7959         (dvi_document_thumbnails_get_thumbnail),
7960         (dvi_document_init_params): Fix up some mixups between
7961         width and height to correct thumbnail rendering.
7962
7963 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7964
7965         * dvi/mdvi-lib/private.h:
7966         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
7967         
7968         Suppess output for kpathsea during font generation. Thanks to
7969         James Bowes
7970
7971 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
7972
7973         * NEWS:
7974         * configure.ac:
7975
7976         Release 0.2.1
7977
7978         * Makefile.am: fix distcheck.
7979
7980 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * shell/ev-sidebar-links.c: (selection_changed_callback),
7983         (update_page_callback), (row_activated_callback),
7984         (job_finished_callback), (ev_sidebar_links_set_document):
7985         
7986         Fix for bug #169901. Double click on links expands tree.
7987
7988 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
7989
7990         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
7991         hard-coded style. Fix for bug 170111
7992
7993 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
7994
7995         * shell/ev-view.c (highlight_find_results): Remove unnecessary
7996         locking.
7997
7998 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
7999
8000         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8001
8002 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8003
8004         * pdf/ev-poppler.cc:
8005         * shell/ev-view.c: (highlight_find_results):
8006
8007         Fix find on single page documents
8008
8009 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8010
8011         * data/evince.schemas.in: fix for bug 301390
8012
8013 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8014
8015         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8016         (ev_view_zoom_out), (ev_view_zoom_normal):
8017         * shell/ev-view.h:
8018         * shell/ev-window.c: (update_action_sensitivity),
8019         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8020         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8021         (ev_window_cmd_view_normal_size):
8022
8023         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8024         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8025         better than oom. 
8026
8027 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8028
8029         * configure.ac:
8030
8031         Depend on 2.57, 2.59 doesnt seem to be necessary
8032
8033 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8034
8035         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8036         (create_tool_item):
8037
8038         Put back total number of pages as (1 of 1234)
8039
8040 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8041
8042         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8043         remove the job.
8044
8045         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8046         function.  This helps debugging.
8047
8048 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8049
8050         * djvu/djvu-document.c: (djvu_document_class_init),
8051         (djvu_document_get_info), (djvu_document_document_iface_init):
8052         * dvi/dvi-document.c: (dvi_document_class_init),
8053         (dvi_document_get_info), (dvi_document_document_iface_init):
8054
8055         Dummy implementation of get_info method for dvi and
8056         djvu. Fix crashes with those backends
8057
8058 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8059
8060         * data/evince.desktop.in:
8061
8062         Add application/x-gzpostscript
8063
8064 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8065
8066         * data/evince.schemas.in: Added real long descriptions, 
8067         closes bug 172496 
8068
8069         * README: Added actual text, closes bug 171869
8070
8071 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8072
8073         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8074
8075         Thumbnail page 0
8076
8077 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8078
8079         * backend/ev-document-info.h:
8080
8081         s/GDate */GDate so we can just use g_free
8082
8083 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8084
8085         * shell/ev-window.c: (update_document_mode),
8086         (ev_window_setup_document):
8087
8088         Show the window in fullscreen when specified by
8089         the document
8090
8091 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8092
8093         * backend/ev-document.c: (ev_document_class_init),
8094         (ev_document_get_info), (ev_document_render_pixbuf):
8095         * backend/ev-document.h:
8096         * backend/ev-page-cache.c: (_ev_page_cache_new):
8097         * pdf/ev-poppler.cc:
8098         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8099         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8100         * ps/ps-document.c: (ps_document_class_init), (document_load),
8101         (ps_document_get_info), (ps_document_document_iface_init):
8102
8103         Remove get_title from the interface, we can just use document info
8104
8105 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8106
8107         * backend/Makefile.am:
8108         * backend/ev-document.c: (ev_document_render_get_info):
8109         * backend/ev-document.h:
8110         * pdf/ev-poppler.cc:
8111
8112         Initial support for document info. Based on jrb patch.
8113
8114 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8115
8116         * shell/ev-window.c: (ev_window_state_event),
8117         (ev_window_class_init), (ev_window_init):
8118         
8119         Doesn't show resize grip when maximized. See bug #301053
8120
8121 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8122
8123         * po/POTFILES.in:
8124         
8125         ev-sidebar-thumbnails now has translatable labels
8126         
8127         * shell/Makefile.am:
8128         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8129         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8130         (ev_sidebar_links_page_iface_init):
8131         * shell/ev-sidebar-links.h:
8132         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8133         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8134         (ev_sidebar_page_get_label):
8135         * shell/ev-sidebar-page.h:
8136         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8137         (ev_sidebar_thumbnails_set_document),
8138         (ev_sidebar_thumbnails_support_document),
8139         (ev_sidebar_thumbnails_get_label),
8140         (ev_sidebar_thumbnails_page_iface_init):
8141         * shell/ev-sidebar-thumbnails.h:
8142         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8143         (ev_sidebar_set_document):
8144         * shell/ev-sidebar.h:
8145         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8146         
8147         Small rework of sidebar code. Now sidebar pages should implement
8148         EvSidebarPage interface. That makes page management in EvSidebar
8149         easier. See bug #164811 for details
8150
8151 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * shell/ev-application.c: (ev_application_open):
8154         * shell/ev-document-types.c:
8155         
8156         Fix build error and small problem with application exit
8157
8158 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * thumbnailer/Makefile.am:
8161         * thumbnailer/evince-thumbnailer-djvu.schemas:
8162         * thumbnailer/evince-thumbnailer-dvi.schemas:
8163         
8164         Conditionally install schemas for djvu/dvi thumbnailer
8165
8166 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8167
8168         * shell/ev-document-types.h: 
8169         * shell/ev-document-types.c: 
8170         New files, handling the mapping from mimetypes to backends
8171         
8172         * shell/ev-window.c: 
8173         * thumbnailer/evince-thumbnailer.c:     
8174         Use the ev-document-types code
8175         
8176         * shell/Makefile.am: 
8177         Added new convenience library libevbackendfactory_la, containing
8178         the new mimetype->backend logic; moved the backends into it.
8179
8180         * thumbnailer/Makefile.am:
8181         Make the thumbnailer link with the libevbackend.la convenience
8182         library, rather than having a duplicate of the backend logic here.
8183
8184 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8185
8186         * shell/ev-stock-icons.c: constify some vars.
8187         * shell/ev-window.c: ditto.
8188
8189 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * ps/ps-document.c (get_page_orientation):
8192
8193         Respect document orientation 
8194
8195 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197         * djvu/Makefile.am:
8198         * dvi/Makefile.am:
8199         * shell/Makefile.am:
8200         
8201         Move library dependencies to components.
8202         
8203         * shell/ev-window.c: (update_window_title),
8204         (start_loading_document):
8205         
8206         Fix display of uris with spaces. Bug 168358.
8207
8208 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * shell/ev-sidebar-links.c: (selection_changed_cb):
8211         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8212         (ev_view_button_release_event), (ev_view_set_document):
8213         * shell/ev-view.h:
8214         * shell/ev-window.c: (find_bar_search_changed_cb):
8215         * shell/ev-window.h: Minor cleanups removing some dead code.
8216
8217 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * backend/ev-page-cache.c: (_ev_page_cache_new):
8220         
8221         Set current page to 0 if document has pages.
8222
8223 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8224
8225         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8226
8227         Initialize GError to NULL, fix a crash when loading fails.
8228
8229 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8230
8231         * shell/ev-window.c: (update_view_size):
8232
8233         Calculate shadow size only when there is actually
8234         a shadow.
8235
8236 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8237
8238         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8239         * shell/ev-view.h:
8240
8241         Allow setting view spacing, default to 0
8242
8243         * shell/ev-window.c: (ev_window_unfullscreen),
8244         (ev_window_cmd_view_fullscreen), (ev_window_init):
8245
8246         Remove spacing in fullscreen mode
8247
8248 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8249
8250         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8251         (ev_view_size_request), (expose_bin_window),
8252         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8253         * shell/ev-view.h:
8254         * shell/ev-window.c: (ev_window_unfullscreen),
8255         (ev_window_cmd_view_fullscreen):
8256
8257         Do not draw the border in fulscreen
8258
8259 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8260
8261         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8262         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8263         (find_page_at_location), (page_changed_cb):
8264
8265         Rework border calculation, so that I can more easily disable it.
8266         Code somewhat cleaner too.
8267
8268 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8269
8270         * backend/ev-page-cache.c: (ev_page_cache_init),
8271         (_ev_page_cache_new):
8272
8273         Remove some assertions, documents can have 0 pages.
8274         Make initial current page -1.
8275
8276         * shell/ev-page-action.c: (page_changed_cb):
8277
8278         Show "" if current page is -1
8279
8280         * shell/ev-window.c: (update_action_sensitivity),
8281         (ev_window_setup_document):
8282
8283         When document has 0 pages do not set the view
8284         and make nearly everything insensitive.
8285
8286 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8287
8288         * shell/ev-page-view.c:
8289         * shell/ev-page-view.h:
8290
8291         Remove unused files.
8292         
8293         * shell/ev-sidebar-thumbnails.c:
8294         (ev_sidebar_thumbnails_set_document):
8295         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8296         (ev_sidebar_supports_document):
8297         * shell/ev-sidebar.h:
8298         * shell/ev-window.c: (ev_window_setup_document):
8299         
8300         Doesn't show thumbnails if document has 1 page. Make
8301         sidebar menu entries sensitive only if if they have 
8302         sense. Fix bug 164811. 
8303
8304 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8305
8306         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8307         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8308         (ev_view_zoom_out), (ev_view_set_size):
8309
8310         Rework sizing to deal with documents with not uniform page
8311         size.
8312
8313 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8314
8315         * backend/ev-page-cache.c: (_ev_page_cache_new):
8316
8317         Fix several page size caching bugs
8318
8319 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8320
8321         * shell/ev-window.c: (set_action_properties):
8322
8323         Make all toolbar items translatable
8324
8325 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8326
8327         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8328         (save_page_list), (ps_document_save),
8329         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8330         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8331         (ps_document_ps_exporter_iface_init):
8332         * ps/ps-document.h:
8333
8334         Based on a patch by J�rg Billeter <j@bitron.ch>
8335         
8336         Implement print and save a copy for the ps backend.
8337
8338 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8339
8340         * backend/ev-document.h:
8341         * djvu/djvu-document.c: (djvu_document_can_get_text),
8342         (djvu_document_document_iface_init):
8343         * dvi/dvi-document.c: (dvi_document_can_get_text),
8344         (dvi_document_document_iface_init):
8345         * pdf/ev-poppler.cc:
8346         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8347         (pixbuf_document_document_iface_init):
8348         * ps/ps-document.c: (ps_document_can_get_text),
8349         (ps_document_document_iface_init):
8350         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8351         * shell/ev-window.c: (update_action_sensitivity):
8352
8353         Fix the crash when trying to copy in backends that doesnt
8354         support it. We can implement a better solution once we
8355         do real text selection.
8356
8357 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8358
8359         * data/evince-ui.xml:
8360         * shell/ev-window.c: (ev_window_cmd_escape):
8361         
8362         Work around the Escape conflict (find bar and unfullscreen)
8363
8364 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8365
8366         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8367         
8368         Fix for #300233. Next page correctly handles document end.
8369         
8370         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8371         (ev_sidebar_thumbnails_class_init),
8372         (ev_sidebar_thumbnails_set_document),
8373         (ev_sidebar_thumbnails_clear_job),
8374         (ev_sidebar_thumbnails_clear_model):
8375         
8376         Cleanup thumbnail jobs on document changes.
8377         
8378         * shell/ev-view.c: (add_scroll_binding_keypad),
8379         (add_scroll_binding_shifted), (ev_view_class_init):
8380         
8381         Shift + Space scrolls up. Fix for #173184
8382         
8383         * shell/ev-window.c: (ev_window_open_page),
8384         (ev_window_cmd_view_reload):
8385         
8386         Fix reload (Bug #300094)
8387
8388 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8389
8390         
8391         * dvi/mdvi-lib/assoc.c:
8392         * dvi/mdvi-lib/assoc.h: Removed garbage files
8393         
8394         * dvi/mdvi-lib/bitmap.c:
8395         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
8396         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
8397         * dvi/mdvi-lib/color.h: Antialias of rules
8398         
8399         * dvi/mdvi-lib/common.h:
8400         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
8401         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
8402         * dvi/mdvi-lib/files.c:
8403         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
8404         * dvi/mdvi-lib/mdvi.h:
8405         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8406         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
8407         * dvi/mdvi-lib/util.c: Fix compile warnings
8408         
8409         * dvi/dvi-document.c:
8410         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
8411         (dvi_document_thumbnails_get_thumbnail),
8412         (dvi_document_document_thumbnails_iface_init):
8413         * dvi/mdvi-lib/Makefile.am:
8414         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8415         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
8416         
8417         Dvi backend now renders thumbnails
8418
8419 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
8420
8421         * shell/main.c: (main): 
8422         
8423         Save accelerators on exit. Fixes bug #172095.
8424
8425 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
8426
8427         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
8428         update priority" comment.
8429
8430         * backend/ev-job-queue.c: Give a way to change priority.
8431
8432 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
8433
8434         * shell/ev-page-action.c: Fix logic.
8435
8436 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8437
8438         * shell/ev-view.c: (ev_view_can_find_next):
8439         * shell/ev-window.c: (ev_window_setup_document):
8440
8441         Check that the document supports find
8442
8443 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8444
8445         * data/evince-ui.xml:
8446         * shell/ev-view.c: (ev_view_can_find_next):
8447         * shell/ev-view.h:
8448         * shell/ev-window.c: (update_action_sensitivity),
8449         (find_changed_cb), (ev_window_setup_document),
8450         (ev_window_cmd_edit_find_next):
8451
8452         Add Edit->Find Next
8453
8454 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8455
8456         * pdf/ev-poppler.cc:
8457         * shell/ev-print-job.c: (idle_print_handler):
8458
8459         Make printing work again
8460
8461 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
8462
8463         * shell/ev-page-action.h:
8464         * shell/ev-page-action.c: (ev_page_action_widget_init),
8465         (ev_page_action_widget_class_init), (page_changed_cb),
8466         (create_tool_item), (update_page_cache), (build_new_tree_cb),
8467         (get_filter_model_from_model), (match_selected_cb),
8468         (display_completion_text), (match_completion), (update_model),
8469         (connect_proxy), (ev_page_action_set_property),
8470         (ev_page_action_get_property), (ev_page_action_set_document),
8471         (ev_page_action_set_model), (ev_page_action_class_init): Big
8472         reworking to make completions work iff we have >= GTK-2.7.0
8473                 
8474         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
8475         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
8476         (job_finished_cb): We now have a 'model' property that is set when
8477         the links are loaded.  This can be caught with "notify::model"
8478
8479         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
8480         listen for the model to be set, and propagate it to the action.
8481
8482 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8483
8484         * cut-n-paste/recent-files/egg-recent-item.c:
8485         (egg_recent_item_set_uri), (make_valid_utf8),
8486         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
8487         * cut-n-paste/recent-files/egg-recent-item.h:
8488         
8489         Update egg-recent from libegg. This should fix long
8490         startup problem. For details see
8491         http://bugzilla.gnome.org/show_bug.cgi?id=160531
8492
8493 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8494
8495         * cut-n-paste/recent-files/Makefile.am:
8496         * data/evince-ui.xml, shell/Makefile.am:
8497         * shell/ev-application.c, shell/ev-application.h:
8498         * shell/ev-window.c: Recent files support.
8499         
8500         * configure.ac: Added "ru" to ALL_LINGUAS.
8501         
8502         * dvju: new backend to support DJVU files.
8503         * dvi: new backend to support DVI.
8504
8505         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
8506         * ev-application.c: Support for new backends.
8507         
8508         * help, ev-window.c, main.c shell/Makefile.am: 
8509         Evince user documentation.
8510
8511 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8512
8513         * po/POTFILES.in:
8514         * shell/ev-window.c:
8515         * thumbnailer/evince-thumbnailer.c:
8516
8517         s/pdf-document/ev-poppler
8518
8519 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8520
8521         * NEWS:
8522         * configure.ac:
8523
8524         Release 0.2.0
8525
8526         * ps/ps-document.c: (setup_pixmap):
8527
8528         Remove debug code
8529
8530 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
8531
8532         * backend/ev-page-cache.c (ev_page_cache_next_page): 
8533         * shell/ev-window.c (ev_window_cmd_go_next_page) 
8534         (ev_window_cmd_go_first_page): Fix of by one errors.
8535
8536 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8537
8538         * ps/ps-document.c: (get_page_box):
8539
8540         Fix page size calculation
8541
8542 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8543
8544         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8545         (ps_document_cleanup), (setup_pixmap), (get_page_box),
8546         (get_page_orientation), (setup_page), (document_load),
8547         (ps_document_get_page_size), (render_pixbuf_idle):
8548         * ps/ps-document.h:
8549
8550         More refactoring to adapt to EvDocument changes
8551
8552 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8553
8554         * ps/ps-document.c: (start_interpreter):
8555
8556         Actually add alpha args
8557
8558 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8559
8560         * pdf/ev-poppler.cc:
8561
8562         Make clipboard work again
8563
8564 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
8565
8566         Make searching work again.
8567         
8568         * backend/ev-document.c:
8569         * backend/ev-document.h:
8570         * backend/ev-document-find.c:
8571         * backend/ev-document-find.h: Change EvDocumentIface so we no
8572         longer store the current page or zoom level in the document.  The
8573         consequence is that all calls that operate on the current page now
8574         instead take the page number as an extra argument, and all
8575         coordinates are now doubles in document coordinate system.
8576
8577         * pdf/ev-poppler.cc:
8578         * pixbuf/pixbuf-document.c:
8579         * ps/ps-document.c: Update backends accordingly.
8580
8581 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
8582
8583         * autogen.sh:
8584
8585         Add required gettext version
8586
8587 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
8588
8589         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
8590         make F1 bring up non-existent help.
8591
8592         * shell/eggfindbar.c: Patch from Christian Persch to sync to
8593         epiphany's find bar, #167477
8594
8595         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
8596         <emil@nishra.com> to add space-bar scrolling, 
8597
8598         * shell/ev-window.c (static GtkActionEntry entries): add default
8599         keybinding for Help (F1)
8600         Fixes #171068
8601
8602         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
8603         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
8604         170110
8605
8606 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
8607
8608         * Makefile.am: 
8609         * pixbuf/pixbuf-document.c: 
8610
8611         Got pixbuf backend working again
8612
8613 2005-04-01  Steve Murphy  <murf@e-tools.com>
8614
8615         * configure.in: Added "rw" to ALL_LINGUAS.
8616
8617 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
8618
8619         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
8620         model types, noticed by Martin Kretzschmar.
8621
8622 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
8623
8624         * pdf/ev-poppler.cc: Implement search based on
8625         poppler_page_find_text().  Currently a bit crude since we remember
8626         all matches from all pages.  Also, we grab the big document lock
8627         when we search since searching changes the underlying stream and
8628         thus conflicts with the rendering thread.
8629         
8630         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8631         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
8632         (ev_view_find_previous): Fix some page indexes to be 0 based,
8633         offset rubber band by view offset,
8634
8635 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
8636
8637         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
8638
8639 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
8640
8641         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
8642         completely because I didn't understand GtkActions.  I should
8643         read Marco's code more carefully in the future.
8644
8645         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
8646         function
8647
8648 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
8649
8650         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
8651         PopplerRectangle change from poppler CVS.
8652
8653 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
8654
8655         * backend/ev-document.c: (ev_document_get_page_label):
8656         * backend/ev-document.h:
8657         * backend/ev-page-cache.c: (_ev_page_cache_new),
8658         (ev_page_cache_get_page_label):
8659         * backend/ev-page-cache.h:
8660         * pdf/ev-poppler.cc:
8661         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
8662         (links_page_num_func):
8663         * shell/ev-sidebar-thumbnails.c:
8664         (ev_sidebar_thumbnails_set_document):
8665         * shell/ev-view.c: (status_message_from_link),
8666         (ev_view_motion_notify_event):
8667         * shell/ev-window.c: (document_supports_sidebar): Add in page
8668         label support.  It's not perfect yet, but it's the first 'feature'
8669         in a while.
8670         Also, fix a bogus comment noticed by crispin. 
8671
8672 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
8673
8674         * Makefile.am: Remove pixbuf backend for now
8675
8676         * configure.ac: Require poppler-glib instead of just poppler.
8677
8678         * backend/ev-document-thumbnails.h: Add a comment
8679
8680         * backend/ev-document.h:
8681         * backend/ev-document.c: (ev_document_class_init),
8682         (ev_document_load), (ev_document_get_link),
8683         (ev_document_get_links): Remove 3 methods and add get_links.
8684         Also, made 0 based.
8685
8686         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8687         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
8688
8689         * backend/ev-link.c: (ev_link_set_title),
8690         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
8691         (ev_link_mapping_find):
8692         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
8693         
8694         * backend/ev-page-cache.c: (ev_page_cache_init),
8695         (_ev_page_cache_new), (ev_page_cache_set_current_page),
8696         (ev_page_cache_get_size), (ev_page_cache_next_page),
8697         (ev_page_cache_prev_page): Fix to be 0 based.
8698
8699         * pdf/Makefile.am: 
8700         * pdf/ev-poppler.h:
8701         * pdf/ev-poppler.cc: New backend.
8702         
8703         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
8704         (ps_document_get_page), (ps_document_document_iface_init):
8705
8706         * shell/ev-pixbuf-cache.h:
8707         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
8708         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
8709         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
8710         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
8711         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
8712         Fix up code to grab a page cache per each doc.  Also, fix to be 0
8713         based.
8714         
8715         * shell/ev-sidebar-thumbnails.c:
8716         (ev_sidebar_tree_selection_changed), (page_changed_cb),
8717         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
8718
8719         * shell/ev-view.c: (status_message_from_link),
8720         (find_page_at_location), (get_link_at_location),
8721         (ev_view_motion_notify_event), (ev_view_button_release_event),
8722         (ev_view_init): Use the new link code.  Fix to be 0 based.
8723
8724         * shell/ev-window.c: (update_action_sensitivity),
8725         (document_supports_sidebar): 0 based.
8726
8727 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
8728
8729         * pdf/pdf-document.cc: Patch from Fernando Herrera
8730         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
8731         *blush*
8732
8733 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
8734
8735         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
8736         1 to the page, as this seems to be 1 based.  I thought we has this
8737         fixed.  grump.
8738
8739 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
8740
8741         * TODO:
8742         * backend/Makefile.am:
8743         * backend/ev-document-links.c:
8744         (ev_document_links_has_document_links),
8745         (ev_document_links_get_links_model):
8746         * backend/ev-document-links.h:
8747         * backend/ev-document.c: (ev_document_get_page_cache),
8748         (ev_document_get_doc_mutex), (ev_document_load),
8749         (ev_document_save), (ev_document_get_title),
8750         (ev_document_get_n_pages), (ev_document_set_page),
8751         (ev_document_get_page), (ev_document_set_target),
8752         (ev_document_set_scale), (ev_document_set_page_offset),
8753         (ev_document_get_page_size), (ev_document_get_text),
8754         (ev_document_get_link), (ev_document_render),
8755         (ev_document_render_pixbuf), (ev_document_scale_changed):
8756         * backend/ev-document.h:
8757         * backend/ev-job-queue.c: (remove_object_from_queue),
8758         (notify_finished), (handle_job), (search_for_jobs_unlocked),
8759         (no_jobs_available_unlocked), (ev_render_thread),
8760         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
8761         (ev_job_queue_remove_job):
8762         * backend/ev-job-queue.h:
8763         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8764         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8765         (ev_job_links_class_init), (ev_job_render_init),
8766         (ev_job_render_dispose), (ev_job_render_class_init),
8767         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8768         (ev_job_thumbnail_class_init), (ev_job_finished),
8769         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8770         (ev_job_render_run), (ev_job_thumbnail_new),
8771         (ev_job_thumbnail_run):
8772         * backend/ev-jobs.h:
8773         * backend/ev-link.c:
8774         * backend/ev-link.h:
8775         * backend/ev-page-cache.c: (ev_page_cache_init),
8776         (ev_page_cache_class_init), (ev_page_cache_finalize),
8777         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
8778         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8779         (ev_page_cache_set_link), (ev_page_cache_get_title),
8780         (ev_page_cache_get_size), (ev_page_cache_next_page),
8781         (ev_page_cache_prev_page):
8782         * backend/ev-page-cache.h:
8783         * pdf/pdf-document.cc:
8784         * ps/gsdefaults.c:
8785         * ps/gsdefaults.h:
8786         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
8787         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
8788         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
8789         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
8790         (is_interpreter_ready), (output), (catchPipe), (input),
8791         (start_interpreter), (check_filecompressed), (compute_dimensions),
8792         (ps_document_enable_interpreter), (document_load),
8793         (ps_document_next_page), (render_page), (ps_document_set_page),
8794         (ps_document_set_scale), (render_pixbuf_idle),
8795         (ps_document_render_pixbuf), (ps_document_document_iface_init):
8796         * ps/ps-document.h:
8797         * shell/Makefile.am:
8798         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
8799         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
8800         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
8801         (ev_pixbuf_cache_new), (job_finished_cb),
8802         (check_job_size_and_unref), (move_one_job),
8803         (ev_pixbuf_cache_update_range), (find_job_cache),
8804         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
8805         (ev_pixbuf_cache_add_jobs_if_needed),
8806         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
8807         * shell/ev-pixbuf-cache.h:
8808         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8809         (idle_print_handler):
8810         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
8811         (selection_changed_cb), (create_loading_model),
8812         (ev_sidebar_links_construct), (links_page_num_func),
8813         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
8814         (update_page_callback), (job_finished_cb),
8815         (ev_sidebar_links_set_document):
8816         * shell/ev-sidebar-thumbnails.c:
8817         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
8818         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
8819         (page_changed_cb), (thumbnail_job_completed_callback),
8820         (ev_sidebar_thumbnails_set_document):
8821         * shell/ev-sidebar-thumbnails.h:
8822         * shell/ev-sidebar.c: (ev_sidebar_set_document):
8823         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
8824         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
8825         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
8826         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
8827         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
8828         (ev_view_button_release_event), (ev_view_scroll_view),
8829         (ev_view_class_init), (ev_view_init), (update_find_status_message),
8830         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
8831         (ev_view_new), (job_finished_cb), (page_changed_cb),
8832         (ev_view_set_document), (go_to_link), (ev_view_zoom),
8833         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
8834         (ev_view_find_previous):
8835         * shell/ev-view.h:
8836         * shell/ev-window.c: (update_action_sensitivity),
8837         (ev_window_open_page), (update_window_title), (update_total_pages),
8838         (page_changed_cb), (ev_window_setup_document),
8839         (password_dialog_response), (ev_window_cmd_save_as),
8840         (ev_window_print), (ev_window_cmd_go_previous_page),
8841         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
8842         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
8843         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
8844         * shell/main.c: (main):
8845
8846         Merge evince-threads branch
8847
8848 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
8849
8850         * configure.ac: Added "lt" to ALL_LINGUAS.
8851
8852 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
8853
8854         * NEWS:
8855         * configure.ac:
8856
8857         Release 0.1.9
8858
8859 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
8860
8861         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8862
8863         Fix here also the thumbnails 1-basedness :)
8864
8865 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
8866
8867         * NEWS:
8868         * configure.ac:
8869
8870         Release 0.1.8
8871
8872 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
8873
8874         * pdf/pdf-document.cc:
8875         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
8876         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
8877
8878         Fix the mess we did with thumbnails and 1-basedness
8879
8880 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
8881
8882         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
8883
8884 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
8885
8886         * NEWS:
8887         * configure.ac:
8888
8889         Release 0.1.7
8890
8891 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
8892
8893         * ps/Makefile.am:
8894         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
8895         (gtk_gs_defaults_get_alpha_parameters),
8896         (gtk_gs_defaults_get_ungzip_cmd),
8897         (gtk_gs_defaults_get_unbzip2_cmd):
8898         * ps/gsdefaults.h:
8899         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
8900         (ps_document_get_orientation), (document_load),
8901         (ps_document_goto_page), (ps_document_set_page_size):
8902         * ps/ps-document.h:
8903
8904         Some more sanitization of the ps backend. Remove a lot
8905         of unused code and do not base our defaults on ggv
8906         preferences (ugh!)
8907
8908 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
8909
8910         * thumbnailer/evince-thumbnailer.schemas:
8911         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8912         (main): add -s option for thumbnail size.
8913
8914 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
8915
8916         * configure.ac:
8917
8918         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
8919         remove it.
8920
8921 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8922
8923         * pdf/pdf-document.cc:
8924
8925         Remove 4 pixels of useless border from the
8926         thumbnail.
8927
8928 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8929
8930         * backend/ev-document-thumbnails.c:
8931         (ev_document_thumbnails_get_thumbnail):
8932         * backend/ev-document-thumbnails.h:
8933
8934         Rework API a bit. Add a border flag and
8935         change sizing logic (now the size we specify
8936         applies to the bigger dimension).
8937
8938         * pdf/pdf-document.cc:
8939         * pixbuf/pixbuf-document.c:
8940         (pixbuf_document_thumbnails_get_thumbnail):
8941         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
8942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8943
8944         Adapt to the new API and do not draw a border for nautilus
8945         thumbnailer.
8946
8947 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
8948
8949         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8950         take thumbnails from page "0" instead of "1". Added a copyright header.
8951
8952 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
8953
8954         * ps/ps-document.c: (set_up_page), (start_interpreter):
8955
8956         Make it C89 compliant
8957
8958 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
8959
8960         * Makefile.am:
8961         * configure.ac:
8962         * pdf/.cvsignore:
8963         * pdf/pdf-document.cc:
8964         * thumbnailer/Makefile.am:
8965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8966         (main):
8967         * thumbnailer/evince-thumbnailer.schemas:
8968         * thumbnailer/pdf-icon.png:
8969
8970         Add a nautilus thumbnailer.
8971         Based on patch by Fernando Herrera <fherrera@onirica.com>.
8972
8973 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
8974
8975         * NEWS:
8976         * configure.ac:
8977         * po/POTFILES.in:
8978
8979         Release 0.1.6
8980
8981 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
8982
8983         Use poppler instead of including xpdf source code.  Poppler is a
8984         fork of xpdf to build it as a shared library. See
8985         http://freedesktop.org/wiki/Software/poppler.
8986
8987         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
8988         xpdf fork.
8989         
8990         * pdf/Makefile.am: Build libpdfdocument.a here.
8991         
8992         * pdf/GDKSplashOutputDev.cc:
8993         * pdf/GDKSplashOutputDev.h:
8994         * pdf/GnomeVFSStream.cc:
8995         * pdf/GnomeVFSStream.h:
8996         * pdf-document.cc:
8997         * pdf-document.h:
8998         * test-gdk-output-dev.cc
8999         * Thumb.cc:
9000         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9001         against poppler.
9002
9003 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9004
9005         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9006
9007         Clear idle stack before unsetting the document
9008
9009 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9010
9011         * ps/ps-document.c: (ps_document_widget_event),
9012         (ps_document_set_target), (ps_document_finalize),
9013         (ps_document_get_page):
9014
9015         Disconnect the widget event signal on finalize.
9016         Some code cleanups.
9017
9018 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9019
9020         * ps/ps-document.c: (set_up_page):
9021
9022         If there is no bpixmap create one, even if size
9023         is not changed.
9024
9025 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9026
9027         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9028         (set_up_page), (document_load), (ps_document_set_zoom):
9029
9030         Default page is 0. Calculate size even when we have no
9031         target yet.
9032
9033 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9034
9035         * shell/ev-sidebar.c: expand the selection widget to be always as
9036         wide as the sidebar
9037
9038 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9039
9040         * shell/ev-sidebar-thumbnails.c:
9041         (ev_sidebar_thumbnails_set_document):
9042
9043         Clear the list store when setting document
9044
9045 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9046
9047         * shell/ev-page-action.c: (update_entry), (sync_entry),
9048         (activate_cb), (entry_size_request_cb), (create_tool_item),
9049         (connect_proxy):
9050
9051         Use an entry for the page control instead of spinbuttons
9052
9053 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9054
9055         * data/evince.schemas.in:
9056
9057         Correct confusing string
9058
9059 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9060
9061         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9062         for real.  Gosh, how long has this been broken.
9063
9064         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9065         check for a NULL link.  We crash otherwise.
9066
9067 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9068
9069         * NEWS:
9070         * configure.ac:
9071
9072         Release 0.1.5
9073
9074 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9075
9076         * configure.ac: add the french translation.
9077
9078 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9079
9080         * shell/ev-window.c:
9081
9082         Remove unused header -> fix distcheck
9083
9084 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9085
9086         * shell/ev-window.c: (update_window_title),
9087         (ev_window_popup_password_dialog):
9088
9089         Unescape filename for display
9090
9091 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9092
9093         * pdf/xpdf/pdf-document.cc:
9094
9095         In get_page_size deal with rotation. Also
9096         cleanup the function a bit.
9097
9098 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9099
9100         * pdf/xpdf/pdf-document.cc:
9101
9102         Fix crash when opening in new window
9103
9104 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9105
9106         * configure.ac:
9107
9108         Check ghostscript >= 7
9109
9110 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9111
9112         * shell/ev-window.c:
9113
9114         Make page width the default sizing mode
9115
9116 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9117         Marco Pesenti Gritti <marco@gnome.org>
9118
9119         * shell/ev-window.c: Remember the sidebar size
9120
9121         * data/evince.schemas.in: Add a new gconf key to store the size of
9122         the sidebar
9123
9124 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9125
9126         * data/evince-ui.xml:
9127         * shell/ev-window.c: (update_action_sensitivity),
9128         (ev_window_cmd_view_reload):
9129         
9130         Add a "Reload" action and menu entry
9131
9132 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9133
9134         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9135         iff the type doesn't support thumbnailing and indexing.
9136
9137 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9138
9139         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9140
9141 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9142
9143         * pdf/splash/Splash.cc:
9144
9145         Port fix for a crasher from kde bug
9146         http://bugs.kde.org/show_bug.cgi?id=97131
9147
9148 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9149
9150         * pdf/xpdf/pdf-document.cc:
9151
9152         Return a link even if it's of an unrecognized
9153         type. Otherwise we go in an infinte cycle.
9154
9155 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9156
9157         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9158         (size_allocate_cb), (ev_window_set_sizing_mode):
9159
9160         Update size when switching mode
9161
9162 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9163
9164         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9165         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9166         (ev_window_cmd_view_normal_size):
9167
9168         Fix size toggle buttons behavior
9169
9170 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9171
9172         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9173         (doc_rect_to_view_rect), (ev_view_size_allocate),
9174         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9175         (scale_changed_callback):
9176
9177         Do not cache offsets in size_allocate.
9178
9179 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9180
9181         * shell/ev-view.c: (ev_view_size_allocate):
9182
9183         Calculate offsets before calling the parent
9184         class (which does a redraw)
9185
9186 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9187
9188         * pdf/xpdf/pdf-document.cc:
9189
9190         Fix a crasher on exit. Unused code, put a TODO
9191
9192 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9193
9194         * backend/ev-document.c: (ev_document_class_init),
9195         (ev_document_page_changed), (ev_document_scale_changed):
9196         * backend/ev-document.h:
9197
9198         Separate page/scale notifications
9199
9200         * pdf/xpdf/pdf-document.cc:
9201
9202         Emit the new signals.
9203         Do not display the pdf page in _render, do it
9204         when scale/page are requested.
9205
9206         * ps/ps-document.c: (ps_document_set_zoom),
9207         (ps_document_widget_event):
9208         * ps/ps-document.h:
9209
9210         Emit the new signals.
9211
9212         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9213         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9214         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9215         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9216         * shell/ev-view.h:
9217         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9218         (ev_window_cmd_view_page_width), (size_allocate_cb),
9219         (ev_window_set_sizing_mode):
9220
9221         Rework sizing to be pixel based.
9222         There are bugs but should be already way better.
9223
9224 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9225
9226         * shell/ev-window.c: (ev_window_init):
9227
9228         Do not allow to shrink sidebar smaller then
9229         child requisition
9230
9231 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9232
9233         * shell/ev-sidebar.[ch]
9234         * shell/ev-window.c:
9235
9236         Improved sidebar widget. Fixes #166683
9237
9238 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9239
9240         * shell/ev-view.c (update_find_status_message): Give translators
9241         more flexibility with ngettext plural handling.
9242
9243 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9244
9245         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9246         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9247         page when we get the page size.
9248
9249 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9250
9251         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9252
9253         ps pages are 0 based, convert 
9254
9255 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9256
9257         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9258
9259         Initialize correct parent class. Set GError on document load
9260
9261 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9262
9263         * pdf/xpdf/pdf-document.cc:
9264
9265         Fixup selection offset calculation
9266
9267         * shell/ev-view.c: (view_rect_to_doc_rect),
9268         (doc_rect_to_view_rect), (ev_view_size_allocate),
9269         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9270         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9271
9272         Store selection as document relative, so that zooming
9273         and offset changing doesnt break it.
9274
9275 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9276
9277         * shell/ev-view.c: (ev_view_best_fit):
9278
9279         Do not try to best fit if the view is not realized
9280
9281 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9282           
9283         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9284
9285 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9286
9287         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9288
9289 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9290
9291         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9292         the popup window.  That prevents it resizing when in full screen
9293         mode.
9294
9295         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9296         multiple rerenders.  This pretty much sucks.
9297
9298         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9299         rest of the toolbar.
9300
9301 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9302
9303         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9304
9305 2005-02-17  Alexander Shopov  <ash@contact.bg>
9306
9307         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9308
9309 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9310
9311         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9312
9313 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9314
9315         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9316         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9317         (set_document_page), (document_changed_callback),
9318         (ev_view_set_document), (ev_view_find_previous),
9319         (ev_view_hide_cursor), (ev_view_show_cursor):
9320         * shell/ev-view.h:
9321         * shell/ev-window.c: (update_chrome_visibility),
9322         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9323         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9324         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9325         (ev_window_unfullscreen):
9326         * shell/main.c: (main):
9327
9328         Automatically hide the fullscreen button.
9329         Patch by Kristian Høgsberg <krh@redhat.com>
9330
9331 2005-02-16  Vincent Noel  <vnoel@cox.net>
9332
9333         * shell/main.c (main): Specify an icon for the window. Patch by
9334         Jaap A. Haitsma. Fixes #166177.
9335
9336 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9337
9338         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9339
9340 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9341
9342         * backend/ev-document-misc.h:
9343         * backend/ev-document-misc.c:
9344         (ev_document_misc_get_page_border_size),
9345         (ev_document_misc_paint_one_page): New function to canonicalize
9346         sizing/painting a border.
9347
9348         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9349         used.
9350
9351         * pdf/xpdf/pdf-document.cc: use new function
9352
9353         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9354         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9355         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9356         shell/ev-window.c: (update_sizing_buttons),
9357         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9358         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9359         (ev_window_cmd_view_page_width), (size_allocate_cb),
9360         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9361         and "fit width" values act as toggle buttons so they stay
9362         toggled.  It's not 100% perfect, and it's a little slow, but it's
9363         good enough to commit I think.
9364
9365 2005-02-15  David Lodge  <dave@cirt.net>
9366
9367         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
9368
9369 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
9370
9371         * shell/ev-window.c (update_window_title): replace newlines in
9372         the title by spaces. Bug #166107.
9373
9374 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
9375
9376         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
9377         parameters providing allocation width and height without
9378         scrollbars and width of a possible vertical scrollbar. With this
9379         additional information the functions can work as
9380         intended. Unfortunately they're not idempotent. We should
9381         transform these commands to toggles. Fixes Bug #164976
9382         Initial patch by Stephane Loeuillet, then heavily modified.
9383
9384         * shell/ev-view.h: update prototypes.
9385
9386         * shell/ev-window.c (ev_window_cmd_view_best_fit)
9387         (ev_window_cmd_view_page_width): provide EvView fit functions with
9388         all the information they need. Formulas to calculate this
9389         information taken from GtkScrolledWindow.
9390
9391 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
9392
9393         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
9394         created a thumbnail, the list store is updated to know
9395         that the thumbnail is set. Fixes bug #166792
9396
9397 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9398
9399         * shell/ev-window.c: fixed typo, closes bug 166897
9400
9401         * TODO: updated TODO with bug numbers that are relevant
9402
9403 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
9404
9405         * shell/ev-window.c: Support for DnD of files. Fixes #164813
9406
9407 2005-02-09  Vincent Noel  <vnoel@cox.net>
9408
9409         * shell/ev-window.c: (set_action_properties): Set the "Previous"
9410         and "Next" toolbar buttons as important to make them stand out.
9411
9412 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9413
9414         * lib/ev-debug.c:
9415         * lib/ev-debug.h:
9416         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
9417         (start_interpreter), (stop_interpreter), (document_load),
9418         (ps_document_next_page), (ps_document_goto_page),
9419         (ps_document_set_page_size), (ps_document_widget_event),
9420         (ps_document_render):
9421         * shell/ev-page-view.c: (ev_page_view_dispose):
9422         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
9423
9424         Fix compilation on non-gcc platforms
9425
9426 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9427
9428         * NEWS:
9429         * configure.ac:
9430
9431         Release 0.1.4
9432
9433         * pdf/xpdf/Catalog.cc:
9434         * pdf/xpdf/XRef.cc:
9435
9436         Fix the fix for CAN-2004-0888
9437
9438 2005-02-09  Luca Ferretti <elle.uca@libero.it>
9439
9440         * data/Makefile.am:
9441         * data/evince-ui.xml:
9442         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9443         * shell/ev-stock-icons.h:
9444         * shell/ev-window.c: (update_action_sensitivity),
9445         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
9446         (set_action_properties):
9447
9448         Improve toolbar layout/icons
9449
9450 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
9451
9452         * pdf/xpdf/pdf-document.cc:
9453
9454         Add warnings about unimplemented/unknown link
9455         types.
9456
9457 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9458
9459         * ps/ps-document.c: (set_up_page):
9460
9461         Log gs property
9462
9463 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9464
9465         * ps/ps-document.c: (start_interpreter):
9466
9467         Log gs env var
9468
9469 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9470
9471         * shell/ev-page-view.c: (ev_page_view_dispose):
9472         * shell/ev-view.c: (ev_view_finalize):
9473         * shell/ev-window.c: (ev_window_setup_document),
9474         (ev_window_dispose), (ev_window_init):
9475
9476         Solve more refs issues.
9477
9478         I commented out the page_view initialization for now:
9479         it was never destroyed (because it's never added
9480         to a container). Because of that we was leaking
9481         gs processes. Couldnt think to a clean fix.
9482         We need to figure this out, password view has the
9483         same issue probably.
9484
9485 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9486
9487         * ps/ps-document.c: (ps_document_finalize),
9488         (ps_document_get_n_pages), (ps_document_get_page):
9489
9490         Some cleanups, stop the interpreter on finalize
9491
9492         * shell/ev-page-view.c: (ev_page_view_dispose),
9493         (ev_page_view_class_init):
9494
9495         Release our reference on the document
9496
9497 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9498
9499         * Makefile.am:
9500         * configure.ac:
9501         * doc/debugging.txt:
9502         * lib/.cvsignore:
9503         * lib/Makefile.am:
9504         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
9505         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
9506         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
9507         * lib/ev-debug.h:
9508
9509         Add debugging helpers
9510
9511         * ps/Makefile.am:
9512         * ps/ps-document.c: (set_up_page), (start_interpreter),
9513         (stop_interpreter), (document_load), (ps_document_next_page),
9514         (ps_document_goto_page), (ps_document_set_page_size),
9515         (ps_document_widget_event), (ps_document_render):
9516         * shell/Makefile.am:
9517         * shell/ev-view.c: (expose_bin_window):
9518         * shell/main.c: (main):
9519
9520         Add some logs
9521         
9522 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9523
9524         * ps/ps-document.c: (ps_document_widget_event):
9525
9526         Initialize message_window, this should make ps
9527         rendering really work! (Never noticed because I was
9528         testing with a ps that is causing gs to exit every time!)
9529
9530 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
9531
9532         * data/evince.schemas.in: updated simple error in applyto closing tag
9533
9534 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
9535
9536         * Makefile.am:
9537         * configure.ac:
9538         * data/.cvsignore:
9539         * data/Makefile.am:
9540         * data/evince-ui.xml:
9541         A data/evince.schemas.in:
9542         * po/POTFILES.in:
9543         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9544         * shell/ev-stock-icons.h:
9545         * shell/ev-window.c: (update_chrome_visibility),
9546         (update_chrome_flag), (ev_window_cmd_edit_find),
9547         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
9548         (ev_window_unfullscreen), (ev_window_focus_in_event),
9549         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
9550         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
9551         (ev_window_view_sidebar_cb), (find_bar_close_cb),
9552         (ev_window_dispose), (ev_window_class_init),
9553         (set_action_properties), (set_chrome_actions), (load_chrome),
9554         (ev_window_init):
9555
9556         Implement fullscreen mode changes from bug #164776.
9557         Also implement persistent chrome toggles.
9558
9559 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
9560
9561         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
9562
9563 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9564
9565         * NEWS:
9566         * configure.ac:
9567         * shell/ev-view.c:
9568
9569         Add another check for find interface
9570
9571         Release 0.1.3
9572
9573 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9574
9575         * shell/ev-application.c: (ev_application_open):
9576         * shell/ev-window.c: (ev_window_open):
9577
9578         Open gzipped ps documents
9579
9580 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9581
9582         * TODO:
9583         * shell/ev-view.c: (set_document_page):
9584
9585         Clamp page number, dont try to move to
9586         not existant pages.
9587
9588 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9589
9590         * backend/ev-document-find.c: (ev_document_find_changed):
9591         * backend/ev-document-find.h:
9592         * pdf/xpdf/pdf-document.cc:
9593         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
9594         * shell/ev-window.c: (find_bar_search_changed_cb):
9595
9596         Fix several bugs with find
9597
9598 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
9599
9600         * shell/ev-sidebar-thumbnails.c
9601         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
9602         document. Prevents warning from scroll_to_cell.
9603
9604 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
9605
9606         * configure.ac: Add «nb» to ALL_LINGUAS too.
9607
9608 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
9609
9610         * NOTES: New file with some random thoughts.
9611
9612         * TODO: Update.
9613
9614         * backend/ev-document-misc.c:
9615         (ev_document_misc_get_page_border_size): New function to
9616         canonicalize shadow drawing sizes.  Possibly goofy.
9617
9618         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
9619         (ev_view_best_fit), (ev_view_fit_width):
9620         * pdf/xpdf/pdf-document.cc:
9621         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
9622         * ps/ps-document.c: (ps_document_get_page_size):
9623         * backend/ev-document-misc.h:
9624         * backend/ev-document.c: (ev_document_get_page_size):
9625         * backend/ev-document.h: get_page_size now takes a page number
9626         parameter.  Made all the backends/frontends honor it.
9627
9628         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
9629         see.  Doesn't work yet.
9630
9631         * shell/Makefile.am:
9632         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
9633         Doesn't do anything yet.
9634
9635         * shell/ev-sidebar-thumbnails.c:
9636         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
9637         [0..n_pages-1]
9638
9639         * shell/ev-window.c: (update_action_sensitivity),
9640         (ev_window_setup_document), (ev_window_set_page_mode),
9641         (ev_window_page_mode_cb), (ev_window_init): Clean up the
9642         view-swapping code a bit so we can have multiple views on a
9643         document.  Add the multi-page view, though it can't be turned on
9644         yet.
9645
9646 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
9647
9648         * shell/ev-application.c: (ev_application_open):
9649         * shell/ev-view.c: (expose_bin_window):
9650         * shell/ev-window.c: (ev_window_open):
9651
9652         Support eps and check document supports find
9653         before drawing highlightings in expose.
9654
9655 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
9656
9657         * pixbuf/pixbuf-document.c:
9658         (pixbuf_document_thumbnails_get_dimensions),
9659         (pixbuf_document_document_thumbnails_iface_init):
9660
9661         implement get_dimensions
9662
9663 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
9664
9665         * NEWS:
9666         * configure.ac:
9667
9668         Release 0.1.2
9669
9670 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
9671
9672         * shell/ev-view.c: (set_document_page):
9673
9674         Scroll at the top of the page when changing page
9675
9676 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
9677
9678         * shell/ev-view.c: (ev_view_motion_notify_event):
9679
9680         Do not redraw unnecessarily
9681
9682 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
9683
9684         * pdf/xpdf/pdf-document.cc:
9685         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9686         (expose_bin_window), (find_changed_cb):
9687
9688         Yay! find works now... Now to find bugs...
9689
9690 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
9691
9692         * backend/ev-document-find.c: (ev_document_find_base_init),
9693         (ev_document_find_changed):
9694         * backend/ev-document-find.h:
9695         * pdf/xpdf/pdf-document.cc:
9696         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9697         (expose_bin_window), (ev_view_init), (set_document_page),
9698         (ensure_rectangle_is_visible), (jump_to_find_result),
9699         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
9700         (ev_view_find_next), (ev_view_find_previous):
9701         * shell/ev-view.h:
9702         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
9703
9704         More work on find implementation, mostly there now
9705
9706 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
9707
9708         * backend/ev-backend-marshalers.list:
9709         * backend/ev-document-find.c: (ev_document_find_base_init),
9710         (ev_document_find_cancel), (ev_document_find_page_has_results),
9711         (ev_document_find_get_n_results), (ev_document_find_get_result),
9712         (ev_document_find_get_progress), (ev_document_find_changed):
9713         * backend/ev-document-find.h:
9714
9715         Enanche the find interface to be really able to do
9716         multi page find.
9717
9718         * pdf/xpdf/pdf-document.cc:
9719
9720         Implement
9721
9722         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
9723         (expose_bin_window), (ev_view_init),
9724         (ev_view_get_find_status_message), (find_changed_cb),
9725         (ev_view_set_document), (set_document_page):
9726
9727         Adapt to the new interface. A few things are regressed sorry,
9728         I will finish it soon.
9729
9730 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
9731
9732         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
9733         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
9734         ev_sidebar_thumbnails_parent_class variable, don't define another
9735         parent_class variable.
9736
9737         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
9738         (ev_page_action_class_init): ditto.
9739
9740         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
9741         (pixbuf_document_class_init): ditto.
9742
9743         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
9744         ditto.
9745
9746         * .cvsignore: ignore various valgrind output files.
9747
9748 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
9749
9750         * data/evince-ui.xml:
9751         * shell/Makefile.am:
9752         * shell/ev-history.c:
9753         * shell/ev-history.h:
9754         * shell/ev-navigation-action.c:
9755         * shell/ev-navigation-action.h:
9756         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
9757         (ev_view_set_page), (ev_view_fit_width):
9758         * shell/ev-view.h:
9759         * shell/ev-window.c: (update_action_sensitivity),
9760         (ev_window_setup_document), (register_custom_actions):
9761
9762         Kill session history
9763
9764 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
9765
9766         * shell/ev-window.c: (update_action_sensitivity):
9767
9768         Fix inverted up/down buttons
9769
9770 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
9771
9772         * shell/ev-sidebar-thumbnails.c
9773         (ev_sidebar_thumbnails_select_page): make sure the selected
9774         thumbnail stays visible.
9775
9776 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
9777
9778         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
9779         scrolled window for Federico.
9780
9781 2005-01-26  Ole Laursen  <olau@hardworking.dk>
9782
9783         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
9784
9785 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
9786
9787         * configure.ac:
9788         * pdf/splash/SplashFTFontEngine.cc:
9789
9790         Fix CID fonts with freetype 2.1.9
9791
9792 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
9793
9794         * TODO: added item for desktop icon thumbnailer
9795
9796 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
9797
9798         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
9799         unloaded docs when the title is accessed.
9800
9801         * shell/ev-password-view.[hc]: New widget for displaying password
9802         state.
9803
9804         * shell/ev-window.[ch]: Refactor password handling code to handle
9805         the new view.
9806
9807 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
9808
9809         * NEWS:
9810         * configure.ac:
9811         * data/Makefile.am:
9812
9813         Release 0.1.1
9814
9815 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9816
9817         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
9818         ignore page offset here, to make search results independent of it,
9819
9820         * shell/ev-view.c (expose_bin_window): but take offsets into
9821         account here. Bug #164932
9822
9823         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
9824         scale at the right time. Bug #164996
9825
9826 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
9827
9828         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
9829         fix the problem. Now I just removed the Adobe font names and hope
9830         that the URW fonts are always in outline format. Bug #164934
9831
9832         * shell/ev-window.c (update_window_title): empty titles are
9833         useless, use filename in that case too.
9834
9835         * NEWS: Add some content.
9836
9837 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
9838
9839         * TODO: added one more TODO item and a TODONE section :)
9840
9841 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
9842
9843         * ps/ps-document.h: add page_[xy]_offset fields.
9844
9845         * ps/ps-document.c (ps_document_set_page_offset)
9846         (ps_document_render): Keep offset in consideration in a few
9847         places. Bug #164752 "postscript documents are not centered in
9848         window"
9849
9850         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
9851         s/gpdf/evince/. Spotted by Stephane Loeuillet.
9852
9853         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
9854         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
9855         stub out missing methods for complete EvDocument implementation.
9856         Fixes segfaults with Save A Copy and Copy actions.
9857
9858         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
9859         (ps_document_document_iface_init): ditto.
9860         
9861 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9862
9863         * data/.cvsignore:
9864         * data/Makefile.am:
9865         * data/evince.desktop.in:
9866
9867         Add desktop file
9868
9869 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9870
9871         * shell/ev-view.c: (ev_view_button_press_event),
9872         (ev_view_motion_notify_event):
9873
9874         Make selection work in any direction
9875
9876 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9877
9878         * TODO:
9879         * shell/ev-window.c: (set_short_labels), (ev_window_init):
9880
9881         Use shorter labels for some of the toolbars items
9882
9883 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9884
9885         * pdf/xpdf/pdf-document.cc:
9886
9887         Check the links info is initialized before
9888         using it. Should fix a crash on startup.
9889
9890 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
9891
9892         * pixbuf/pixbuf-document.c
9893         (pixbuf_document_thumbnails_get_dimensions): force floating point
9894         division to calculate page_ratio. Fixes crash with landscape
9895         format pixbufs.
9896
9897 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
9898
9899         * shell/ev-view.c (ev_view_realize): make the bg color darker.
9900
9901 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
9902
9903         * shell/ev-view.c (set_document_page): unset has_selection when
9904         the page changes.
9905         (set_document_page): handle paper size changes when the page
9906         changes (test with Free Culture, page 2).
9907
9908 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9909
9910         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
9911         (expose_bin_window), (ev_view_class_init), (ev_view_init):
9912
9913         Use normal style color for the widget background and
9914         draw a black box around the page.
9915
9916 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9917
9918         * pdf/xpdf/pdf-document.cc:
9919
9920         Keep offset in consideration in a few places
9921
9922         * shell/ev-view.c: (expose_bin_window):
9923
9924         Set the offsets so that the document is ever centered
9925
9926 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9927
9928         * TODO: Added TODO items and finished off the first todo item
9929
9930         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
9931         reflect current authors
9932
9933 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9934
9935         * pdf/xpdf/pdf-document.cc:
9936         * shell/ev-view.c: (ev_view_set_cursor),
9937         (ev_view_motion_notify_event), (document_changed_callback),
9938         (set_document_page):
9939
9940         Show a wait cursor while the page is rendering
9941
9942 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9943
9944         * shell/ev-sidebar-thumbnails.c:
9945         (ev_sidebar_tree_selection_changed),
9946         (ev_sidebar_thumbnails_select_page):
9947         * shell/ev-sidebar-thumbnails.h:
9948         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
9949         (ev_view_can_go_forward):
9950         * shell/ev-window.c: (ev_window_open_page),
9951         (ev_window_setup_document), (update_current_page),
9952         (view_page_changed_cb), (ev_window_init):
9953         * shell/ev-window.h:
9954
9955         Ensure thumbnails selection, toolbar page control and
9956         current page are in sync.
9957
9958 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
9959
9960         * pdf/xpdf/XRef.cc:
9961
9962         Fix CAN-2005-0064
9963
9964 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
9965
9966         * backend/Makefile.am:
9967         * backend/ev-document-links.h:
9968         * backend/ev-document-security.c: (ev_document_security_get_type),
9969         (ev_document_security_has_document_security),
9970         (ev_document_security_set_password):
9971         * backend/ev-document-security.h:
9972         * backend/ev-document.c: (ev_document_error_quark):
9973         * backend/ev-document.h:
9974         * data/Makefile.am:
9975         * data/evince-password.glade:
9976         * pdf/xpdf/pdf-document.cc:
9977         * shell/Makefile.am:
9978         * shell/ev-password.c: (ev_password_set_bad_password_label),
9979         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
9980         (ev_password_dialog_get_password),
9981         (ev_password_dialog_set_bad_pass):
9982         * shell/ev-password.h:
9983         * shell/ev-window.c: (ev_window_get_attribute),
9984         (ev_window_set_property), (update_action_sensitivity),
9985         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
9986         (ev_window_setup_document), (ev_window_get_password),
9987         (ev_window_open), (ev_window_cmd_save_as),
9988         (using_postscript_printer), (ev_window_print),
9989         (find_not_supported_dialog), (ev_window_cmd_edit_find),
9990         (update_fullscreen_popup), (ev_window_fullscreen),
9991         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
9992         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
9993         (menu_item_select_cb), (find_bar_search_changed_cb),
9994         (ev_window_dispose), (ev_window_init):
9995
9996         Add initial support for password-supported dialogs.  This could be
9997         a lot cooler, but it'll do for now.
9998
9999 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10000
10001         * pdf/xpdf/pdf-document.cc:
10002         * shell/ev-view.c: (status_message_from_link),
10003         (ev_view_set_status), (ev_view_set_cursor),
10004         (ev_view_motion_notify_event), (ev_view_init):
10005         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10006
10007         Fix bugs in the links implementation and change cursor
10008         when hovering a link.
10009
10010 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10011
10012         * viewer/.cvsignore: added cvsignore file for viewer directory
10013
10014         * TODO: created TODO document
10015
10016 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10017
10018         * shell/ev-view.h:
10019         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10020         new functions to help with implementation of sensitivity code
10021         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10022         of all actions that might require it.  Fixes a crash when you
10023         click on the Zoom actions in a window lacking a document.
10024
10025 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10026
10027         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10028         of the Find action
10029
10030 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10031
10032         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10033         (pixbuf_document_document_iface_init):
10034         * ps/ps-document.c: (ps_document_get_link),
10035         (ps_document_document_iface_init):
10036         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10037         (status_message_from_link), (ev_view_set_status),
10038         (ev_view_set_find_status), (ev_view_motion_notify_event),
10039         (ev_view_button_release_event), (ev_view_set_property),
10040         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10041         (ev_view_get_find_status_message), (update_find_results),
10042         (ev_view_get_status), (ev_view_get_find_status):
10043         * shell/ev-view.h:
10044         * shell/ev-window.c: (view_status_changed_cb),
10045         (view_find_status_changed_cb), (ev_window_init):
10046
10047         View status message support, use it to show the links.
10048         Needs work...
10049
10050 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10051
10052         * backend/ev-document.c: (ev_document_get_link):
10053         * backend/ev-document.h:
10054         * pdf/xpdf/pdf-document.cc:
10055         * shell/ev-application.c: (ev_application_open):
10056         * shell/ev-application.h:
10057         * shell/ev-sidebar-links.c: (selection_changed_cb):
10058         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10059         (ev_view_go_to_link):
10060
10061         Add support for document links
10062
10063 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10064
10065         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10066         (create_tool_item):
10067         Set the spin button limits correctly.
10068         
10069         * shell/ev-sidebar-thumbnails.c:
10070         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10071         Support changing pages by clicking on the thumbnails.
10072         
10073 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10074
10075         * pixbuf/pixbuf-document.c:
10076         (pixbuf_document_thumbnails_get_dimensions),
10077         (pixbuf_document_document_thumbnails_iface_init):
10078
10079         implement get_dimensions
10080
10081 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10082
10083         * ps/ps-document.c: (ps_document_goto_page):
10084
10085         Fix page switching on multipage documents
10086
10087 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10088
10089         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10090         
10091         check for NULL before assigning to width and height parameters
10092
10093 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10094
10095         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10096         (pixbuf_document_set_property), (pixbuf_document_get_property):
10097
10098         implement get/set properties
10099
10100 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10101
10102         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10103         
10104         return NULL instead of "Unknown", letting the title get set to
10105         the filename when the pdf has no title.
10106
10107 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10108
10109         * ps/ps-document.c: (ps_document_get_page_count),
10110         (ps_document_goto_page):
10111
10112 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10113
10114         * shell/ev-history.c: (ev_history_get_property),
10115         (ev_history_set_property), (ev_history_class_init),
10116         (ev_history_add_page), (ev_history_set_current_index):
10117         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10118         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10119         (ev_navigation_action_finalize):
10120         * shell/ev-navigation-action.h:
10121         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10122         (ev_view_go_forward), (ev_view_get_find_status_message),
10123         (history_index_changed_cb), (ev_view_set_history):
10124         * shell/ev-view.h:
10125         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10126         (update_current_page), (register_custom_actions):
10127
10128         Implement history dropdowns
10129
10130 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10131
10132         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10133         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10134         (ev_view_go_forward):
10135         * shell/ev-window.c: (register_custom_actions):
10136
10137         Fix several history bugs
10138
10139 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10140
10141         * configure.ac: Add «nb» to ALL_LINGUAS.
10142
10143 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10144
10145         * backend/Makefile.am:
10146         * backend/ev-bookmark.c:
10147         * backend/ev-bookmark.h:
10148         * backend/ev-document-bookmarks.c:
10149         * backend/ev-document-bookmarks.h:
10150         * backend/ev-document-links.c: (ev_document_links_get_type),
10151         (ev_document_links_has_document_links),
10152         (ev_document_links_begin_read), (ev_document_links_get_link),
10153         (ev_document_links_get_child), (ev_document_links_next),
10154         (ev_document_links_free_iter):
10155         * backend/ev-document-links.h:
10156         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10157         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10158         (ev_link_get_link_type), (ev_link_set_link_type),
10159         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10160         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10161         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10162         (ev_link_new_external):
10163         * backend/ev-link.h:
10164         * pdf/xpdf/pdf-document.cc:
10165         * shell/Makefile.am:
10166         * shell/ev-application.c: (ev_application_open_link):
10167         * shell/ev-application.h:
10168         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10169         (ev_history_get_link_nth):
10170         * shell/ev-history.h:
10171         * shell/ev-sidebar-bookmarks.c:
10172         * shell/ev-sidebar-bookmarks.h:
10173         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10174         (ev_sidebar_links_class_init), (selection_changed_cb),
10175         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10176         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10177         (do_one_iteration), (populate_links_idle),
10178         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10179         * shell/ev-sidebar-links.h:
10180         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10181         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10182         (go_to_index):
10183         * shell/ev-view.h:
10184         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10185         * shell/ev-window.h:
10186
10187         Rename bookmark to link, and use "Index" for the sidebar panel.
10188
10189 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10190
10191         * shell/Makefile.am:
10192         * shell/ev-application.c: (ev_application_open_bookmark):
10193         * shell/ev-application.h:
10194         * shell/ev-history.c: (ev_history_init), (free_links_list),
10195         (ev_history_finalize), (ev_history_class_init),
10196         (ev_history_add_link), (ev_history_add_page),
10197         (ev_history_get_link_nth), (ev_history_get_n_links),
10198         (ev_history_get_current_index), (ev_history_set_current_index),
10199         (ev_history_new):
10200         * shell/ev-history.h:
10201         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10202         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10203         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10204         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10205         (ev_view_set_page):
10206         * shell/ev-view.h:
10207         * shell/ev-window.c: (ev_window_open_bookmark),
10208         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10209         (goto_page_cb), (register_custom_actions):
10210         * shell/ev-window.h:
10211
10212         Initial history implementation. Needs work.
10213
10214 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10215
10216         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10217
10218 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * cut-n-paste/recent-files/egg-recent-item.c:
10221         * cut-n-paste/recent-files/egg-recent-item.h:
10222         * cut-n-paste/recent-files/egg-recent-model.c:
10223         * cut-n-paste/recent-files/egg-recent-util.c:
10224         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10225         * cut-n-paste/recent-files/egg-recent-view.c:
10226
10227         Update
10228
10229 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10230
10231         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10232         (fillGlyph, fillImageMask, drawImage):
10233         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10234         pdf/splash/SplashTypes.h:
10235         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10236         packed mode for Splash.
10237
10238         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10239         RGB8 packed mode, eliminates the pixbuf data creation loop.
10240
10241         * shell/ev-print-job.c (ev_print_job_finalize)
10242         (ev_print_job_set_property, ev_print_job_get_property)
10243         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10244         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10245         (print_closure_finalize, ev_print_job_print): implement
10246         printing (for backends with EvPsExporter)
10247
10248         * shell/ev_print_job.h: update prototypes.
10249
10250         * shell/ev-window.c (ev_window_print): unref print job after
10251         printing.
10252
10253         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10254         unless the document implements the EvDocumentFind interface.
10255
10256 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10257
10258         * configure.ac: Added ja to ALL_LINGUAS.
10259
10260 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10261
10262         * pdf/xpdf/pdf-document.cc:
10263
10264         add a FIXME. We should probably not allocate
10265         a bookmark object every time
10266
10267 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10268
10269         * shell/ev-application.c: (ev_application_open),
10270         (ev_application_open_bookmark):
10271         * shell/ev-application.h:
10272         
10273         Add a way to open bookmarks
10274
10275         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10276         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10277         (ev_bookmark_set_property), (ev_bookmark_class_init),
10278         (ev_bookmark_new_title), (ev_bookmark_new_link),
10279         (ev_bookmark_new_external):
10280
10281         Support for external uris, better constructors.
10282
10283         * backend/ev-bookmark.h:
10284         * pdf/xpdf/pdf-document.cc:
10285         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10286
10287         Handle external uris
10288
10289 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10290
10291         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10292         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10293
10294         Hook up bookmarks navigation
10295
10296 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10297
10298         * backend/Makefile.am:
10299         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10300         (ev_bookmark_get_title), (ev_bookmark_set_title),
10301         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10302         (ev_bookmark_get_page), (ev_bookmark_set_page),
10303         (ev_bookmark_get_property), (ev_bookmark_set_property),
10304         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10305         (ev_bookmark_new):
10306         * backend/ev-bookmark.h:
10307         * backend/ev-document-bookmarks.c:
10308         (ev_document_bookmarks_get_bookmark):
10309         * backend/ev-document-bookmarks.h:
10310         * pdf/xpdf/pdf-document.cc:
10311         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10312
10313         Add a bookmark object to the backend and use it instead of get_values
10314
10315 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10316
10317         * data/evince-ui.xml:
10318
10319         Cleanup and add select all.
10320
10321         * shell/ev-view.c: (ev_view_select_all),
10322         (ev_view_button_press_event):
10323         * shell/ev-view.h:
10324         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10325
10326         Add select all.
10327         Clear selection on click.
10328
10329 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10330
10331         * shell/ev-sidebar-thumbnails.c
10332         (ev_sidebar_thumbnails_set_document): forgot to unref the
10333         loading_icon.
10334
10335 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10336
10337         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10338         at the visible page, not just linearly.  This makes it look fast.
10339
10340 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10341
10342         * backend/ev-document-misc.c
10343         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10344         white.
10345         * backend/ev-document-thumbnails.h: New interface to get the size
10346         of a page.
10347
10348 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10349
10350         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10351         make dist works
10352
10353 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10354
10355         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10356         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10357         things up a bit.
10358
10359         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10360
10361 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10362
10363         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10364         fonts. Should fix font problems on systems that have the base
10365         fonts in bitmap format. Reported by James Henstridge
10366         <james@jamesh.id.au>.
10367
10368 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10369
10370         * pdf/xpdf/Gfx.cc:
10371         * pdf/xpdf/GfxState.cc:
10372
10373         Fix for CAN-2004-1125
10374
10375 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10376
10377         * shell/ev-view.c: (ev_view_copy):
10378         * shell/ev-view.h:
10379         * shell/ev-window.c: (ev_window_cmd_edit_copy):
10380
10381         Implement Edit->Copy
10382
10383 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10384
10385         * backend/ev-document.c: (ev_document_get_text):
10386         * backend/ev-document.h:
10387         * pdf/xpdf/pdf-document.cc:
10388         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
10389         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10390         (ev_view_update_primary_selection), (ev_view_button_press_event),
10391         (ev_view_motion_notify_event), (ev_view_button_release_event):
10392
10393         Beginnings of clipboard support. Incomplete but primary sort
10394         of work.
10395
10396 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10397
10398         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
10399         (expose_bin_window):
10400
10401         Nicer rubberband drawing, from GtkIconView.
10402
10403 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10404
10405         * backend/ev-document.c: (ev_document_save):
10406         * backend/ev-document.h:
10407         * data/evince-ui.xml:
10408         * pdf/xpdf/pdf-document.cc:
10409         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
10410
10411         Implement "Save a copy..." menu item
10412
10413 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10414
10415         * shell/ev-view.c: (ev_view_zoom):
10416
10417         Queue a resize when zoom changes
10418
10419 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
10420
10421         * backend/ev-document-misc.[ch]: New misc file to do simple drop
10422         shadows.
10423
10424         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
10425         thumbnails..
10426
10427 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
10428
10429         * pdf/xpdf/pdf-document.cc
10430         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
10431
10432 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
10433
10434         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
10435         It's slow, but I'll speed it up next!
10436
10437 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
10438
10439         * shell/main.c (load_files):
10440
10441         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
10442         from the command line and because it seems more appropriate.
10443
10444 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10445
10446         * data/evince-ui.xml:
10447         * shell/ev-window.c: (update_action_sensitivity),
10448         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
10449
10450         s/next page/page down
10451         s/previous page/page up
10452
10453 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10454
10455         * data/evince-ui.xml:
10456
10457         Change the layout to match clarkbw design.
10458
10459         * shell/Makefile.am:
10460         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
10461         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
10462         (ev_navigation_action_finalize),
10463         (ev_navigation_action_set_property),
10464         (ev_navigation_action_get_property),
10465         (ev_navigation_action_class_init):
10466         * shell/ev-navigation-action.h:
10467
10468         Implement clarkbw toolbar navigation controls (incomplete)
10469
10470         * shell/ev-page-action.c: (update_label), (update_spin),
10471         (value_changed_cb), (create_tool_item), (connect_proxy),
10472         (ev_page_action_init), (ev_page_action_finalize),
10473         (ev_page_action_set_property), (ev_page_action_get_property),
10474         (ev_page_action_set_current_page),
10475         (ev_page_action_set_total_pages), (ev_page_action_class_init):
10476         * shell/ev-page-action.h:
10477
10478         Implement a page switcher in the toolbar
10479
10480         * shell/ev-view.c: (ev_view_scroll_view):
10481         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10482         (update_current_page), (view_page_changed_cb), (goto_page_cb),
10483         (register_custom_actions), (ev_window_init):
10484
10485         Change page on PageUp/Down.
10486
10487 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
10488
10489         * pdf/xpdf/pdf-document.cc
10490         (pdf_document_thumbnails_get_thumbnail): initial stab at
10491         implementing thumbnail support for pdfs.  It only does documents
10492         with precached pdfs now.
10493
10494 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
10495
10496         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
10497         thumbnail code into a time-based idle as well.  Also, turn off the
10498         shadow temporarily as it's really slow.
10499
10500 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * backend/ev-document.c: (ev_document_class_init):
10503         * pdf/xpdf/pdf-document.cc:
10504         * shell/ev-window.c: (ev_window_open):
10505
10506         Fix document title bugs and fallback to
10507         filename when not available.
10508
10509 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10510
10511         * backend/ev-document.c: (ev_document_get_type),
10512         (ev_document_class_init), (ev_document_load),
10513         (ev_document_get_title):
10514         * backend/ev-document.h:
10515         * pdf/xpdf/pdf-document.cc:
10516         * ps/ps-document.c: (ps_document_set_property),
10517         (ps_document_get_property), (ps_document_class_init),
10518         (document_load):
10519         * ps/ps-document.h:
10520         * ps/ps.h:
10521         * shell/ev-window.c: (update_window_title), (ev_window_open),
10522         (ev_window_init):
10523
10524         Initial support for document title. Not working yet.
10525
10526 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
10529
10530         Grab focus on the view when clicking it
10531
10532 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * shell/ev-marshal.list:
10535         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
10536         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
10537
10538         Add key bindings to the view. Now if the focus would work
10539         right...
10540
10541 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10542
10543         * Makefile.am:
10544         * backend/Makefile.am:
10545         * data/Makefile.am:
10546         * dvi/Makefile.am:
10547         * dvi/dvilib/Makefile.am:
10548         * pdf/xpdf/Makefile.am:
10549         * po/POTFILES.in:
10550         * ps/Makefile.am:
10551
10552         Fix distcheck
10553
10554 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10555
10556         * shell/ev-view.c: (ev_view_realize):
10557
10558         Fix mouse wheel scrolling
10559
10560 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10561
10562         * ps/Makefile.am:
10563         * ps/gstypes.h:
10564         * ps/gtkgs.c:
10565         * ps/gtkgs.h:
10566         * ps/ps-document.c: (catchPipe), (ps_document_init),
10567         (ps_document_class_init), (ps_document_cleanup),
10568         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
10569         (set_up_page), (close_pipe), (is_interpreter_ready),
10570         (interpreter_failed), (output), (input), (start_interpreter),
10571         (stop_interpreter), (file_length), (file_readable),
10572         (check_filecompressed), (check_pdf), (compute_xdpi),
10573         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
10574         (ps_document_get_type), (ps_document_emit_error_msg),
10575         (document_load), (ps_document_next_page),
10576         (ps_document_get_current_page), (ps_document_get_page_count),
10577         (ps_document_goto_page), (ps_document_set_page_size),
10578         (ps_document_zoom_to_fit), (ps_document_set_zoom),
10579         (ps_document_load), (ps_document_get_n_pages),
10580         (ps_document_set_page), (ps_document_get_page),
10581         (ps_document_widget_event), (ps_document_set_target),
10582         (ps_document_set_scale), (ps_document_set_page_offset),
10583         (ps_document_get_page_size), (ps_document_render),
10584         (ps_document_document_iface_init):
10585         * ps/ps-document.h:
10586         * ps/ps.c:
10587         * shell/ev-window.c: (ev_window_open):
10588
10589         Rename GtkGS to PSDocument
10590
10591 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10592
10593         * ps/gtkgs.c: (gtk_gs_class_init):
10594         * ps/gtkgs.h:
10595
10596         Some more leftover...
10597
10598 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10599
10600         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
10601         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
10602         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
10603         * ps/gtkgs.h:
10604
10605         Remove unused code and make a lot of stuff private
10606
10607 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
10610         (gtk_gs_defaults_changed):
10611         * ps/gsdefaults.h:
10612         * ps/gtkgs.c:
10613         * ps/gtkgs.h:
10614         * ps/ps.h:
10615
10616         Cleanup headers dependencies
10617
10618 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10619
10620         * ps/Makefile.am:
10621         * ps/ggvutils.c:
10622         * ps/ggvutils.h:
10623         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
10624         * ps/gsdefaults.h:
10625         * ps/gtkgs.c: (file_length), (file_readable),
10626         (check_filecompressed), (check_pdf), (gtk_gs_load),
10627         (gtk_gs_get_postscript):
10628
10629         Get rid of ggvutils
10630
10631 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10632
10633         * ps/ggvutils.c:
10634         * ps/ggvutils.h:
10635         * ps/gsio.h:
10636         * ps/gtkgs.c: (gtk_gs_set_zoom):
10637
10638         Cleanups
10639
10640 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
10643
10644         Ensure the page is rerendered when changing zoom
10645
10646 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * backend/ev-document.c: (ev_document_base_init),
10649         (ev_document_changed):
10650         * backend/ev-document.h:
10651
10652         Add a changed event that is emitted when the page content
10653         changes. This is necessary to deal with the fact that
10654         in ps backend rendering happen asycrounously.
10655         This makes the ps backend mostly work.
10656
10657         * pdf/xpdf/pdf-document.cc:
10658
10659         Emit changed event
10660
10661         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
10662         (ps_document_set_target):
10663
10664         Emit changed event
10665
10666         * shell/ev-view.c: (document_changed_callback),
10667         (ev_view_set_document), (ev_view_set_page):
10668
10669         Redraw on the changed signal
10670
10671 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
10672
10673         * configure.ac: Added pt_BR to ALL_LINGUAS.
10674
10675 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
10676
10677         * backend/ev-document-bookmarks.c:
10678         (ev_document_bookmarks_get_child): *
10679         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
10680         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
10681         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
10682         (ev_sidebar_bookmarks_destroy),
10683         (ev_sidebar_bookmarks_class_init),
10684         (ev_sidebar_bookmarks_construct), (stack_data_free),
10685         (do_one_iteration), (populate_bookmarks_idle),
10686         (ev_sidebar_bookmarks_clear_document),
10687         (ev_sidebar_bookmarks_set_document): *
10688         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
10689         (ev_sidebar_add_page),
10690         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
10691         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
10692         it displays both the topics and the page numbers.
10693
10694 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
10695
10696         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
10697         toggle.
10698         * shell/ev-window.c (toggle_entries): Set sidebar default value to
10699         visible.
10700
10701 2004-12-23  Adam Weinberger  <adamw@gnome.org>
10702
10703         * configure.ac: Added en_CA to ALL_LINGUAS.
10704
10705 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
10706
10707         * ChangeLog: replace bottom of this ChangeLog (merged history of
10708         ggv and gpdf; where all paths were wrong and most of the files are
10709         not even in this tree) with ChangeLog (from arch) of the shell
10710         code.
10711
10712 2004-12-23  Havoc Pennington  <hp@redhat.com>
10713
10714         * shell/ev-window.c: hook up potentially-questionable "find
10715         results status text" feature - something involving the sidebar or
10716         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
10717         might be better in the end.
10718
10719         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
10720         with corresponding signal when it should be updated
10721
10722         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
10723
10724 2004-12-22  Havoc Pennington  <hp@redhat.com>
10725
10726         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
10727         find stuff on other pages, sort of (only returns one result on
10728         invisible pages, to show they have results; updates full results
10729         for a page when you view it). Currently repaints the current page
10730         every time a new result is found on any page, which isn't so nice.
10731
10732 2004-12-22  Havoc Pennington  <hp@redhat.com>
10733
10734         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
10735         the document doesn't support find (better ideas?)
10736         (find_bar_search_changed_cb): handle missing document or document
10737         that doesn't support find
10738
10739         * pdf/xpdf/pdf-document.cc: port to implement the new
10740         EvDocumentFindIface
10741
10742         * backend/ev-document-find.c: create a new interface for searching
10743
10744         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
10745
10746 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
10747
10748         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
10749         libevbackend.la.
10750
10751         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
10752         EvPrintJob constructor arguments.
10753
10754         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
10755         for documents that can export PostScript (page by page).
10756
10757         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
10758         
10759         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
10760         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
10761         (pdf_document_ps_exporter_iface_init:
10762         Implement EvPSExporter.
10763
10764         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
10765
10766 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10767
10768         * backend/Makefile.am:
10769         * backend/ev-document-thumbnails.c:
10770         (ev_document_thumbnails_get_type),
10771         (ev_document_thumbnails_get_thumbnail):
10772         * backend/ev-document-thumbnails.h:
10773         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
10774         (pixbuf_document_thumbnails_get_thumbnail),
10775         (pixbuf_document_document_thumbnails_iface_init):
10776         * shell/Makefile.am:
10777         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
10778         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
10779         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
10780         * shell/ev-sidebar-thumbnails.h:
10781         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10782         (ev_sidebar_set_document):
10783         * shell/ev-utils.c: (gaussian), (create_blur_filter),
10784         (create_shadow), (ev_pixbuf_add_shadow):
10785         * shell/ev-utils.h:
10786         Add thumbnail support.
10787         
10788 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10789
10790         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
10791         (using_postscript_printer): Set up a print dialog for "PostScript
10792         injection" method.
10793
10794         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
10795         EvPrintJob.
10796
10797         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
10798
10799 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10800
10801         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
10802         (ps_document_set_target), (ps_document_get_page_size),
10803         (ps_document_render):
10804         * ps/gtkgs.h:
10805
10806         Fix a few bugs
10807
10808 2004-12-22  Christian Rose  <menthos@menthos.com>
10809
10810         * configure.ac: Added "sv" to ALL_LINGUAS.
10811
10812 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
10813
10814         * backend/ev-document-bookmarks.[ch]: new interface to indicate
10815         document supports bookmarks.
10816
10817 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10818
10819         * ps/ggvutils.c: (ggv_file_readable):
10820         * ps/ggvutils.h:
10821         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
10822         (gtk_gs_get_postscript):
10823
10824         Remove unused utils
10825
10826 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
10829         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
10830         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
10831         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
10832         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
10833         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
10834         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
10835         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
10836         (gtk_gs_set_antialiasing), (ps_document_load),
10837         (ps_document_render):
10838         * ps/gtkgs.h:
10839
10840         Another check point for the ps backend. Now I can get it to show
10841         pages!
10842
10843 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
10844
10845         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
10846         document setting code.
10847
10848 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10849
10850         * shell/eggfindbar.c: (entry_activate_callback):
10851         Animate the next button when activate is pressed.
10852         
10853 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10854
10855         * shell/ev-window.c: (ev_window_cmd_edit_find),
10856         (update_fullscreen_popup), (ev_window_fullscreen),
10857         (ev_window_unfullscreen), (ev_window_state_event_cb),
10858         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
10859         Fix bugs in fullscreen code.
10860         
10861 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10862
10863         * Makefile.am:
10864         * configure.ac:
10865         * pixbuf/Makefile.am:
10866         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
10867         (pixbuf_document_load), (pixbuf_document_get_n_pages),
10868         (pixbuf_document_set_page), (pixbuf_document_get_page),
10869         (pixbuf_document_set_target), (pixbuf_document_set_scale),
10870         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
10871         (pixbuf_document_render), (pixbuf_document_begin_find),
10872         (pixbuf_document_end_find), (pixbuf_document_finalize),
10873         (pixbuf_document_class_init),
10874         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10875         * pixbuf/pixbuf-document.h:
10876         * shell/Makefile.am:
10877         * shell/ev-application.c: (ev_application_open):
10878         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
10879         (ev_window_open):
10880         Add pixbuf backend.
10881         
10882 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
10883
10884         * Makefile.am: 
10885         * dvi/dvilib/Makefile.am:
10886         * dvi/Makefile.am:
10887         * configure.ac: Auto*ify dvi and dvi/dvilib
10888
10889         * dvi/Makefile: Remove from CVS
10890         
10891         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
10892         confusion.
10893
10894         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
10895         
10896         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
10897         
10898 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * ps/Makefile.am:
10901         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
10902         (gtk_gs_value_adjustment_changed), (compute_size),
10903         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
10904         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
10905         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
10906         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
10907         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
10908         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
10909         (ps_document_load), (ps_document_get_n_pages),
10910         (ps_document_set_page), (ps_document_get_page),
10911         (ps_document_set_target), (ps_document_set_scale),
10912         (ps_document_set_page_offset), (ps_document_get_page_size),
10913         (ps_document_render), (ps_document_begin_find),
10914         (ps_document_end_find), (ps_document_document_iface_init):
10915         * ps/gtkgs.h:
10916         * shell/Makefile.am:
10917         * shell/ev-window.c: (ev_window_open):
10918
10919         Some work to integrate gtkgs with EvDocument
10920
10921 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10922
10923         * shell/ev-window.c: (update_fullscreen_popup),
10924         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
10925         (exit_fullscreen_button_clicked_cb),
10926         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
10927         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10928         (ev_window_state_event_cb), (ev_window_init):
10929         Add fullscreen support from Epiphany.
10930         
10931 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10932
10933         * data/ev-stock-zoom-fit-width.png: fit-width
10934         stock icon from gpdf.
10935         
10936         * shell/ev-stock-icons.[ch]: copied from gpdf.
10937         
10938         * shell/main.c: (main): init stock icons.
10939         
10940         * shell/ev-window.c: use the fit-width icon.
10941         
10942         * data/evince-ui.xml: add zooming toolbar items.
10943
10944 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10945
10946         * shell/ev-view.c: 
10947         (ev_view_best_fit), (ev_view_fit_width): because
10948         get_page_size() returns the scaled page size, we
10949         need to calculate the scale factor relative to
10950         the previous scale factor. Should really just
10951         add get_real_page_size().
10952
10953 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10954
10955         * shell/ev-view.[ch]:
10956         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
10957         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
10958         add zooming.
10959         
10960         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10961         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
10962         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
10963         hook it up.
10964         
10965         * pdf/xpdf/pdf-document.cc:
10966         (pdf_document_begin_find),
10967         (pdf_document_end_find): make static.
10968
10969 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10970
10971         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
10972
10973         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
10974         names to fontconfig patterns.
10975         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
10976
10977         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
10978         setupBaseFontsFc.
10979
10980 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10981
10982         * Makefile.am:
10983         * configure.ac:
10984         * ps/Makefile.am:
10985         * ps/ggvutils.c:
10986         * ps/ggvutils.h:
10987         * ps/gsdefaults.c:
10988         * ps/gsdefaults.h:
10989         * ps/gsio.c:
10990         * ps/gsio.h:
10991         * ps/gtkgs.c:
10992         * ps/gtkgs.h:
10993         * ps/ps.c:
10994         * ps/ps.h:
10995
10996         Import ggv backend. Not hooked up yet.
10997
10998 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10999
11000         * shell/main.c: (load_files), (main): load files
11001         from the command line.
11002
11003 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11004
11005         * configure.ac: don't require bonobo.
11006         
11007         * cut-n-paste/recent-files/*: kill bonobo recent
11008         view.
11009
11010         * shell/ev-window.c:
11011         (ev_window_is_empty): upd.
11012         (unable_to_load), (ev_window_open): load backend
11013         based on the mime type.
11014
11015 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11016
11017         * backend/.cvsignore: ignore generated marshalers source.
11018
11019         * shell/main.c (main): this is not epiphany.
11020
11021 2004-12-22  Havoc Pennington  <hp@redhat.com>
11022
11023         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11024         (expose_bin_window): draw find highlights
11025
11026         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11027         
11028         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11029         (pdf_document_end_find): implement this interface
11030
11031         * backend/ev-document.c (ev_document_found): add this to emit
11032         signal
11033
11034 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11035
11036         * data/evince-ui.xml: Add a few more toolbar items.
11037
11038         * shell/ev-window.c: Hook up page navigation toolbar 
11039         items.
11040
11041         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11042         a page-changed signal.
11043
11044         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11045         Add ev_document_get_page().
11046
11047         * shell/ev-window.c: Sensitize/desensitize navigation
11048         actions.
11049
11050 2004-12-21  Havoc Pennington  <hp@redhat.com>
11051
11052         * backend/ev-backend-marshal.c,
11053         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11054         marshaler-generator thingy. I'm sure there's a better way to do
11055         this in the modern world.
11056
11057         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11058         end_find methods and "found" signal.
11059
11060         * configure.ac: find glib-genmarshal
11061
11062 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11063
11064         * shell/ev-sidebar.c: Construct an actual sidebar.
11065         * shell/ev-sidebar-bookmarks.[ch]:
11066         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11067
11068 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11069
11070         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11071         Redo size handling.
11072         
11073         * shell/ev-view.c: Track the size from the document.
11074
11075 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11076
11077         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11078         constructor assumes ownership of the string passed in.
11079         
11080         * shell/ev-window.c (ev_window_open): Destroy the error
11081         dialog once we've displayed it.
11082
11083 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11084
11085         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11086         a bit, it works! (sort of)
11087
11088         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11089         Move to .cc since we need to use C++ in the implementation.
11090
11091         * shell/dummy.cc: Add a CC file to force evince
11092         to be linked as a C++ program.
11093
11094 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11095
11096         * shell/ev-view.[ch]: Start of content-area widget.
11097
11098         * shell/ev-window.c: Create a EvView, update it
11099         as we change documents.
11100
11101         * shell/Makefile.am shell/ev-marshal.list: Add
11102         generated marshalers.
11103
11104 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11105
11106         * Makefile.am (SUBDIRS): move shell.
11107
11108 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11109
11110         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11111         .a to libtool convenience libraries.
11112
11113         * shell/ev-window.c (ev_window_open): Hard code loading
11114         a PDF document.
11115         
11116         * backend/ev-document.h: Add a boolean return to load(),
11117         fix GError * to GError **.
11118
11119         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11120         object for a PDF backend EvDocument.
11121
11122 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11123
11124         * dvi/*: New directory with the beginning of a .dvi backend.
11125
11126 2004-12-21  Havoc Pennington  <hp@redhat.com>
11127
11128         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11129         previous/next instead of back/forward
11130
11131 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11132
11133         * backend/ev-document.[ch]: Fix a couple of problems so
11134         it compile.
11135
11136 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11137
11138         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11139         to backend/ directory, rename EvViewer to EvDocument.
11140
11141 2004-12-21  Havoc Pennington  <hp@redhat.com>
11142
11143         * shell/ev-window.c: hook up the find bar widget; now we just need
11144         a document to find things in
11145
11146         * shell/eggfindbar.c: a find bar widget
11147
11148 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11149
11150         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11151
11152 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11153
11154         * pdf/**: Import of xpdf code from gpdf. 
11155
11156         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11157
11158         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11159         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11160         Fix FreeType includes.
11161
11162         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11163         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11164         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11165         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11166         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11167         Include xpdfconfig.h
11168         
11169 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11170
11171         * shell/ev-window.c (ev_window_dispose): dispose can be called
11172         multiple times.
11173
11174 2004-12-21  Havoc Pennington  <hp@redhat.com>
11175
11176         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11177         rather than Evince
11178
11179         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11180         items; really they should be synced with the strings, etc. from
11181         current gpdf, but just getting the boring typing out of the way 
11182
11183 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11184
11185         * po/POTFILES.in:
11186         * shell/ev-application.c: (window_destroy_cb):
11187         * shell/ev-window.c:
11188         * shell/main.c: (main):
11189
11190         Actually show the window...
11191
11192 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11193
11194         * Makefile.am:
11195         * shell/Makefile.am:
11196         * shell/ev-application.c: (ev_application_class_init):
11197         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11198
11199         Make it build again
11200
11201 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         Import to gnome cvs.
11204         
11205         * Remove copies of gpdf and ggv trees.
11206         * Rip out all the recursive configure code.
11207         * Remove bonobo machinery.
11208         * viewer/*: GInterfaces that backends should/can implement.
11209
11210 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11211
11212         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11213         typo
11214
11215 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11216
11217         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11218         (ev_application_finalize, ev_application_class_init)
11219         (ev_application_init): use GType instance private data for priv.
11220
11221         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11222         (ev_window_finalize, ev_window_class_init)
11223         (ev_window_init): ditto.
11224
11225 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11226
11227         * shell/ev-application.c (ev_application_new_window): make public
11228         (ev_application_show_initial_window): kill.
11229
11230         * shell/ev-application.h: update prototypes.
11231
11232         * shell/main.cc (main): inline ev_application_show_initial_window.
11233
11234 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11235
11236         * shell/ev-application.c (ev_application_new_window): impl.
11237         (ev_application_show_initial_window): use it.
11238         (is_window_empty, ev_application_get_empty_window): returns an
11239         existing empty window or a new one.
11240         (ev_application_open): from ev_window_cmd_file_open.
11241
11242         * shell/ev-application.h: update prototypes
11243
11244         * shell/ev-window.c (ev_window_is_empty): impl.
11245         (ev_window_open): make public.
11246         (ev_window_cmd_file_open): use ev_application_open
11247
11248         * shell/ev-window.h: update prototypes, remove unused.
11249
11250 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11251
11252         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11253         move destroy handler out of here...
11254
11255         * shell/ev-application.c, shell/ev-application.h: ...into this new
11256         class. Also handles initial window creation.
11257
11258         * shell/main.cc (main): use EvApplication to create initial
11259         window.
11260
11261 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11262
11263         * Makefile.am (SUBDIRS): add cut-n-paste
11264
11265         * cut-n-paste/Makefile.am: add
11266
11267         * configure.ac: generate Makefiles in cut-n-paste
11268
11269 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11270
11271         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11272         (ev_window_class_init): install ev_window_dispose.
11273
11274 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11275
11276         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11277         char (gchar looks stupid).
11278
11279 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11280
11281         * po/de.po: updated German translation.
11282
11283 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11284
11285         * configure.ac: add more pkg-config library checks for gnome-vfs,
11286         bonobo etc.
11287
11288         * gpdf/configure.in: temporarily disable libpaper
11289         checks. Otherwise I'd have to add the checks for the shell, too.
11290
11291 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11292
11293         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11294         and * file filters to the file choose.
11295
11296 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11297
11298         * po/de.po: Updated German translation.
11299
11300 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11301
11302         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11303
11304 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11305
11306         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11307
11308         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11309         (ev_window_init): implement those menuitems.
11310
11311 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11312
11313         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11314
11315         * shell/ev-window.c (ev_window_init): use the toolbar.
11316
11317 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11318
11319         * shell/ev-window.c (ev_window_init): use menu translations
11320
11321 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11322
11323         * configure.ac: add "de" to ALL_LINGUAS.
11324
11325         * po/de.po: add German translation.
11326
11327 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11328
11329         * Makefile.am (SUBDIRS): add po
11330
11331         * configure.ac: check intltool, glib-gettext etc, generate
11332         po/Makefile.in
11333
11334         * po, po/POTFILES.in, po/POTFILES.skip: new.
11335
11336 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11337
11338         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11339         already use (#ifdef ENABLE_NLS)
11340
11341         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11342         pointer indirection thinko.
11343
11344         * shell/main.c: include gi18n.h for bindtextdomain etc.
11345
11346 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11347
11348         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11349         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11350         tooltips for menu items in the statusbar.
11351
11352 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11353
11354         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11355         pkgdatadir drop UIDIR
11356
11357 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11358
11359         * data/evince-ui.xml: Add File->Open menu item
11360
11361         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11362         chooser), hook it up in the ui manager.
11363
11364 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11365
11366         * shell/ev-window.c: fix Help->About tooltip.
11367
11368 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
11369
11370         * configure.ac: set CFLAGS for libevprivate.
11371
11372         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
11373         definitions, factory etc.
11374
11375         * lib/Makefile.am: build libevprivate.a (only stock icon code).
11376
11377         * shell/Makefile.am: link against libevprivate.a.
11378
11379         * shell/ev-window.c (entries): add stock icon to Help->About.
11380
11381         * shell/main.c (main): init stock icon code.
11382
11383 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11384
11385         * lib/recent-files: egg recent files code
11386
11387         * lib/Makefile.am: add.
11388
11389         * Makefile.am: add lib subdir.
11390
11391         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
11392         set CFLAGS for recent-files.
11393
11394 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11395
11396         * configure.ac: disable -ansi and -pedantic gcc flags. They
11397         disable POSIX stuff in stdio.h, but egg-recent uses them.
11398
11399 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
11400
11401         * configure.ac: add --disable-deprecated flag (defaults to on in
11402         "cvs" builds).
11403
11404         * shell/Makefile.am (INCLUDES): use it.
11405
11406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11407
11408         * shell/main.c: add missing #include.
11409
11410         * shell/ev-window.c: fix for pedantic gcc.
11411         (ev_window_cmd_help_about): split license into paragraphs for
11412         translators and pedantic compilers.
11413
11414 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11415
11416         * configure.ac: add more warning flags if compiling with gcc from
11417         cvs (or explicitly requested with --enable-more-warnings).
11418
11419 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11420
11421         * data/evince-ui.xml: add File and File->Close menu.
11422
11423         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
11424         (ev_window_destroy): quit after destroy.
11425         (ev_window_class_init): override GtkObject::destroy.
11426         (entries): install close_window callback.
11427
11428 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11429
11430         * Makefile.am (SUBDIRS): add data subdir.
11431
11432         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
11433         gtk+ 2.5.0 for GtkAboutDialog.
11434
11435         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
11436         main window.
11437
11438         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
11439
11440         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
11441         manager.
11442         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
11443
11444 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11445
11446         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
11447
11448 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11449
11450         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
11451
11452 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11453
11454         * shell/*: Added shell directory boilerplate, build it.
11455
11456 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11457
11458         * configure.ac, Makefile.am: Added top-level configure.ac and
11459         Makefile.am