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