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