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