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