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