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