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