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