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