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