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