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