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