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