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