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