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