]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
35bd25de28cc0214306f1a275a05c8449f6c66f1
[evince.git] / ChangeLog
1 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
5
6         Make use of GConf optional. Based on patch by Hib Eris. See bug
7         #339172.
8         
9 2009-02-04  Christian Persch  <chpe@gnome.org>
10
11         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
12         evince gettext domain, so i18n works in the library.
13
14         * properties/ev-properties-main.c: (nautilus_module_initialize):
15         Remove extra bindtextdomain call.
16
17 2009-02-04  Christian Persch  <chpe@gnome.org>
18
19         * backend/comics/comics-document.c:
20         * backend/djvu/djvu-document.c:
21         * backend/dvi/dvi-document.c:
22         * backend/impress/impress-document.c:
23         * backend/pdf/ev-poppler.cc:
24         * backend/pixbuf/pixbuf-document.c:
25         * backend/ps/ev-spectre.c:
26         * backend/tiff/tiff-document.c:
27         * libdocument/ev-attachment.c:
28         * libdocument/ev-document-factory.c:
29         * libview/ev-jobs.c:
30         * libview/ev-view-accessible.c:
31         * libview/ev-view.c:
32         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
33         gi18n.h.
34
35 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * NEWS:
38         * configure.ac:
39
40         Update for release 2.25.90
41         
42 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * cut-n-paste/zoom-control/ephy-zoom-control.c:
45         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
46
47         Remove the old tooltips code and use G_DEFINE_TYPE().
48         
49 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * configure.ac:
52         * help/reference/Makefile.am:
53         * help/reference/libdocument/Makefile.am:
54         * help/reference/libdocument/libevdocument-docs.sgml:
55         * help/reference/libdocument/libevdocument.types:
56         * help/reference/libdocument/version.xml.in:
57         * help/reference/libview/Makefile.am:
58         * help/reference/libview/libevview-docs.sgml:
59         * help/reference/libview/libevview.types:
60         * help/reference/libview/version.xml.in:
61         * help/reference/shell/Makefile.am:
62         * help/reference/shell/evince-docs.sgml:
63         * help/reference/shell/evince.types:
64         * help/reference/shell/tmpl/dummy.sgml:
65         * help/reference/shell/version.xml.in:
66
67         Split API documentation into libdocument, libview and
68         shell. Required gtk-doc files has been added, but API docs still
69         need to be completed and improved. Fixes bug #568465.
70         
71 2009-02-01  Christian Persch  <chpe@gnome.org>
72
73         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
74
75 2009-02-01  Christian Persch  <chpe@gnome.org>
76
77         * backend/Makefile.am:
78         A backend/backend.symbols:
79         * configure.ac: Only export the backend module entry point. Bug
80         #569998.
81
82 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * shell/eggfindbar.c: (egg_find_bar_init):
85
86         Add mnemonics to buttons in search bar. Fixes bug #569212.
87         
88 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
89         
90         * shell/ev-print-operation.c:
91         (ev_print_operation_export_print_dialog_response_cb):
92
93         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
94         
95 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
98
99         Clamp top/bottom values of destinations to make sure they are not
100         bigger than the page height. Fixes bug #569327.
101         
102 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * libdocument/ev-debug.h:
105
106         Fix build when debug mode is disabled.
107         
108 2009-01-30  Christian Persch  <chpe@gnome.org>
109
110         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
111         this return TRUE only if any backends were loaded, so the ev_init()
112         function works as documented.
113
114 2009-01-30  Christian Persch  <chpe@gnome.org>
115
116         * evince-document.h:
117         * libdocument/Makefile.am:
118         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
119         #569117.
120
121         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
122         * libdocument/ev-backends-manager.h:
123         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
124         * libdocument/ev-debug.h:
125         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
126         (_ev_file_helpers_shutdown):
127         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
128         private.
129
130         * properties/ev-properties-main.c: (nautilus_module_initialize),
131         (nautilus_module_shutdown):
132         * shell/main.c: (main):
133         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
134         init/shutdown method.
135
136 2009-01-29  Christian Persch  <chpe@gnome.org>
137
138         * shell/main.c: (option_version_cb): Add --version which was lost in
139         the libgnome removal. Bug #562869.
140
141 2009-01-26  Christian Persch  <chpe@gnome.org>
142
143         * shell/ev-application.c: (ev_application_register_service),
144         (ev_application_shutdown):
145         * shell/main.c: (main): Move metadata manager initialisation and
146         shutdown into EvApplication. Follow-up from bug #569120.
147
148 2009-01-26  Christian Persch  <chpe@gnome.org>
149
150         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
151         copy the string twice. Bug #569231.
152
153 2009-01-26  Christian Persch  <chpe@gnome.org>
154
155         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
156         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
157         * libdocument/ev-file-helpers.h:
158         * shell/ev-application.c: (ev_application_shutdown),
159         (ev_application_init), (ev_application_screensaver_disable),
160         (ev_application_save_print_settings),
161         (ev_application_set_page_setup):
162         * shell/ev-application.h:
163         * shell/ev-metadata-manager.c: (load_values),
164         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
165         shell, since it shouldn't be public API. Bug #569120.
166
167         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
168         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
169
170 2009-01-25  Christian Persch  <chpe@gnome.org>
171
172         Bug 569082 – use versioned directory for backends
173
174         * configure.ac: Define ev_binary_version and backenddir.
175         * evince-document.pc.in: Add backenddir variable.
176         * libdocument/Makefile.am:
177         * backend/*/Makefile.am: Remove backenddir definition, so it picks
178         up the one from configure.
179
180 2009-01-25  Christian Persch  <chpe@gnome.org>
181
182         * configure.ac:
183         * evince-document.pc.in: Renamed from evince-backend.pc.in.
184         * libdocument/Makefile.am: Renamed library to libevdocument.la.
185         * libview/Makefile.am:
186         * shell/Makefile.am:
187         * backend/*/Makefile.am: Adapt to changed library name.
188
189         * libdocument/Makefile.am:
190         * libview/Makefile.am: Change the installed headers path to match
191         the directory names in SVN.
192
193         * evince-document.h:
194         * evince-view.h: Add single headers. Bug #568227.
195
196         * libdocument/*.h:
197         * libview/*.h: Add single headers guards.
198
199         * libview/Makefile.am:
200         * libdocument/Makefile.am:
201         * backend/*/Makefile.am:
202         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
203         still include individual headers.
204
205         * properties/Makefile.am:
206         * properties/ev-properties-main.c:
207         * properties/ev-properties-view.h:
208         * thumbnailer/Makefile.am:
209         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
210
211         * libdocument/Makefile.am:
212         * libview/Makefile.am: Generate type builtins from all installed headers.
213         * libdocument/ev-link-action.[ch]:
214         * libdocument/ev-link-dest.[ch]:
215         * libdocument/ev-transition-effect.[ch]:
216         * libview/ev-view.[ch]: Remove handcoded type builtins.
217
218         * libdocument/Makefile.am:
219         * evince-document.h: Add ev-document-factory.h to the public headers.
220
221 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-sidebar-page.c:
224
225         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
226         #568228.
227         
228 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * libdocument/ev-document.h:
231
232         Add EV_DEFINE_INTERFACE macro.
233         
234         * libdocument/ev-async-renderer.c:
235         * libdocument/ev-document-find.c:
236         * libdocument/ev-document-fonts.c:
237         * libdocument/ev-document-forms.c:
238         * libdocument/ev-document-images.c:
239         * libdocument/ev-document-layers.c:
240         * libdocument/ev-document-links.c:
241         * libdocument/ev-document-security.c:
242         * libdocument/ev-document-thumbnails.c:
243         * libdocument/ev-document-transition.c:
244         * libdocument/ev-document.c:
245         * libdocument/ev-file-exporter.c:
246         * libdocument/ev-selection.c:
247
248         Use EV_DEFINE_INTERFACE macro to define interfaces in
249         libdocument. See bug #568228.
250         
251 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * libdocument/ev-document.[ch]:
254
255         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
256         #568228.
257         
258 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
259
260         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
261         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
262         (new_separator_pixbuf):
263         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
264         (egg_toolbar_editor_disconnect_model),
265         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
266         (egg_toolbar_editor_finalize):
267         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
268         * cut-n-paste/toolbar-editor/eggmarshalers.list:
269         
270         Sync EggToolbarEditor with libegg.
271
272 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
273
274         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
275         When saving a file, using the default permissions for the user/system,
276         respecting umask and any setgid bit on the directory. Uses the new
277         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
278         Bug #568593.
279         
280 2009-01-21  Christian Persch  <chpe@gnome.org>
281
282         * configure.ac:
283         * libdocument/Makefile.am:
284         * libview/Makefile.am: Add libtool versioning to libevbackend and
285         libevview. Bug #568229.
286
287 2009-01-21  Christian Persch  <chpe@gnome.org>
288
289         * Makefile.am:
290         * configure.ac:
291         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
292
293 2009-01-21  Christian Persch  <chpe@gnome.org>
294
295         * configure.ac:
296         * libdocument/Makefile.am:
297         A libdocument/ev-version.h.in: Add version defines and version check
298         macro. Bug #568224.
299
300 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
301
302         * shell/ev-sidebar-links.c
303         * shell/ev-print-operation.c:
304         * shell/ev-history.c:
305         * shell/ev-file-monitor.c:
306         * shell/ev-window.c:
307         * shell/ev-password-view.c:
308         * shell/ev-sidebar-thumbnails.c:
309         * shell/ev-sidebar-attachments.c:
310         * libview/ev-pixbuf-cache.c:
311         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
312         Bug #568386.
313
314 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
315
316         * libdocument/ev-document-info.h:
317
318         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
319         
320 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
321
322         * libview/Makefile.am:
323
324         Install ev-job-scheduler.h. See bug #567790.
325         
326 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
327
328         * libdocument/Makefile.am:
329
330         Install ev-backends-manager.h and
331         ev-document-type-builtins.h. Fixes bug #567787.
332         
333 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * NEWS:
336         * configure.ac:
337
338         Update for release 2.25.5
339         
340 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * libview/ev-view.c: (ev_view_drag_data_get):
343
344         Fix second parameter passed to gtk_selection_data_set_uris(), 
345         it expects a gchar **.
346         
347 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
348
349         * libdocument/Makefile.am:
350         * libdocument/ev-document-info.h:
351         * libdocument/ev-document-type-builtins.c.template:
352         * libdocument/ev-document-type-builtins.h.template:
353         * libdocument/ev-document.c: (ev_document_info_get_type),
354         (ev_document_info_copy):
355
356         Make EvDocumentInfo and enums definded in ev-document-info.h
357         GTypes. Fixes bug #567789.
358         
359 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
360
361         * shell/main.c (arguments_parse): Fix for a minor code typo.
362
363 2009-01-18  Christian Persch  <chpe@gnome.org>
364
365         * help/reference/Makefile.am:
366         * help/reference/evince.types: Fix the API docs build. Bug #568171.
367
368 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
369
370         * libview/Makefile.am:
371         * libview/ev-view-type-builtins.c.template:
372         * libview/ev-view-type-builtins.h.template:
373
374         Make EvJobPriority a proper GType. Fixes bug #567788.
375         
376 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * configure.ac:
379         * cut-n-paste/*/Makefile.am:
380         * libdocument/Makefile.am:
381
382         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
383         code.
384         
385 2009-01-18  Christian Persch  <chpe@gnome.org>
386
387         * libview/ev-view.c: (ev_view_drag_data_get),
388         (ev_view_drag_motion), (ev_view_update_primary_selection),
389         (clear_link_selected):
390         * shell/ev-sidebar-attachments.c:
391         (ev_sidebar_attachments_drag_data_get),
392         (ev_sidebar_attachments_get_property),
393         (ev_sidebar_attachments_init):
394         * shell/ev-window.c: Update drag handling code to use the
395         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
396         hardcoding the targets lists. Bug #558084.
397         
398 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * libdocument/Makefile.am:
401         * libdocument/ev-backend-marshal.c:
402         * libdocument/ev-backend-marshalers.list:
403         * libdocument/ev-document.c:
404
405         Remove unused marshalers stuff from libdocument.
406         
407 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * po/POTFILES.in:
410
411         Update for the current source tree.
412         
413 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * configure.ac:
416         * Makefile.am:
417         * libdocument/Makefile.am:
418         * libview/Makefile.am:
419         * libview/ev-job-scheduler.[ch]:
420         * libview/ev-jobs.[ch]:
421         * libview/ev-page-cache.[ch]:
422         * libview/ev-pixbuf-cache.[ch]:
423         * libview/ev-timeline.[ch]:
424         * libview/ev-transition-animation.[ch]:
425         * libview/ev-view-accessible.[ch]:
426         * libview/ev-view-marshal.list:
427         * libview/ev-view.[ch]:
428         * shell/Makefile.am:
429
430         Move EvView specific code to a libeviview library so that it can
431         be embbeded in other applications. Based on patches by Tomeu
432         Vizoso. Fixes bug #567751.
433         
434 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
437         * shell/ev-window.c: (ev_window_load_job_cb),
438         (ev_window_load_job_cb), (ev_window_open_uri),
439         (ev_window_reload_local), (ev_window_dispose):
440
441         Remove dest, mode and search_string from EvJobLoad since they are
442         not really needed by the job, but for the window.
443         
444 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-view.c: (ev_view_drag_data_received),
447         (ev_view_class_init), (ev_view_init):
448         * shell/ev-window.c: (ev_window_drag_data_received),
449         (ev_window_class_init), (ev_window_init):
450
451         Make the whole EvWindow the destination of a drag and drop
452         operation.
453         
454 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-window.c: (window_open_file_copy_progress_cb):
457
458         Add missing brakets around the percentage in progress
459         messages. See bug #567910.
460         
461 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * shell/ev-application.c: (ev_application_open_window),
464         (ev_application_open_uri_at_dest):
465
466         Do no use gdk_x11_* when not available. Based on patch by Hib
467         Eris, see bug #339172.
468         
469 2009-01-16  Hib Eris  <hib@hiberis.nl>
470
471         * configure.ac:
472         * properties/ev-properties-view.c:
473         (ev_properties_view_format_date):
474
475         Check for localtime_r. See bug #339172.
476         
477 2009-01-16  Hib Eris  <hib@hiberis.nl>
478
479         * shell/main.c:
480
481         Include gdkx only for dbus support. See bug #339172.
482         
483 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
484
485         * shell/ev-view.c: (ev_view_set_zoom_for_size):
486
487         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
488         #567785.
489         
490 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-window.c: (reload_remote_copy_progress_cb),
493         (window_save_file_copy_progress_cb):
494
495         Use brakets around the percentage in progress messages. See bug
496         #567910.
497         
498 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/ev-window.c: (reload_remote_copy_ready_cb):
501
502         Fix typo in error message. See bug #567910.
503         
504 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-window.c: (ev_window_cmd_file_close_window):
507
508         Fix mnemonic conflict. Fixes bug #567937.
509         
510 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
511
512         * NEWS:
513         * configure.ac:
514
515         Update for release 2.25.4
516         
517 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
518
519         * configure.ac:
520         
521         GLib version requirement bumped to 2.18 due to g_set_error_literal.
522         Thanks to Christian Spurk.
523
524 2008-12-31  Hib Eris  <hib@hiberis.nl>
525         
526         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
527
528         Fix mime type handling.
529         
530 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * po/POTFILES.in:
533
534         Add ev-print-operation.c.
535         
536 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-window.c: (ev_window_clear_progress_idle),
539         (reset_progress_idle), (ev_window_show_progress_message),
540         (ev_window_reset_progress_cancellable),
541         (ev_window_progress_response_cb), (show_loading_progress),
542         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
543         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
544         (show_reloading_progress), (reload_remote_copy_ready_cb),
545         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
546         (show_saving_progress), (window_save_file_copy_ready_cb),
547         (window_save_file_copy_progress_cb), (ev_window_save_remote),
548         (ev_window_dispose):
549
550         Show progress information when loading/saving remote files. Fixes
551         bug #370958.
552         
553 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
556
557         Show better warning message when temp file cannot be deleted.
558         
559 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * shell/ev-window.c: (image_save_dialog_response_cb):
562
563         Fix saving images to remote locations.
564         
565 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * shell/ev-application.[ch]: (ev_application_shutdown),
568         (ev_application_get_print_settings_file),
569         (ev_application_save_print_settings),
570         (ev_application_get_print_settings),
571         (ev_application_set_print_settings),
572         (ev_application_get_page_setup), (ev_application_set_page_setup):
573         * shell/ev-window.c: (ev_window_save_print_page_setup),
574         (ev_window_load_print_page_setup_from_metadata),
575         (ev_window_print_page_setup_done_cb),
576         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
577         (ev_window_cmd_preview_print):
578
579         Remember page setup options too. Paper size is globally remembered
580         while page margins are stored per document in metadata file. Fixes
581         bugs #525185 and #349102.
582         
583 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-print-operation.c:
586         (ev_print_operation_export_print_dialog_response_cb):
587
588         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
589         
590 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
591
592         * shell/ev-print-operation.c: (export_cancel),
593         (export_job_cancelled), (ev_print_operation_export_begin),
594         (ev_print_operation_export_cancel):
595         * shell/ev-window.c: (ev_window_print_cancel),
596         (ev_window_print_update_pending_jobs_message),
597         (ev_window_print_operation_done),
598         (ev_window_print_operation_status_changed),
599         (print_jobs_confirmation_dialog_response),
600         (ev_window_cmd_file_close_window):
601
602         Show a confirmation dialog when there are pending print jobs while
603         closing the main window. Fixes bug #480964.
604         
605 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
608         (ev_print_operation_get_job_name),
609         (ev_print_operation_get_status),
610         (ev_print_operation_get_progress),
611         (ev_print_operation_update_status),
612         (ev_print_operation_export_get_job_name), (clamp_ranges),
613         (get_first_and_last_page), (ev_print_operation_export_run_next),
614         (print_job_finished), (export_print_done), (export_job_cancelled),
615         (update_progress), (export_print_page),
616         (ev_print_operation_export_begin),
617         (ev_print_operation_export_print_dialog_response_cb),
618         (ev_print_operation_export_run),
619         (ev_print_operation_export_cancel),
620         (ev_print_operation_export_class_init):
621         * shell/ev-window.c:
622         (ev_window_print_update_pending_jobs_message),
623         (ev_window_print_operation_done),
624         (ev_window_print_progress_response_cb),
625         (ev_window_print_operation_status_changed),
626         (ev_window_print_operation_begin_print), (ev_window_print_range),
627         (ev_window_dispose):
628
629         Show progress information when printing. Fixes bug #482770.
630         
631 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/Makefile.am:
634         * shell/ev-progress-message-area.[ch]:
635         * shell/ev-message-area.[ch]: (ev_message_area_init),
636         (ev_message_area_set_image_from_stock):
637
638         Add EvProgressMessageArea derived from EvMessageArea to show
639         progress information in the message area. 
640         
641 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
644
645         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
646         close button. Add a function to get the contents of the message
647         area.
648         
649 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * shell/Makefile.am:
652         * shell/ev-print-operation.[ch]:
653         * shell/ev-jobs.[ch]: (ev_job_export_init),
654         (ev_job_export_dispose), (ev_job_export_run),
655         (ev_job_export_class_init), (ev_job_export_new),
656         (ev_job_export_set_page):
657         * shell/ev-window.c: (ev_window_print_operation_done),
658         (ev_window_print_range), (ev_window_dispose):
659
660         First step of the printing system rework. EvJobPrint has been
661         replaced by EvJobExport so that every page is scheduled to be
662         exported in a thread instead of scheduling the whole printing
663         process. This way the gui is responsive during printing.
664         
665 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-window.c: (setup_size_from_metadata),
668         (ev_window_load_print_settings_from_metadata):
669
670         Fix memory leaks.
671         
672 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * libdocument/ev-document.c: (ev_document_get_type):
675
676         Add GObject type as prerequisite to EvDocument interface so that
677         document instances can be used as GObjects.
678         
679 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-view.c: (jump_to_find_result):
682
683         Only jump the the location of the find result for the first match
684         when searching. It drastically improves the performance when
685         searching. Bug catched and fixed by Michael Hunold. Fixes bug
686         #564774.
687         
688 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * properties/ev-properties-main.c: (ev_properties_get_pages):
691         * properties/ev-properties-view.[ch]:
692         (ev_properties_view_dispose), (ev_properties_view_class_init),
693         (ev_properties_view_set_info), (ev_properties_view_new):
694         * shell/ev-properties-dialog.[ch]:
695         (ev_properties_dialog_set_document):
696         * shell/ev-window.c: (ev_window_setup_document),
697         (ev_window_cmd_file_properties):
698
699         Add document URI to properties page. Fixes bug #555376.
700         
701 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * configure.ac:
704         * data/Makefile.am:
705         * data/evince-password.glade: Removed
706         * data/evince-properties.glade: Removed
707         * properties/ev-properties-view.c:
708         (ev_properties_view_class_init), (set_property),
709         (ev_properties_view_set_info), (ev_properties_view_init):
710         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
711         (font_cell_data_func), (ev_properties_fonts_init):
712
713         Remove Glade dependency.
714         
715 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/comics/comics-document.c: (comics_document_load):
718
719         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
720         
721 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * NEWS:
724         * configure.ac:
725
726         Update for release 2.25.2
727         
728 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * configure.ac:
731         * shell/Makefile.am:
732         * shell/ev-keyring.[ch]:
733         * shell/ev-password.[ch]: Removed
734         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
735         (ev_password_view_class_init), (ev_password_view_clicked_cb),
736         (ev_password_view_init), (ev_password_view_set_uri),
737         (ev_password_dialog_got_response),
738         (ev_password_dialog_remember_button_toggled),
739         (ev_password_dialog_entry_changed_cb),
740         (ev_password_dialog_entry_activated_cb),
741         (ev_password_view_ask_password), (ev_password_view_get_password),
742         (ev_password_view_get_password_save_flags),
743         (ev_password_view_new):
744         * shell/ev-window.c: (ev_window_password_view_unlock),
745         (ev_window_load_job_cb), (ev_window_close_dialogs),
746         (ev_window_init):
747
748         Rework the password view. When the password is in the keyring it's
749         used automatically without showing the password dialog and it's  
750         only stored in the keyring when we are sure it's correct. The
751         password dialog has been reworked too, in order to make it
752         more hig compliant and consistent with the GTK+ dialog used in
753         gtkmountoperation. Fixes bug #562496. 
754         
755 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * backend/comics/comics-document.c: (comics_document_load):
758
759         Do not trust file extensions when getting the command needed to
760         uncompress comic documents. Fixes bug #562143.
761         
762 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * libdocument/ev-document-factory.c: (get_document_from_uri),
765         (ev_document_factory_get_document):
766         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
767         (get_mime_type_from_data), (ev_file_get_mime_type):
768
769         Move mime-type functions from document-facrory to file-helpers so
770         that it can be reused.
771         
772 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
775         (window_open_file_copy_ready_cb), (ev_window_reload_local),
776         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
777         (ev_window_reload_remote), (ev_window_reload_document):
778
779         Add support for reloading remote documents. Fixes bug #555399.
780         
781 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-view.c: (ev_view_find_previous):
784
785         Make sure find_result is never < 0 which causes a crash while
786         searching. Fixes bug #558377.
787         
788 2008-11-19  Marek Kašík <mkasik@redhat.com>
789
790         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
791         (ev_pixbuf_cache_get_selection_surface):
792         
793         Fixes crash on fast scrolling with simultaneous text selection.
794
795 2008-11-19  Marek Kašík <mkasik@redhat.com>
796
797         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
798         * shell/ev-window.c (launch_external_uri):
799         
800         Fixes assertion fail on selecting text. See bug #561393.
801
802 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/Makefile.am:
805         * shell/ev-jobs.[ch]: (ev_job_layers_init),
806         (ev_job_layers_dispose), (ev_job_layers_run),
807         (ev_job_layers_class_init), (ev_job_layers_new):
808         * shell/ev-sidebar-layers.[ch]:
809         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
810         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
811         (ev_view_reload_page), (ev_view_reload):
812         * shell/ev-window.c: (setup_sidebar_from_metadata),
813         (ev_window_sidebar_current_page_changed_cb),
814         (sidebar_layers_visibility_changed), (ev_window_init):
815
816         Add layers support.
817         
818 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * data/icons/22x22/actions/Makefile.am:
821         * data/icons/22x22/actions/eye.png:
822         * shell/ev-stock-icons.[ch]:
823         
824         Add eye icon from gimp to hide/show layers.
825         
826 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * configure.ac:
829         * cut-n-paste/Makefile.am:
830         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
831         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
832         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
833
834         Add GimpCellRendererToggle from gimp slightly modified to fit our
835         needs. 
836         
837 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * configure.ac:
840         * backend/pdf/ev-poppler.cc:
841
842         Implement layers interface in PDF backend.
843         
844 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * libdocument/Makefile.am:
847         * libdocument/ev-document-layers.[ch]:
848         * libdocument/ev-layer.[ch]:
849
850         Add optional content (layers) interface.
851         
852 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
853
854         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
855         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
856
857         Removes unused code.
858
859 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * NEWS:
862         * configure.ac:
863
864         Update for 2.25.1 release
865
866 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-window.c:
869
870         Fix build with GTK+ < 2.14
871
872 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
873
874         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
875         
876         Makes menu label translatable. Fixes bug #559129.
877
878 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
879
880         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
881         (t1_transform_font):
882         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
883         
884         More renames of warning to mdvi_warning in follow up to the
885         fix of the bug #553369. Fix for the bug #559257 by
886         Tuxce <tuxce.net@gmail.com>.
887         
888 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-application.c: (ev_application_init_session):
891         * shell/main.c: (main):
892
893         Move the egg_set_desktop_file() call to main and remove
894         gtk_window_set_default_icon_name() since it's already called by
895         egg_set_desktop_file()
896         
897 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
900
901         Initialize GError to NULL.
902         
903 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-window.c: (window_save_file_copy_ready_cb),
906         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
907         (ev_window_preview_print_finished), (launch_action):
908
909         Do not use popup dialogs to show error messages anymore, use the
910         message area instead.
911         
912 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-window.c: (ev_window_error_message),
915         (ev_window_warning_message), (ev_window_set_document),
916         (ev_window_load_job_cb), (ev_window_load_remote_failed),
917         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
918         (ev_window_cmd_help_contents), (launch_external_uri),
919         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
920         (ev_attachment_popup_cmd_open_attachment),
921         (attachment_save_dialog_response_cb):
922
923         Use a message format (with printf()-style) in
924         ev_window_error_message and ev_window_warning_message.
925
926 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-window.c: (ev_window_error_message),
929         (ev_window_warning_message), (ev_window_set_document),
930         (ev_window_load_job_cb), (ev_window_load_remote_failed),
931         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
932         (ev_window_cmd_help_contents), (launch_external_uri),
933         (image_save_dialog_response_cb),
934         (ev_attachment_popup_cmd_open_attachment),
935         (attachment_save_dialog_response_cb):
936
937         Change ev_window_error_message and ev_window_warning_message to
938         receive a EvWindow instead of a GtkWindow. It's more consistent
939         and avoids unneeded casts.
940         
941 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-window.c: (ev_window_cmd_help_contents):
944
945         Use gtk_show_uri() when availale to display help contents.
946         
947 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * configure.ac:
950         * backend/pdf/ev-poppler.cc:
951         * properties/ev-properties-view.c:
952         * shell/Makefile.am:
953         * shell/ev-tooltip.[ch]: Removed
954         * shell/ev-view-private.h
955         * shell/eggfindbar.c:
956         * shell/ev-application.c:
957         * shell/ev-open-recent-action.c:
958         * shell/ev-sidebar-thumbnails.c:
959         * shell/ev-view.c:
960         * shell/ev-window.c:
961
962         Bump GTK+ requirement to 2.12.
963         
964 2008-10-27 Christian Persch <chpe@gnome.org>
965
966         * backend/djvu/djvu-document.c
967         * backend/dvi/cairo-device.c
968         * cut-n-paste/evmountoperation/ev-mount-operation.h
969         * cut-n-paste/gedit-message-area/gedit-message-area.h
970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
971         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
972         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
973         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
974         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
975         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
976         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
977         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
978         * cut-n-paste/zoom-control/ephy-zoom-action.c
979         * cut-n-paste/zoom-control/ephy-zoom-action.h
980         * cut-n-paste/zoom-control/ephy-zoom-control.c
981         * cut-n-paste/zoom-control/ephy-zoom-control.h
982         * libdocument/ev-async-renderer.h
983         * libdocument/ev-document-factory.c
984         * libdocument/ev-document-misc.h
985         * libdocument/ev-image.h
986         * libdocument/ev-selection.h
987         * shell/ev-properties-fonts.h
988         * shell/ev-stock-icons.h
989         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
990         directly. Bug #558064.
991
992 2008-10-27 Christian Persch <chpe@gnome.org>
993
994         * cut-and-paste/smclient/*: Update from libegg.
995
996 2008-10-27 Christian Persch <chpe@gnome.org>
997
998         * backend/djvu/djvu-document.c
999         * backend/ps/ev-spectre.c
1000         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1001
1002 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1003
1004         * shell/ev-view.c (ev_view_change_page),
1005         (ev_view_transition_animation_finish),
1006         (ev_view_transition_animation_cancel), (page_changed_cb),
1007         (ev_view_set_presentation), (ev_view_next_page),
1008         (ev_view_previous_page):
1009         
1010         Cancel the animation without scheduling transition start
1011         and proceed to the next page to fix bug #516749.
1012
1013 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * NEWS:
1016         * configure.ac:
1017
1018         Update for release 2.24.1
1019         
1020 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1023
1024         Disable toggle function of F5 when in presentation mode. Patch by
1025         Dave Neary. Fixes bug #556162.
1026         
1027 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1030         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1031         (ev_sidebar_thumbnails_fill_model),
1032         (ev_sidebar_thumbnails_refresh),
1033         (ev_sidebar_thumbnails_set_document):
1034
1035         Instead of using only one loading icon for thumbnails based on the
1036         size of the first page, create an icon for every different page
1037         size. Fixes bug #556264.
1038         
1039 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1042
1043         Fix memory leak.
1044         
1045 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1046
1047         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1048
1049         Removes bad prefixes from window title. Patch by 
1050         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1051         
1052 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-window.c: (launch_external_uri):
1055
1056         Do not consider mailto links as http uris. Fixes bug #555801.
1057         
1058 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1061
1062         Fix memory leak. Fixes bug #555134.
1063         
1064 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1067
1068         Emit the job finished signal when the job is handled before the
1069         page_ready callback.
1070         
1071 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-window.c: (launch_action):
1074
1075         Use GdkAppLaunchContext when available to launch external
1076         applications.
1077         
1078 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-window.c: (launch_action):
1081
1082         Fix launching external applications for launch actions which seems
1083         to be broken since the gio port. Fixes bug #554500.
1084         
1085 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * backend/dvi/Makefile.am:
1088         * backend/dvi/cairo-device.c:
1089         * backend/dvi/dvi-document.c:
1090         * backend/dvi/mdvi-lib/Makefile.am:
1091
1092         Fix several compile warnings in the dvi backend.
1093         
1094 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * backend/dvi/mdvi-lib/common.h:
1097         * backend/dvi/mdvi-lib/dviread.c:
1098         * backend/dvi/mdvi-lib/font.c:
1099         * backend/dvi/mdvi-lib/fontmap.c:
1100         * backend/dvi/mdvi-lib/fontsrch.c:
1101         * backend/dvi/mdvi-lib/gf.c:
1102         * backend/dvi/mdvi-lib/pagesel.c:
1103         * backend/dvi/mdvi-lib/pk.c:
1104         * backend/dvi/mdvi-lib/sp-epsf.c:
1105         * backend/dvi/mdvi-lib/special.c:
1106         * backend/dvi/mdvi-lib/tfm.c:
1107         * backend/dvi/mdvi-lib/tfmfile.c:
1108         * backend/dvi/mdvi-lib/util.c:
1109         * backend/dvi/mdvi-lib/vf.c:
1110
1111         Rename error as mdvi_error to avoid symbol conflicts with the libc
1112         error. Rename also message, crash, fatal and warning for
1113         consistency. Fixes bug #553369.
1114         
1115 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * backend/dvi/dvi-document.c: (dvi_document_load):
1118
1119         Fix memory leak.
1120         
1121 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * backend/dvi/dvi-document.c:
1124
1125         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1126         G_IMPLEMENT_INTERFACE.
1127         
1128 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1131
1132         Make sure copy_job_page_and_selection_to_job_info is always called
1133         before copy_job_to_job_info. Fixes bug #552382.
1134         
1135 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * NEWS:
1138         * configure.ac:
1139
1140         Update for release 2.24.0
1141         
1142 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * shell/ev-window.c: (launch_external_uri):
1145
1146         Use GdkAppLaunchContext when available to launch external uris.
1147         
1148 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-window.c: (launch_external_uri):
1151
1152         Use the message area to show errors when lauching external uris
1153         instead of a popup window.
1154         
1155 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-window.c: (launch_external_uri):
1158
1159         Assume invalid uris are http uris. Fixes bug #552071.
1160         
1161 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * NEWS:
1164         * configure.ac:
1165
1166         Update for release 2.23.92.
1167         
1168 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/eggfindbar.c: (egg_find_bar_class_init):
1171
1172         Allow page scrolling with PageUp/PageDown keys when find bar is
1173         active. Fixes bug #529833.
1174         
1175 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-view-private.h:
1178         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1179         (ev_view_scroll), (ev_view_class_init):
1180         * shell/ev-view-accessible.c:
1181         (ev_view_accessible_action_do_action):
1182         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1183         (ev_window_cmd_scroll_backward):
1184
1185         Use GtkScrollType instead of EvScrollType.
1186         
1187 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1188
1189         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1190         
1191         Patch for case unsensitive page label match by Michael Lee.
1192         See bug #550136.
1193         
1194         * shell/ev-page-action.c (create_tool_item):    
1195         * test/Makefile.am:
1196         * test/test1.py:
1197         * test/test4.py:
1198         * test/test5.py:
1199         
1200         Added test for the above and updated other tests.
1201
1202 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-window.c: (image_save_dialog_response_cb):
1205
1206         Do not append the file extension twice when saving an image.
1207         
1208 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1211
1212         Remove an invalid ifdef.
1213         
1214 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-view.c: (ev_view_motion_notify_event):
1217
1218         Make sure the cursor is correctly restored after showing the right
1219         click menu.
1220         
1221 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1224         (ev_attachment_open):
1225         * shell/ev-sidebar-attachments.c:
1226         (ev_sidebar_attachments_button_press):
1227         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1228
1229         Use GdkAppLaunchContext when available to open attachments.
1230         
1231 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1234
1235         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1236         by Eric Piel.
1237         
1238 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * shell/ev-application.c: (ev_application_get_media_keys):
1241         * shell/ev-media-player-keys.[ch]:
1242         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1243         (ev_media_player_keys_grab_keys),
1244         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1245         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1246         * shell/ev-window.[ch]: (ev_window_dispose),
1247         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1248         (ev_window_init):
1249
1250         Clean up the media player keys stuff.
1251         
1252 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * NEWS:
1255         * configure.ac:
1256
1257         Update for release 2.23.91.
1258         
1259 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1262         (sm_client_xsmp_set_initial_properties):
1263
1264         Fix memory leak.
1265         
1266 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-application.c: (ev_application_open_window),
1269         (ev_application_open_uri_at_dest):
1270
1271         Make sure evince starts up in the right workspace when resuming a
1272         previous session.
1273         
1274 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * shell/ev-application.[ch]: (ev_application_open_window),
1277         (ev_application_add_icon_path_for_screen),
1278         (ev_application_open_uri_at_dest):
1279
1280         Fix window manager warnings shown in ~/.xsession-errors
1281         
1282 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * configure.ac:
1285         * cut-n-paste/Makefile.am:
1286         * cut-n-paste/smclient/Makefile.am:
1287         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1288         * cut-n-paste/smclient/eggsmclient-private.h:
1289         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1290         * cut-n-paste/smclient/eggsmclient.[ch]:
1291
1292         EggSMClient copied from libegg
1293
1294         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1295         * shell/Makefile.am:
1296         * shell/ev-application.[ch]: (ev_application_load_session),
1297         (smclient_save_state_cb), (smclient_quit_cb),
1298         (ev_application_init_session), (ev_application_shutdown),
1299         (ev_application_init):
1300         * shell/main.c: (main):
1301
1302         Use EggSMClient instead of gnome-client and remove libgnome and
1303         libgnomeui dependencies.
1304         
1305 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/main.c: (main):
1308
1309         Remove gnome_authentication_manager_init.
1310         
1311 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-view.c: (ev_view_goto_window_create):
1314
1315         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1316         since it's now deprecated.
1317         
1318 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * backend/djvu/Makefile.am:
1321         * backend/djvu/djvu-document-private.h:
1322         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1323         (djvu_document_find_iface_init):
1324         * backend/djvu/djvu-text-page.[ch]:
1325         * backend/djvu/djvu-text.[ch]: Removed
1326         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1327         (pdf_document_find_iface_init):
1328         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1329         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1330         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1331         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1332         (ev_job_find_has_results), (ev_job_find_get_results):
1333         * shell/ev-view-private.h:
1334         * shell/ev-view.[ch]: (ev_view_expose_event),
1335         (highlight_find_results), (ev_view_finalize),
1336         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1337         (ev_view_set_document), (ev_view_find_get_n_results),
1338         (ev_view_find_get_result), (jump_to_find_result),
1339         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1340         (ev_view_find_previous), (ev_view_find_search_changed),
1341         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1342         * shell/ev-window.c: (ev_window_update_actions),
1343         (page_changed_cb), (ev_window_setup_document),
1344         (ev_window_update_find_status_message),
1345         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1346         (ev_window_clear_find_job), (find_bar_close_cb),
1347         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1348         (ev_window_dispose), (ev_window_init):
1349
1350         Rework find interface. The find logic has been moved from backends
1351         to the shell avoiding a lot of duplicated code in the backends and
1352         making easier to implement the find interface in the backends.
1353         
1354 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * backend/pdf/ev-poppler.cc:
1357         (pdf_document_thumbnails_get_dimensions):
1358
1359         Make sure thumbnail size returned by the PDF is actually
1360         valid. Fixes bug #548462.
1361         
1362 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-window.c: (ev_window_setup_document),
1365         (ev_window_set_document), (ev_window_dispose):
1366
1367         Remove the idle function for setting the document up when the
1368         window is destroyed. Fixes bug #549163.
1369         
1370 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1373         (ev_job_attachments_dispose), (ev_job_attachments_run),
1374         (ev_job_attachments_class_init), (ev_job_attachments_new):
1375         * shell/ev-sidebar-attachments.c:
1376         (ev_sidebar_attachments_set_document):
1377
1378         Add a new job to get the attachments in a thread with the document
1379         lock held. Fixes bug #548653.
1380         
1381 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1384         (tiff_document_document_iface_init):
1385
1386         Implement document_get_page_label in tiff backend.
1387         
1388 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * backend/tiff/tiff-document.c: (tiff_document_render):
1391
1392         Handle document orientation in tiff backend. Fixes bug #548444.
1393         
1394 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1397
1398         Do not crash when adjustment page size is 0. Fixes bug #547440.
1399         
1400 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1403
1404         Sync with current GTK+.
1405         
1406 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1407
1408         * configure.ac:
1409         
1410         Update for release 2.23.6.
1411
1412 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1415         (ev_job_load_set_password):
1416         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1417         * shell/ev-window.c: (password_dialog_response),
1418         (ev_window_load_job_cb):
1419
1420         Fix loading encrypted documents since I broke it with the jobs
1421         rework.
1422         
1423 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * NEWS:
1426
1427         Update NEWS for 2.23.6 release.
1428         
1429 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1430
1431         * backend/impress/impress-document.c:
1432         * backend/impress/render.h:
1433         * libdocument/ev-document-factory.c:
1434         * libdocument/ev-document-factory.h:
1435         * libdocument/ev-document-links.h:
1436         * libdocument/ev-document-misc.c:
1437         * libdocument/ev-document-misc.h:
1438         * properties/ev-properties-main.c:
1439         * properties/ev-properties-view.c:
1440         * properties/ev-properties-view.h:
1441         * shell/eggfindbar.c:
1442         * shell/eggfindbar.h:
1443         * shell/ev-application.c:
1444         * shell/ev-application.h:
1445         * shell/ev-jobs.h:
1446         * shell/ev-message-area.h:
1447         * shell/ev-navigation-action.c:
1448         * shell/ev-navigation-action.h:
1449         * shell/ev-open-recent-action.c:
1450         * shell/ev-open-recent-action.h:
1451         * shell/ev-page-action-widget.c:
1452         * shell/ev-page-action.c:
1453         * shell/ev-page-action.h:
1454         * shell/ev-page-cache.h:
1455         * shell/ev-password-view.h:
1456         * shell/ev-password.h:
1457         * shell/ev-pixbuf-cache.h:
1458         * shell/ev-properties-fonts.c:
1459         * shell/ev-sidebar-attachments.c:
1460         * shell/ev-sidebar-links.c:
1461         * shell/ev-sidebar-links.h:
1462         * shell/ev-sidebar-thumbnails.c:
1463         * shell/ev-sidebar-thumbnails.h:
1464         * shell/ev-sidebar.c:
1465         * shell/ev-sidebar.h:
1466         * shell/ev-stock-icons.c:
1467         * shell/ev-tooltip.h:
1468         * shell/ev-view.c:
1469         * shell/ev-view.h:
1470         * shell/ev-window.c:
1471         * shell/ev-window.h:
1472         * shell/main.c:
1473
1474         More #include cleanups. Again: reordering, single gtk.h
1475         includes and other stuff.
1476
1477 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1478
1479         * shell/eggfindbar.c:
1480         * shell/ev-application.c:
1481         * shell/ev-message-area.c:
1482         * shell/ev-navigation-action.c:
1483         * shell/ev-open-recent-action.c:
1484         * shell/ev-page-action-widget.c:
1485         * shell/ev-page-action.c:
1486         * shell/ev-password-view.c:
1487         * shell/ev-properties-dialog.c:
1488         * shell/ev-properties-fonts.c:
1489         * shell/ev-sidebar-attachments.c:
1490         * shell/ev-sidebar-page.c:
1491         * shell/ev-sidebar-thumbnails.c:
1492         * shell/ev-stock-icons.c:
1493         * shell/ev-tooltip.c:
1494         * shell/ev-view.c:
1495         * shell/ev-window.c:
1496         * shell/main.c:
1497
1498         Cleanup many #include statements: reorder so that a
1499         generic-to-specific order is used, use single gtk.h
1500         includes, and some other cleanups.
1501
1502 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * shell/ev-jobs.h:
1505
1506         Add gio header.
1507         
1508 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1511         (ev_document_fc_mutex_trylock):
1512         * shell/Makefile.am:
1513         * shell/ev-job-queue.[ch]:
1514         * shell/ev-job-scheduler.[ch]:
1515         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1516         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1517         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1518         (ev_job_failed_from_error), (ev_job_succeeded),
1519         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1520         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1521         (ev_job_links_class_init), (ev_job_render_init),
1522         (notify_page_ready), (ev_job_render_page_ready),
1523         (ev_job_render_run), (ev_job_render_class_init),
1524         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1525         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1526         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1527         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1528         (ev_job_save_dispose), (ev_job_save_run),
1529         (ev_job_save_class_init), (ev_job_print_init),
1530         (ev_job_print_dispose), (ev_job_print_run),
1531         (ev_job_print_class_init):
1532         * shell/ev-page-cache.c:
1533         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1534         (check_job_size_and_unref), (move_one_job),
1535         (copy_job_to_job_info), (add_job),
1536         (ev_pixbuf_cache_add_jobs_if_needed):
1537         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1538         (job_fonts_finished_cb), (job_fonts_updated_cb),
1539         (ev_properties_fonts_set_document):
1540         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1541         (ev_sidebar_links_set_document):
1542         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1543         (ev_sidebar_thumbnails_set_document),
1544         (ev_sidebar_thumbnails_clear_job):
1545         * shell/ev-view-private.h:
1546         * shell/ev-view.c:
1547         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1548         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1549         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1550         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1551         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1552         (ev_window_reload_document), (ev_window_clear_save_job),
1553         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1554         (ev_window_clear_print_job), (ev_window_print_job_cb),
1555         (ev_window_print_dialog_response_cb):
1556         * shell/main.c: (main):
1557
1558         Rework the jobs system in order to make it simpler and more
1559         extensible. It allows to run jobs in the main loop instead of
1560         using a thread when it's appropriate like the fonts job. Now it's
1561         also possible to cancel jobs that are currently running. 
1562         
1563 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * libdocument/ev-debug.c: (profile_init):
1566
1567         Create the hash table also when profiling service is enabled for
1568         all sections.
1569         
1570 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1573         (ev_profiler_stop):
1574         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1575         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1576         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1577         (ev_job_print_run):
1578         * shell/main.c: (main):
1579
1580         Add a profile mode available when debug is enabled. Add profilers
1581         in ev-jobs.
1582         
1583 2008-07-23  Götz Waschk <waschk@mandriva.org>
1584
1585         * configure.ac: Correctly build desktop file. Fixes
1586         bug #544237.
1587
1588 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * configure.ac:
1591         
1592         Update for release 2.23.5.
1593
1594 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * NEWS:
1597
1598         Update NEWS for 2.23.5 release.
1599         
1600 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (ev_window_state_event),
1603         (ev_window_class_init):
1604
1605         Intercept window manager's fullscreen request in order to run/stop
1606         fullscreen mode. Fixes bug #493541.
1607         
1608 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1611
1612         Restart the job search when the find bar is opened for the second
1613         time. Fixes bug #531956.
1614         
1615 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1618         (get_document_from_uri):
1619
1620         Make sure we always return a valid error struct when
1621         get_document_from_uri fails. Fixes nautilus crash, see bug
1622         #542548.
1623         
1624 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1625
1626         * libdocument/ev-transition-effect.c
1627         (ev_transition_effect_type_get_type),
1628         (ev_transition_effect_alignment_get_type),
1629         (ev_transition_effect_direction_get_type):
1630         
1631         Fixes bug #542924. Makes enums static to fix Solaris build.
1632
1633 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1634
1635         * shell/ev-view.c: (ev_view_key_press_event):
1636
1637         Add '.' keybinding for blanking the screen in presentation
1638         mode. Fixes bug #542001.
1639         
1640 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * libdocument/ev-document-misc.c:
1643         (ev_document_misc_pixbuf_from_surface):
1644
1645         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1646         #540950.
1647         
1648 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1649
1650         * backend/comics/comics-document.c (comics_document_load):
1651         * backend/comics/comicsdocument.evince-backend.in:
1652         * configure.ac:
1653         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1654         
1655         Added support for 7-zip based cb7 comic book. Patch by
1656         Kartik Rustagi. Fixes bug #532312.
1657
1658 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1659
1660         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1661         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1662         Fixes bug #539972.
1663
1664 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1665
1666         * shell/Makefile.am:
1667         * shell/ev-application.c (ev_application_init),
1668         (ev_application_get_media_keys):
1669         * shell/ev-application.h:
1670         * shell/ev-marshal.list:
1671         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1672         (proxy_destroy), (on_media_player_key_pressed),
1673         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1674         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1675         * shell/ev-media-player-keys.h:
1676         * shell/ev-window.c (ev_window_go_previous_page),
1677         (ev_window_go_next_page), (ev_window_go_first_page),
1678         (ev_window_go_last_page), (ev_window_start_presentation),
1679         (ev_window_dispose), (view_actions_focus_in_cb):
1680         * shell/ev-window.h: When building with D-Bus support, listen
1681         for multimedia key events from gnome-settings-daemon. This allows
1682         to go to the next/previous/first/last pages using, respectively,
1683         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1684         a presentation. Fixes bug #539971.
1685
1686 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1687
1688         * configure.ac:
1689         
1690         Update for release 2.23.4.
1691
1692 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * NEWS:
1695
1696         Update news for 2.23.4 release.
1697         
1698 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1701         * shell/ev-sidebar-thumbnails.c:
1702         (ev_sidebar_thumbnails_set_loading_icon),
1703         (ev_sidebar_thumbnails_refresh):
1704         * shell/ev-window.c: (ev_window_error_message),
1705         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1706         (ev_window_set_document):
1707
1708         Do not crash opening documents with no pages and show a warning
1709         message in the message area. Fixes bugs #537574 and #171588.
1710         
1711 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * shell/Makefile.am:
1714         * shell/ev-file-monitor.[ch]:
1715         * shell/ev-window.c: (ev_window_document_changed),
1716         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1717         (ev_window_reload_job_cb), (ev_window_open_uri),
1718         (ev_window_reload_document), (ev_window_cmd_view_reload),
1719         (ev_window_dispose):
1720
1721         Automaticly reload the document when the file has changed on
1722         disk. Bug #304249.
1723         
1724 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1725
1726         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1727         * libdocument/ev-image.c: (ev_image_save_tmp):
1728         * libdocument/ev-module.c: (ev_module_load):
1729         * shell/ev-application.c: (ev_application_shutdown),
1730         (ev_application_get_print_settings):
1731         * shell/ev-sidebar-attachments.c:
1732         (ev_sidebar_attachments_button_press),
1733         (ev_sidebar_attachments_drag_data_get):
1734         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1735         (ev_window_print_finished), (ev_window_print_send),
1736         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1737         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1738         (ev_window_cmd_preview_print):
1739         * shell/main.c: (load_files_remote):
1740         Fix some build warnings under GCC 4.3.0. (#537535).
1741
1742 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * shell/ev-jobs.c: (ev_job_render_dispose):
1745
1746         Fix a crash in debug mode. Patch by Daniel M German.
1747         
1748 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * shell/ev-window.c:
1751
1752         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1753         
1754 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-window.c: (ev_window_print_send),
1757         (ev_window_do_preview_print):
1758
1759         Use the window title as print job name instead of just
1760         "evince-print". Fixes bug #534493.
1761         
1762 2008-05-19  Frederic Peters  <fpeters@0d.be>
1763
1764         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1765         Bug #533897.
1766
1767 2008-05-19  Frederic Peters  <fpeters@0d.be>
1768
1769         * help/reference/Makefile.am: added missing libevmountoperation to
1770         gtkdoc-scanobj libraries.  Bug #533896.
1771
1772 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1773
1774         * properties/ev-properties-view.c (get_default_user_units):
1775         Fixes check for default units string translation. Bug #533323.
1776
1777 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1778
1779         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1780         be an iks_free(). Fix an array overflow in the XML parser that
1781         would occur whenever the number of attributes in a tag was greater
1782         than 0 and divisible by 6. Fixes GNOME bug #530852.
1783
1784 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * backend/djvu/djvu-document-private.h:
1787         * backend/djvu/djvu-links.c:
1788         * backend/djvu/djvu-text.c:
1789         * backend/djvu/djvu-document.c: (djvu_handle_events),
1790         (djvu_wait_for_message), (djvu_document_load),
1791         (document_get_page_size), (djvu_document_render),
1792         (djvu_document_thumbnails_get_thumbnail),
1793         (djvu_document_file_exporter_end):
1794
1795         Make sure load job doesn't finish successfully when the document
1796         is not successfully decoded by libdjvu. Fixes bug #530202.
1797         
1798 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * configure.ac:
1801         * libdocument/Makefile.am:
1802         * libdocument/ev-debug.[ch]:
1803         * libdocument/ev-document.c:
1804         * shell/ev-jobs.c: (ev_job_links_dispose),
1805         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1806         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1807         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1808         (ev_job_render_page_ready), (ev_job_render_run),
1809         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1810         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1811         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1812         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1813         (ev_job_print_new), (ev_job_print_run):
1814         * shell/main.c: (main):
1815
1816         Add debug mode based on gedit code. Add debug messages in
1817         ev-jobs.
1818         
1819 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * libdocument/ev-document-factory.c: (get_document_from_uri):
1822
1823         Fix memory leak.
1824         
1825 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1826
1827         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1828         (get_mime_type_from_data), (get_document_from_uri),
1829         (ev_document_factory_get_document):
1830         
1831         Improved error message about file opening failture.
1832         Bug #529129.
1833
1834 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1835
1836         * data/evince-toolbar.xml:
1837         
1838         Allow to add SaveAs to toolbar.
1839
1840 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-view-private.h:
1843         * shell/ev-view.[ch]: (ev_view_button_release_event),
1844         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1845         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1846         (ev_view_update_primary_selection), (clear_link_selected),
1847         (ev_view_copy_link_address):
1848         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1849
1850         Update also the primary selection when copying a link
1851         address. Fixes bug #520855.
1852         
1853 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * libdocument/ev-document-factory.c: (get_document_from_uri):
1856
1857         Use the pixbuf backend only when the mime type is not supported by
1858         any of the other backend so that tiff documents, for instance, are
1859         handled by the tiff backend instead of the pixbuf backend. fixes
1860         bug #520290.
1861         
1862 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * cut-n-paste/Makefile.am:
1865
1866         Add evmountoperation to subdirs list.
1867         
1868 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * configure.ac:
1871
1872         Fix libspectre check in configure script. Fixes bug #528549.
1873         
1874 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * configure.ac:
1877         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1878         * shell/Makefile.am:
1879         * shell/ev-window.c: (ev_window_load_remote_failed),
1880         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1881
1882         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1883         open documents in remote locations that are not mounted.
1884         
1885 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1888         (bitmap_convert_msb8):
1889         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1890         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1891
1892         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1893         
1894 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1897         (ev_job_render_new), (ev_job_render_set_selection_info),
1898         (ev_job_render_run):
1899         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1900         (check_job_size_and_unref),
1901         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1902         (add_job), (ev_pixbuf_cache_get_selection_surface):
1903
1904         Create the render context needed for rendering a page in the render
1905         thread so that we don't block the main thread. Simplify
1906         EvJobRender API.
1907         
1908 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * libdocument/Makefile.am:
1911         * libdocument/ev-page.[ch]:
1912         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1913         (ev_render_context_new), (ev_render_context_set_page):
1914         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1915         (ev_form_field_finalize), (ev_form_field_class_init):
1916         * libdocument/ev-document-forms.[ch]:
1917         (ev_document_forms_get_form_fields):
1918         * libdocument/ev-document.[ch]: (ev_document_get_page),
1919         (ev_document_get_page_size), (ev_document_get_page_label):
1920         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1921         (ev_job_render_run), (ev_job_thumbnail_new),
1922         (ev_job_thumbnail_run), (ev_job_print_run):
1923         * shell/ev-page-cache.c: (ev_page_cache_new):
1924         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1925         (check_job_size_and_unref), (add_job):
1926         * shell/ev-sidebar-thumbnails.c: (add_range):
1927         * shell/ev-view.c: (ev_view_form_field_get_region),
1928         (ev_view_form_field_button_create_widget),
1929         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1930         (ev_view_handle_form_field), (ev_view_size_allocate),
1931         (get_selected_text):
1932         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1933         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1934         (pdf_document_get_page), (pdf_document_get_page_label),
1935         (pdf_document_render), (pdf_document_get_info),
1936         (pdf_document_document_iface_init),
1937         (pdf_document_thumbnails_get_thumbnail),
1938         (pdf_document_thumbnails_get_dimensions),
1939         (pdf_document_file_exporter_do_page),
1940         (pdf_selection_render_selection),
1941         (pdf_selection_get_selected_text),
1942         (pdf_selection_get_selection_region),
1943         (pdf_selection_get_selection_map),
1944         (pdf_document_forms_get_form_fields),
1945         (pdf_document_forms_form_field_text_get_text),
1946         (pdf_document_forms_form_field_text_set_text),
1947         (pdf_document_forms_form_field_button_set_state),
1948         (pdf_document_forms_form_field_button_get_state),
1949         (pdf_document_forms_form_field_choice_get_item),
1950         (pdf_document_forms_form_field_choice_get_n_items),
1951         (pdf_document_forms_form_field_choice_is_item_selected),
1952         (pdf_document_forms_form_field_choice_select_item),
1953         (pdf_document_forms_form_field_choice_toggle_item),
1954         (pdf_document_forms_form_field_choice_unselect_all),
1955         (pdf_document_forms_form_field_choice_set_text),
1956         (pdf_document_forms_form_field_choice_get_text):
1957         * backend/ps/ev-spectre.c: (ps_document_get_page),
1958         (ps_document_get_page_size), (ps_document_get_page_label),
1959         (ps_document_render), (ps_document_document_iface_init),
1960         (ps_document_file_exporter_do_page):
1961         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1962         (tiff_document_render), (tiff_document_render_pixbuf),
1963         (tiff_document_file_exporter_do_page):
1964         * backend/pixbuf/pixbuf-document.c:
1965         (pixbuf_document_get_page_size):
1966         * backend/comics/comics-document.c:
1967         (comics_document_get_page_size), (comics_document_render_pixbuf):
1968         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1969         (djvu_document_render), (djvu_selection_get_selected_text),
1970         (djvu_document_thumbnails_get_thumbnail),
1971         (djvu_document_file_exporter_do_page),
1972         (djvu_document_find_get_result):
1973         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1974         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1975         (dvi_document_thumbnails_get_thumbnail),
1976         (dvi_document_file_exporter_do_page):
1977         * backend/impress/impress-document.c:
1978         (impress_document_get_page_size),
1979         (impress_document_render_pixbuf):
1980         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1981
1982         Add EvPage so that we can hold a reference to the backend
1983         page. Form fields keep now a reference to the poppler page
1984         improving performance since we don't have to create/destroy the
1985         poppler field for every form operation. This will be needed for
1986         annotations too.
1987         
1988 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * data/evince-ui.xml:
1991         * shell/ev-window.c:
1992
1993         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1994         
1995 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * configure.ac:
1998         * backend/ps/Makefile.am:
1999
2000         Remove gs stuff from ps backend.
2001         
2002 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * configure.ac:
2005         * backend/pdf/ev-poppler.cc:
2006
2007         Bump poppler requirement to 0.8.0.
2008         
2009 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2010
2011         * NEWS:
2012         * configure.ac:
2013
2014         Update for release 2.22.1.1
2015
2016 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * configure.ac:
2019
2020         Fix build (again) when poppler version is 0.6
2021         
2022 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * backend/djvu/djvu-links.c: (build_tree):
2025
2026         Make sure link title is a valid utf8 string. Fixes bug #526517.
2027         
2028 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * configure.ac:
2031
2032         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2033         #526799.
2034         
2035 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2036
2037         * configure.ac:
2038         
2039         Update for release 2.22.1.
2040
2041 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * NEWS:
2044
2045         Update for upcoming release.
2046
2047 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * configure.ac:
2050         * backend/dvi/dvidocument.evince-backend.in:
2051
2052         Add compressed dvi to the list of supported mime types. Patch by
2053         Ed Catmur. Fixes bug #307087.
2054
2055 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2058
2059         Fix a crash when printing a range that doesn't specify the start or
2060         end page. Fixes bug #524288.
2061
2062 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_cmd_continuous),
2065         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2066         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2067         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2068         (ev_window_run_presentation), (ev_window_stop_presentation),
2069         (ev_window_cmd_view_presentation),
2070         (ev_window_cmd_leave_fullscreen),
2071         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2072
2073         Do not unfullscreen and fullscreen again the window when changing
2074         from fullscreen to presentation mode and vice versa. Fixes bug
2075         #524112.
2076         
2077 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2080
2081         Do not crash when thumbnail failed to render in PS backend. Fixes
2082         bug #525015.
2083         
2084 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2087         (ev_window_load_file_remote), (ev_window_open_uri):
2088
2089         Handle errors when opening remote files.
2090         
2091 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2094
2095         Only grab the focus for the current visible proxy widget. Fixes
2096         bug #521224.
2097         
2098 2008-03-30  Emil Soleyman  <emil@nishra.com>
2099
2100         * shell/ev-window.c: (launch_external_uri):
2101         
2102         Reuse g_app_info_launch_default_for_uri to
2103         save some code and fix bug #525009.
2104
2105 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2106
2107         * shell/ev-window.c (image_save_dialog_response_cb):
2108
2109         Use g_str_has_suffix. See bug #523069.
2110
2111 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * configure.ac:
2114
2115         Add a configure option to enable/diable DBus. Patch by Rémi
2116         Cardona. Fixes bug 521797.
2117
2118 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2121
2122         Fix printing in documents with rotated pages. Patch by Eugen
2123         Dedu. Fixes bug #512648.
2124         
2125 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2128         (ev_link_from_action):
2129
2130         Fix warning messages.
2131         
2132 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-window.c: (image_save_dialog_response_cb):
2135
2136         Do not append the extension to filename when saving an image
2137         if the filename alredy contains the extension. Fixes bug #523069.
2138         
2139 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * shell/ev-view.[ch]: (ev_view_find_cancel):
2142         * shell/ev-window.c: (find_bar_close_cb):
2143
2144         Cancel the find operation when the find bar is closed. Fixes bug
2145         #508845.
2146         
2147 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * backend/ps/psdocument.evince-backend.in:
2150
2151         Make ps backend module resident. Fixes bug #520607.
2152         
2153 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-jobs.c: (ev_job_print_run):
2156
2157         Invert collate action in order to work as expected, fix reverse
2158         printing so that it doesn't start with a blank page and fix number
2159         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2160         
2161 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2164
2165         Fix build with poppler <= 0.7.2
2166         
2167 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * libdocument/ev-document-misc.c:
2170         (ev_document_misc_surface_from_pixbuf):
2171
2172         Fix selections with poppler-splash.
2173         
2174 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * configure.ac:
2177         * backend/pdf/ev-poppler.cc:
2178
2179         Fix build with poppler >= 0.7.2
2180         
2181 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2182
2183         * configure.ac:
2184         
2185         Update for release 2.22.0
2186
2187 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * NEWS:
2190
2191         Update for upcoming release.
2192
2193 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2194
2195         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2196
2197         Bug 495107 – Handle print dialog responses correctly
2198
2199         Correctly handle print dialog response. Properly fixes
2200         the above mentioned bug.
2201
2202 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2205
2206         Make sure print job is only run when the print button is
2207         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2208         
2209 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * backend/pdf/pdfdocument.evince-backend.in:
2212         * libdocument/ev-backends-manager.c:
2213         (ev_backends_manager_load_backend),
2214         (ev_backends_manager_get_document):
2215         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2216
2217         Allow making backend modules resident. This is needed only for
2218         some backends like pdf to avoid registering glib types more than
2219         once.
2220         
2221 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * backend/comics/comics-document.c:
2224         * backend/djvu/djvu-document.c:
2225         * backend/impress/impress-document.c:
2226         * backend/pdf/ev-poppler.cc:
2227         * backend/pixbuf/pixbuf-document.c:
2228         * backend/ps/ev-spectre.c:
2229         * backend/ps/ps-document.c:
2230         * backend/tiff/tiff-document.c:
2231         * libdocument/ev-document.h:
2232         * properties/ev-properties-main.c:
2233
2234         Use g_type_module_add_interface instead of
2235         g_type_add_interface_static. Fixes bug #519679.
2236         
2237 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2238
2239         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2240         Added. Returns whether the animation has everything necessary to run.
2241         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2242         is ready just because it's been created. Fixes #519106.
2243         (draw_one_page): Do not show the "Loading..." text in presentation
2244         mode, there was a slim probability that this could happen.
2245
2246 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2249
2250         Duplicate mime_type string before freeing it so that it doesn't
2251         always fail when getting mime type from uri. Fixes bug #518874.
2252         
2253 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2256
2257         Fix a crash when a choice form field doesn't have any item
2258         selected. Fixes bug #518831
2259         
2260 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2261
2262         * shell/ev-window.c (ev_window_clear_temp_file):
2263         Use g_file_has_prefix instead of renamed
2264         g_file_contains_file.
2265
2266         * configure.ac:
2267         Require new glib for above change.
2268         
2269 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * libdocument/ev-image.c: (ev_image_finalize),
2272         (ev_image_save_tmp):
2273
2274         Return a real uri instead of a filename when saving an
2275         image. Fixes images drag an drop from evince to nautilus. 
2276         
2277 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/pdf/ev-poppler.cc:
2280         (pdf_document_images_get_image_mapping):
2281
2282         Return the image list in the right order. Fixes bug #516237.
2283         
2284 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2285
2286         * backend/impress/impress-document.c:
2287         (impress_document_thumbnails_get_thumbnail):
2288
2289         Remove unused variable to avoid a compiler warning.
2290
2291 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2292
2293         * configure.ac:
2294         
2295         Update for release 2.21.91.
2296
2297 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * configure.ac:
2300         * shell/Makefile.am:
2301         * shell/ev-application.[ch]:
2302         * shell/ev-sidebar-links.c:
2303         * shell/ev-utils.[ch]:
2304         * shell/ev-window.[ch]:
2305
2306         Remove libgnomeprint support. Fixes bug #512370.
2307         
2308 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2309
2310         * thumbnailer/evince-thumbnailer.c: (main):
2311
2312         Initialize glib type system before using it. Fixes bug #513934.
2313         
2314 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * properties/ev-properties-main.c:
2317
2318         Add missing #include.
2319         
2320 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * configure.ac:
2323         * backend/djvu/djvu-document.c: (djvu_document_render):
2324         * backend/tiff/tiff-document.c: (tiff_document_render):
2325
2326         Use the new cairo function cairo_format_stride_for_width when
2327         available. Fixes bug #482720.
2328
2329 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2332         (get_mime_type_from_data), (get_document_from_uri):
2333
2334         Use g_content_type_guess() only when slow is true in
2335         get_document_from_uri(). Fix several memory leaks.
2336         
2337 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2338
2339         * libdocument/ev-document-factory.c:
2340         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2341         (get_document_from_uri):
2342
2343         Use g_content_type_guess () to get mimetype for files.
2344         Bug #510401.
2345
2346 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * thumbnailer/Makefile.am:
2349
2350         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2351         
2352 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * configure.ac:
2355
2356         Fix build with --without-libgnome. Fixes bug #512771.
2357         
2358 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2359
2360         * backend/dvi/Makefile.am: Install only dvi
2361         module. Fixes bug #512718.
2362
2363 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2364
2365         * properties/ev-properties-main.c: (nautilus_module_initialize):
2366         
2367         Initialize backends in properties tab. Fixes bug
2368         #512720.
2369
2370 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2371
2372         * properties/Makefile.am: No need to link with 
2373         libraries. Fixes bug #512719.
2374
2375 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2376
2377         * NEWS:
2378         * configure.ac:
2379         
2380         Update for release 2.21.90.
2381
2382 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-window.c: (ev_window_cmd_escape):
2385
2386         Fix compile warning.
2387         
2388 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2391
2392         Fix printing in dvi backend when filename contains white
2393         espaces. Fixes bug #502839.
2394         
2395 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2398         (screensaver_disable_x11):
2399         * shell/Makefile.am:
2400         * shell/xdg-user-dir-lookup.c: Removed
2401         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2402         * shell/ev-view.c: (ev_view_presentation_transition_start):
2403         * shell/ev-window.c: (ev_window_cmd_file_open),
2404         (ev_window_cmd_save_as), (presentation_set_timeout):
2405
2406         Remove #ifdefs that are no longer needed.
2407         
2408 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-view.[ch]: (ev_view_button_release_event),
2411         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2412         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2413         (ev_window_cmd_escape):
2414
2415         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2416         
2417 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * configure.ac:
2420         * backend/comics/comics-document.c: (comics_document_load):
2421         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2422         (ev_attachment_set_property), (ev_attachment_init),
2423         (ev_attachment_save), (ev_attachment_launch_app),
2424         (ev_attachment_open):
2425         * libdocument/ev-document-factory.c: (get_document_from_uri):
2426         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2427         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2428         * shell/ev-jobs.c:
2429         * shell/ev-password.c: (ev_password_dialog_set_property),
2430         (ev_password_dialog_save_password):
2431         * shell/ev-sidebar-attachments.c:
2432         (ev_sidebar_attachments_drag_data_get):
2433         * shell/ev-window-title.c: (get_filename_from_uri):
2434         * shell/ev-window.c: (ev_window_clear_temp_file),
2435         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2436         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2437         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2438         (launch_external_uri), (image_save_dialog_response_cb),
2439         (attachment_save_dialog_response_cb):
2440         * shell/main.c: (load_files), (load_files_remote), (main):
2441         * thumbnailer/evince-thumbnailer.c: (main):
2442
2443         Port to gio and drop gnome-vfs dependency. Fixes bug
2444         #510401. Based on patch by Cosimo Cecchi.
2445         
2446 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2447
2448         * NEWS:
2449
2450         Fixed formatting inconsistencies (spaces vs. tabs)
2451
2452 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2453
2454         * shell/ev-window.c:
2455
2456         Use top/up/bottom/down arrows instead of
2457         first/left/last/right in the toolbar and menu actions.
2458         This fixes issues with RTL languages and is visually
2459         consistent with the page view. Fixes bug #170081.
2460
2461 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2462
2463         * NEWS:
2464
2465         Fixed some inaccuracies pointed out by Carlos Garcia
2466         Campos.
2467
2468 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2469
2470         * NEWS:
2471         * data/evince.schemas.in:
2472         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2473
2474         Override PDF restrictions by default. Fixes bug #382700.
2475
2476 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2477
2478         * NEWS: Updated for upcoming release
2479
2480 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2483
2484         Fix memory leak.
2485         
2486 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2487
2488         * shell/ev-window.c: (register_custom_actions):
2489         
2490         Added comment for translators
2491
2492 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * shell/ev-view.c: (ev_view_button_release_event):
2495
2496         Do not create the idle function for kinetic scrolling if we are
2497         not in a drag operation.
2498
2499 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2502         (ev_view_button_press_event), (ev_view_motion_notify_event),
2503         (ev_view_button_release_event):
2504
2505         Restore cursor after autoscrolling. Fixes bug #509958.
2506
2507 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * configure.ac:
2510         * backend/pdf/ev-poppler.cc:
2511         (pdf_document_images_get_image_mapping),
2512         (pdf_document_images_get_image),
2513         (pdf_document_document_images_iface_init):
2514         * libdocument/ev-document-images.[ch]:
2515         (ev_document_images_get_image_mapping),
2516         (ev_document_images_get_image):
2517         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2518         (ev_image_get_id), (ev_image_save_tmp):
2519         * shell/ev-jobs.c: (ev_job_render_run):
2520         * shell/ev-view.c: (ev_view_drag_data_get):
2521         * shell/ev-window.c: (image_save_dialog_response_cb),
2522         (ev_view_popup_cmd_copy_image):
2523
2524         Do not render images when rendering the page but on demand. It
2525         reduces the memory comsumption.
2526         
2527 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2528
2529         * configure.a:
2530         * shell/ev-password.c:
2531
2532         Make gnome-keyring optional. Fixes bug #509676.
2533         
2534 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * shell/ev-pixbuf-cache.c: (add_job):
2537
2538         Initialize include_images variable as FALSE instead of TRUE.
2539         
2540 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2541
2542         * configure.ac:
2543         * cut-n-paste/Makefile.am:
2544         * cut-n-paste/fileformatchooser/Makefile.am:
2545         * cut-n-paste/fileformatchooser/egg-macros.h:
2546         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2547         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2548         * shell/Makefile.am:
2549         * shell/ev-utils.c:
2550         (file_chooser_dialog_add_writable_pixbuf_formats),
2551         (get_gdk_pixbuf_format_by_extension):
2552         * shell/ev-utils.h:
2553         * shell/ev-window.c: (ev_window_error_message),
2554         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2555         
2556         Simplify image format selection on save.
2557
2558 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * shell/ev-view.c: (ev_view_scroll_event):
2561         
2562         Repair gorizontal scrolling with shift. Fixes
2563         bug #483412.
2564
2565 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2566         
2567         * MAINTAINERS:
2568
2569         Fix formatting issues.
2570         
2571 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * backend/comics/comics-document.c: (comics_regex_quote):
2574         
2575         Don't overquote special chars except of '. See bug 
2576         502500. Thanks to Tom Parker.
2577
2578 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2579
2580         * MAINTAINERS:
2581         
2582         Added Nickolay and Carlos, since they're doing most of
2583         the releases nowadays.
2584
2585 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2586
2587         * properties/Makefile.am:
2588
2589         Get the nautilus extension dir properly instead of using
2590         a hack. Fixes bug #505359.
2591
2592 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * properties/Makefile.am:
2595         
2596         Install nautilus extension into new place. See bug
2597         #505359. Thanks to Matthias Clasen, Brian Pepple and
2598         Damien Carbery.
2599
2600 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2601
2602         * shell/ev-window.c: (ev_window_get_recent_file_label):
2603         
2604         RTL marker in recent file list. See bug #509076.
2605
2606 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2607
2608         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2609         * shell/ev-window.c: (image_save_dialog_response_cb):
2610
2611         Fix compile warnings due to unused variables.
2612         
2613 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2614
2615         * configure.ac:
2616         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2617         * backend/ps/ev-spectre.c: (ps_document_render):
2618
2619         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2620
2621 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2622
2623         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2624         (ev_transition_animation_paint): Implement "fade" effect.
2625
2626 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2627
2628         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2629         (ev_transition_animation_paint): Implement "uncover" effect.
2630
2631 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2632
2633         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2634         (ev_transition_animation_paint): Implement "cover" effect.
2635
2636 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2637
2638         * shell/ev-transition-animation.c (ev_transition_animation_push)
2639         (ev_transition_animation_paint): Implement "push" effect.
2640
2641 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2642
2643         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2644         (ev_transition_animation_paint): Implement "dissolve" effect.
2645
2646 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2647
2648         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2649         (ev_transition_animation_paint): Implement "wipe" effect.
2650
2651 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2652
2653         * shell/ev-transition-animation.c (ev_transition_animation_box)
2654         (ev_transition_animation_paint): Implement "box" effect.
2655
2656 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2657
2658         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2659         (ev_transition_animation_paint): Implement "blinds" effect.
2660
2661 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2662
2663         * shell/ev-transition-animation.c (ev_transition_animation_split)
2664         (ev_transition_animation_paint): Implement "split" effect.
2665
2666 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2667
2668         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2669         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2670         (ev_view_transition_animation_start) 
2671         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2672         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2673         (ev_view_next_page) (ev_view_previous_page):
2674         
2675         Use EvTransitionAnimation to drive page changes in the presentation
2676         mode, the animation will wait to start until both the origin and 
2677         destination page surfaces are available. Fixes #458460.
2678
2679         (draw_loading_text):
2680
2681         Remove workaround for bug #320352, it's now fixed properly.
2682
2683
2684 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2685
2686         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2687         will contain the implementations for page transition animations, at
2688         the moment it just has the "replace" effect.
2689         * shell/Makefile.am: Added these files to build.
2690
2691 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2692
2693         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2694         animations.
2695         * shell/Makefile.am: Added these files to build.
2696
2697 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2698
2699         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2700         implementation to get_effect() in EvDocumentTransitionIface.
2701
2702 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2703
2704         * libdocument/ev-transition-effect.[ch]: New files, define a page
2705         transition effect, at the moment it maps PopplerPageTransition to a
2706         GObject.
2707         * libdocument/Makefile.am: Added these files to build.
2708         * libdocument/ev-document-transition.[ch]
2709         (ev_document_transition_get_effect): New method, gets the
2710         EvTransitionEffect returned by the interface implementation, with
2711         fallback to the "replace" effect.
2712
2713 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2714
2715         * configure.ac:
2716         * cut-n-paste/Makefile.am:
2717         * cut-n-paste/fileformatchooser/Makefile.am:
2718         * cut-n-paste/fileformatchooser/egg-macros.h:
2719         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2720         * shell/Makefile.am:
2721         * shell/ev-window.c: (image_save_dialog_response_cb),
2722         (ev_view_popup_cmd_save_image_as):
2723
2724         Allow exporting images in any format supported by
2725         GdkPixbuf. Fixes bug #500209.
2726         
2727 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * backend/pixbuf/pixbuf-document.c:
2730
2731         More warnings fixed.
2732         
2733 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2736         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2737         * backend/djvu/djvu-text.h:
2738         * backend/tiff/tiff-document.c: (tiff_document_render):
2739
2740         Fix compile warnings.
2741         
2742 2007-12-28  Christian Persch  <chpe@gnome.org>
2743
2744         * **/*.c: Include config.h. Bug #504721.
2745
2746 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * configure.ac:
2749         * Makefile.am:
2750         * po/POTFILES.in:
2751         * backend/comics/Makefile.am:
2752         * backend/comics/comics-document.[ch]:
2753         * backend/comics/comicsdocument.evince-backend.in:
2754         * backend/djvu/Makefile.am:
2755         * backend/djvu/djvu-document.[ch]:
2756         * backend/djvu/djvudocument.evince-backend.in:
2757         * backend/dvi/Makefile.am:
2758         * backend/dvi/dvi-document.[c]:
2759         * backend/dvi/dvidocument.evince-backend.in:
2760         * backend/impress/Makefile.am:
2761         * backend/impress/impress-document.[ch]:
2762         * backend/impress/impressdocument.evince-backend.in:
2763         * backend/pdf/Makefile.am:
2764         * backend/pdf/ev-poppler.cc:
2765         * backend/pdf/ev-poppler.h:
2766         * backend/pdf/pdfdocument.evince-backend.in:
2767         * backend/pixbuf/Makefile.am:
2768         * backend/pixbuf/pixbuf-document.[ch]:
2769         * backend/pixbuf/pixbufdocument.evince-backend.in:
2770         * backend/ps/Makefile.am:
2771         * backend/ps/ev-spectre.[ch]:
2772         * backend/ps/ps-document.[ch]:
2773         * backend/ps/psdocument.evince-backend.in:
2774         * backend/tiff/Makefile.am:
2775         * backend/tiff/tiff-document.[ch]:
2776         * backend/tiff/tiffdocument.evince-backend.in:
2777         * libdocument/Makefile.am:
2778         * libdocument/ev-backends-manager.[ch]:
2779         * libdocument/ev-module.[ch]:
2780         * libdocument/ev-document.h:
2781         * libdocument/ev-document-factory.[ch]:
2782         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2783         (get_compression_from_mime_type), (get_document_from_uri),
2784         (ev_document_factory_get_document), (file_filter_add_mime_types),
2785         (ev_document_factory_add_filters):
2786         * shell/Makefile.am:
2787         * shell/ev-window-title.c: (get_filename_from_uri):
2788         * shell/main.c: (main):
2789         * thumbnailer/Makefile.am:
2790         * thumbnailer/evince-thumbnailer.c: (main):
2791
2792         Plugin system for backends. Fixes bug #351348.
2793         
2794 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2795
2796         * shell/ev-view-private.h:
2797         * shell/ev-view.c: (ev_view_drag_update_momentum),
2798         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2799         (ev_view_button_release_event), (ev_view_destroy):
2800         
2801         Kinetic scrolling implemented as requested in
2802         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2803
2804 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2805
2806         * data/evince-toolbar.xml:
2807         * data/evince-ui.xml:
2808         * shell/ev-view-private.h:
2809         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2810         (ev_view_button_press_event), (ev_view_motion_notify_event),
2811         (ev_view_button_release_event), (ev_view_init),
2812         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2813         (ev_view_set_cursor):
2814         * shell/ev-view.h:
2815         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2816         (ev_window_cmd_view_autoscroll):
2817         
2818         Autoscroll feature with the context menu. Fixes bug 
2819         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2820
2821 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2824
2825         Disconnect also page-ready signal when removing a job because the
2826         page size has changed. Thanks to kripken
2827         <kripkensteiner@gmail.com>.
2828
2829 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2830
2831         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2832         
2833         Scroll pages in page entry with mouse wheel. Fixes bug
2834         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2835
2836 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * backend/dvi/Makefile.am:
2839         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2840         (mdvi_cairo_device_init):
2841         * backend/dvi/mdvi-lib/common.h:
2842         * backend/dvi/mdvi-lib/mdvi.h:
2843         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2844         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2845         (mdvi_build_path_from_cwd):
2846
2847         Add ps specials support in dvi backend when libspectre is
2848         present. Fixes bug #386005.
2849         
2850 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * backend/ps/Makefile.am:
2854         * backend/ps/ev-spectre.[ch]:
2855         
2856         Use libspectre, if available, for the ps backend. Fixes bugs
2857         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2858
2859 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2860         
2861         * backend/comics/comics-document.c: (comics_document_load):
2862         
2863         Cygwin build issue fix.
2864
2865 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-view.c: (ev_view_set_zoom):
2868
2869         Do not limit the minimum zoom factor when sizing mode is best bit
2870         or fit width. Fixes bug #503805.
2871         
2872 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2875         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2876         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2877         (ev_link_dest_get_property), (ev_link_dest_set_property),
2878         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2879         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2880         (ev_link_dest_new_fitr):
2881         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2882         (goto_fith_dest), (goto_xyz_dest):
2883
2884         Do not change left, top and zoom values when they are null in PDF
2885         destinations. Fixes bug #460658.
2886         
2887 2007-12-10  Christian Persch  <chpe@gnome.org>
2888
2889         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2890         (ev_view_accessible_class_init),
2891         (ev_view_accessible_idle_do_action),
2892         (ev_view_accessible_action_do_action),
2893         (ev_view_accessible_action_get_description),
2894         (ev_view_accessible_action_set_description),
2895         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2896         (ev_view_accessible_factory_init),
2897         (ev_view_accessible_factory_get_accessible_type):
2898         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2899         private data, and G_DEFINE_TYPE. Bug #502843.
2900
2901 2007-12-08  Christian Persch  <chpe@gnome.org>
2902
2903         * shell/ev-metadata-manager.c: (item_free),
2904         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2905         (value_free), (parse_value), (parseItem),
2906         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2907         (save_values): Use GSlice to allocate small amounts of memory. Bug
2908         #475972.
2909
2910 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2913
2914         Restore cursor to normal after a drag operation. Fixes bug
2915         #501603.
2916         
2917 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2918
2919         * NEWS:
2920         * configure.ac:
2921         
2922         Update for release 2.21.1
2923
2924 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * configure.ac:
2927         * cut-n-paste/gedit-message-area/Makefile.am:
2928         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2929         * shell/Makefile.am:
2930         * shell/ev-message-area.[ch]:
2931         * shell/ev-window.c: (ev_window_set_message_area),
2932         (ev_window_error_message_response_cb), (ev_window_error_message),
2933         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2934         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2935         (ev_attachment_popup_cmd_open_attachment),
2936         (attachment_save_dialog_response_cb), (ev_window_set_document),
2937         (ev_window_init):
2938
2939         Use a message area instead of a popup dialog for error
2940         notifications. Fixes bug #337495.
2941         
2942 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2945         (ev_window_run_fullscreen):
2946
2947         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2948         
2949 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * ev-sidebar-thumbnails.c: (update_visible_range),
2952         (ev_sidebar_thumbnails_refresh),
2953         (ev_sidebar_thumbnails_set_document),
2954         (ev_sidebar_thumbnails_support_document):
2955
2956         Show thumbnails for documents with one page. Fixes bug #358751.
2957         
2958 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * shell/ev-window.c:
2961         (ev_window_load_print_settings_from_metadata),
2962         (ev_window_save_print_settings), (ev_window_print_finished),
2963         (ev_window_print_range):
2964
2965         Print settings that are specific to the document are now saved per
2966         document in the metadata file. Fixes bug #488806.
2967         
2968 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2969
2970         * backend/tiff/tiff-document.c: (tiff_document_render):
2971
2972         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2973         
2974 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * shell/ev-application.[ch]: (get_find_string_from_args),
2977         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2978         (ev_application_open_uri_list):
2979         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2980         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2981         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2982         (ev_window_cmd_recent_file_activate),
2983         (ev_window_open_recent_action_item_activated),
2984         (ev_window_print_send), (open_remote_link):
2985         * shell/main.c: (arguments_parse):
2986
2987         Add a command line option for search. Fixes bug #497710.
2988         
2989 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2990
2991         * shell/ev-jobs.c: (ev_job_print_new):
2992
2993         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2994         
2995 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * data/evince-toolbar.xml:
2998         * shell/Makefile.am:
2999         * shell/ev-application.c: (ev_application_init):
3000         * shell/ev-open-recent-action.[ch]:
3001         * shell/ev-window.c:
3002         (ev_window_open_recent_action_item_activated),
3003         (register_custom_actions):
3004
3005         Add an expander to the open toolbar item which pops up a dropdown
3006         menu with the recently used documents. Fixes bug #487215.
3007         
3008 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-window.c: (ev_window_open_uri),
3011         (ev_window_cmd_view_reload):
3012
3013         Do not jump to the first page when reloading by running evince
3014         from the command line. Fixes bug #490847.
3015         
3016 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3017
3018         * shell/ev-window.c: (ev_window_cmd_help_contents):
3019
3020         Plugged memory leak when help file is not found. Fixes bug
3021         #490762.
3022         
3023 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * configure.ac:
3026
3027         Enable djvu, dvi and comics backends by default. Fixes bug
3028         #437121.
3029         
3030 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * configure.ac:
3033         * cut-n-paste/Makefile.am:
3034         * cut-n-paste/recent-files/*: Removed
3035         * help/reference/Makefile.am:
3036         * shell/Makefile.am:
3037         * shell/ev-application.[ch]: (ev_application_shutdown),
3038         (ev_application_init):
3039         * shell/ev-window.c: (ev_window_add_recent),
3040         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3041
3042         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3043         
3044 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3045
3046         * shell/ev-window.c: (launch_external_uri):
3047
3048         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3049         and report error if the URL is not supported (#489910).
3050
3051 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3054         (pdf_document_file_exporter_begin_page),
3055         (pdf_document_file_exporter_end_page):
3056
3057         Fix printing with poppler splash backend. Fixes bug #489774.
3058         
3059 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3062         * shell/ev-print-job.c: (ev_print_job_class_init):
3063
3064         Fix a crash when printing with the gnome-print dialog. Fixes bug
3065         #488939.
3066         
3067 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3068
3069         * backend/pixbuf/pixbuf-document.c:
3070
3071         Fix an implicit function definition warning (#487655)
3072
3073 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * shell/ev-window.c:
3076
3077         Fix conflicting shortcut for view sade pane and presentation.
3078         
3079 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * backend/pdf/ev-poppler.cc:
3082         (pdf_document_file_exporter_begin_page),
3083         (pdf_document_file_exporter_do_page),
3084         (pdf_document_file_exporter_end_page),
3085         (pdf_document_file_exporter_iface_init):
3086         * libdocument/ev-file-exporter.[ch]:
3087         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3088         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3089         (ev_job_print_run):
3090
3091         When printing multiple pages per sheet in reverse option, do not
3092         invert the order of the pages in every sheet, but the order of the
3093         sheets. Do not print blank pages when page range is invalid. Fixes
3094         bugs #484857 and #485521.
3095         
3096 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3099         (ev_job_print_run):
3100         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3101
3102         Respect ranges order when printing more than one range in random
3103         order.
3104         
3105 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3106
3107         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3108         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3109
3110         Rotate also the window icon when document is rotated. Fixes bug
3111         #474681.
3112         
3113 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3116         (pdf_document_forms_get_form_fields):
3117
3118         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3119         Matthias Drochner.
3120         
3121 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * configure.ac:
3124         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3125
3126         Use poppler_page_render_for_printing() instead of
3127         poppler_page_render() if available when exporting to a ps or pdf
3128         file. Fixes bug #476627.
3129         
3130 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-window.c: (ev_window_run_fullscreen):
3133
3134         Do not show the toolbar in fullscreen mode if the main toolbar is
3135         not visible. Fixes bug #483048.
3136         
3137 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-view.c: (ev_view_button_press_event):
3140
3141         Give priority to form fields over images when deciding whether a
3142         button press event is over an image or form field. It allows edit
3143         form fields when they are over a background image. Fixes bug
3144         #477841.
3145         
3146 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3147
3148         * NEWS:
3149         * configure.ac:
3150         
3151         Update for release 2.20.0
3152
3153 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * backend/pdf/ev-poppler.cc:
3156
3157         Remove #ifdef HAVE_FORMS, so that forms support works again.
3158
3159 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3160
3161         * configure.ac:
3162         * data/evince.desktop.in.in:
3163         
3164         Fixes desktop file issues. See bug #473471.
3165
3166 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3169         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3170         (ev_job_queue_remove_job):
3171         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3172         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3173         * shell/ev-window.c: (ev_window_clear_save_job),
3174         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3175         (ev_window_dispose):
3176
3177         Move save a copy task to its own job so that it's carried out in a
3178         thread avoiding another lock in the main thread. Use
3179         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3180         can be saved to a pathin another file system. Fixes bug #456891.
3181         
3182 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3183
3184         * NEWS:
3185         * configure.ac:
3186         
3187         Update for release 2.19.92
3188
3189 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * configure.ac:
3192         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3193         (pdf_selection_get_selection_region),
3194         (pdf_selection_get_selection_map),
3195         (ev_form_field_from_poppler_field):
3196
3197         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3198         and triple click selections are enabled again now.
3199
3200 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-window.c: (ev_window_add_history):
3203
3204         Make sure not to use the history with documents not supporting
3205         links. Fixes bug #468954.
3206
3207 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-window.c: (ev_window_load_job_cb):
3210
3211         Restart the search when reloading a document with the find bar
3212         visible. Fixes bug #461962.
3213
3214 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-window.c: (setup_document_from_metadata),
3217         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3218
3219         Do not jump to the first page when reloading a document from the
3220         last page.
3221
3222 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-window.c: (update_chrome_flag),
3225         (setup_sidebar_from_metadata),
3226         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3227         (ev_window_cmd_edit_find_next),
3228         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3229         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3230         (find_bar_close_cb), (view_actions_focus_in_cb):
3231
3232         Do not update visibility when changing a chrome flag so that it's
3233         possible to update several flags and update visibility only once
3234         for all of them.
3235
3236 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3239
3240         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3241         supported by gtk+. Fixes bug #460907.
3242
3243 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-view.c: (view_update_range_and_current_page):
3246
3247         Make sure current-page <= end-page in continuous mode. Fixes bug
3248         #454950.
3249
3250 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * backend/pdf/ev-poppler.cc: (build_tree):
3253
3254         Ignore outline items without a title. Fixes bug #453913.
3255
3256 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3259         (ev_view_button_release_event), (ev_view_leave_notify_event):
3260
3261         Use always drag mouse cursor during a drag operation. Fixes bug
3262         #470564.
3263
3264 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3267         (pdf_selection_get_selection_region),
3268         (pdf_selection_get_selection_map):
3269
3270         Temporarily disable double and triple selections since it depends on
3271         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3272         released and the update of the external dependency minimal version
3273         approved.
3274
3275 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3278         (pdf_document_file_exporter_do_page):
3279         * libdocument/ev-file-exporter.h:
3280         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3281         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3282
3283         Actually fix printing regressions. Remove orientation from
3284         EvPrintContext since it's redundant.
3285
3286 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3289         * backend/impress/impress-document.c:
3290         (impress_document_document_iface_init):
3291         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3292         * backend/djvu/djvu-document.c:
3293         (djvu_document_document_iface_init),
3294         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3295         * backend/tiff/tiff-document.c:
3296         (tiff_document_document_iface_init):
3297         * backend/pixbuf/pixbuf-document.c:
3298         (pixbuf_document_document_iface_init):
3299         * backend/comics/comics-document.c:
3300         (comics_document_document_iface_init):
3301         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3302         (pdf_selection_render_selection),
3303         (pdf_selection_get_selected_text),
3304         (pdf_selection_get_selection_region),
3305         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3306         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3307         (ev_selection_get_selection_region),
3308         (ev_selection_get_selection_map):
3309         * libdocument/ev-document.[ch]:
3310         * shell/ev-pixbuf-cache.[ch]: (add_job),
3311         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3312         * shell/ev-view-private.h:
3313         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3314         (ev_job_render_run):
3315         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3316         * shell/ev-view.c: (start_selection_for_event),
3317         (ev_view_button_press_event), (ev_view_drag_data_get),
3318         (ev_view_drag_data_received), (ev_view_button_release_event),
3319         (compute_new_selection_text), (compute_selections),
3320         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3321         (ev_view_primary_get_cb):
3322
3323         Add support for double and triple click selections.
3324
3325 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3326
3327         * NEWS:
3328         * configure.ac:
3329
3330         Update for release 2.19.4
3331
3332 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3333
3334         * shell/ev-view-private.h:
3335         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3336         (ev_view_set_highlight_search):
3337         * shell/ev-view.h:
3338         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3339         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3340         (find_bar_visibility_changed_cb):
3341         
3342         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3343
3344 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3347         (pdf_document_file_exporter_begin),
3348         (pdf_document_file_exporter_do_page):
3349         * shell/ev-jobs.c: (ev_job_print_run):
3350         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3351
3352         Create always a portrait cairo surface and rotate when needed for
3353         landscape. It fixes printing problems in real printers.
3354
3355 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3358         * libdocument/ev-file-exporter.[ch]:
3359         (ev_file_exporter_get_capabilities):
3360         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3361         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3362
3363         Adjust number of pages per row according to page orientation when
3364         printing 2 or 6 pages per sheet.
3365
3366 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (ev_window_print_send):
3369
3370         Reset also cups setting to 1 when printing multiple pages per
3371         sheet. Fixes bug #468853.
3372
3373 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * libdocument/ev-document-misc.c:
3376         (ev_document_misc_surface_rotate_and_scale):
3377
3378         Use directly cairo_surface_get_content() when creating a similar
3379         surface as suggested by Jeff Muizelaar. Thanks again.
3380
3381 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/djvu/djvu-document.c: (djvu_document_render):
3384         * backend/tiff/tiff-document.c: (tiff_document_render):
3385         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3386         * libdocument/ev-document-misc.c:
3387         (ev_document_misc_surface_from_pixbuf),
3388         (ev_document_misc_surface_rotate_and_scale):
3389
3390         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3391         creating page surfaces. Fixes bug #453123. Thank you very much to
3392         Jeff Muizelaar <jeff@infidigm.net>.
3393
3394 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * shell/ev-page-cache.c: (ev_page_cache_new),
3397         (ev_page_cache_get_thumbnail_size):
3398         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3399         (ev_sidebar_thumbnails_set_loading_icon):
3400
3401         Also store in page-cache the dimensions of the thumbnails so that
3402         they can be used to create the correct loading icon in the side
3403         pane. Fixes bug #466857.
3404
3405 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * backend/pdf/ev-poppler.cc:
3408         (pdf_document_thumbnails_get_thumbnail):
3409
3410         Fix thumbnails rotation in pdf documents that include embedded 
3411         thumbnails.
3412
3413 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3414
3415         * backend/pdf/ev-poppler.cc:
3416
3417         Don't use #ifdef in macro expansion. Some compilers don't
3418         like that. Closes bug #467042.
3419
3420 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3421
3422         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3423         
3424         Fixes memory leak in djvu backend.
3425
3426 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3427
3428         * data/icons/32x32/Makefile.am:
3429         * data/icons/32x32/actions/Makefile.am:
3430         * data/icons/32x32/actions/view-page-cont.svg:
3431         * data/icons/32x32/actions/view-page-facing.svg:
3432         * data/icons/48x48/Makefile.am:
3433         * data/icons/48x48/actions/Makefile.am:
3434         * data/icons/48x48/actions/view-page-cont.svg:
3435         * data/icons/48x48/actions/view-page-facing.svg:
3436         
3437         Icons for a new sizes.
3438
3439 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3440
3441         * shell/ev-page-cache.c: (build_height_to_page),
3442         (ev_page_cache_get_height_to_page):
3443         
3444         Fixes invalid read, see bug #466401.
3445
3446 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3449         (set_drag_cursor):
3450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3451         (configure_item_cursor), (new_pixbuf_from_widget):
3452
3453         Fix multihead problems in toolbar editor. Fixes bug #382055.
3454
3455 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-window.c: (ev_window_cmd_file_open),
3458         (ev_window_cmd_save_as):
3459
3460         Use g_get_user_special_dir when available instead of
3461         xdg_user_dir_lookup.
3462
3463 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3464
3465         * MAINTAINERS:
3466         
3467         Updated according to request on desktop-devel.
3468
3469 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3472
3473         Do not use cairo_rectangle and cairo_clip since we are
3474         not using cairo_fill but cairo_paint. Use the same cairo context
3475         for every page in the same expose event.
3476
3477 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3478
3479         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3480         leak.
3481
3482 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * configure.ac:
3485         * NEWS:
3486
3487         Release 0.9.3
3488
3489 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * libdocument/ev-document-info.h:
3492         * libdocument/ev-document.h:
3493         * shell/ev-page-action.h:
3494         * shell/ev-sidebar-links.h:
3495
3496         Fix a headers problem with ev-link
3497         
3498         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3499         * shell/ev-view-private.h:
3500         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3501         (get_link_area), (ev_view_query_tooltip),
3502         (ev_view_leave_notify_event), (ev_view_destroy),
3503         (ev_view_class_init):
3504
3505         Use new gtk tooltips when available instead of ev-tooltip.
3506         
3507 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-window.c: (update_chrome_visibility),
3510         (ev_window_sidebar_visibility_changed_cb):
3511
3512         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3513         
3514 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-navigation-action.c:
3517         (ev_navigation_action_history_changed),
3518         (ev_navigation_action_set_history):
3519         * shell/ev-navigation-action-widget.c:
3520         (ev_navigation_action_widget_init):
3521         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3522
3523         Fix compile warnings.
3524         
3525 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3528         (egg_editable_toolbar_dispose):
3529
3530         Fix memory leak.
3531         
3532 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3535         (screensaver_disable_x11):
3536         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3537         * shell/ev-window.c: (presentation_set_timeout):
3538         * shell/ev-view.c: (ev_view_presentation_transition_start):
3539
3540         Use g_timeout_add_seconds instead of g_timeout_add when
3541         available.
3542         
3543 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3546
3547         Set horizontal scrollbar policy to AUTOMATIC instead of
3548         NEVER. Workaround for bug #449462.
3549         
3550 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-jobs.c: (ev_job_render_page_ready):
3553
3554         Add page_ready callback to main loop with high priority and hold
3555         a reference to job during idle.
3556         
3557 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * configure.ac:
3560         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3561         (pdf_document_file_exporter_begin),
3562         (pdf_document_file_exporter_do_page),
3563         (pdf_document_file_exporter_get_capabilities):
3564         * libdocument/ev-file-exporter.h:
3565         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3566         * shell/ev-window.c: (ev_window_print_send),
3567         (ev_window_print_dialog_response_cb):
3568
3569         Allow printing multiple pages per sheet. Fixes bug #395573.
3570         
3571 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * shell/ev-view.c: (tip_from_link):
3574         
3575         Check for NULL, fixes bug #460862.
3576
3577 2007-07-29  Christian Persch  <chpe@gnome.org>
3578
3579         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3580         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3581         (ev_window_cmd_preview_print):
3582         
3583         Fixes bug #437681 - blocks while enumerating printers.
3584
3585 2007-07-29  Christian Persch  <chpe@gnome.org>
3586
3587         * shell/ev-window.c: (ev_window_screen_changed):
3588         
3589         Don't use deprecated gtk+ function. See bug #460909.
3590
3591 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * shell/ev-utils.c: (get_num_monitors):
3594         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3595
3596         Do not use display before initializing it. Remove compile
3597         warnings.
3598
3599 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3600
3601         * shell/ev-view.c: (ev_view_class_init):
3602         
3603         Unix-like hjkl bindings added. See bug #458111.
3604
3605 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3606
3607         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3608         * shell/ev-utils.h:
3609         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3610         (ev_view_update_view_size):
3611         * shell/ev-view.h:
3612         * shell/ev-window.c: (ev_window_update_actions),
3613         (setup_view_from_metadata), (ev_window_screen_changed),
3614         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3615         (zoom_control_changed_cb):
3616         * shell/ev-window.h:
3617         
3618         Reorganizes utility functions.
3619
3620 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3623         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3624         (add_job), (ev_pixbuf_cache_get_surface),
3625         (ev_pixbuf_cache_get_link_mapping),
3626         (ev_pixbuf_cache_get_image_mapping),
3627         (ev_pixbuf_cache_get_form_field_mapping),
3628         (ev_pixbuf_cache_get_text_mapping):
3629         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3630         (notify_page_ready), (ev_job_render_page_ready),
3631         (ev_job_render_run):
3632
3633         Add page_ready signal to notify that page is ready as soon as
3634         possible even if other page elements like links, forms, images or
3635         text mapping are not ready yet.
3636
3637 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3640         (dvi_document_file_exporter_do_page),
3641         (dvi_document_file_exporter_get_capabilities),
3642         (dvi_document_file_exporter_iface_init):
3643         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3644         (ps_document_file_exporter_do_page),
3645         (ps_document_file_exporter_get_capabilities),
3646         (ps_document_file_exporter_iface_init):
3647         * backend/djvu/djvu-document.c:
3648         (djvu_document_file_exporter_begin),
3649         (djvu_document_file_exporter_end),
3650         (djvu_document_file_exporter_get_capabilities),
3651         (djvu_document_file_exporter_iface_init):
3652         * backend/tiff/tiff-document.c:
3653         (tiff_document_file_exporter_begin),
3654         (tiff_document_file_exporter_get_capabilities),
3655         (tiff_document_document_file_exporter_iface_init):
3656         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3657         (pdf_document_file_exporter_do_page),
3658         (pdf_document_file_exporter_get_capabilities),
3659         (pdf_document_file_exporter_iface_init):
3660         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3661         (ev_file_exporter_get_capabilities):
3662         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3663         (idle_print_handler), (ev_print_job_print):
3664         * shell/ev-jobs.c: (ev_job_print_run):
3665         * shell/ev-window.c: (ev_window_print_send),
3666         (ev_window_print_range):
3667
3668         Use capabilities to know which options should be offered by the
3669         print dialog depending on the document backend.
3670
3671 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3674
3675         Give priority to forms over text to set the cursor.
3676
3677 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-view-private.h:
3680         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3681         (ev_view_leave_notify_event), (ev_view_finalize),
3682         (ev_view_get_property), (ev_view_class_init):
3683
3684         Use IBEAM cursor for text form fields and NORMAL cursor for read
3685         only fields. Remove unused status attribute.
3686
3687 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3690
3691         Update region for current selected items also for checkbox
3692         buttons, since they can behave as radio buttons when they are in a
3693         set.
3694
3695 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * configure.ac:
3698         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3699
3700         Get max length of text form fields.
3701
3702 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3705         * libdocument/ev-form-field.h:
3706         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3707
3708         Fix build with current poppler cvs head.
3709
3710 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3713         * shell/eggfindbar.c: (egg_find_bar_init):
3714
3715         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3716         deprecation. Fixes bug #455667
3717
3718 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * NEWS:
3721         * configure.ac:
3722         
3723         Update for release 0.9.2
3724
3725 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * shell/ev-view.c: (ev_view_form_field_text_save),
3728         (ev_view_form_field_choice_save):
3729
3730         Fix a crash when closing whith a form widget visible.
3731
3732 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3735
3736         Update also the region of the current selected button when
3737         clicking on another button if they are radio buttons.
3738
3739 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3742         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3743         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3744         (ev_pixbuf_cache_get_link_mapping),
3745         (ev_pixbuf_cache_get_image_mapping),
3746         (ev_pixbuf_cache_get_form_field_mapping),
3747         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3748         * shell/ev-view.c: (ev_view_form_field_get_region),
3749         (ev_view_form_field_button_create_widget),
3750         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3751         (job_finished_cb):
3752
3753         Redraw only form field region instead of the whole page when
3754         reloading a page to show changes on the form field.
3755
3756 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-view.c: (ev_view_form_field_choice_save):
3759
3760         Fix selection of first item in list form fields.
3761
3762 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3765         (ev_pixbuf_cache_reload_page),
3766         (ev_pixbuf_cache_get_form_field_mapping):
3767
3768         Some refactoring to avoid duplicated code.
3769
3770 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * configure.ac:
3773         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3774         (ev_form_field_from_poppler_field),
3775         (pdf_document_forms_get_form_fields),
3776         (pdf_document_forms_form_field_text_get_text),
3777         (pdf_document_forms_form_field_text_set_text),
3778         (pdf_document_forms_form_field_button_set_state),
3779         (pdf_document_forms_form_field_button_get_state),
3780         (pdf_document_forms_form_field_choice_get_item),
3781         (pdf_document_forms_form_field_choice_get_n_items),
3782         (pdf_document_forms_form_field_choice_is_item_selected),
3783         (pdf_document_forms_form_field_choice_select_item),
3784         (pdf_document_forms_form_field_choice_toggle_item),
3785         (pdf_document_forms_form_field_choice_unselect_all),
3786         (pdf_document_forms_form_field_choice_set_text),
3787         (pdf_document_forms_form_field_choice_get_text),
3788         (pdf_document_document_forms_iface_init):
3789         * libdocument/Makefile.am:
3790         * libdocument/ev-form-field.[ch]:
3791         * libdocument/ev-document-forms.[ch]:
3792         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3793         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3794         (add_job), (ev_pixbuf_cache_reload_page),
3795         (ev_pixbuf_cache_get_form_field_mapping):
3796         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3797         * shell/ev-view-private.h:
3798         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3799         (ev_view_handle_cursor_over_xy),
3800         (ev_view_get_form_field_at_location),
3801         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3802         (ev_view_form_field_button_create_widget),
3803         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3804         (ev_view_form_field_text_create_widget),
3805         (ev_view_form_field_choice_save),
3806         (ev_view_form_field_choice_changed),
3807         (ev_view_form_field_choice_create_widget),
3808         (ev_view_handle_form_field), (ev_view_size_allocate),
3809         (ev_view_realize), (draw_end_presentation_page),
3810         (ev_view_button_press_event), (ev_view_remove_all),
3811         (ev_view_motion_notify_event), (ev_view_key_press_event),
3812         (ev_view_enter_notify_event), (highlight_find_results),
3813         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3814         (ev_view_class_init), (page_changed_cb),
3815         (on_adjustment_value_changed), (ev_view_set_presentation),
3816         (merge_selection_region), (ev_view_set_cursor),
3817         (ev_view_reset_presentation_state):
3818         
3819         Merge evince-forms branch.
3820
3821 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3822
3823         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3824
3825         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3826         This script also updates itself from libegg
3827
3828         * cut-n-paste/toolbar-editor/egg*:
3829         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3830         libegg
3831
3832 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3833
3834         * shell/ev-window.c:
3835         
3836         Adds a nice icon to page action during toolbar editing.
3837         See bug #452872.
3838
3839 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * data/evince-toolbar.xml:
3842         * shell/ev-window.c:
3843         
3844         Let user add a presentation and fullscreen icons on toolbar.
3845         See bug #449734.
3846
3847 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3848
3849         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3850
3851         new script to keep in sync with toolbareditor in libegg
3852
3853         * cut-n-paste/toolbar-editor/*: 
3854
3855         Run update-toolbareditor-from-libegg so we are in sync again. 
3856         Fixes bug #452850.
3857         
3858
3859 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * shell/ev-sidebar-links.c: (job_finished_callback):
3862
3863         Do not connect selection changed signal more than once. Fixes bug
3864         #349433.
3865
3866 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3869
3870         Do not change sidebar chrome flag when pressing F9 key in
3871         presentation mode.
3872
3873 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * backend/pdf/ev-poppler.cc:
3876         (pdf_document_thumbnails_get_dimensions):
3877
3878         Make sure thumbnails width and height is not <= 0. Fixes a crash
3879         with some pdf documents which have really small pages.
3880
3881 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3882
3883         * shell/main.c: (main):
3884
3885         Fixes program description translation issue.
3886         Bug #450148.
3887
3888 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3889
3890         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3891
3892         Do not change current page when returning from black/white mode
3893         in presentation. Fixes bug #415032.
3894
3895 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * NEWS:
3898         * configure.ac:
3899         
3900         Update for release 0.9.1
3901
3902 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3903
3904         * backend/dvi/dvi-document.c:
3905         (dvi_document_finalize),
3906         (dvi_document_file_exporter_format_supported),
3907         (dvi_document_file_exporter_begin),
3908         (dvi_document_file_exporter_do_page),
3909         (dvi_document_file_exporter_end),
3910         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3911         
3912         PDF exporter for dvi documents. Fixes bug #441319.
3913
3914 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * shell/ev-window.c: (ev_window_clear_print_job):
3917
3918         Clear gtk print job when job has finished. Fixes bug #447612.
3919
3920 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * shell/ev-window.c: (ev_window_print_send),
3923         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3924
3925         Add preview button to print dialog. Fixes bug #445419.
3926
3927 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * backend/dvi/Makefile.am:
3930         * backend/dvi/pixbuf-device.[ch]: Removed
3931         * backend/dvi/cairo-device.[ch]: Added
3932         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3933         * backend/dvi/dvi-document.c: (dvi_document_load),
3934         (dvi_document_render), (dvi_document_finalize),
3935         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3936         (dvi_document_do_color_special):
3937         * libdocument/ev-document-misc.[ch]:
3938         (ev_document_misc_pixbuf_from_surface):
3939
3940         Port dvi backend to cairo and fix a problem with colors. 
3941
3942 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-view.c: (draw_one_page):
3945
3946         Draw only visible region.
3947
3948 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * backend/djvu/djvu-document.c: (djvu_document_render):
3951
3952         Fix rotation in djvu backend.
3953
3954 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3955
3956         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3957         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3958         (ev_pixbuf_cache_get_image_mapping),
3959         (ev_pixbuf_cache_get_text_mapping):
3960
3961         Redraw view every time we have a new surface. Fixes bug #443587.
3962
3963 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * libdocument/ev-document.c: (ev_document_info_free):
3966
3967         Fix memory leaks.
3968
3969 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * backend/dvi/dvi-document.c: (dvi_document_render),
3972         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3973         * backend/impress/impress-document.c:
3974         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3975         (impress_document_render), (impress_document_document_iface_init),
3976         (impress_document_thumbnails_get_thumbnail):
3977         * backend/djvu/djvu-document-private.h:
3978         * backend/djvu/djvu-document.c: (djvu_document_render),
3979         (djvu_document_finalize), (djvu_document_document_iface_init),
3980         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3981         * backend/tiff/tiff-document.c: (tiff_document_render),
3982         (tiff_document_render_pixbuf),
3983         (tiff_document_document_iface_init):
3984         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3985         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3986         (pdf_selection_render_selection):
3987         * backend/comics/comics-document.c:
3988         (comics_document_render_pixbuf), (comics_document_render),
3989         (comics_document_document_iface_init):
3990         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3991         (pixbuf_document_document_iface_init):
3992         * libdocument/ev-document-misc.[ch]:
3993         (ev_document_misc_surface_from_pixbuf),
3994         (ev_document_misc_surface_rotate_and_scale):
3995         * libdocument/ev-document.[ch]: (ev_document_render):
3996         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3997         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3998         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3999         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4000         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4001         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4002         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4003         (render_finished_cb), (ev_job_render_run):
4004         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4005         (merge_selection_region):
4006
4007         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4008         and selections.
4009
4010 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-window-title.c: (ev_window_title_update):
4013
4014         Fix memory leak.
4015
4016 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * shell/ev-view.c: (draw_loading_text):
4019
4020         Show loading text centered. Fixes bug #433061
4021
4022 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * shell/ev-sidebar-thumbnails.c:
4025         (ev_sidebar_thumbnails_set_loading_icon):
4026
4027         Remove a mutex in the main thread that blocks the UI in heavy
4028         documents.
4029
4030 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4033
4034         Set points_set to TRUE so that selections don't disappear after a
4035         zoom change.
4036
4037 2007-06-07  Michael Monreal  <infernux@web.de>
4038
4039         * data/icons/16x16/actions/Makefile.am:
4040         * data/icons/16x16/actions/zoom.svg:
4041         * data/icons/22x22/actions/Makefile.am:
4042         * data/icons/22x22/actions/zoom.svg:
4043         * data/icons/24x24/actions/Makefile.am:
4044         * shell/ev-stock-icons.c:
4045         * shell/ev-stock-icons.h:
4046         * shell/ev-window.c:
4047         
4048         Zoom icon artwork. See bug #444795.
4049
4050 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4051
4052         * shell/ev-metadata-manager.c: Remove extraneous function
4053         (Closes: #444386)
4054
4055 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4056
4057         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4058         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4059         (ev_metadata_manager_set), (ev_metadata_manager_save):
4060         Simplify the timeout, no need for modified anymore
4061
4062 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4063
4064         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4065         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4066         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4067         (ev_metadata_manager_save): Adapted patch from Arjan van de
4068         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4069         time, saves on power (Closes: #443851)
4070
4071 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * configure.ac:
4074         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4075         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4076
4077         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4078
4079 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-window.c: (ev_window_add_history):
4082
4083         Check if history is NULL
4084
4085 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * libdocument/ev-image.c: (ev_image_finalize):
4088         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4089         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4090         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4091         (ev_tmp_uri_unlink):
4092
4093         Add functions to delete temporary files created by evince in a safe
4094         way.
4095
4096         * shell/ev-window.c: (ev_window_clear_local_uri),
4097         (open_xfer_update_progress_callback),
4098         (save_xfer_update_progress_callback), (ev_window_save_remote),
4099         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4100         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4101         (attachment_save_dialog_response_cb),
4102         (ev_attachment_popup_cmd_save_attachment_as):
4103
4104         Allow saving a copy of a document, image or attachment to a remote
4105         location. Fixes bug #440754. 
4106
4107 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * configure.ac:
4110         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4111
4112         Fix build with current poppler from cvs head. 
4113
4114 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4115
4116         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4117
4118         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4119         directory exists.
4120
4121 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4122
4123         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4124         * shell/ev-window.c:
4125
4126         Change sidebar ordering. Fixes bug #439939.
4127
4128 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4129
4130         * backend/comics/Makefile.am:
4131         
4132         Fixes build with --without-libgnome.
4133
4134 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4135         
4136         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4137
4138         Update cursor and tooltip on page change and view scroll. Fixes bug
4139         #439217.
4140
4141 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * NEWS:
4144         * configure.ac:
4145         
4146         Update for release 0.9.0
4147
4148 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4149
4150         * backend/djvu/djvu-document-private.h:
4151         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4152         (djvu_document_finalize),
4153         (djvu_document_file_exporter_format_supported),
4154         (djvu_document_file_exporter_begin),
4155         (djvu_document_file_exporter_do_page),
4156         (djvu_document_file_exporter_end),
4157         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4158         
4159         Implemented printing with djvu. Bug #437998.
4160
4161 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * backend/impress/zip.c:
4164         Add missing ulong definition.
4165
4166         * backend/ps/ps-interpreter.c:
4167         Add missing headers.
4168
4169         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4170
4171 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4174
4175         Add missing call to parent class dispose method. 
4176
4177 2007-05-12  Ross Burton  <ross@openedhand.com>
4178
4179         * shell/main.c:
4180         Sync keybindings manually when building without libgnome
4181         (#437925).
4182
4183 2007-05-12  Ross Burton  <ross@openedhand.com>
4184
4185         * shell/ev-window.c:
4186         Respect the screen when opening help (#437866).
4187
4188 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * data/evince-ui.xml:
4191         * shell/ev-application.[ch]: (get_print_settings_from_args),
4192         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4193         (ev_application_open_uri_list):
4194         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4195         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4196         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4197         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4198         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4199         (ev_window_dispose):
4200         * shell/main.c: (arguments_parse):
4201
4202         Add print button in preview mode. Fixes bug #396475. 
4203
4204 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4205
4206         * cut-n-paste/zoom-control/ephy-zoom.h:
4207         
4208         Fixes zoom level factors. See bug #408119 for details.
4209
4210 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4211
4212         * backend/comics/comics-document.c: (comics_regex_quote),
4213         (extract_argv):
4214         
4215         Correctly quote symbols. Fixes crash in the bug
4216         #415370.
4217
4218 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * shell/ev-navigation-action-widget.c:
4221         (ev_navigation_action_widget_init),
4222         (ev_navigation_action_widget_class_init),
4223         (ev_navigation_action_widget_button_press_event):
4224         
4225         Connect to button-press event on correct widget. Fixes
4226         bug #431988
4227
4228 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4229
4230         * shell/ev-application.c: (ev_application_open_window),
4231         (ev_application_add_icon_path_for_screen),
4232         (ev_application_open_uri_at_dest):
4233         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4234         * shell/ev-navigation-action.c: (build_menu):
4235         
4236         Add app-specific icons to our icon theme. Fixes bug
4237         #425508.
4238
4239 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * shell/ev-history.c: (ev_history_class_init),
4242         (ev_history_add_link):
4243         * shell/ev-history.h:
4244         * shell/ev-navigation-action.c:
4245         (ev_navigation_action_history_changed),
4246         (ev_navigation_action_set_history), (build_menu),
4247         (ev_navigation_action_finalize):
4248         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4249         
4250         Make navigation action unsensitive instead of showing
4251         menu with unsensitive word. Fixes bug #417392.
4252
4253 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-application.[ch]: (ev_application_shutdown),
4256         (ev_application_get_print_settings),
4257         (ev_application_set_print_settings):
4258         * shell/ev-window.c:
4259
4260         Remember print settings. Fixes bug #349102. 
4261
4262 2007-05-08  Christian Persch  <chpe@gnome.org>
4263
4264         * configure.ac:
4265         * properties/ev-properties-view.c:
4266
4267         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4268         Bug #382438.
4269
4270 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * configure.ac:
4273         * properties/ev-properties-view.c: (ev_regular_paper_size):
4274
4275         Use gtk+ builtin paper list to identify the document's paper size.
4276         Fixes bug #382438. 
4277
4278 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * configure.ac:
4281
4282         Fix build when compiling with thumbnailer and libgnome support. 
4283
4284 2007-05-04  Ross Burton  <ross@openedhand.com>
4285
4286         * configure.ac:
4287         Add --without-libgnome, check for libgnome and libgnomeui
4288         separately, and add them to the symbols as required.
4289
4290         * libdocument/ev-file-helpers.c:
4291         When building without libgnome, use g_get_user_config_dir instead
4292         of gnome_user_dir_get.
4293
4294         * shell/ev-application.c:
4295         When building without libgnome, don't use session management.
4296
4297         * shell/main.c:
4298         When building without libgnome, don't use GnomeProgram or
4299         initialise the authentication manager.
4300
4301         This fixes #328842.
4302
4303 2007-05-04  Ross Burton  <ross@openedhand.com>
4304
4305         * shell/ev-window.c:
4306         Don't use libgnome to open help, instead call Yelp directly.
4307
4308 2007-05-04  Ross Burton  <ross@openedhand.com>
4309
4310         * shell/ev-sidebar-attachments.c:
4311         Don't use libgnome to lookup icons for MIME types, instead copy
4312         code from GTK+ to do it manually.
4313
4314 2007-05-04  Ross Burton  <ross@openedhand.com>
4315
4316         * configure.ac:
4317         Add libxml to the dependencies for SHELL_CORE (#435818).
4318
4319 2007-05-02  Ross Burton  <ross@openedhand.com>
4320
4321         * configure.ac:
4322         * Makefile.am:
4323         Add --disable-thumbnailer (#434825)
4324
4325 2007-05-02  Ross Burton  <ross@openedhand.com>
4326
4327         * shell/ev-window.c:
4328         Add missing includes, fix indentation.
4329
4330         * shell/main.c:
4331         Fix indentation.
4332
4333 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4334
4335         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4336         ev_application_open_uri_at_dest instead of ev_application_open_uri
4337         preventing new document always being opened in a new window even if there
4338         is an empty window.
4339
4340 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4341
4342         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4343         (egg_recent_view_uimanager_finalize):
4344         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4345         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4346         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4347         (ev_pixbuf_cache_dispose):
4348         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4349         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4350         
4351         Add missing chain to parent class methods. Fixes
4352         bug #433128.
4353
4354 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4355
4356         * data/Makefile.am (update-icon-cache): Updates
4357         gtk-update-icon-cache in uninstall-hook.
4358
4359 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-window.c: (ev_window_setup_document),
4362         (ev_window_set_document), (ev_window_load_job_cb):
4363         * shell/ev-view.c: (setup_caches):
4364         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4365
4366         Start rendering pages before any other jobs. 
4367
4368 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * shell/ev-window.c: (ev_window_stop_fullscreen),
4371         (ev_window_stop_presentation):
4372
4373         Update chrome visibility before window unfullscreen. 
4374
4375 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * data/Makefile.am:
4378         * data/evince-ui.xml:
4379         * shell/ev-stock-icons.[ch]:
4380         * shell/ev-application.[ch]: (ev_application_shutdown),
4381         (ev_application_init), (ev_application_get_toolbars_model):
4382         * shell/ev-window.c: (update_chrome_visibility),
4383         (fullscreen_toolbar_setup_item_properties),
4384         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4385         (ev_window_run_presentation), (ev_window_stop_presentation),
4386         (ev_window_run_preview), (ev_window_screen_changed),
4387         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4388         (ev_window_dispose), (ev_window_init):
4389
4390         Make fullscreen toolbar always visible. Do not use egg toolbars for
4391         fullscreen and preview modes since such toolbars are not editables.
4392         Fixes bugs #300278, #338910 and #316188.  
4393
4394 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4395
4396         * shell/ev-application.c:
4397         * shell/ev-job-queue.c:
4398         * shell/ev-metadata-manager.c:
4399         * shell/ev-stock-icons.c:
4400         * shell/ev-window.c:
4401         * shell/main.c:
4402         
4403         Developers documentation updated.
4404
4405 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4408
4409         Check whether uri is valid before launching it. Fixes bug #427664.
4410
4411 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * shell/ev-window.c:
4414
4415         Change key accelerator for Open a Copy menu entry which is in conflict
4416         with Close. Fixes bug #427321.
4417
4418 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4419
4420         * NEWS:
4421         * configure.ac:
4422         
4423         Update for release 0.8.1
4424
4425 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * shell/ev-window.c: (setup_size_from_metadata):
4428         
4429         Do not make window bigger than screen. Fixes bug 
4430         #388985.
4431
4432 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4435         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4436
4437         Use default resolution when it's not provided by document. Fixes bug
4438         #408762.
4439
4440 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * configure.ac:
4443         * thumbnailer/Makefile.am:
4444         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4445         * thumbnailer/evince-thumbnailer.schemas.in:
4446         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4447
4448         Add support for ps, eps and compressed documents thumbnails. Do not
4449         ignore size parameter. 
4450
4451 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4452
4453         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4454         (dvi_document_do_color_special):
4455         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4456
4457         Implement font color specials in the DVI backend. Fixes bug #303651.
4458
4459 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4460
4461         Fixup the previous commit:
4462
4463         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4464         * shell/xdg-user-dir-lookup.c: Make the function non-static
4465         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4466
4467 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4468
4469         * shell/ev-window.c (file_open_dialog_response_cb): Use
4470         the xdg-user-dirs DOCUMENTS folder as default folder when
4471         opening a file chooser.  (#424858)
4472
4473         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4474         xdg-user-dirs.
4475
4476 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * shell/ev-window.c: (ev_window_load_job_cb):
4479
4480         Do not setup view from metadata on preview mode. 
4481
4482 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * shell/main.c:
4485
4486         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4487
4488 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-view.c: (ev_view_primary_get_cb):
4491
4492         Check pointer != NULL before using it. Fixes bug #416841. 
4493
4494 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * NEWS:
4497         * configure.ac:
4498         
4499         Release 0.8.0
4500
4501 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4504
4505         Do not render thumbnails when sidebar thumbnail page is not visible
4506         at startup. Fixes bug #416447. 
4507
4508 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4509
4510         * data/evince.desktop.in.in:
4511
4512         "Application" is not a valid category in the freedesktop specification.
4513
4514 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * libdocument/ev-file-helpers.[ch]: (compression_run),
4517         (ev_file_uncompress), (ev_file_compress):
4518         * shell/ev-window.c: (file_save_dialog_response_cb):
4519
4520         Save document compressed when saving a copy of a compressed document.
4521         Fixes bug #334542.
4522
4523 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4526
4527         Allow deleting in goto window entry in presentation mode. 
4528
4529 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4530
4531         * Makefile.am: Dist MAINTAINERS.
4532
4533 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * shell/ev-window.c: (ev_window_update_actions):
4536
4537         Fix zoom shortcut keys when searching. Fixes bug #409828.
4538
4539 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * shell/ev-window.c: (ev_window_setup_document):
4542
4543         Fix crash when loading documents with only one page. 
4544
4545 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * backend/dvi/dvi-document.c:
4548         (dvi_document_thumbnails_get_dimensions),
4549         (dvi_document_thumbnails_get_thumbnail):
4550         * backend/impress/impress-document.c:
4551         (impress_document_thumbnails_get_thumbnail),
4552         (impress_document_thumbnails_get_dimensions):
4553         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4554         (ps_document_thumbnails_get_dimensions):
4555         * backend/djvu/djvu-document.c:
4556         (djvu_document_thumbnails_get_dimensions),
4557         (djvu_document_thumbnails_get_thumbnail):
4558         * backend/tiff/tiff-document.c:
4559         (tiff_document_thumbnails_get_thumbnail),
4560         (tiff_document_thumbnails_get_dimensions):
4561         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4562         (pdf_document_thumbnails_get_thumbnail),
4563         (pdf_document_thumbnails_get_dimensions):
4564         * backend/comics/comics-document.c:
4565         (comics_document_thumbnails_get_thumbnail),
4566         (comics_document_thumbnails_get_dimensions):
4567         * backend/pixbuf/pixbuf-document.c:
4568         (pixbuf_document_thumbnails_get_thumbnail),
4569         (pixbuf_document_thumbnails_get_dimensions):
4570         * libdocument/ev-document-thumbnails.[ch]:
4571         (ev_document_thumbnails_get_thumbnail),
4572         (ev_document_thumbnails_get_dimensions):
4573         * libdocument/ev-document-misc.[ch]:
4574         (ev_document_misc_get_thumbnail_frame):
4575         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4576         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4577         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4578         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4579         (ev_sidebar_thumbnails_refresh):
4580         * shell/ev-window.c: (ev_window_setup_document):
4581         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4582
4583         Use an EvRenderContext for rendering thumbnails instead of a suggested
4584         width, so that different sized pages get sized proportionally.
4585
4586 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/ev-view.c: (ev_view_button_press_event),
4589         (ev_view_key_press_event):
4590
4591         Fix critical warnings when there is no document loaded. 
4592
4593 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-page-action-widget.c:
4596         * shell/ev-navigation-action.c:
4597         * shell/ev-window.c:
4598
4599         Fix compile warnings. 
4600
4601 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * backend/djvu/djvu-text.h:
4604         * backend/djvu/djvu-document.c:
4605         * backend/djvu/djvu-text-page.c:
4606         * backend/djvu/djvu-links.c:
4607         * backend/djvu/djvu-text-page.h:
4608         * backend/djvu/djvu-text.c:
4609         
4610         Fix build on Mac. Fixes bug #392186. Patch by
4611         <ephraim_owns@hotmail.com>
4612
4613 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4614
4615         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4616
4617         Restore cairo context before rendering every page when printing a PDF
4618         document into a PDF file. 
4619
4620 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * backend/ps/gstypes.h:
4623         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4624         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4625         (ps_document_thumbnails_get_thumbnail):
4626
4627         Handle PostScript page orientation. Fixes bug #318568.
4628
4629 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * backend/ps/Makefile.am:
4632         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4633         (document_load), (ps_document_load), (save_document),
4634         (save_page_list), (ps_document_get_n_pages),
4635         (ps_document_get_page_size), (ps_document_get_info),
4636         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4637         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4638         (ps_document_thumbnails_get_thumbnail),
4639         (ps_document_thumbnails_get_dimensions),
4640         (ps_document_document_thumbnails_iface_init):
4641         * backend/ps/ps.[ch]: (psgetpagebox):
4642         * backend/ps/ps-interpreter.[ch]:
4643
4644         Add support for thumbnails in ps backend. Fixes bug #164755. 
4645
4646 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * NEWS:
4649         * configure.ac:
4650         
4651         Release 0.7.2
4652
4653 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4656         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4657         (ev_window_dispose):
4658
4659         Use document thumbnail as window icon. Fixes bug #384442.
4660
4661 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4662
4663         * configure.ac:
4664
4665         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4666         duplicated adding application/x-bzpostscript instead. 
4667
4668 2007-02-11  Tom Parker  <palfrey@tevp.net>
4669
4670         * backend/ps/ps-document.c: (document_load):
4671
4672         Check return value of psscan before trying
4673         to use it. Fixes bug #372414.
4674
4675 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4676
4677         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4678
4679         Fix invalid free in ev-page-cache. Fixes bug #404745.
4680
4681 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4682
4683         * test/Makefile.am:
4684         * test/test3.py:
4685         
4686         Added reload test case.
4687
4688 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * po/POTFILES.in:
4691         * backend/djvu/djvu-document.c: (djvu_document_load):
4692
4693         Check whether there are missing files in indirect multipage djvu
4694         documents. Fixes bug #361683. 
4695
4696 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4697
4698         * test/Makefile.am:
4699         * test/test-mime.bin:
4700         * test/test3.py:
4701         
4702         Added test for slow mime type
4703
4704 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4707
4708         Add some checks and call parent_class->finalize. Fixes bug #404745.
4709
4710 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * shell/ev-navigation-action.c: (connect_proxy):
4713         
4714         Fixes dropdown history menu. Thanks a lot Carlos!
4715
4716 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4719
4720         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4721         bug #373715.
4722
4723 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4724
4725         * backend/ps/ps.c: (psscan):
4726
4727         Fix memory leak. 
4728
4729 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4730
4731         * configure.ac:
4732         * libdocument/ev-file-helpers.c: 
4733
4734         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4735
4736 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * configure.ac:
4739         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4740         (ps_interpreter_start), (document_load), (save_document),
4741         (save_page_list):
4742         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4743         * libdocument/ev-document-factory.c:
4744         (ev_document_factory_get_from_mime), (get_document_from_uri),
4745         (free_uncompressed_uri), (ev_document_factory_get_document):
4746         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4747
4748         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4749
4750 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4751
4752         * libdocument/ev-document.h:
4753
4754         Fix typo in function name. 
4755
4756 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * backend/ps/ps-document.c: (ps_interpreter_finished),
4759         (ps_interpreter_start), (ps_interpreter_failed):
4760
4761         Handle ghostscript interpreter crashes. 
4762
4763 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * shell/ev-window.c: (ev_window_open_uri),
4766         (window_configure_event_cb):
4767
4768         Setup window size and position before showing it. Fixes bug #401711.
4769
4770 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * backend/ps/Makefile.am:
4773         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4774         (ps_document_dispose), (ps_document_class_init),
4775         (ps_interpreter_input), (ps_interpreter_output),
4776         (ps_interpreter_error), (setup_interpreter_env),
4777         (ps_interpreter_start), (ps_interpreter_stop),
4778         (ps_interpreter_failed), (ps_interpreter_is_ready),
4779         (check_filecompressed), (document_load), (ps_document_load),
4780         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4781         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4782         (render_page):
4783
4784         Rework ps-document. Code cleanups, remove deprecated code. 
4785
4786 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * shell/ev-view.c: (ev_view_button_press_event):
4789
4790         Do not start an image drag and drop operation when pointer is on 
4791         text, so that we can select text when the whole background is an
4792         image. 
4793
4794 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-window.c: (ev_window_update_actions): 
4797
4798         Disable all zoom related actions during presentation mode. 
4799
4800 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4801
4802         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4803
4804         Do not zoom in or out on presentation mode. Fixes bug #401305.
4805
4806 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-navigation-action.c: (connect_proxy),
4809         (create_menu_item), (ev_navigation_action_class_init):
4810         
4811         Correctly show menu and fix crash when navigaton 
4812         action is out of toolbar visible area.
4813
4814 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * data/Makefile.am:
4817         * data/evince.1:
4818         
4819         Added man file
4820
4821 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4822
4823         * help/reference/* :
4824         * configure.ac:
4825         
4826         Added gtk-doc based documentation for Evince.
4827         Still in initial state but I hope it will
4828         grow.
4829         
4830         * configure.ac:
4831         
4832         Lower dbus requirement to 0.70
4833
4834 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4835
4836         * shell/ev-window.c: (ev_window_add_history):
4837
4838         Fix memory leak. 
4839
4840 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4841
4842         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4843         * shell/ev-view.h:
4844         * shell/ev-window.c: (ev_window_add_history):
4845         
4846         Correctly handle named destination links
4847
4848 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * NOTES:
4851         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4852         * backend/pdf/ev-poppler.cc:
4853         * libdocument/ev-document-links.h:
4854         * libdocument/ev-link.c: (ev_link_get_page):
4855         * libdocument/ev-link.h:
4856         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4857         (ev_history_add_link):
4858         * shell/ev-history.h:
4859         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4860         (new_history_menu_item), (build_menu):
4861         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4862         * shell/ev-sidebar-links.c: (create_loading_model),
4863         (print_section_cb), (ev_sidebar_links_construct),
4864         (fill_page_labels), (update_page_callback_foreach),
4865         (update_page_callback), (job_finished_callback):
4866         * shell/ev-view.c: (ev_view_handle_link):
4867         * shell/ev-window.c: (ev_window_find_chapter),
4868         (ev_window_add_history), (view_handle_link_cb),
4869         (history_changed_cb):
4870         
4871         Implements another history variant
4872
4873 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * shell/ev-window.c: (view_external_link_cb):
4876         * shell/ev-view.c: (ev_view_button_release_event):
4877
4878         Open links in new window when clicking with middle button. 
4879
4880 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4881
4882         * shell/ev-navigation-action.c: (new_history_menu_item):
4883         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4884         * shell/ev-view.c: (ev_view_handle_link):
4885         * shell/ev-window.c:
4886         
4887         Store link before jump, not the destination. For me it 
4888         seems like more natural history behavior.
4889
4890 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4891
4892         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4893         (ev_navigation_action_class_init):
4894         * shell/ev-navigation-action.h:
4895         * shell/ev-page-action.c: (activate_cb):
4896         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4897         (ev_page_cache_set_current_page_history):
4898         * shell/ev-page-cache.h:
4899         * shell/ev-sidebar-thumbnails.c:
4900         (ev_sidebar_tree_selection_changed),
4901         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4902         * shell/ev-view-private.h:
4903         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4904         * shell/ev-view.h:
4905         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4906         (ev_window_setup_document), (ev_window_load_job_cb):
4907         * shell/ev-window.h:
4908         
4909         History finally works as expected.
4910
4911 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4914
4915         Do not update links treeview if it doesn't have a model assigned yet. 
4916
4917 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4920         (ev_sidebar_links_class_init), (update_page_callback):
4921
4922         Do not update links treeview when sidepane is not visible. 
4923
4924 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * shell/ev-marshal.list:
4927         * shell/ev-page-action.c: (activate_cb),
4928         (ev_page_action_class_init):
4929         * shell/ev-page-action.h:
4930         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4931         * shell/ev-window.c:
4932         
4933         Remove activate_link signal, not required.
4934
4935 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * shell/ev-navigation-action.c: (build_menu):
4938         
4939         Reorder menu items and build menu with fixed length.
4940
4941 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4942
4943         * shell/ev-view.c: (get_selected_text):
4944         
4945         Normalize text to fix ligatures problem. See bug
4946         #341947 for details.
4947
4948 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4949
4950         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4951
4952         Fix memory leak in ev-page-cache. 
4953
4954 2007-01-25  Tom Parker <palfrey@tevp.net>
4955
4956         * backend/impress/impress-document.c: (impress_document_load),
4957         (impress_document_finalize), (impress_document_init):
4958         * properties/ev-properties-main.c: (ev_properties_get_pages):
4959         
4960         Correctly handle impress document errors. Fixes nautilus
4961         crash in property page #370491.
4962
4963 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4964
4965         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4966         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4967         (ev_job_queue_remove_job):
4968         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4969         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4970         (ev_job_load_run):
4971         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4972         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4973         (ev_window_load_job_cb), (xfer_update_progress_callback),
4974         (ev_window_open_uri), (ev_window_dispose):
4975         * shell/main.c: (main):
4976
4977         Do file transfer asynchronously in the main thread instead of
4978         synchronously in the load thread. Fixes bugs #399694, #398307 and
4979         #343542.
4980
4981 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-jobs.c: (ev_job_xfer_run):
4984
4985         Load the document with the font-config lock held. 
4986
4987 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * backend/ps/ps-document.c: (start_interpreter):
4990
4991         Fix memory leaks in ps backend. 
4992
4993 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * backend/impress/impress-document.c:
4996         (impress_document_render_pixbuf):
4997
4998         Do not acquire fontconfig lock in impress backend, since it is using
4999         the main loop for rendering. 
5000
5001 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * po/POTFILES.in: 
5004
5005         Remove mdvi files that shouldn't be translated. 
5006
5007 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5008
5009         * shell/ev-view-private.h:
5010         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5011         (ev_view_set_zoom):
5012
5013         Render "loading..." text into a cairo surface instead of directly into
5014         the window so that fontconfig lock is only needed once and UI is not
5015         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5016
5017 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5018
5019         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5020         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5021
5022         Use icon theme associated with the window screen rather than default. 
5023
5024 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5025
5026         * configure.ac:
5027
5028         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5029
5030 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5031
5032         * data/icons/*/apps/evince.*:
5033
5034         Move Evince icons under new apps directory.
5035
5036         * data/icons/*/actions/*:
5037
5038         Add new custom themeable Evince icons: view-page-continuous, 
5039         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5040         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5041
5042         * configure.ac:
5043
5044         Add new directories to AC_CONFIG_FILES.
5045
5046         * shell/ev-stock-icons.c:
5047         * shell/ev-stock-icons.h:
5048
5049         Use new custom themeable icons.
5050
5051 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5052
5053         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5054
5055         Do not draw white background page in presentation mode. 
5056
5057 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5058
5059         * shell/ev-view.c: Remove unused gnome-vfs include.
5060
5061 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5062
5063         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5064         
5065         Format string is corrected, fixes bug #397129.
5066
5067 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/ev-window.c: (ev_window_setup_recent):
5070
5071         Do not include in recent menu inexistent documents. Fixes
5072         bug #339171.
5073
5074 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * po/POTFILES.skip: 
5077
5078         Update POTFILES.skip file according to current source tree. 
5079
5080 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-window.c: (file_save_dialog_response_cb):
5083
5084         Do Save a copy in atomic way. Fixes bug #328266. 
5085
5086 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5089
5090         Keep selected cell always visible in index treeview.
5091
5092 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5093         
5094         * shell/ev-view.c: (ev_view_size_allocate):
5095
5096         Restore horizontal scrollbar after switching to/from fullscreen
5097         or presentation mode. Fixes bug #331728.
5098
5099 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * shell/ev-view-private.h:
5102         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5103         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5104         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5105         (ev_view_can_zoom_out):
5106
5107         Use max and min scale values in the view iby taking dpi into account. 
5108
5109 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5110
5111         * configure.ac:
5112         * NEWS:
5113
5114         Release 0.7.1
5115
5116 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * shell/ev-window.c: (ev_window_print_send):
5119
5120         Send print job to printer with some settings set to default values,
5121         since we have already exported to a file according to such settings
5122         and they could be taken twice by some printers. 
5123
5124 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5125
5126         * shell/ev-jobs.c: (ev_job_xfer_run):
5127         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5128
5129         Show main window and load document with the font-config lock held. 
5130
5131 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * configure.ac:
5134         * shell/ev-application.c: (ev_application_register_service):
5135         * shell/main.c: (load_files_remote):
5136
5137         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5138
5139 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * doc/debugging.txt:
5142         
5143         Remove obsolete documentation.
5144
5145 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5146
5147         * Makefile.am:
5148         * backend/Makefile.am:
5149         * backend/comics/Makefile.am:
5150         * backend/djvu/Makefile.am:
5151         * backend/dvi/Makefile.am:
5152         * backend/ev-async-renderer.c:
5153         * backend/ev-async-renderer.h:
5154         * backend/ev-attachment.c:
5155         * backend/ev-attachment.h:
5156         * backend/ev-backend-marshal.c:
5157         * backend/ev-document-factory.c:
5158         * backend/ev-document-factory.h:
5159         * backend/ev-document-find.c:
5160         * backend/ev-document-find.h:
5161         * backend/ev-document-fonts.c:
5162         * backend/ev-document-fonts.h:
5163         * backend/ev-document-images.c:
5164         * backend/ev-document-images.h:
5165         * backend/ev-document-info.h:
5166         * backend/ev-document-links.c:
5167         * backend/ev-document-links.h:
5168         * backend/ev-document-misc.c:
5169         * backend/ev-document-misc.h:
5170         * backend/ev-document-security.c:
5171         * backend/ev-document-security.h:
5172         * backend/ev-document-thumbnails.c:
5173         * backend/ev-document-thumbnails.h:
5174         * backend/ev-document-transition.c:
5175         * backend/ev-document-transition.h:
5176         * backend/ev-document.c:
5177         * backend/ev-document.h:
5178         * backend/ev-file-exporter.c:
5179         * backend/ev-file-exporter.h:
5180         * backend/ev-image.c:
5181         * backend/ev-image.h:
5182         * backend/ev-link-action.c:
5183         * backend/ev-link-action.h:
5184         * backend/ev-link-dest.c:
5185         * backend/ev-link-dest.h:
5186         * backend/ev-link.c:
5187         * backend/ev-link.h:
5188         * backend/ev-render-context.c:
5189         * backend/ev-render-context.h:
5190         * backend/ev-selection.c:
5191         * backend/ev-selection.h:
5192         * backend/impress/Makefile.am:
5193         * backend/pdf/Makefile.am:
5194         * backend/pixbuf/Makefile.am:
5195         * backend/ps/Makefile.am:
5196         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5197         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5198         (start_interpreter), (stop_interpreter), (document_load),
5199         (ps_document_next_page), (render_page):
5200         * backend/tiff/Makefile.am:
5201         * comics/Makefile.am:
5202         * comics/comics-document.c:
5203         * comics/comics-document.h:
5204         * configure.ac:
5205         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5206         * djvu/Makefile.am:
5207         * djvu/djvu-document-private.h:
5208         * djvu/djvu-document.c:
5209         * djvu/djvu-document.h:
5210         * djvu/djvu-links.c:
5211         * djvu/djvu-links.h:
5212         * djvu/djvu-text-page.c:
5213         * djvu/djvu-text-page.h:
5214         * djvu/djvu-text.c:
5215         * djvu/djvu-text.h:
5216         * dvi/Makefile.am:
5217         * dvi/dvi-document.c:
5218         * dvi/dvi-document.h:
5219         * dvi/fonts.c:
5220         * dvi/fonts.h:
5221         * dvi/mdvi-lib/Makefile.am:
5222         * dvi/mdvi-lib/afmparse.c:
5223         * dvi/mdvi-lib/afmparse.h:
5224         * dvi/mdvi-lib/bitmap.c:
5225         * dvi/mdvi-lib/bitmap.h:
5226         * dvi/mdvi-lib/color.c:
5227         * dvi/mdvi-lib/color.h:
5228         * dvi/mdvi-lib/common.c:
5229         * dvi/mdvi-lib/common.h:
5230         * dvi/mdvi-lib/defaults.h:
5231         * dvi/mdvi-lib/dvimisc.c:
5232         * dvi/mdvi-lib/dviopcodes.h:
5233         * dvi/mdvi-lib/dviread.c:
5234         * dvi/mdvi-lib/files.c:
5235         * dvi/mdvi-lib/font.c:
5236         * dvi/mdvi-lib/fontmap.c:
5237         * dvi/mdvi-lib/fontmap.h:
5238         * dvi/mdvi-lib/fontsrch.c:
5239         * dvi/mdvi-lib/gf.c:
5240         * dvi/mdvi-lib/hash.c:
5241         * dvi/mdvi-lib/hash.h:
5242         * dvi/mdvi-lib/list.c:
5243         * dvi/mdvi-lib/mdvi.h:
5244         * dvi/mdvi-lib/pagesel.c:
5245         * dvi/mdvi-lib/paper.c:
5246         * dvi/mdvi-lib/paper.h:
5247         * dvi/mdvi-lib/pk.c:
5248         * dvi/mdvi-lib/private.h:
5249         * dvi/mdvi-lib/setup.c:
5250         * dvi/mdvi-lib/sp-epsf.c:
5251         * dvi/mdvi-lib/special.c:
5252         * dvi/mdvi-lib/sysdeps.h:
5253         * dvi/mdvi-lib/t1.c:
5254         * dvi/mdvi-lib/tfm.c:
5255         * dvi/mdvi-lib/tfmfile.c:
5256         * dvi/mdvi-lib/tt.c:
5257         * dvi/mdvi-lib/util.c:
5258         * dvi/mdvi-lib/vf.c:
5259         * dvi/pixbuf-device.c:
5260         * dvi/pixbuf-device.h:
5261         * impress/Makefile.am:
5262         * impress/common.h:
5263         * impress/document.c:
5264         * impress/f_oasis.c:
5265         * impress/f_oo13.c:
5266         * impress/iksemel.c:
5267         * impress/iksemel.h:
5268         * impress/imposter.h:
5269         * impress/impress-document.c:
5270         * impress/impress-document.h:
5271         * impress/internal.h:
5272         * impress/r_back.c:
5273         * impress/r_draw.c:
5274         * impress/r_geometry.c:
5275         * impress/r_gradient.c:
5276         * impress/r_style.c:
5277         * impress/r_text.c:
5278         * impress/render.c:
5279         * impress/render.h:
5280         * impress/zip.c:
5281         * impress/zip.h:
5282         * lib/Makefile.am:
5283         * lib/ev-debug.c:
5284         * lib/ev-debug.h:
5285         * lib/ev-file-helpers.c:
5286         * lib/ev-file-helpers.h:
5287         * lib/ev-gui.c:
5288         * lib/ev-gui.h:
5289         * lib/ev-tooltip.c:
5290         * lib/ev-tooltip.h:
5291         * libdocument/Makefile.am:
5292         * libdocument/ev-file-helpers.c:
5293         * pdf/Makefile.am:
5294         * pdf/ev-poppler.cc:
5295         * pdf/ev-poppler.h:
5296         * pixbuf/Makefile.am:
5297         * pixbuf/pixbuf-document.c:
5298         * pixbuf/pixbuf-document.h:
5299         * properties/Makefile.am:
5300         * ps/Makefile.am:
5301         * ps/gsdefaults.c:
5302         * ps/gsdefaults.h:
5303         * ps/gsio.c:
5304         * ps/gsio.h:
5305         * ps/gstypes.h:
5306         * ps/ps-document.c:
5307         * ps/ps-document.h:
5308         * ps/ps.c:
5309         * ps/ps.h:
5310         * shell/Makefile.am:
5311         * shell/ev-application.h:
5312         * shell/ev-sidebar-links.c:
5313         * shell/ev-sidebar-links.h:
5314         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5315         (ev_gui_menu_position_tree_selection):
5316         * shell/ev-utils.h:
5317         * shell/ev-view.c: (ev_view_finalize):
5318         * shell/ev-window.c:
5319         * shell/main.c: (main):
5320         * thumbnailer/Makefile.am:
5321         * tiff/Makefile.am:
5322         * tiff/tiff-document.c:
5323         * tiff/tiff-document.h:
5324         * tiff/tiff2ps.c:
5325         * tiff/tiff2ps.h:
5326         
5327         Reorganize source tree.
5328
5329 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * backend/ev-document-factory.c:
5332
5333         Do not include ev-poppler.h when pdf is disabled. 
5334
5335 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5336
5337         * configure.ac:
5338         * data/evince-ui.xml:
5339         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5340         (pdf_document_document_images_iface_init):
5341         * backend/Makefile.am:
5342         * backend/ev-document-images.[ch]:
5343         * backend/ev-image.[ch]:
5344         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5345         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5346         (ev_job_xfer_run):
5347         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5348         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5349         (ev_pixbuf_cache_get_image_mapping):
5350         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5351         (view_menu_popup_cb), (ev_window_dispose),
5352         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5353         (ev_view_popup_cmd_copy_image):
5354         * shell/ev-view-private.h:
5355         * shell/ev-view.c: (ev_view_get_image_at_location),
5356         (ev_view_do_popup_menu), (ev_view_popup_menu),
5357         (ev_view_button_press_event), (ev_view_drag_data_get),
5358         (ev_view_drag_motion), (ev_view_drag_data_received),
5359         (ev_view_motion_notify_event), (ev_view_button_release_event),
5360         (ev_view_finalize), (ev_view_class_init):
5361
5362         Add image handling support. Fixes bugs #310008 and #325047. Images
5363         selection is not supported yet. 
5364
5365 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5368         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5369         (ev_view_init):
5370
5371         Move view drag and drop stuff to ev-view.
5372
5373 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5376         * shell/ev-view.c: (clear_selection): 
5377
5378         Clear selection also in pixbuf cache.
5379
5380 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5381
5382         * data/evince.desktop.in.in:
5383         
5384         Change icon name in desktop file. See bug #390734
5385         for details.
5386
5387 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5388
5389         * thumbnailer/Makefile.am:
5390
5391         Use top_builddir instead top_srcdir for generated schema
5392         file installation. Fixes bug #390161.
5393
5394 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * configure.ac:
5397         * backend/Makefile.am:
5398         * backend/ev-document-transition.[ch]:
5399         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5400         (pdf_document_page_transition_iface_init):
5401         * shell/ev-view-private.h:
5402         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5403         (ev_view_set_presentation), (transition_next_page),
5404         (ev_view_presentation_transition_stop),
5405         (ev_view_presentation_transition_start), (ev_view_next_page):
5406
5407         Add page transition support in presentation mode. At the moment only
5408         page duration is supported, but not transition effects. Fixes bug
5409         #309815.
5410
5411 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5412
5413         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5414
5415         Run find_link_dest with document lock held, since it's called by links
5416         thread and main thread at the same time. 
5417
5418 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * shell/ev-view.c: (goto_dest):
5421
5422         Update page-cache when page is changed by the view, so that
5423         page-changed signal is emitted. 
5424
5425 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5426
5427         * test/test1.py:
5428         * test/test2.py:
5429
5430         Use C locale in tests. 
5431
5432 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * shell/ev-window.c: (ev_window_run_presentation):
5435         * shell/ev-view-private.h:
5436         * shell/ev-view.c: (ev_view_set_presentation):
5437
5438         Restore zoom settings when back from presentation mode. 
5439
5440 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5441
5442         * shell/ev-window.c: (ev_window_run_presentation):
5443
5444         Always use "best fit" zoom in presentation mode.
5445         Fixes bug #389195.
5446
5447 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5448
5449         * shell/ev-view.c: (ev_view_goto_window_create):
5450
5451         Show "Jump to page" label in the page jumping popup in
5452         presentation mode instead of just a GtkEntry.
5453
5454 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5455
5456         * shell/ev-window.c: (launch_external_uri):
5457
5458         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5459         #378085.
5460
5461 2006-12-22  Elijah Newren  <newren gmail com>
5462
5463         * configure.ac: explicitly check for libxml2.  Fixes #388795
5464
5465 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * shell/ev-view-private.h:
5468         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5469         (ev_view_goto_window_delete_event), (key_is_numeric),
5470         (ev_view_goto_window_key_press_event),
5471         (ev_view_goto_window_button_press_event),
5472         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5473         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5474         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5475
5476         Allow jumping to another page by typing a page number in presentation
5477         mode. It uses a popup window with an entry. Fixes bug #353625.
5478
5479 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * configure.ac:
5482         * properties/ev-properties-view.c: (ev_get_default_user_units),
5483         (ev_regular_paper_size):
5484         
5485         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5486         to Damien Carbery <damien.carbery@sun.com> and
5487         Yevgen Muntyan <muntyan@tamu.edu>.
5488
5489 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5490
5491         * shell/ev-window.c: (setup_document_from_metadata):
5492
5493         Make sure Evince doesn't restore the view on the last
5494         page when a document is reopened. Fixes bug #383381.
5495
5496 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5497
5498         * shell/ev-view.c: (draw_loading_text):
5499
5500         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5501
5502 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5503
5504         * configure.ac:
5505         * NEWS:
5506
5507         Release 0.7.0
5508
5509 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5510
5511         * configure.ac:
5512         * pdf/ev-poppler.cc: (pdf_print_context_free),
5513         (pdf_document_file_exporter_begin),
5514         (pdf_document_file_exporter_do_page):
5515
5516         Make cairo-pdf depedency optional. 
5517
5518 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5519
5520         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5521
5522         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5523
5524 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5525
5526         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5527         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5528         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5529         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5530         * shell/ev-view.c: (draw_loading_text):
5531         * shell/ev-window.c: (ev_window_cmd_file_properties):
5532
5533         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5534         related to using FontConfig from different threads.
5535         
5536 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * shell/ev-view.c: (draw_loading_text):
5539
5540         Acquire lock document when drawing "Loading..." text so that only one
5541         thread will use FontConfig at the same time. Fixes bug #374750.
5542
5543 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5544
5545         * shell/ev-page-action.[ch]: (activate_cb):
5546         * shell/ev-window.c: (activate_label_cb):
5547
5548         Check if text inserted in page entry is a valid page number when it
5549         doesn't match to any document page label. Fixes bug #383165.
5550
5551 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5552         * shell/ev-window.c:
5553
5554         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5555         available with GTK < 2.10. Added an ifdef to avoid compilation
5556         error.
5557
5558 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * configure.ac:
5561         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5562
5563         Fix ps backend in multihead systems.
5564
5565 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5566
5567         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5568         * shell/ev-window.c: (ev_window_get_screen_dpi),
5569         (ev_window_update_actions), (setup_view_from_metadata),
5570         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5571
5572         Take screen DPI into account when zooming. Fixes bug #318285.
5573
5574 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5575
5576         * data/Makefile.am:
5577
5578         Cleaned up/slightly refactored Makefile.am. Added GConf
5579         schemas uninstallation as well.
5580
5581 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5582
5583         * Makefile.am:
5584         * test/Makefile.am:
5585
5586         Fight with autotools to fix make check. Make distcheck
5587         works fine as well now!
5588
5589 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5590
5591         * shell/ev-view.c: (draw_end_presentation_page):
5592
5593         Corrected "end of presentation" string.
5594
5595 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5596
5597         * shell/ev-view.c: (ev_view_key_press_event):
5598
5599         Correctly propagate key press event so that up/down keys
5600         work as expected (correct behaviour was broken by
5601         black/white screen key bindings for presentations).
5602
5603 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5606         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5607         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5608         (pdf_selection_get_selection_region),
5609         (pdf_selection_get_selection_map):
5610
5611         Add "static" to some private functions. 
5612
5613 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5614
5615         * lib/ev-tooltip.h:
5616         * properties/ev-properties-view.h:
5617         * shell/ev-jobs.h:
5618         * shell/ev-properties-dialog.h:
5619         * shell/ev-properties-fonts.h:
5620         * shell/ev-sidebar-links.h:
5621         * shell/ev-sidebar-thumbnails.h:
5622         * shell/ev-sidebar.h:
5623         * shell/ev-window.h:
5624         
5625         Fixes CHACK type in class casts. See bug #385343
5626         for details.
5627
5628 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-view-private.h:
5631         * shell/ev-view.c: (draw_end_presentation_page),
5632         (ev_view_expose_event), (ev_view_key_press_event),
5633         (ev_view_class_init), (ev_view_init):
5634
5635         Blank screen in presentation mode when pressing 'b' (filling with
5636         black) or 'w' (filling with white) keys. Fixes bug #358132.
5637
5638 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5639
5640         * data/evince-toolbar.xml:
5641         * shell/ev-window.c:
5642         
5643         Use stock icon for Select All action. Fixes
5644         bug #382652.
5645
5646 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5647
5648         * shell/ev-view.c: (get_doc_point_from_offset),
5649         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5650
5651         Add links support in rotated documents. Fixes bug #343733.
5652
5653 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * shell/ev-view-private.h:
5656         * shell/ev-view.c: (draw_end_presentation_page),
5657         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5658
5659         Show a blank page after the last page in presentation mode with a
5660         message indicating that presentation has finished and how to exit. 
5661
5662 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5663
5664         * shell/ev-window.c: (fullscreen_timeout_cb):
5665
5666         Hide cursor after a while in presentation mode. 
5667
5668 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5669
5670         * backend/ev-document-info.h:
5671         * data/evince-properties.glade:
5672         * pdf/ev-poppler.cc:
5673         * properties/ev-properties-view.c: (ev_regular_paper_size),
5674         (ev_properties_view_set_info):
5675         * ps/ps-document.c: (ps_document_get_info):
5676
5677         Adds a paper size field to the properties dialog. Fixes
5678         bug #307315. Patch by Kasper Svendsen (with some i18n
5679         changes done by me).
5680
5681 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5684         (screensaver_init_dbus), (totem_scrsaver_new),
5685         (totem_scrsaver_init):
5686         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5687         * shell/ev-application.c: (ev_application_register_service),
5688         (ev_application_screensaver_enable),
5689         (ev_application_screensaver_disable):
5690         * shell/ev-application.h:
5691         * shell/ev-window.c: (ev_window_run_presentation),
5692         (ev_window_stop_presentation), (build_comments_string),
5693         (ev_window_init):
5694         
5695         Move screensaver handling to application. No more
5696         message on startup.
5697
5698 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * configure.ac:
5701         * backend/Makefile.am:
5702         * backend/ev-file-exporter.[ch]:
5703         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5704         * ps/ps-document.c: (ps_document_file_exporter_*):
5705         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5706         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5707         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5708         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5709
5710         Allow printing to PDF when suppoted by the backend.
5711         
5712 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5713
5714         * shell/ev-window.c: (build_comments_string):
5715
5716         Use always "Document Viewer" in about dialog. 
5717
5718 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5719
5720         * djvu/djvu-document.c: (djvu_document_get_page_size):
5721
5722         Display a warning message when get_pageinfo fails. 
5723
5724 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5725
5726         * Makefile.am:
5727         * backend/Makefile.am:
5728         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5729         * configure.ac:
5730         * shell/ev-window.c: (build_comments_string):
5731         
5732         Make pdf compilation optional. See bug #38007.
5733
5734 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * ps/ps.c: (get_next_text):
5737
5738         Fix CVE-2006-5864.
5739
5740 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5743         * shell/ev-navigation-action.c: (connect_proxy),
5744         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5745         
5746         Do not call g_type_class_peek_parent twice.
5747
5748 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * configure.ac:
5751         * data/icons/24x24/.cvsignore:
5752         * data/icons/24x24/Makefile.am:
5753         * data/icons/24x24/evince.png:
5754         * data/icons/Makefile.am:
5755         
5756         Add 24x24 icon. Thanks to 
5757         Michael Monreal <infernux@web.de>.
5758
5759 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * configure.ac: Fix typo in configure.ac. Thanks
5762         to dmacks@netspace.org for notification.
5763
5764 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5767         
5768         Drop dbus include, fixes compilation with older dbus.
5769
5770 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5771
5772         * configure.ac:
5773         * cut-n-paste/Makefile.am:
5774         * cut-n-paste/totem-screensaver/.cvsignore
5775         * cut-n-paste/totem-screensaver/Makefile.am:
5776         * cut-n-paste/totem-screensaver/README:
5777         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5778         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5779         * shell/Makefile.am:
5780         * shell/ev-window.c: (ev_window_run_presentation),
5781         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5782         (ev_window_init):
5783
5784         Implemented screensaver enabling/disabling for
5785         presentation mode (not fullscreen mode). Code stolen
5786         from Totem (with some minor tweaks). Fixes bug #338889.
5787
5788 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5789
5790         * configure.ac:
5791
5792         Bump gnome-icon-theme requirements. We use the rotation
5793         icons that appeared recently.
5794
5795 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * shell/ev-history.c: (ev_history_add_page):
5798         * shell/ev-history.h:
5799         * shell/ev-window.c: (page_changed_cb):
5800         
5801         Use page labels instead of numbers.
5802
5803 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * data/evince-toolbar.xml:
5806         * po/POTFILES.in:
5807         * shell/Makefile.am:
5808         * shell/ev-navigation-action-widget.c:
5809         (ev_navigation_action_widget_init),
5810         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5811         (menu_detacher), (ev_navigation_action_widget_set_menu),
5812         (menu_position_func), (popup_menu_under_arrow),
5813         (ev_navigation_action_widget_toggled),
5814         (ev_navigation_action_widget_button_press_event):
5815         * shell/ev-navigation-action-widget.h:
5816         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5817         (ev_navigation_action_set_window), (activate_menu_item_cb),
5818         (new_history_menu_item), (new_empty_history_menu_item),
5819         (build_menu), (menu_activated_cb), (connect_proxy),
5820         (create_tool_item), (ev_navigation_action_init),
5821         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5822         * shell/ev-navigation-action.h:
5823         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5824         (ev_page_action_widget_set_page_cache),
5825         (ev_page_action_widget_finalize),
5826         (ev_page_action_widget_class_init), (match_selected_cb),
5827         (display_completion_text), (match_completion), (build_new_tree_cb),
5828         (get_filter_model_from_model),
5829         (ev_page_action_widget_update_model):
5830         * shell/ev-page-action-widget.h:
5831         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5832         (connect_proxy):
5833         * shell/ev-page-action.h:
5834         * shell/ev-stock-icons.c:
5835         * shell/ev-stock-icons.h:
5836         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5837         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5838         (register_custom_actions):
5839         * shell/main.c:
5840         
5841         Preliminary history implementation
5842
5843 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5846         (dvi_document_class_init), (dvi_document_init_params):
5847         * dvi/mdvi-lib/font.c: (font_reference):
5848         
5849         Add reference to subfont. Fixes bug #374277.
5850
5851 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5854         (ev_window_cmd_file_open_copy_at_dest):
5855
5856         Fix a race condition when creating symlink. Increase the counter
5857         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5858         Mathias Hasselmann).
5859
5860 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5861
5862         * backend/Makefile.am:
5863         * backend/ev-attachment.c: (ev_attachment_open):
5864         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5865         (ev_tmp_dir), (ev_tmp_filename):
5866         * shell/ev-sidebar-attachments.c:
5867         (ev_sidebar_attachments_drag_data_get):
5868         * shell/ev-window.c: (ev_window_clear_temp_file):
5869
5870         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5871         in ensure_dir_exists. Abort without crashing when we can't create
5872         user's directory.
5873
5874 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * data/evince-ui.xml:
5877         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5878         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5879         (ev_window_cmd_file_open_copy_at_dest),
5880         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5881         (ev_view_popup_cmd_open_link_new_window):
5882
5883         Allow opening a copy of the current document in a new window. Fixes bug
5884         #357472
5885
5886 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5887
5888         * data/evince-toolbar.xml:
5889         
5890         Add rotate right and rotate left to available items for toolbar.
5891         
5892         * data/evince-ui.xml:
5893         * shell/ev-window.c: (ev_window_init):
5894         
5895         Customize toolbar with right click. Fixes bug #372451.
5896
5897 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5898
5899         * shell/ev-window.c: 
5900         
5901         Use "object-rotate-{left,right}" stock icons. Fixes 
5902         bug #373863.
5903
5904 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5907         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5908         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5909         (ev_window_open_uri):
5910         * shell/main.c: (arguments_parse):
5911
5912         Remove temp file created when evince is used by GTK+ in
5913         preview mode. Fixes bug #365282. 
5914
5915 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5918         
5919         Fixes bug #372474 - Side pane disabled when entering 
5920         and leaving fullscreen mode.
5921
5922 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5925         * data/Makefile.am:
5926         * data/evince-preview-toolbar.xml:
5927         * data/evince-toolbar.xml:
5928         * shell/ev-application.c: (ev_application_shutdown),
5929         (ev_application_init), (ev_application_get_toolbars_model):
5930         * shell/ev-application.h:
5931         * shell/ev-window.c: (update_chrome_visibility),
5932         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5933         (ev_window_cmd_edit_toolbar), (ev_window_init):
5934         
5935         Fixes bug #364364 - toolbar editor shows zoom actions again.
5936
5937 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5938
5939         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5940
5941         Do not take margins into consideration for paper size when printing.
5942         Really fixes bug #350491.
5943
5944 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5945
5946         * data/evince-ui.xml:
5947         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5948         (ev_window_cmd_file_print_setup),
5949         (ev_window_print_dialog_response_cb),
5950         (ev_window_setup_action_sensitivity):
5951
5952         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5953
5954 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5955
5956         * shell/ev-window.c: (ev_window_print_range):
5957
5958         Revert my previuos commit, since printing to PDF is not supported by
5959         evince yet. 
5960
5961 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * shell/ev-window.c: (ev_window_print_range):
5964
5965         Enable print to a PDF. Fixes bug #332121.
5966
5967 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5968
5969         * shell/ev-application-service.xml:
5970         * shell/ev-application.[ch]: (ev_application_open_window),
5971         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5972         (ev_application_open_uri), (ev_application_open_uri_list):
5973         * shell/ev-window.c: (file_open_dialog_response_cb),
5974         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5975         (drag_data_received_cb), (open_remote_link):
5976         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5977
5978         Add support for multiscreen systems. Fixes bug #316206.
5979
5980 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5981
5982         * shell/ev-jobs.[ch]: (ev_job_print_new),
5983         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5984         (ev_job_print_do_page):
5985         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5986
5987         Allow printing only odd/even pages. Fixes bug #367289.
5988
5989 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5990
5991         * test/test1.py:
5992         * test/test2.py:
5993
5994         Re-add locale settings to test files.
5995
5996 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * data/evince-ui.xml:
5999         * shell/ev-window.c: (set_action_properties):
6000         
6001         Removed garbage from code and ui.
6002
6003 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6004
6005         * shell/ev-window.c: (ev_window_cmd_help_about):
6006
6007         Shamelessly add my name to the list of contributors.
6008
6009 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6010
6011         * test/test1.py:
6012         * test/test2.py:
6013
6014         Cleaned up the dogtail scripts.
6015
6016 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6017
6018         * shell/ev-view.c: (draw_loading_text): Don't render
6019         "loading..." text in presentation mode. Temporary
6020         workaround for bug #320352.
6021
6022 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6025         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6026
6027         Use print settings scale, copies, collate and reverse which were
6028         ignored. Fixes bug #359032.
6029
6030 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * configure.ac:
6033         * data/evince-password.glade:
6034         * test/Makefile.am:
6035         * test/test-encrypt.pdf:
6036         * test/test-links.pdf:
6037         * test/test1.py:
6038         * test/test2.py:
6039
6040         Add automated UI tests for evince with dogtail. See
6041         bug #300948.    
6042
6043 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6044
6045         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6046
6047         Hide fullscreen toolbar when switching to another desktop workspace.
6048         Fixes bug #338871
6049
6050 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6051
6052         * shell/ev-window-title.c: 
6053         
6054         Test for .dvi in title of pdf documents.
6055
6056 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6057
6058         * shell/ev-view.c: (ev_view_scroll):
6059
6060         Page Up/Down should do page jumps in "Best fit" mode.
6061         If a user has explicitly chosen to view exactly one page
6062         at a time, scrolling just a part of the page when
6063         pressing Page Up/Down is not right. Fixes bug #323107.
6064
6065 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * NEWS:
6068         * configure.ac:
6069         
6070         Update for 0.6.1
6071
6072 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6075         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6076         
6077         Correctly disconnect from job signals on destroy.
6078
6079 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * shell/ev-view-private.h:
6082         * shell/ev-view.c: (view_set_adjustment_values),
6083         (view_update_range_and_current_page),
6084         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6085         
6086         Fixes bug #343199, current page now follows find page.
6087
6088 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6089
6090         * backend/ev-document-factory.c:
6091         * configure.ac:
6092         Assigned OpenDocument presenation MIME type to the
6093         Impress backend. Added some missing (but harmless)
6094         #ifdefs in the document factory as well to make things
6095         consistent again. Fixes bug #360658.
6096
6097 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6098
6099         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6100         * backend/ev-document-find.c: (ev_document_find_get_type):
6101         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6102         * backend/ev-document-links.c: (ev_document_links_get_type):
6103         * backend/ev-document-security.c: (ev_document_security_get_type):
6104         * backend/ev-document-thumbnails.c:
6105         (ev_document_thumbnails_get_type):
6106         * backend/ev-document.c: (ev_document_get_type):
6107         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6108         * backend/ev-selection.c: (ev_selection_get_type):
6109         * cut-n-paste/recent-files/egg-recent-model.c:
6110         (egg_recent_model_get_type):
6111         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6112         (egg_recent_view_uimanager_get_type):
6113         * cut-n-paste/recent-files/egg-recent-view.c:
6114         (egg_recent_view_get_type):
6115         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6116         (egg_editable_toolbar_get_type):
6117         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6118         (egg_toolbar_editor_get_type):
6119         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6120         (egg_toolbars_model_get_type):
6121         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6122         (egg_tree_multi_drag_source_get_type):
6123         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6124         (ephy_zoom_action_get_type):
6125         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6126         (ephy_zoom_control_get_type):
6127         * impress/r_back.c: (_imp_fill_back):
6128         * properties/ev-properties-main.c:
6129         (ev_properties_plugin_register_type):
6130         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6131         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6132         (ev_view_accessible_factory_get_type):
6133
6134         Reduce relocations. Bug #360616.
6135
6136 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * backend/ev-document-factory.c:
6139         (ev_document_factory_get_document):
6140         
6141         Load document even if extension is wrong.
6142
6143 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * shell/ev-metadata-manager.c: (save_values):
6146         * shell/ev-window.c: (setup_size_from_metadata),
6147         (setup_view_from_metadata), (ev_window_setup_document),
6148         (ev_window_xfer_job_cb), (window_configure_event_cb):
6149         
6150         Set size according to the document size/page size ratio.
6151         That should correct rather wierd behaviour of the previous
6152         commit.
6153
6154 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * shell/ev-window.c: (setup_view_from_metadata):
6157         
6158         Set size for new windows from previous window size.
6159         See bugs #354968 and #168450 for details. Thanks
6160         to Meik Hellmund.
6161
6162 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6163
6164         * djvu/djvu-links.c: (build_tree):
6165
6166         Fix memory leak.
6167
6168 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6169
6170         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6171         
6172         Don't make sidebar close button insensitive. Fixes
6173         bug #357871.
6174
6175 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6178         (ev_window_set_view_accels_sensitivity):
6179         
6180         Don't enable Slash on documents which don't support
6181         find. Fixes bug #358648.
6182
6183 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6184
6185         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6186         open dialog fall back to the current document uri if the
6187         filechooser hasn't been used before. Fixes bug #356980.
6188
6189 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6190
6191         * shell/ev-window.c: (ev_window_setup_recent), 
6192         (ev_window_get_recent_file_label):
6193
6194         Escape underscores in filenames of recent file items.
6195
6196 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6197
6198         * configure.ac:
6199         
6200         Bumped poppler requirements, really 0.5.3 is very 
6201         buggy, now we require 0.5.4.
6202
6203 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * djvu/Makefile.am:
6206         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6207         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6208         (djvu_document_document_links_iface_init):
6209         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6210         (number_from_string_10), (get_djvu_link_dest),
6211         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6212         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6213         (djvu_links_get_links), (djvu_links_find_link_dest),
6214         (djvu_links_get_links_model):
6215         * djvu/djvu-links.h:
6216         
6217         Add support for links and bookmarks in djvu documents. Thanks
6218         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6219         patch.
6220
6221 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6224         
6225         Reopen should reload document. Fixes 
6226         bug 327951.
6227
6228 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * configure.ac:
6231         * data/Makefile.am:
6232         * data/evince-16.png:
6233         * data/evince-22.png:
6234         * data/evince.png:
6235         * data/evince.svg:
6236         * data/icons/16x16/Makefile.am:
6237         * data/icons/16x16/evince.png:
6238         * data/icons/22x22/Makefile.am:
6239         * data/icons/22x22/evince.png:
6240         * data/icons/48x48/Makefile.am:
6241         * data/icons/48x48/evince.png:
6242         * data/icons/Makefile.am:
6243         * data/icons/scalable/Makefile.am:
6244         * data/icons/scalable/evince.svg:
6245         
6246         Install icons with correct names. Fixes
6247         bug #354429.
6248
6249 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6250
6251         * shell/ev-view.c: (ev_view_button_release_event):
6252
6253         Don't open links with middle mouse button. Fixes bug #353649
6254
6255 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * NEWS:
6258         * configure.ac:
6259         
6260         Update for release 0.6.0
6261
6262 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6265         Implement Close named action. Patch by Carlos Garcia Campos.
6266
6267 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6268
6269         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6270         
6271         Don't clear link mapping on copy_job_to_job_info. Fixes
6272         bug 346168.
6273
6274 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6275
6276         * shell/main.c: (main):
6277
6278         Revert my previous commit, gnome_program_init owns the option context.
6279         Fix another memory leak in main. Both caught by Christian Persch. 
6280
6281 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6282
6283         * shell/main.c: (main):
6284
6285         Fix memory leak.
6286
6287 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6288
6289         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6290
6291         Fix crash when opening a pdf with password protection. 
6292
6293 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6294
6295         * pdf/ev-poppler.cc: (pdf_document_search_free):
6296
6297         Fix memory leak. 
6298
6299 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * backend/ev-document-factory.c:
6302         (ev_document_factory_get_document):
6303         * tiff/tiff-document.c: (tiff_document_finalize):
6304         
6305         More correct handling of document loading. Fixes
6306         bug #349043.
6307
6308 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6309
6310         * backend/ev-attachment.c: (ev_attachment_save):
6311
6312         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6313         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6314
6315 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6316         
6317         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6318         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6319
6320 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6321
6322         * shell/ev-sidebar-thumbnails.c:
6323
6324         Do not render thumbnails unless thumbnails page is active in the
6325         sidebar.
6326
6327 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6328
6329         * shell/ev-properties-dialog.c:
6330
6331         Fix dialogue spacing. Bug #351370.
6332
6333 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6334
6335         * configure.ac:
6336
6337         Use lowercase gettext catalog file names (evince.mo
6338         instead of Evince.mo)
6339
6340 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6341
6342         * shell/ev-sidebar-attachments.c:
6343
6344         GtkIconTheme is now screen safe too. Fixes bug #350878
6345
6346 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6347
6348         * shell/ev-window.c:
6349
6350         GtkRecent manager is now screen safe. Fixes bug #350145
6351
6352 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * shell/ev-sidebar.c: (ev_sidebar_init):
6355         
6356         Make sidebar close icon smaller. Fix for bug 350177.
6357         See also bugs 350176 and 165770.
6358
6359 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6360
6361         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6362
6363         Ignore zoom for xyz destinations when it's <= 1, keeping user
6364         preferences instead. Set correct sizing-mode for fith and fitv
6365         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6366
6367 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * NEWS:
6370         * configure.ac:
6371         
6372         Update for release 0.5.5
6373
6374 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6375         
6376         * shell/ev-window.c: (ev_window_cmd_escape)
6377
6378         Escape unfocus page entry. Fixes bug #345809.
6379
6380 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6381
6382         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6383         (build_tree), (pdf_document_links_get_links),
6384         (pdf_document_links_find_link_dest):
6385         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6386         (goto_xyz_dest):
6387
6388         Convert from PDF style coordinates to X style coordinates in the
6389         backend rather than in the view. Fixes bug #338440
6390
6391 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * shell/ev-window.c:
6394         
6395         Remove Ctrl+Shift+T shortcut for toolbars. See
6396         the bug #350098.
6397
6398 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6399
6400         * configure.ac:
6401
6402         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6403         of this. 
6404
6405 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6406
6407         * configure.ac:
6408         * cut-n-paste/Makefile.am:
6409         * data/evince-ui.xml:
6410         * shell/Makefile.am:
6411         * shell/ev-application.[ch]:
6412         * shell/ev-window.c:
6413
6414         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6415         #349273
6416
6417 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6418
6419         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6420         findbar code: s/help/search/
6421
6422 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6423
6424         * shell/ev-window.c: (setup_document_from_metadata),
6425         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6426         (setup_view_from_metadata):
6427         
6428         Fix memory leaks.
6429
6430 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6431
6432         * autogen.sh, configure.ac: 
6433         
6434         Update automake usage. See bug 349292.
6435
6436 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/eggfindbar.c: (egg_find_bar_class_init),
6439         (entry_activate_callback), (egg_find_bar_init),
6440         (egg_find_bar_set_status_text):
6441         * shell/eggfindbar.h:
6442         
6443         Unify Evince findbar with Epiphany. Nice patch
6444         from Fabricio Silva <silva@crans.org> and
6445         Frederic Peters <fpeters@entrouvert.com>. See
6446         bug #339966 for details.
6447
6448 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * data/evince.desktop.in.in:
6451         
6452         Correct information for bugzilla. Thanks to
6453         Olaf Vitters, see bug #348855.
6454
6455 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * shell/ev-jobs.[ch]:
6458         * shell/ev-sidebar-links.c:
6459         * shell/ev-window.[ch]:
6460
6461         GtkPrintJob doesn't support print ranges or current page, so we export
6462         to a ps file now when printing ranges or current page.
6463
6464 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6465
6466         * pdf/ev-poppler.cc:
6467         * shell/ev-window.c: (do_action_named):
6468
6469         We should be more clear about bugzilla. See the
6470         poppler bug #7623.
6471
6472 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6473
6474         * configure.ac:
6475         * shell/Makefile.am:
6476         * shell/ev-job-queue.c:
6477         * shell/ev-jobs.[ch]:
6478         * shell/ev-sidebar-links.c:
6479         * shell/ev-window.[ch]:
6480         
6481         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6482         #348422
6483
6484 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6487         * shell/ev-application-service.xml:
6488         * shell/ev-application.[ch]:
6489         * shell/ev-jobs.[ch]:
6490         * shell/ev-window.[ch]: (ev_window_run_preview):
6491         * shell/main.c: 
6492
6493         Add preview mode to use evince as a printing previewer. It also adds
6494         other command line options for fullscreen and presentation modes.
6495         Fixes bugs #347822, #317031
6496
6497 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * NEWS:
6500         * configure.ac:
6501         
6502         Update for release 0.5.4
6503
6504 2006-07-11  Bastien Nocera <hadess@hadess.net>
6505
6506         * Makefile.am:
6507         * backend/Makefile.am:
6508         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6509         * backend/ev-document-factory.h:
6510         * configure.ac:
6511         * impress/.cvsignore:
6512         * impress/Makefile.am:
6513         * impress/common.h:
6514         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6515         (imp_get_page), (imp_next_page), (imp_prev_page),
6516         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6517         * impress/f_oasis.c: (render_object), (render_page),
6518         (get_geometry), (_imp_oasis_load):
6519         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6520         (_imp_oo13_load):
6521         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6522         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6523         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6524         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6525         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6526         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6527         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6528         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6529         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6530         (iks_new_within), (iks_insert), (iks_insert_cdata),
6531         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6532         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6533         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6534         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6535         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6536         (iks_cdata), (iks_cdata_size), (iks_has_children),
6537         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6538         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6539         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6540         (iks_tree), (iks_load), (iks_save):
6541         * impress/iksemel.h:
6542         * impress/imposter.h:
6543         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6544         (imp_render_draw_bezier_real), (imp_render_get_size),
6545         (imp_render_set_fg_color), (imp_render_draw_line),
6546         (imp_render_draw_rect), (imp_render_draw_polygon),
6547         (imp_render_draw_arc), (imp_render_draw_bezier),
6548         (imp_render_open_image), (imp_render_get_image_size),
6549         (imp_render_scale_image), (imp_render_draw_image),
6550         (imp_render_close_image), (imp_render_markup),
6551         (imp_render_get_text_size), (imp_render_draw_text),
6552         (impress_document_load), (impress_document_save),
6553         (impress_document_get_n_pages), (impress_document_get_page_size),
6554         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6555         (impress_document_finalize), (impress_document_class_init),
6556         (impress_document_can_get_text), (impress_document_get_info),
6557         (impress_document_document_iface_init),
6558         (impress_document_thumbnails_get_thumbnail),
6559         (impress_document_thumbnails_get_dimensions),
6560         (impress_document_document_thumbnails_iface_init),
6561         (impress_document_init):
6562         * impress/impress-document.h:
6563         * impress/internal.h:
6564         * impress/r_back.c: (_imp_fill_back):
6565         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6566         (_imp_draw_image), (_imp_tile_image):
6567         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6568         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6569         (r_polyline):
6570         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6571         (r_draw_gradient_complex), (r_draw_gradient):
6572         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6573         (r_get_bullet):
6574         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6575         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6576         (r_text):
6577         * impress/render.c: (imp_create_context), (imp_context_set_page),
6578         (imp_context_set_step), (imp_render), (imp_delete_context):
6579         * impress/render.h:
6580         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6581         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6582         (zip_load_xml), (zip_get_size), (zip_load):
6583         * impress/zip.h:
6584         * shell/ev-utils.c:
6585         
6586         New backend to support impress slides. Fixes bug #30867.
6587
6588 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6589
6590         * shell/ev-utils.c: (using_postscript_printer):
6591         
6592         Fixes crash when print using PAPI backend,
6593         bug #345012.
6594
6595 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6596
6597         * shell/ev-jobs.c: (ev_job_xfer_run):
6598         * shell/ev-window.c: (password_dialog_response),
6599         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6600         (ev_window_dispose):
6601         Fixes bug #344160: if the xfer job doesn't complete
6602         because a password is required, reload the existing
6603         instance instead of creating a new one.
6604
6605 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * shell/main.c: (main): Call gdk_threads_init. Thus
6608         we'll avoid errors in auth dialog. Fix for the bug
6609         #343347.
6610
6611 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6612
6613         * configure.ac: Advertise pixbuf support, fix
6614         for the bug 343317.
6615
6616 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6619         (ev_sidebar_thumbnails_set_document):
6620         
6621         Update sidebar thumbnails after reloading.
6622
6623 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6626         * shell/ev-jobs.h:
6627         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6628         (ev_window_cmd_view_reload), (ev_window_init):
6629         
6630         Don't crash on reload. Fix for the bug #343167.
6631
6632 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * shell/ev-jobs.c: (ev_job_render_run):
6635         
6636         Check for document links.
6637
6638 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6639
6640         * backend/ev-attachment.c: (ev_attachment_save),
6641         (ev_attachment_launch_app), (ev_attachment_open):
6642         * backend/ev-document-factory.c: (get_document_from_uri):
6643         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6644         (egg_recent_view_uimanager_set_list):
6645         * ps/ps-document.c: (check_filecompressed), (document_load),
6646         (ps_document_load):
6647         * shell/ev-metadata-manager.c: (load_values):
6648         * shell/ev-password.c: (ev_password_dialog_set_property):
6649         * shell/ev-view.c: (tip_from_link):
6650         * shell/ev-window.c: (file_save_dialog_response_cb),
6651         (ev_window_print_dialog_response_cb):
6652         
6653         Use consistent quoting style. Fix for the bug #320285.
6654
6655 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * shell/ev-jobs.c: (ev_job_xfer_run):
6658         * shell/main.c: (load_files):
6659                 
6660         Open links with anchors. Fix for the bug #339836.
6661
6662 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6665         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6666         (ev_link_dest_set_property), (ev_link_dest_finalize),
6667         (ev_link_dest_class_init), (ev_link_dest_new_named),
6668         (ev_link_dest_new_page_label):
6669         * backend/ev-link-dest.h:
6670         * shell/ev-application.c: (ev_application_open_uri):
6671         * shell/ev-view.c: (goto_dest):
6672         * shell/ev-window.c:
6673         * shell/ev-window.h:
6674         
6675         Fix page-label command line option. Bug #342070.
6676
6677 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6678
6679         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6680         
6681         Don't show highlight rects if page can't be showed. Fix for 
6682         the bug #342076
6683
6684 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/ev-window.c: (setup_sidebar_from_metadata),
6687         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6688         
6689         Setup sidebar from metadata even if there is no document
6690         loaded. Fix for the bug #342807.
6691
6692 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * cut-n-paste/toolbar-editor/Makefile.am:
6695         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6696         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6697         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6698         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6699         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6700         (popup_context_menu_cb), (button_press_event_cb),
6701         (configure_item_sensitivity), (configure_item_cursor),
6702         (configure_item_tooltip), (connect_widget_signals),
6703         (action_sensitive_cb), (create_item_from_action),
6704         (create_item_from_position), (toolbar_drag_data_received_cb),
6705         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6706         (toolbar_drag_leave_cb), (configure_drag_dest),
6707         (toggled_visibility_cb), (toolbar_visibility_refresh),
6708         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6709         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6710         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6711         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6712         (egg_editable_toolbar_dispose),
6713         (egg_editable_toolbar_set_ui_manager),
6714         (egg_editable_toolbar_get_selected),
6715         (egg_editable_toolbar_set_selected), (set_edit_mode),
6716         (egg_editable_toolbar_set_property),
6717         (egg_editable_toolbar_get_property),
6718         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6719         (egg_editable_toolbar_new_with_model),
6720         (egg_editable_toolbar_get_edit_mode),
6721         (egg_editable_toolbar_set_edit_mode),
6722         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6723         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6726         (item_added_or_removed_cb), (toolbar_removed_cb),
6727         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6728         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6729         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6730         (editor_create_item_from_name), (append_table),
6731         (update_editor_sheet), (egg_toolbar_editor_init):
6732         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6733         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6734         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6735         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6736         (toolbar_node_free), (egg_toolbars_model_get_flags),
6737         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6738         (egg_toolbars_model_get_name), (impl_add_item),
6739         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6740         (parse_data_list), (parse_item_list), (parse_toolbars),
6741         (egg_toolbars_model_load_toolbars), (parse_available_list),
6742         (parse_names), (egg_toolbars_model_load_names),
6743         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6744         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6745         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6746         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6747         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6748         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6749         (egg_toolbars_model_set_types), (fill_avail_array),
6750         (egg_toolbars_model_get_name_avail),
6751         (egg_toolbars_model_get_name_flags),
6752         (egg_toolbars_model_set_name_flags):
6753         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6754         * cut-n-paste/toolbar-editor/eggintl.h:
6755         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6756         (egg_tree_multi_drag_source_get_type),
6757         (egg_tree_multi_drag_source_row_draggable),
6758         (egg_tree_multi_drag_source_drag_data_delete),
6759         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6760         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6761         (path_list_free), (set_context_data), (get_context_data),
6762         (get_info), (egg_tree_multi_drag_drag_data_get),
6763         (egg_tree_multi_drag_motion_event),
6764         (egg_tree_multi_drag_button_press_event),
6765         (egg_tree_multi_drag_add_drag_support):
6766         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6767         * shell/ev-application.c: (ev_application_init),
6768         (ev_application_save_toolbars_model):
6769         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6770         (ev_window_cmd_edit_toolbar), (ev_window_init):
6771         
6772         Sync toolbareditor with epiphany and libegg
6773
6774 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6775
6776         * configure.ac: 
6777
6778         Depend on poppler 0.5.2
6779
6780 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * shell/ev-jobs.c: (ev_job_render_run):
6783         
6784         Check if document supports links iterface.
6785
6786 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * NEWS:
6789         * configure.ac:
6790         
6791         Update for release 0.5.3
6792
6793 2006-05-13  Michael Plump  <plumpy@skylab.org>
6794
6795         * configure.ac:
6796         * shell/Makefile.am:
6797         * shell/main.c: (main):
6798         
6799         Port to GOption command line parsing. Fix for the 
6800         bug #327518
6801
6802 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-window.c: (ev_window_cmd_help_about):
6805         
6806         Do not wrap license. Fix for the bug #309460.
6807
6808 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * configure.ac:
6811         * properties/ev-properties-main.c: (ev_properties_get_pages):
6812         * shell/ev-application.c: (ev_application_open_window),
6813         (ev_application_open_uri_at_dest):
6814         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6815         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6816         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6817         * shell/ev-utils.c: (save_print_config_to_file):
6818         * shell/ev-window.c: (ev_window_cmd_save_as),
6819         (ev_attachment_popup_cmd_save_attachment_as):
6820         * shell/main.c: (load_files_remote):
6821         
6822         Bump requirements to gtk 2.8 and drop all ifdefs used.
6823
6824 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6827         * shell/ev-window.c: (ev_window_init):
6828         
6829         Show attachments page.
6830
6831 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * po/POTFILES.in:
6834         * shell/ev-attachment-bar.c:
6835         * shell/ev-attachment-bar.h:
6836         * shell/ev-sidebar-attachments.c:
6837         (ev_sidebar_attachments_icon_cache_add),
6838         (icon_theme_get_pixbuf_from_mime_type),
6839         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6840         (ev_sidebar_attachments_icon_cache_refresh),
6841         (ev_sidebar_attachments_get_attachment_at_pos),
6842         (ev_sidebar_attachments_popup_menu_show),
6843         (ev_sidebar_attachments_popup_menu),
6844         (ev_sidebar_attachments_button_press),
6845         (ev_sidebar_attachments_update_icons),
6846         (ev_sidebar_attachments_drag_data_get),
6847         (ev_sidebar_attachments_get_property),
6848         (ev_sidebar_attachments_destroy),
6849         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6850         (ev_sidebar_attachments_new),
6851         (ev_sidebar_attachments_set_document),
6852         (ev_sidebar_attachments_support_document),
6853         (ev_sidebar_attachments_get_label),
6854         (ev_sidebar_attachments_page_iface_init):
6855         * shell/ev-sidebar-attachments.h:
6856         * shell/ev-window.c: (update_chrome_visibility),
6857         (setup_sidebar_from_metadata), (ev_window_setup_document),
6858         (ev_window_sidebar_current_page_changed_cb),
6859         (attachment_bar_menu_popup_cb), (ev_window_init):
6860         
6861         Move attachments bar to sidebar.
6862
6863 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6864
6865         * pdf/ev-poppler.cc:
6866         * shell/ev-application.[ch]:
6867         * shell/main.c:
6868
6869         Fix some memory leaks.
6870
6871 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6872
6873         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6874
6875         Change the properties dialog response to
6876         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6877         will make the dialog go away when the user presses
6878         enter. With gtk+ >= 2.9 this will happen anyway, but for
6879         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6880         escape by default. Fixes bug #340539. See also bug
6881         #101293 for the gtk+ part.
6882
6883 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6884
6885         * shell/ev-view.c (tip_from_action_named): Replace some strings
6886         that were wrong. Closes #340970.
6887
6888 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6889
6890         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6891
6892         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6893         #341049
6894
6895 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6896
6897         * djvu/Makefile.am:
6898         * dvi/Makefile.am:
6899         * dvi/mdvi-lib/Makefile.am:
6900         * properties/Makefile.am:
6901         * ps/Makefile.am:
6902         * shell/Makefile.am:
6903         * thumbnailer/Makefile.am:
6904         
6905         Due to broken libtool that is unable to track dependencies
6906         of noinst libraries we are forced to explicitely point
6907         libraries for binary. Fix for the bug #333334.
6908
6909 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6910
6911         * data/evince.desktop.in.in:
6912         * shell/ev-view.c: (view_update_range_and_current_page),
6913         (ev_view_next_page), (ev_view_previous_page):
6914         * shell/ev-window.c: (update_chrome_visibility),
6915         (setup_sidebar_from_metadata), (ev_window_setup_document),
6916         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6917         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6918         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6919         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6920         (ev_window_stop_presentation), (ev_window_focus_in_event),
6921         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6922         (ev_window_init):
6923         * thumbnailer/Makefile.am:
6924         
6925         Update fullscreen and presentation timeout handling. Hide
6926         cursor in presentation after timeout. Fix for the bugs
6927         #136359 and #336981.
6928
6929 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6930
6931         * backend/ev-link-action.[ch]:
6932         * pdf/ev-poppler.cc: (ev_link_from_action):
6933         * shell/ev-view-private.h:
6934         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6935         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6936
6937         Add support for Named Action links
6938
6939 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6940
6941         * backend/Makefile.am:
6942         * backend/ev-document-links.[ch]:
6943         * backend/ev-document.[ch]:
6944         * backend/ev-link-action.[ch]:
6945         * backend/ev-link-dest.[ch]:
6946         * backend/ev-link.[ch]:
6947         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6948         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6949         * shell/ev-page-action.c: (build_new_tree_cb):
6950         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6951         (links_page_num_func), (update_page_callback):
6952         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6953         (tip_from_link):
6954         * shell/ev-jobs.c:
6955         * shell/ev-window.[ch]: (ev_window_open_uri),
6956         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6957         * shell/ev-application.[ch]: (ev_application_open_window),
6958         (ev_application_open_uri):
6959
6960         Rework links system, it adds support for remote links now and it makes
6961         easier to add new kinds of actions and destinations. Fixes bug #317292
6962
6963 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6964
6965         * data/Makefile.am:
6966         * data/evince.png:
6967         * data/evince-16.png:
6968         * data/evince-22.png:
6969         * data/evince.svg:
6970         * shell/main.c: (main):
6971         
6972         Evince use it's own icon. Fix for the bug #313392.
6973
6974         * shell/ev-window.c: (fullscreen_timeout_cb),
6975         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6976         (ev_window_cmd_help_about), (ev_window_dispose):
6977         
6978         Simplify fullscreen timeout code.
6979
6980 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6981
6982         * backend/ev-attachment.c: 
6983         * shell/ev-attachment-bar.c:
6984         * shell/ev-window.c:
6985
6986         Allow multiple selection of attachments
6987
6988 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * shell/ev-view.c: (view_update_range_and_current_page),
6991         (ev_view_scroll):
6992         
6993         Fix for the bug #312573 – Optimal selection of current 
6994         page among visible pages.
6995
6996 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * configure.ac:
6999         * djvu/Makefile.am:
7000         * djvu/djvu-text.h:
7001         
7002         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7003         for the bug 339868.
7004
7005 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7006
7007         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7008
7009 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7010
7011         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7012         dictated by the GNOME HIG. Fixes bug #339235.
7013
7014 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7015
7016         * data/evince-ui.xml:
7017         * shell/ev-view.c: (ev_view_can_find_previous):
7018         * shell/ev-view.h:
7019         * shell/ev-window.c: (ev_window_update_actions),
7020         (ev_window_cmd_edit_find_previous):
7021
7022         Add support for "Find Previous" as dictated by the GNOME HIG. A
7023         menu item is added and some glue code to make it all work is added
7024         to various files.
7025
7026 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7027
7028         * configure.ac: Award myself the "useless use of cat" award.
7029
7030 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7031
7032         * po/LINGUAS: New file listing all supported languages.
7033
7034         * configure.in: Use po/LINGUAS instead of including all languages
7035         directly in this file. See the wiki for more information:
7036         http://live.gnome.org/GnomeGoals/PoLinguas
7037
7038 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7039
7040         * backend/ev-document-factory.c:
7041
7042         Do not load the document twice when there isn't errors
7043
7044 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7045
7046         * backend/ev-attachment.c: 
7047
7048         Fix a crash when there isn't a default application to open an
7049         attachment
7050
7051 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7052
7053         * backend/ev-attachment.[ch]:
7054         * shell/ev-attachment-bar.[ch]:
7055
7056         Added missing files. 
7057
7058 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7059
7060         * backend/Makefile.am:
7061         * data/evince-ui.xml:
7062         * backend/ev-attachment.[ch]:
7063         * backend/ev-document.[ch]: (ev_document_has_attachments),
7064         (ev_document_get_attachments):
7065         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7066         (attachment_save_to_buffer), (pdf_document_get_attachments),
7067         (pdf_document_document_iface_init):
7068         * shell/Makefile.am:
7069         * shell/ev-attachment-bar.[ch]:
7070         * shell/ev-window.c:
7071
7072         Add support for PDF attachments. Fixes bug #325143
7073
7074 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * backend/ev-document-factory.c: (get_document_from_uri),
7077         (ev_document_factory_get_document):
7078         * backend/ev-document-factory.h:
7079         * properties/ev-properties-main.c: (ev_properties_get_pages):
7080         * shell/Makefile.am:
7081         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7082         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7083         (ev_job_queue_remove_job):
7084         * shell/ev-job-queue.h:
7085         * shell/ev-job-xfer.c:
7086         * shell/ev-job-xfer.h:
7087         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7088         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7089         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7090         (ev_job_xfer_run):
7091         * shell/ev-jobs.h:
7092         * shell/ev-window.c: (ev_window_is_empty),
7093         (password_dialog_response), (ev_window_clear_xfer_job),
7094         (ev_window_xfer_job_cb), (ev_window_open_uri),
7095         (ev_window_cmd_focus_page_selector),
7096         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7097         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7098         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7099         (ev_window_dispose):
7100         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7101         
7102         * Cleanup mime type detection on document load. Fix for the
7103         bug #336448.
7104
7105 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7108         
7109         Fix crash on exit, described in the bug #336825.
7110
7111 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * backend/ev-document-factory.c:
7114         (ev_document_factory_get_from_mime),
7115         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7116         (ev_document_factory_get_document),
7117         (file_filter_add_mime_list_and_free),
7118         (ev_document_factory_add_filters):
7119         * backend/ev-document-factory.h:
7120         * properties/ev-properties-main.c: (ev_properties_get_pages):
7121         * shell/Makefile.am:
7122         * shell/ev-application.c:
7123         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7124         * shell/ev-window.c: (ev_window_cmd_file_open),
7125         (ev_window_cmd_save_as):
7126         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7127         
7128         Rework factory functions so they are placed now in a single 
7129         file ev-document-factory.c
7130
7131 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * shell/ev-window.c: (update_chrome_visibility):
7134         
7135         Fix for the bug 166566 - don't show menubar in fullscreen
7136         mode.
7137
7138 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7139
7140         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7141
7142 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * shell/ev-view.c: (ev_view_expose_event):
7145         
7146         More correctly draw loading text when document
7147         is empty.
7148
7149 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * shell/ev-view.c: (ev_view_scroll):
7152         
7153         Fix for the bug #334854, page down and page up switch
7154         pages in presentation mode.
7155
7156 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * shell/ev-window.c: (ev_window_set_action_sensitive),
7159         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7160         (ev_window_set_view_accels_sensitivity),
7161         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7162         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7163         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7164         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7165         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7166         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7167         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7168         (view_actions_focus_in_cb), (ev_window_init):
7169         
7170         Fix for the bug #333902, now it's possible to search
7171         words with slash.
7172
7173 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7174
7175         * configure.ac: Added Breton translation.
7176         * po/br.po: Added Breton translation.
7177
7178 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7179
7180         * shell/ev-window-title (ev_window_title_update):
7181
7182         Fix memory leak in window title. Fixes bug #333944
7183
7184 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7185
7186         * shell/ev-metadata-manager.c (parseItem):
7187
7188         Fix memory leaks. Fixes bug #333945
7189
7190 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7191         
7192         * NEWS, configure.ac, TODO:
7193         
7194         Update for release 0.5.2.
7195
7196 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7197
7198         * shell/ev-view.c: (view_update_range_and_current_page),
7199         (page_changed_cb):
7200         
7201         Don't jump on scrolling, fix for the bug #333127.
7202
7203 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7206         
7207         Scroll by one page in presentation mode. Fix for the bug
7208         #332993.
7209
7210 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7211
7212         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7213
7214 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7215
7216         * configure.ac  Added lv in ALL_LINGUAS line.
7217
7218 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7219         
7220         * NEWS, configure.ac:
7221         
7222         Update for release 0.5.1
7223
7224 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7225
7226         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7227         * backend/ev-document-misc.h:
7228         * shell/ev-view.c: (draw_one_page):
7229         
7230          Clairfy what page the toolbar page number applies to. Fix
7231          for the bug #328102.
7232
7233 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7234
7235         * shell/ev-view-private.h:
7236         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7237         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7238         (ev_view_search_changed):
7239         * shell/ev-view.h:
7240         * shell/ev-window.c: (find_bar_search_changed_cb):
7241         
7242         Dont't jump to find result if window was scrolled during search.
7243         Fix for the bug #313266.
7244
7245 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7246
7247         * shell/eggfindbar.c: (egg_find_bar_class_init):
7248         * shell/eggfindbar.h:
7249         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7250         * shell/ev-view-private.h:
7251         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7252         (ev_view_class_init), (ev_sizing_mode_get_type),
7253         (ev_scroll_type_get_type):
7254         * shell/ev-view.h:
7255         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7256         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7257         (ev_window_init):
7258         
7259         Fix for the bug 319133 - Find entry should allow text scroll.
7260
7261 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7262
7263         * shell/ev-view-private.h:
7264         * shell/ev-view.c: (view_update_range_and_current_page),
7265         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7266         (ev_view_set_document), (update_find_status_message),
7267         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7268         (ev_view_find_previous):
7269         
7270         Fix for the bug #319137. Search now takes account for scrolling.
7271
7272 2006-02-19  Michael Hofmann <mh21@piware.de>
7273
7274         * configure.ac:
7275         * djvu/Makefile.am:
7276         * djvu/djvu-document-private.h:
7277         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7278         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7279         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7280         (djvu_document_can_get_text), (djvu_document_get_text),
7281         (djvu_document_document_iface_init),
7282         (djvu_document_thumbnails_get_thumbnail),
7283         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7284         (djvu_document_find_get_result),
7285         (djvu_document_find_page_has_results),
7286         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7287         (djvu_document_find_iface_init):
7288         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7289         (djvu_text_page_selection), (djvu_text_page_limits_process),
7290         (djvu_text_page_limits), (djvu_text_page_copy),
7291         (djvu_text_page_position), (djvu_text_page_union),
7292         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7293         (djvu_text_page_box), (djvu_text_page_append_text),
7294         (djvu_text_page_search), (djvu_text_page_prepare_search),
7295         (djvu_text_page_new), (djvu_text_page_free):
7296         * djvu/djvu-text-page.h:
7297         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7298         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7299         (djvu_text_n_results), (djvu_text_has_results),
7300         (djvu_text_get_result), (djvu_text_get_progress):
7301         * djvu/djvu-text.h:
7302         
7303         Text search in djvu. Fix for the bug #303415.
7304
7305 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * configure.ac:
7308         * shell/ev-window.c: (ev_window_cmd_save_as):
7309         
7310         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7311         Thanks to Gary Coady <gary@lyranthe.org>
7312
7313 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/ev-print-job.c: (idle_print_handler):
7316         
7317         Inverse order printing, bug #320919.
7318
7319 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * data/evince-toolbar.xml:
7322         * shell/ev-window.c:
7323         
7324         Allow to add sidebar checkbutton on toolbar. Fix
7325         for the bug #144577.
7326
7327 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7330         
7331         Add checks that have sense for empty ps document.
7332
7333 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7334
7335         * configure.ac: Include PS in mime types list. 
7336
7337 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7338
7339         * configure.ac:
7340         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7341         * ps/gsdefaults.h:
7342         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7343         
7344         Runtime check for gs interpreter. Fix for the bug #320868.
7345         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7346
7347 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7348
7349         * shell/ev-application.c: 
7350
7351         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7352         dbus>=0.60, so that the request is not queued. 
7353
7354 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7355
7356         * configure.ac:
7357         * shell/Makefile.am:
7358         * shell/ev-sidebar-links.c: (print_section_cb):
7359         * shell/ev-utils.c:
7360         * shell/ev-utils.h:
7361         * shell/ev-window.c: (update_action_sensitivity),
7362         (ev_window_close_dialogs), (ev_window_print):
7363         * shell/ev-window.h:
7364         
7365         Make printing support optional. Patch from Eduardo de Barros Lima
7366         <eduardo.lima@indt.org.br> for the bug #330546.
7367
7368 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * shell/ev-view-private.h:
7371         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7372         (ev_view_set_document):
7373         * shell/ev-view.h:
7374         * shell/ev-window.c: (ev_window_load_job_cb),
7375         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7376         (ev_window_init):
7377
7378         Draw Loading message during xfer job. Fix for the bug #329495.
7379
7380 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * comics/comics-document.c: (comics_regex_quote),
7383         (comics_document_load), (extract_argv):
7384         
7385         Correcly quote regexp before passing it to unzip.
7386
7387 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-page-cache.c: (build_height_to_page),
7390         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7391         (ev_page_cache_get_dual_even_left):
7392         * shell/ev-page-cache.h:
7393         * shell/ev-view.c: (view_update_range_and_current_page),
7394         (get_page_y_offset), (get_page_extents):
7395         
7396         Place even pages to the left if document has less then
7397         two pages. Fix for the bug #328856.
7398
7399 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7402         
7403         Correct comics scheme. This make evince create thumbnails
7404         for comic books. Fix for the bug 329088.
7405
7406 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7407
7408         * data/evince-password.glade: Don't explicitly set
7409         invisible_char to the current default value in case
7410         the default changes; let GTK+ do its magic.
7411
7412 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7413
7414         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7415         real filename to tmp filename since often document
7416         type is determined by extension.
7417
7418 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7419
7420         * shell/ev-view.c: (add_scroll_binding_keypad),
7421         (ev_view_binding_activated), (ev_view_class_init):
7422         
7423         Add keybindings for percision-scrolling of display area. 
7424         Fix for the bug #314072.
7425
7426 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7427
7428         * data/evince.desktop.in.in:
7429         
7430         Add GTK to the list of categories. Fix for the bug #328034.
7431
7432 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * shell/ev-application.c: (ev_application_shutdown),
7435         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7436         * shell/ev-application.h:
7437         * shell/ev-window.c: (file_open_dialog_response_cb),
7438         (ev_window_cmd_file_open):
7439         
7440         Save last uri in file chooser dialog. Fix for the bug #327950.
7441
7442 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7443
7444         * NEWS:
7445         * README:
7446         
7447         Final update for release 0.5.0
7448         
7449         * shell/Makefile.am:
7450         
7451         Remove disable deprecated until we'll require libgnome-2.13.7
7452         and port to GOption argument parsing. See bug 327518.
7453
7454 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7455
7456         * comics/comics-document.c: (comics_document_save):
7457         * djvu/djvu-document.c: (djvu_document_save):
7458         * dvi/dvi-document.c: (dvi_document_save):
7459         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7460         * lib/ev-file-helpers.h:
7461         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7462         * tiff/tiff-document.c: (tiff_document_save):
7463         
7464         Use common save function for backends.
7465
7466 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7467
7468         * backend/ev-document-types.c:
7469         
7470         Fix crash on saving pixbuf.
7471
7472 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7473
7474         * cut-n-paste/recent-files/egg-recent-item.c:
7475         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7476         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7477         (parse_info_free), (valid_element), (start_element_handler),
7478         (end_element_handler), (text_handler), (egg_recent_model_filter),
7479         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7480         (egg_recent_model_monitor), (egg_recent_model_read),
7481         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7482         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7483         (egg_recent_model_set_property), (egg_recent_model_class_init),
7484         (egg_recent_model_init), (egg_recent_model_add_full),
7485         (egg_recent_model_delete), (egg_recent_model_get_list),
7486         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7487         (egg_recent_model_set_filter_mime_types),
7488         (egg_recent_model_clear_group_filter),
7489         (egg_recent_model_set_filter_groups),
7490         (egg_recent_model_clear_scheme_filter),
7491         (egg_recent_model_set_filter_uri_schemes),
7492         (egg_recent_model_remove_expired):
7493         * cut-n-paste/recent-files/egg-recent-util.c:
7494         (egg_recent_util_get_icon):
7495         * cut-n-paste/recent-files/egg-recent-util.h:
7496         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7497         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7498         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7499         (egg_recent_view_uimanager_set_property),
7500         (egg_recent_view_uimanager_get_property),
7501         (egg_recent_view_uimanager_class_init),
7502         (egg_recent_view_uimanager_init),
7503         (egg_recent_view_uimanager_set_label_width),
7504         (egg_recent_view_uimanager_get_label_width):
7505         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7506         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7507         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7508         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7509         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7510         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7511         
7512         Update from libegg.
7513
7514 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7515
7516         * shell/ev-page-cache.c: (build_height_to_page),
7517         (ev_page_cache_get_height_to_page):
7518         * shell/ev-page-cache.h:
7519         * shell/ev-view.c: (view_update_range_and_current_page),
7520         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7521         (ev_view_previous_page):
7522         
7523         Dual mode places even pages to the left. Fix for the bug #309393.
7524
7525         * shell/ev-view.h:
7526         * shell/ev-window.c: (update_action_sensitivity),
7527         (setup_view_from_metadata), (view_menu_popup_cb):
7528         
7529         Don't restore presentation in empty windows, more intelligent
7530         next page behaviour in dual mode.
7531
7532         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7533         (ev_pixbuf_cache_clear_job_sizes):
7534         
7535         Cleanup job callback on removal. Fix for the bug #325886.
7536
7537 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * ps/ps.c: (psscan):
7540         
7541         Commit workaround Mozilla problem. Fix for the bug #325919
7542         
7543         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7544         (save_item):
7545         
7546         Fix for year 2038 problem.
7547
7548 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7549
7550         * shell/ev-window.c: (setup_document_from_metadata),
7551         (ev_window_cmd_view_reload):
7552
7553         Clamp page recieved from metadata in valid values. Fix
7554         for the bug #325986.
7555
7556 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * MAINTAINERS: 
7559         Add MAINTAINERS as requested on desktop-devel-list.
7560
7561 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7564         (mime_type_supported_by_gdk_pixbuf),
7565         (ev_document_factory_get_mime_types),
7566         (ev_document_factory_get_all_mime_types):
7567         
7568         Don't add pixbuf mime types if pixbuf backend is disabled.
7569         
7570         * shell/ev-application.c: (ev_application_get_uri_window):
7571         
7572         Fix for the bug 325815 - unhandled MIME type message doesn't 
7573         appear a second time. 
7574         
7575         * shell/ev-document-types.c: (ev_document_types_add_filters):
7576         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7577         (password_dialog_response), (ev_window_popup_password_dialog),
7578         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7579         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7580         (ev_window_run_presentation), (ev_window_stop_presentation),
7581         (save_sizing_mode), (ev_window_zoom_changed_cb),
7582         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7583         (ev_window_dual_mode_changed_cb),
7584         (ev_window_sidebar_current_page_changed_cb),
7585         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7586         (window_state_event_cb), (window_configure_event_cb):
7587         
7588         Cleanup additional uris holded by EvWindow.
7589
7590 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7593         (ev_view_can_previous_page), (ev_view_can_next_page):
7594         * shell/ev-view.h:
7595         * shell/ev-window.c: (update_action_sensitivity):
7596         
7597         Two page scrolling with Space and PageUp in dual mode. Second fix 
7598         for the bug #316608.
7599
7600 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * shell/ev-view.c: (scroll_to_current_page):
7603         
7604         Correctly clamp adjustment value. Fix for the bug
7605         #325808.
7606
7607 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7608
7609         * shell/ev-sidebar-links.c: (print_section_cb):
7610         * shell/ev-window.c: (ev_window_get_uri),
7611         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7612         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7613         (ev_window_dispose):
7614         
7615         Make print dialog non-modal. Fix for the bug #325622.
7616
7617 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * shell/ev-metadata-manager.c:
7620         * shell/ev-utils.c: (using_pdf_printer),
7621         (using_postscript_printer), (load_print_config_from_file),
7622         (save_print_config_to_file):
7623         * shell/ev-utils.h:
7624         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7625         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7626         (setup_view_from_metadata), (ev_window_setup_document),
7627         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7628         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7629         (ev_window_run_presentation), (ev_window_stop_presentation),
7630         (save_sizing_mode), (ev_window_zoom_changed_cb),
7631         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7632         (ev_window_dual_mode_changed_cb),
7633         (ev_window_sidebar_current_page_changed_cb),
7634         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7635         (window_state_event_cb), (window_configure_event_cb),
7636         (ev_window_init):
7637         
7638         Setting saving behaviour fixes.
7639
7640 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * configure.ac:
7643         
7644         Make antialiasing gs options better and allow
7645         to change them during configure. Fix for the 
7646         bug #319049.
7647
7648 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * shell/ev-window.c: (setup_view_from_metadata):
7651         
7652         Remember if last window was maximized. Fix for the
7653         bug #323797.
7654
7655 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7656
7657         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7658
7659 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7662         * shell/ev-page-action.c: (build_new_tree_cb):
7663         * shell/ev-sidebar-links.c: (links_page_num_func),
7664         (update_page_callback_foreach), (update_page_callback):
7665         * shell/ev-view.c: (scroll_to_current_page):
7666         
7667         Fix for the bug #325067 with more intelligent selection
7668         of current link in sidebar. Make sidebar handle links
7669         of FITR-like type more correctly.
7670
7671         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7672         (dvi_pixbuf_put_pixel):
7673         
7674         Fix memory consumtion with disabled alpha channel.
7675
7676 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * data/evince-ui.xml:
7679         * shell/ev-window.c: (view_menu_popup_cb),
7680         (ev_popup_cmd_open_link), (ev_window_init):
7681         
7682         Update context menu for internal links. Fix for the bug
7683         #325066.
7684
7685 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7686
7687         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7688         
7689         Bind context menu to keyboard also. Fix for the bug
7690         #325065.
7691
7692 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694         * shell/ev-view.c: (selection_scroll_timeout_cb):
7695         
7696         Horizontal scroll on selection also.
7697
7698 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7699
7700         * shell/ev-metadata-manager.c: (parse_value):
7701         * shell/ev-view.c: (goto_xyz_link):
7702         
7703         Correct zoom setup and metadata save broken in 
7704         some locales.
7705
7706 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * shell/ev-view-private.h:
7709         * shell/ev-view.c: (scroll_to_current_page),
7710         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7711         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7712         (page_changed_cb), (ev_view_set_continuous),
7713         (ev_view_set_dual_page), (ev_view_set_presentation):
7714         
7715         Delay scroll until allocation to correctly position page. Fix
7716         for the bug #317334.
7717
7718 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * NEWS:
7721         * configure.ac:
7722         
7723         Update NEWS and require poppler 0.5.0.
7724
7725 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7726         
7727         * data/evince-ui.xml:
7728         * shell/ev-view-private.h:
7729         * shell/ev-view.c: (ev_view_get_link_at_location),
7730         (handle_link_over_xy), (ev_view_button_press_event),
7731         (ev_view_button_release_event), (ev_view_class_init):
7732         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7733         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7734         (ev_window_init):
7735         
7736         Implement right-click context menu.
7737
7738 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7741         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7742         (mdvi_pixbuf_device_render):
7743         * pdf/ev-poppler.cc:
7744
7745         Don't generate thumbnails with alpha. See bug #324077.
7746         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7747
7748 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * shell/ev-window.c: (setup_chrome_from_metadata):
7751         
7752         Fix typo that was hiding toolbar.
7753
7754 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * shell/ev-view-private.h:
7757         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7758         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7759         (ev_view_button_release_event), (ev_view_destroy):
7760         
7761         Small cleanup and autoscrolling during selection. Thanks to 
7762         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7763
7764 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7765
7766         * configure.ac:
7767         
7768         Correctly check for comics option.
7769
7770 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7771         * Makefile.am:
7772         * configure.ac:
7773         * backend/Makefile.am:
7774         * backend/ev-document-factory.c:
7775         * shell/ev-document-types.c:
7776
7777         Included option in configure to make ps backend 
7778         compilation optional with --disable-ps.
7779
7780 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7781
7782         * backend/ev-document-factory.c:
7783         * comics/Makefile.am:
7784         * comics/comics-document.c: (comics_document_load):
7785         * comics/ev-cbr-mime.xml:
7786         * configure.ac:
7787         
7788         Comics mime types are added to shared-mime-info CVS. Now
7789         we don't need to install our own mime types.
7790
7791 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7792
7793         * shell/ev-window.c:
7794         
7795         Add shortcut for "save a copy" menu entry. Fix for
7796         the bug #324582.
7797
7798 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7799
7800         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7801         (job_finished_cb), (new_selection_pixbuf_needed),
7802         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7803         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7804         
7805         Rework selection job info logic and fix critical warning.
7806
7807 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7808
7809         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7810
7811 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7812
7813         * data/evince-ui.xml:
7814         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7815         
7816         Enter as shortcut key for next page. Fix for the bug
7817         #321394.
7818
7819 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7820
7821         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7822
7823 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7824
7825         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7826         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7827         (new_selection_pixbuf_needed),
7828         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7829         (clear_job_selection):
7830         
7831         Too early for 0.5. Pixbuf cache code cleaned a bit.
7832
7833 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * NEWS:
7836         * configure.ac:
7837         
7838         Release 0.5.0 preparation
7839
7840 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * comics/Makefile.am:
7843         * configure.ac:
7844         * shell/ev-document-types.c: (ev_document_types_add_filters):
7845         
7846         More advanced handling of custom mime type installation.
7847
7848 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * data/evince.schemas.in:
7851         * shell/ev-metadata-manager.c: (value_free),
7852         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7853         (ev_metadata_manager_get), (ev_metadata_manager_set):
7854         * shell/ev-metadata-manager.h:
7855         * shell/ev-window.c: (update_chrome_flag),
7856         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7857         (setup_document_from_metadata), (setup_chrome_from_metadata),
7858         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7859         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7860         (ev_window_view_toolbar_cb),
7861         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7862         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7863         
7864         Save last document settings and reuse them for new documents.
7865
7866 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7867
7868         * Makefile.am:
7869         * backend/Makefile.am:
7870         * backend/ev-document-factory.c:
7871         * backend/ev-document-factory.h:
7872         * comics/Makefile.am:
7873         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7874         (comics_document_load), (comics_document_save),
7875         (comics_document_get_n_pages), (comics_document_get_page_size),
7876         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7877         (comics_document_class_init), (comics_document_can_get_text),
7878         (comics_document_get_info), (comics_document_document_iface_init),
7879         (comics_document_init), (get_supported_image_extensions),
7880         (comics_document_thumbnails_get_geometry),
7881         (comics_document_thumbnails_get_thumbnail),
7882         (comics_document_thumbnails_get_dimensions),
7883         (comics_document_document_thumbnails_iface_init), (extract_argv):
7884         * comics/comics-document.h:
7885         * comics/ev-cbr-mime.xml:
7886         * configure.ac:
7887         * po/POTFILES.in:
7888         * shell/ev-application.c: (ev_application_register_service):
7889         * shell/ev-document-types.c: (ev_document_types_add_filters):
7890         * thumbnailer/Makefile.am:
7891         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7892         
7893         New CBR/CBZ backend for comic books.
7894
7895 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * shell/main.c: (load_files_remote):
7898
7899         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7900         warning on startup of second instance is fixed. It
7901         is bug #320353.
7902
7903 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904
7905         * shell/ev-window.c: (ev_window_finalize):
7906         
7907         Fix double free that cause crash.
7908
7909 2005-10-29  Bastien Nocera <hadess@hadess.net>
7910
7911         * tiff/tiff-document.c: (tiff_document_load):
7912         
7913         Fix memory leak.
7914
7915 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7916
7917         * po/POTFILES.in:
7918         * shell/Makefile.am:
7919         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7920         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7921         (ev_view_accessible_get_text),
7922         (ev_view_accessible_get_character_at_offset),
7923         (ev_view_accessible_get_text_before_offset),
7924         (ev_view_accessible_get_text_at_offset),
7925         (ev_view_accessible_get_text_after_offset),
7926         (ev_view_accessible_get_character_count),
7927         (ev_view_accessible_get_caret_offset),
7928         (ev_view_accessible_set_caret_offset),
7929         (ev_view_accessible_get_run_attributes),
7930         (ev_view_accessible_get_default_attributes),
7931         (ev_view_accessible_get_character_extents),
7932         (ev_view_accessible_get_offset_at_point),
7933         (ev_view_accessible_get_n_selections),
7934         (ev_view_accessible_get_selection),
7935         (ev_view_accessible_add_selection),
7936         (ev_view_accessible_remove_selection),
7937         (ev_view_accessible_set_selection),
7938         (ev_view_accessible_text_iface_init),
7939         (ev_view_accessible_idle_do_action),
7940         (ev_view_accessible_action_do_action),
7941         (ev_view_accessible_action_get_n_actions),
7942         (ev_view_accessible_action_get_description),
7943         (ev_view_accessible_action_get_name),
7944         (ev_view_accessible_action_set_description),
7945         (ev_view_accessible_action_iface_init),
7946         (ev_view_accessible_get_type), (ev_view_accessible_new),
7947         (ev_view_accessible_factory_get_accessible_type),
7948         (ev_view_accessible_factory_create_accessible),
7949         (ev_view_accessible_factory_class_init),
7950         (ev_view_accessible_factory_get_type):
7951         * shell/ev-view-accessible.h:
7952         * shell/ev-view-private.h:
7953         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7954         * shell/ev-view.h:
7955         
7956         Initial accessibility support.
7957
7958 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7959
7960         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7961
7962 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7963
7964         * shell/ev-print-job.c: (idle_print_handler):
7965         
7966         Fix for bug Bug 318916: Printing multiple pages.
7967
7968 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7969
7970         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7971
7972 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * pdf/ev-poppler.cc:
7975         
7976         Thumnail dimensions unified with other backends.
7977         
7978         * shell/ev-window-title.c: (ev_window_title_update):
7979         
7980         Fix warning.
7981
7982 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * data/ev-stock-zoom-fit-width.png:
7985         
7986         Remove unused file.
7987
7988 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7989
7990         * configure.ac:
7991         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7992         (djvu_document_finalize):
7993         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7994         (dvi_document_finalize):
7995         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7996         (pixbuf_document_save), (pixbuf_document_finalize):
7997         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7998         (tiff_document_finalize):
7999         
8000         Save a copy implemented for various backends.
8001
8002 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8003
8004         * configure.ac:
8005         
8006         Don't link with ltiff if tiff is disabled.
8007
8008 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * pdf/GDKSplashOutputDev.cc:
8011         * pdf/GDKSplashOutputDev.h:
8012         * pdf/Thumb.cc:
8013         * pdf/Thumb.h:
8014         * pdf/pdf-document.cc:
8015         * pdf/pdf-document.h:
8016         * pdf/test-gdk-output-dev.cc:
8017         
8018         Remove old unused files.
8019
8020 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/ev-window.c: (ev_window_setup_document):
8023         
8024         Fixed warnings on reload and probably crash reason.
8025
8026 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * properties/ev-properties-view.c:
8029         (ev_properties_view_format_date):
8030         
8031         Check if date is invalid. Fix for bug 318134.
8032
8033 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8034
8035         * shell/ev-window-title.c:
8036         
8037         Add .indd files (Adobe Indesign) to the list of "bad
8038         extensions".
8039
8040 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8041
8042         * data/evince-ui.xml:
8043         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8044         
8045         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8046
8047 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8048
8049         * shell/ev-window.c: (launch_link), (launch_external_uri),
8050         (view_external_link_cb):
8051
8052         URL-escape link before passing it to gnome_vfs_url_show.
8053
8054 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8055
8056         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8057         there isn't text selected.
8058
8059 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * shell/ev-view.c: (handle_link_over_xy):
8062
8063         Check tooltip is valid utf8 before showing it
8064
8065 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8066
8067         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8068
8069 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8070
8071         * shell/ev-window-title.c: (ev_window_title_update):
8072
8073         Guard against using g_strstrip on NULL. Fixes bug #317291.
8074
8075 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * pdf/ev-poppler.cc:
8078
8079         Show title even for unknown links
8080
8081 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8082
8083         * shell/ev-window-title.c: (ev_window_title_update):
8084
8085         Strip the title string
8086
8087 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * shell/ev-window-title.c:
8090
8091         Add .rtf to the bad extensions list
8092
8093 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8094
8095         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8096         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8097
8098         Ignore link coordinates if they are outside page bounds
8099
8100 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * backend/ev-link.c: (ev_link_type_get_type),
8103         (ev_link_get_filename), (ev_link_get_params),
8104         (ev_link_get_property), (ev_link_set_property),
8105         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8106         * backend/ev-link.h:
8107         * pdf/ev-poppler.cc:
8108         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8109         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8110         (ev_window_init):
8111
8112         Implement launch links. Delegate external link opening to
8113         the window.
8114
8115 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8118         (ev_link_get_right), (ev_link_get_property),
8119         (ev_link_set_property), (ev_link_class_init),
8120         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8121         * backend/ev-link.h:
8122         * pdf/ev-poppler.cc:
8123         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8124
8125         Implement fitr links
8126
8127 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8130         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8131         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8132         (ev_view_size_request_continuous),
8133         (ev_view_size_request_dual_page),
8134         (ev_view_size_request_single_page), (ev_view_size_allocate),
8135         (ev_view_zoom_for_size_continuous_and_dual_page),
8136         (ev_view_zoom_for_size_continuous),
8137         (ev_view_zoom_for_size_dual_page),
8138         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8139         (ev_sizing_mode_get_type):
8140         * shell/ev-view.h:
8141         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8142
8143         Do not use modes for link, we need to calculate size ad hoc.
8144         Still not perfect because of the usual scrollbar issues grrr.
8145
8146 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * backend/ev-link.c: (ev_link_type_get_type),
8149         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8150         * backend/ev-link.h:
8151         * pdf/ev-poppler.cc:
8152         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8153         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8154         (ev_view_size_request_continuous),
8155         (ev_view_size_request_dual_page),
8156         (ev_view_size_request_single_page), (ev_view_size_allocate),
8157         (zoom_for_size_fit_height),
8158         (ev_view_zoom_for_size_continuous_and_dual_page),
8159         (ev_view_zoom_for_size_continuous),
8160         (ev_view_zoom_for_size_dual_page),
8161         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8162         (ev_sizing_mode_get_type):
8163         * shell/ev-view.h:
8164         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8165
8166         Implement FIT_HEIGHT mode (only for links).
8167         Implement FITH links
8168
8169 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * shell/ev-window-title.c: (get_filename_from_uri),
8172         (ev_window_title_sanitize_extension), (ev_window_title_update),
8173         (ev_window_title_set_document), (ev_window_title_set_uri),
8174         (ev_window_title_free):
8175         * shell/ev-window-title.h:
8176         * shell/ev-window.c: (ev_window_setup_document),
8177         (ev_window_popup_password_dialog):
8178
8179         Refactor window title building while fixing it for
8180         password documents.
8181
8182 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * pdf/ev-poppler.cc:
8185
8186         Escape link title before setting it in the model
8187
8188 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * shell/ev-application.c: (removed_from_session), (save_session),
8191         (init_session), (ev_application_get_empty_window),
8192         (ev_application_init), (ev_application_get_windows):
8193         * shell/ev-application.h:
8194         * shell/ev-window.c: (ev_window_finalize):
8195
8196         Add a function to retrieve window list and share it where
8197         necessary.
8198         Implement session handling, works pretty well thanks to the
8199         metadata system.
8200
8201 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8202
8203         * shell/ev-password.c: (ev_password_item_created_callback),
8204         (ev_password_dialog_save_password):
8205         
8206         Fix for bug 316972. Use async gnome-keyring API.
8207
8208 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8209
8210         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8211         Remove unused unrealize handler. Add scroll handling to
8212         ev_view_scroll_event for presentation mode (bug #316708),
8213         and fix the event state checks there.
8214
8215 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * shell/ev-page-action.c: (page_changed_cb):
8218
8219         "marco, maybe we should be crazy and jump right to 6! :)"
8220
8221         Bryan Clark, Sep 2005
8222
8223 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8224
8225         * ps/ps-document.c: (save_document), (ps_document_save),
8226         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8227         (ps_document_ps_export_end):
8228
8229         Fix unstructured documents save and print
8230
8231 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * shell/ev-application.c: (ev_application_open_uri):
8234
8235         Fix window size persistance
8236
8237 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * shell/ev-view.c: (ev_view_button_release_event):
8240
8241         Based on a patch from carlosgc@gnome.org. Mouse buttons
8242         switch pages in presentation mode.
8243
8244 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8247
8248         Dont cast to int before scaling
8249
8250 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * backend/ev-link.c: (ev_link_type_get_type),
8253         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8254         (ev_link_new_page_fith):
8255         * backend/ev-link.h:
8256         * pdf/ev-poppler.cc:
8257         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8258
8259         Implement FIT and FITH links
8260
8261 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * pdf/ev-poppler.cc:
8264
8265         Return 0 results when search is not in progress.
8266
8267         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8268         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8269
8270         Update menu sensitivity when cancelling search
8271
8272 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * shell/ev-view.c: (ev_view_can_find_next):
8275
8276         Take all pages in consideration, not just current one
8277
8278 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8279
8280         * shell/ev-page-cache.c:
8281         * shell/ev-page-cache.h:
8282         * shell/ev-view.c: (ev_view_binding_activated),
8283         (ev_view_next_page), (ev_view_previous_page),
8284         (ev_sizing_mode_get_type):
8285         * shell/ev-view.h:
8286         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8287         (ev_window_cmd_go_next_page):
8288
8289         Move page next/previous functions from page chace to
8290         view and change it to move by 2 page steps in dual mode.
8291
8292 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-window.c: (update_sidebar_visibility),
8295         (setup_sidebar_from_metadata), (ev_window_setup_document),
8296         (setup_view_from_metadata):
8297
8298         Show the index by default when there is one     
8299
8300 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * shell/ev-window-title.c: (ev_window_title_set_document):
8303
8304         Missing null check
8305
8306 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8307
8308         * shell/ev-view.c: (view_update_range_and_current_page):
8309         
8310         Allow display of last odd page in dual view. Fix for 316347.
8311
8312 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8313
8314         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8315         
8316         Make close button default. Fix for 316383.
8317
8318 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8319
8320         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8321         
8322         Mark close button as default. Fix for 316381.
8323
8324 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * backend/ev-link.c: (ev_link_class_init):
8327
8328         Allow negative doubles in left/top properties
8329
8330 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * shell/ev-window.c:
8333
8334         Remove a bunch of strings that was used only
8335         by the statusbar.
8336
8337 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * shell/ev-window-title.c: (get_filename_from_uri),
8340         (ev_window_title_set_document):
8341
8342         When title has a confusing extension, show also
8343         the document filename inside ()
8344
8345 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * shell/Makefile.am:
8348         * shell/ev-window-title.c: (ev_window_title_new),
8349         (ev_window_title_update), (ev_window_title_set_type),
8350         (ev_window_title_set_document), (ev_window_title_free):
8351         * shell/ev-window-title.h:
8352         * shell/ev-window.c: (ev_window_setup_document),
8353         (password_dialog_response), (ev_window_popup_password_dialog),
8354         (ev_window_dispose), (ev_window_init):
8355
8356         Factor out and cleanup window title code
8357
8358 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8361         (unable_to_load):
8362
8363         Make dialog transient so it doesnt block other windows
8364
8365 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * pdf/ev-poppler.cc:
8368         
8369         Fix pdf thumbnails rendering.
8370
8371 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8372
8373         * shell/ev-window.c: (fullscreen_set_timeout):
8374         
8375         Increase timeout to hide full screen popup. Bug 
8376         316123. 
8377
8378 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8379
8380         * data/evince.schemas.in:
8381         * shell/ev-window.c: (update_action_sensitivity):
8382
8383         Allow the user to override document restrictions. Fix for bug
8384         305818.
8385
8386 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8387
8388         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8389         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8390         (ev_window_class_init): Fix multihead behaviour of fullscreen
8391         toolbar popup. Fixes bug #315451.
8392
8393 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8394
8395         * configure.ac:
8396         * data/evince-password.glade:
8397         * shell/ev-password.c: (ev_password_dialog_set_property),
8398         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8399         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8400         (ev_password_dialog_entry_changed_cb),
8401         (ev_password_dialog_entry_activated_cb),
8402         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8403         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8404         (ev_password_dialog_set_bad_pass):
8405         * shell/ev-password.h:
8406         * shell/ev-window.c: (password_dialog_response),
8407         (ev_window_popup_password_dialog):
8408         
8409         Support for gnome-keyring for encrypted PDF's.
8410
8411 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8414         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8415         (ev_view_enter_notify_event), (ev_view_class_init):
8416         
8417         More precise handling of enter_notify/leave_notify events
8418         in EvView. Fix for bug 315470.
8419
8420 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8421
8422         * shell/ev-window.c: (fullscreen_timeout_cb),
8423         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8424         (ev_window_dispose):
8425
8426         leak fix: unref fullscreen_timeout_source before clearing it
8427
8428 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8429
8430         * configure.ac, dvi/mdvi/Makefile.am: 
8431         
8432         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8433
8434 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * backend/ev-link.c: (ev_link_new_page_xyz):
8437         * pdf/ev-poppler.cc:
8438         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8439
8440         Fix some bugs with xyz links, respect zoom
8441
8442 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-window.c: (page_changed_cb),
8445         (setup_document_from_metadata), (update_sidebar_visibility),
8446         (setup_view_from_metadata), (ev_window_run_fullscreen),
8447         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8448         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8449         (ev_window_dual_mode_changed_cb),
8450         (ev_window_sidebar_current_page_changed_cb):
8451
8452         null check uri before setting and getting metadata
8453
8454 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * dvi/Makefile.am:
8457         * properties/Makefile.am:
8458         * shell/Makefile.am:
8459         * thumbnailer/Makefile.am:
8460
8461         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8462
8463 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8466         (selection_changed_callback):
8467         * shell/ev-sidebar-links.h:
8468
8469         Add a signal for link activation.
8470
8471         * shell/ev-view.c: (ev_view_goto_link),
8472         (ev_view_button_release_event):
8473         * shell/ev-view.h:
8474         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8475         (ev_window_init):
8476
8477         Implement the signal so that we can handle all link types.
8478
8479         * shell/ev-page-cache.c:
8480
8481         Remove unused set_link function
8482
8483 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8486
8487         Add some space from the cursor, hardcoded but I couldnt
8488         find a better way.
8489
8490 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * lib/ev-tooltip.c:
8493
8494         Use mozilla style vs gtk style, way better for links.
8495
8496         * shell/ev-view.c: (ev_view_motion_notify_event),
8497         (ev_view_destroy), (ev_view_init):
8498
8499         Deactive tooltip when the link hovered is changed.
8500
8501 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * backend/ev-document.h:
8504         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8505         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8506         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8507         (ev_link_new_page), (ev_link_new_page_xyz):
8508         * backend/ev-link.h:
8509         * pdf/ev-poppler.cc:
8510         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8511         (go_to_link), (tip_from_link):
8512
8513         Implement xyz links, still not functional. Links are a total
8514         mess, will need to refactor and bugfix a lot :(
8515
8516 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8517
8518         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8519
8520 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8521
8522         * data/evince-ui.xml:
8523         * data/evince.schemas.in:
8524         * shell/Makefile.am:
8525         * shell/ev-window.c: (update_chrome_visibility),
8526         (password_dialog_response), (ev_window_load_job_cb),
8527         (ev_window_xfer_job_cb), (ev_window_open_uri),
8528         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8529         (ev_window_init):
8530
8531         Remove the statusbar. This regress loading feedback, need to
8532         check with Bryan what we want to do there...
8533
8534 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * lib/ev-tooltip.c: (ev_tooltip_init):
8537
8538         Fix tooltip border and size handling
8539
8540 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8541
8542         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8543         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8544         (ev_tooltip_timeout), (ev_tooltip_activate),
8545         (ev_tooltip_deactivate):
8546         * lib/ev-tooltip.h:
8547         * shell/ev-view.c: (ev_view_motion_notify_event):
8548
8549         Delay popup showing. Mirror gtk logic/times.
8550
8551 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * lib/Makefile.am:
8554         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8555         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8556         (ev_tooltip_set_text), (ev_tooltip_set_position):
8557         * lib/ev-tooltip.h:
8558
8559         Simple widget to show tooltips at a custom position
8560
8561         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8562         (ev_view_destroy):
8563
8564         Use it for links. First go, needs work
8565
8566 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8567
8568         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8569         HIG fixes.  Use title capitalization for window title. Use 12 
8570         pixels of space between the dialog's vbox and action area.
8571
8572 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-window.c: (file_open_dialog_response_cb),
8575         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8576         (ev_window_cmd_save_as):
8577
8578         Make file pickers not modal and refactor code some
8579
8580 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * shell/ev-sidebar.h:
8583         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8584         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8585         (ev_sidebar_class_init), (ev_sidebar_select_page),
8586         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8587         (ev_sidebar_set_page):
8588
8589         Add a current page property and allow to get/set it
8590
8591         * shell/ev-window.c: (setup_view_from_metadata),
8592         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8593
8594         Persist current sidebar page per document
8595
8596 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * data/evince.schemas.in:
8599         * shell/ev-window.c: (update_chrome_visibility),
8600         (setup_document_from_metadata), (update_sidebar_visibility),
8601         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8602         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8603         (ev_window_run_presentation), (ev_window_stop_presentation),
8604         (ev_window_view_sidebar_cb),
8605         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8606         (load_chrome), (ev_window_init):
8607
8608         Persist size/visibility of sidebar per document
8609
8610 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8611
8612         * shell/ev-view.c (draw_loading_text): Draw loading text.
8613
8614 2005-09-02  Dan Damian  <dand@gnome.ro>
8615
8616         * configure.in: Added "ro" to ALL_LINGUAS.
8617
8618 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8619
8620         * shell/ev-view.c: (clear_caches):
8621
8622         ev_page_cache_get doesnt return a reference,
8623         dont try to unref it.
8624
8625 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * shell/main.c: (load_files_remote):
8628
8629         Fix timestamp parameter with dbus <= 0.33
8630
8631 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * data/evince.schemas.in:
8634
8635         Add missing full stop
8636
8637 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8638
8639         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8640         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8641
8642         Plug some memory leaks
8643
8644 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8645
8646         * configure.ac:
8647         * lib/ev-debug.c: (trap_handler):
8648
8649         Check for execinfo.h and use it only if it exists.
8650         Ported from Epiphany (bug #314776).
8651
8652 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8653
8654         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8655
8656 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8657
8658         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8659         * po/id.po      : Added Indonesian translation
8660
8661 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8662
8663         * shell/main.c:
8664         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8665         * NEWS: Release 0.4.0
8666
8667 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8668
8669         * configure.ac: catch another gtk+-2.8ism
8670         * shell/main.c: Make work with gtk+-2.6
8671
8672 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8673
8674         * shell/ev-application-service.xml: Add 'timestamp' argument to
8675           ev_application_open_window and ev_application_open_uri methods.
8676
8677         * shell/ev-application.h: Add 'timestamp' argument to
8678           ev_application_open_window, ev_application_open_uri,
8679           and ev_application_open_uri_list functions.
8680
8681         * shell/ev-application.c (ev_application_open_window,
8682           ev_application_open_uri, ev_application_open_uri_list): Change
8683           functions that show/present windows to use a timestamp if one
8684           is passed in.
8685
8686         * shell/ev-window.c (ev_window_cmd_file_open,
8687           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8688         * shell/main.c (load_files): Modify calls to ev_application to
8689           include GDK_CURRENT_TIME as timestamp.
8690
8691         * shell/main.c (load_files_remote): Obtain timestamp for client
8692           instance from GDK and pass to server instance so new windows are
8693           focused properly.  Fix dbus_g_proxy_call() calls by including second
8694           G_TYPE_INVALID.
8695           
8696         Closes bug #314475.
8697
8698 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8699
8700         * shell/ev-window.c (ev_window_finalize): Check for
8701         avail. EvWindows when quiting to handle the finalize better,
8702         #314497
8703
8704 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705         
8706         * properties/ev-properties-view.c: 
8707         
8708         Set textdomain to libglade. Fixes translation problem in property page.
8709
8710 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8711
8712         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8713         * dvi/Makefile.am:
8714         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8715         * dvi/mdvi-lib/Makefile.am:
8716         
8717         Fix rotation of thumbnails, ported to new API. Moved library
8718         dependencies earlier, probably it will fix linkage problem.
8719
8720 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8721
8722         * backend/ev-document-misc.c:
8723         (ev_document_misc_get_thumbnail_frame):
8724         * backend/ev-document-misc.h:
8725         * configure.ac:
8726         * pdf/ev-poppler.cc:
8727         * shell/Makefile.am:
8728         * shell/ev-sidebar-thumbnails.c: (add_range),
8729         (ev_sidebar_thumbnails_set_loading_icon),
8730         (ev_sidebar_thumbnails_refresh),
8731         (ev_sidebar_thumbnails_set_document):
8732         * shell/ev-sidebar-thumbnails.h:
8733         * shell/ev-view.c: (ev_view_motion_notify_event),
8734         (ev_view_set_property), (ev_view_get_property),
8735         (ev_view_class_init), (ev_view_set_rotation):
8736         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8737         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8738         (ev_window_init):
8739         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8740         Redo rotation (again).  prepare for 0.4.0
8741
8742 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8743
8744         * configure.ac: Bump poppler requirement to 0.4.1.
8745
8746         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8747         argument to poppler_page_render_selection() call.
8748
8749 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8750
8751         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8752         (djvu_document_thumbnails_get_thumbnail):
8753         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8754         (dvi_document_thumbnails_get_thumbnail):
8755         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8756         (pixbuf_document_thumbnails_get_thumbnail):
8757         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8758         
8759         Update rotation direction of backends to fit with pdf and ps.
8760
8761 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8762
8763         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8764         * backend/ev-async-renderer.h:
8765         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8766         (setup_page), (ps_document_get_page_size),
8767         (ps_async_renderer_render_pixbuf):
8768         * ps/ps-document.h:
8769         * shell/ev-jobs.c: (ev_job_render_run):
8770
8771         Fix orientation in the postscript document
8772
8773 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * pdf/ev-poppler.cc:
8776         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8777         * shell/ev-view.c: (highlight_find_results):
8778
8779         Adapt to the new poppler rotation API. Fix text maps on landscape
8780         documents.
8781
8782 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * shell/ev-view.c (compute_new_selection_text): get the correct
8785         region when selecting in modes other than continuous.
8786
8787 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8788
8789         * shell/main.c (main): remove redundant g_warnings.
8790
8791 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8792
8793         * shell/Makefile.am: Don't include autogenerated
8794         file ev-application-service.h into distribution, since
8795         it causes dbus crash. Fix for bugs 313724 and 313443. 
8796
8797 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8798
8799         * configure.ac: Fix sed expression for FreeBSD. Thanks
8800         to Joe Marcus Clark <marcus@freebsd.org>
8801         
8802         * shell/eggfindbar.c: (entry_activate_callback),
8803         (entry_changed_callback), (egg_find_bar_init),
8804         (egg_find_bar_set_search_string):
8805         
8806         Made findbar buttons unsensitive if there is no text in
8807         entry. Fix for the bug 313285.
8808
8809 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8810
8811         * ps/ps-document.c: Use g_filename_display_name for displaying
8812         filenames and revert string freeze breackage
8813
8814 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * NEWS:
8817         * configure.ac:
8818
8819         Update for 0.3.4
8820
8821         * shell/Makefile.am:
8822
8823         Add ev-application-service.xml to extra dist
8824
8825         * shell/ev-view.c: (find_page_at_location):
8826
8827         Remove unused function (fix warning)
8828
8829 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8830
8831         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8832         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8833         
8834         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8835         bug 313623.
8836
8837 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8838
8839         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8840         * shell/ev-window.c:
8841         Fix build warnings
8842
8843 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8844
8845         * configure.ac: Update script to get dbus version.
8846         Fix for the bug #313443.
8847
8848 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8849
8850         * shell/ev-window.c: (ev_window_cmd_escape):
8851         
8852         Return focus back to view on escape. Fix for bug 313295.
8853
8854 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8855
8856         * shell/ev-window.c: (update_window_title),
8857         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8858         (ev_window_cmd_save_as):
8859         
8860         Correct conversion from uri to displayable string. Fix for
8861         bug 313296.
8862
8863 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8864
8865         * ps/ps-document.c: convert filename to utf8 when there is an error
8866         loading document. Fixes #309915
8867
8868 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8869
8870         * configure.ac:
8871
8872         We depend on poppler 0.4.0
8873
8874 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * configure.ac:
8877         * NEWS: Release 0.3.3.
8878         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8879
8880 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8881
8882         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8883         add a couple missing mnemonics to menu items, use title 
8884         capitalization for menu items and window titles, and add 
8885         ellipsis to open menu item.     
8886
8887 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8888
8889         * pdf/ev-poppler.cc:
8890         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8891         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8892         (ev_view_get_rotation):
8893         * shell/ev-view.h:
8894         * shell/ev-window.c: (setup_view_from_metadata),
8895         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8896         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8897         disk.
8898
8899 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8900
8901         * configure.ac: Added tr to ALL_LINGUAS
8902
8903 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8904
8905         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8906         requires several clicks to find word. Thanks to 
8907         Colin Slater <kiltedtaco@gmail.com>.
8908
8909 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8910
8911         * data/evince.desktop.in.in: Hide menu entry and
8912         rename it to "Document Viewer". Fix for bug 
8913         #312399.
8914
8915 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8916
8917         * shell/ev-page-action.c (ev_page_action_class_init): 
8918
8919         Point to the correct function in constructor of the
8920         activate_label signal
8921
8922 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8925         * shell/ev-jobs.h: Make thread safe.
8926
8927 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8928
8929         * shell/ev-view.c: (view_update_range_and_current_page):
8930         Don't update page range if we are scrolling to some document
8931         point.
8932
8933 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8936         when getting max_page_width, fix drawing in dual mode.
8937
8938 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8939
8940         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8941         getting the area for select_all.
8942
8943 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8944
8945         * backend/ev-selection.c: (ev_selection_render_selection):
8946         * backend/ev-selection.h:
8947         * pdf/ev-poppler.cc:
8948         * shell/ev-jobs.c: (ev_job_render_new):
8949         * shell/ev-jobs.h:
8950         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8951         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8952         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8953         (ev_view_class_init):
8954
8955         Change selection color on focus in and focus out events.  Also,
8956         poppler now uses GdkColor for specifying the selection colors, so
8957         drop some awkward conversion code.
8958
8959 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8960
8961         * configure.ac: Added Hebrew translation
8962
8963 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8964
8965         * NOTES:
8966         * backend/ev-selection.c: (ev_selection_render_selection):
8967         * backend/ev-selection.h:
8968         * pdf/ev-poppler.cc:
8969         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8970         (ev_job_render_run):
8971         * shell/ev-jobs.h:
8972         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8973         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8974         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8975         (ev_pixbuf_cache_style_changed),
8976         (ev_pixbuf_cache_get_selection_pixbuf),
8977         (ev_pixbuf_cache_set_selection_list),
8978         (ev_pixbuf_cache_get_selection_list):
8979         * shell/ev-pixbuf-cache.h:
8980         * shell/ev-utils.c: (ev_print_region_contents):
8981         * shell/ev-utils.h:
8982         * shell/ev-view.c: (ev_view_queue_draw_page),
8983         (selection_update_idle_cb), (ev_view_motion_notify_event),
8984         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8985         (setup_caches), (ev_view_find_next), (merge_selection_region),
8986         (selection_free):
8987         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8988
8989         Clean up selection to be much smoother!
8990
8991 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8992
8993         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8994         to poppler_page_render_selection().
8995
8996 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998         * ps/ps-document.c: (save_page_list): Use
8999         unzipped document when printing. Thanks to 
9000         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9001         311016.
9002
9003 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9004
9005         * shell/ev-window.c: (update_action_sensitivity):
9006         
9007         Disable print and save respect to lockdown gconf keys. Fix
9008         for 312342.
9009
9010 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9011
9012         * configure.ac:
9013         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9014         (write_to_temp_file), (ev_file_set_contents):
9015         * shell/ev-utils.h:
9016         * shell/ev-window.c: (save_print_config_to_file):
9017         
9018         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9019         Fix for bug 312238
9020
9021 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9022
9023         * shell/ev-window.c: (load_print_config_from_file),
9024         (save_print_config_to_file), (ev_window_print_range):
9025
9026         Persist the print settings. Fixes bug #311578.
9027
9028 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * djvu/djvu-document.c: (djvu_document_get_page_size),
9031         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9032         (djvu_document_thumbnails_get_thumbnail):
9033         * dvi/dvi-document.c: (dvi_document_get_page_size),
9034         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9035         (dvi_document_thumbnails_get_dimensions),
9036         (dvi_document_thumbnails_get_thumbnail):
9037         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9038         (pixbuf_document_render_pixbuf),
9039         (pixbuf_document_document_iface_init),
9040         (pixbuf_document_thumbnails_get_thumbnail):
9041         
9042         Update backends to make them build with new rotation system.
9043
9044 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9045
9046         * help/C/figures/evince_start_window.png:
9047         
9048         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9049
9050 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9051
9052         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9053         * shell/ev-pixbuf-cache.h:
9054         * shell/ev-sidebar-thumbnails.c:
9055         (ev_sidebar_thumbnails_get_property), (add_range),
9056         (adjustment_changed_cb):
9057         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9058         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9059         we were thumbnailing the entire docment on startup, slowing us
9060         down hugely. 
9061
9062 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9063
9064         * shell/ev-page-cache.c: (ev_page_cache_new):
9065         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9066         == 0, fixes #310306.
9067
9068 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9071         (ev_view_rotate_left):
9072
9073         Account rotation in doc_rect_to_view_rect.
9074         Ensure rotation doesnt go out of bounds.
9075
9076 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9079
9080         Correct and cleanup w/h swapping
9081
9082 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9083
9084         * backend/ev-document-thumbnails.c:
9085         (ev_document_thumbnails_get_thumbnail):
9086         * backend/ev-document-thumbnails.h:
9087         * backend/ev-document.c:
9088         * backend/ev-document.h:
9089         * backend/ev-render-context.c: (ev_render_context_new),
9090         (ev_render_context_set_rotation):
9091         * backend/ev-render-context.h:
9092         * pdf/ev-poppler.cc:
9093         * ps/ps-document.c: (ps_document_document_iface_init):
9094         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9095         * shell/ev-jobs.h:
9096         * shell/ev-page-cache.c: (build_height_to_page),
9097         (ev_page_cache_new), (ev_page_cache_get_size),
9098         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9099         (ev_page_cache_get_height_to_page):
9100         * shell/ev-page-cache.h:
9101         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9102         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9103         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9104         (ev_pixbuf_cache_get_selection_pixbuf):
9105         * shell/ev-pixbuf-cache.h:
9106         * shell/ev-print-job.c: (idle_print_handler):
9107         * shell/ev-sidebar-thumbnails.c: (add_range):
9108         * shell/ev-view.c: (view_update_range_and_current_page),
9109         (get_page_y_offset), (get_page_extents),
9110         (ev_view_size_request_continuous_dual_page),
9111         (ev_view_size_request_continuous),
9112         (ev_view_size_request_dual_page),
9113         (ev_view_size_request_single_page), (draw_one_page),
9114         (ev_view_set_rotation), (ev_view_rotate_right),
9115         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9116         (ev_view_zoom_for_size_continuous_and_dual_page),
9117         (ev_view_zoom_for_size_continuous),
9118         (ev_view_zoom_for_size_dual_page),
9119         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9120         (ev_view_select_all):
9121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9122         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9123         (tiff_document_document_iface_init),
9124         (tiff_document_thumbnails_get_thumbnail):
9125
9126         Use rotation rather than orientation. It's easier and enough
9127         for our needs.
9128
9129 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9130
9131         * shell/ev-page-cache.c: (build_height_to_page),
9132         (ev_page_cache_new), (ev_page_cache_get_size),
9133         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9134         (ev_page_cache_get_height_to_page):
9135         * shell/ev-page-cache.h:
9136         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9137         (ev_view_size_request_continuous_dual_page),
9138         (ev_view_size_request_continuous),
9139         (ev_view_zoom_for_size_continuous_and_dual_page),
9140         (ev_view_zoom_for_size_continuous):
9141
9142         Make the page cache aware of page orientation.
9143
9144 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9145
9146         * backend/ev-document-thumbnails.c:
9147         (ev_document_thumbnails_get_thumbnail):
9148         * backend/ev-document-thumbnails.h:
9149         * backend/ev-document.c:
9150         * backend/ev-document.h:
9151         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9152         * backend/ev-ps-exporter.h:
9153         * pdf/ev-poppler.cc:
9154         * ps/ps-document.c: (ps_document_document_iface_init),
9155         (ps_document_ps_export_do_page):
9156         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9157         * shell/ev-jobs.h:
9158         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9159         (ev_page_cache_get):
9160         * shell/ev-page-cache.h:
9161         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9162         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9163         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9164         * shell/ev-pixbuf-cache.h:
9165         * shell/ev-print-job.c: (idle_print_handler):
9166         * shell/ev-sidebar-thumbnails.c: (add_range):
9167         * shell/ev-view.c: (view_update_range_and_current_page),
9168         (get_page_extents), (ev_view_size_request_dual_page),
9169         (ev_view_size_request_single_page), (draw_one_page),
9170         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9171         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9172         (ev_view_zoom_for_size_dual_page),
9173         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9174         (ev_view_select_all):
9175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9176         * tiff/tiff-document.c: (tiff_document_get_page_size),
9177         (tiff_document_get_orientation), (rotate_pixbuf),
9178         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9179         (tiff_document_thumbnails_get_thumbnail),
9180         (tiff_document_ps_export_do_page), (tiff_document_init):
9181
9182         Really make use of the orientation bit of the render context.
9183         Use the render context in a few more places in the backend API.
9184         This regress orientation, but now it's done right. Will try to
9185         fix it up asap...
9186
9187 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9188
9189         * shell/ev-view.c: (ensure_rectangle_is_visible):
9190
9191         Patch by Nickolay V. Shmyrev to fix find flickering
9192
9193 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9194
9195         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9196         duplex parameters to ::begin.
9197
9198         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9199         * shell/ev-print-job.c (idle_print_handler): 
9200         * ps/ps-document.c (ps_document_ps_export_begin): 
9201         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9202         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9203         implementations. Poppler backend needs poppler cvs. Rest has
9204         unchanged behavior.
9205
9206 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9207
9208         * shell/ev-window.c (using_pdf_printer): new function.
9209         (ev_window_print_range): print a less techy message if someone
9210         tries to print to PDF.
9211
9212 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9213
9214         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9215         from "unknown font" string. Bug #311431
9216
9217 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9218
9219         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9220
9221 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9222
9223         Bug #311280
9224         
9225         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9226         name for PopplerFontTypes
9227         (pdf_document_fonts_fill_model): add font type to the detail column
9228
9229         * backend/ev-document-fonts.h: added
9230         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9231
9232         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9233         font name and font details, add a little markup.
9234         (ev_properties_fonts_init): use the new cell data func, specify ypad
9235         property for the cell renderer.
9236         (ev_properties_fonts_set_document): add the details column.
9237
9238 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9239
9240         * configure.ac: Added "pl" to ALL_LINGUAS.
9241
9242 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9243
9244         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9245
9246 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9247
9248         * help/ChangeLog: Started this for translations of manual.
9249         * configure.ac, autogen.sh, .cvsignore: Migrated to
9250         gnome-doc-utils. Patch in bug #311222.
9251
9252 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9253
9254         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9255         #ifdef this away to fix an unused-function warning.
9256
9257 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9258
9259         * configure.ac: Added 'gl' to ALL_LINGUAS.
9260
9261 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9262
9263         * configure.ac: Added ne in ALL_LINGUAS
9264         
9265 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * shell/ev-view.c: (ev_view_leave_notify_event):
9268         
9269         Clear status message when pointer leaves view. Fix for bug
9270         #310818 
9271
9272 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9273
9274         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9275
9276 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9277
9278         * shell/ev-view.c: (ev_view_leave_notify_event),
9279         (ev_view_class_init):
9280         
9281         Set cursor to normal then leaving view.
9282
9283 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9284
9285         * configure.ac:
9286         
9287         Fix required djvulibre version.
9288
9289 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9290
9291         *configure.ac: Hindi (hi) language added
9292
9293 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9294
9295         *configure.ac: Punjabi (pa) Language added
9296
9297 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9298
9299         * data/evince-ui.xml, shell/ev-window.c:
9300         
9301         Add keypad accelerators for zooming. Fix for bug 308128.
9302
9303 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * Makefile.am:
9306         * backend/Makefile.am:
9307         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9308         * configure.ac:
9309         * shell/ev-document-types.c: (ev_document_types_add_filters):
9310
9311         Allow to enable/disable the pixbuf backend.
9312         Default to off for now. If we want it enabled we should
9313         really put mime types in the desktop, implement properties etc.
9314
9315         * properties/evince-properties.c:
9316
9317         Initialize error to NULL.
9318         Check error is not NULL before freeing.
9319
9320 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9321
9322         * shell/ev-window.c:
9323
9324         Use F5 as presentation accell
9325
9326 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9327
9328         * shell/ev-window.c: (update_chrome_visibility),
9329         (ev_window_create_fullscreen_popup), (ev_window_init):
9330
9331         Do not leak the fullscreen toolbar
9332
9333 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9334
9335         * shell/ev-window.c: (view_actions_focus_in_cb),
9336         (view_actions_focus_out_cb):
9337
9338         These has a return value! Fix totally random focus
9339         issues we was seeing.
9340
9341 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9342
9343         * shell/main.c: (load_files_remote):
9344
9345         Allow open more than one file
9346
9347 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * shell/main.c: (load_files_remote):
9350
9351         Fix for dbus 0.33. bug #309975
9352
9353 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9354
9355         * properties/ev-properties-main.c: (ev_properties_get_pages):
9356
9357         Actually return NULL for types we dont support
9358
9359 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9360
9361         * po/POTFILES.in:
9362
9363         Remove empty lines.
9364
9365 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9366
9367         * backend/ev-document-factory.c:
9368         (ev_document_factory_get_document):
9369
9370         Do not try to create the object if type
9371         is invalid.
9372
9373 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * ps/ps-document.c: (ps_document_dispose),
9376         (ps_async_renderer_render_pixbuf):
9377         * ps/ps-document.h:
9378
9379         Do not leak the target window
9380
9381 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9382
9383         * shell/ev-application.c: (ev_application_init):
9384
9385         Let tbe check file existence for us.
9386         Add a comment about eggrecent mime filter.
9387
9388 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * data/evince-ui.xml:
9391         * shell/ev-application.c: (ev_application_shutdown),
9392         (ev_application_init), (ev_application_get_toolbars_model),
9393         (ev_application_get_recent_model),
9394         (ev_application_save_toolbars_model):
9395         * shell/ev-application.h:
9396         * shell/ev-window.c: (ev_window_add_recent),
9397         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9398         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9399         (ev_window_init):
9400
9401         Use common toolbar and recent models for all windows.
9402         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9403
9404 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9405
9406         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9407         successfully check for gtk_icon_view_get_visible_range.
9408
9409 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9410
9411         * djvu/Makefile.am:
9412         * dvi/Makefile.am:
9413         
9414         Fix djvu and dvi backend build.
9415
9416 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9417
9418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9419         (new_separator_pixbuf):
9420
9421         Don't leak windows.
9422
9423 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9424
9425         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9426
9427         HIGification of toolbar editor dialogue.
9428
9429 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * configure.ac:
9432         * shell/Makefile.am:
9433
9434         Ever build metadata manager since it's just
9435         disabled at runtime now.
9436
9437 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9440         (ev_metadata_manager_get), (ev_metadata_manager_set):
9441         * shell/ev-metadata-manager.h:
9442
9443         Add an _init functions that enabled metadata management
9444         at runtime.
9445
9446         * shell/ev-window.c: (page_changed_cb),
9447         (setup_document_from_metadata), (ev_window_setup_document),
9448         (setup_view_from_metadata), (ev_window_open_uri),
9449         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9450         (ev_window_run_presentation), (ev_window_stop_presentation),
9451         (save_sizing_mode), (ev_window_zoom_changed_cb),
9452         (ev_window_continuous_changed_cb),
9453         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9454         (window_configure_event_cb):
9455
9456         Remove all ugly metadata define since we deal with it
9457         at runtime now.
9458
9459         * shell/main.c: (load_files_remote), (main):
9460
9461         Add support for dbus cvs head. Hopefully didnt break one
9462         of the other versions now!
9463
9464         If we dont get a response from the dbus server just
9465         give up with it and not enable metadata.
9466
9467 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9468
9469         * Makefile.am:
9470         * backend/Makefile.am:
9471         * configure.ac:
9472         * cut-n-paste/recent-files/Makefile.am:
9473         * cut-n-paste/toolbar-editor/Makefile.am:
9474         * cut-n-paste/zoom-control/Makefile.am:
9475         * lib/Makefile.am:
9476         * pdf/Makefile.am:
9477         * pixbuf/Makefile.am:
9478         * properties/Makefile.am:
9479         * ps/Makefile.am:
9480         * shell/Makefile.am:
9481         * thumbnailer/Makefile.am:
9482         * tiff/Makefile.am:
9483
9484         Make frontends depend on just libev.
9485         Rework and group CFLAGS/LIBS definitions.
9486         Cleanups.
9487
9488 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9489
9490         * shell/ev-window:
9491
9492         do not unnecessarily save zoom
9493
9494         * configure.ac:
9495         * lib/ev-file-helpers.c: (ev_dot_dir):
9496         * shell/Makefile.am:
9497         * shell/dummy.cc:
9498
9499         Some cleanups
9500
9501 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9502
9503         * configure.ac:
9504         
9505         Remove unnecessary dependencies
9506
9507 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9508
9509         * properties/Makefile.am:
9510         * thumbnailer/Makefile.am:
9511         * tiff/Makefile.am:
9512
9513         Some more cleanups. Was really necessary
9514         but I probably introduced bugs, feel free
9515         to flame :)
9516
9517 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * backend/Makefile.am:
9520         * configure.ac:
9521         * cut-n-paste/recent-files/Makefile.am:
9522         * cut-n-paste/toolbar-editor/Makefile.am:
9523         * cut-n-paste/zoom-control/Makefile.am:
9524         * lib/Makefile.am:
9525         * pdf/Makefile.am:
9526         * pixbuf/Makefile.am:
9527         * properties/Makefile.am:
9528         * ps/Makefile.am:
9529         * shell/Makefile.am:
9530         * thumbnailer/Makefile.am:
9531         * tiff/Makefile.am:
9532
9533         Use gnome-common macros when possible.
9534         Cleanup dependencies.
9535         Actually disable deprecated where possible.
9536
9537 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * Makefile.am:
9540         * backend/Makefile.am:
9541         * properties/Makefile.am:
9542         * shell/Makefile.am:
9543         * thumbnailer/Makefile.am:
9544
9545         This should solve the circular dep without
9546         requiring dir reorg!
9547
9548         * shell/ev-window.c: (setup_view_from_metadata):
9549
9550         Never restore window size/position when the
9551         window is already visible.
9552
9553 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9554
9555         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9556
9557         Return a boolean from timeout func. Fix ported from gedit.
9558
9559 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9560
9561         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9562
9563 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9564
9565         * shell/ev-document-types.c: set "All Documents" as default filter in
9566         open dialog
9567
9568 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9569
9570         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9571         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9572         (ev_metadata_manager_set_boolean): fix value/val thinko.
9573
9574 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * shell/ev-window.c: (setup_view_from_metadata),
9577         (window_state_event_cb), (window_configure_event_cb),
9578         (ev_window_init):
9579
9580         Remember window position and maximized state
9581
9582 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9583
9584         * configure.ac:
9585
9586         Fix DBUS configure checks.
9587
9588         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9589         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9590         (ev_metadata_manager_set_boolean):
9591
9592         Plug mem leaks.
9593
9594         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9595         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9596         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9597         (ev_window_continuous_changed_cb),
9598         (ev_window_dual_mode_changed_cb), (ev_window_new):
9599
9600         Fix the build without DBUS.
9601
9602 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9603
9604         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9605         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9606         (ev_metadata_manager_set_string),
9607         (ev_metadata_manager_set_boolean):
9608         * shell/ev-metadata-manager.h:
9609
9610         Add support for some more types
9611
9612         * shell/ev-view.c: (scroll_to_current_page),
9613         (ev_view_get_continuous), (ev_view_set_continuous),
9614         (ev_view_get_dual_page):
9615         * shell/ev-view.h:
9616         * shell/ev-window.c: (page_changed_cb),
9617         (setup_document_from_metadata), (ev_window_setup_document),
9618         (setup_view_from_metadata), (ev_window_open_uri),
9619         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9620         (ev_window_run_presentation), (ev_window_stop_presentation),
9621         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9622         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9623         (ev_window_update_dual_page_action),
9624         (ev_window_continuous_changed_cb),
9625         (ev_window_dual_mode_changed_cb), (ev_window_init):
9626
9627         Remember a bunch of view/document properties. Prolly some
9628         are still missing but it's getting interesting.
9629
9630 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9631
9632         * configure.ac: check if dbus-binding-tool is installed. Not the
9633         case on current Ubuntu breezy, it seems.
9634
9635 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9636
9637         * data/evince.desktop.in.in:
9638         
9639         Allow open uri lists and add TryExec field.
9640
9641 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * configure.ac:
9644
9645         Enable dbus when available, do not require a configure
9646         option.
9647
9648 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9649
9650         * configure.ac:
9651
9652         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9653         disabled.
9654
9655 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9656         Marco Pesenti Gritti  <mpg@redhat.com>
9657
9658         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9659         
9660         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9661         functions to the format required by dbus
9662
9663         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9664         errors. Use the RPC parameters in the expected way
9665
9666 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9667
9668         * Makefile.am:
9669         * properties/Makefile.am:
9670         * properties/ev-properties-main.c: (ev_properties_get_pages):
9671
9672         Support all mime types
9673
9674         * shell/Makefile.am:
9675         * thumbnailer/Makefile.am:
9676         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9677         (evince_thumbnail_pngenc_get):
9678
9679         Use the document factory
9680
9681 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9682
9683         * backend/Makefile.am:
9684         * backend/ev-document-factory.c:
9685         (mime_type_supported_by_gdk_pixbuf),
9686         (ev_document_type_get_from_mime),
9687         (ev_document_factory_get_document),
9688         (ev_document_factory_get_backend),
9689         (ev_document_factory_get_mime_types),
9690         (ev_document_factory_get_all_mime_types):
9691         * backend/ev-document-factory.h:
9692         * shell/Makefile.am:
9693         * shell/ev-document-types.c: (get_document_from_uri),
9694         (ev_document_types_get_document),
9695         (file_filter_add_mime_list_and_free),
9696         (ev_document_types_add_filters):
9697         * shell/ev-document-types.h:
9698         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9699         * shell/ev-properties-dialog.c:
9700         (ev_properties_dialog_set_document):
9701         * shell/ev-window.c: (ev_window_cmd_file_open),
9702         (ev_window_cmd_save_as):
9703         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9704
9705         Rework document types managing to avoid code duplication
9706         and actually abstract from backend implementations.
9707         Also provide a minimal factory api that can be used by
9708         thumbnailer/properties.
9709
9710 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9711
9712         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9713         Plug a mem leak.
9714         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9715         HIG spacings.
9716
9717 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9718
9719         * shell/ev-properties-dialog.c
9720         (ev_properties_dialog_set_document): only call
9721         ev_properties_fonts_set_document() if the document implements the
9722         fonts interface
9723
9724 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * configure.ac:
9727         * properties/Makefile.am:
9728         * properties/ev-properties-view.c:
9729         (ev_properties_view_register_type):
9730         * properties/ev-properties-view.h:
9731         * properties/ev-properties-main.h:
9732
9733         Implement nautilus plugin for properties.
9734         Works only for pdf atm, I need to rework the
9735         document types stuff to get this to work
9736         for all backends...
9737
9738 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9739
9740         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9741         (ev_properties_fonts_set_document): use
9742         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9743
9744 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9745
9746         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9747         them
9748         (PlaceImage, tiff2ps_process_page): use
9749         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9750
9751
9752 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9753
9754         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9755         (main): to call gnome_authentication_manager_init. Should fix
9756         Bug #308510
9757
9758         * configure.ac: that requires libgnomeui 2.6.0.
9759
9760 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9761
9762         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9763         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9764         use the new tiff2ps interfaces
9765
9766         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9767         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9768
9769         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9770         structure instead of global variables.  Remove use of static
9771         variables in functions.
9772
9773 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9774
9775         * shell/ev-page-action.c: unref the completion after setting it to the
9776         entry
9777
9778 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9779
9780         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9781         postscript files
9782
9783 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9784
9785         * shell/ev-window.c (update_action_sensitivity): disable
9786         File->Print if the document does not implement the ps exporter
9787         interface
9788
9789 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * Makefile.am:
9792         * configure.ac:
9793         * data/evince-properties.glade:
9794         * properties/.cvsignore:
9795         * properties/Makefile.am:
9796         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9797         (ev_properties_view_class_init), (ev_properties_view_format_date),
9798         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9799         (ev_properties_view_init), (ev_properties_view_new):
9800         * properties/ev-properties-view.h:
9801         * shell/Makefile.am:
9802         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9803         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9804         (ev_properties_dialog_new):
9805         * shell/ev-properties-dialog.h:
9806         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9807         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9808         (update_progress_label), (job_fonts_finished_cb),
9809         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9810         * shell/ev-properties-fonts.h:
9811         * shell/ev-properties.c:
9812         * shell/ev-properties.h:
9813         * shell/ev-window.c: (ev_window_setup_document),
9814         (ev_window_cmd_file_properties):
9815
9816         Split the properties pages in two different objects, depend
9817         only on the backend where possible, use widgets instead
9818         of gobject for the glade part, reimplement the dialog
9819         itself with gtk.
9820         I need this to implement nautilus properties page.
9821
9822 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9823
9824         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9825         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9826         (tiff_document_document_ps_exporter_iface_init): implement the ps
9827         exporter interface for tiff documents
9828
9829         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9830         libtiff to implement TIFF postscript export
9831
9832         * tiff/tiff2ps.h: added a header file for external tiff2ps
9833         functions.
9834
9835         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9836         tiff2ps.h
9837
9838 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9839
9840         * shell/ev-view.c: (scroll_to_current_page),
9841         (ev_view_set_fullscreen), (ev_view_set_presentation):
9842         
9843         Scroll to current page when exit from presentation
9844
9845 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9846
9847         * shell/ev-window.c: (update_document_mode),
9848         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9849         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9850         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9851         
9852         Exit from fullscreen mode when switch to presentation. Fix for
9853         bug 309365
9854
9855 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9856
9857         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9858         return NULL if the document does not implement the selection
9859         interface.
9860
9861 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9862
9863         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9864         reported height by using the resolution aspect ratio
9865         (tiff_document_render_pixbuf): scale the pixbuf using the
9866         resolution aspect ratio
9867
9868 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9869
9870         * configure.ac:
9871         
9872         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9873         <kiltedaco@gmail.com>
9874         
9875         * djvu/djvu-document.c: (djvu_document_get_orientation),
9876         (djvu_document_set_orientation), (djvu_document_get_page_size),
9877         (rotate_pixbuf), (djvu_document_render_pixbuf),
9878         (djvu_document_document_iface_init):
9879         * dvi/dvi-document.c: (dvi_document_get_orientation),
9880         (dvi_document_set_orientation), (dvi_document_get_page_size),
9881         (rotate_pixbuf), (dvi_document_render_pixbuf),
9882         (dvi_document_document_iface_init):
9883         
9884         Dvi and djvu backends are ported to new API
9885
9886 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9887
9888         * backend/ev-selection.c: (ev_selection_get_selection_region),
9889         (ev_selection_get_selection_map):
9890         * backend/ev-selection.h:
9891         * pdf/ev-poppler.cc:
9892         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9893         * shell/ev-jobs.h:
9894         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9895         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9896         (ev_pixbuf_cache_get_text_mapping):
9897         * shell/ev-pixbuf-cache.h:
9898         * shell/ev-view.c: (location_in_text),
9899         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9900         support to EvView.  Now we can see where we can select!  Sweet!
9901
9902 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9903
9904         * shell/ev-view.c (ev_view_button_press_event): Fix
9905         event->y + view->scroll_x typo.
9906
9907 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9908
9909         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9910         sub-GdkPixbuf instead of passing dest_x and dest_y.
9911         
9912         * shell/ev-view.c: (view_point_to_doc_point),
9913         (view_rect_to_doc_rect), (ev_view_button_press_event),
9914         (ev_view_motion_notify_event), (compute_new_selection_rect),
9915         (gdk_rectangle_point_in), (compute_new_selection_text),
9916         (compute_selections): Update selection code to keep the selection
9917         around as two points and not as a normalized rectangle, and fix
9918         page level selection in two-column mode.
9919
9920 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9921
9922         * shell/ev-window.c: (window_configure_event_cb): 
9923         
9924         Fix compilation
9925         
9926 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9927
9928         * pdf/ev-poppler.cc:
9929
9930         Fix compilation
9931
9932 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9933
9934         * shell/Makefile.am:
9935         * shell/ev-metadata-manager.c: (item_free),
9936         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9937         (parse_value), (parseItem), (load_values),
9938         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9939         (save_values), (save_item), (get_oldest), (resize_items),
9940         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9941         * shell/ev-metadata-manager.h:
9942
9943         Metadata manager from gedit but modified to use GValue, so that
9944         we dont need to keep converting from strings.
9945
9946         * configure.ac:
9947
9948         ENABLE_METADATA conditional, on when dbus is on
9949
9950         * shell/ev-application.c: (ev_application_open_uri):
9951
9952         Show the window after load so that we can initialize
9953         window size before it's showed.
9954
9955         * shell/ev-window.c: (ev_window_setup_from_metadata),
9956         (ev_window_open_uri), (window_configure_event_cb),
9957         (ev_window_init):
9958
9959         Save and load metadata information about window size.
9960         Not yet keeping states in account.
9961
9962         * shell/main.c: (main):
9963
9964         Shutdown metadata manager.
9965
9966 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * shell/ev-application-service.xml:
9969         * configure.ac:
9970         * shell/Makefile.am:
9971         * shell/ev-application.c:
9972         * shell/ev-application.h:
9973         * shell/ev-window.c:
9974         * shell/ev-window.h:
9975         * shell/main.c:
9976
9977         Add an optional dbus interface (--enable-dbus).
9978         Rework application code, mainly to be easier to
9979         use "remotely".
9980         Do not open multiple windows with the same document,
9981         spatial evince!
9982
9983 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9986         pixbuf iff it exists.
9987
9988 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9989
9990         * shell/*:
9991         * backend/ev-render-context.[ch]:
9992         * backend/ev-selection.[ch]:
9993
9994         Massive changes.  We now support text selection of pdfs, and not
9995         just rectangular selection.  This is pretty broken still, but I
9996         want to get something into CVS.
9997
9998 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9999
10000         * pdf/ev-poppler.cc:
10001         
10002         Fix for Bug 309080: crash on window close.
10003         
10004         * shell/ev-page-action.c: (page_changed_cb):
10005         
10006         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10007         jensgr@gmx.net (Jens Granseuer).
10008
10009 2005-06-25  Marcel Telka  <marcel@telka.sk>
10010
10011         * configure.in (ALL_LINGUAS): Added sk.
10012
10013 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10014
10015         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10016         not a document open
10017
10018 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10019
10020         * NEWS:
10021         * configure.ac:
10022
10023         Release 0.3.2
10024
10025         * cut-n-paste/recent-files/Makefile.am:
10026
10027         Fix make distcheck
10028
10029 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10030
10031         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10032         (pixbuf_document_set_orientation), (rotate_pixbuf),
10033         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10034         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10035
10036         Implement rotation and cleanup the code a bit.
10037
10038         * tiff/tiff-document.c: (tiff_document_get_page_size),
10039         (tiff_document_get_orientation), (tiff_document_set_orientation),
10040         (rotate_pixbuf), (tiff_document_render_pixbuf),
10041         (tiff_document_document_iface_init), (tiff_document_init):
10042
10043         Implement rotation. Was the quicker solution for the release
10044         but we really need to share this code in the shell.
10045
10046 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10047
10048         * pdf/ev-poppler.cc:
10049
10050         Enable rotation, require poppler cvs. Fix a leak.
10051
10052 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * shell/ev-window.c: (update_action_sensitivity):
10055         
10056         Make properties unsensitive if document backend doesn't provide
10057         any info
10058
10059 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10060
10061         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10062         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10063         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10064         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10065         (bitmap_flip_rotate_counter_clockwise):
10066         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10067         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10068         (buff_gets):
10069         * dvi/mdvi-lib/common.h:
10070         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10071         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10072         (opendvi), (mdvi_reload), (mdvi_init_context),
10073         (mdvi_destroy_context), (mdvi_dopage), (special):
10074         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10075         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10076         (file_hash_free), (register_encoding), (parse_spec),
10077         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10078         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10079         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10080         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10081         (mdvi_register_font_type), (mdvi_unregister_font_type),
10082         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10083         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10084         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10085         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10086         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10087         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10088         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10089         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10090         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10091         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10092         (mdvi_unregister_special), (mdvi_flush_specials):
10093         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10094         (t1_font_remove):
10095         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10096         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10097         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10098         (free_font_metrics), (flush_font_metrics):
10099         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10100         (tt_font_remove):
10101         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10102         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10103         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10104         (dstring_insert), (dstring_new), (dstring_reset):
10105         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10106         
10107         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10108         avoid conflict with libtool on FC4
10109         
10110         * shell/ev-window.c: (ev_window_cmd_help_about):
10111         
10112         Update copyright year. Fix for bug 308828.
10113
10114 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10115
10116         * shell/ev-view.c: (add_scroll_binding_keypad),
10117         (ev_view_binding_activated), (ev_view_class_init),
10118         (on_adjustment_value_changed):
10119         
10120         Bug 170874: Arrow keys switch pages in presentation mode
10121
10122 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10123
10124         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10125         
10126         Fix for Bug 308265: Sidebar dissappears coming out of 
10127         Presentation mode
10128
10129 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10130
10131         * shell/ev-application.c: (ev_application_open):
10132         * shell/ev-document-types.c: (ev_document_types_add_filters),
10133         (ev_document_types_add_filters_for_type):
10134         * shell/ev-document-types.h:
10135         * shell/ev-window.c: (ev_window_cmd_save_as):
10136         
10137         Suggest basename as template when saving, provide filters
10138         for save dialog. It's bug 308402
10139
10140 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10141
10142         * pdf/ev-poppler.cc:
10143         * shell/ev-sidebar-links.c: (job_finished_callback):
10144         * shell/ev-view.c: (update_find_status_message):
10145         
10146         Some leaks fixed
10147
10148 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10149
10150         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10151         (egg_recent_view_uimanager_set_list):
10152
10153         Fix buglet in !show_numbers case.
10154
10155 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10156
10157         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10158         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10159
10160         Use pango ellipsisation.
10161
10162         * pdf/ev-poppler.cc:
10163
10164         Fix refcount leak, from nsh.
10165
10166 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10167
10168         * cut-n-paste/recent-files/Makefile.am:
10169         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10170         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10171         
10172         Removed EggRecentViewGtk
10173         
10174         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10175         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10176         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10177         (ev_window_setup_recent):
10178         
10179         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10180         with other projects
10181
10182 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10183
10184         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10185         (egg_recent_view_gtk_finalize):
10186
10187         Fix memory leak
10188
10189         * cut-n-paste/toolbar-editor/Makefile.am:
10190         
10191         Fix location of cursor icon.
10192         
10193         * pdf/ev-poppler.cc:
10194         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10195         (display_completion_text), (match_completion):
10196         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10197         (selection_changed_callback), (create_loading_model),
10198         (print_section_cb), (links_page_num_func),
10199         (update_page_callback_foreach):
10200         * shell/ev-window.c: (ev_window_dispose):
10201         
10202         Small memory fixes. Links model now store objects instead
10203         of pointers to improve memory management. 
10204
10205 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10206
10207         * shell/ev-window.c: (zoom_control_changed_cb):
10208         
10209         Fix update of zoom control (bug 308268).
10210
10211 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10212
10213         * shell/ev-properties.c (set_property): escape the text correctly.
10214         Handles non-UTF-8 properties and escaped properties.  Also, sets
10215         the text to "<i>None</i>" if the property isn't set.
10216
10217         * data/evince-properties.glade: Change the label to be ellipsized,
10218         and give it a minimum size.
10219
10220 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10221
10222         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10223         * shell/ev-sidebar-links.c: (create_loading_model):
10224         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10225         * shell/ev-view.c: (ev_view_set_document):
10226         * shell/ev-window.c: (ev_window_dispose):
10227         
10228         Various small fixes, mostly memory leaks. Thanks to valgrind.
10229
10230 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10231
10232         * ps/ps-document.c: remove the locale.h include again ;-). And
10233         kill the (bogus) setlocale/savelocale business.
10234
10235 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10236
10237         * ps/ps-document.c:
10238         
10239         Include locale.h to fix build
10240         
10241         * shell/ev-sidebar.c:
10242         
10243         Remove unnecessary includes
10244
10245 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10246
10247         * dvi/dvi-document.c: (dvi_document_load):
10248         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10249         * po/POTFILES.in:
10250         
10251         Check for incorrect dvi files. Fix parsing dvi on AMD64
10252         platform. Thanks to tester@tester.ca (Olivier Crete).
10253
10254 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10255
10256         * shell/ev-page-action.c: (match_selected_cb),
10257         (display_completion_text), (match_completion), (update_model):
10258         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10259         (expand_open_links):
10260         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10261         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10262         (ev_sidebar_set_document):
10263         * shell/ev-window.c: (ev_window_xfer_job_cb),
10264         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10265         
10266         Fixed lot's of memory leaks, for example, memory leak on reload, 
10267         described in bug 307793.
10268
10269 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10270
10271         * pdf/ev-poppler.cc:
10272         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10273         (update_visible_range), (adjustment_changed_cb),
10274         (ev_sidebar_thumbnails_fill_model),
10275         (ev_sidebar_thumbnails_refresh),
10276         (ev_sidebar_tree_selection_changed),
10277         (ev_sidebar_icon_selection_changed),
10278         (ev_sidebar_thumbnails_use_icon_view),
10279         (ev_sidebar_thumbnails_set_document):
10280         * shell/ev-sidebar-thumbnails.h:
10281         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10282         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10283
10284         Refresh thumbnails when changing orientation. Not fully
10285         working yet becuase of a sidebar bug.
10286
10287         Set page orientation to poppler page everywhere. This sucks
10288         really need to fix poppler.
10289
10290 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10291
10292         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10293         (egg_recent_view_gtk_new_menu_item),
10294         (egg_recent_view_gtk_set_property),
10295         (egg_recent_view_gtk_get_property),
10296         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10297         (egg_recent_view_gtk_set_tooltip_func),
10298         (egg_recent_view_gtk_set_label_width),
10299         (egg_recent_view_gtk_get_label_width):
10300         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10301
10302         Sync with libegg (ellipsize labels)
10303
10304 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10305
10306         * data/evince-ui.xml:
10307         * shell/ev-window.c: (ev_window_cmd_go_forward),
10308         (ev_window_cmd_go_backward):
10309         
10310         Shift + PageUp moves 10 Pages. Fix for 306125
10311
10312 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10313
10314         * pdf/ev-poppler.cc:
10315
10316         Add a flag to check if orientation has been overriden
10317
10318 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10319
10320         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10321         field if necessary.
10322
10323         * ps/ps.h: add creator field to document.
10324
10325         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10326         set creator field.
10327
10328 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10329
10330         * data/evince-properties.glade:
10331         * shell/ev-properties.c: (ev_properties_set_document):
10332
10333         s/PDF Version/Format
10334
10335 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10336
10337         * shell/ev-properties.c: (ev_properties_set_document):
10338
10339         Remove unnecessary translations
10340
10341 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10342
10343         * cut-n-paste/toolbar-editor/Makefile.am:
10344
10345         Correct library name    
10346
10347 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10348
10349         * configure.ac:
10350         * cut-n-paste/recent-files/egg-recent-model.c:
10351         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10352         (egg_recent_model_unlock_file):
10353         * cut-n-paste/recent-files/egg-recent-util.c:
10354         (egg_recent_util_get_unique_id):
10355         * cut-n-paste/recent-files/update-from-egg.sh:
10356         * cut-n-paste/toolbar-editor/Makefile.am:
10357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10358         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10359         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10360         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10361         (egg_toolbars_model_get_type):
10362         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10363
10364         Better makefile for toolbar editor and update everything
10365         to latest libegg.
10366
10367 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10368
10369         * shell/ev-window.c: (update_document_mode):
10370
10371         Prefer presentation mode when the document
10372         require fullscreen.
10373
10374 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10375
10376         * data/evince-ui.xml:
10377         * shell/ev-window.c:
10378
10379         Add control-equal for zooming
10380
10381 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10382
10383         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10384
10385 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10386
10387         * backend/ev-document.c: (ev_document_get_orientation):
10388         * backend/ev-document.h:
10389         * pdf/ev-poppler.cc:
10390         * ps/ps-document.c: (ps_document_get_orientation),
10391         (ps_document_set_orientation), (ps_document_document_iface_init):
10392
10393         Add a get_orientation api. Improve set_orientation.
10394
10395         * data/evince-ui.xml:
10396         * shell/ev-view.c: (ev_view_set_orientation),
10397         (ev_view_rotate_right), (ev_view_rotate_left):
10398         * shell/ev-view.h:
10399         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10400         (ev_window_cmd_edit_rotate_right):
10401
10402         Better ui for changing document orientation
10403
10404 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10405
10406         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10407         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10408         * shell/ev-sidebar-links.h:
10409         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10410         (ev_sidebar_page_iface_init):
10411         * shell/ev-sidebar-page.h:
10412         * shell/ev-sidebar-thumbnails.c:
10413         (ev_sidebar_thumbnails_get_property),
10414         (ev_sidebar_thumbnails_class_init),
10415         (ev_sidebar_thumbnails_set_document):
10416         * shell/ev-sidebar-thumbnails.h:
10417         * shell/ev-view.c: (ev_view_motion_notify_event):
10418         * shell/ev-window.c: (update_chrome_visibility),
10419         (ev_window_cmd_focus_page_selector),
10420         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10421         (sidebar_page_main_widget_update_cb), (ev_window_init):
10422         
10423         Autoraise toolbar on GoToPage binding and fix bindings in
10424         EvSidebarThumbnails page.
10425
10426 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10427
10428         * shell/ev-properties.c: (update_progress_label):
10429
10430         Hide the progress label when finished; bug #307697.
10431
10432 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10433
10434         * pdf/ev-poppler.cc:
10435
10436         Enable is_open for links, you will need poppler cvs
10437
10438         * shell/ev-properties.c: (job_fonts_finished_cb):
10439
10440         Get a lock on the document when filling the tree view
10441
10442 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * backend/ev-document-links.h:
10445         * pdf/ev-poppler.cc:
10446         * shell/ev-sidebar-links.c: (create_loading_model),
10447         (expand_open_links), (job_finished_callback):
10448
10449         Expand links when specified by the document.
10450         Depend on a poppler api (defined out for now)
10451
10452 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10453
10454         * shell/ev-properties.c: (ev_properties_dispose),
10455         (ev_properties_class_init), (dialog_destroy_cb),
10456         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10457         (ev_properties_set_document), (ev_properties_new),
10458         (ev_properties_show):
10459         * shell/ev-properties.h:
10460
10461         Make it an object, cleanup the code, api to show it as transient
10462         and to set the document.
10463
10464         * shell/ev-window.c: (ev_window_setup_document),
10465         (ev_window_cmd_file_properties):
10466
10467         Adapt to EvProperties changes, do not show multiple
10468         times, update it when document changes.
10469
10470 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10471
10472         * ps/gstypes.h:
10473         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10474         (ps_document_set_orientation), (ps_document_document_iface_init):
10475         * ps/ps-document.h:
10476
10477         Implement orientation here too
10478
10479         * shell/ev-properties.c: (ev_properties_new):
10480         * data/evince-properties.glade:
10481
10482         Hide the fonts page for backends that doesnt
10483         support it.     
10484
10485 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10486
10487         * backend/ev-document.c: (ev_document_set_orientation):
10488         * backend/ev-document.h:
10489         * pdf/ev-poppler.cc:
10490
10491         Add orientation api. Currently poppler api is not optimal,
10492         we need to set orientation every time we _get a page.
10493         I will try to fix that at some point.
10494
10495         * data/evince-ui.xml:
10496         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10497         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10498
10499         Add orientation menu items
10500
10501         * shell/ev-page-cache.c: (ev_page_cache_clear):
10502         * shell/ev-page-cache.h:
10503
10504         Add api to clear the cache
10505
10506         * shell/ev-view.c: (setup_caches), (clear_caches),
10507         (ev_view_set_document), (ev_view_zoom_out),
10508         (ev_view_set_orientation):
10509         * shell/ev-view.h:
10510
10511         Implement orientation changing
10512
10513 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10514
10515         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10516         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10517         * backend/ev-document-fonts.h:
10518
10519         Separate scan and fill so that we can incrementally fill from
10520         the main thread. Add a progress api.
10521
10522         * data/evince-properties.glade:
10523         * pdf/ev-poppler.cc:
10524         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10525         * shell/ev-jobs.h:
10526         * shell/ev-properties.c: (update_progress_label),
10527         (job_fonts_finished_cb), (setup_fonts_view):
10528
10529         Incrementally feel the list and show the progress
10530         percentage in a label like acrobat does.
10531
10532         You are going to need poppler cvs
10533
10534 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10537         * backend/ev-document-fonts.h:
10538         * pdf/ev-poppler.cc:
10539
10540         Make fonts model fill incrementally.
10541
10542         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10543         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10544         (ev_job_queue_remove_job):
10545         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10546         (ev_job_fonts_new), (ev_job_fonts_run):
10547         * shell/ev-jobs.h:
10548
10549         New job for fonts scanning
10550
10551         * shell/ev-properties.c: (job_fonts_finished_cb),
10552         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10553         * shell/ev-properties.h:
10554         * shell/ev-window.c: (ev_window_cmd_file_properties):
10555
10556         Incrementally feel the treeview using the new job. Show Loading...
10557         message until scanning is completed.
10558
10559         Hopefully I didnt break the build without the poppler patch.
10560
10561 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10562
10563         * shell/ev-application.c: (ev_application_open):
10564         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10565         (ev_document_type_get_type), (ev_document_type_lookup):
10566         * shell/ev-document-types.h:
10567         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10568         * shell/ev-job-xfer.h:
10569         * shell/ev-window.c: (ev_window_clear_local_uri),
10570         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10571         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10572         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10573         
10574         Transfer remote documents to tmp directory to display them later.
10575
10576 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10577
10578         * backend/ev-document-info.h:
10579         * shell/ev-properties.c: (ev_properties_new):
10580
10581         s/GTime*/GTime. Not sure why we was using a pointer
10582         at all there!
10583
10584 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10587         situations.  That situation is that you're using GTK+-HEAD with
10588         the patch at #306726 is applied, and you have a document with <
10589         1500 pages in it.  It's not quite as uniformly nice as the
10590         TreeView, but should be better in the long run.
10591
10592         I'm pretty sure I guarded against breaking compilation with
10593         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10594         I missed some.
10595
10596         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10597         widget yet, so I commented that code out
10598         enable_view_actions_for_widget() for now.  Need to figure this
10599         out.
10600
10601         * shell/ev-page-action.c (match_selected_cb): emit the right
10602         signals.  Our cool C-l completion now works.
10603
10604 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10605
10606         * backend/Makefile.am:
10607         * backend/ev-document-fonts.c:
10608         * backend/ev-document-links.c:
10609         * backend/ev-document.c: (ev_document_load):
10610         * backend/ev-document.h:
10611         * backend/ev-job-queue.c:
10612         * backend/ev-job-queue.h:
10613         * backend/ev-jobs.c:
10614         * backend/ev-jobs.h:
10615         * backend/ev-page-cache.c:
10616         * backend/ev-page-cache.h:
10617
10618         EvPageCache and EvJobs are moved to shell.
10619
10620         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10621         (ev_tmp_filename):
10622         * lib/ev-file-helpers.h:
10623         
10624         New helper to work with temporary files
10625         
10626         * shell/Makefile.am:
10627         * shell/ev-application.c: (ev_application_open):
10628         * shell/ev-application.h:
10629         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10630         (remove_job_from_async_queue), (add_job_to_async_queue),
10631         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10632         (handle_job), (search_for_jobs_unlocked),
10633         (no_jobs_available_unlocked), (ev_render_thread),
10634         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10635         (ev_job_queue_add_job), (move_job_async), (move_job),
10636         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10637         * shell/ev-job-queue.h:
10638         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10639         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10640         * shell/ev-job-xfer.h:
10641         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10642         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10643         (ev_job_links_class_init), (ev_job_render_init),
10644         (ev_job_render_dispose), (ev_job_render_class_init),
10645         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10646         (ev_job_thumbnail_class_init), (ev_job_load_init),
10647         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10648         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10649         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10650         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10651         * shell/ev-jobs.h:
10652         * shell/ev-page-action.c: (ev_page_action_set_document):
10653         * shell/ev-page-cache.c: (ev_page_cache_init),
10654         (ev_page_cache_class_init), (ev_page_cache_finalize),
10655         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10656         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10657         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10658         (ev_page_cache_get_title), (ev_page_cache_get_size),
10659         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10660         (ev_page_cache_get_height_to_page),
10661         (ev_page_cache_get_max_label_chars),
10662         (ev_page_cache_get_page_label),
10663         (ev_page_cache_has_nonnumeric_page_labels),
10664         (ev_page_cache_get_info), (ev_page_cache_next_page),
10665         (ev_page_cache_prev_page), (ev_page_cache_get):
10666         * shell/ev-page-cache.h:
10667         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10668         (ev_pixbuf_cache_clear_job_sizes),
10669         (ev_pixbuf_cache_add_jobs_if_needed),
10670         (ev_pixbuf_cache_set_page_range):
10671         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10672         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10673         * shell/ev-sidebar-thumbnails.c:
10674         (ev_sidebar_tree_selection_changed),
10675         (ev_sidebar_thumbnails_set_document):
10676         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10677         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10678         (ev_statusbar_get_context_id), (ev_statusbar_push),
10679         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10680         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10681         (ev_statusbar_set_progress):
10682         * shell/ev-statusbar.h:
10683         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10684         (ev_view_find_previous):
10685         * shell/ev-window.c: (ev_window_is_empty),
10686         (ev_window_setup_document), (password_dialog_response),
10687         (ev_window_clear_jobs), (ev_window_load_job_cb),
10688         (ev_window_xfer_job_cb), (ev_window_open_uri),
10689         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10690         (ev_window_print), (ev_window_print_range),
10691         (ev_window_state_event), (ev_window_cmd_view_reload),
10692         (menu_item_select_cb), (menu_item_deselect_cb),
10693         (view_status_changed_cb), (ev_window_dispose),
10694         (drag_data_received_cb), (ev_window_init):
10695         * shell/ev-window.h:
10696         * shell/main.c: (load_files):
10697         
10698         New statusbar to show progress on idle. Two new jobs - 
10699         xfer job and load job to load document in background. And update
10700         of page_cache clients to new location of code.
10701
10702 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10703
10704         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10705         selection in open dialog. It also remembers the last visited directory 
10706         in the current session.
10707
10708 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10709
10710         * shell/ev-properties.c: (ev_properties_new):
10711         * shell/ev-properties.h:
10712         * shell/ev-window.c: (ev_window_cmd_file_properties):
10713         
10714         Get document info from page cache instead of document itself.
10715         This should fix crash related to race conditions described in
10716         bug 306545.
10717
10718 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * ps/ps-document.c: (ps_document_init),
10721         (send_ps), (get_page_box), (output), (catchPipe), (input),
10722         (stop_interpreter), (file_length), (file_readable),
10723         (check_filecompressedb), (ps_document_enable_interpreter),
10724         (document_load), (ps_async_renderer_render_pixbuf):
10725         * ps/ps-document.h:
10726
10727         Big cleanup of the ps code
10728
10729 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10730
10731         * backend/Makefile.am:
10732         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10733         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10734         * backend/ev-async-renderer.h:
10735
10736         Add an async renderer interface (method + callback) which
10737         is useful for backends like ps.
10738
10739         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10740         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10741         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10742         (ev_job_queue_add_job), (move_job_async), (move_job),
10743         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10744
10745         Add queues for async renderer, these are executed on the
10746         main thread.
10747
10748         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10749         (ev_job_render_run):
10750         * backend/ev-jobs.h:
10751
10752         If the backend support async renderer interface use it.
10753
10754         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10755         (setup_pixmap), (ps_document_get_type),
10756         (ps_async_renderer_render_pixbuf),
10757         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10758
10759         Implement async renderer interface.
10760
10761 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10762
10763         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10764
10765         Cleanup links job on exit.
10766
10767 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10768
10769         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10770         (drag_data_get_cb), (drag_data_received_cb):
10771         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10772         (drag_data_get_cb), (parse_item_list),
10773         (egg_toolbar_editor_load_actions):
10774         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10775         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10776         (parse_item_list), (parse_toolbars):
10777         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10778         (dvi_pixbuf_put_pixel):
10779         
10780         Fix gcc 4.0 warnings
10781
10782 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10783
10784         * ps/ps-document.c: (start_interpreter):
10785
10786         Fix warning when loading ps
10787
10788 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10789
10790         * ps/ps-document.c: (output):
10791
10792         Fix crash when priting gs error messages.
10793
10794 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10795
10796         * backend/ev-page-cache.c: (_ev_page_cache_new):
10797         * backend/ev-page-cache.h:
10798
10799         Use a const to return title so that we dont double
10800         free it. Small cleanup and fix a leak.
10801
10802         * shell/ev-window.c: (update_window_title):
10803
10804         strdup value from get_title.
10805
10806 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10807
10808         * shell/ev-sidebar-links.c: (job_finished_callback),
10809         (ev_sidebar_links_set_document):
10810
10811         Cleanup the old job when changing document
10812
10813 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10814
10815         * shell/ev-stock-icons.c:
10816         * shell/ev-stock-icons.h:
10817         * shell/ev-window.c:
10818         
10819         Add stock icons for actions that can appear in toolbar. Fix for
10820         bug 306566.
10821
10822 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10823
10824         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10825         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10826         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10827         * backend/ev-page-cache.h:
10828         * shell/ev-view.c: (scroll_to_current_page),
10829         (view_update_range_and_current_page), (get_page_y_offset),
10830         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10831         (ev_view_size_request_continuous),
10832         (ev_view_zoom_for_size_continuous_and_dual_page),
10833         (ev_view_zoom_for_size_continuous):
10834         
10835         More compact EvView layout in document with pages of different size.
10836
10837 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10838
10839         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10840         compilation.
10841
10842 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10843
10844         * shell/ev-view.c: (view_set_adjustment_values):
10845         * shell/ev-window.c: (ev_window_cmd_file_properties):
10846         
10847         A bit different fix for rounding problem but it has no
10848         problems on startup. Make properties window transient to parent.
10849
10850 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10851
10852         * pdf/ev-poppler.cc:
10853         
10854         More commenting of font stuff.
10855
10856 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * pdf/ev-poppler.cc:
10859
10860         Comment out some more fonts stuff. Should really
10861         work without the poppler patch now.
10862
10863 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10864
10865         * pdf/ev-poppler.cc:
10866
10867         Adapt to api change
10868
10869 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10870
10871         * data/evince-properties.glade:
10872         * pdf/ev-poppler.cc:
10873         * shell/ev-properties.c: (setup_fonts_view):
10874
10875         Set the column title. Show the dialog only
10876         once everything is setup.
10877         Getting font info can be very slow... will
10878         prolly need to make this threaded too.
10879
10880 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10881
10882         * backend/Makefile.am:
10883         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10884         (ev_document_fonts_get_fonts_model):
10885         * backend/ev-document-fonts.h:
10886         * data/evince-properties.glade:
10887         * pdf/ev-poppler.cc:
10888         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10889         * shell/ev-properties.h:
10890         * shell/ev-window.c: (ev_window_cmd_file_properties):
10891
10892         Implement fonts list. Defined out for now, since it depends
10893         on a not yet committed poppler patch.
10894
10895 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10896
10897         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10898         page + 1.
10899
10900         * shell/ev-window.c: Make sure we add the timeout when we get a
10901         focus-in event.
10902
10903         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10904         adjustment->value before calculating the zoom factor to average
10905         out all of our rounding errors.  The page no longer 'drifts' when
10906         resizing.
10907
10908 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10909
10910         * data/evince-properties.glade:
10911         * shell/ev-properties.c: (ev_properties_format_date),
10912         (set_property):
10913         
10914         Labels don't expand when the dialogue is resized.
10915         strftime result needs to be converted to UTF-8. Thanks
10916         to Christian Persch <chpe@gnome.org>.
10917
10918 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10919
10920         * data/evince-properties.glade:
10921
10922         Hide the fonts tab
10923
10924 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10925
10926         * backend/ev-document-info.h:
10927         * backend/ev-document.c: (ev_document_info_free):
10928         * data/evince-properties.glade:
10929         * pdf/ev-poppler.cc:
10930         * ps/ps-document.c: (ps_document_get_info):
10931         * shell/ev-properties.c: (ev_properties_format_date),
10932         (set_property), (ev_properties_new):
10933         * shell/ev-properties.h:
10934         * shell/ev-window.c: (ev_window_cmd_file_properties):
10935
10936         Rework properties code to take only EvPropertyInfo
10937         in the constructor so that it can be useful for
10938         nautilus plugin too.
10939
10940         Deal with backends that doesnt support some properties.
10941         Make set property code generic.
10942
10943 2005-06-04  Christian Persch <chpe@gnome.org>
10944
10945         * data/evince-properties.glade:
10946
10947         fix spacings, make resizeable, and make data labels
10948         selectable + ellipsised
10949
10950 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10951
10952         * backend/ev-document-info.h:
10953         * data/Makefile.am:
10954         * data/evince-ui.xml:
10955         * pdf/ev-poppler.cc:
10956         * shell/Makefile.am:
10957         * shell/ev-window.c: (update_action_sensitivity),
10958         (ev_window_cmd_file_properties):
10959
10960         Initial go at file properties. Patch by
10961         Emil Soleyman-Zomalan <emil@soleyman.com>.
10962         Needs love see #169583
10963
10964 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10965
10966         * ps/ps-document.c: (output):
10967         * ps/ps.c: (psscan):
10968
10969         Try to render even if psscan fails.
10970
10971 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10972
10973         * ps/ps.c: (psscan), (pscopydoc):
10974
10975         Port buffered reading code from gv
10976
10977 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10978
10979         * ps/ps-document.c: (interpreter_message), (output):
10980
10981         Do not fail on interpreter messages
10982
10983 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10984
10985         * backend/ev-document-misc.c:
10986         (ev_document_misc_get_thumbnail_frame):
10987
10988         Pages can be 0 x 0, dont assert on this case
10989
10990 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10991
10992         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10993         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10994
10995         Correctly manage our reference on document. Finally the reload
10996         huge leak is gone...
10997
10998 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10999
11000         * ps/ps-document.c: (ps_document_dispose):
11001
11002         Forgot to chain it to the parent. Thanks chpe.
11003
11004 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11005
11006         * ps/ps-document.c: (ps_document_dispose),
11007         (ps_document_class_init), (stop_interpreter), (document_load):
11008
11009         Cleanup dispose a bit. Dont leak the whole pixmap.
11010
11011 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11012
11013         * pdf/ev-poppler.cc:
11014
11015         Release the poppler document on dispose
11016
11017 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11018
11019         * shell/ev-view.c: (ev_view_set_document):
11020
11021         Release ref on the pixbuf cache when changing
11022         document.
11023
11024 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11025
11026         * ps/ps-document.c: (ps_document_get_info):
11027
11028         Fix a double free
11029
11030 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11031
11032         * backend/ev-page-cache.c: (ev_page_cache_init),
11033         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11034         * backend/ev-page-cache.h:
11035         * shell/ev-page-action.c: (page_changed_cb):
11036         
11037         Set page action entry width depending on labels width. Fix
11038         for bug 305202.
11039
11040 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11041
11042         * backend/ev-link.c: (ev_link_class_init):
11043
11044         Allow -1 as page value (error)
11045
11046 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11047
11048         * shell/ev-sidebar-thumbnails.c:
11049         (ev_sidebar_thumbnails_set_document):
11050         * shell/ev-view.c: (scroll_to_current_page),
11051         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11052         (page_changed_cb), (on_adjustment_value_changed),
11053         (ev_view_set_document):
11054
11055         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11056         Fix bug 305377
11057
11058 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11059
11060         * configure.ac:
11061         * djvu/djvu-document.c: (djvu_document_get_page_size):
11062
11063         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11064         bug 301993.
11065
11066 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11067
11068         * shell/ev-view.c (draw_one_page): modify the expose handling to
11069         get the shadows.
11070
11071         * shell/ev-window.c (update_action_sensitivity): Respect
11072         permissions field.  Kowtow to the man.
11073
11074         * pdf/ev-poppler.cc: Get the permissions field.
11075
11076         * tiff/*c: Make a tiny bit more robust.
11077
11078 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11079
11080         * djvu/djvu-document.c:
11081         
11082         Pop messages from djvu context message queue.
11083
11084 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11085
11086         * configure.ac, Makefile.am, shell/Makefile.am:
11087         * tiff/Makefile.am, shell/ev-document-types.c:
11088         
11089         Cleanup tiff configure checks. Fix for bug 305218.
11090
11091 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11092
11093         * configure.ac: Added "uk" to ALL_LINGUAS.
11094
11095 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11096
11097         * cut-n-paste/zoom-control/ephy-zoom.c:
11098         (ephy_zoom_get_changed_zoom_level):
11099         * cut-n-paste/zoom-control/ephy-zoom.h:
11100         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11101         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11102         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11103         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11104         (zoom_control_changed_cb), (ev_window_init):
11105         
11106         Fix minor points related to moving best fit up. Introduce
11107         "zoom" property and make zoom control change it's value on
11108         notify::zoom signals. Fix for 305080.
11109
11110 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11111
11112         * data/evince-ui.xml:
11113         * shell/ev-window.c: (set_view_actions_sensitivity):
11114         
11115         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11116
11117 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11118
11119         * configure.ac:
11120
11121         Depends on poppler 0.3.2
11122
11123 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11124
11125         * cut-n-paste/recent-files/egg-recent-item.c:
11126         (egg_recent_item_get_short_name):
11127         * cut-n-paste/toolbar-editor/Makefile.am:
11128         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11129         (new_pixbuf_from_widget):
11130         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11131         * cut-n-paste/toolbar-editor/egg-marshal.c:
11132         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11133         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11134
11135         Sync
11136
11137 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11138
11139         * tiff/tiff-document.c: Rough TIFF backend.
11140
11141 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11142
11143         * NEWS:
11144         * configure.ac:
11145         * cut-n-paste/toolbar-editor/Makefile.am:
11146
11147         Release 0.3.1
11148
11149 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11150
11151         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11152         (ev_view_find_next), (ev_view_find_previous):
11153
11154         Remove the locks around get_n_results   
11155
11156 2005-05-21  Juerg Billeter  <j@bitron.ch>
11157
11158         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11159
11160         Pass correct number of pages to poppler.
11161
11162 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11163
11164         * configure.ac:
11165         * data/Makefile.am:
11166         * data/evince.desktop.in: 
11167         * data/evince.desktop.in.in:
11168         * po/POTFILES.in:
11169         
11170         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11171
11172 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11173
11174         * shell/ev-view.c: (view_update_adjustments),
11175         (view_set_adjustment_values): cast adjustmen->value to (int)
11176         before using it.  Otherwise, we get off by a pixel in some
11177         situations.
11178
11179         (draw_one_page): Draw the border on expose.
11180
11181 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11182
11183         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11184         adjustment when the mode changes, #304923
11185
11186 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11187
11188         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11189         flickering on resize but still use gdk_window_scroll on
11190         scrolling
11191
11192 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11193
11194         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11195         option, #170458
11196
11197 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11198
11199         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11200         second page on page_changed if possible, #304669
11201
11202 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11203
11204         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11205         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11206
11207 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11208
11209         * .cvsignore:
11210         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11211         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11212         (ev_view_zoom_for_size_presentation),
11213         (ev_view_zoom_for_size_continuous_and_dual_page),
11214         (ev_view_zoom_for_size_continuous),
11215         (ev_view_zoom_for_size_dual_page),
11216         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11217         * shell/ev-view.h:
11218         * shell/ev-window.c: (update_view_size),
11219         (ev_window_sizing_mode_changed_cb):
11220
11221         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11222         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11223         an infinite loop, #304769
11224
11225
11226 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * data/evince-ui.xml:
11229         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11230         * shell/ev-window.c: (set_view_actions_sensitivity):
11231
11232         Make PgUp/Down behave like Space
11233
11234 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11235
11236         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11237         * backend/ev-ps-exporter.h:
11238         * pdf/ev-poppler.cc:
11239         * ps/ps-document.c: (ps_document_ps_export_begin):
11240         * shell/ev-print-job.c: (idle_print_handler):
11241
11242         Adapt to new poppler api
11243
11244 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11245
11246         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11247         (ephy_zoom_control_init):
11248
11249         Translate zoom levels
11250
11251 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11252
11253         * cut-n-paste/zoom-control/ephy-zoom.c:
11254         (ephy_zoom_get_zoom_level_index):
11255
11256         Fix current zoom -> zoom control match
11257
11258 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11259
11260         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11261         rather than the scrolled_window that it's in. Fixes bug #304655.
11262
11263 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11264
11265         * shell/ev-view.c: (view_update_adjustments),
11266         (view_set_adjustment_values), (view_update_range_and_current_page),
11267         (view_scroll_to_page), (set_scroll_adjustment),
11268         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11269         (ev_view_scroll), (ev_view_scroll_view),
11270         (ensure_rectangle_is_visible), (find_page_at_location),
11271         (get_link_at_location), (go_to_link), (status_message_from_link),
11272         (ev_view_size_request_continuous_dual_page),
11273         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11274         (ev_view_unrealize), (ev_view_expose_event),
11275         (ev_view_button_press_event), (ev_view_motion_notify_event),
11276         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11277         (draw_rubberband), (highlight_find_results), (draw_one_page),
11278         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11279         (ev_view_init), (find_changed_cb), (page_changed_cb),
11280         (on_adjustment_value_changed), (ev_view_new),
11281         (ev_view_set_document), (ev_view_set_zoom),
11282         (ev_view_set_continuous), (ev_view_set_dual_page),
11283         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11284         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11285         (ev_view_zoom_for_size_presentation),
11286         (ev_view_zoom_for_size_continuous_dual_page),
11287         (ev_view_zoom_for_size_continuous),
11288         (ev_view_zoom_for_size_dual_page),
11289         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11290         (ev_view_get_status), (ev_view_set_status),
11291         (update_find_status_message), (ev_view_get_find_status),
11292         (ev_view_set_find_status), (jump_to_find_result),
11293         (jump_to_find_page), (compute_selections), (clear_selection),
11294         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11295         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11296         (ev_view_update_primary_selection),
11297         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11298         * shell/ev-view.h:
11299         * shell/ev-window.c: (ev_window_open_page_label),
11300         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11301         (ev_window_init):
11302         * shell/ev-window.h:
11303         * shell/main.c: (load_files):
11304
11305         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11306         when resizing.  Remove the bin_window().  Also, patch from James
11307         Bowes to fix command line page, #300641
11308         
11309 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11310
11311         * data/evince-ui.xml:
11312         * shell/ev-view.c:
11313         * shell/ev-view.h:
11314         * shell/ev-window.c: (update_action_sensitivity):
11315
11316         Get rid of View->Normal Size, it's just confusing
11317
11318 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11319
11320         * backend/ev-document-info.h:
11321         * backend/ev-document.c: (ev_document_info_free): Free the
11322         EvDocumentInfo.
11323
11324         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11325         (clear_range), (add_range), (update_visible_range),
11326         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11327         (ev_sidebar_thumbnails_set_document):
11328         * shell/ev-window.c: (ev_window_setup_document): Only render the
11329         visible thumbnails.  It takes an instant to render, but it uses
11330         much less memory.
11331
11332 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11333
11334         * shell/ev-sidebar-links.c: (popup_menu_cb):
11335
11336         Select first item
11337
11338 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11339
11340         * lib/Makefile.am:
11341         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11342         (button_press_cb), (ev_sidebar_links_construct):
11343
11344         Show the popup menu also on keybindings
11345
11346 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11347
11348         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11349         * shell/ev-window.h:
11350
11351         Expose api to print a range (with dialog). Make private _print use
11352         it.
11353
11354         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11355         (ev_sidebar_links_construct):
11356
11357         Show a print context menu on linkx, it prints the selected
11358         section.
11359
11360 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11361
11362         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11363         button.
11364
11365 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11366
11367         * AUTHORS:
11368
11369         Update
11370
11371         * shell/ev-window.c: (build_comments_string),
11372         (ev_window_cmd_help_about):
11373
11374         Show poppler version/backend and authors
11375
11376 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11377
11378         * cut-n-paste/zoom-control/ephy-zoom.c:
11379         (ephy_zoom_get_zoom_level_index):
11380         * cut-n-paste/zoom-control/ephy-zoom.h:
11381
11382         Move the best fit items at the top of the list
11383
11384 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11385
11386         * shell/ev-marshal.list:
11387         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11388         (activate_cb), (match_selected_cb), (activate_link_cb),
11389         (connect_proxy), (ev_page_action_class_init):
11390         * shell/ev-page-action.h:
11391
11392         Use signals to notify action activation. Hopefully
11393         I did not break completion since I cant test...
11394
11395         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11396         (register_custom_actions):
11397
11398         Connect to page selector actions and also grab focus on
11399         the view when activated.
11400
11401 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11402
11403         * pdf/ev-poppler.cc:
11404         * backend/ev-page-cache.c: make page size calculation consistent
11405         and set it to (int)( width * scale + 0.5).  This makes the weird
11406         line going through the middle of the page go away.
11407
11408         * shell/ev-view.c: move painting the background page after
11409         checking the expose area covers us.
11410
11411 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11412
11413         * data/evince-password.glade:
11414         
11415         Mark labels as not translatable. Fix for bug 302842.
11416
11417 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11418
11419         * configure.ac: Added "es" to ALL_LINGUAS.
11420
11421 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11422
11423         * data/evince-toolbar.xml:
11424         * shell/ev-window.c: (update_action_sensitivity),
11425         (ev_window_setup_document), (ev_window_set_page_mode),
11426         (ev_window_init):
11427
11428         Remove some leftover code from jrb first continous
11429         attempt. Use the new actions, we still need good icons
11430         though...
11431
11432 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11433
11434         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11435
11436         Update label when connecting proxy. Fix a warning with NULL
11437         page_cache.
11438
11439 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11440
11441         * data/evince-ui.xml:
11442         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11443         * shell/ev-page-action.h:
11444         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11445
11446         Add mnemonic for edit toolbar.
11447         ctrl+l focus the page entry.
11448
11449 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11450
11451         * lib/Makefile.am:
11452         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11453         (ev_window_init):
11454         * shell/main.c: (main):
11455
11456         Put the toolbar xml in evince own dot dir
11457
11458 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11459
11460         * shell/ev-window.c: (ev_window_init):
11461
11462         Make the toolbar not removable
11463
11464 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11465
11466         * data/evince-ui.xml:
11467         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11468         * shell/ev-sidebar-links.h:
11469         * shell/ev-sidebar-thumbnails.c:
11470         (ev_sidebar_thumbnails_get_treeview):
11471         * shell/ev-sidebar-thumbnails.h:
11472         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11473         (ev_view_class_init):
11474         * shell/ev-view.h:
11475         * shell/ev-window.c: (update_action_sensitivity),
11476         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11477         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11478         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11479         (ev_window_init):
11480
11481         This is evil... Make space/backspace global accelerators but
11482         enable them only for some widgets (sidebars and view).
11483         I dont like it, but I dont know a better way... :/
11484
11485 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11486
11487         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11488         (ev_page_action_widget_finalize),
11489         (ev_page_action_widget_class_init), (update_page_cache):
11490
11491         Keep a weak reference on proxy->page_cache so that we
11492         dont try to disconnect the signal if the object is already
11493         gone. Maybe there is a better way to cleanup reference handling
11494         in page action though...
11495
11496 2005-05-10  Juerg Billeter  <j@bitron.ch>
11497
11498         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11499         * backend/ev-ps-exporter.h:
11500         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11501         * ps/ps-document.c: (ps_document_ps_export_begin):
11502         
11503         Change api to pass print range to ps_exporter_begin. The pdf backend
11504         requires this information.
11505         
11506         * shell/ev-print-job.c: (idle_print_handler):
11507         
11508         Adapt to api change
11509
11510 2005-05-10  Juerg Billeter  <j@bitron.ch>
11511
11512         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11513         (idle_print_handler)
11514         * shell/ev-window.c: (ev_window_print):
11515
11516         Support printing page range, based on patch by Amaury Jacquot
11517
11518 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11519
11520         * data/evince-toolbar.xml:
11521
11522         Add zoom control to available items
11523
11524 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11525
11526         * shell/ev-window.c: (update_action_sensitivity):
11527
11528         Set slash action insensitive when appropriate
11529
11530 2005-05-10  Christian Persch <chpe@gnome.org>
11531
11532         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11533
11534         Fix warning on the overflow menu
11535
11536 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11537
11538         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11539
11540         Check for uri correctness/existence
11541
11542 2005-05-09  Juerg Billeter  <j@bitron.ch>
11543
11544         * shell/ev-window.c: (using_postscript_printer):
11545
11546         LPD printers use postscript, too
11547
11548 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11549
11550         * shell/ev-window.c: (register_custom_actions):
11551
11552         The zoom one is actually sort of useful,
11553         put it back
11554
11555 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11556
11557         * shell/ev-window.c: (register_custom_actions):
11558
11559         Hide page/zoom controls from overflow, they
11560         are useless.
11561
11562 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11563
11564         * cut-n-paste/update-from-egg.sh:
11565         
11566         Share it between all cut-n-paste subdirs
11567
11568         * cut-n-paste/recent-files/Makefile.am:
11569
11570         Fix to use "global" update-from-egg.sh
11571
11572         * cut-n-paste/recent-files/egg-recent-model.c:
11573         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11574         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11575         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11576         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11577
11578         Update from libegg
11579
11580         * cut-n-paste/toolbar-editor/Makefile.am:
11581
11582         Fix to use "global" update-from-egg.sh
11583
11584         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11585
11586         Update from libegg
11587
11588 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11589
11590         * configure.ac:
11591         * cut-n-paste/Makefile.am:
11592         * cut-n-paste/recent-files/Makefile.am:
11593         * cut-n-paste/toolbar-editor/.cvsignore:
11594         * cut-n-paste/toolbar-editor/Makefile.am:
11595         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11596         (egg_editable_toolbar_get_type), (get_toolbar_position),
11597         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11598         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11599         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11600         (set_item_drag_source), (create_item_from_action), (create_item),
11601         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11602         (popup_toolbar_context_menu_cb), (free_dragged_item),
11603         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11604         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11605         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11606         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11607         (item_added_cb), (item_removed_cb),
11608         (egg_editable_toolbar_construct),
11609         (egg_editable_toolbar_disconnect_model),
11610         (egg_editable_toolbar_deconstruct),
11611         (egg_editable_toolbar_set_model),
11612         (egg_editable_toolbar_set_ui_manager),
11613         (egg_editable_toolbar_set_property),
11614         (egg_editable_toolbar_get_property),
11615         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11616         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11617         (egg_editable_toolbar_new_with_model),
11618         (egg_editable_toolbar_get_edit_mode),
11619         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11620         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11621         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11622         (new_pixbuf_from_widget), (new_separator_pixbuf),
11623         (update_separator_image), (style_set_cb),
11624         (_egg_editable_toolbar_new_separator_image),
11625         (egg_editable_toolbar_get_model):
11626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11627         * cut-n-paste/toolbar-editor/egg-marshal.c:
11628         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11629         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11630         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11631         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11632         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11633         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11634         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11635         (editor_drag_data_delete_cb), (drag_data_get_cb),
11636         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11637         (editor_create_item), (update_editor_sheet), (setup_editor),
11638         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11639         (parse_item_list), (model_has_action), (update_actions_list),
11640         (egg_toolbar_editor_load_actions):
11641         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11642         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11643         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11644         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11645         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11646         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11647         (egg_toolbars_model_add_separator), (impl_add_item),
11648         (parse_item_list), (egg_toolbars_model_add_toolbar),
11649         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11650         (impl_get_item_data), (impl_get_item_type),
11651         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11652         (egg_toolbars_model_init), (free_toolbar),
11653         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11654         (egg_toolbars_model_remove_toolbar),
11655         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11656         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11657         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11658         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11659         (egg_toolbars_model_get_item_data),
11660         (egg_toolbars_model_get_item_type):
11661         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11662         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11663         * data/Makefile.am:
11664         * data/evince-toolbar.xml:
11665         * data/evince-ui.xml:
11666         * data/hand-open.png:
11667         * po/POTFILES.in:
11668         * shell/Makefile.am:
11669         * shell/ev-window.c: (update_chrome_visibility),
11670         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11671         (ev_window_dispose), (ev_window_init):
11672
11673         Implement epiphany like toolbar editor. Based on patch by
11674         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11675
11676 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11677
11678         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11679
11680         Use set_cursor instead of set_selection, so that
11681         the keyboard focus moves too.
11682
11683 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11684
11685         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11686
11687         Fix infinite loop when loading Type1 fonts
11688
11689 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11690
11691         * data/evince-ui.xml:
11692         * shell/ev-window.c:
11693
11694         Slash -> Find
11695
11696 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11697
11698         * configure.ac:
11699
11700         Make --disable really disable
11701
11702 2005-05-07  Juerg Billeter  <j@bitron.ch>
11703
11704         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11705
11706         Compare page labels even without has_labels set, fixes setting page
11707         with entry
11708
11709 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11710
11711         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11712         (ev_view_set_cursor), (ev_view_button_press_event),
11713         (ev_view_motion_notify_event), (ev_view_button_release_event),
11714         (ev_view_init):
11715
11716         Implement middle button scrolling. Based on a patch
11717         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11718
11719 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11720
11721         * shell/ev-document-types.c: (get_slow_mime_type),
11722         (get_document_type_from_mime), (ev_document_type_lookup):
11723         * shell/ev-document-types.h:
11724
11725         Change api to lookup from uri. Do fast lookup first, if the
11726         type is unknown try with data sniffing.
11727
11728         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11729         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11730
11731         Adapt to api change
11732
11733 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11734
11735         * thumbnailer/Makefile.am:
11736
11737         Fix distcheck
11738
11739 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11740
11741         * NEWS:
11742         * configure.ac:
11743
11744         Release 0.3.0
11745
11746         * data/evince-ui.xml:
11747
11748         Hide presentation mode for now
11749
11750         * shell/ev-view.c: (highlight_find_results):
11751
11752         Show current find selection only on current page
11753
11754 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11755
11756         * shell/ev-view.c: (ev_view_select_all):
11757
11758         Compute size of the actual page, not of
11759         the current one.
11760
11761 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11762
11763         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11764         (view_rect_to_doc_rect), (compute_selections),
11765         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11766         (ev_view_copy), (ev_view_primary_get_cb),
11767         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11768         (ev_view_button_press_event), (ev_view_motion_notify_event),
11769         (ev_view_button_release_event), (page_changed_cb):
11770
11771         Fix text selection
11772
11773 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11774
11775         * shell/ev-view.c: (compute_border), (get_page_extents),
11776         (doc_rect_to_view_rect), (highlight_find_results),
11777         (ev_view_bin_expose), (ev_view_select_all),
11778         (ev_view_motion_notify_event), (update_find_status_message),
11779         (jump_to_find_result), (jump_to_find_page):
11780
11781         First go at fixing search, still buggy
11782
11783 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11784
11785         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11786         dropdown box and button at the top of the sidebar.
11787
11788 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11789
11790         * configure.ac: Output zoom-control Makefile.
11791         * cut-n-paste/Makefile.am: build zoom-control subdir.
11792         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11793         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11794         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11795         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11796         * cut-n-paste/zoom-control/ephy-zoom.c:
11797         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11798         from epiphany, and modified to add a separator into the menu.
11799         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11800         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11801         zoom-control action.
11802         * shell/Makefile.am: Include zoom-control flags.
11803         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11804         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11805         (ev_view_zoom_for_size_presentation),
11806         (ev_view_zoom_for_size_continuous_and_dual_page),
11807         (ev_view_zoom_for_size_continuous),
11808         (ev_view_zoom_for_size_dual_page),
11809         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11810         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11811         ev_view_get_zoom and ev_view_get_sizing_mode.
11812         * shell/ev-view.h:
11813         * shell/ev-window.c: (update_action_sensitivity),
11814         (update_sizing_buttons), (zoom_control_changed_cb),
11815         (register_custom_actions): Initialize and use the zoom-control 
11816         widget.
11817
11818 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11821         preview cache back to 1.  Don't know when it got set to 0.
11822         
11823         * shell/ev-view.c: (compute_border), (ev_view_realize),
11824         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11825         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11826         (ev_view_get_fullscreen), (ev_view_set_presentation),
11827         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11828         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11829         * shell/ev-view.h:
11830         * shell/ev-window.c:
11831         (update_chrome_visibility),
11832         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11833         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11834         (update_document_mode), (ev_window_update_fullscreen_action),
11835         (ev_window_fullscreen), (ev_window_unfullscreen),
11836         (ev_window_cmd_view_fullscreen),
11837         (ev_window_update_presentation_action),
11838         (ev_window_run_presentation), (ev_window_stop_presentation),
11839         (ev_window_cmd_view_presentation), (ev_window_state_event),
11840         (ev_window_focus_in_event), (ev_window_focus_out_event),
11841         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11842         * data/evince-ui.xml: Initial presentation mode.  We should
11843         probably hide this until it's done, as it's quite rough.  Also,
11844         change full-screen to fullscreen and add two getters to EvView.
11845
11846 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11847
11848         * shell/ev-page-action.c: (update_page_cache),
11849         (ev_page_action_dispose):
11850         * shell/ev-window.c: (destroy_fullscreen_popup),
11851         (ev_window_create_fullscreen_popup):
11852
11853         Use connect_object rather than explicitly
11854         disconnect on dispose.
11855
11856 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11857
11858         * shell/ev-page-action.c: (update_page_cache),
11859         (ev_page_action_dispose):
11860
11861 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11862
11863         * backend/ev-page-cache.c: (_ev_page_cache_new),
11864         (ev_page_cache_set_page_label),
11865         (ev_page_cache_has_nonnumeric_page_labels):
11866         * backend/ev-page-cache.h:
11867         * shell/ev-page-action.c: (update_pages_label):
11868         
11869         If all page labels are numeric, fallback to default
11870         way to display number of pages. See bug 173185.
11871
11872 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11873
11874         * shell/ev-page-action.c: (ev_page_action_dispose):
11875         * shell/ev-view.c: (view_update_range_and_current_page):
11876         * shell/ev-window.c: (ev_window_dispose):
11877         
11878         Set page on scroll in continuous mode. Fixes bug 301986.
11879         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11880
11881 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11882
11883         * configure.ac:
11884
11885         Require poppler 0.3.0
11886
11887 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11888         
11889         * shell/Makefile.am, configure.ac: Fix build problems
11890         with t1lib. Bug 301996.
11891
11892 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11893
11894         * shell/ev-view.c: (ev_view_scroll_event):
11895         
11896         Scroll up increase zoom
11897
11898 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11899
11900         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11901         (ev_view_set_sizing_mode),
11902         (ev_view_zoom_for_size_continuous_and_dual_page),
11903         (ev_view_zoom_for_size_continuous):
11904         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11905         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11906         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11907         (ev_window_init):
11908
11909         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11910         Fix for 165473 and 165472.
11911
11912 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11913
11914         * po/POTFILES.in:
11915         * thumbnailer/Makefile.am:
11916         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11917         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11918         * thumbnailer/evince-thumbnailer.schemas.in:
11919         
11920         Make thumbnailer schemas translatable. Fix for bug 301773
11921         
11922         * thumbnailer/evince-thumbnailer-djvu.schemas:
11923         * thumbnailer/evince-thumbnailer-dvi.schemas:
11924         * thumbnailer/evince-thumbnailer.schemas:
11925
11926         Removed files
11927
11928 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11929
11930         * shell/ev-view.c (ev_view_init): forgot to set this.
11931
11932 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11933
11934         * shell/ev-view.c: (find_page_at_location),
11935         (get_link_at_location),
11936         (ev_view_set_show_border), (ev_view_set_spacing),
11937         (ev_view_zoom_for_size_continuous_and_dual_page),
11938         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11939         Also, add a quick fix measuring of widths.  Also, removed
11940         ev_view_set_spacing and ev_view_set_show_border.
11941         
11942         * shell/ev-window.c: (ev_window_unfullscreen),
11943         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11944
11945 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11946
11947         * shell/ev-view.c: (view_update_range_and_current_page),
11948         (page_changed_cb):
11949         
11950         Fix crash on exit and scrolling to page in continuous view.
11951
11952 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11953
11954         * TODO:
11955         * backend/ev-page-cache.c: (_ev_page_cache_new),
11956         (ev_page_cache_get_max_width_size),
11957         (ev_page_cache_get_max_height_size):
11958         * backend/ev-page-cache.h:
11959         * data/evince-ui.xml:
11960         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11961         * shell/ev-view.c: (view_update_adjustments),
11962         (view_update_range_and_current_page), (get_bounding_box_size),
11963         (ev_view_size_request_continuous_and_dual_page),
11964         (ev_view_size_request_continuous),
11965         (ev_view_size_request_dual_page),
11966         (ev_view_size_request_single_page), (ev_view_size_request),
11967         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11968         (ev_view_bin_expose), (ev_view_expose_event),
11969         (ev_view_set_property), (ev_view_get_property),
11970         (ev_view_class_init), (ev_view_init), (ev_view_new),
11971         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11972         (ev_view_set_dual_page), (ev_view_set_full_screen),
11973         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11974         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11975         (ev_view_zoom_out), (zoom_for_size_fit_width),
11976         (zoom_for_size_best_fit),
11977         (ev_view_zoom_for_size_continuous_and_dual_page),
11978         (ev_view_zoom_for_size_continuous),
11979         (ev_view_zoom_for_size_dual_page),
11980         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11981         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11982         * shell/ev-view.h:
11983         * shell/ev-window.c: (update_action_sensitivity),
11984         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11985         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11986         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11987         (ev_window_cmd_view_zoom_out), (update_view_size),
11988         (ev_window_set_sizing_mode), (ev_window_init):
11989
11990         Add Continuous and Dual page modes.
11991
11992 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11993
11994         * dvi/dvi-document.c: (dvi_document_load),
11995         (dvi_document_thumbnails_get_thumbnail),
11996         (dvi_document_init_params): Fix up some mixups between
11997         width and height to correct thumbnail rendering.
11998
11999 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12000
12001         * dvi/mdvi-lib/private.h:
12002         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12003         
12004         Suppess output for kpathsea during font generation. Thanks to
12005         James Bowes
12006
12007 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12008
12009         * NEWS:
12010         * configure.ac:
12011
12012         Release 0.2.1
12013
12014         * Makefile.am: fix distcheck.
12015
12016 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12017
12018         * shell/ev-sidebar-links.c: (selection_changed_callback),
12019         (update_page_callback), (row_activated_callback),
12020         (job_finished_callback), (ev_sidebar_links_set_document):
12021         
12022         Fix for bug #169901. Double click on links expands tree.
12023
12024 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12025
12026         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12027         hard-coded style. Fix for bug 170111
12028
12029 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12030
12031         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12032         locking.
12033
12034 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12035
12036         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12037
12038 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12039
12040         * pdf/ev-poppler.cc:
12041         * shell/ev-view.c: (highlight_find_results):
12042
12043         Fix find on single page documents
12044
12045 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12046
12047         * data/evince.schemas.in: fix for bug 301390
12048
12049 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12050
12051         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12052         (ev_view_zoom_out), (ev_view_zoom_normal):
12053         * shell/ev-view.h:
12054         * shell/ev-window.c: (update_action_sensitivity),
12055         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12056         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12057         (ev_window_cmd_view_normal_size):
12058
12059         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12060         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12061         better than oom. 
12062
12063 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12064
12065         * configure.ac:
12066
12067         Depend on 2.57, 2.59 doesnt seem to be necessary
12068
12069 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12070
12071         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12072         (create_tool_item):
12073
12074         Put back total number of pages as (1 of 1234)
12075
12076 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12077
12078         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12079         remove the job.
12080
12081         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12082         function.  This helps debugging.
12083
12084 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12085
12086         * djvu/djvu-document.c: (djvu_document_class_init),
12087         (djvu_document_get_info), (djvu_document_document_iface_init):
12088         * dvi/dvi-document.c: (dvi_document_class_init),
12089         (dvi_document_get_info), (dvi_document_document_iface_init):
12090
12091         Dummy implementation of get_info method for dvi and
12092         djvu. Fix crashes with those backends
12093
12094 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12095
12096         * data/evince.desktop.in:
12097
12098         Add application/x-gzpostscript
12099
12100 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12101
12102         * data/evince.schemas.in: Added real long descriptions, 
12103         closes bug 172496 
12104
12105         * README: Added actual text, closes bug 171869
12106
12107 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12108
12109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12110
12111         Thumbnail page 0
12112
12113 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12114
12115         * backend/ev-document-info.h:
12116
12117         s/GDate */GDate so we can just use g_free
12118
12119 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12120
12121         * shell/ev-window.c: (update_document_mode),
12122         (ev_window_setup_document):
12123
12124         Show the window in fullscreen when specified by
12125         the document
12126
12127 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12128
12129         * backend/ev-document.c: (ev_document_class_init),
12130         (ev_document_get_info), (ev_document_render_pixbuf):
12131         * backend/ev-document.h:
12132         * backend/ev-page-cache.c: (_ev_page_cache_new):
12133         * pdf/ev-poppler.cc:
12134         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12135         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12136         * ps/ps-document.c: (ps_document_class_init), (document_load),
12137         (ps_document_get_info), (ps_document_document_iface_init):
12138
12139         Remove get_title from the interface, we can just use document info
12140
12141 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12142
12143         * backend/Makefile.am:
12144         * backend/ev-document.c: (ev_document_render_get_info):
12145         * backend/ev-document.h:
12146         * pdf/ev-poppler.cc:
12147
12148         Initial support for document info. Based on jrb patch.
12149
12150 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12151
12152         * shell/ev-window.c: (ev_window_state_event),
12153         (ev_window_class_init), (ev_window_init):
12154         
12155         Doesn't show resize grip when maximized. See bug #301053
12156
12157 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12158
12159         * po/POTFILES.in:
12160         
12161         ev-sidebar-thumbnails now has translatable labels
12162         
12163         * shell/Makefile.am:
12164         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12165         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12166         (ev_sidebar_links_page_iface_init):
12167         * shell/ev-sidebar-links.h:
12168         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12169         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12170         (ev_sidebar_page_get_label):
12171         * shell/ev-sidebar-page.h:
12172         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12173         (ev_sidebar_thumbnails_set_document),
12174         (ev_sidebar_thumbnails_support_document),
12175         (ev_sidebar_thumbnails_get_label),
12176         (ev_sidebar_thumbnails_page_iface_init):
12177         * shell/ev-sidebar-thumbnails.h:
12178         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12179         (ev_sidebar_set_document):
12180         * shell/ev-sidebar.h:
12181         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12182         
12183         Small rework of sidebar code. Now sidebar pages should implement
12184         EvSidebarPage interface. That makes page management in EvSidebar
12185         easier. See bug #164811 for details
12186
12187 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12188
12189         * shell/ev-application.c: (ev_application_open):
12190         * shell/ev-document-types.c:
12191         
12192         Fix build error and small problem with application exit
12193
12194 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12195
12196         * thumbnailer/Makefile.am:
12197         * thumbnailer/evince-thumbnailer-djvu.schemas:
12198         * thumbnailer/evince-thumbnailer-dvi.schemas:
12199         
12200         Conditionally install schemas for djvu/dvi thumbnailer
12201
12202 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12203
12204         * shell/ev-document-types.h: 
12205         * shell/ev-document-types.c: 
12206         New files, handling the mapping from mimetypes to backends
12207         
12208         * shell/ev-window.c: 
12209         * thumbnailer/evince-thumbnailer.c:     
12210         Use the ev-document-types code
12211         
12212         * shell/Makefile.am: 
12213         Added new convenience library libevbackendfactory_la, containing
12214         the new mimetype->backend logic; moved the backends into it.
12215
12216         * thumbnailer/Makefile.am:
12217         Make the thumbnailer link with the libevbackend.la convenience
12218         library, rather than having a duplicate of the backend logic here.
12219
12220 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12221
12222         * shell/ev-stock-icons.c: constify some vars.
12223         * shell/ev-window.c: ditto.
12224
12225 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12226
12227         * ps/ps-document.c (get_page_orientation):
12228
12229         Respect document orientation 
12230
12231 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12232
12233         * djvu/Makefile.am:
12234         * dvi/Makefile.am:
12235         * shell/Makefile.am:
12236         
12237         Move library dependencies to components.
12238         
12239         * shell/ev-window.c: (update_window_title),
12240         (start_loading_document):
12241         
12242         Fix display of uris with spaces. Bug 168358.
12243
12244 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12245
12246         * shell/ev-sidebar-links.c: (selection_changed_cb):
12247         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12248         (ev_view_button_release_event), (ev_view_set_document):
12249         * shell/ev-view.h:
12250         * shell/ev-window.c: (find_bar_search_changed_cb):
12251         * shell/ev-window.h: Minor cleanups removing some dead code.
12252
12253 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12254
12255         * backend/ev-page-cache.c: (_ev_page_cache_new):
12256         
12257         Set current page to 0 if document has pages.
12258
12259 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12260
12261         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12262
12263         Initialize GError to NULL, fix a crash when loading fails.
12264
12265 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12266
12267         * shell/ev-window.c: (update_view_size):
12268
12269         Calculate shadow size only when there is actually
12270         a shadow.
12271
12272 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12273
12274         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12275         * shell/ev-view.h:
12276
12277         Allow setting view spacing, default to 0
12278
12279         * shell/ev-window.c: (ev_window_unfullscreen),
12280         (ev_window_cmd_view_fullscreen), (ev_window_init):
12281
12282         Remove spacing in fullscreen mode
12283
12284 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12285
12286         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12287         (ev_view_size_request), (expose_bin_window),
12288         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12289         * shell/ev-view.h:
12290         * shell/ev-window.c: (ev_window_unfullscreen),
12291         (ev_window_cmd_view_fullscreen):
12292
12293         Do not draw the border in fulscreen
12294
12295 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12296
12297         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12298         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12299         (find_page_at_location), (page_changed_cb):
12300
12301         Rework border calculation, so that I can more easily disable it.
12302         Code somewhat cleaner too.
12303
12304 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12305
12306         * backend/ev-page-cache.c: (ev_page_cache_init),
12307         (_ev_page_cache_new):
12308
12309         Remove some assertions, documents can have 0 pages.
12310         Make initial current page -1.
12311
12312         * shell/ev-page-action.c: (page_changed_cb):
12313
12314         Show "" if current page is -1
12315
12316         * shell/ev-window.c: (update_action_sensitivity),
12317         (ev_window_setup_document):
12318
12319         When document has 0 pages do not set the view
12320         and make nearly everything insensitive.
12321
12322 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12323
12324         * shell/ev-page-view.c:
12325         * shell/ev-page-view.h:
12326
12327         Remove unused files.
12328         
12329         * shell/ev-sidebar-thumbnails.c:
12330         (ev_sidebar_thumbnails_set_document):
12331         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12332         (ev_sidebar_supports_document):
12333         * shell/ev-sidebar.h:
12334         * shell/ev-window.c: (ev_window_setup_document):
12335         
12336         Doesn't show thumbnails if document has 1 page. Make
12337         sidebar menu entries sensitive only if if they have 
12338         sense. Fix bug 164811. 
12339
12340 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12341
12342         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12343         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12344         (ev_view_zoom_out), (ev_view_set_size):
12345
12346         Rework sizing to deal with documents with not uniform page
12347         size.
12348
12349 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12350
12351         * backend/ev-page-cache.c: (_ev_page_cache_new):
12352
12353         Fix several page size caching bugs
12354
12355 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12356
12357         * shell/ev-window.c: (set_action_properties):
12358
12359         Make all toolbar items translatable
12360
12361 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12362
12363         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12364         (save_page_list), (ps_document_save),
12365         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12366         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12367         (ps_document_ps_exporter_iface_init):
12368         * ps/ps-document.h:
12369
12370         Based on a patch by J�rg Billeter <j@bitron.ch>
12371         
12372         Implement print and save a copy for the ps backend.
12373
12374 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12375
12376         * backend/ev-document.h:
12377         * djvu/djvu-document.c: (djvu_document_can_get_text),
12378         (djvu_document_document_iface_init):
12379         * dvi/dvi-document.c: (dvi_document_can_get_text),
12380         (dvi_document_document_iface_init):
12381         * pdf/ev-poppler.cc:
12382         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12383         (pixbuf_document_document_iface_init):
12384         * ps/ps-document.c: (ps_document_can_get_text),
12385         (ps_document_document_iface_init):
12386         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12387         * shell/ev-window.c: (update_action_sensitivity):
12388
12389         Fix the crash when trying to copy in backends that doesnt
12390         support it. We can implement a better solution once we
12391         do real text selection.
12392
12393 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12394
12395         * data/evince-ui.xml:
12396         * shell/ev-window.c: (ev_window_cmd_escape):
12397         
12398         Work around the Escape conflict (find bar and unfullscreen)
12399
12400 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12401
12402         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12403         
12404         Fix for #300233. Next page correctly handles document end.
12405         
12406         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12407         (ev_sidebar_thumbnails_class_init),
12408         (ev_sidebar_thumbnails_set_document),
12409         (ev_sidebar_thumbnails_clear_job),
12410         (ev_sidebar_thumbnails_clear_model):
12411         
12412         Cleanup thumbnail jobs on document changes.
12413         
12414         * shell/ev-view.c: (add_scroll_binding_keypad),
12415         (add_scroll_binding_shifted), (ev_view_class_init):
12416         
12417         Shift + Space scrolls up. Fix for #173184
12418         
12419         * shell/ev-window.c: (ev_window_open_page),
12420         (ev_window_cmd_view_reload):
12421         
12422         Fix reload (Bug #300094)
12423
12424 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12425
12426         
12427         * dvi/mdvi-lib/assoc.c:
12428         * dvi/mdvi-lib/assoc.h: Removed garbage files
12429         
12430         * dvi/mdvi-lib/bitmap.c:
12431         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12432         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12433         * dvi/mdvi-lib/color.h: Antialias of rules
12434         
12435         * dvi/mdvi-lib/common.h:
12436         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12437         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12438         * dvi/mdvi-lib/files.c:
12439         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12440         * dvi/mdvi-lib/mdvi.h:
12441         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12442         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12443         * dvi/mdvi-lib/util.c: Fix compile warnings
12444         
12445         * dvi/dvi-document.c:
12446         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12447         (dvi_document_thumbnails_get_thumbnail),
12448         (dvi_document_document_thumbnails_iface_init):
12449         * dvi/mdvi-lib/Makefile.am:
12450         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12451         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12452         
12453         Dvi backend now renders thumbnails
12454
12455 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12456
12457         * shell/main.c: (main): 
12458         
12459         Save accelerators on exit. Fixes bug #172095.
12460
12461 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12462
12463         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12464         update priority" comment.
12465
12466         * backend/ev-job-queue.c: Give a way to change priority.
12467
12468 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12469
12470         * shell/ev-page-action.c: Fix logic.
12471
12472 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12473
12474         * shell/ev-view.c: (ev_view_can_find_next):
12475         * shell/ev-window.c: (ev_window_setup_document):
12476
12477         Check that the document supports find
12478
12479 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12480
12481         * data/evince-ui.xml:
12482         * shell/ev-view.c: (ev_view_can_find_next):
12483         * shell/ev-view.h:
12484         * shell/ev-window.c: (update_action_sensitivity),
12485         (find_changed_cb), (ev_window_setup_document),
12486         (ev_window_cmd_edit_find_next):
12487
12488         Add Edit->Find Next
12489
12490 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12491
12492         * pdf/ev-poppler.cc:
12493         * shell/ev-print-job.c: (idle_print_handler):
12494
12495         Make printing work again
12496
12497 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12498
12499         * shell/ev-page-action.h:
12500         * shell/ev-page-action.c: (ev_page_action_widget_init),
12501         (ev_page_action_widget_class_init), (page_changed_cb),
12502         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12503         (get_filter_model_from_model), (match_selected_cb),
12504         (display_completion_text), (match_completion), (update_model),
12505         (connect_proxy), (ev_page_action_set_property),
12506         (ev_page_action_get_property), (ev_page_action_set_document),
12507         (ev_page_action_set_model), (ev_page_action_class_init): Big
12508         reworking to make completions work iff we have >= GTK-2.7.0
12509                 
12510         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12511         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12512         (job_finished_cb): We now have a 'model' property that is set when
12513         the links are loaded.  This can be caught with "notify::model"
12514
12515         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12516         listen for the model to be set, and propagate it to the action.
12517
12518 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12519
12520         * cut-n-paste/recent-files/egg-recent-item.c:
12521         (egg_recent_item_set_uri), (make_valid_utf8),
12522         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12523         * cut-n-paste/recent-files/egg-recent-item.h:
12524         
12525         Update egg-recent from libegg. This should fix long
12526         startup problem. For details see
12527         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12528
12529 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12530
12531         * cut-n-paste/recent-files/Makefile.am:
12532         * data/evince-ui.xml, shell/Makefile.am:
12533         * shell/ev-application.c, shell/ev-application.h:
12534         * shell/ev-window.c: Recent files support.
12535         
12536         * configure.ac: Added "ru" to ALL_LINGUAS.
12537         
12538         * dvju: new backend to support DJVU files.
12539         * dvi: new backend to support DVI.
12540
12541         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12542         * ev-application.c: Support for new backends.
12543         
12544         * help, ev-window.c, main.c shell/Makefile.am: 
12545         Evince user documentation.
12546
12547 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12548
12549         * po/POTFILES.in:
12550         * shell/ev-window.c:
12551         * thumbnailer/evince-thumbnailer.c:
12552
12553         s/pdf-document/ev-poppler
12554
12555 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12556
12557         * NEWS:
12558         * configure.ac:
12559
12560         Release 0.2.0
12561
12562         * ps/ps-document.c: (setup_pixmap):
12563
12564         Remove debug code
12565
12566 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12567
12568         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12569         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12570         (ev_window_cmd_go_first_page): Fix of by one errors.
12571
12572 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12573
12574         * ps/ps-document.c: (get_page_box):
12575
12576         Fix page size calculation
12577
12578 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12579
12580         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12581         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12582         (get_page_orientation), (setup_page), (document_load),
12583         (ps_document_get_page_size), (render_pixbuf_idle):
12584         * ps/ps-document.h:
12585
12586         More refactoring to adapt to EvDocument changes
12587
12588 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * ps/ps-document.c: (start_interpreter):
12591
12592         Actually add alpha args
12593
12594 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12595
12596         * pdf/ev-poppler.cc:
12597
12598         Make clipboard work again
12599
12600 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12601
12602         Make searching work again.
12603         
12604         * backend/ev-document.c:
12605         * backend/ev-document.h:
12606         * backend/ev-document-find.c:
12607         * backend/ev-document-find.h: Change EvDocumentIface so we no
12608         longer store the current page or zoom level in the document.  The
12609         consequence is that all calls that operate on the current page now
12610         instead take the page number as an extra argument, and all
12611         coordinates are now doubles in document coordinate system.
12612
12613         * pdf/ev-poppler.cc:
12614         * pixbuf/pixbuf-document.c:
12615         * ps/ps-document.c: Update backends accordingly.
12616
12617 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12618
12619         * autogen.sh:
12620
12621         Add required gettext version
12622
12623 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12626         make F1 bring up non-existent help.
12627
12628         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12629         epiphany's find bar, #167477
12630
12631         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12632         <emil@nishra.com> to add space-bar scrolling, 
12633
12634         * shell/ev-window.c (static GtkActionEntry entries): add default
12635         keybinding for Help (F1)
12636         Fixes #171068
12637
12638         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12639         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12640         170110
12641
12642 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12643
12644         * Makefile.am: 
12645         * pixbuf/pixbuf-document.c: 
12646
12647         Got pixbuf backend working again
12648
12649 2005-04-01  Steve Murphy  <murf@e-tools.com>
12650
12651         * configure.in: Added "rw" to ALL_LINGUAS.
12652
12653 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12654
12655         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12656         model types, noticed by Martin Kretzschmar.
12657
12658 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12659
12660         * pdf/ev-poppler.cc: Implement search based on
12661         poppler_page_find_text().  Currently a bit crude since we remember
12662         all matches from all pages.  Also, we grab the big document lock
12663         when we search since searching changes the underlying stream and
12664         thus conflicts with the rendering thread.
12665         
12666         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12667         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12668         (ev_view_find_previous): Fix some page indexes to be 0 based,
12669         offset rubber band by view offset,
12670
12671 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12672
12673         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12674
12675 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12676
12677         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12678         completely because I didn't understand GtkActions.  I should
12679         read Marco's code more carefully in the future.
12680
12681         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12682         function
12683
12684 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12685
12686         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12687         PopplerRectangle change from poppler CVS.
12688
12689 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * backend/ev-document.c: (ev_document_get_page_label):
12692         * backend/ev-document.h:
12693         * backend/ev-page-cache.c: (_ev_page_cache_new),
12694         (ev_page_cache_get_page_label):
12695         * backend/ev-page-cache.h:
12696         * pdf/ev-poppler.cc:
12697         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12698         (links_page_num_func):
12699         * shell/ev-sidebar-thumbnails.c:
12700         (ev_sidebar_thumbnails_set_document):
12701         * shell/ev-view.c: (status_message_from_link),
12702         (ev_view_motion_notify_event):
12703         * shell/ev-window.c: (document_supports_sidebar): Add in page
12704         label support.  It's not perfect yet, but it's the first 'feature'
12705         in a while.
12706         Also, fix a bogus comment noticed by crispin. 
12707
12708 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12709
12710         * Makefile.am: Remove pixbuf backend for now
12711
12712         * configure.ac: Require poppler-glib instead of just poppler.
12713
12714         * backend/ev-document-thumbnails.h: Add a comment
12715
12716         * backend/ev-document.h:
12717         * backend/ev-document.c: (ev_document_class_init),
12718         (ev_document_load), (ev_document_get_link),
12719         (ev_document_get_links): Remove 3 methods and add get_links.
12720         Also, made 0 based.
12721
12722         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12723         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12724
12725         * backend/ev-link.c: (ev_link_set_title),
12726         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12727         (ev_link_mapping_find):
12728         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12729         
12730         * backend/ev-page-cache.c: (ev_page_cache_init),
12731         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12732         (ev_page_cache_get_size), (ev_page_cache_next_page),
12733         (ev_page_cache_prev_page): Fix to be 0 based.
12734
12735         * pdf/Makefile.am: 
12736         * pdf/ev-poppler.h:
12737         * pdf/ev-poppler.cc: New backend.
12738         
12739         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12740         (ps_document_get_page), (ps_document_document_iface_init):
12741
12742         * shell/ev-pixbuf-cache.h:
12743         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12744         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12745         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12746         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12747         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12748         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12749         based.
12750         
12751         * shell/ev-sidebar-thumbnails.c:
12752         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12753         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12754
12755         * shell/ev-view.c: (status_message_from_link),
12756         (find_page_at_location), (get_link_at_location),
12757         (ev_view_motion_notify_event), (ev_view_button_release_event),
12758         (ev_view_init): Use the new link code.  Fix to be 0 based.
12759
12760         * shell/ev-window.c: (update_action_sensitivity),
12761         (document_supports_sidebar): 0 based.
12762
12763 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12764
12765         * pdf/pdf-document.cc: Patch from Fernando Herrera
12766         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12767         *blush*
12768
12769 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12770
12771         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12772         1 to the page, as this seems to be 1 based.  I thought we has this
12773         fixed.  grump.
12774
12775 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12776
12777         * TODO:
12778         * backend/Makefile.am:
12779         * backend/ev-document-links.c:
12780         (ev_document_links_has_document_links),
12781         (ev_document_links_get_links_model):
12782         * backend/ev-document-links.h:
12783         * backend/ev-document.c: (ev_document_get_page_cache),
12784         (ev_document_get_doc_mutex), (ev_document_load),
12785         (ev_document_save), (ev_document_get_title),
12786         (ev_document_get_n_pages), (ev_document_set_page),
12787         (ev_document_get_page), (ev_document_set_target),
12788         (ev_document_set_scale), (ev_document_set_page_offset),
12789         (ev_document_get_page_size), (ev_document_get_text),
12790         (ev_document_get_link), (ev_document_render),
12791         (ev_document_render_pixbuf), (ev_document_scale_changed):
12792         * backend/ev-document.h:
12793         * backend/ev-job-queue.c: (remove_object_from_queue),
12794         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12795         (no_jobs_available_unlocked), (ev_render_thread),
12796         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12797         (ev_job_queue_remove_job):
12798         * backend/ev-job-queue.h:
12799         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12800         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12801         (ev_job_links_class_init), (ev_job_render_init),
12802         (ev_job_render_dispose), (ev_job_render_class_init),
12803         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12804         (ev_job_thumbnail_class_init), (ev_job_finished),
12805         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12806         (ev_job_render_run), (ev_job_thumbnail_new),
12807         (ev_job_thumbnail_run):
12808         * backend/ev-jobs.h:
12809         * backend/ev-link.c:
12810         * backend/ev-link.h:
12811         * backend/ev-page-cache.c: (ev_page_cache_init),
12812         (ev_page_cache_class_init), (ev_page_cache_finalize),
12813         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12814         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12815         (ev_page_cache_set_link), (ev_page_cache_get_title),
12816         (ev_page_cache_get_size), (ev_page_cache_next_page),
12817         (ev_page_cache_prev_page):
12818         * backend/ev-page-cache.h:
12819         * pdf/pdf-document.cc:
12820         * ps/gsdefaults.c:
12821         * ps/gsdefaults.h:
12822         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12823         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12824         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12825         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12826         (is_interpreter_ready), (output), (catchPipe), (input),
12827         (start_interpreter), (check_filecompressed), (compute_dimensions),
12828         (ps_document_enable_interpreter), (document_load),
12829         (ps_document_next_page), (render_page), (ps_document_set_page),
12830         (ps_document_set_scale), (render_pixbuf_idle),
12831         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12832         * ps/ps-document.h:
12833         * shell/Makefile.am:
12834         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12835         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12836         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12837         (ev_pixbuf_cache_new), (job_finished_cb),
12838         (check_job_size_and_unref), (move_one_job),
12839         (ev_pixbuf_cache_update_range), (find_job_cache),
12840         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12841         (ev_pixbuf_cache_add_jobs_if_needed),
12842         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12843         * shell/ev-pixbuf-cache.h:
12844         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12845         (idle_print_handler):
12846         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12847         (selection_changed_cb), (create_loading_model),
12848         (ev_sidebar_links_construct), (links_page_num_func),
12849         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12850         (update_page_callback), (job_finished_cb),
12851         (ev_sidebar_links_set_document):
12852         * shell/ev-sidebar-thumbnails.c:
12853         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12854         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12855         (page_changed_cb), (thumbnail_job_completed_callback),
12856         (ev_sidebar_thumbnails_set_document):
12857         * shell/ev-sidebar-thumbnails.h:
12858         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12859         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12860         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12861         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12862         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12863         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12864         (ev_view_button_release_event), (ev_view_scroll_view),
12865         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12866         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12867         (ev_view_new), (job_finished_cb), (page_changed_cb),
12868         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12869         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12870         (ev_view_find_previous):
12871         * shell/ev-view.h:
12872         * shell/ev-window.c: (update_action_sensitivity),
12873         (ev_window_open_page), (update_window_title), (update_total_pages),
12874         (page_changed_cb), (ev_window_setup_document),
12875         (password_dialog_response), (ev_window_cmd_save_as),
12876         (ev_window_print), (ev_window_cmd_go_previous_page),
12877         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12878         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12879         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12880         * shell/main.c: (main):
12881
12882         Merge evince-threads branch
12883
12884 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12885
12886         * configure.ac: Added "lt" to ALL_LINGUAS.
12887
12888 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12889
12890         * NEWS:
12891         * configure.ac:
12892
12893         Release 0.1.9
12894
12895 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12896
12897         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12898
12899         Fix here also the thumbnails 1-basedness :)
12900
12901 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * NEWS:
12904         * configure.ac:
12905
12906         Release 0.1.8
12907
12908 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12909
12910         * pdf/pdf-document.cc:
12911         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12912         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12913
12914         Fix the mess we did with thumbnails and 1-basedness
12915
12916 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12917
12918         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12919
12920 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12921
12922         * NEWS:
12923         * configure.ac:
12924
12925         Release 0.1.7
12926
12927 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * ps/Makefile.am:
12930         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12931         (gtk_gs_defaults_get_alpha_parameters),
12932         (gtk_gs_defaults_get_ungzip_cmd),
12933         (gtk_gs_defaults_get_unbzip2_cmd):
12934         * ps/gsdefaults.h:
12935         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12936         (ps_document_get_orientation), (document_load),
12937         (ps_document_goto_page), (ps_document_set_page_size):
12938         * ps/ps-document.h:
12939
12940         Some more sanitization of the ps backend. Remove a lot
12941         of unused code and do not base our defaults on ggv
12942         preferences (ugh!)
12943
12944 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12945
12946         * thumbnailer/evince-thumbnailer.schemas:
12947         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12948         (main): add -s option for thumbnail size.
12949
12950 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12951
12952         * configure.ac:
12953
12954         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12955         remove it.
12956
12957 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * pdf/pdf-document.cc:
12960
12961         Remove 4 pixels of useless border from the
12962         thumbnail.
12963
12964 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * backend/ev-document-thumbnails.c:
12967         (ev_document_thumbnails_get_thumbnail):
12968         * backend/ev-document-thumbnails.h:
12969
12970         Rework API a bit. Add a border flag and
12971         change sizing logic (now the size we specify
12972         applies to the bigger dimension).
12973
12974         * pdf/pdf-document.cc:
12975         * pixbuf/pixbuf-document.c:
12976         (pixbuf_document_thumbnails_get_thumbnail):
12977         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12978         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12979
12980         Adapt to the new API and do not draw a border for nautilus
12981         thumbnailer.
12982
12983 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12984
12985         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12986         take thumbnails from page "0" instead of "1". Added a copyright header.
12987
12988 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12989
12990         * ps/ps-document.c: (set_up_page), (start_interpreter):
12991
12992         Make it C89 compliant
12993
12994 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12995
12996         * Makefile.am:
12997         * configure.ac:
12998         * pdf/.cvsignore:
12999         * pdf/pdf-document.cc:
13000         * thumbnailer/Makefile.am:
13001         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13002         (main):
13003         * thumbnailer/evince-thumbnailer.schemas:
13004         * thumbnailer/pdf-icon.png:
13005
13006         Add a nautilus thumbnailer.
13007         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13008
13009 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13010
13011         * NEWS:
13012         * configure.ac:
13013         * po/POTFILES.in:
13014
13015         Release 0.1.6
13016
13017 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13018
13019         Use poppler instead of including xpdf source code.  Poppler is a
13020         fork of xpdf to build it as a shared library. See
13021         http://freedesktop.org/wiki/Software/poppler.
13022
13023         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13024         xpdf fork.
13025         
13026         * pdf/Makefile.am: Build libpdfdocument.a here.
13027         
13028         * pdf/GDKSplashOutputDev.cc:
13029         * pdf/GDKSplashOutputDev.h:
13030         * pdf/GnomeVFSStream.cc:
13031         * pdf/GnomeVFSStream.h:
13032         * pdf-document.cc:
13033         * pdf-document.h:
13034         * test-gdk-output-dev.cc
13035         * Thumb.cc:
13036         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13037         against poppler.
13038
13039 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13042
13043         Clear idle stack before unsetting the document
13044
13045 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * ps/ps-document.c: (ps_document_widget_event),
13048         (ps_document_set_target), (ps_document_finalize),
13049         (ps_document_get_page):
13050
13051         Disconnect the widget event signal on finalize.
13052         Some code cleanups.
13053
13054 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13055
13056         * ps/ps-document.c: (set_up_page):
13057
13058         If there is no bpixmap create one, even if size
13059         is not changed.
13060
13061 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13064         (set_up_page), (document_load), (ps_document_set_zoom):
13065
13066         Default page is 0. Calculate size even when we have no
13067         target yet.
13068
13069 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13070
13071         * shell/ev-sidebar.c: expand the selection widget to be always as
13072         wide as the sidebar
13073
13074 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * shell/ev-sidebar-thumbnails.c:
13077         (ev_sidebar_thumbnails_set_document):
13078
13079         Clear the list store when setting document
13080
13081 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * shell/ev-page-action.c: (update_entry), (sync_entry),
13084         (activate_cb), (entry_size_request_cb), (create_tool_item),
13085         (connect_proxy):
13086
13087         Use an entry for the page control instead of spinbuttons
13088
13089 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * data/evince.schemas.in:
13092
13093         Correct confusing string
13094
13095 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13096
13097         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13098         for real.  Gosh, how long has this been broken.
13099
13100         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13101         check for a NULL link.  We crash otherwise.
13102
13103 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13104
13105         * NEWS:
13106         * configure.ac:
13107
13108         Release 0.1.5
13109
13110 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13111
13112         * configure.ac: add the french translation.
13113
13114 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13115
13116         * shell/ev-window.c:
13117
13118         Remove unused header -> fix distcheck
13119
13120 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * shell/ev-window.c: (update_window_title),
13123         (ev_window_popup_password_dialog):
13124
13125         Unescape filename for display
13126
13127 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * pdf/xpdf/pdf-document.cc:
13130
13131         In get_page_size deal with rotation. Also
13132         cleanup the function a bit.
13133
13134 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * pdf/xpdf/pdf-document.cc:
13137
13138         Fix crash when opening in new window
13139
13140 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * configure.ac:
13143
13144         Check ghostscript >= 7
13145
13146 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13147
13148         * shell/ev-window.c:
13149
13150         Make page width the default sizing mode
13151
13152 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13153         Marco Pesenti Gritti <marco@gnome.org>
13154
13155         * shell/ev-window.c: Remember the sidebar size
13156
13157         * data/evince.schemas.in: Add a new gconf key to store the size of
13158         the sidebar
13159
13160 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13161
13162         * data/evince-ui.xml:
13163         * shell/ev-window.c: (update_action_sensitivity),
13164         (ev_window_cmd_view_reload):
13165         
13166         Add a "Reload" action and menu entry
13167
13168 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13169
13170         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13171         iff the type doesn't support thumbnailing and indexing.
13172
13173 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13174
13175         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13176
13177 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * pdf/splash/Splash.cc:
13180
13181         Port fix for a crasher from kde bug
13182         http://bugs.kde.org/show_bug.cgi?id=97131
13183
13184 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * pdf/xpdf/pdf-document.cc:
13187
13188         Return a link even if it's of an unrecognized
13189         type. Otherwise we go in an infinte cycle.
13190
13191 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13194         (size_allocate_cb), (ev_window_set_sizing_mode):
13195
13196         Update size when switching mode
13197
13198 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13201         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13202         (ev_window_cmd_view_normal_size):
13203
13204         Fix size toggle buttons behavior
13205
13206 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13209         (doc_rect_to_view_rect), (ev_view_size_allocate),
13210         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13211         (scale_changed_callback):
13212
13213         Do not cache offsets in size_allocate.
13214
13215 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * shell/ev-view.c: (ev_view_size_allocate):
13218
13219         Calculate offsets before calling the parent
13220         class (which does a redraw)
13221
13222 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13223
13224         * pdf/xpdf/pdf-document.cc:
13225
13226         Fix a crasher on exit. Unused code, put a TODO
13227
13228 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13229
13230         * backend/ev-document.c: (ev_document_class_init),
13231         (ev_document_page_changed), (ev_document_scale_changed):
13232         * backend/ev-document.h:
13233
13234         Separate page/scale notifications
13235
13236         * pdf/xpdf/pdf-document.cc:
13237
13238         Emit the new signals.
13239         Do not display the pdf page in _render, do it
13240         when scale/page are requested.
13241
13242         * ps/ps-document.c: (ps_document_set_zoom),
13243         (ps_document_widget_event):
13244         * ps/ps-document.h:
13245
13246         Emit the new signals.
13247
13248         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13249         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13250         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13251         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13252         * shell/ev-view.h:
13253         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13254         (ev_window_cmd_view_page_width), (size_allocate_cb),
13255         (ev_window_set_sizing_mode):
13256
13257         Rework sizing to be pixel based.
13258         There are bugs but should be already way better.
13259
13260 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * shell/ev-window.c: (ev_window_init):
13263
13264         Do not allow to shrink sidebar smaller then
13265         child requisition
13266
13267 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13268
13269         * shell/ev-sidebar.[ch]
13270         * shell/ev-window.c:
13271
13272         Improved sidebar widget. Fixes #166683
13273
13274 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13275
13276         * shell/ev-view.c (update_find_status_message): Give translators
13277         more flexibility with ngettext plural handling.
13278
13279 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13280
13281         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13282         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13283         page when we get the page size.
13284
13285 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13288
13289         ps pages are 0 based, convert 
13290
13291 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13294
13295         Initialize correct parent class. Set GError on document load
13296
13297 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * pdf/xpdf/pdf-document.cc:
13300
13301         Fixup selection offset calculation
13302
13303         * shell/ev-view.c: (view_rect_to_doc_rect),
13304         (doc_rect_to_view_rect), (ev_view_size_allocate),
13305         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13306         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13307
13308         Store selection as document relative, so that zooming
13309         and offset changing doesnt break it.
13310
13311 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * shell/ev-view.c: (ev_view_best_fit):
13314
13315         Do not try to best fit if the view is not realized
13316
13317 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13318           
13319         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13320
13321 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13322
13323         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13324
13325 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13326
13327         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13328         the popup window.  That prevents it resizing when in full screen
13329         mode.
13330
13331         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13332         multiple rerenders.  This pretty much sucks.
13333
13334         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13335         rest of the toolbar.
13336
13337 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13338
13339         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13340
13341 2005-02-17  Alexander Shopov  <ash@contact.bg>
13342
13343         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13344
13345 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13346
13347         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13348
13349 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13352         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13353         (set_document_page), (document_changed_callback),
13354         (ev_view_set_document), (ev_view_find_previous),
13355         (ev_view_hide_cursor), (ev_view_show_cursor):
13356         * shell/ev-view.h:
13357         * shell/ev-window.c: (update_chrome_visibility),
13358         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13359         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13360         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13361         (ev_window_unfullscreen):
13362         * shell/main.c: (main):
13363
13364         Automatically hide the fullscreen button.
13365         Patch by Kristian Høgsberg <krh@redhat.com>
13366
13367 2005-02-16  Vincent Noel  <vnoel@cox.net>
13368
13369         * shell/main.c (main): Specify an icon for the window. Patch by
13370         Jaap A. Haitsma. Fixes #166177.
13371
13372 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13373
13374         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13375
13376 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13377
13378         * backend/ev-document-misc.h:
13379         * backend/ev-document-misc.c:
13380         (ev_document_misc_get_page_border_size),
13381         (ev_document_misc_paint_one_page): New function to canonicalize
13382         sizing/painting a border.
13383
13384         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13385         used.
13386
13387         * pdf/xpdf/pdf-document.cc: use new function
13388
13389         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13390         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13391         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13392         shell/ev-window.c: (update_sizing_buttons),
13393         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13394         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13395         (ev_window_cmd_view_page_width), (size_allocate_cb),
13396         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13397         and "fit width" values act as toggle buttons so they stay
13398         toggled.  It's not 100% perfect, and it's a little slow, but it's
13399         good enough to commit I think.
13400
13401 2005-02-15  David Lodge  <dave@cirt.net>
13402
13403         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13404
13405 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13406
13407         * shell/ev-window.c (update_window_title): replace newlines in
13408         the title by spaces. Bug #166107.
13409
13410 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13411
13412         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13413         parameters providing allocation width and height without
13414         scrollbars and width of a possible vertical scrollbar. With this
13415         additional information the functions can work as
13416         intended. Unfortunately they're not idempotent. We should
13417         transform these commands to toggles. Fixes Bug #164976
13418         Initial patch by Stephane Loeuillet, then heavily modified.
13419
13420         * shell/ev-view.h: update prototypes.
13421
13422         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13423         (ev_window_cmd_view_page_width): provide EvView fit functions with
13424         all the information they need. Formulas to calculate this
13425         information taken from GtkScrolledWindow.
13426
13427 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13428
13429         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13430         created a thumbnail, the list store is updated to know
13431         that the thumbnail is set. Fixes bug #166792
13432
13433 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13434
13435         * shell/ev-window.c: fixed typo, closes bug 166897
13436
13437         * TODO: updated TODO with bug numbers that are relevant
13438
13439 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13440
13441         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13442
13443 2005-02-09  Vincent Noel  <vnoel@cox.net>
13444
13445         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13446         and "Next" toolbar buttons as important to make them stand out.
13447
13448 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * lib/ev-debug.c:
13451         * lib/ev-debug.h:
13452         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13453         (start_interpreter), (stop_interpreter), (document_load),
13454         (ps_document_next_page), (ps_document_goto_page),
13455         (ps_document_set_page_size), (ps_document_widget_event),
13456         (ps_document_render):
13457         * shell/ev-page-view.c: (ev_page_view_dispose):
13458         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13459
13460         Fix compilation on non-gcc platforms
13461
13462 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * NEWS:
13465         * configure.ac:
13466
13467         Release 0.1.4
13468
13469         * pdf/xpdf/Catalog.cc:
13470         * pdf/xpdf/XRef.cc:
13471
13472         Fix the fix for CAN-2004-0888
13473
13474 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13475
13476         * data/Makefile.am:
13477         * data/evince-ui.xml:
13478         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13479         * shell/ev-stock-icons.h:
13480         * shell/ev-window.c: (update_action_sensitivity),
13481         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13482         (set_action_properties):
13483
13484         Improve toolbar layout/icons
13485
13486 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * pdf/xpdf/pdf-document.cc:
13489
13490         Add warnings about unimplemented/unknown link
13491         types.
13492
13493 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * ps/ps-document.c: (set_up_page):
13496
13497         Log gs property
13498
13499 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * ps/ps-document.c: (start_interpreter):
13502
13503         Log gs env var
13504
13505 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13506
13507         * shell/ev-page-view.c: (ev_page_view_dispose):
13508         * shell/ev-view.c: (ev_view_finalize):
13509         * shell/ev-window.c: (ev_window_setup_document),
13510         (ev_window_dispose), (ev_window_init):
13511
13512         Solve more refs issues.
13513
13514         I commented out the page_view initialization for now:
13515         it was never destroyed (because it's never added
13516         to a container). Because of that we was leaking
13517         gs processes. Couldnt think to a clean fix.
13518         We need to figure this out, password view has the
13519         same issue probably.
13520
13521 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13522
13523         * ps/ps-document.c: (ps_document_finalize),
13524         (ps_document_get_n_pages), (ps_document_get_page):
13525
13526         Some cleanups, stop the interpreter on finalize
13527
13528         * shell/ev-page-view.c: (ev_page_view_dispose),
13529         (ev_page_view_class_init):
13530
13531         Release our reference on the document
13532
13533 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * Makefile.am:
13536         * configure.ac:
13537         * doc/debugging.txt:
13538         * lib/.cvsignore:
13539         * lib/Makefile.am:
13540         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13541         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13542         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13543         * lib/ev-debug.h:
13544
13545         Add debugging helpers
13546
13547         * ps/Makefile.am:
13548         * ps/ps-document.c: (set_up_page), (start_interpreter),
13549         (stop_interpreter), (document_load), (ps_document_next_page),
13550         (ps_document_goto_page), (ps_document_set_page_size),
13551         (ps_document_widget_event), (ps_document_render):
13552         * shell/Makefile.am:
13553         * shell/ev-view.c: (expose_bin_window):
13554         * shell/main.c: (main):
13555
13556         Add some logs
13557         
13558 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13559
13560         * ps/ps-document.c: (ps_document_widget_event):
13561
13562         Initialize message_window, this should make ps
13563         rendering really work! (Never noticed because I was
13564         testing with a ps that is causing gs to exit every time!)
13565
13566 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13567
13568         * data/evince.schemas.in: updated simple error in applyto closing tag
13569
13570 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13571
13572         * Makefile.am:
13573         * configure.ac:
13574         * data/.cvsignore:
13575         * data/Makefile.am:
13576         * data/evince-ui.xml:
13577         A data/evince.schemas.in:
13578         * po/POTFILES.in:
13579         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13580         * shell/ev-stock-icons.h:
13581         * shell/ev-window.c: (update_chrome_visibility),
13582         (update_chrome_flag), (ev_window_cmd_edit_find),
13583         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13584         (ev_window_unfullscreen), (ev_window_focus_in_event),
13585         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13586         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13587         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13588         (ev_window_dispose), (ev_window_class_init),
13589         (set_action_properties), (set_chrome_actions), (load_chrome),
13590         (ev_window_init):
13591
13592         Implement fullscreen mode changes from bug #164776.
13593         Also implement persistent chrome toggles.
13594
13595 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13596
13597         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13598
13599 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * NEWS:
13602         * configure.ac:
13603         * shell/ev-view.c:
13604
13605         Add another check for find interface
13606
13607         Release 0.1.3
13608
13609 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * shell/ev-application.c: (ev_application_open):
13612         * shell/ev-window.c: (ev_window_open):
13613
13614         Open gzipped ps documents
13615
13616 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * TODO:
13619         * shell/ev-view.c: (set_document_page):
13620
13621         Clamp page number, dont try to move to
13622         not existant pages.
13623
13624 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * backend/ev-document-find.c: (ev_document_find_changed):
13627         * backend/ev-document-find.h:
13628         * pdf/xpdf/pdf-document.cc:
13629         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13630         * shell/ev-window.c: (find_bar_search_changed_cb):
13631
13632         Fix several bugs with find
13633
13634 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13635
13636         * shell/ev-sidebar-thumbnails.c
13637         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13638         document. Prevents warning from scroll_to_cell.
13639
13640 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13641
13642         * configure.ac: Add «nb» to ALL_LINGUAS too.
13643
13644 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13645
13646         * NOTES: New file with some random thoughts.
13647
13648         * TODO: Update.
13649
13650         * backend/ev-document-misc.c:
13651         (ev_document_misc_get_page_border_size): New function to
13652         canonicalize shadow drawing sizes.  Possibly goofy.
13653
13654         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13655         (ev_view_best_fit), (ev_view_fit_width):
13656         * pdf/xpdf/pdf-document.cc:
13657         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13658         * ps/ps-document.c: (ps_document_get_page_size):
13659         * backend/ev-document-misc.h:
13660         * backend/ev-document.c: (ev_document_get_page_size):
13661         * backend/ev-document.h: get_page_size now takes a page number
13662         parameter.  Made all the backends/frontends honor it.
13663
13664         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13665         see.  Doesn't work yet.
13666
13667         * shell/Makefile.am:
13668         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13669         Doesn't do anything yet.
13670
13671         * shell/ev-sidebar-thumbnails.c:
13672         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13673         [0..n_pages-1]
13674
13675         * shell/ev-window.c: (update_action_sensitivity),
13676         (ev_window_setup_document), (ev_window_set_page_mode),
13677         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13678         view-swapping code a bit so we can have multiple views on a
13679         document.  Add the multi-page view, though it can't be turned on
13680         yet.
13681
13682 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13683
13684         * shell/ev-application.c: (ev_application_open):
13685         * shell/ev-view.c: (expose_bin_window):
13686         * shell/ev-window.c: (ev_window_open):
13687
13688         Support eps and check document supports find
13689         before drawing highlightings in expose.
13690
13691 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13692
13693         * pixbuf/pixbuf-document.c:
13694         (pixbuf_document_thumbnails_get_dimensions),
13695         (pixbuf_document_document_thumbnails_iface_init):
13696
13697         implement get_dimensions
13698
13699 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * NEWS:
13702         * configure.ac:
13703
13704         Release 0.1.2
13705
13706 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * shell/ev-view.c: (set_document_page):
13709
13710         Scroll at the top of the page when changing page
13711
13712 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13713
13714         * shell/ev-view.c: (ev_view_motion_notify_event):
13715
13716         Do not redraw unnecessarily
13717
13718 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * pdf/xpdf/pdf-document.cc:
13721         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13722         (expose_bin_window), (find_changed_cb):
13723
13724         Yay! find works now... Now to find bugs...
13725
13726 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * backend/ev-document-find.c: (ev_document_find_base_init),
13729         (ev_document_find_changed):
13730         * backend/ev-document-find.h:
13731         * pdf/xpdf/pdf-document.cc:
13732         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13733         (expose_bin_window), (ev_view_init), (set_document_page),
13734         (ensure_rectangle_is_visible), (jump_to_find_result),
13735         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13736         (ev_view_find_next), (ev_view_find_previous):
13737         * shell/ev-view.h:
13738         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13739
13740         More work on find implementation, mostly there now
13741
13742 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * backend/ev-backend-marshalers.list:
13745         * backend/ev-document-find.c: (ev_document_find_base_init),
13746         (ev_document_find_cancel), (ev_document_find_page_has_results),
13747         (ev_document_find_get_n_results), (ev_document_find_get_result),
13748         (ev_document_find_get_progress), (ev_document_find_changed):
13749         * backend/ev-document-find.h:
13750
13751         Enanche the find interface to be really able to do
13752         multi page find.
13753
13754         * pdf/xpdf/pdf-document.cc:
13755
13756         Implement
13757
13758         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13759         (expose_bin_window), (ev_view_init),
13760         (ev_view_get_find_status_message), (find_changed_cb),
13761         (ev_view_set_document), (set_document_page):
13762
13763         Adapt to the new interface. A few things are regressed sorry,
13764         I will finish it soon.
13765
13766 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13767
13768         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13769         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13770         ev_sidebar_thumbnails_parent_class variable, don't define another
13771         parent_class variable.
13772
13773         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13774         (ev_page_action_class_init): ditto.
13775
13776         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13777         (pixbuf_document_class_init): ditto.
13778
13779         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13780         ditto.
13781
13782         * .cvsignore: ignore various valgrind output files.
13783
13784 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * data/evince-ui.xml:
13787         * shell/Makefile.am:
13788         * shell/ev-history.c:
13789         * shell/ev-history.h:
13790         * shell/ev-navigation-action.c:
13791         * shell/ev-navigation-action.h:
13792         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13793         (ev_view_set_page), (ev_view_fit_width):
13794         * shell/ev-view.h:
13795         * shell/ev-window.c: (update_action_sensitivity),
13796         (ev_window_setup_document), (register_custom_actions):
13797
13798         Kill session history
13799
13800 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13801
13802         * shell/ev-window.c: (update_action_sensitivity):
13803
13804         Fix inverted up/down buttons
13805
13806 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13807
13808         * shell/ev-sidebar-thumbnails.c
13809         (ev_sidebar_thumbnails_select_page): make sure the selected
13810         thumbnail stays visible.
13811
13812 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13813
13814         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13815         scrolled window for Federico.
13816
13817 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13818
13819         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13820
13821 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13822
13823         * configure.ac:
13824         * pdf/splash/SplashFTFontEngine.cc:
13825
13826         Fix CID fonts with freetype 2.1.9
13827
13828 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13829
13830         * TODO: added item for desktop icon thumbnailer
13831
13832 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13833
13834         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13835         unloaded docs when the title is accessed.
13836
13837         * shell/ev-password-view.[hc]: New widget for displaying password
13838         state.
13839
13840         * shell/ev-window.[ch]: Refactor password handling code to handle
13841         the new view.
13842
13843 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * NEWS:
13846         * configure.ac:
13847         * data/Makefile.am:
13848
13849         Release 0.1.1
13850
13851 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13852
13853         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13854         ignore page offset here, to make search results independent of it,
13855
13856         * shell/ev-view.c (expose_bin_window): but take offsets into
13857         account here. Bug #164932
13858
13859         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13860         scale at the right time. Bug #164996
13861
13862 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13863
13864         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13865         fix the problem. Now I just removed the Adobe font names and hope
13866         that the URW fonts are always in outline format. Bug #164934
13867
13868         * shell/ev-window.c (update_window_title): empty titles are
13869         useless, use filename in that case too.
13870
13871         * NEWS: Add some content.
13872
13873 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13874
13875         * TODO: added one more TODO item and a TODONE section :)
13876
13877 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13878
13879         * ps/ps-document.h: add page_[xy]_offset fields.
13880
13881         * ps/ps-document.c (ps_document_set_page_offset)
13882         (ps_document_render): Keep offset in consideration in a few
13883         places. Bug #164752 "postscript documents are not centered in
13884         window"
13885
13886         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13887         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13888
13889         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13890         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13891         stub out missing methods for complete EvDocument implementation.
13892         Fixes segfaults with Save A Copy and Copy actions.
13893
13894         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13895         (ps_document_document_iface_init): ditto.
13896         
13897 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * data/.cvsignore:
13900         * data/Makefile.am:
13901         * data/evince.desktop.in:
13902
13903         Add desktop file
13904
13905 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13906
13907         * shell/ev-view.c: (ev_view_button_press_event),
13908         (ev_view_motion_notify_event):
13909
13910         Make selection work in any direction
13911
13912 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13913
13914         * TODO:
13915         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13916
13917         Use shorter labels for some of the toolbars items
13918
13919 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13920
13921         * pdf/xpdf/pdf-document.cc:
13922
13923         Check the links info is initialized before
13924         using it. Should fix a crash on startup.
13925
13926 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13927
13928         * pixbuf/pixbuf-document.c
13929         (pixbuf_document_thumbnails_get_dimensions): force floating point
13930         division to calculate page_ratio. Fixes crash with landscape
13931         format pixbufs.
13932
13933 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13934
13935         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13936
13937 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13938
13939         * shell/ev-view.c (set_document_page): unset has_selection when
13940         the page changes.
13941         (set_document_page): handle paper size changes when the page
13942         changes (test with Free Culture, page 2).
13943
13944 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13945
13946         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13947         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13948
13949         Use normal style color for the widget background and
13950         draw a black box around the page.
13951
13952 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13953
13954         * pdf/xpdf/pdf-document.cc:
13955
13956         Keep offset in consideration in a few places
13957
13958         * shell/ev-view.c: (expose_bin_window):
13959
13960         Set the offsets so that the document is ever centered
13961
13962 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13963
13964         * TODO: Added TODO items and finished off the first todo item
13965
13966         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13967         reflect current authors
13968
13969 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13970
13971         * pdf/xpdf/pdf-document.cc:
13972         * shell/ev-view.c: (ev_view_set_cursor),
13973         (ev_view_motion_notify_event), (document_changed_callback),
13974         (set_document_page):
13975
13976         Show a wait cursor while the page is rendering
13977
13978 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13979
13980         * shell/ev-sidebar-thumbnails.c:
13981         (ev_sidebar_tree_selection_changed),
13982         (ev_sidebar_thumbnails_select_page):
13983         * shell/ev-sidebar-thumbnails.h:
13984         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13985         (ev_view_can_go_forward):
13986         * shell/ev-window.c: (ev_window_open_page),
13987         (ev_window_setup_document), (update_current_page),
13988         (view_page_changed_cb), (ev_window_init):
13989         * shell/ev-window.h:
13990
13991         Ensure thumbnails selection, toolbar page control and
13992         current page are in sync.
13993
13994 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13995
13996         * pdf/xpdf/XRef.cc:
13997
13998         Fix CAN-2005-0064
13999
14000 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14001
14002         * backend/Makefile.am:
14003         * backend/ev-document-links.h:
14004         * backend/ev-document-security.c: (ev_document_security_get_type),
14005         (ev_document_security_has_document_security),
14006         (ev_document_security_set_password):
14007         * backend/ev-document-security.h:
14008         * backend/ev-document.c: (ev_document_error_quark):
14009         * backend/ev-document.h:
14010         * data/Makefile.am:
14011         * data/evince-password.glade:
14012         * pdf/xpdf/pdf-document.cc:
14013         * shell/Makefile.am:
14014         * shell/ev-password.c: (ev_password_set_bad_password_label),
14015         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14016         (ev_password_dialog_get_password),
14017         (ev_password_dialog_set_bad_pass):
14018         * shell/ev-password.h:
14019         * shell/ev-window.c: (ev_window_get_attribute),
14020         (ev_window_set_property), (update_action_sensitivity),
14021         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14022         (ev_window_setup_document), (ev_window_get_password),
14023         (ev_window_open), (ev_window_cmd_save_as),
14024         (using_postscript_printer), (ev_window_print),
14025         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14026         (update_fullscreen_popup), (ev_window_fullscreen),
14027         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14028         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14029         (menu_item_select_cb), (find_bar_search_changed_cb),
14030         (ev_window_dispose), (ev_window_init):
14031
14032         Add initial support for password-supported dialogs.  This could be
14033         a lot cooler, but it'll do for now.
14034
14035 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14036
14037         * pdf/xpdf/pdf-document.cc:
14038         * shell/ev-view.c: (status_message_from_link),
14039         (ev_view_set_status), (ev_view_set_cursor),
14040         (ev_view_motion_notify_event), (ev_view_init):
14041         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14042
14043         Fix bugs in the links implementation and change cursor
14044         when hovering a link.
14045
14046 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14047
14048         * viewer/.cvsignore: added cvsignore file for viewer directory
14049
14050         * TODO: created TODO document
14051
14052 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14053
14054         * shell/ev-view.h:
14055         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14056         new functions to help with implementation of sensitivity code
14057         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14058         of all actions that might require it.  Fixes a crash when you
14059         click on the Zoom actions in a window lacking a document.
14060
14061 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14062
14063         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14064         of the Find action
14065
14066 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14067
14068         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14069         (pixbuf_document_document_iface_init):
14070         * ps/ps-document.c: (ps_document_get_link),
14071         (ps_document_document_iface_init):
14072         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14073         (status_message_from_link), (ev_view_set_status),
14074         (ev_view_set_find_status), (ev_view_motion_notify_event),
14075         (ev_view_button_release_event), (ev_view_set_property),
14076         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14077         (ev_view_get_find_status_message), (update_find_results),
14078         (ev_view_get_status), (ev_view_get_find_status):
14079         * shell/ev-view.h:
14080         * shell/ev-window.c: (view_status_changed_cb),
14081         (view_find_status_changed_cb), (ev_window_init):
14082
14083         View status message support, use it to show the links.
14084         Needs work...
14085
14086 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * backend/ev-document.c: (ev_document_get_link):
14089         * backend/ev-document.h:
14090         * pdf/xpdf/pdf-document.cc:
14091         * shell/ev-application.c: (ev_application_open):
14092         * shell/ev-application.h:
14093         * shell/ev-sidebar-links.c: (selection_changed_cb):
14094         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14095         (ev_view_go_to_link):
14096
14097         Add support for document links
14098
14099 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14100
14101         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14102         (create_tool_item):
14103         Set the spin button limits correctly.
14104         
14105         * shell/ev-sidebar-thumbnails.c:
14106         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14107         Support changing pages by clicking on the thumbnails.
14108         
14109 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14110
14111         * pixbuf/pixbuf-document.c:
14112         (pixbuf_document_thumbnails_get_dimensions),
14113         (pixbuf_document_document_thumbnails_iface_init):
14114
14115         implement get_dimensions
14116
14117 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14118
14119         * ps/ps-document.c: (ps_document_goto_page):
14120
14121         Fix page switching on multipage documents
14122
14123 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14124
14125         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14126         
14127         check for NULL before assigning to width and height parameters
14128
14129 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14130
14131         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14132         (pixbuf_document_set_property), (pixbuf_document_get_property):
14133
14134         implement get/set properties
14135
14136 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14137
14138         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14139         
14140         return NULL instead of "Unknown", letting the title get set to
14141         the filename when the pdf has no title.
14142
14143 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14144
14145         * ps/ps-document.c: (ps_document_get_page_count),
14146         (ps_document_goto_page):
14147
14148 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * shell/ev-history.c: (ev_history_get_property),
14151         (ev_history_set_property), (ev_history_class_init),
14152         (ev_history_add_page), (ev_history_set_current_index):
14153         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14154         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14155         (ev_navigation_action_finalize):
14156         * shell/ev-navigation-action.h:
14157         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14158         (ev_view_go_forward), (ev_view_get_find_status_message),
14159         (history_index_changed_cb), (ev_view_set_history):
14160         * shell/ev-view.h:
14161         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14162         (update_current_page), (register_custom_actions):
14163
14164         Implement history dropdowns
14165
14166 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14169         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14170         (ev_view_go_forward):
14171         * shell/ev-window.c: (register_custom_actions):
14172
14173         Fix several history bugs
14174
14175 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14176
14177         * configure.ac: Add «nb» to ALL_LINGUAS.
14178
14179 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14180
14181         * backend/Makefile.am:
14182         * backend/ev-bookmark.c:
14183         * backend/ev-bookmark.h:
14184         * backend/ev-document-bookmarks.c:
14185         * backend/ev-document-bookmarks.h:
14186         * backend/ev-document-links.c: (ev_document_links_get_type),
14187         (ev_document_links_has_document_links),
14188         (ev_document_links_begin_read), (ev_document_links_get_link),
14189         (ev_document_links_get_child), (ev_document_links_next),
14190         (ev_document_links_free_iter):
14191         * backend/ev-document-links.h:
14192         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14193         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14194         (ev_link_get_link_type), (ev_link_set_link_type),
14195         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14196         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14197         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14198         (ev_link_new_external):
14199         * backend/ev-link.h:
14200         * pdf/xpdf/pdf-document.cc:
14201         * shell/Makefile.am:
14202         * shell/ev-application.c: (ev_application_open_link):
14203         * shell/ev-application.h:
14204         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14205         (ev_history_get_link_nth):
14206         * shell/ev-history.h:
14207         * shell/ev-sidebar-bookmarks.c:
14208         * shell/ev-sidebar-bookmarks.h:
14209         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14210         (ev_sidebar_links_class_init), (selection_changed_cb),
14211         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14212         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14213         (do_one_iteration), (populate_links_idle),
14214         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14215         * shell/ev-sidebar-links.h:
14216         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14217         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14218         (go_to_index):
14219         * shell/ev-view.h:
14220         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14221         * shell/ev-window.h:
14222
14223         Rename bookmark to link, and use "Index" for the sidebar panel.
14224
14225 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14226
14227         * shell/Makefile.am:
14228         * shell/ev-application.c: (ev_application_open_bookmark):
14229         * shell/ev-application.h:
14230         * shell/ev-history.c: (ev_history_init), (free_links_list),
14231         (ev_history_finalize), (ev_history_class_init),
14232         (ev_history_add_link), (ev_history_add_page),
14233         (ev_history_get_link_nth), (ev_history_get_n_links),
14234         (ev_history_get_current_index), (ev_history_set_current_index),
14235         (ev_history_new):
14236         * shell/ev-history.h:
14237         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14238         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14239         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14240         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14241         (ev_view_set_page):
14242         * shell/ev-view.h:
14243         * shell/ev-window.c: (ev_window_open_bookmark),
14244         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14245         (goto_page_cb), (register_custom_actions):
14246         * shell/ev-window.h:
14247
14248         Initial history implementation. Needs work.
14249
14250 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14251
14252         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14253
14254 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14255
14256         * cut-n-paste/recent-files/egg-recent-item.c:
14257         * cut-n-paste/recent-files/egg-recent-item.h:
14258         * cut-n-paste/recent-files/egg-recent-model.c:
14259         * cut-n-paste/recent-files/egg-recent-util.c:
14260         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14261         * cut-n-paste/recent-files/egg-recent-view.c:
14262
14263         Update
14264
14265 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14266
14267         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14268         (fillGlyph, fillImageMask, drawImage):
14269         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14270         pdf/splash/SplashTypes.h:
14271         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14272         packed mode for Splash.
14273
14274         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14275         RGB8 packed mode, eliminates the pixbuf data creation loop.
14276
14277         * shell/ev-print-job.c (ev_print_job_finalize)
14278         (ev_print_job_set_property, ev_print_job_get_property)
14279         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14280         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14281         (print_closure_finalize, ev_print_job_print): implement
14282         printing (for backends with EvPsExporter)
14283
14284         * shell/ev_print_job.h: update prototypes.
14285
14286         * shell/ev-window.c (ev_window_print): unref print job after
14287         printing.
14288
14289         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14290         unless the document implements the EvDocumentFind interface.
14291
14292 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14293
14294         * configure.ac: Added ja to ALL_LINGUAS.
14295
14296 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14297
14298         * pdf/xpdf/pdf-document.cc:
14299
14300         add a FIXME. We should probably not allocate
14301         a bookmark object every time
14302
14303 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * shell/ev-application.c: (ev_application_open),
14306         (ev_application_open_bookmark):
14307         * shell/ev-application.h:
14308         
14309         Add a way to open bookmarks
14310
14311         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14312         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14313         (ev_bookmark_set_property), (ev_bookmark_class_init),
14314         (ev_bookmark_new_title), (ev_bookmark_new_link),
14315         (ev_bookmark_new_external):
14316
14317         Support for external uris, better constructors.
14318
14319         * backend/ev-bookmark.h:
14320         * pdf/xpdf/pdf-document.cc:
14321         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14322
14323         Handle external uris
14324
14325 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14326
14327         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14328         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14329
14330         Hook up bookmarks navigation
14331
14332 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14333
14334         * backend/Makefile.am:
14335         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14336         (ev_bookmark_get_title), (ev_bookmark_set_title),
14337         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14338         (ev_bookmark_get_page), (ev_bookmark_set_page),
14339         (ev_bookmark_get_property), (ev_bookmark_set_property),
14340         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14341         (ev_bookmark_new):
14342         * backend/ev-bookmark.h:
14343         * backend/ev-document-bookmarks.c:
14344         (ev_document_bookmarks_get_bookmark):
14345         * backend/ev-document-bookmarks.h:
14346         * pdf/xpdf/pdf-document.cc:
14347         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14348
14349         Add a bookmark object to the backend and use it instead of get_values
14350
14351 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14352
14353         * data/evince-ui.xml:
14354
14355         Cleanup and add select all.
14356
14357         * shell/ev-view.c: (ev_view_select_all),
14358         (ev_view_button_press_event):
14359         * shell/ev-view.h:
14360         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14361
14362         Add select all.
14363         Clear selection on click.
14364
14365 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14366
14367         * shell/ev-sidebar-thumbnails.c
14368         (ev_sidebar_thumbnails_set_document): forgot to unref the
14369         loading_icon.
14370
14371 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14372
14373         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14374         at the visible page, not just linearly.  This makes it look fast.
14375
14376 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14377
14378         * backend/ev-document-misc.c
14379         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14380         white.
14381         * backend/ev-document-thumbnails.h: New interface to get the size
14382         of a page.
14383
14384 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14385
14386         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14387         make dist works
14388
14389 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14390
14391         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14392         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14393         things up a bit.
14394
14395         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14396
14397 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14398
14399         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14400         fonts. Should fix font problems on systems that have the base
14401         fonts in bitmap format. Reported by James Henstridge
14402         <james@jamesh.id.au>.
14403
14404 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14405
14406         * pdf/xpdf/Gfx.cc:
14407         * pdf/xpdf/GfxState.cc:
14408
14409         Fix for CAN-2004-1125
14410
14411 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * shell/ev-view.c: (ev_view_copy):
14414         * shell/ev-view.h:
14415         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14416
14417         Implement Edit->Copy
14418
14419 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * backend/ev-document.c: (ev_document_get_text):
14422         * backend/ev-document.h:
14423         * pdf/xpdf/pdf-document.cc:
14424         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14425         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14426         (ev_view_update_primary_selection), (ev_view_button_press_event),
14427         (ev_view_motion_notify_event), (ev_view_button_release_event):
14428
14429         Beginnings of clipboard support. Incomplete but primary sort
14430         of work.
14431
14432 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14433
14434         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14435         (expose_bin_window):
14436
14437         Nicer rubberband drawing, from GtkIconView.
14438
14439 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14440
14441         * backend/ev-document.c: (ev_document_save):
14442         * backend/ev-document.h:
14443         * data/evince-ui.xml:
14444         * pdf/xpdf/pdf-document.cc:
14445         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14446
14447         Implement "Save a copy..." menu item
14448
14449 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14450
14451         * shell/ev-view.c: (ev_view_zoom):
14452
14453         Queue a resize when zoom changes
14454
14455 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14456
14457         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14458         shadows.
14459
14460         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14461         thumbnails..
14462
14463 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14464
14465         * pdf/xpdf/pdf-document.cc
14466         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14467
14468 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14469
14470         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14471         It's slow, but I'll speed it up next!
14472
14473 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14474
14475         * shell/main.c (load_files):
14476
14477         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14478         from the command line and because it seems more appropriate.
14479
14480 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14481
14482         * data/evince-ui.xml:
14483         * shell/ev-window.c: (update_action_sensitivity),
14484         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14485
14486         s/next page/page down
14487         s/previous page/page up
14488
14489 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14490
14491         * data/evince-ui.xml:
14492
14493         Change the layout to match clarkbw design.
14494
14495         * shell/Makefile.am:
14496         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14497         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14498         (ev_navigation_action_finalize),
14499         (ev_navigation_action_set_property),
14500         (ev_navigation_action_get_property),
14501         (ev_navigation_action_class_init):
14502         * shell/ev-navigation-action.h:
14503
14504         Implement clarkbw toolbar navigation controls (incomplete)
14505
14506         * shell/ev-page-action.c: (update_label), (update_spin),
14507         (value_changed_cb), (create_tool_item), (connect_proxy),
14508         (ev_page_action_init), (ev_page_action_finalize),
14509         (ev_page_action_set_property), (ev_page_action_get_property),
14510         (ev_page_action_set_current_page),
14511         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14512         * shell/ev-page-action.h:
14513
14514         Implement a page switcher in the toolbar
14515
14516         * shell/ev-view.c: (ev_view_scroll_view):
14517         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14518         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14519         (register_custom_actions), (ev_window_init):
14520
14521         Change page on PageUp/Down.
14522
14523 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14524
14525         * pdf/xpdf/pdf-document.cc
14526         (pdf_document_thumbnails_get_thumbnail): initial stab at
14527         implementing thumbnail support for pdfs.  It only does documents
14528         with precached pdfs now.
14529
14530 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14531
14532         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14533         thumbnail code into a time-based idle as well.  Also, turn off the
14534         shadow temporarily as it's really slow.
14535
14536 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14537
14538         * backend/ev-document.c: (ev_document_class_init):
14539         * pdf/xpdf/pdf-document.cc:
14540         * shell/ev-window.c: (ev_window_open):
14541
14542         Fix document title bugs and fallback to
14543         filename when not available.
14544
14545 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14546
14547         * backend/ev-document.c: (ev_document_get_type),
14548         (ev_document_class_init), (ev_document_load),
14549         (ev_document_get_title):
14550         * backend/ev-document.h:
14551         * pdf/xpdf/pdf-document.cc:
14552         * ps/ps-document.c: (ps_document_set_property),
14553         (ps_document_get_property), (ps_document_class_init),
14554         (document_load):
14555         * ps/ps-document.h:
14556         * ps/ps.h:
14557         * shell/ev-window.c: (update_window_title), (ev_window_open),
14558         (ev_window_init):
14559
14560         Initial support for document title. Not working yet.
14561
14562 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14563
14564         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14565
14566         Grab focus on the view when clicking it
14567
14568 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14569
14570         * shell/ev-marshal.list:
14571         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14572         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14573
14574         Add key bindings to the view. Now if the focus would work
14575         right...
14576
14577 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14578
14579         * Makefile.am:
14580         * backend/Makefile.am:
14581         * data/Makefile.am:
14582         * dvi/Makefile.am:
14583         * dvi/dvilib/Makefile.am:
14584         * pdf/xpdf/Makefile.am:
14585         * po/POTFILES.in:
14586         * ps/Makefile.am:
14587
14588         Fix distcheck
14589
14590 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14591
14592         * shell/ev-view.c: (ev_view_realize):
14593
14594         Fix mouse wheel scrolling
14595
14596 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14597
14598         * ps/Makefile.am:
14599         * ps/gstypes.h:
14600         * ps/gtkgs.c:
14601         * ps/gtkgs.h:
14602         * ps/ps-document.c: (catchPipe), (ps_document_init),
14603         (ps_document_class_init), (ps_document_cleanup),
14604         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14605         (set_up_page), (close_pipe), (is_interpreter_ready),
14606         (interpreter_failed), (output), (input), (start_interpreter),
14607         (stop_interpreter), (file_length), (file_readable),
14608         (check_filecompressed), (check_pdf), (compute_xdpi),
14609         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14610         (ps_document_get_type), (ps_document_emit_error_msg),
14611         (document_load), (ps_document_next_page),
14612         (ps_document_get_current_page), (ps_document_get_page_count),
14613         (ps_document_goto_page), (ps_document_set_page_size),
14614         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14615         (ps_document_load), (ps_document_get_n_pages),
14616         (ps_document_set_page), (ps_document_get_page),
14617         (ps_document_widget_event), (ps_document_set_target),
14618         (ps_document_set_scale), (ps_document_set_page_offset),
14619         (ps_document_get_page_size), (ps_document_render),
14620         (ps_document_document_iface_init):
14621         * ps/ps-document.h:
14622         * ps/ps.c:
14623         * shell/ev-window.c: (ev_window_open):
14624
14625         Rename GtkGS to PSDocument
14626
14627 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14628
14629         * ps/gtkgs.c: (gtk_gs_class_init):
14630         * ps/gtkgs.h:
14631
14632         Some more leftover...
14633
14634 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14635
14636         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14637         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14638         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14639         * ps/gtkgs.h:
14640
14641         Remove unused code and make a lot of stuff private
14642
14643 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14644
14645         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14646         (gtk_gs_defaults_changed):
14647         * ps/gsdefaults.h:
14648         * ps/gtkgs.c:
14649         * ps/gtkgs.h:
14650         * ps/ps.h:
14651
14652         Cleanup headers dependencies
14653
14654 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14655
14656         * ps/Makefile.am:
14657         * ps/ggvutils.c:
14658         * ps/ggvutils.h:
14659         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14660         * ps/gsdefaults.h:
14661         * ps/gtkgs.c: (file_length), (file_readable),
14662         (check_filecompressed), (check_pdf), (gtk_gs_load),
14663         (gtk_gs_get_postscript):
14664
14665         Get rid of ggvutils
14666
14667 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14668
14669         * ps/ggvutils.c:
14670         * ps/ggvutils.h:
14671         * ps/gsio.h:
14672         * ps/gtkgs.c: (gtk_gs_set_zoom):
14673
14674         Cleanups
14675
14676 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14677
14678         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14679
14680         Ensure the page is rerendered when changing zoom
14681
14682 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14683
14684         * backend/ev-document.c: (ev_document_base_init),
14685         (ev_document_changed):
14686         * backend/ev-document.h:
14687
14688         Add a changed event that is emitted when the page content
14689         changes. This is necessary to deal with the fact that
14690         in ps backend rendering happen asycrounously.
14691         This makes the ps backend mostly work.
14692
14693         * pdf/xpdf/pdf-document.cc:
14694
14695         Emit changed event
14696
14697         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14698         (ps_document_set_target):
14699
14700         Emit changed event
14701
14702         * shell/ev-view.c: (document_changed_callback),
14703         (ev_view_set_document), (ev_view_set_page):
14704
14705         Redraw on the changed signal
14706
14707 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14708
14709         * configure.ac: Added pt_BR to ALL_LINGUAS.
14710
14711 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14712
14713         * backend/ev-document-bookmarks.c:
14714         (ev_document_bookmarks_get_child): *
14715         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14716         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14717         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14718         (ev_sidebar_bookmarks_destroy),
14719         (ev_sidebar_bookmarks_class_init),
14720         (ev_sidebar_bookmarks_construct), (stack_data_free),
14721         (do_one_iteration), (populate_bookmarks_idle),
14722         (ev_sidebar_bookmarks_clear_document),
14723         (ev_sidebar_bookmarks_set_document): *
14724         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14725         (ev_sidebar_add_page),
14726         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14727         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14728         it displays both the topics and the page numbers.
14729
14730 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14731
14732         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14733         toggle.
14734         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14735         visible.
14736
14737 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14738
14739         * configure.ac: Added en_CA to ALL_LINGUAS.
14740
14741 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14742
14743         * ChangeLog: replace bottom of this ChangeLog (merged history of
14744         ggv and gpdf; where all paths were wrong and most of the files are
14745         not even in this tree) with ChangeLog (from arch) of the shell
14746         code.
14747
14748 2004-12-23  Havoc Pennington  <hp@redhat.com>
14749
14750         * shell/ev-window.c: hook up potentially-questionable "find
14751         results status text" feature - something involving the sidebar or
14752         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14753         might be better in the end.
14754
14755         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14756         with corresponding signal when it should be updated
14757
14758         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14759
14760 2004-12-22  Havoc Pennington  <hp@redhat.com>
14761
14762         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14763         find stuff on other pages, sort of (only returns one result on
14764         invisible pages, to show they have results; updates full results
14765         for a page when you view it). Currently repaints the current page
14766         every time a new result is found on any page, which isn't so nice.
14767
14768 2004-12-22  Havoc Pennington  <hp@redhat.com>
14769
14770         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14771         the document doesn't support find (better ideas?)
14772         (find_bar_search_changed_cb): handle missing document or document
14773         that doesn't support find
14774
14775         * pdf/xpdf/pdf-document.cc: port to implement the new
14776         EvDocumentFindIface
14777
14778         * backend/ev-document-find.c: create a new interface for searching
14779
14780         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14781
14782 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14783
14784         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14785         libevbackend.la.
14786
14787         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14788         EvPrintJob constructor arguments.
14789
14790         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14791         for documents that can export PostScript (page by page).
14792
14793         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14794         
14795         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14796         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14797         (pdf_document_ps_exporter_iface_init:
14798         Implement EvPSExporter.
14799
14800         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14801
14802 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14803
14804         * backend/Makefile.am:
14805         * backend/ev-document-thumbnails.c:
14806         (ev_document_thumbnails_get_type),
14807         (ev_document_thumbnails_get_thumbnail):
14808         * backend/ev-document-thumbnails.h:
14809         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14810         (pixbuf_document_thumbnails_get_thumbnail),
14811         (pixbuf_document_document_thumbnails_iface_init):
14812         * shell/Makefile.am:
14813         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14814         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14815         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14816         * shell/ev-sidebar-thumbnails.h:
14817         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14818         (ev_sidebar_set_document):
14819         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14820         (create_shadow), (ev_pixbuf_add_shadow):
14821         * shell/ev-utils.h:
14822         Add thumbnail support.
14823         
14824 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14825
14826         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14827         (using_postscript_printer): Set up a print dialog for "PostScript
14828         injection" method.
14829
14830         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14831         EvPrintJob.
14832
14833         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14834
14835 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14836
14837         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14838         (ps_document_set_target), (ps_document_get_page_size),
14839         (ps_document_render):
14840         * ps/gtkgs.h:
14841
14842         Fix a few bugs
14843
14844 2004-12-22  Christian Rose  <menthos@menthos.com>
14845
14846         * configure.ac: Added "sv" to ALL_LINGUAS.
14847
14848 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14849
14850         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14851         document supports bookmarks.
14852
14853 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         * ps/ggvutils.c: (ggv_file_readable):
14856         * ps/ggvutils.h:
14857         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14858         (gtk_gs_get_postscript):
14859
14860         Remove unused utils
14861
14862 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14863
14864         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14865         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14866         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14867         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14868         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14869         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14870         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14871         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14872         (gtk_gs_set_antialiasing), (ps_document_load),
14873         (ps_document_render):
14874         * ps/gtkgs.h:
14875
14876         Another check point for the ps backend. Now I can get it to show
14877         pages!
14878
14879 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14880
14881         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14882         document setting code.
14883
14884 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14885
14886         * shell/eggfindbar.c: (entry_activate_callback):
14887         Animate the next button when activate is pressed.
14888         
14889 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14890
14891         * shell/ev-window.c: (ev_window_cmd_edit_find),
14892         (update_fullscreen_popup), (ev_window_fullscreen),
14893         (ev_window_unfullscreen), (ev_window_state_event_cb),
14894         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14895         Fix bugs in fullscreen code.
14896         
14897 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14898
14899         * Makefile.am:
14900         * configure.ac:
14901         * pixbuf/Makefile.am:
14902         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14903         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14904         (pixbuf_document_set_page), (pixbuf_document_get_page),
14905         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14906         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14907         (pixbuf_document_render), (pixbuf_document_begin_find),
14908         (pixbuf_document_end_find), (pixbuf_document_finalize),
14909         (pixbuf_document_class_init),
14910         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14911         * pixbuf/pixbuf-document.h:
14912         * shell/Makefile.am:
14913         * shell/ev-application.c: (ev_application_open):
14914         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14915         (ev_window_open):
14916         Add pixbuf backend.
14917         
14918 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14919
14920         * Makefile.am: 
14921         * dvi/dvilib/Makefile.am:
14922         * dvi/Makefile.am:
14923         * configure.ac: Auto*ify dvi and dvi/dvilib
14924
14925         * dvi/Makefile: Remove from CVS
14926         
14927         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14928         confusion.
14929
14930         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14931         
14932         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14933         
14934 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14935
14936         * ps/Makefile.am:
14937         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14938         (gtk_gs_value_adjustment_changed), (compute_size),
14939         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14940         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14941         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14942         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14943         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14944         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14945         (ps_document_load), (ps_document_get_n_pages),
14946         (ps_document_set_page), (ps_document_get_page),
14947         (ps_document_set_target), (ps_document_set_scale),
14948         (ps_document_set_page_offset), (ps_document_get_page_size),
14949         (ps_document_render), (ps_document_begin_find),
14950         (ps_document_end_find), (ps_document_document_iface_init):
14951         * ps/gtkgs.h:
14952         * shell/Makefile.am:
14953         * shell/ev-window.c: (ev_window_open):
14954
14955         Some work to integrate gtkgs with EvDocument
14956
14957 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14958
14959         * shell/ev-window.c: (update_fullscreen_popup),
14960         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14961         (exit_fullscreen_button_clicked_cb),
14962         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14963         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14964         (ev_window_state_event_cb), (ev_window_init):
14965         Add fullscreen support from Epiphany.
14966         
14967 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14968
14969         * data/ev-stock-zoom-fit-width.png: fit-width
14970         stock icon from gpdf.
14971         
14972         * shell/ev-stock-icons.[ch]: copied from gpdf.
14973         
14974         * shell/main.c: (main): init stock icons.
14975         
14976         * shell/ev-window.c: use the fit-width icon.
14977         
14978         * data/evince-ui.xml: add zooming toolbar items.
14979
14980 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14981
14982         * shell/ev-view.c: 
14983         (ev_view_best_fit), (ev_view_fit_width): because
14984         get_page_size() returns the scaled page size, we
14985         need to calculate the scale factor relative to
14986         the previous scale factor. Should really just
14987         add get_real_page_size().
14988
14989 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14990
14991         * shell/ev-view.[ch]:
14992         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14993         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14994         add zooming.
14995         
14996         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14997         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14998         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14999         hook it up.
15000         
15001         * pdf/xpdf/pdf-document.cc:
15002         (pdf_document_begin_find),
15003         (pdf_document_end_find): make static.
15004
15005 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15006
15007         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15008
15009         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15010         names to fontconfig patterns.
15011         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15012
15013         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15014         setupBaseFontsFc.
15015
15016 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15017
15018         * Makefile.am:
15019         * configure.ac:
15020         * ps/Makefile.am:
15021         * ps/ggvutils.c:
15022         * ps/ggvutils.h:
15023         * ps/gsdefaults.c:
15024         * ps/gsdefaults.h:
15025         * ps/gsio.c:
15026         * ps/gsio.h:
15027         * ps/gtkgs.c:
15028         * ps/gtkgs.h:
15029         * ps/ps.c:
15030         * ps/ps.h:
15031
15032         Import ggv backend. Not hooked up yet.
15033
15034 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15035
15036         * shell/main.c: (load_files), (main): load files
15037         from the command line.
15038
15039 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15040
15041         * configure.ac: don't require bonobo.
15042         
15043         * cut-n-paste/recent-files/*: kill bonobo recent
15044         view.
15045
15046         * shell/ev-window.c:
15047         (ev_window_is_empty): upd.
15048         (unable_to_load), (ev_window_open): load backend
15049         based on the mime type.
15050
15051 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15052
15053         * backend/.cvsignore: ignore generated marshalers source.
15054
15055         * shell/main.c (main): this is not epiphany.
15056
15057 2004-12-22  Havoc Pennington  <hp@redhat.com>
15058
15059         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15060         (expose_bin_window): draw find highlights
15061
15062         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15063         
15064         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15065         (pdf_document_end_find): implement this interface
15066
15067         * backend/ev-document.c (ev_document_found): add this to emit
15068         signal
15069
15070 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15071
15072         * data/evince-ui.xml: Add a few more toolbar items.
15073
15074         * shell/ev-window.c: Hook up page navigation toolbar 
15075         items.
15076
15077         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15078         a page-changed signal.
15079
15080         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15081         Add ev_document_get_page().
15082
15083         * shell/ev-window.c: Sensitize/desensitize navigation
15084         actions.
15085
15086 2004-12-21  Havoc Pennington  <hp@redhat.com>
15087
15088         * backend/ev-backend-marshal.c,
15089         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15090         marshaler-generator thingy. I'm sure there's a better way to do
15091         this in the modern world.
15092
15093         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15094         end_find methods and "found" signal.
15095
15096         * configure.ac: find glib-genmarshal
15097
15098 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15099
15100         * shell/ev-sidebar.c: Construct an actual sidebar.
15101         * shell/ev-sidebar-bookmarks.[ch]:
15102         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15103
15104 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15105
15106         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15107         Redo size handling.
15108         
15109         * shell/ev-view.c: Track the size from the document.
15110
15111 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15112
15113         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15114         constructor assumes ownership of the string passed in.
15115         
15116         * shell/ev-window.c (ev_window_open): Destroy the error
15117         dialog once we've displayed it.
15118
15119 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15120
15121         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15122         a bit, it works! (sort of)
15123
15124         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15125         Move to .cc since we need to use C++ in the implementation.
15126
15127         * shell/dummy.cc: Add a CC file to force evince
15128         to be linked as a C++ program.
15129
15130 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15131
15132         * shell/ev-view.[ch]: Start of content-area widget.
15133
15134         * shell/ev-window.c: Create a EvView, update it
15135         as we change documents.
15136
15137         * shell/Makefile.am shell/ev-marshal.list: Add
15138         generated marshalers.
15139
15140 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15141
15142         * Makefile.am (SUBDIRS): move shell.
15143
15144 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15145
15146         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15147         .a to libtool convenience libraries.
15148
15149         * shell/ev-window.c (ev_window_open): Hard code loading
15150         a PDF document.
15151         
15152         * backend/ev-document.h: Add a boolean return to load(),
15153         fix GError * to GError **.
15154
15155         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15156         object for a PDF backend EvDocument.
15157
15158 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15159
15160         * dvi/*: New directory with the beginning of a .dvi backend.
15161
15162 2004-12-21  Havoc Pennington  <hp@redhat.com>
15163
15164         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15165         previous/next instead of back/forward
15166
15167 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15168
15169         * backend/ev-document.[ch]: Fix a couple of problems so
15170         it compile.
15171
15172 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15173
15174         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15175         to backend/ directory, rename EvViewer to EvDocument.
15176
15177 2004-12-21  Havoc Pennington  <hp@redhat.com>
15178
15179         * shell/ev-window.c: hook up the find bar widget; now we just need
15180         a document to find things in
15181
15182         * shell/eggfindbar.c: a find bar widget
15183
15184 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15185
15186         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15187
15188 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15189
15190         * pdf/**: Import of xpdf code from gpdf. 
15191
15192         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15193
15194         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15195         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15196         Fix FreeType includes.
15197
15198         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15199         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15200         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15201         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15202         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15203         Include xpdfconfig.h
15204         
15205 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15206
15207         * shell/ev-window.c (ev_window_dispose): dispose can be called
15208         multiple times.
15209
15210 2004-12-21  Havoc Pennington  <hp@redhat.com>
15211
15212         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15213         rather than Evince
15214
15215         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15216         items; really they should be synced with the strings, etc. from
15217         current gpdf, but just getting the boring typing out of the way 
15218
15219 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15220
15221         * po/POTFILES.in:
15222         * shell/ev-application.c: (window_destroy_cb):
15223         * shell/ev-window.c:
15224         * shell/main.c: (main):
15225
15226         Actually show the window...
15227
15228 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15229
15230         * Makefile.am:
15231         * shell/Makefile.am:
15232         * shell/ev-application.c: (ev_application_class_init):
15233         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15234
15235         Make it build again
15236
15237 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15238
15239         Import to gnome cvs.
15240         
15241         * Remove copies of gpdf and ggv trees.
15242         * Rip out all the recursive configure code.
15243         * Remove bonobo machinery.
15244         * viewer/*: GInterfaces that backends should/can implement.
15245
15246 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15247
15248         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15249         typo
15250
15251 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15252
15253         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15254         (ev_application_finalize, ev_application_class_init)
15255         (ev_application_init): use GType instance private data for priv.
15256
15257         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15258         (ev_window_finalize, ev_window_class_init)
15259         (ev_window_init): ditto.
15260
15261 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15262
15263         * shell/ev-application.c (ev_application_new_window): make public
15264         (ev_application_show_initial_window): kill.
15265
15266         * shell/ev-application.h: update prototypes.
15267
15268         * shell/main.cc (main): inline ev_application_show_initial_window.
15269
15270 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15271
15272         * shell/ev-application.c (ev_application_new_window): impl.
15273         (ev_application_show_initial_window): use it.
15274         (is_window_empty, ev_application_get_empty_window): returns an
15275         existing empty window or a new one.
15276         (ev_application_open): from ev_window_cmd_file_open.
15277
15278         * shell/ev-application.h: update prototypes
15279
15280         * shell/ev-window.c (ev_window_is_empty): impl.
15281         (ev_window_open): make public.
15282         (ev_window_cmd_file_open): use ev_application_open
15283
15284         * shell/ev-window.h: update prototypes, remove unused.
15285
15286 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15287
15288         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15289         move destroy handler out of here...
15290
15291         * shell/ev-application.c, shell/ev-application.h: ...into this new
15292         class. Also handles initial window creation.
15293
15294         * shell/main.cc (main): use EvApplication to create initial
15295         window.
15296
15297 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15298
15299         * Makefile.am (SUBDIRS): add cut-n-paste
15300
15301         * cut-n-paste/Makefile.am: add
15302
15303         * configure.ac: generate Makefiles in cut-n-paste
15304
15305 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15306
15307         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15308         (ev_window_class_init): install ev_window_dispose.
15309
15310 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15311
15312         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15313         char (gchar looks stupid).
15314
15315 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15316
15317         * po/de.po: updated German translation.
15318
15319 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15320
15321         * configure.ac: add more pkg-config library checks for gnome-vfs,
15322         bonobo etc.
15323
15324         * gpdf/configure.in: temporarily disable libpaper
15325         checks. Otherwise I'd have to add the checks for the shell, too.
15326
15327 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15328
15329         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15330         and * file filters to the file choose.
15331
15332 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15333
15334         * po/de.po: Updated German translation.
15335
15336 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15337
15338         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15339
15340 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15341
15342         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15343
15344         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15345         (ev_window_init): implement those menuitems.
15346
15347 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15348
15349         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15350
15351         * shell/ev-window.c (ev_window_init): use the toolbar.
15352
15353 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15354
15355         * shell/ev-window.c (ev_window_init): use menu translations
15356
15357 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15358
15359         * configure.ac: add "de" to ALL_LINGUAS.
15360
15361         * po/de.po: add German translation.
15362
15363 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15364
15365         * Makefile.am (SUBDIRS): add po
15366
15367         * configure.ac: check intltool, glib-gettext etc, generate
15368         po/Makefile.in
15369
15370         * po, po/POTFILES.in, po/POTFILES.skip: new.
15371
15372 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15373
15374         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15375         already use (#ifdef ENABLE_NLS)
15376
15377         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15378         pointer indirection thinko.
15379
15380         * shell/main.c: include gi18n.h for bindtextdomain etc.
15381
15382 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15383
15384         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15385         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15386         tooltips for menu items in the statusbar.
15387
15388 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15389
15390         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15391         pkgdatadir drop UIDIR
15392
15393 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15394
15395         * data/evince-ui.xml: Add File->Open menu item
15396
15397         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15398         chooser), hook it up in the ui manager.
15399
15400 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15401
15402         * shell/ev-window.c: fix Help->About tooltip.
15403
15404 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15405
15406         * configure.ac: set CFLAGS for libevprivate.
15407
15408         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15409         definitions, factory etc.
15410
15411         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15412
15413         * shell/Makefile.am: link against libevprivate.a.
15414
15415         * shell/ev-window.c (entries): add stock icon to Help->About.
15416
15417         * shell/main.c (main): init stock icon code.
15418
15419 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15420
15421         * lib/recent-files: egg recent files code
15422
15423         * lib/Makefile.am: add.
15424
15425         * Makefile.am: add lib subdir.
15426
15427         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15428         set CFLAGS for recent-files.
15429
15430 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15431
15432         * configure.ac: disable -ansi and -pedantic gcc flags. They
15433         disable POSIX stuff in stdio.h, but egg-recent uses them.
15434
15435 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15436
15437         * configure.ac: add --disable-deprecated flag (defaults to on in
15438         "cvs" builds).
15439
15440         * shell/Makefile.am (INCLUDES): use it.
15441
15442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * shell/main.c: add missing #include.
15445
15446         * shell/ev-window.c: fix for pedantic gcc.
15447         (ev_window_cmd_help_about): split license into paragraphs for
15448         translators and pedantic compilers.
15449
15450 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15451
15452         * configure.ac: add more warning flags if compiling with gcc from
15453         cvs (or explicitly requested with --enable-more-warnings).
15454
15455 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15456
15457         * data/evince-ui.xml: add File and File->Close menu.
15458
15459         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15460         (ev_window_destroy): quit after destroy.
15461         (ev_window_class_init): override GtkObject::destroy.
15462         (entries): install close_window callback.
15463
15464 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15465
15466         * Makefile.am (SUBDIRS): add data subdir.
15467
15468         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15469         gtk+ 2.5.0 for GtkAboutDialog.
15470
15471         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15472         main window.
15473
15474         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15475
15476         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15477         manager.
15478         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15479
15480 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15481
15482         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15483
15484 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15485
15486         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15487
15488 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15489
15490         * shell/*: Added shell directory boilerplate, build it.
15491
15492 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15493
15494         * configure.ac, Makefile.am: Added top-level configure.ac and
15495         Makefile.am