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