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