]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make ev_init() also bind the evince gettext domain, so i18n works in the
[evince.git] / ChangeLog
1 2009-02-04  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
4         evince gettext domain, so i18n works in the library.
5
6         * properties/ev-properties-main.c: (nautilus_module_initialize):
7         Remove extra bindtextdomain call.
8
9 2009-02-04  Christian Persch  <chpe@gnome.org>
10
11         * backend/comics/comics-document.c:
12         * backend/djvu/djvu-document.c:
13         * backend/dvi/dvi-document.c:
14         * backend/impress/impress-document.c:
15         * backend/pdf/ev-poppler.cc:
16         * backend/pixbuf/pixbuf-document.c:
17         * backend/ps/ev-spectre.c:
18         * backend/tiff/tiff-document.c:
19         * libdocument/ev-attachment.c:
20         * libdocument/ev-document-factory.c:
21         * libview/ev-jobs.c:
22         * libview/ev-view-accessible.c:
23         * libview/ev-view.c:
24         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
25         gi18n.h.
26
27 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * NEWS:
30         * configure.ac:
31
32         Update for release 2.25.90
33         
34 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * cut-n-paste/zoom-control/ephy-zoom-control.c:
37         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
38
39         Remove the old tooltips code and use G_DEFINE_TYPE().
40         
41 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * configure.ac:
44         * help/reference/Makefile.am:
45         * help/reference/libdocument/Makefile.am:
46         * help/reference/libdocument/libevdocument-docs.sgml:
47         * help/reference/libdocument/libevdocument.types:
48         * help/reference/libdocument/version.xml.in:
49         * help/reference/libview/Makefile.am:
50         * help/reference/libview/libevview-docs.sgml:
51         * help/reference/libview/libevview.types:
52         * help/reference/libview/version.xml.in:
53         * help/reference/shell/Makefile.am:
54         * help/reference/shell/evince-docs.sgml:
55         * help/reference/shell/evince.types:
56         * help/reference/shell/tmpl/dummy.sgml:
57         * help/reference/shell/version.xml.in:
58
59         Split API documentation into libdocument, libview and
60         shell. Required gtk-doc files has been added, but API docs still
61         need to be completed and improved. Fixes bug #568465.
62         
63 2009-02-01  Christian Persch  <chpe@gnome.org>
64
65         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
66
67 2009-02-01  Christian Persch  <chpe@gnome.org>
68
69         * backend/Makefile.am:
70         A backend/backend.symbols:
71         * configure.ac: Only export the backend module entry point. Bug
72         #569998.
73
74 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/eggfindbar.c: (egg_find_bar_init):
77
78         Add mnemonics to buttons in search bar. Fixes bug #569212.
79         
80 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
81         
82         * shell/ev-print-operation.c:
83         (ev_print_operation_export_print_dialog_response_cb):
84
85         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
86         
87 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
90
91         Clamp top/bottom values of destinations to make sure they are not
92         bigger than the page height. Fixes bug #569327.
93         
94 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * libdocument/ev-debug.h:
97
98         Fix build when debug mode is disabled.
99         
100 2009-01-30  Christian Persch  <chpe@gnome.org>
101
102         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
103         this return TRUE only if any backends were loaded, so the ev_init()
104         function works as documented.
105
106 2009-01-30  Christian Persch  <chpe@gnome.org>
107
108         * evince-document.h:
109         * libdocument/Makefile.am:
110         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
111         #569117.
112
113         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
114         * libdocument/ev-backends-manager.h:
115         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
116         * libdocument/ev-debug.h:
117         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
118         (_ev_file_helpers_shutdown):
119         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
120         private.
121
122         * properties/ev-properties-main.c: (nautilus_module_initialize),
123         (nautilus_module_shutdown):
124         * shell/main.c: (main):
125         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
126         init/shutdown method.
127
128 2009-01-29  Christian Persch  <chpe@gnome.org>
129
130         * shell/main.c: (option_version_cb): Add --version which was lost in
131         the libgnome removal. Bug #562869.
132
133 2009-01-26  Christian Persch  <chpe@gnome.org>
134
135         * shell/ev-application.c: (ev_application_register_service),
136         (ev_application_shutdown):
137         * shell/main.c: (main): Move metadata manager initialisation and
138         shutdown into EvApplication. Follow-up from bug #569120.
139
140 2009-01-26  Christian Persch  <chpe@gnome.org>
141
142         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
143         copy the string twice. Bug #569231.
144
145 2009-01-26  Christian Persch  <chpe@gnome.org>
146
147         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
148         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
149         * libdocument/ev-file-helpers.h:
150         * shell/ev-application.c: (ev_application_shutdown),
151         (ev_application_init), (ev_application_screensaver_disable),
152         (ev_application_save_print_settings),
153         (ev_application_set_page_setup):
154         * shell/ev-application.h:
155         * shell/ev-metadata-manager.c: (load_values),
156         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
157         shell, since it shouldn't be public API. Bug #569120.
158
159         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
160         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
161
162 2009-01-25  Christian Persch  <chpe@gnome.org>
163
164         Bug 569082 – use versioned directory for backends
165
166         * configure.ac: Define ev_binary_version and backenddir.
167         * evince-document.pc.in: Add backenddir variable.
168         * libdocument/Makefile.am:
169         * backend/*/Makefile.am: Remove backenddir definition, so it picks
170         up the one from configure.
171
172 2009-01-25  Christian Persch  <chpe@gnome.org>
173
174         * configure.ac:
175         * evince-document.pc.in: Renamed from evince-backend.pc.in.
176         * libdocument/Makefile.am: Renamed library to libevdocument.la.
177         * libview/Makefile.am:
178         * shell/Makefile.am:
179         * backend/*/Makefile.am: Adapt to changed library name.
180
181         * libdocument/Makefile.am:
182         * libview/Makefile.am: Change the installed headers path to match
183         the directory names in SVN.
184
185         * evince-document.h:
186         * evince-view.h: Add single headers. Bug #568227.
187
188         * libdocument/*.h:
189         * libview/*.h: Add single headers guards.
190
191         * libview/Makefile.am:
192         * libdocument/Makefile.am:
193         * backend/*/Makefile.am:
194         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
195         still include individual headers.
196
197         * properties/Makefile.am:
198         * properties/ev-properties-main.c:
199         * properties/ev-properties-view.h:
200         * thumbnailer/Makefile.am:
201         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
202
203         * libdocument/Makefile.am:
204         * libview/Makefile.am: Generate type builtins from all installed headers.
205         * libdocument/ev-link-action.[ch]:
206         * libdocument/ev-link-dest.[ch]:
207         * libdocument/ev-transition-effect.[ch]:
208         * libview/ev-view.[ch]: Remove handcoded type builtins.
209
210         * libdocument/Makefile.am:
211         * evince-document.h: Add ev-document-factory.h to the public headers.
212
213 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * shell/ev-sidebar-page.c:
216
217         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
218         #568228.
219         
220 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * libdocument/ev-document.h:
223
224         Add EV_DEFINE_INTERFACE macro.
225         
226         * libdocument/ev-async-renderer.c:
227         * libdocument/ev-document-find.c:
228         * libdocument/ev-document-fonts.c:
229         * libdocument/ev-document-forms.c:
230         * libdocument/ev-document-images.c:
231         * libdocument/ev-document-layers.c:
232         * libdocument/ev-document-links.c:
233         * libdocument/ev-document-security.c:
234         * libdocument/ev-document-thumbnails.c:
235         * libdocument/ev-document-transition.c:
236         * libdocument/ev-document.c:
237         * libdocument/ev-file-exporter.c:
238         * libdocument/ev-selection.c:
239
240         Use EV_DEFINE_INTERFACE macro to define interfaces in
241         libdocument. See bug #568228.
242         
243 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * libdocument/ev-document.[ch]:
246
247         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
248         #568228.
249         
250 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
251
252         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
253         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
254         (new_separator_pixbuf):
255         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
256         (egg_toolbar_editor_disconnect_model),
257         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
258         (egg_toolbar_editor_finalize):
259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
260         * cut-n-paste/toolbar-editor/eggmarshalers.list:
261         
262         Sync EggToolbarEditor with libegg.
263
264 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
265
266         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
267         When saving a file, using the default permissions for the user/system,
268         respecting umask and any setgid bit on the directory. Uses the new
269         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
270         Bug #568593.
271         
272 2009-01-21  Christian Persch  <chpe@gnome.org>
273
274         * configure.ac:
275         * libdocument/Makefile.am:
276         * libview/Makefile.am: Add libtool versioning to libevbackend and
277         libevview. Bug #568229.
278
279 2009-01-21  Christian Persch  <chpe@gnome.org>
280
281         * Makefile.am:
282         * configure.ac:
283         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
284
285 2009-01-21  Christian Persch  <chpe@gnome.org>
286
287         * configure.ac:
288         * libdocument/Makefile.am:
289         A libdocument/ev-version.h.in: Add version defines and version check
290         macro. Bug #568224.
291
292 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
293
294         * shell/ev-sidebar-links.c
295         * shell/ev-print-operation.c:
296         * shell/ev-history.c:
297         * shell/ev-file-monitor.c:
298         * shell/ev-window.c:
299         * shell/ev-password-view.c:
300         * shell/ev-sidebar-thumbnails.c:
301         * shell/ev-sidebar-attachments.c:
302         * libview/ev-pixbuf-cache.c:
303         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
304         Bug #568386.
305
306 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
307
308         * libdocument/ev-document-info.h:
309
310         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
311         
312 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
313
314         * libview/Makefile.am:
315
316         Install ev-job-scheduler.h. See bug #567790.
317         
318 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
319
320         * libdocument/Makefile.am:
321
322         Install ev-backends-manager.h and
323         ev-document-type-builtins.h. Fixes bug #567787.
324         
325 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * NEWS:
328         * configure.ac:
329
330         Update for release 2.25.5
331         
332 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * libview/ev-view.c: (ev_view_drag_data_get):
335
336         Fix second parameter passed to gtk_selection_data_set_uris(), 
337         it expects a gchar **.
338         
339 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
340
341         * libdocument/Makefile.am:
342         * libdocument/ev-document-info.h:
343         * libdocument/ev-document-type-builtins.c.template:
344         * libdocument/ev-document-type-builtins.h.template:
345         * libdocument/ev-document.c: (ev_document_info_get_type),
346         (ev_document_info_copy):
347
348         Make EvDocumentInfo and enums definded in ev-document-info.h
349         GTypes. Fixes bug #567789.
350         
351 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
352
353         * shell/main.c (arguments_parse): Fix for a minor code typo.
354
355 2009-01-18  Christian Persch  <chpe@gnome.org>
356
357         * help/reference/Makefile.am:
358         * help/reference/evince.types: Fix the API docs build. Bug #568171.
359
360 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
361
362         * libview/Makefile.am:
363         * libview/ev-view-type-builtins.c.template:
364         * libview/ev-view-type-builtins.h.template:
365
366         Make EvJobPriority a proper GType. Fixes bug #567788.
367         
368 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * configure.ac:
371         * cut-n-paste/*/Makefile.am:
372         * libdocument/Makefile.am:
373
374         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
375         code.
376         
377 2009-01-18  Christian Persch  <chpe@gnome.org>
378
379         * libview/ev-view.c: (ev_view_drag_data_get),
380         (ev_view_drag_motion), (ev_view_update_primary_selection),
381         (clear_link_selected):
382         * shell/ev-sidebar-attachments.c:
383         (ev_sidebar_attachments_drag_data_get),
384         (ev_sidebar_attachments_get_property),
385         (ev_sidebar_attachments_init):
386         * shell/ev-window.c: Update drag handling code to use the
387         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
388         hardcoding the targets lists. Bug #558084.
389         
390 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * libdocument/Makefile.am:
393         * libdocument/ev-backend-marshal.c:
394         * libdocument/ev-backend-marshalers.list:
395         * libdocument/ev-document.c:
396
397         Remove unused marshalers stuff from libdocument.
398         
399 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * po/POTFILES.in:
402
403         Update for the current source tree.
404         
405 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * configure.ac:
408         * Makefile.am:
409         * libdocument/Makefile.am:
410         * libview/Makefile.am:
411         * libview/ev-job-scheduler.[ch]:
412         * libview/ev-jobs.[ch]:
413         * libview/ev-page-cache.[ch]:
414         * libview/ev-pixbuf-cache.[ch]:
415         * libview/ev-timeline.[ch]:
416         * libview/ev-transition-animation.[ch]:
417         * libview/ev-view-accessible.[ch]:
418         * libview/ev-view-marshal.list:
419         * libview/ev-view.[ch]:
420         * shell/Makefile.am:
421
422         Move EvView specific code to a libeviview library so that it can
423         be embbeded in other applications. Based on patches by Tomeu
424         Vizoso. Fixes bug #567751.
425         
426 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
429         * shell/ev-window.c: (ev_window_load_job_cb),
430         (ev_window_load_job_cb), (ev_window_open_uri),
431         (ev_window_reload_local), (ev_window_dispose):
432
433         Remove dest, mode and search_string from EvJobLoad since they are
434         not really needed by the job, but for the window.
435         
436 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * shell/ev-view.c: (ev_view_drag_data_received),
439         (ev_view_class_init), (ev_view_init):
440         * shell/ev-window.c: (ev_window_drag_data_received),
441         (ev_window_class_init), (ev_window_init):
442
443         Make the whole EvWindow the destination of a drag and drop
444         operation.
445         
446 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-window.c: (window_open_file_copy_progress_cb):
449
450         Add missing brakets around the percentage in progress
451         messages. See bug #567910.
452         
453 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-application.c: (ev_application_open_window),
456         (ev_application_open_uri_at_dest):
457
458         Do no use gdk_x11_* when not available. Based on patch by Hib
459         Eris, see bug #339172.
460         
461 2009-01-16  Hib Eris  <hib@hiberis.nl>
462
463         * configure.ac:
464         * properties/ev-properties-view.c:
465         (ev_properties_view_format_date):
466
467         Check for localtime_r. See bug #339172.
468         
469 2009-01-16  Hib Eris  <hib@hiberis.nl>
470
471         * shell/main.c:
472
473         Include gdkx only for dbus support. See bug #339172.
474         
475 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
476
477         * shell/ev-view.c: (ev_view_set_zoom_for_size):
478
479         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
480         #567785.
481         
482 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c: (reload_remote_copy_progress_cb),
485         (window_save_file_copy_progress_cb):
486
487         Use brakets around the percentage in progress messages. See bug
488         #567910.
489         
490 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-window.c: (reload_remote_copy_ready_cb):
493
494         Fix typo in error message. See bug #567910.
495         
496 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-window.c: (ev_window_cmd_file_close_window):
499
500         Fix mnemonic conflict. Fixes bug #567937.
501         
502 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * NEWS:
505         * configure.ac:
506
507         Update for release 2.25.4
508         
509 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
510
511         * configure.ac:
512         
513         GLib version requirement bumped to 2.18 due to g_set_error_literal.
514         Thanks to Christian Spurk.
515
516 2008-12-31  Hib Eris  <hib@hiberis.nl>
517         
518         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
519
520         Fix mime type handling.
521         
522 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * po/POTFILES.in:
525
526         Add ev-print-operation.c.
527         
528 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-window.c: (ev_window_clear_progress_idle),
531         (reset_progress_idle), (ev_window_show_progress_message),
532         (ev_window_reset_progress_cancellable),
533         (ev_window_progress_response_cb), (show_loading_progress),
534         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
535         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
536         (show_reloading_progress), (reload_remote_copy_ready_cb),
537         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
538         (show_saving_progress), (window_save_file_copy_ready_cb),
539         (window_save_file_copy_progress_cb), (ev_window_save_remote),
540         (ev_window_dispose):
541
542         Show progress information when loading/saving remote files. Fixes
543         bug #370958.
544         
545 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
548
549         Show better warning message when temp file cannot be deleted.
550         
551 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-window.c: (image_save_dialog_response_cb):
554
555         Fix saving images to remote locations.
556         
557 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-application.[ch]: (ev_application_shutdown),
560         (ev_application_get_print_settings_file),
561         (ev_application_save_print_settings),
562         (ev_application_get_print_settings),
563         (ev_application_set_print_settings),
564         (ev_application_get_page_setup), (ev_application_set_page_setup):
565         * shell/ev-window.c: (ev_window_save_print_page_setup),
566         (ev_window_load_print_page_setup_from_metadata),
567         (ev_window_print_page_setup_done_cb),
568         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
569         (ev_window_cmd_preview_print):
570
571         Remember page setup options too. Paper size is globally remembered
572         while page margins are stored per document in metadata file. Fixes
573         bugs #525185 and #349102.
574         
575 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-print-operation.c:
578         (ev_print_operation_export_print_dialog_response_cb):
579
580         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
581         
582 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-print-operation.c: (export_cancel),
585         (export_job_cancelled), (ev_print_operation_export_begin),
586         (ev_print_operation_export_cancel):
587         * shell/ev-window.c: (ev_window_print_cancel),
588         (ev_window_print_update_pending_jobs_message),
589         (ev_window_print_operation_done),
590         (ev_window_print_operation_status_changed),
591         (print_jobs_confirmation_dialog_response),
592         (ev_window_cmd_file_close_window):
593
594         Show a confirmation dialog when there are pending print jobs while
595         closing the main window. Fixes bug #480964.
596         
597 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
600         (ev_print_operation_get_job_name),
601         (ev_print_operation_get_status),
602         (ev_print_operation_get_progress),
603         (ev_print_operation_update_status),
604         (ev_print_operation_export_get_job_name), (clamp_ranges),
605         (get_first_and_last_page), (ev_print_operation_export_run_next),
606         (print_job_finished), (export_print_done), (export_job_cancelled),
607         (update_progress), (export_print_page),
608         (ev_print_operation_export_begin),
609         (ev_print_operation_export_print_dialog_response_cb),
610         (ev_print_operation_export_run),
611         (ev_print_operation_export_cancel),
612         (ev_print_operation_export_class_init):
613         * shell/ev-window.c:
614         (ev_window_print_update_pending_jobs_message),
615         (ev_window_print_operation_done),
616         (ev_window_print_progress_response_cb),
617         (ev_window_print_operation_status_changed),
618         (ev_window_print_operation_begin_print), (ev_window_print_range),
619         (ev_window_dispose):
620
621         Show progress information when printing. Fixes bug #482770.
622         
623 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/Makefile.am:
626         * shell/ev-progress-message-area.[ch]:
627         * shell/ev-message-area.[ch]: (ev_message_area_init),
628         (ev_message_area_set_image_from_stock):
629
630         Add EvProgressMessageArea derived from EvMessageArea to show
631         progress information in the message area. 
632         
633 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
636
637         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
638         close button. Add a function to get the contents of the message
639         area.
640         
641 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * shell/Makefile.am:
644         * shell/ev-print-operation.[ch]:
645         * shell/ev-jobs.[ch]: (ev_job_export_init),
646         (ev_job_export_dispose), (ev_job_export_run),
647         (ev_job_export_class_init), (ev_job_export_new),
648         (ev_job_export_set_page):
649         * shell/ev-window.c: (ev_window_print_operation_done),
650         (ev_window_print_range), (ev_window_dispose):
651
652         First step of the printing system rework. EvJobPrint has been
653         replaced by EvJobExport so that every page is scheduled to be
654         exported in a thread instead of scheduling the whole printing
655         process. This way the gui is responsive during printing.
656         
657 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-window.c: (setup_size_from_metadata),
660         (ev_window_load_print_settings_from_metadata):
661
662         Fix memory leaks.
663         
664 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * libdocument/ev-document.c: (ev_document_get_type):
667
668         Add GObject type as prerequisite to EvDocument interface so that
669         document instances can be used as GObjects.
670         
671 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * shell/ev-view.c: (jump_to_find_result):
674
675         Only jump the the location of the find result for the first match
676         when searching. It drastically improves the performance when
677         searching. Bug catched and fixed by Michael Hunold. Fixes bug
678         #564774.
679         
680 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * properties/ev-properties-main.c: (ev_properties_get_pages):
683         * properties/ev-properties-view.[ch]:
684         (ev_properties_view_dispose), (ev_properties_view_class_init),
685         (ev_properties_view_set_info), (ev_properties_view_new):
686         * shell/ev-properties-dialog.[ch]:
687         (ev_properties_dialog_set_document):
688         * shell/ev-window.c: (ev_window_setup_document),
689         (ev_window_cmd_file_properties):
690
691         Add document URI to properties page. Fixes bug #555376.
692         
693 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * configure.ac:
696         * data/Makefile.am:
697         * data/evince-password.glade: Removed
698         * data/evince-properties.glade: Removed
699         * properties/ev-properties-view.c:
700         (ev_properties_view_class_init), (set_property),
701         (ev_properties_view_set_info), (ev_properties_view_init):
702         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
703         (font_cell_data_func), (ev_properties_fonts_init):
704
705         Remove Glade dependency.
706         
707 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * backend/comics/comics-document.c: (comics_document_load):
710
711         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
712         
713 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * NEWS:
716         * configure.ac:
717
718         Update for release 2.25.2
719         
720 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * shell/Makefile.am:
724         * shell/ev-keyring.[ch]:
725         * shell/ev-password.[ch]: Removed
726         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
727         (ev_password_view_class_init), (ev_password_view_clicked_cb),
728         (ev_password_view_init), (ev_password_view_set_uri),
729         (ev_password_dialog_got_response),
730         (ev_password_dialog_remember_button_toggled),
731         (ev_password_dialog_entry_changed_cb),
732         (ev_password_dialog_entry_activated_cb),
733         (ev_password_view_ask_password), (ev_password_view_get_password),
734         (ev_password_view_get_password_save_flags),
735         (ev_password_view_new):
736         * shell/ev-window.c: (ev_window_password_view_unlock),
737         (ev_window_load_job_cb), (ev_window_close_dialogs),
738         (ev_window_init):
739
740         Rework the password view. When the password is in the keyring it's
741         used automatically without showing the password dialog and it's  
742         only stored in the keyring when we are sure it's correct. The
743         password dialog has been reworked too, in order to make it
744         more hig compliant and consistent with the GTK+ dialog used in
745         gtkmountoperation. Fixes bug #562496. 
746         
747 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * backend/comics/comics-document.c: (comics_document_load):
750
751         Do not trust file extensions when getting the command needed to
752         uncompress comic documents. Fixes bug #562143.
753         
754 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * libdocument/ev-document-factory.c: (get_document_from_uri),
757         (ev_document_factory_get_document):
758         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
759         (get_mime_type_from_data), (ev_file_get_mime_type):
760
761         Move mime-type functions from document-facrory to file-helpers so
762         that it can be reused.
763         
764 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
767         (window_open_file_copy_ready_cb), (ev_window_reload_local),
768         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
769         (ev_window_reload_remote), (ev_window_reload_document):
770
771         Add support for reloading remote documents. Fixes bug #555399.
772         
773 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-view.c: (ev_view_find_previous):
776
777         Make sure find_result is never < 0 which causes a crash while
778         searching. Fixes bug #558377.
779         
780 2008-11-19  Marek Kašík <mkasik@redhat.com>
781
782         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
783         (ev_pixbuf_cache_get_selection_surface):
784         
785         Fixes crash on fast scrolling with simultaneous text selection.
786
787 2008-11-19  Marek Kašík <mkasik@redhat.com>
788
789         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
790         * shell/ev-window.c (launch_external_uri):
791         
792         Fixes assertion fail on selecting text. See bug #561393.
793
794 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * shell/Makefile.am:
797         * shell/ev-jobs.[ch]: (ev_job_layers_init),
798         (ev_job_layers_dispose), (ev_job_layers_run),
799         (ev_job_layers_class_init), (ev_job_layers_new):
800         * shell/ev-sidebar-layers.[ch]:
801         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
802         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
803         (ev_view_reload_page), (ev_view_reload):
804         * shell/ev-window.c: (setup_sidebar_from_metadata),
805         (ev_window_sidebar_current_page_changed_cb),
806         (sidebar_layers_visibility_changed), (ev_window_init):
807
808         Add layers support.
809         
810 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * data/icons/22x22/actions/Makefile.am:
813         * data/icons/22x22/actions/eye.png:
814         * shell/ev-stock-icons.[ch]:
815         
816         Add eye icon from gimp to hide/show layers.
817         
818 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * configure.ac:
821         * cut-n-paste/Makefile.am:
822         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
823         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
824         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
825
826         Add GimpCellRendererToggle from gimp slightly modified to fit our
827         needs. 
828         
829 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * configure.ac:
832         * backend/pdf/ev-poppler.cc:
833
834         Implement layers interface in PDF backend.
835         
836 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * libdocument/Makefile.am:
839         * libdocument/ev-document-layers.[ch]:
840         * libdocument/ev-layer.[ch]:
841
842         Add optional content (layers) interface.
843         
844 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
845
846         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
847         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
848
849         Removes unused code.
850
851 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * NEWS:
854         * configure.ac:
855
856         Update for 2.25.1 release
857
858 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * shell/ev-window.c:
861
862         Fix build with GTK+ < 2.14
863
864 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
865
866         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
867         
868         Makes menu label translatable. Fixes bug #559129.
869
870 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
871
872         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
873         (t1_transform_font):
874         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
875         
876         More renames of warning to mdvi_warning in follow up to the
877         fix of the bug #553369. Fix for the bug #559257 by
878         Tuxce <tuxce.net@gmail.com>.
879         
880 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-application.c: (ev_application_init_session):
883         * shell/main.c: (main):
884
885         Move the egg_set_desktop_file() call to main and remove
886         gtk_window_set_default_icon_name() since it's already called by
887         egg_set_desktop_file()
888         
889 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
892
893         Initialize GError to NULL.
894         
895 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-window.c: (window_save_file_copy_ready_cb),
898         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
899         (ev_window_preview_print_finished), (launch_action):
900
901         Do not use popup dialogs to show error messages anymore, use the
902         message area instead.
903         
904 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * shell/ev-window.c: (ev_window_error_message),
907         (ev_window_warning_message), (ev_window_set_document),
908         (ev_window_load_job_cb), (ev_window_load_remote_failed),
909         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
910         (ev_window_cmd_help_contents), (launch_external_uri),
911         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
912         (ev_attachment_popup_cmd_open_attachment),
913         (attachment_save_dialog_response_cb):
914
915         Use a message format (with printf()-style) in
916         ev_window_error_message and ev_window_warning_message.
917
918 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-window.c: (ev_window_error_message),
921         (ev_window_warning_message), (ev_window_set_document),
922         (ev_window_load_job_cb), (ev_window_load_remote_failed),
923         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
924         (ev_window_cmd_help_contents), (launch_external_uri),
925         (image_save_dialog_response_cb),
926         (ev_attachment_popup_cmd_open_attachment),
927         (attachment_save_dialog_response_cb):
928
929         Change ev_window_error_message and ev_window_warning_message to
930         receive a EvWindow instead of a GtkWindow. It's more consistent
931         and avoids unneeded casts.
932         
933 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * shell/ev-window.c: (ev_window_cmd_help_contents):
936
937         Use gtk_show_uri() when availale to display help contents.
938         
939 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * configure.ac:
942         * backend/pdf/ev-poppler.cc:
943         * properties/ev-properties-view.c:
944         * shell/Makefile.am:
945         * shell/ev-tooltip.[ch]: Removed
946         * shell/ev-view-private.h
947         * shell/eggfindbar.c:
948         * shell/ev-application.c:
949         * shell/ev-open-recent-action.c:
950         * shell/ev-sidebar-thumbnails.c:
951         * shell/ev-view.c:
952         * shell/ev-window.c:
953
954         Bump GTK+ requirement to 2.12.
955         
956 2008-10-27 Christian Persch <chpe@gnome.org>
957
958         * backend/djvu/djvu-document.c
959         * backend/dvi/cairo-device.c
960         * cut-n-paste/evmountoperation/ev-mount-operation.h
961         * cut-n-paste/gedit-message-area/gedit-message-area.h
962         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
963         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
964         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
965         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
966         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
967         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
968         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
969         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
970         * cut-n-paste/zoom-control/ephy-zoom-action.c
971         * cut-n-paste/zoom-control/ephy-zoom-action.h
972         * cut-n-paste/zoom-control/ephy-zoom-control.c
973         * cut-n-paste/zoom-control/ephy-zoom-control.h
974         * libdocument/ev-async-renderer.h
975         * libdocument/ev-document-factory.c
976         * libdocument/ev-document-misc.h
977         * libdocument/ev-image.h
978         * libdocument/ev-selection.h
979         * shell/ev-properties-fonts.h
980         * shell/ev-stock-icons.h
981         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
982         directly. Bug #558064.
983
984 2008-10-27 Christian Persch <chpe@gnome.org>
985
986         * cut-and-paste/smclient/*: Update from libegg.
987
988 2008-10-27 Christian Persch <chpe@gnome.org>
989
990         * backend/djvu/djvu-document.c
991         * backend/ps/ev-spectre.c
992         * shell/ev-jobs.c: Use printf safely. Bug #558066.
993
994 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * shell/ev-view.c (ev_view_change_page),
997         (ev_view_transition_animation_finish),
998         (ev_view_transition_animation_cancel), (page_changed_cb),
999         (ev_view_set_presentation), (ev_view_next_page),
1000         (ev_view_previous_page):
1001         
1002         Cancel the animation without scheduling transition start
1003         and proceed to the next page to fix bug #516749.
1004
1005 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * NEWS:
1008         * configure.ac:
1009
1010         Update for release 2.24.1
1011         
1012 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1015
1016         Disable toggle function of F5 when in presentation mode. Patch by
1017         Dave Neary. Fixes bug #556162.
1018         
1019 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1022         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1023         (ev_sidebar_thumbnails_fill_model),
1024         (ev_sidebar_thumbnails_refresh),
1025         (ev_sidebar_thumbnails_set_document):
1026
1027         Instead of using only one loading icon for thumbnails based on the
1028         size of the first page, create an icon for every different page
1029         size. Fixes bug #556264.
1030         
1031 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1034
1035         Fix memory leak.
1036         
1037 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1038
1039         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1040
1041         Removes bad prefixes from window title. Patch by 
1042         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1043         
1044 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1045
1046         * shell/ev-window.c: (launch_external_uri):
1047
1048         Do not consider mailto links as http uris. Fixes bug #555801.
1049         
1050 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1053
1054         Fix memory leak. Fixes bug #555134.
1055         
1056 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1059
1060         Emit the job finished signal when the job is handled before the
1061         page_ready callback.
1062         
1063 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-window.c: (launch_action):
1066
1067         Use GdkAppLaunchContext when available to launch external
1068         applications.
1069         
1070 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/ev-window.c: (launch_action):
1073
1074         Fix launching external applications for launch actions which seems
1075         to be broken since the gio port. Fixes bug #554500.
1076         
1077 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * backend/dvi/Makefile.am:
1080         * backend/dvi/cairo-device.c:
1081         * backend/dvi/dvi-document.c:
1082         * backend/dvi/mdvi-lib/Makefile.am:
1083
1084         Fix several compile warnings in the dvi backend.
1085         
1086 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * backend/dvi/mdvi-lib/common.h:
1089         * backend/dvi/mdvi-lib/dviread.c:
1090         * backend/dvi/mdvi-lib/font.c:
1091         * backend/dvi/mdvi-lib/fontmap.c:
1092         * backend/dvi/mdvi-lib/fontsrch.c:
1093         * backend/dvi/mdvi-lib/gf.c:
1094         * backend/dvi/mdvi-lib/pagesel.c:
1095         * backend/dvi/mdvi-lib/pk.c:
1096         * backend/dvi/mdvi-lib/sp-epsf.c:
1097         * backend/dvi/mdvi-lib/special.c:
1098         * backend/dvi/mdvi-lib/tfm.c:
1099         * backend/dvi/mdvi-lib/tfmfile.c:
1100         * backend/dvi/mdvi-lib/util.c:
1101         * backend/dvi/mdvi-lib/vf.c:
1102
1103         Rename error as mdvi_error to avoid symbol conflicts with the libc
1104         error. Rename also message, crash, fatal and warning for
1105         consistency. Fixes bug #553369.
1106         
1107 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * backend/dvi/dvi-document.c: (dvi_document_load):
1110
1111         Fix memory leak.
1112         
1113 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * backend/dvi/dvi-document.c:
1116
1117         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1118         G_IMPLEMENT_INTERFACE.
1119         
1120 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1123
1124         Make sure copy_job_page_and_selection_to_job_info is always called
1125         before copy_job_to_job_info. Fixes bug #552382.
1126         
1127 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * NEWS:
1130         * configure.ac:
1131
1132         Update for release 2.24.0
1133         
1134 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-window.c: (launch_external_uri):
1137
1138         Use GdkAppLaunchContext when available to launch external uris.
1139         
1140 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-window.c: (launch_external_uri):
1143
1144         Use the message area to show errors when lauching external uris
1145         instead of a popup window.
1146         
1147 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-window.c: (launch_external_uri):
1150
1151         Assume invalid uris are http uris. Fixes bug #552071.
1152         
1153 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * NEWS:
1156         * configure.ac:
1157
1158         Update for release 2.23.92.
1159         
1160 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * shell/eggfindbar.c: (egg_find_bar_class_init):
1163
1164         Allow page scrolling with PageUp/PageDown keys when find bar is
1165         active. Fixes bug #529833.
1166         
1167 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-view-private.h:
1170         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1171         (ev_view_scroll), (ev_view_class_init):
1172         * shell/ev-view-accessible.c:
1173         (ev_view_accessible_action_do_action):
1174         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1175         (ev_window_cmd_scroll_backward):
1176
1177         Use GtkScrollType instead of EvScrollType.
1178         
1179 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1182         
1183         Patch for case unsensitive page label match by Michael Lee.
1184         See bug #550136.
1185         
1186         * shell/ev-page-action.c (create_tool_item):    
1187         * test/Makefile.am:
1188         * test/test1.py:
1189         * test/test4.py:
1190         * test/test5.py:
1191         
1192         Added test for the above and updated other tests.
1193
1194 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-window.c: (image_save_dialog_response_cb):
1197
1198         Do not append the file extension twice when saving an image.
1199         
1200 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1203
1204         Remove an invalid ifdef.
1205         
1206 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * shell/ev-view.c: (ev_view_motion_notify_event):
1209
1210         Make sure the cursor is correctly restored after showing the right
1211         click menu.
1212         
1213 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1216         (ev_attachment_open):
1217         * shell/ev-sidebar-attachments.c:
1218         (ev_sidebar_attachments_button_press):
1219         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1220
1221         Use GdkAppLaunchContext when available to open attachments.
1222         
1223 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1226
1227         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1228         by Eric Piel.
1229         
1230 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-application.c: (ev_application_get_media_keys):
1233         * shell/ev-media-player-keys.[ch]:
1234         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1235         (ev_media_player_keys_grab_keys),
1236         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1237         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1238         * shell/ev-window.[ch]: (ev_window_dispose),
1239         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1240         (ev_window_init):
1241
1242         Clean up the media player keys stuff.
1243         
1244 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * NEWS:
1247         * configure.ac:
1248
1249         Update for release 2.23.91.
1250         
1251 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1254         (sm_client_xsmp_set_initial_properties):
1255
1256         Fix memory leak.
1257         
1258 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-application.c: (ev_application_open_window),
1261         (ev_application_open_uri_at_dest):
1262
1263         Make sure evince starts up in the right workspace when resuming a
1264         previous session.
1265         
1266 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-application.[ch]: (ev_application_open_window),
1269         (ev_application_add_icon_path_for_screen),
1270         (ev_application_open_uri_at_dest):
1271
1272         Fix window manager warnings shown in ~/.xsession-errors
1273         
1274 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * configure.ac:
1277         * cut-n-paste/Makefile.am:
1278         * cut-n-paste/smclient/Makefile.am:
1279         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1280         * cut-n-paste/smclient/eggsmclient-private.h:
1281         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1282         * cut-n-paste/smclient/eggsmclient.[ch]:
1283
1284         EggSMClient copied from libegg
1285
1286         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1287         * shell/Makefile.am:
1288         * shell/ev-application.[ch]: (ev_application_load_session),
1289         (smclient_save_state_cb), (smclient_quit_cb),
1290         (ev_application_init_session), (ev_application_shutdown),
1291         (ev_application_init):
1292         * shell/main.c: (main):
1293
1294         Use EggSMClient instead of gnome-client and remove libgnome and
1295         libgnomeui dependencies.
1296         
1297 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/main.c: (main):
1300
1301         Remove gnome_authentication_manager_init.
1302         
1303 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * shell/ev-view.c: (ev_view_goto_window_create):
1306
1307         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1308         since it's now deprecated.
1309         
1310 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * backend/djvu/Makefile.am:
1313         * backend/djvu/djvu-document-private.h:
1314         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1315         (djvu_document_find_iface_init):
1316         * backend/djvu/djvu-text-page.[ch]:
1317         * backend/djvu/djvu-text.[ch]: Removed
1318         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1319         (pdf_document_find_iface_init):
1320         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1321         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1322         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1323         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1324         (ev_job_find_has_results), (ev_job_find_get_results):
1325         * shell/ev-view-private.h:
1326         * shell/ev-view.[ch]: (ev_view_expose_event),
1327         (highlight_find_results), (ev_view_finalize),
1328         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1329         (ev_view_set_document), (ev_view_find_get_n_results),
1330         (ev_view_find_get_result), (jump_to_find_result),
1331         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1332         (ev_view_find_previous), (ev_view_find_search_changed),
1333         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1334         * shell/ev-window.c: (ev_window_update_actions),
1335         (page_changed_cb), (ev_window_setup_document),
1336         (ev_window_update_find_status_message),
1337         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1338         (ev_window_clear_find_job), (find_bar_close_cb),
1339         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1340         (ev_window_dispose), (ev_window_init):
1341
1342         Rework find interface. The find logic has been moved from backends
1343         to the shell avoiding a lot of duplicated code in the backends and
1344         making easier to implement the find interface in the backends.
1345         
1346 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * backend/pdf/ev-poppler.cc:
1349         (pdf_document_thumbnails_get_dimensions):
1350
1351         Make sure thumbnail size returned by the PDF is actually
1352         valid. Fixes bug #548462.
1353         
1354 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * shell/ev-window.c: (ev_window_setup_document),
1357         (ev_window_set_document), (ev_window_dispose):
1358
1359         Remove the idle function for setting the document up when the
1360         window is destroyed. Fixes bug #549163.
1361         
1362 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1365         (ev_job_attachments_dispose), (ev_job_attachments_run),
1366         (ev_job_attachments_class_init), (ev_job_attachments_new):
1367         * shell/ev-sidebar-attachments.c:
1368         (ev_sidebar_attachments_set_document):
1369
1370         Add a new job to get the attachments in a thread with the document
1371         lock held. Fixes bug #548653.
1372         
1373 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1376         (tiff_document_document_iface_init):
1377
1378         Implement document_get_page_label in tiff backend.
1379         
1380 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * backend/tiff/tiff-document.c: (tiff_document_render):
1383
1384         Handle document orientation in tiff backend. Fixes bug #548444.
1385         
1386 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1389
1390         Do not crash when adjustment page size is 0. Fixes bug #547440.
1391         
1392 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1395
1396         Sync with current GTK+.
1397         
1398 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1399
1400         * configure.ac:
1401         
1402         Update for release 2.23.6.
1403
1404 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1407         (ev_job_load_set_password):
1408         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1409         * shell/ev-window.c: (password_dialog_response),
1410         (ev_window_load_job_cb):
1411
1412         Fix loading encrypted documents since I broke it with the jobs
1413         rework.
1414         
1415 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * NEWS:
1418
1419         Update NEWS for 2.23.6 release.
1420         
1421 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1422
1423         * backend/impress/impress-document.c:
1424         * backend/impress/render.h:
1425         * libdocument/ev-document-factory.c:
1426         * libdocument/ev-document-factory.h:
1427         * libdocument/ev-document-links.h:
1428         * libdocument/ev-document-misc.c:
1429         * libdocument/ev-document-misc.h:
1430         * properties/ev-properties-main.c:
1431         * properties/ev-properties-view.c:
1432         * properties/ev-properties-view.h:
1433         * shell/eggfindbar.c:
1434         * shell/eggfindbar.h:
1435         * shell/ev-application.c:
1436         * shell/ev-application.h:
1437         * shell/ev-jobs.h:
1438         * shell/ev-message-area.h:
1439         * shell/ev-navigation-action.c:
1440         * shell/ev-navigation-action.h:
1441         * shell/ev-open-recent-action.c:
1442         * shell/ev-open-recent-action.h:
1443         * shell/ev-page-action-widget.c:
1444         * shell/ev-page-action.c:
1445         * shell/ev-page-action.h:
1446         * shell/ev-page-cache.h:
1447         * shell/ev-password-view.h:
1448         * shell/ev-password.h:
1449         * shell/ev-pixbuf-cache.h:
1450         * shell/ev-properties-fonts.c:
1451         * shell/ev-sidebar-attachments.c:
1452         * shell/ev-sidebar-links.c:
1453         * shell/ev-sidebar-links.h:
1454         * shell/ev-sidebar-thumbnails.c:
1455         * shell/ev-sidebar-thumbnails.h:
1456         * shell/ev-sidebar.c:
1457         * shell/ev-sidebar.h:
1458         * shell/ev-stock-icons.c:
1459         * shell/ev-tooltip.h:
1460         * shell/ev-view.c:
1461         * shell/ev-view.h:
1462         * shell/ev-window.c:
1463         * shell/ev-window.h:
1464         * shell/main.c:
1465
1466         More #include cleanups. Again: reordering, single gtk.h
1467         includes and other stuff.
1468
1469 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1470
1471         * shell/eggfindbar.c:
1472         * shell/ev-application.c:
1473         * shell/ev-message-area.c:
1474         * shell/ev-navigation-action.c:
1475         * shell/ev-open-recent-action.c:
1476         * shell/ev-page-action-widget.c:
1477         * shell/ev-page-action.c:
1478         * shell/ev-password-view.c:
1479         * shell/ev-properties-dialog.c:
1480         * shell/ev-properties-fonts.c:
1481         * shell/ev-sidebar-attachments.c:
1482         * shell/ev-sidebar-page.c:
1483         * shell/ev-sidebar-thumbnails.c:
1484         * shell/ev-stock-icons.c:
1485         * shell/ev-tooltip.c:
1486         * shell/ev-view.c:
1487         * shell/ev-window.c:
1488         * shell/main.c:
1489
1490         Cleanup many #include statements: reorder so that a
1491         generic-to-specific order is used, use single gtk.h
1492         includes, and some other cleanups.
1493
1494 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-jobs.h:
1497
1498         Add gio header.
1499         
1500 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1503         (ev_document_fc_mutex_trylock):
1504         * shell/Makefile.am:
1505         * shell/ev-job-queue.[ch]:
1506         * shell/ev-job-scheduler.[ch]:
1507         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1508         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1509         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1510         (ev_job_failed_from_error), (ev_job_succeeded),
1511         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1512         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1513         (ev_job_links_class_init), (ev_job_render_init),
1514         (notify_page_ready), (ev_job_render_page_ready),
1515         (ev_job_render_run), (ev_job_render_class_init),
1516         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1517         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1518         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1519         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1520         (ev_job_save_dispose), (ev_job_save_run),
1521         (ev_job_save_class_init), (ev_job_print_init),
1522         (ev_job_print_dispose), (ev_job_print_run),
1523         (ev_job_print_class_init):
1524         * shell/ev-page-cache.c:
1525         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1526         (check_job_size_and_unref), (move_one_job),
1527         (copy_job_to_job_info), (add_job),
1528         (ev_pixbuf_cache_add_jobs_if_needed):
1529         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1530         (job_fonts_finished_cb), (job_fonts_updated_cb),
1531         (ev_properties_fonts_set_document):
1532         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1533         (ev_sidebar_links_set_document):
1534         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1535         (ev_sidebar_thumbnails_set_document),
1536         (ev_sidebar_thumbnails_clear_job):
1537         * shell/ev-view-private.h:
1538         * shell/ev-view.c:
1539         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1540         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1541         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1542         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1543         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1544         (ev_window_reload_document), (ev_window_clear_save_job),
1545         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1546         (ev_window_clear_print_job), (ev_window_print_job_cb),
1547         (ev_window_print_dialog_response_cb):
1548         * shell/main.c: (main):
1549
1550         Rework the jobs system in order to make it simpler and more
1551         extensible. It allows to run jobs in the main loop instead of
1552         using a thread when it's appropriate like the fonts job. Now it's
1553         also possible to cancel jobs that are currently running. 
1554         
1555 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * libdocument/ev-debug.c: (profile_init):
1558
1559         Create the hash table also when profiling service is enabled for
1560         all sections.
1561         
1562 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1565         (ev_profiler_stop):
1566         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1567         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1568         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1569         (ev_job_print_run):
1570         * shell/main.c: (main):
1571
1572         Add a profile mode available when debug is enabled. Add profilers
1573         in ev-jobs.
1574         
1575 2008-07-23  Götz Waschk <waschk@mandriva.org>
1576
1577         * configure.ac: Correctly build desktop file. Fixes
1578         bug #544237.
1579
1580 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1581
1582         * configure.ac:
1583         
1584         Update for release 2.23.5.
1585
1586 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * NEWS:
1589
1590         Update NEWS for 2.23.5 release.
1591         
1592 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * shell/ev-window.c: (ev_window_state_event),
1595         (ev_window_class_init):
1596
1597         Intercept window manager's fullscreen request in order to run/stop
1598         fullscreen mode. Fixes bug #493541.
1599         
1600 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1603
1604         Restart the job search when the find bar is opened for the second
1605         time. Fixes bug #531956.
1606         
1607 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1610         (get_document_from_uri):
1611
1612         Make sure we always return a valid error struct when
1613         get_document_from_uri fails. Fixes nautilus crash, see bug
1614         #542548.
1615         
1616 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1617
1618         * libdocument/ev-transition-effect.c
1619         (ev_transition_effect_type_get_type),
1620         (ev_transition_effect_alignment_get_type),
1621         (ev_transition_effect_direction_get_type):
1622         
1623         Fixes bug #542924. Makes enums static to fix Solaris build.
1624
1625 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * shell/ev-view.c: (ev_view_key_press_event):
1628
1629         Add '.' keybinding for blanking the screen in presentation
1630         mode. Fixes bug #542001.
1631         
1632 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * libdocument/ev-document-misc.c:
1635         (ev_document_misc_pixbuf_from_surface):
1636
1637         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1638         #540950.
1639         
1640 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1641
1642         * backend/comics/comics-document.c (comics_document_load):
1643         * backend/comics/comicsdocument.evince-backend.in:
1644         * configure.ac:
1645         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1646         
1647         Added support for 7-zip based cb7 comic book. Patch by
1648         Kartik Rustagi. Fixes bug #532312.
1649
1650 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1651
1652         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1653         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1654         Fixes bug #539972.
1655
1656 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1657
1658         * shell/Makefile.am:
1659         * shell/ev-application.c (ev_application_init),
1660         (ev_application_get_media_keys):
1661         * shell/ev-application.h:
1662         * shell/ev-marshal.list:
1663         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1664         (proxy_destroy), (on_media_player_key_pressed),
1665         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1666         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1667         * shell/ev-media-player-keys.h:
1668         * shell/ev-window.c (ev_window_go_previous_page),
1669         (ev_window_go_next_page), (ev_window_go_first_page),
1670         (ev_window_go_last_page), (ev_window_start_presentation),
1671         (ev_window_dispose), (view_actions_focus_in_cb):
1672         * shell/ev-window.h: When building with D-Bus support, listen
1673         for multimedia key events from gnome-settings-daemon. This allows
1674         to go to the next/previous/first/last pages using, respectively,
1675         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1676         a presentation. Fixes bug #539971.
1677
1678 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1679
1680         * configure.ac:
1681         
1682         Update for release 2.23.4.
1683
1684 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * NEWS:
1687
1688         Update news for 2.23.4 release.
1689         
1690 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1693         * shell/ev-sidebar-thumbnails.c:
1694         (ev_sidebar_thumbnails_set_loading_icon),
1695         (ev_sidebar_thumbnails_refresh):
1696         * shell/ev-window.c: (ev_window_error_message),
1697         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1698         (ev_window_set_document):
1699
1700         Do not crash opening documents with no pages and show a warning
1701         message in the message area. Fixes bugs #537574 and #171588.
1702         
1703 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/Makefile.am:
1706         * shell/ev-file-monitor.[ch]:
1707         * shell/ev-window.c: (ev_window_document_changed),
1708         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1709         (ev_window_reload_job_cb), (ev_window_open_uri),
1710         (ev_window_reload_document), (ev_window_cmd_view_reload),
1711         (ev_window_dispose):
1712
1713         Automaticly reload the document when the file has changed on
1714         disk. Bug #304249.
1715         
1716 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1717
1718         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1719         * libdocument/ev-image.c: (ev_image_save_tmp):
1720         * libdocument/ev-module.c: (ev_module_load):
1721         * shell/ev-application.c: (ev_application_shutdown),
1722         (ev_application_get_print_settings):
1723         * shell/ev-sidebar-attachments.c:
1724         (ev_sidebar_attachments_button_press),
1725         (ev_sidebar_attachments_drag_data_get):
1726         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1727         (ev_window_print_finished), (ev_window_print_send),
1728         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1729         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1730         (ev_window_cmd_preview_print):
1731         * shell/main.c: (load_files_remote):
1732         Fix some build warnings under GCC 4.3.0. (#537535).
1733
1734 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * shell/ev-jobs.c: (ev_job_render_dispose):
1737
1738         Fix a crash in debug mode. Patch by Daniel M German.
1739         
1740 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * shell/ev-window.c:
1743
1744         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1745         
1746 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/ev-window.c: (ev_window_print_send),
1749         (ev_window_do_preview_print):
1750
1751         Use the window title as print job name instead of just
1752         "evince-print". Fixes bug #534493.
1753         
1754 2008-05-19  Frederic Peters  <fpeters@0d.be>
1755
1756         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1757         Bug #533897.
1758
1759 2008-05-19  Frederic Peters  <fpeters@0d.be>
1760
1761         * help/reference/Makefile.am: added missing libevmountoperation to
1762         gtkdoc-scanobj libraries.  Bug #533896.
1763
1764 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1765
1766         * properties/ev-properties-view.c (get_default_user_units):
1767         Fixes check for default units string translation. Bug #533323.
1768
1769 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1770
1771         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1772         be an iks_free(). Fix an array overflow in the XML parser that
1773         would occur whenever the number of attributes in a tag was greater
1774         than 0 and divisible by 6. Fixes GNOME bug #530852.
1775
1776 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * backend/djvu/djvu-document-private.h:
1779         * backend/djvu/djvu-links.c:
1780         * backend/djvu/djvu-text.c:
1781         * backend/djvu/djvu-document.c: (djvu_handle_events),
1782         (djvu_wait_for_message), (djvu_document_load),
1783         (document_get_page_size), (djvu_document_render),
1784         (djvu_document_thumbnails_get_thumbnail),
1785         (djvu_document_file_exporter_end):
1786
1787         Make sure load job doesn't finish successfully when the document
1788         is not successfully decoded by libdjvu. Fixes bug #530202.
1789         
1790 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * configure.ac:
1793         * libdocument/Makefile.am:
1794         * libdocument/ev-debug.[ch]:
1795         * libdocument/ev-document.c:
1796         * shell/ev-jobs.c: (ev_job_links_dispose),
1797         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1798         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1799         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1800         (ev_job_render_page_ready), (ev_job_render_run),
1801         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1802         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1803         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1804         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1805         (ev_job_print_new), (ev_job_print_run):
1806         * shell/main.c: (main):
1807
1808         Add debug mode based on gedit code. Add debug messages in
1809         ev-jobs.
1810         
1811 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * libdocument/ev-document-factory.c: (get_document_from_uri):
1814
1815         Fix memory leak.
1816         
1817 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1818
1819         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1820         (get_mime_type_from_data), (get_document_from_uri),
1821         (ev_document_factory_get_document):
1822         
1823         Improved error message about file opening failture.
1824         Bug #529129.
1825
1826 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1827
1828         * data/evince-toolbar.xml:
1829         
1830         Allow to add SaveAs to toolbar.
1831
1832 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-view-private.h:
1835         * shell/ev-view.[ch]: (ev_view_button_release_event),
1836         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1837         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1838         (ev_view_update_primary_selection), (clear_link_selected),
1839         (ev_view_copy_link_address):
1840         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1841
1842         Update also the primary selection when copying a link
1843         address. Fixes bug #520855.
1844         
1845 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * libdocument/ev-document-factory.c: (get_document_from_uri):
1848
1849         Use the pixbuf backend only when the mime type is not supported by
1850         any of the other backend so that tiff documents, for instance, are
1851         handled by the tiff backend instead of the pixbuf backend. fixes
1852         bug #520290.
1853         
1854 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * cut-n-paste/Makefile.am:
1857
1858         Add evmountoperation to subdirs list.
1859         
1860 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * configure.ac:
1863
1864         Fix libspectre check in configure script. Fixes bug #528549.
1865         
1866 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * configure.ac:
1869         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1870         * shell/Makefile.am:
1871         * shell/ev-window.c: (ev_window_load_remote_failed),
1872         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1873
1874         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1875         open documents in remote locations that are not mounted.
1876         
1877 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1880         (bitmap_convert_msb8):
1881         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1882         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1883
1884         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1885         
1886 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1889         (ev_job_render_new), (ev_job_render_set_selection_info),
1890         (ev_job_render_run):
1891         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1892         (check_job_size_and_unref),
1893         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1894         (add_job), (ev_pixbuf_cache_get_selection_surface):
1895
1896         Create the render context needed for rendering a page in the render
1897         thread so that we don't block the main thread. Simplify
1898         EvJobRender API.
1899         
1900 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * libdocument/Makefile.am:
1903         * libdocument/ev-page.[ch]:
1904         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1905         (ev_render_context_new), (ev_render_context_set_page):
1906         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1907         (ev_form_field_finalize), (ev_form_field_class_init):
1908         * libdocument/ev-document-forms.[ch]:
1909         (ev_document_forms_get_form_fields):
1910         * libdocument/ev-document.[ch]: (ev_document_get_page),
1911         (ev_document_get_page_size), (ev_document_get_page_label):
1912         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1913         (ev_job_render_run), (ev_job_thumbnail_new),
1914         (ev_job_thumbnail_run), (ev_job_print_run):
1915         * shell/ev-page-cache.c: (ev_page_cache_new):
1916         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1917         (check_job_size_and_unref), (add_job):
1918         * shell/ev-sidebar-thumbnails.c: (add_range):
1919         * shell/ev-view.c: (ev_view_form_field_get_region),
1920         (ev_view_form_field_button_create_widget),
1921         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1922         (ev_view_handle_form_field), (ev_view_size_allocate),
1923         (get_selected_text):
1924         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1925         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1926         (pdf_document_get_page), (pdf_document_get_page_label),
1927         (pdf_document_render), (pdf_document_get_info),
1928         (pdf_document_document_iface_init),
1929         (pdf_document_thumbnails_get_thumbnail),
1930         (pdf_document_thumbnails_get_dimensions),
1931         (pdf_document_file_exporter_do_page),
1932         (pdf_selection_render_selection),
1933         (pdf_selection_get_selected_text),
1934         (pdf_selection_get_selection_region),
1935         (pdf_selection_get_selection_map),
1936         (pdf_document_forms_get_form_fields),
1937         (pdf_document_forms_form_field_text_get_text),
1938         (pdf_document_forms_form_field_text_set_text),
1939         (pdf_document_forms_form_field_button_set_state),
1940         (pdf_document_forms_form_field_button_get_state),
1941         (pdf_document_forms_form_field_choice_get_item),
1942         (pdf_document_forms_form_field_choice_get_n_items),
1943         (pdf_document_forms_form_field_choice_is_item_selected),
1944         (pdf_document_forms_form_field_choice_select_item),
1945         (pdf_document_forms_form_field_choice_toggle_item),
1946         (pdf_document_forms_form_field_choice_unselect_all),
1947         (pdf_document_forms_form_field_choice_set_text),
1948         (pdf_document_forms_form_field_choice_get_text):
1949         * backend/ps/ev-spectre.c: (ps_document_get_page),
1950         (ps_document_get_page_size), (ps_document_get_page_label),
1951         (ps_document_render), (ps_document_document_iface_init),
1952         (ps_document_file_exporter_do_page):
1953         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1954         (tiff_document_render), (tiff_document_render_pixbuf),
1955         (tiff_document_file_exporter_do_page):
1956         * backend/pixbuf/pixbuf-document.c:
1957         (pixbuf_document_get_page_size):
1958         * backend/comics/comics-document.c:
1959         (comics_document_get_page_size), (comics_document_render_pixbuf):
1960         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1961         (djvu_document_render), (djvu_selection_get_selected_text),
1962         (djvu_document_thumbnails_get_thumbnail),
1963         (djvu_document_file_exporter_do_page),
1964         (djvu_document_find_get_result):
1965         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1966         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1967         (dvi_document_thumbnails_get_thumbnail),
1968         (dvi_document_file_exporter_do_page):
1969         * backend/impress/impress-document.c:
1970         (impress_document_get_page_size),
1971         (impress_document_render_pixbuf):
1972         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1973
1974         Add EvPage so that we can hold a reference to the backend
1975         page. Form fields keep now a reference to the poppler page
1976         improving performance since we don't have to create/destroy the
1977         poppler field for every form operation. This will be needed for
1978         annotations too.
1979         
1980 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * data/evince-ui.xml:
1983         * shell/ev-window.c:
1984
1985         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1986         
1987 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * configure.ac:
1990         * backend/ps/Makefile.am:
1991
1992         Remove gs stuff from ps backend.
1993         
1994 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * configure.ac:
1997         * backend/pdf/ev-poppler.cc:
1998
1999         Bump poppler requirement to 0.8.0.
2000         
2001 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2002
2003         * NEWS:
2004         * configure.ac:
2005
2006         Update for release 2.22.1.1
2007
2008 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * configure.ac:
2011
2012         Fix build (again) when poppler version is 0.6
2013         
2014 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * backend/djvu/djvu-links.c: (build_tree):
2017
2018         Make sure link title is a valid utf8 string. Fixes bug #526517.
2019         
2020 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * configure.ac:
2023
2024         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2025         #526799.
2026         
2027 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2028
2029         * configure.ac:
2030         
2031         Update for release 2.22.1.
2032
2033 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * NEWS:
2036
2037         Update for upcoming release.
2038
2039 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * configure.ac:
2042         * backend/dvi/dvidocument.evince-backend.in:
2043
2044         Add compressed dvi to the list of supported mime types. Patch by
2045         Ed Catmur. Fixes bug #307087.
2046
2047 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2050
2051         Fix a crash when printing a range that doesn't specify the start or
2052         end page. Fixes bug #524288.
2053
2054 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-window.c: (ev_window_cmd_continuous),
2057         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2058         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2059         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2060         (ev_window_run_presentation), (ev_window_stop_presentation),
2061         (ev_window_cmd_view_presentation),
2062         (ev_window_cmd_leave_fullscreen),
2063         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2064
2065         Do not unfullscreen and fullscreen again the window when changing
2066         from fullscreen to presentation mode and vice versa. Fixes bug
2067         #524112.
2068         
2069 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2072
2073         Do not crash when thumbnail failed to render in PS backend. Fixes
2074         bug #525015.
2075         
2076 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2079         (ev_window_load_file_remote), (ev_window_open_uri):
2080
2081         Handle errors when opening remote files.
2082         
2083 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2086
2087         Only grab the focus for the current visible proxy widget. Fixes
2088         bug #521224.
2089         
2090 2008-03-30  Emil Soleyman  <emil@nishra.com>
2091
2092         * shell/ev-window.c: (launch_external_uri):
2093         
2094         Reuse g_app_info_launch_default_for_uri to
2095         save some code and fix bug #525009.
2096
2097 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2098
2099         * shell/ev-window.c (image_save_dialog_response_cb):
2100
2101         Use g_str_has_suffix. See bug #523069.
2102
2103 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * configure.ac:
2106
2107         Add a configure option to enable/diable DBus. Patch by Rémi
2108         Cardona. Fixes bug 521797.
2109
2110 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2113
2114         Fix printing in documents with rotated pages. Patch by Eugen
2115         Dedu. Fixes bug #512648.
2116         
2117 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2120         (ev_link_from_action):
2121
2122         Fix warning messages.
2123         
2124 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * shell/ev-window.c: (image_save_dialog_response_cb):
2127
2128         Do not append the extension to filename when saving an image
2129         if the filename alredy contains the extension. Fixes bug #523069.
2130         
2131 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * shell/ev-view.[ch]: (ev_view_find_cancel):
2134         * shell/ev-window.c: (find_bar_close_cb):
2135
2136         Cancel the find operation when the find bar is closed. Fixes bug
2137         #508845.
2138         
2139 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/ps/psdocument.evince-backend.in:
2142
2143         Make ps backend module resident. Fixes bug #520607.
2144         
2145 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * shell/ev-jobs.c: (ev_job_print_run):
2148
2149         Invert collate action in order to work as expected, fix reverse
2150         printing so that it doesn't start with a blank page and fix number
2151         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2152         
2153 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2156
2157         Fix build with poppler <= 0.7.2
2158         
2159 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * libdocument/ev-document-misc.c:
2162         (ev_document_misc_surface_from_pixbuf):
2163
2164         Fix selections with poppler-splash.
2165         
2166 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * configure.ac:
2169         * backend/pdf/ev-poppler.cc:
2170
2171         Fix build with poppler >= 0.7.2
2172         
2173 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2174
2175         * configure.ac:
2176         
2177         Update for release 2.22.0
2178
2179 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * NEWS:
2182
2183         Update for upcoming release.
2184
2185 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2186
2187         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2188
2189         Bug 495107 – Handle print dialog responses correctly
2190
2191         Correctly handle print dialog response. Properly fixes
2192         the above mentioned bug.
2193
2194 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2197
2198         Make sure print job is only run when the print button is
2199         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2200         
2201 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * backend/pdf/pdfdocument.evince-backend.in:
2204         * libdocument/ev-backends-manager.c:
2205         (ev_backends_manager_load_backend),
2206         (ev_backends_manager_get_document):
2207         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2208
2209         Allow making backend modules resident. This is needed only for
2210         some backends like pdf to avoid registering glib types more than
2211         once.
2212         
2213 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * backend/comics/comics-document.c:
2216         * backend/djvu/djvu-document.c:
2217         * backend/impress/impress-document.c:
2218         * backend/pdf/ev-poppler.cc:
2219         * backend/pixbuf/pixbuf-document.c:
2220         * backend/ps/ev-spectre.c:
2221         * backend/ps/ps-document.c:
2222         * backend/tiff/tiff-document.c:
2223         * libdocument/ev-document.h:
2224         * properties/ev-properties-main.c:
2225
2226         Use g_type_module_add_interface instead of
2227         g_type_add_interface_static. Fixes bug #519679.
2228         
2229 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2230
2231         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2232         Added. Returns whether the animation has everything necessary to run.
2233         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2234         is ready just because it's been created. Fixes #519106.
2235         (draw_one_page): Do not show the "Loading..." text in presentation
2236         mode, there was a slim probability that this could happen.
2237
2238 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2241
2242         Duplicate mime_type string before freeing it so that it doesn't
2243         always fail when getting mime type from uri. Fixes bug #518874.
2244         
2245 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2248
2249         Fix a crash when a choice form field doesn't have any item
2250         selected. Fixes bug #518831
2251         
2252 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2253
2254         * shell/ev-window.c (ev_window_clear_temp_file):
2255         Use g_file_has_prefix instead of renamed
2256         g_file_contains_file.
2257
2258         * configure.ac:
2259         Require new glib for above change.
2260         
2261 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * libdocument/ev-image.c: (ev_image_finalize),
2264         (ev_image_save_tmp):
2265
2266         Return a real uri instead of a filename when saving an
2267         image. Fixes images drag an drop from evince to nautilus. 
2268         
2269 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * backend/pdf/ev-poppler.cc:
2272         (pdf_document_images_get_image_mapping):
2273
2274         Return the image list in the right order. Fixes bug #516237.
2275         
2276 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2277
2278         * backend/impress/impress-document.c:
2279         (impress_document_thumbnails_get_thumbnail):
2280
2281         Remove unused variable to avoid a compiler warning.
2282
2283 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2284
2285         * configure.ac:
2286         
2287         Update for release 2.21.91.
2288
2289 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * configure.ac:
2292         * shell/Makefile.am:
2293         * shell/ev-application.[ch]:
2294         * shell/ev-sidebar-links.c:
2295         * shell/ev-utils.[ch]:
2296         * shell/ev-window.[ch]:
2297
2298         Remove libgnomeprint support. Fixes bug #512370.
2299         
2300 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2301
2302         * thumbnailer/evince-thumbnailer.c: (main):
2303
2304         Initialize glib type system before using it. Fixes bug #513934.
2305         
2306 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * properties/ev-properties-main.c:
2309
2310         Add missing #include.
2311         
2312 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * configure.ac:
2315         * backend/djvu/djvu-document.c: (djvu_document_render):
2316         * backend/tiff/tiff-document.c: (tiff_document_render):
2317
2318         Use the new cairo function cairo_format_stride_for_width when
2319         available. Fixes bug #482720.
2320
2321 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2324         (get_mime_type_from_data), (get_document_from_uri):
2325
2326         Use g_content_type_guess() only when slow is true in
2327         get_document_from_uri(). Fix several memory leaks.
2328         
2329 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2330
2331         * libdocument/ev-document-factory.c:
2332         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2333         (get_document_from_uri):
2334
2335         Use g_content_type_guess () to get mimetype for files.
2336         Bug #510401.
2337
2338 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * thumbnailer/Makefile.am:
2341
2342         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2343         
2344 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * configure.ac:
2347
2348         Fix build with --without-libgnome. Fixes bug #512771.
2349         
2350 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2351
2352         * backend/dvi/Makefile.am: Install only dvi
2353         module. Fixes bug #512718.
2354
2355 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2356
2357         * properties/ev-properties-main.c: (nautilus_module_initialize):
2358         
2359         Initialize backends in properties tab. Fixes bug
2360         #512720.
2361
2362 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2363
2364         * properties/Makefile.am: No need to link with 
2365         libraries. Fixes bug #512719.
2366
2367 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2368
2369         * NEWS:
2370         * configure.ac:
2371         
2372         Update for release 2.21.90.
2373
2374 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * shell/ev-window.c: (ev_window_cmd_escape):
2377
2378         Fix compile warning.
2379         
2380 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2383
2384         Fix printing in dvi backend when filename contains white
2385         espaces. Fixes bug #502839.
2386         
2387 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2390         (screensaver_disable_x11):
2391         * shell/Makefile.am:
2392         * shell/xdg-user-dir-lookup.c: Removed
2393         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2394         * shell/ev-view.c: (ev_view_presentation_transition_start):
2395         * shell/ev-window.c: (ev_window_cmd_file_open),
2396         (ev_window_cmd_save_as), (presentation_set_timeout):
2397
2398         Remove #ifdefs that are no longer needed.
2399         
2400 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-view.[ch]: (ev_view_button_release_event),
2403         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2404         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2405         (ev_window_cmd_escape):
2406
2407         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2408         
2409 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * configure.ac:
2412         * backend/comics/comics-document.c: (comics_document_load):
2413         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2414         (ev_attachment_set_property), (ev_attachment_init),
2415         (ev_attachment_save), (ev_attachment_launch_app),
2416         (ev_attachment_open):
2417         * libdocument/ev-document-factory.c: (get_document_from_uri):
2418         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2419         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2420         * shell/ev-jobs.c:
2421         * shell/ev-password.c: (ev_password_dialog_set_property),
2422         (ev_password_dialog_save_password):
2423         * shell/ev-sidebar-attachments.c:
2424         (ev_sidebar_attachments_drag_data_get):
2425         * shell/ev-window-title.c: (get_filename_from_uri):
2426         * shell/ev-window.c: (ev_window_clear_temp_file),
2427         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2428         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2429         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2430         (launch_external_uri), (image_save_dialog_response_cb),
2431         (attachment_save_dialog_response_cb):
2432         * shell/main.c: (load_files), (load_files_remote), (main):
2433         * thumbnailer/evince-thumbnailer.c: (main):
2434
2435         Port to gio and drop gnome-vfs dependency. Fixes bug
2436         #510401. Based on patch by Cosimo Cecchi.
2437         
2438 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2439
2440         * NEWS:
2441
2442         Fixed formatting inconsistencies (spaces vs. tabs)
2443
2444 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2445
2446         * shell/ev-window.c:
2447
2448         Use top/up/bottom/down arrows instead of
2449         first/left/last/right in the toolbar and menu actions.
2450         This fixes issues with RTL languages and is visually
2451         consistent with the page view. Fixes bug #170081.
2452
2453 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2454
2455         * NEWS:
2456
2457         Fixed some inaccuracies pointed out by Carlos Garcia
2458         Campos.
2459
2460 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2461
2462         * NEWS:
2463         * data/evince.schemas.in:
2464         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2465
2466         Override PDF restrictions by default. Fixes bug #382700.
2467
2468 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2469
2470         * NEWS: Updated for upcoming release
2471
2472 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2475
2476         Fix memory leak.
2477         
2478 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2479
2480         * shell/ev-window.c: (register_custom_actions):
2481         
2482         Added comment for translators
2483
2484 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * shell/ev-view.c: (ev_view_button_release_event):
2487
2488         Do not create the idle function for kinetic scrolling if we are
2489         not in a drag operation.
2490
2491 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2494         (ev_view_button_press_event), (ev_view_motion_notify_event),
2495         (ev_view_button_release_event):
2496
2497         Restore cursor after autoscrolling. Fixes bug #509958.
2498
2499 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * configure.ac:
2502         * backend/pdf/ev-poppler.cc:
2503         (pdf_document_images_get_image_mapping),
2504         (pdf_document_images_get_image),
2505         (pdf_document_document_images_iface_init):
2506         * libdocument/ev-document-images.[ch]:
2507         (ev_document_images_get_image_mapping),
2508         (ev_document_images_get_image):
2509         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2510         (ev_image_get_id), (ev_image_save_tmp):
2511         * shell/ev-jobs.c: (ev_job_render_run):
2512         * shell/ev-view.c: (ev_view_drag_data_get):
2513         * shell/ev-window.c: (image_save_dialog_response_cb),
2514         (ev_view_popup_cmd_copy_image):
2515
2516         Do not render images when rendering the page but on demand. It
2517         reduces the memory comsumption.
2518         
2519 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2520
2521         * configure.a:
2522         * shell/ev-password.c:
2523
2524         Make gnome-keyring optional. Fixes bug #509676.
2525         
2526 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-pixbuf-cache.c: (add_job):
2529
2530         Initialize include_images variable as FALSE instead of TRUE.
2531         
2532 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2533
2534         * configure.ac:
2535         * cut-n-paste/Makefile.am:
2536         * cut-n-paste/fileformatchooser/Makefile.am:
2537         * cut-n-paste/fileformatchooser/egg-macros.h:
2538         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2539         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2540         * shell/Makefile.am:
2541         * shell/ev-utils.c:
2542         (file_chooser_dialog_add_writable_pixbuf_formats),
2543         (get_gdk_pixbuf_format_by_extension):
2544         * shell/ev-utils.h:
2545         * shell/ev-window.c: (ev_window_error_message),
2546         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2547         
2548         Simplify image format selection on save.
2549
2550 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2551
2552         * shell/ev-view.c: (ev_view_scroll_event):
2553         
2554         Repair gorizontal scrolling with shift. Fixes
2555         bug #483412.
2556
2557 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2558         
2559         * MAINTAINERS:
2560
2561         Fix formatting issues.
2562         
2563 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2564
2565         * backend/comics/comics-document.c: (comics_regex_quote):
2566         
2567         Don't overquote special chars except of '. See bug 
2568         502500. Thanks to Tom Parker.
2569
2570 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2571
2572         * MAINTAINERS:
2573         
2574         Added Nickolay and Carlos, since they're doing most of
2575         the releases nowadays.
2576
2577 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2578
2579         * properties/Makefile.am:
2580
2581         Get the nautilus extension dir properly instead of using
2582         a hack. Fixes bug #505359.
2583
2584 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2585
2586         * properties/Makefile.am:
2587         
2588         Install nautilus extension into new place. See bug
2589         #505359. Thanks to Matthias Clasen, Brian Pepple and
2590         Damien Carbery.
2591
2592 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2593
2594         * shell/ev-window.c: (ev_window_get_recent_file_label):
2595         
2596         RTL marker in recent file list. See bug #509076.
2597
2598 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2601         * shell/ev-window.c: (image_save_dialog_response_cb):
2602
2603         Fix compile warnings due to unused variables.
2604         
2605 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * configure.ac:
2608         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2609         * backend/ps/ev-spectre.c: (ps_document_render):
2610
2611         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2612
2613 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2614
2615         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2616         (ev_transition_animation_paint): Implement "fade" effect.
2617
2618 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2619
2620         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2621         (ev_transition_animation_paint): Implement "uncover" effect.
2622
2623 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2624
2625         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2626         (ev_transition_animation_paint): Implement "cover" effect.
2627
2628 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2629
2630         * shell/ev-transition-animation.c (ev_transition_animation_push)
2631         (ev_transition_animation_paint): Implement "push" effect.
2632
2633 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2634
2635         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2636         (ev_transition_animation_paint): Implement "dissolve" effect.
2637
2638 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2639
2640         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2641         (ev_transition_animation_paint): Implement "wipe" effect.
2642
2643 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2644
2645         * shell/ev-transition-animation.c (ev_transition_animation_box)
2646         (ev_transition_animation_paint): Implement "box" effect.
2647
2648 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2649
2650         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2651         (ev_transition_animation_paint): Implement "blinds" effect.
2652
2653 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2654
2655         * shell/ev-transition-animation.c (ev_transition_animation_split)
2656         (ev_transition_animation_paint): Implement "split" effect.
2657
2658 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2659
2660         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2661         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2662         (ev_view_transition_animation_start) 
2663         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2664         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2665         (ev_view_next_page) (ev_view_previous_page):
2666         
2667         Use EvTransitionAnimation to drive page changes in the presentation
2668         mode, the animation will wait to start until both the origin and 
2669         destination page surfaces are available. Fixes #458460.
2670
2671         (draw_loading_text):
2672
2673         Remove workaround for bug #320352, it's now fixed properly.
2674
2675
2676 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2677
2678         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2679         will contain the implementations for page transition animations, at
2680         the moment it just has the "replace" effect.
2681         * shell/Makefile.am: Added these files to build.
2682
2683 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2684
2685         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2686         animations.
2687         * shell/Makefile.am: Added these files to build.
2688
2689 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2690
2691         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2692         implementation to get_effect() in EvDocumentTransitionIface.
2693
2694 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2695
2696         * libdocument/ev-transition-effect.[ch]: New files, define a page
2697         transition effect, at the moment it maps PopplerPageTransition to a
2698         GObject.
2699         * libdocument/Makefile.am: Added these files to build.
2700         * libdocument/ev-document-transition.[ch]
2701         (ev_document_transition_get_effect): New method, gets the
2702         EvTransitionEffect returned by the interface implementation, with
2703         fallback to the "replace" effect.
2704
2705 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2706
2707         * configure.ac:
2708         * cut-n-paste/Makefile.am:
2709         * cut-n-paste/fileformatchooser/Makefile.am:
2710         * cut-n-paste/fileformatchooser/egg-macros.h:
2711         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2712         * shell/Makefile.am:
2713         * shell/ev-window.c: (image_save_dialog_response_cb),
2714         (ev_view_popup_cmd_save_image_as):
2715
2716         Allow exporting images in any format supported by
2717         GdkPixbuf. Fixes bug #500209.
2718         
2719 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * backend/pixbuf/pixbuf-document.c:
2722
2723         More warnings fixed.
2724         
2725 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2728         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2729         * backend/djvu/djvu-text.h:
2730         * backend/tiff/tiff-document.c: (tiff_document_render):
2731
2732         Fix compile warnings.
2733         
2734 2007-12-28  Christian Persch  <chpe@gnome.org>
2735
2736         * **/*.c: Include config.h. Bug #504721.
2737
2738 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * configure.ac:
2741         * Makefile.am:
2742         * po/POTFILES.in:
2743         * backend/comics/Makefile.am:
2744         * backend/comics/comics-document.[ch]:
2745         * backend/comics/comicsdocument.evince-backend.in:
2746         * backend/djvu/Makefile.am:
2747         * backend/djvu/djvu-document.[ch]:
2748         * backend/djvu/djvudocument.evince-backend.in:
2749         * backend/dvi/Makefile.am:
2750         * backend/dvi/dvi-document.[c]:
2751         * backend/dvi/dvidocument.evince-backend.in:
2752         * backend/impress/Makefile.am:
2753         * backend/impress/impress-document.[ch]:
2754         * backend/impress/impressdocument.evince-backend.in:
2755         * backend/pdf/Makefile.am:
2756         * backend/pdf/ev-poppler.cc:
2757         * backend/pdf/ev-poppler.h:
2758         * backend/pdf/pdfdocument.evince-backend.in:
2759         * backend/pixbuf/Makefile.am:
2760         * backend/pixbuf/pixbuf-document.[ch]:
2761         * backend/pixbuf/pixbufdocument.evince-backend.in:
2762         * backend/ps/Makefile.am:
2763         * backend/ps/ev-spectre.[ch]:
2764         * backend/ps/ps-document.[ch]:
2765         * backend/ps/psdocument.evince-backend.in:
2766         * backend/tiff/Makefile.am:
2767         * backend/tiff/tiff-document.[ch]:
2768         * backend/tiff/tiffdocument.evince-backend.in:
2769         * libdocument/Makefile.am:
2770         * libdocument/ev-backends-manager.[ch]:
2771         * libdocument/ev-module.[ch]:
2772         * libdocument/ev-document.h:
2773         * libdocument/ev-document-factory.[ch]:
2774         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2775         (get_compression_from_mime_type), (get_document_from_uri),
2776         (ev_document_factory_get_document), (file_filter_add_mime_types),
2777         (ev_document_factory_add_filters):
2778         * shell/Makefile.am:
2779         * shell/ev-window-title.c: (get_filename_from_uri):
2780         * shell/main.c: (main):
2781         * thumbnailer/Makefile.am:
2782         * thumbnailer/evince-thumbnailer.c: (main):
2783
2784         Plugin system for backends. Fixes bug #351348.
2785         
2786 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2787
2788         * shell/ev-view-private.h:
2789         * shell/ev-view.c: (ev_view_drag_update_momentum),
2790         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2791         (ev_view_button_release_event), (ev_view_destroy):
2792         
2793         Kinetic scrolling implemented as requested in
2794         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2795
2796 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2797
2798         * data/evince-toolbar.xml:
2799         * data/evince-ui.xml:
2800         * shell/ev-view-private.h:
2801         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2802         (ev_view_button_press_event), (ev_view_motion_notify_event),
2803         (ev_view_button_release_event), (ev_view_init),
2804         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2805         (ev_view_set_cursor):
2806         * shell/ev-view.h:
2807         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2808         (ev_window_cmd_view_autoscroll):
2809         
2810         Autoscroll feature with the context menu. Fixes bug 
2811         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2812
2813 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2816
2817         Disconnect also page-ready signal when removing a job because the
2818         page size has changed. Thanks to kripken
2819         <kripkensteiner@gmail.com>.
2820
2821 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2822
2823         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2824         
2825         Scroll pages in page entry with mouse wheel. Fixes bug
2826         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2827
2828 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * backend/dvi/Makefile.am:
2831         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2832         (mdvi_cairo_device_init):
2833         * backend/dvi/mdvi-lib/common.h:
2834         * backend/dvi/mdvi-lib/mdvi.h:
2835         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2836         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2837         (mdvi_build_path_from_cwd):
2838
2839         Add ps specials support in dvi backend when libspectre is
2840         present. Fixes bug #386005.
2841         
2842 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * configure.ac:
2845         * backend/ps/Makefile.am:
2846         * backend/ps/ev-spectre.[ch]:
2847         
2848         Use libspectre, if available, for the ps backend. Fixes bugs
2849         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2850
2851 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2852         
2853         * backend/comics/comics-document.c: (comics_document_load):
2854         
2855         Cygwin build issue fix.
2856
2857 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * shell/ev-view.c: (ev_view_set_zoom):
2860
2861         Do not limit the minimum zoom factor when sizing mode is best bit
2862         or fit width. Fixes bug #503805.
2863         
2864 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2867         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2868         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2869         (ev_link_dest_get_property), (ev_link_dest_set_property),
2870         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2871         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2872         (ev_link_dest_new_fitr):
2873         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2874         (goto_fith_dest), (goto_xyz_dest):
2875
2876         Do not change left, top and zoom values when they are null in PDF
2877         destinations. Fixes bug #460658.
2878         
2879 2007-12-10  Christian Persch  <chpe@gnome.org>
2880
2881         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2882         (ev_view_accessible_class_init),
2883         (ev_view_accessible_idle_do_action),
2884         (ev_view_accessible_action_do_action),
2885         (ev_view_accessible_action_get_description),
2886         (ev_view_accessible_action_set_description),
2887         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2888         (ev_view_accessible_factory_init),
2889         (ev_view_accessible_factory_get_accessible_type):
2890         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2891         private data, and G_DEFINE_TYPE. Bug #502843.
2892
2893 2007-12-08  Christian Persch  <chpe@gnome.org>
2894
2895         * shell/ev-metadata-manager.c: (item_free),
2896         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2897         (value_free), (parse_value), (parseItem),
2898         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2899         (save_values): Use GSlice to allocate small amounts of memory. Bug
2900         #475972.
2901
2902 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2905
2906         Restore cursor to normal after a drag operation. Fixes bug
2907         #501603.
2908         
2909 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2910
2911         * NEWS:
2912         * configure.ac:
2913         
2914         Update for release 2.21.1
2915
2916 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * configure.ac:
2919         * cut-n-paste/gedit-message-area/Makefile.am:
2920         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2921         * shell/Makefile.am:
2922         * shell/ev-message-area.[ch]:
2923         * shell/ev-window.c: (ev_window_set_message_area),
2924         (ev_window_error_message_response_cb), (ev_window_error_message),
2925         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2926         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2927         (ev_attachment_popup_cmd_open_attachment),
2928         (attachment_save_dialog_response_cb), (ev_window_set_document),
2929         (ev_window_init):
2930
2931         Use a message area instead of a popup dialog for error
2932         notifications. Fixes bug #337495.
2933         
2934 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2937         (ev_window_run_fullscreen):
2938
2939         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2940         
2941 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * ev-sidebar-thumbnails.c: (update_visible_range),
2944         (ev_sidebar_thumbnails_refresh),
2945         (ev_sidebar_thumbnails_set_document),
2946         (ev_sidebar_thumbnails_support_document):
2947
2948         Show thumbnails for documents with one page. Fixes bug #358751.
2949         
2950 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/ev-window.c:
2953         (ev_window_load_print_settings_from_metadata),
2954         (ev_window_save_print_settings), (ev_window_print_finished),
2955         (ev_window_print_range):
2956
2957         Print settings that are specific to the document are now saved per
2958         document in the metadata file. Fixes bug #488806.
2959         
2960 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2961
2962         * backend/tiff/tiff-document.c: (tiff_document_render):
2963
2964         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2965         
2966 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-application.[ch]: (get_find_string_from_args),
2969         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2970         (ev_application_open_uri_list):
2971         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2972         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2973         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2974         (ev_window_cmd_recent_file_activate),
2975         (ev_window_open_recent_action_item_activated),
2976         (ev_window_print_send), (open_remote_link):
2977         * shell/main.c: (arguments_parse):
2978
2979         Add a command line option for search. Fixes bug #497710.
2980         
2981 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2982
2983         * shell/ev-jobs.c: (ev_job_print_new):
2984
2985         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2986         
2987 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * data/evince-toolbar.xml:
2990         * shell/Makefile.am:
2991         * shell/ev-application.c: (ev_application_init):
2992         * shell/ev-open-recent-action.[ch]:
2993         * shell/ev-window.c:
2994         (ev_window_open_recent_action_item_activated),
2995         (register_custom_actions):
2996
2997         Add an expander to the open toolbar item which pops up a dropdown
2998         menu with the recently used documents. Fixes bug #487215.
2999         
3000 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * shell/ev-window.c: (ev_window_open_uri),
3003         (ev_window_cmd_view_reload):
3004
3005         Do not jump to the first page when reloading by running evince
3006         from the command line. Fixes bug #490847.
3007         
3008 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3009
3010         * shell/ev-window.c: (ev_window_cmd_help_contents):
3011
3012         Plugged memory leak when help file is not found. Fixes bug
3013         #490762.
3014         
3015 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * configure.ac:
3018
3019         Enable djvu, dvi and comics backends by default. Fixes bug
3020         #437121.
3021         
3022 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * configure.ac:
3025         * cut-n-paste/Makefile.am:
3026         * cut-n-paste/recent-files/*: Removed
3027         * help/reference/Makefile.am:
3028         * shell/Makefile.am:
3029         * shell/ev-application.[ch]: (ev_application_shutdown),
3030         (ev_application_init):
3031         * shell/ev-window.c: (ev_window_add_recent),
3032         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3033
3034         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3035         
3036 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3037
3038         * shell/ev-window.c: (launch_external_uri):
3039
3040         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3041         and report error if the URL is not supported (#489910).
3042
3043 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3046         (pdf_document_file_exporter_begin_page),
3047         (pdf_document_file_exporter_end_page):
3048
3049         Fix printing with poppler splash backend. Fixes bug #489774.
3050         
3051 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3054         * shell/ev-print-job.c: (ev_print_job_class_init):
3055
3056         Fix a crash when printing with the gnome-print dialog. Fixes bug
3057         #488939.
3058         
3059 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3060
3061         * backend/pixbuf/pixbuf-document.c:
3062
3063         Fix an implicit function definition warning (#487655)
3064
3065 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * shell/ev-window.c:
3068
3069         Fix conflicting shortcut for view sade pane and presentation.
3070         
3071 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * backend/pdf/ev-poppler.cc:
3074         (pdf_document_file_exporter_begin_page),
3075         (pdf_document_file_exporter_do_page),
3076         (pdf_document_file_exporter_end_page),
3077         (pdf_document_file_exporter_iface_init):
3078         * libdocument/ev-file-exporter.[ch]:
3079         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3080         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3081         (ev_job_print_run):
3082
3083         When printing multiple pages per sheet in reverse option, do not
3084         invert the order of the pages in every sheet, but the order of the
3085         sheets. Do not print blank pages when page range is invalid. Fixes
3086         bugs #484857 and #485521.
3087         
3088 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3091         (ev_job_print_run):
3092         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3093
3094         Respect ranges order when printing more than one range in random
3095         order.
3096         
3097 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3098
3099         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3100         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3101
3102         Rotate also the window icon when document is rotated. Fixes bug
3103         #474681.
3104         
3105 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3108         (pdf_document_forms_get_form_fields):
3109
3110         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3111         Matthias Drochner.
3112         
3113 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * configure.ac:
3116         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3117
3118         Use poppler_page_render_for_printing() instead of
3119         poppler_page_render() if available when exporting to a ps or pdf
3120         file. Fixes bug #476627.
3121         
3122 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-window.c: (ev_window_run_fullscreen):
3125
3126         Do not show the toolbar in fullscreen mode if the main toolbar is
3127         not visible. Fixes bug #483048.
3128         
3129 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/ev-view.c: (ev_view_button_press_event):
3132
3133         Give priority to form fields over images when deciding whether a
3134         button press event is over an image or form field. It allows edit
3135         form fields when they are over a background image. Fixes bug
3136         #477841.
3137         
3138 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * NEWS:
3141         * configure.ac:
3142         
3143         Update for release 2.20.0
3144
3145 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * backend/pdf/ev-poppler.cc:
3148
3149         Remove #ifdef HAVE_FORMS, so that forms support works again.
3150
3151 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3152
3153         * configure.ac:
3154         * data/evince.desktop.in.in:
3155         
3156         Fixes desktop file issues. See bug #473471.
3157
3158 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3161         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3162         (ev_job_queue_remove_job):
3163         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3164         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3165         * shell/ev-window.c: (ev_window_clear_save_job),
3166         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3167         (ev_window_dispose):
3168
3169         Move save a copy task to its own job so that it's carried out in a
3170         thread avoiding another lock in the main thread. Use
3171         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3172         can be saved to a pathin another file system. Fixes bug #456891.
3173         
3174 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3175
3176         * NEWS:
3177         * configure.ac:
3178         
3179         Update for release 2.19.92
3180
3181 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * configure.ac:
3184         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3185         (pdf_selection_get_selection_region),
3186         (pdf_selection_get_selection_map),
3187         (ev_form_field_from_poppler_field):
3188
3189         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3190         and triple click selections are enabled again now.
3191
3192 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-window.c: (ev_window_add_history):
3195
3196         Make sure not to use the history with documents not supporting
3197         links. Fixes bug #468954.
3198
3199 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * shell/ev-window.c: (ev_window_load_job_cb):
3202
3203         Restart the search when reloading a document with the find bar
3204         visible. Fixes bug #461962.
3205
3206 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-window.c: (setup_document_from_metadata),
3209         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3210
3211         Do not jump to the first page when reloading a document from the
3212         last page.
3213
3214 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-window.c: (update_chrome_flag),
3217         (setup_sidebar_from_metadata),
3218         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3219         (ev_window_cmd_edit_find_next),
3220         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3221         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3222         (find_bar_close_cb), (view_actions_focus_in_cb):
3223
3224         Do not update visibility when changing a chrome flag so that it's
3225         possible to update several flags and update visibility only once
3226         for all of them.
3227
3228 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3231
3232         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3233         supported by gtk+. Fixes bug #460907.
3234
3235 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-view.c: (view_update_range_and_current_page):
3238
3239         Make sure current-page <= end-page in continuous mode. Fixes bug
3240         #454950.
3241
3242 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * backend/pdf/ev-poppler.cc: (build_tree):
3245
3246         Ignore outline items without a title. Fixes bug #453913.
3247
3248 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3251         (ev_view_button_release_event), (ev_view_leave_notify_event):
3252
3253         Use always drag mouse cursor during a drag operation. Fixes bug
3254         #470564.
3255
3256 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3259         (pdf_selection_get_selection_region),
3260         (pdf_selection_get_selection_map):
3261
3262         Temporarily disable double and triple selections since it depends on
3263         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3264         released and the update of the external dependency minimal version
3265         approved.
3266
3267 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3270         (pdf_document_file_exporter_do_page):
3271         * libdocument/ev-file-exporter.h:
3272         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3273         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3274
3275         Actually fix printing regressions. Remove orientation from
3276         EvPrintContext since it's redundant.
3277
3278 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3281         * backend/impress/impress-document.c:
3282         (impress_document_document_iface_init):
3283         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3284         * backend/djvu/djvu-document.c:
3285         (djvu_document_document_iface_init),
3286         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3287         * backend/tiff/tiff-document.c:
3288         (tiff_document_document_iface_init):
3289         * backend/pixbuf/pixbuf-document.c:
3290         (pixbuf_document_document_iface_init):
3291         * backend/comics/comics-document.c:
3292         (comics_document_document_iface_init):
3293         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3294         (pdf_selection_render_selection),
3295         (pdf_selection_get_selected_text),
3296         (pdf_selection_get_selection_region),
3297         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3298         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3299         (ev_selection_get_selection_region),
3300         (ev_selection_get_selection_map):
3301         * libdocument/ev-document.[ch]:
3302         * shell/ev-pixbuf-cache.[ch]: (add_job),
3303         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3304         * shell/ev-view-private.h:
3305         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3306         (ev_job_render_run):
3307         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3308         * shell/ev-view.c: (start_selection_for_event),
3309         (ev_view_button_press_event), (ev_view_drag_data_get),
3310         (ev_view_drag_data_received), (ev_view_button_release_event),
3311         (compute_new_selection_text), (compute_selections),
3312         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3313         (ev_view_primary_get_cb):
3314
3315         Add support for double and triple click selections.
3316
3317 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * NEWS:
3320         * configure.ac:
3321
3322         Update for release 2.19.4
3323
3324 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3325
3326         * shell/ev-view-private.h:
3327         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3328         (ev_view_set_highlight_search):
3329         * shell/ev-view.h:
3330         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3331         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3332         (find_bar_visibility_changed_cb):
3333         
3334         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3335
3336 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3339         (pdf_document_file_exporter_begin),
3340         (pdf_document_file_exporter_do_page):
3341         * shell/ev-jobs.c: (ev_job_print_run):
3342         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3343
3344         Create always a portrait cairo surface and rotate when needed for
3345         landscape. It fixes printing problems in real printers.
3346
3347 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3350         * libdocument/ev-file-exporter.[ch]:
3351         (ev_file_exporter_get_capabilities):
3352         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3353         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3354
3355         Adjust number of pages per row according to page orientation when
3356         printing 2 or 6 pages per sheet.
3357
3358 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-window.c: (ev_window_print_send):
3361
3362         Reset also cups setting to 1 when printing multiple pages per
3363         sheet. Fixes bug #468853.
3364
3365 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * libdocument/ev-document-misc.c:
3368         (ev_document_misc_surface_rotate_and_scale):
3369
3370         Use directly cairo_surface_get_content() when creating a similar
3371         surface as suggested by Jeff Muizelaar. Thanks again.
3372
3373 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * backend/djvu/djvu-document.c: (djvu_document_render):
3376         * backend/tiff/tiff-document.c: (tiff_document_render):
3377         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3378         * libdocument/ev-document-misc.c:
3379         (ev_document_misc_surface_from_pixbuf),
3380         (ev_document_misc_surface_rotate_and_scale):
3381
3382         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3383         creating page surfaces. Fixes bug #453123. Thank you very much to
3384         Jeff Muizelaar <jeff@infidigm.net>.
3385
3386 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-page-cache.c: (ev_page_cache_new),
3389         (ev_page_cache_get_thumbnail_size):
3390         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3391         (ev_sidebar_thumbnails_set_loading_icon):
3392
3393         Also store in page-cache the dimensions of the thumbnails so that
3394         they can be used to create the correct loading icon in the side
3395         pane. Fixes bug #466857.
3396
3397 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * backend/pdf/ev-poppler.cc:
3400         (pdf_document_thumbnails_get_thumbnail):
3401
3402         Fix thumbnails rotation in pdf documents that include embedded 
3403         thumbnails.
3404
3405 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3406
3407         * backend/pdf/ev-poppler.cc:
3408
3409         Don't use #ifdef in macro expansion. Some compilers don't
3410         like that. Closes bug #467042.
3411
3412 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3413
3414         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3415         
3416         Fixes memory leak in djvu backend.
3417
3418 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3419
3420         * data/icons/32x32/Makefile.am:
3421         * data/icons/32x32/actions/Makefile.am:
3422         * data/icons/32x32/actions/view-page-cont.svg:
3423         * data/icons/32x32/actions/view-page-facing.svg:
3424         * data/icons/48x48/Makefile.am:
3425         * data/icons/48x48/actions/Makefile.am:
3426         * data/icons/48x48/actions/view-page-cont.svg:
3427         * data/icons/48x48/actions/view-page-facing.svg:
3428         
3429         Icons for a new sizes.
3430
3431 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3432
3433         * shell/ev-page-cache.c: (build_height_to_page),
3434         (ev_page_cache_get_height_to_page):
3435         
3436         Fixes invalid read, see bug #466401.
3437
3438 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3441         (set_drag_cursor):
3442         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3443         (configure_item_cursor), (new_pixbuf_from_widget):
3444
3445         Fix multihead problems in toolbar editor. Fixes bug #382055.
3446
3447 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * shell/ev-window.c: (ev_window_cmd_file_open),
3450         (ev_window_cmd_save_as):
3451
3452         Use g_get_user_special_dir when available instead of
3453         xdg_user_dir_lookup.
3454
3455 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3456
3457         * MAINTAINERS:
3458         
3459         Updated according to request on desktop-devel.
3460
3461 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3464
3465         Do not use cairo_rectangle and cairo_clip since we are
3466         not using cairo_fill but cairo_paint. Use the same cairo context
3467         for every page in the same expose event.
3468
3469 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3470
3471         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3472         leak.
3473
3474 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * configure.ac:
3477         * NEWS:
3478
3479         Release 0.9.3
3480
3481 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * libdocument/ev-document-info.h:
3484         * libdocument/ev-document.h:
3485         * shell/ev-page-action.h:
3486         * shell/ev-sidebar-links.h:
3487
3488         Fix a headers problem with ev-link
3489         
3490         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3491         * shell/ev-view-private.h:
3492         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3493         (get_link_area), (ev_view_query_tooltip),
3494         (ev_view_leave_notify_event), (ev_view_destroy),
3495         (ev_view_class_init):
3496
3497         Use new gtk tooltips when available instead of ev-tooltip.
3498         
3499 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-window.c: (update_chrome_visibility),
3502         (ev_window_sidebar_visibility_changed_cb):
3503
3504         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3505         
3506 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * shell/ev-navigation-action.c:
3509         (ev_navigation_action_history_changed),
3510         (ev_navigation_action_set_history):
3511         * shell/ev-navigation-action-widget.c:
3512         (ev_navigation_action_widget_init):
3513         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3514
3515         Fix compile warnings.
3516         
3517 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3520         (egg_editable_toolbar_dispose):
3521
3522         Fix memory leak.
3523         
3524 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3527         (screensaver_disable_x11):
3528         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3529         * shell/ev-window.c: (presentation_set_timeout):
3530         * shell/ev-view.c: (ev_view_presentation_transition_start):
3531
3532         Use g_timeout_add_seconds instead of g_timeout_add when
3533         available.
3534         
3535 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3538
3539         Set horizontal scrollbar policy to AUTOMATIC instead of
3540         NEVER. Workaround for bug #449462.
3541         
3542 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-jobs.c: (ev_job_render_page_ready):
3545
3546         Add page_ready callback to main loop with high priority and hold
3547         a reference to job during idle.
3548         
3549 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * configure.ac:
3552         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3553         (pdf_document_file_exporter_begin),
3554         (pdf_document_file_exporter_do_page),
3555         (pdf_document_file_exporter_get_capabilities):
3556         * libdocument/ev-file-exporter.h:
3557         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3558         * shell/ev-window.c: (ev_window_print_send),
3559         (ev_window_print_dialog_response_cb):
3560
3561         Allow printing multiple pages per sheet. Fixes bug #395573.
3562         
3563 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * shell/ev-view.c: (tip_from_link):
3566         
3567         Check for NULL, fixes bug #460862.
3568
3569 2007-07-29  Christian Persch  <chpe@gnome.org>
3570
3571         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3572         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3573         (ev_window_cmd_preview_print):
3574         
3575         Fixes bug #437681 - blocks while enumerating printers.
3576
3577 2007-07-29  Christian Persch  <chpe@gnome.org>
3578
3579         * shell/ev-window.c: (ev_window_screen_changed):
3580         
3581         Don't use deprecated gtk+ function. See bug #460909.
3582
3583 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * shell/ev-utils.c: (get_num_monitors):
3586         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3587
3588         Do not use display before initializing it. Remove compile
3589         warnings.
3590
3591 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3592
3593         * shell/ev-view.c: (ev_view_class_init):
3594         
3595         Unix-like hjkl bindings added. See bug #458111.
3596
3597 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3598
3599         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3600         * shell/ev-utils.h:
3601         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3602         (ev_view_update_view_size):
3603         * shell/ev-view.h:
3604         * shell/ev-window.c: (ev_window_update_actions),
3605         (setup_view_from_metadata), (ev_window_screen_changed),
3606         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3607         (zoom_control_changed_cb):
3608         * shell/ev-window.h:
3609         
3610         Reorganizes utility functions.
3611
3612 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3613
3614         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3615         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3616         (add_job), (ev_pixbuf_cache_get_surface),
3617         (ev_pixbuf_cache_get_link_mapping),
3618         (ev_pixbuf_cache_get_image_mapping),
3619         (ev_pixbuf_cache_get_form_field_mapping),
3620         (ev_pixbuf_cache_get_text_mapping):
3621         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3622         (notify_page_ready), (ev_job_render_page_ready),
3623         (ev_job_render_run):
3624
3625         Add page_ready signal to notify that page is ready as soon as
3626         possible even if other page elements like links, forms, images or
3627         text mapping are not ready yet.
3628
3629 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3632         (dvi_document_file_exporter_do_page),
3633         (dvi_document_file_exporter_get_capabilities),
3634         (dvi_document_file_exporter_iface_init):
3635         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3636         (ps_document_file_exporter_do_page),
3637         (ps_document_file_exporter_get_capabilities),
3638         (ps_document_file_exporter_iface_init):
3639         * backend/djvu/djvu-document.c:
3640         (djvu_document_file_exporter_begin),
3641         (djvu_document_file_exporter_end),
3642         (djvu_document_file_exporter_get_capabilities),
3643         (djvu_document_file_exporter_iface_init):
3644         * backend/tiff/tiff-document.c:
3645         (tiff_document_file_exporter_begin),
3646         (tiff_document_file_exporter_get_capabilities),
3647         (tiff_document_document_file_exporter_iface_init):
3648         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3649         (pdf_document_file_exporter_do_page),
3650         (pdf_document_file_exporter_get_capabilities),
3651         (pdf_document_file_exporter_iface_init):
3652         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3653         (ev_file_exporter_get_capabilities):
3654         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3655         (idle_print_handler), (ev_print_job_print):
3656         * shell/ev-jobs.c: (ev_job_print_run):
3657         * shell/ev-window.c: (ev_window_print_send),
3658         (ev_window_print_range):
3659
3660         Use capabilities to know which options should be offered by the
3661         print dialog depending on the document backend.
3662
3663 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3666
3667         Give priority to forms over text to set the cursor.
3668
3669 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-view-private.h:
3672         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3673         (ev_view_leave_notify_event), (ev_view_finalize),
3674         (ev_view_get_property), (ev_view_class_init):
3675
3676         Use IBEAM cursor for text form fields and NORMAL cursor for read
3677         only fields. Remove unused status attribute.
3678
3679 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3682
3683         Update region for current selected items also for checkbox
3684         buttons, since they can behave as radio buttons when they are in a
3685         set.
3686
3687 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * configure.ac:
3690         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3691
3692         Get max length of text form fields.
3693
3694 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3697         * libdocument/ev-form-field.h:
3698         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3699
3700         Fix build with current poppler cvs head.
3701
3702 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3705         * shell/eggfindbar.c: (egg_find_bar_init):
3706
3707         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3708         deprecation. Fixes bug #455667
3709
3710 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3711
3712         * NEWS:
3713         * configure.ac:
3714         
3715         Update for release 0.9.2
3716
3717 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/ev-view.c: (ev_view_form_field_text_save),
3720         (ev_view_form_field_choice_save):
3721
3722         Fix a crash when closing whith a form widget visible.
3723
3724 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3727
3728         Update also the region of the current selected button when
3729         clicking on another button if they are radio buttons.
3730
3731 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3734         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3735         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3736         (ev_pixbuf_cache_get_link_mapping),
3737         (ev_pixbuf_cache_get_image_mapping),
3738         (ev_pixbuf_cache_get_form_field_mapping),
3739         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3740         * shell/ev-view.c: (ev_view_form_field_get_region),
3741         (ev_view_form_field_button_create_widget),
3742         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3743         (job_finished_cb):
3744
3745         Redraw only form field region instead of the whole page when
3746         reloading a page to show changes on the form field.
3747
3748 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * shell/ev-view.c: (ev_view_form_field_choice_save):
3751
3752         Fix selection of first item in list form fields.
3753
3754 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3755
3756         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3757         (ev_pixbuf_cache_reload_page),
3758         (ev_pixbuf_cache_get_form_field_mapping):
3759
3760         Some refactoring to avoid duplicated code.
3761
3762 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * configure.ac:
3765         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3766         (ev_form_field_from_poppler_field),
3767         (pdf_document_forms_get_form_fields),
3768         (pdf_document_forms_form_field_text_get_text),
3769         (pdf_document_forms_form_field_text_set_text),
3770         (pdf_document_forms_form_field_button_set_state),
3771         (pdf_document_forms_form_field_button_get_state),
3772         (pdf_document_forms_form_field_choice_get_item),
3773         (pdf_document_forms_form_field_choice_get_n_items),
3774         (pdf_document_forms_form_field_choice_is_item_selected),
3775         (pdf_document_forms_form_field_choice_select_item),
3776         (pdf_document_forms_form_field_choice_toggle_item),
3777         (pdf_document_forms_form_field_choice_unselect_all),
3778         (pdf_document_forms_form_field_choice_set_text),
3779         (pdf_document_forms_form_field_choice_get_text),
3780         (pdf_document_document_forms_iface_init):
3781         * libdocument/Makefile.am:
3782         * libdocument/ev-form-field.[ch]:
3783         * libdocument/ev-document-forms.[ch]:
3784         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3785         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3786         (add_job), (ev_pixbuf_cache_reload_page),
3787         (ev_pixbuf_cache_get_form_field_mapping):
3788         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3789         * shell/ev-view-private.h:
3790         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3791         (ev_view_handle_cursor_over_xy),
3792         (ev_view_get_form_field_at_location),
3793         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3794         (ev_view_form_field_button_create_widget),
3795         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3796         (ev_view_form_field_text_create_widget),
3797         (ev_view_form_field_choice_save),
3798         (ev_view_form_field_choice_changed),
3799         (ev_view_form_field_choice_create_widget),
3800         (ev_view_handle_form_field), (ev_view_size_allocate),
3801         (ev_view_realize), (draw_end_presentation_page),
3802         (ev_view_button_press_event), (ev_view_remove_all),
3803         (ev_view_motion_notify_event), (ev_view_key_press_event),
3804         (ev_view_enter_notify_event), (highlight_find_results),
3805         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3806         (ev_view_class_init), (page_changed_cb),
3807         (on_adjustment_value_changed), (ev_view_set_presentation),
3808         (merge_selection_region), (ev_view_set_cursor),
3809         (ev_view_reset_presentation_state):
3810         
3811         Merge evince-forms branch.
3812
3813 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3814
3815         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3816
3817         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3818         This script also updates itself from libegg
3819
3820         * cut-n-paste/toolbar-editor/egg*:
3821         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3822         libegg
3823
3824 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3825
3826         * shell/ev-window.c:
3827         
3828         Adds a nice icon to page action during toolbar editing.
3829         See bug #452872.
3830
3831 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3832
3833         * data/evince-toolbar.xml:
3834         * shell/ev-window.c:
3835         
3836         Let user add a presentation and fullscreen icons on toolbar.
3837         See bug #449734.
3838
3839 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3840
3841         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3842
3843         new script to keep in sync with toolbareditor in libegg
3844
3845         * cut-n-paste/toolbar-editor/*: 
3846
3847         Run update-toolbareditor-from-libegg so we are in sync again. 
3848         Fixes bug #452850.
3849         
3850
3851 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * shell/ev-sidebar-links.c: (job_finished_callback):
3854
3855         Do not connect selection changed signal more than once. Fixes bug
3856         #349433.
3857
3858 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3861
3862         Do not change sidebar chrome flag when pressing F9 key in
3863         presentation mode.
3864
3865 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * backend/pdf/ev-poppler.cc:
3868         (pdf_document_thumbnails_get_dimensions):
3869
3870         Make sure thumbnails width and height is not <= 0. Fixes a crash
3871         with some pdf documents which have really small pages.
3872
3873 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3874
3875         * shell/main.c: (main):
3876
3877         Fixes program description translation issue.
3878         Bug #450148.
3879
3880 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3881
3882         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3883
3884         Do not change current page when returning from black/white mode
3885         in presentation. Fixes bug #415032.
3886
3887 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * NEWS:
3890         * configure.ac:
3891         
3892         Update for release 0.9.1
3893
3894 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3895
3896         * backend/dvi/dvi-document.c:
3897         (dvi_document_finalize),
3898         (dvi_document_file_exporter_format_supported),
3899         (dvi_document_file_exporter_begin),
3900         (dvi_document_file_exporter_do_page),
3901         (dvi_document_file_exporter_end),
3902         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3903         
3904         PDF exporter for dvi documents. Fixes bug #441319.
3905
3906 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-window.c: (ev_window_clear_print_job):
3909
3910         Clear gtk print job when job has finished. Fixes bug #447612.
3911
3912 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3913
3914         * shell/ev-window.c: (ev_window_print_send),
3915         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3916
3917         Add preview button to print dialog. Fixes bug #445419.
3918
3919 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * backend/dvi/Makefile.am:
3922         * backend/dvi/pixbuf-device.[ch]: Removed
3923         * backend/dvi/cairo-device.[ch]: Added
3924         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3925         * backend/dvi/dvi-document.c: (dvi_document_load),
3926         (dvi_document_render), (dvi_document_finalize),
3927         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3928         (dvi_document_do_color_special):
3929         * libdocument/ev-document-misc.[ch]:
3930         (ev_document_misc_pixbuf_from_surface):
3931
3932         Port dvi backend to cairo and fix a problem with colors. 
3933
3934 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * shell/ev-view.c: (draw_one_page):
3937
3938         Draw only visible region.
3939
3940 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * backend/djvu/djvu-document.c: (djvu_document_render):
3943
3944         Fix rotation in djvu backend.
3945
3946 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3949         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3950         (ev_pixbuf_cache_get_image_mapping),
3951         (ev_pixbuf_cache_get_text_mapping):
3952
3953         Redraw view every time we have a new surface. Fixes bug #443587.
3954
3955 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * libdocument/ev-document.c: (ev_document_info_free):
3958
3959         Fix memory leaks.
3960
3961 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * backend/dvi/dvi-document.c: (dvi_document_render),
3964         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3965         * backend/impress/impress-document.c:
3966         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3967         (impress_document_render), (impress_document_document_iface_init),
3968         (impress_document_thumbnails_get_thumbnail):
3969         * backend/djvu/djvu-document-private.h:
3970         * backend/djvu/djvu-document.c: (djvu_document_render),
3971         (djvu_document_finalize), (djvu_document_document_iface_init),
3972         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3973         * backend/tiff/tiff-document.c: (tiff_document_render),
3974         (tiff_document_render_pixbuf),
3975         (tiff_document_document_iface_init):
3976         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3977         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3978         (pdf_selection_render_selection):
3979         * backend/comics/comics-document.c:
3980         (comics_document_render_pixbuf), (comics_document_render),
3981         (comics_document_document_iface_init):
3982         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3983         (pixbuf_document_document_iface_init):
3984         * libdocument/ev-document-misc.[ch]:
3985         (ev_document_misc_surface_from_pixbuf),
3986         (ev_document_misc_surface_rotate_and_scale):
3987         * libdocument/ev-document.[ch]: (ev_document_render):
3988         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3989         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3990         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3991         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3992         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3993         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3994         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3995         (render_finished_cb), (ev_job_render_run):
3996         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3997         (merge_selection_region):
3998
3999         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4000         and selections.
4001
4002 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window-title.c: (ev_window_title_update):
4005
4006         Fix memory leak.
4007
4008 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * shell/ev-view.c: (draw_loading_text):
4011
4012         Show loading text centered. Fixes bug #433061
4013
4014 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4015
4016         * shell/ev-sidebar-thumbnails.c:
4017         (ev_sidebar_thumbnails_set_loading_icon):
4018
4019         Remove a mutex in the main thread that blocks the UI in heavy
4020         documents.
4021
4022 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4025
4026         Set points_set to TRUE so that selections don't disappear after a
4027         zoom change.
4028
4029 2007-06-07  Michael Monreal  <infernux@web.de>
4030
4031         * data/icons/16x16/actions/Makefile.am:
4032         * data/icons/16x16/actions/zoom.svg:
4033         * data/icons/22x22/actions/Makefile.am:
4034         * data/icons/22x22/actions/zoom.svg:
4035         * data/icons/24x24/actions/Makefile.am:
4036         * shell/ev-stock-icons.c:
4037         * shell/ev-stock-icons.h:
4038         * shell/ev-window.c:
4039         
4040         Zoom icon artwork. See bug #444795.
4041
4042 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4043
4044         * shell/ev-metadata-manager.c: Remove extraneous function
4045         (Closes: #444386)
4046
4047 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4048
4049         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4050         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4051         (ev_metadata_manager_set), (ev_metadata_manager_save):
4052         Simplify the timeout, no need for modified anymore
4053
4054 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4055
4056         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4057         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4058         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4059         (ev_metadata_manager_save): Adapted patch from Arjan van de
4060         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4061         time, saves on power (Closes: #443851)
4062
4063 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * configure.ac:
4066         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4067         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4068
4069         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4070
4071 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * shell/ev-window.c: (ev_window_add_history):
4074
4075         Check if history is NULL
4076
4077 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * libdocument/ev-image.c: (ev_image_finalize):
4080         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4081         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4082         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4083         (ev_tmp_uri_unlink):
4084
4085         Add functions to delete temporary files created by evince in a safe
4086         way.
4087
4088         * shell/ev-window.c: (ev_window_clear_local_uri),
4089         (open_xfer_update_progress_callback),
4090         (save_xfer_update_progress_callback), (ev_window_save_remote),
4091         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4092         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4093         (attachment_save_dialog_response_cb),
4094         (ev_attachment_popup_cmd_save_attachment_as):
4095
4096         Allow saving a copy of a document, image or attachment to a remote
4097         location. Fixes bug #440754. 
4098
4099 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * configure.ac:
4102         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4103
4104         Fix build with current poppler from cvs head. 
4105
4106 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4107
4108         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4109
4110         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4111         directory exists.
4112
4113 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4114
4115         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4116         * shell/ev-window.c:
4117
4118         Change sidebar ordering. Fixes bug #439939.
4119
4120 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4121
4122         * backend/comics/Makefile.am:
4123         
4124         Fixes build with --without-libgnome.
4125
4126 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4127         
4128         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4129
4130         Update cursor and tooltip on page change and view scroll. Fixes bug
4131         #439217.
4132
4133 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4134
4135         * NEWS:
4136         * configure.ac:
4137         
4138         Update for release 0.9.0
4139
4140 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4141
4142         * backend/djvu/djvu-document-private.h:
4143         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4144         (djvu_document_finalize),
4145         (djvu_document_file_exporter_format_supported),
4146         (djvu_document_file_exporter_begin),
4147         (djvu_document_file_exporter_do_page),
4148         (djvu_document_file_exporter_end),
4149         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4150         
4151         Implemented printing with djvu. Bug #437998.
4152
4153 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * backend/impress/zip.c:
4156         Add missing ulong definition.
4157
4158         * backend/ps/ps-interpreter.c:
4159         Add missing headers.
4160
4161         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4162
4163 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4166
4167         Add missing call to parent class dispose method. 
4168
4169 2007-05-12  Ross Burton  <ross@openedhand.com>
4170
4171         * shell/main.c:
4172         Sync keybindings manually when building without libgnome
4173         (#437925).
4174
4175 2007-05-12  Ross Burton  <ross@openedhand.com>
4176
4177         * shell/ev-window.c:
4178         Respect the screen when opening help (#437866).
4179
4180 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * data/evince-ui.xml:
4183         * shell/ev-application.[ch]: (get_print_settings_from_args),
4184         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4185         (ev_application_open_uri_list):
4186         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4187         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4188         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4189         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4190         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4191         (ev_window_dispose):
4192         * shell/main.c: (arguments_parse):
4193
4194         Add print button in preview mode. Fixes bug #396475. 
4195
4196 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * cut-n-paste/zoom-control/ephy-zoom.h:
4199         
4200         Fixes zoom level factors. See bug #408119 for details.
4201
4202 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4203
4204         * backend/comics/comics-document.c: (comics_regex_quote),
4205         (extract_argv):
4206         
4207         Correctly quote symbols. Fixes crash in the bug
4208         #415370.
4209
4210 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4211
4212         * shell/ev-navigation-action-widget.c:
4213         (ev_navigation_action_widget_init),
4214         (ev_navigation_action_widget_class_init),
4215         (ev_navigation_action_widget_button_press_event):
4216         
4217         Connect to button-press event on correct widget. Fixes
4218         bug #431988
4219
4220 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4221
4222         * shell/ev-application.c: (ev_application_open_window),
4223         (ev_application_add_icon_path_for_screen),
4224         (ev_application_open_uri_at_dest):
4225         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4226         * shell/ev-navigation-action.c: (build_menu):
4227         
4228         Add app-specific icons to our icon theme. Fixes bug
4229         #425508.
4230
4231 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4232
4233         * shell/ev-history.c: (ev_history_class_init),
4234         (ev_history_add_link):
4235         * shell/ev-history.h:
4236         * shell/ev-navigation-action.c:
4237         (ev_navigation_action_history_changed),
4238         (ev_navigation_action_set_history), (build_menu),
4239         (ev_navigation_action_finalize):
4240         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4241         
4242         Make navigation action unsensitive instead of showing
4243         menu with unsensitive word. Fixes bug #417392.
4244
4245 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * shell/ev-application.[ch]: (ev_application_shutdown),
4248         (ev_application_get_print_settings),
4249         (ev_application_set_print_settings):
4250         * shell/ev-window.c:
4251
4252         Remember print settings. Fixes bug #349102. 
4253
4254 2007-05-08  Christian Persch  <chpe@gnome.org>
4255
4256         * configure.ac:
4257         * properties/ev-properties-view.c:
4258
4259         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4260         Bug #382438.
4261
4262 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * configure.ac:
4265         * properties/ev-properties-view.c: (ev_regular_paper_size):
4266
4267         Use gtk+ builtin paper list to identify the document's paper size.
4268         Fixes bug #382438. 
4269
4270 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * configure.ac:
4273
4274         Fix build when compiling with thumbnailer and libgnome support. 
4275
4276 2007-05-04  Ross Burton  <ross@openedhand.com>
4277
4278         * configure.ac:
4279         Add --without-libgnome, check for libgnome and libgnomeui
4280         separately, and add them to the symbols as required.
4281
4282         * libdocument/ev-file-helpers.c:
4283         When building without libgnome, use g_get_user_config_dir instead
4284         of gnome_user_dir_get.
4285
4286         * shell/ev-application.c:
4287         When building without libgnome, don't use session management.
4288
4289         * shell/main.c:
4290         When building without libgnome, don't use GnomeProgram or
4291         initialise the authentication manager.
4292
4293         This fixes #328842.
4294
4295 2007-05-04  Ross Burton  <ross@openedhand.com>
4296
4297         * shell/ev-window.c:
4298         Don't use libgnome to open help, instead call Yelp directly.
4299
4300 2007-05-04  Ross Burton  <ross@openedhand.com>
4301
4302         * shell/ev-sidebar-attachments.c:
4303         Don't use libgnome to lookup icons for MIME types, instead copy
4304         code from GTK+ to do it manually.
4305
4306 2007-05-04  Ross Burton  <ross@openedhand.com>
4307
4308         * configure.ac:
4309         Add libxml to the dependencies for SHELL_CORE (#435818).
4310
4311 2007-05-02  Ross Burton  <ross@openedhand.com>
4312
4313         * configure.ac:
4314         * Makefile.am:
4315         Add --disable-thumbnailer (#434825)
4316
4317 2007-05-02  Ross Burton  <ross@openedhand.com>
4318
4319         * shell/ev-window.c:
4320         Add missing includes, fix indentation.
4321
4322         * shell/main.c:
4323         Fix indentation.
4324
4325 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4326
4327         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4328         ev_application_open_uri_at_dest instead of ev_application_open_uri
4329         preventing new document always being opened in a new window even if there
4330         is an empty window.
4331
4332 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4335         (egg_recent_view_uimanager_finalize):
4336         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4337         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4338         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4339         (ev_pixbuf_cache_dispose):
4340         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4341         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4342         
4343         Add missing chain to parent class methods. Fixes
4344         bug #433128.
4345
4346 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4347
4348         * data/Makefile.am (update-icon-cache): Updates
4349         gtk-update-icon-cache in uninstall-hook.
4350
4351 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-window.c: (ev_window_setup_document),
4354         (ev_window_set_document), (ev_window_load_job_cb):
4355         * shell/ev-view.c: (setup_caches):
4356         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4357
4358         Start rendering pages before any other jobs. 
4359
4360 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * shell/ev-window.c: (ev_window_stop_fullscreen),
4363         (ev_window_stop_presentation):
4364
4365         Update chrome visibility before window unfullscreen. 
4366
4367 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * data/Makefile.am:
4370         * data/evince-ui.xml:
4371         * shell/ev-stock-icons.[ch]:
4372         * shell/ev-application.[ch]: (ev_application_shutdown),
4373         (ev_application_init), (ev_application_get_toolbars_model):
4374         * shell/ev-window.c: (update_chrome_visibility),
4375         (fullscreen_toolbar_setup_item_properties),
4376         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4377         (ev_window_run_presentation), (ev_window_stop_presentation),
4378         (ev_window_run_preview), (ev_window_screen_changed),
4379         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4380         (ev_window_dispose), (ev_window_init):
4381
4382         Make fullscreen toolbar always visible. Do not use egg toolbars for
4383         fullscreen and preview modes since such toolbars are not editables.
4384         Fixes bugs #300278, #338910 and #316188.  
4385
4386 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4387
4388         * shell/ev-application.c:
4389         * shell/ev-job-queue.c:
4390         * shell/ev-metadata-manager.c:
4391         * shell/ev-stock-icons.c:
4392         * shell/ev-window.c:
4393         * shell/main.c:
4394         
4395         Developers documentation updated.
4396
4397 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4400
4401         Check whether uri is valid before launching it. Fixes bug #427664.
4402
4403 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * shell/ev-window.c:
4406
4407         Change key accelerator for Open a Copy menu entry which is in conflict
4408         with Close. Fixes bug #427321.
4409
4410 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * NEWS:
4413         * configure.ac:
4414         
4415         Update for release 0.8.1
4416
4417 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4418
4419         * shell/ev-window.c: (setup_size_from_metadata):
4420         
4421         Do not make window bigger than screen. Fixes bug 
4422         #388985.
4423
4424 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4427         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4428
4429         Use default resolution when it's not provided by document. Fixes bug
4430         #408762.
4431
4432 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * configure.ac:
4435         * thumbnailer/Makefile.am:
4436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4437         * thumbnailer/evince-thumbnailer.schemas.in:
4438         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4439
4440         Add support for ps, eps and compressed documents thumbnails. Do not
4441         ignore size parameter. 
4442
4443 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4444
4445         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4446         (dvi_document_do_color_special):
4447         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4448
4449         Implement font color specials in the DVI backend. Fixes bug #303651.
4450
4451 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4452
4453         Fixup the previous commit:
4454
4455         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4456         * shell/xdg-user-dir-lookup.c: Make the function non-static
4457         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4458
4459 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4460
4461         * shell/ev-window.c (file_open_dialog_response_cb): Use
4462         the xdg-user-dirs DOCUMENTS folder as default folder when
4463         opening a file chooser.  (#424858)
4464
4465         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4466         xdg-user-dirs.
4467
4468 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4469
4470         * shell/ev-window.c: (ev_window_load_job_cb):
4471
4472         Do not setup view from metadata on preview mode. 
4473
4474 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * shell/main.c:
4477
4478         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4479
4480 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4481
4482         * shell/ev-view.c: (ev_view_primary_get_cb):
4483
4484         Check pointer != NULL before using it. Fixes bug #416841. 
4485
4486 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * NEWS:
4489         * configure.ac:
4490         
4491         Release 0.8.0
4492
4493 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4494
4495         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4496
4497         Do not render thumbnails when sidebar thumbnail page is not visible
4498         at startup. Fixes bug #416447. 
4499
4500 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4501
4502         * data/evince.desktop.in.in:
4503
4504         "Application" is not a valid category in the freedesktop specification.
4505
4506 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4507
4508         * libdocument/ev-file-helpers.[ch]: (compression_run),
4509         (ev_file_uncompress), (ev_file_compress):
4510         * shell/ev-window.c: (file_save_dialog_response_cb):
4511
4512         Save document compressed when saving a copy of a compressed document.
4513         Fixes bug #334542.
4514
4515 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4518
4519         Allow deleting in goto window entry in presentation mode. 
4520
4521 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4522
4523         * Makefile.am: Dist MAINTAINERS.
4524
4525 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-window.c: (ev_window_update_actions):
4528
4529         Fix zoom shortcut keys when searching. Fixes bug #409828.
4530
4531 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * shell/ev-window.c: (ev_window_setup_document):
4534
4535         Fix crash when loading documents with only one page. 
4536
4537 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * backend/dvi/dvi-document.c:
4540         (dvi_document_thumbnails_get_dimensions),
4541         (dvi_document_thumbnails_get_thumbnail):
4542         * backend/impress/impress-document.c:
4543         (impress_document_thumbnails_get_thumbnail),
4544         (impress_document_thumbnails_get_dimensions):
4545         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4546         (ps_document_thumbnails_get_dimensions):
4547         * backend/djvu/djvu-document.c:
4548         (djvu_document_thumbnails_get_dimensions),
4549         (djvu_document_thumbnails_get_thumbnail):
4550         * backend/tiff/tiff-document.c:
4551         (tiff_document_thumbnails_get_thumbnail),
4552         (tiff_document_thumbnails_get_dimensions):
4553         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4554         (pdf_document_thumbnails_get_thumbnail),
4555         (pdf_document_thumbnails_get_dimensions):
4556         * backend/comics/comics-document.c:
4557         (comics_document_thumbnails_get_thumbnail),
4558         (comics_document_thumbnails_get_dimensions):
4559         * backend/pixbuf/pixbuf-document.c:
4560         (pixbuf_document_thumbnails_get_thumbnail),
4561         (pixbuf_document_thumbnails_get_dimensions):
4562         * libdocument/ev-document-thumbnails.[ch]:
4563         (ev_document_thumbnails_get_thumbnail),
4564         (ev_document_thumbnails_get_dimensions):
4565         * libdocument/ev-document-misc.[ch]:
4566         (ev_document_misc_get_thumbnail_frame):
4567         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4568         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4569         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4570         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4571         (ev_sidebar_thumbnails_refresh):
4572         * shell/ev-window.c: (ev_window_setup_document):
4573         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4574
4575         Use an EvRenderContext for rendering thumbnails instead of a suggested
4576         width, so that different sized pages get sized proportionally.
4577
4578 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-view.c: (ev_view_button_press_event),
4581         (ev_view_key_press_event):
4582
4583         Fix critical warnings when there is no document loaded. 
4584
4585 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * shell/ev-page-action-widget.c:
4588         * shell/ev-navigation-action.c:
4589         * shell/ev-window.c:
4590
4591         Fix compile warnings. 
4592
4593 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * backend/djvu/djvu-text.h:
4596         * backend/djvu/djvu-document.c:
4597         * backend/djvu/djvu-text-page.c:
4598         * backend/djvu/djvu-links.c:
4599         * backend/djvu/djvu-text-page.h:
4600         * backend/djvu/djvu-text.c:
4601         
4602         Fix build on Mac. Fixes bug #392186. Patch by
4603         <ephraim_owns@hotmail.com>
4604
4605 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4608
4609         Restore cairo context before rendering every page when printing a PDF
4610         document into a PDF file. 
4611
4612 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * backend/ps/gstypes.h:
4615         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4616         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4617         (ps_document_thumbnails_get_thumbnail):
4618
4619         Handle PostScript page orientation. Fixes bug #318568.
4620
4621 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * backend/ps/Makefile.am:
4624         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4625         (document_load), (ps_document_load), (save_document),
4626         (save_page_list), (ps_document_get_n_pages),
4627         (ps_document_get_page_size), (ps_document_get_info),
4628         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4629         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4630         (ps_document_thumbnails_get_thumbnail),
4631         (ps_document_thumbnails_get_dimensions),
4632         (ps_document_document_thumbnails_iface_init):
4633         * backend/ps/ps.[ch]: (psgetpagebox):
4634         * backend/ps/ps-interpreter.[ch]:
4635
4636         Add support for thumbnails in ps backend. Fixes bug #164755. 
4637
4638 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4639
4640         * NEWS:
4641         * configure.ac:
4642         
4643         Release 0.7.2
4644
4645 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4648         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4649         (ev_window_dispose):
4650
4651         Use document thumbnail as window icon. Fixes bug #384442.
4652
4653 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4654
4655         * configure.ac:
4656
4657         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4658         duplicated adding application/x-bzpostscript instead. 
4659
4660 2007-02-11  Tom Parker  <palfrey@tevp.net>
4661
4662         * backend/ps/ps-document.c: (document_load):
4663
4664         Check return value of psscan before trying
4665         to use it. Fixes bug #372414.
4666
4667 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4670
4671         Fix invalid free in ev-page-cache. Fixes bug #404745.
4672
4673 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * test/Makefile.am:
4676         * test/test3.py:
4677         
4678         Added reload test case.
4679
4680 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * po/POTFILES.in:
4683         * backend/djvu/djvu-document.c: (djvu_document_load):
4684
4685         Check whether there are missing files in indirect multipage djvu
4686         documents. Fixes bug #361683. 
4687
4688 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4689
4690         * test/Makefile.am:
4691         * test/test-mime.bin:
4692         * test/test3.py:
4693         
4694         Added test for slow mime type
4695
4696 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4699
4700         Add some checks and call parent_class->finalize. Fixes bug #404745.
4701
4702 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * shell/ev-navigation-action.c: (connect_proxy):
4705         
4706         Fixes dropdown history menu. Thanks a lot Carlos!
4707
4708 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4709
4710         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4711
4712         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4713         bug #373715.
4714
4715 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * backend/ps/ps.c: (psscan):
4718
4719         Fix memory leak. 
4720
4721 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * configure.ac:
4724         * libdocument/ev-file-helpers.c: 
4725
4726         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4727
4728 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * configure.ac:
4731         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4732         (ps_interpreter_start), (document_load), (save_document),
4733         (save_page_list):
4734         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4735         * libdocument/ev-document-factory.c:
4736         (ev_document_factory_get_from_mime), (get_document_from_uri),
4737         (free_uncompressed_uri), (ev_document_factory_get_document):
4738         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4739
4740         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4741
4742 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * libdocument/ev-document.h:
4745
4746         Fix typo in function name. 
4747
4748 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * backend/ps/ps-document.c: (ps_interpreter_finished),
4751         (ps_interpreter_start), (ps_interpreter_failed):
4752
4753         Handle ghostscript interpreter crashes. 
4754
4755 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * shell/ev-window.c: (ev_window_open_uri),
4758         (window_configure_event_cb):
4759
4760         Setup window size and position before showing it. Fixes bug #401711.
4761
4762 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * backend/ps/Makefile.am:
4765         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4766         (ps_document_dispose), (ps_document_class_init),
4767         (ps_interpreter_input), (ps_interpreter_output),
4768         (ps_interpreter_error), (setup_interpreter_env),
4769         (ps_interpreter_start), (ps_interpreter_stop),
4770         (ps_interpreter_failed), (ps_interpreter_is_ready),
4771         (check_filecompressed), (document_load), (ps_document_load),
4772         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4773         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4774         (render_page):
4775
4776         Rework ps-document. Code cleanups, remove deprecated code. 
4777
4778 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-view.c: (ev_view_button_press_event):
4781
4782         Do not start an image drag and drop operation when pointer is on 
4783         text, so that we can select text when the whole background is an
4784         image. 
4785
4786 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4787
4788         * shell/ev-window.c: (ev_window_update_actions): 
4789
4790         Disable all zoom related actions during presentation mode. 
4791
4792 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4793
4794         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4795
4796         Do not zoom in or out on presentation mode. Fixes bug #401305.
4797
4798 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4799
4800         * shell/ev-navigation-action.c: (connect_proxy),
4801         (create_menu_item), (ev_navigation_action_class_init):
4802         
4803         Correctly show menu and fix crash when navigaton 
4804         action is out of toolbar visible area.
4805
4806 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * data/Makefile.am:
4809         * data/evince.1:
4810         
4811         Added man file
4812
4813 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * help/reference/* :
4816         * configure.ac:
4817         
4818         Added gtk-doc based documentation for Evince.
4819         Still in initial state but I hope it will
4820         grow.
4821         
4822         * configure.ac:
4823         
4824         Lower dbus requirement to 0.70
4825
4826 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * shell/ev-window.c: (ev_window_add_history):
4829
4830         Fix memory leak. 
4831
4832 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4835         * shell/ev-view.h:
4836         * shell/ev-window.c: (ev_window_add_history):
4837         
4838         Correctly handle named destination links
4839
4840 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4841
4842         * NOTES:
4843         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4844         * backend/pdf/ev-poppler.cc:
4845         * libdocument/ev-document-links.h:
4846         * libdocument/ev-link.c: (ev_link_get_page):
4847         * libdocument/ev-link.h:
4848         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4849         (ev_history_add_link):
4850         * shell/ev-history.h:
4851         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4852         (new_history_menu_item), (build_menu):
4853         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4854         * shell/ev-sidebar-links.c: (create_loading_model),
4855         (print_section_cb), (ev_sidebar_links_construct),
4856         (fill_page_labels), (update_page_callback_foreach),
4857         (update_page_callback), (job_finished_callback):
4858         * shell/ev-view.c: (ev_view_handle_link):
4859         * shell/ev-window.c: (ev_window_find_chapter),
4860         (ev_window_add_history), (view_handle_link_cb),
4861         (history_changed_cb):
4862         
4863         Implements another history variant
4864
4865 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * shell/ev-window.c: (view_external_link_cb):
4868         * shell/ev-view.c: (ev_view_button_release_event):
4869
4870         Open links in new window when clicking with middle button. 
4871
4872 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * shell/ev-navigation-action.c: (new_history_menu_item):
4875         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4876         * shell/ev-view.c: (ev_view_handle_link):
4877         * shell/ev-window.c:
4878         
4879         Store link before jump, not the destination. For me it 
4880         seems like more natural history behavior.
4881
4882 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4885         (ev_navigation_action_class_init):
4886         * shell/ev-navigation-action.h:
4887         * shell/ev-page-action.c: (activate_cb):
4888         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4889         (ev_page_cache_set_current_page_history):
4890         * shell/ev-page-cache.h:
4891         * shell/ev-sidebar-thumbnails.c:
4892         (ev_sidebar_tree_selection_changed),
4893         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4894         * shell/ev-view-private.h:
4895         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4896         * shell/ev-view.h:
4897         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4898         (ev_window_setup_document), (ev_window_load_job_cb):
4899         * shell/ev-window.h:
4900         
4901         History finally works as expected.
4902
4903 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4904
4905         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4906
4907         Do not update links treeview if it doesn't have a model assigned yet. 
4908
4909 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4912         (ev_sidebar_links_class_init), (update_page_callback):
4913
4914         Do not update links treeview when sidepane is not visible. 
4915
4916 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-marshal.list:
4919         * shell/ev-page-action.c: (activate_cb),
4920         (ev_page_action_class_init):
4921         * shell/ev-page-action.h:
4922         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4923         * shell/ev-window.c:
4924         
4925         Remove activate_link signal, not required.
4926
4927 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * shell/ev-navigation-action.c: (build_menu):
4930         
4931         Reorder menu items and build menu with fixed length.
4932
4933 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4934
4935         * shell/ev-view.c: (get_selected_text):
4936         
4937         Normalize text to fix ligatures problem. See bug
4938         #341947 for details.
4939
4940 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4943
4944         Fix memory leak in ev-page-cache. 
4945
4946 2007-01-25  Tom Parker <palfrey@tevp.net>
4947
4948         * backend/impress/impress-document.c: (impress_document_load),
4949         (impress_document_finalize), (impress_document_init):
4950         * properties/ev-properties-main.c: (ev_properties_get_pages):
4951         
4952         Correctly handle impress document errors. Fixes nautilus
4953         crash in property page #370491.
4954
4955 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4956
4957         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4958         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4959         (ev_job_queue_remove_job):
4960         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4961         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4962         (ev_job_load_run):
4963         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4964         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4965         (ev_window_load_job_cb), (xfer_update_progress_callback),
4966         (ev_window_open_uri), (ev_window_dispose):
4967         * shell/main.c: (main):
4968
4969         Do file transfer asynchronously in the main thread instead of
4970         synchronously in the load thread. Fixes bugs #399694, #398307 and
4971         #343542.
4972
4973 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * shell/ev-jobs.c: (ev_job_xfer_run):
4976
4977         Load the document with the font-config lock held. 
4978
4979 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * backend/ps/ps-document.c: (start_interpreter):
4982
4983         Fix memory leaks in ps backend. 
4984
4985 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4986
4987         * backend/impress/impress-document.c:
4988         (impress_document_render_pixbuf):
4989
4990         Do not acquire fontconfig lock in impress backend, since it is using
4991         the main loop for rendering. 
4992
4993 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * po/POTFILES.in: 
4996
4997         Remove mdvi files that shouldn't be translated. 
4998
4999 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * shell/ev-view-private.h:
5002         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5003         (ev_view_set_zoom):
5004
5005         Render "loading..." text into a cairo surface instead of directly into
5006         the window so that fontconfig lock is only needed once and UI is not
5007         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5008
5009 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5010
5011         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5012         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5013
5014         Use icon theme associated with the window screen rather than default. 
5015
5016 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5017
5018         * configure.ac:
5019
5020         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5021
5022 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5023
5024         * data/icons/*/apps/evince.*:
5025
5026         Move Evince icons under new apps directory.
5027
5028         * data/icons/*/actions/*:
5029
5030         Add new custom themeable Evince icons: view-page-continuous, 
5031         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5032         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5033
5034         * configure.ac:
5035
5036         Add new directories to AC_CONFIG_FILES.
5037
5038         * shell/ev-stock-icons.c:
5039         * shell/ev-stock-icons.h:
5040
5041         Use new custom themeable icons.
5042
5043 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5044
5045         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5046
5047         Do not draw white background page in presentation mode. 
5048
5049 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5050
5051         * shell/ev-view.c: Remove unused gnome-vfs include.
5052
5053 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5054
5055         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5056         
5057         Format string is corrected, fixes bug #397129.
5058
5059 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * shell/ev-window.c: (ev_window_setup_recent):
5062
5063         Do not include in recent menu inexistent documents. Fixes
5064         bug #339171.
5065
5066 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * po/POTFILES.skip: 
5069
5070         Update POTFILES.skip file according to current source tree. 
5071
5072 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5073
5074         * shell/ev-window.c: (file_save_dialog_response_cb):
5075
5076         Do Save a copy in atomic way. Fixes bug #328266. 
5077
5078 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5079
5080         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5081
5082         Keep selected cell always visible in index treeview.
5083
5084 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5085         
5086         * shell/ev-view.c: (ev_view_size_allocate):
5087
5088         Restore horizontal scrollbar after switching to/from fullscreen
5089         or presentation mode. Fixes bug #331728.
5090
5091 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5092
5093         * shell/ev-view-private.h:
5094         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5095         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5096         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5097         (ev_view_can_zoom_out):
5098
5099         Use max and min scale values in the view iby taking dpi into account. 
5100
5101 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * configure.ac:
5104         * NEWS:
5105
5106         Release 0.7.1
5107
5108 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-window.c: (ev_window_print_send):
5111
5112         Send print job to printer with some settings set to default values,
5113         since we have already exported to a file according to such settings
5114         and they could be taken twice by some printers. 
5115
5116 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * shell/ev-jobs.c: (ev_job_xfer_run):
5119         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5120
5121         Show main window and load document with the font-config lock held. 
5122
5123 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * configure.ac:
5126         * shell/ev-application.c: (ev_application_register_service):
5127         * shell/main.c: (load_files_remote):
5128
5129         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5130
5131 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5132
5133         * doc/debugging.txt:
5134         
5135         Remove obsolete documentation.
5136
5137 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5138
5139         * Makefile.am:
5140         * backend/Makefile.am:
5141         * backend/comics/Makefile.am:
5142         * backend/djvu/Makefile.am:
5143         * backend/dvi/Makefile.am:
5144         * backend/ev-async-renderer.c:
5145         * backend/ev-async-renderer.h:
5146         * backend/ev-attachment.c:
5147         * backend/ev-attachment.h:
5148         * backend/ev-backend-marshal.c:
5149         * backend/ev-document-factory.c:
5150         * backend/ev-document-factory.h:
5151         * backend/ev-document-find.c:
5152         * backend/ev-document-find.h:
5153         * backend/ev-document-fonts.c:
5154         * backend/ev-document-fonts.h:
5155         * backend/ev-document-images.c:
5156         * backend/ev-document-images.h:
5157         * backend/ev-document-info.h:
5158         * backend/ev-document-links.c:
5159         * backend/ev-document-links.h:
5160         * backend/ev-document-misc.c:
5161         * backend/ev-document-misc.h:
5162         * backend/ev-document-security.c:
5163         * backend/ev-document-security.h:
5164         * backend/ev-document-thumbnails.c:
5165         * backend/ev-document-thumbnails.h:
5166         * backend/ev-document-transition.c:
5167         * backend/ev-document-transition.h:
5168         * backend/ev-document.c:
5169         * backend/ev-document.h:
5170         * backend/ev-file-exporter.c:
5171         * backend/ev-file-exporter.h:
5172         * backend/ev-image.c:
5173         * backend/ev-image.h:
5174         * backend/ev-link-action.c:
5175         * backend/ev-link-action.h:
5176         * backend/ev-link-dest.c:
5177         * backend/ev-link-dest.h:
5178         * backend/ev-link.c:
5179         * backend/ev-link.h:
5180         * backend/ev-render-context.c:
5181         * backend/ev-render-context.h:
5182         * backend/ev-selection.c:
5183         * backend/ev-selection.h:
5184         * backend/impress/Makefile.am:
5185         * backend/pdf/Makefile.am:
5186         * backend/pixbuf/Makefile.am:
5187         * backend/ps/Makefile.am:
5188         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5189         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5190         (start_interpreter), (stop_interpreter), (document_load),
5191         (ps_document_next_page), (render_page):
5192         * backend/tiff/Makefile.am:
5193         * comics/Makefile.am:
5194         * comics/comics-document.c:
5195         * comics/comics-document.h:
5196         * configure.ac:
5197         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5198         * djvu/Makefile.am:
5199         * djvu/djvu-document-private.h:
5200         * djvu/djvu-document.c:
5201         * djvu/djvu-document.h:
5202         * djvu/djvu-links.c:
5203         * djvu/djvu-links.h:
5204         * djvu/djvu-text-page.c:
5205         * djvu/djvu-text-page.h:
5206         * djvu/djvu-text.c:
5207         * djvu/djvu-text.h:
5208         * dvi/Makefile.am:
5209         * dvi/dvi-document.c:
5210         * dvi/dvi-document.h:
5211         * dvi/fonts.c:
5212         * dvi/fonts.h:
5213         * dvi/mdvi-lib/Makefile.am:
5214         * dvi/mdvi-lib/afmparse.c:
5215         * dvi/mdvi-lib/afmparse.h:
5216         * dvi/mdvi-lib/bitmap.c:
5217         * dvi/mdvi-lib/bitmap.h:
5218         * dvi/mdvi-lib/color.c:
5219         * dvi/mdvi-lib/color.h:
5220         * dvi/mdvi-lib/common.c:
5221         * dvi/mdvi-lib/common.h:
5222         * dvi/mdvi-lib/defaults.h:
5223         * dvi/mdvi-lib/dvimisc.c:
5224         * dvi/mdvi-lib/dviopcodes.h:
5225         * dvi/mdvi-lib/dviread.c:
5226         * dvi/mdvi-lib/files.c:
5227         * dvi/mdvi-lib/font.c:
5228         * dvi/mdvi-lib/fontmap.c:
5229         * dvi/mdvi-lib/fontmap.h:
5230         * dvi/mdvi-lib/fontsrch.c:
5231         * dvi/mdvi-lib/gf.c:
5232         * dvi/mdvi-lib/hash.c:
5233         * dvi/mdvi-lib/hash.h:
5234         * dvi/mdvi-lib/list.c:
5235         * dvi/mdvi-lib/mdvi.h:
5236         * dvi/mdvi-lib/pagesel.c:
5237         * dvi/mdvi-lib/paper.c:
5238         * dvi/mdvi-lib/paper.h:
5239         * dvi/mdvi-lib/pk.c:
5240         * dvi/mdvi-lib/private.h:
5241         * dvi/mdvi-lib/setup.c:
5242         * dvi/mdvi-lib/sp-epsf.c:
5243         * dvi/mdvi-lib/special.c:
5244         * dvi/mdvi-lib/sysdeps.h:
5245         * dvi/mdvi-lib/t1.c:
5246         * dvi/mdvi-lib/tfm.c:
5247         * dvi/mdvi-lib/tfmfile.c:
5248         * dvi/mdvi-lib/tt.c:
5249         * dvi/mdvi-lib/util.c:
5250         * dvi/mdvi-lib/vf.c:
5251         * dvi/pixbuf-device.c:
5252         * dvi/pixbuf-device.h:
5253         * impress/Makefile.am:
5254         * impress/common.h:
5255         * impress/document.c:
5256         * impress/f_oasis.c:
5257         * impress/f_oo13.c:
5258         * impress/iksemel.c:
5259         * impress/iksemel.h:
5260         * impress/imposter.h:
5261         * impress/impress-document.c:
5262         * impress/impress-document.h:
5263         * impress/internal.h:
5264         * impress/r_back.c:
5265         * impress/r_draw.c:
5266         * impress/r_geometry.c:
5267         * impress/r_gradient.c:
5268         * impress/r_style.c:
5269         * impress/r_text.c:
5270         * impress/render.c:
5271         * impress/render.h:
5272         * impress/zip.c:
5273         * impress/zip.h:
5274         * lib/Makefile.am:
5275         * lib/ev-debug.c:
5276         * lib/ev-debug.h:
5277         * lib/ev-file-helpers.c:
5278         * lib/ev-file-helpers.h:
5279         * lib/ev-gui.c:
5280         * lib/ev-gui.h:
5281         * lib/ev-tooltip.c:
5282         * lib/ev-tooltip.h:
5283         * libdocument/Makefile.am:
5284         * libdocument/ev-file-helpers.c:
5285         * pdf/Makefile.am:
5286         * pdf/ev-poppler.cc:
5287         * pdf/ev-poppler.h:
5288         * pixbuf/Makefile.am:
5289         * pixbuf/pixbuf-document.c:
5290         * pixbuf/pixbuf-document.h:
5291         * properties/Makefile.am:
5292         * ps/Makefile.am:
5293         * ps/gsdefaults.c:
5294         * ps/gsdefaults.h:
5295         * ps/gsio.c:
5296         * ps/gsio.h:
5297         * ps/gstypes.h:
5298         * ps/ps-document.c:
5299         * ps/ps-document.h:
5300         * ps/ps.c:
5301         * ps/ps.h:
5302         * shell/Makefile.am:
5303         * shell/ev-application.h:
5304         * shell/ev-sidebar-links.c:
5305         * shell/ev-sidebar-links.h:
5306         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5307         (ev_gui_menu_position_tree_selection):
5308         * shell/ev-utils.h:
5309         * shell/ev-view.c: (ev_view_finalize):
5310         * shell/ev-window.c:
5311         * shell/main.c: (main):
5312         * thumbnailer/Makefile.am:
5313         * tiff/Makefile.am:
5314         * tiff/tiff-document.c:
5315         * tiff/tiff-document.h:
5316         * tiff/tiff2ps.c:
5317         * tiff/tiff2ps.h:
5318         
5319         Reorganize source tree.
5320
5321 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5322
5323         * backend/ev-document-factory.c:
5324
5325         Do not include ev-poppler.h when pdf is disabled. 
5326
5327 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5328
5329         * configure.ac:
5330         * data/evince-ui.xml:
5331         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5332         (pdf_document_document_images_iface_init):
5333         * backend/Makefile.am:
5334         * backend/ev-document-images.[ch]:
5335         * backend/ev-image.[ch]:
5336         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5337         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5338         (ev_job_xfer_run):
5339         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5340         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5341         (ev_pixbuf_cache_get_image_mapping):
5342         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5343         (view_menu_popup_cb), (ev_window_dispose),
5344         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5345         (ev_view_popup_cmd_copy_image):
5346         * shell/ev-view-private.h:
5347         * shell/ev-view.c: (ev_view_get_image_at_location),
5348         (ev_view_do_popup_menu), (ev_view_popup_menu),
5349         (ev_view_button_press_event), (ev_view_drag_data_get),
5350         (ev_view_drag_motion), (ev_view_drag_data_received),
5351         (ev_view_motion_notify_event), (ev_view_button_release_event),
5352         (ev_view_finalize), (ev_view_class_init):
5353
5354         Add image handling support. Fixes bugs #310008 and #325047. Images
5355         selection is not supported yet. 
5356
5357 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5360         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5361         (ev_view_init):
5362
5363         Move view drag and drop stuff to ev-view.
5364
5365 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5368         * shell/ev-view.c: (clear_selection): 
5369
5370         Clear selection also in pixbuf cache.
5371
5372 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5373
5374         * data/evince.desktop.in.in:
5375         
5376         Change icon name in desktop file. See bug #390734
5377         for details.
5378
5379 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5380
5381         * thumbnailer/Makefile.am:
5382
5383         Use top_builddir instead top_srcdir for generated schema
5384         file installation. Fixes bug #390161.
5385
5386 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5387
5388         * configure.ac:
5389         * backend/Makefile.am:
5390         * backend/ev-document-transition.[ch]:
5391         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5392         (pdf_document_page_transition_iface_init):
5393         * shell/ev-view-private.h:
5394         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5395         (ev_view_set_presentation), (transition_next_page),
5396         (ev_view_presentation_transition_stop),
5397         (ev_view_presentation_transition_start), (ev_view_next_page):
5398
5399         Add page transition support in presentation mode. At the moment only
5400         page duration is supported, but not transition effects. Fixes bug
5401         #309815.
5402
5403 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5404
5405         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5406
5407         Run find_link_dest with document lock held, since it's called by links
5408         thread and main thread at the same time. 
5409
5410 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5411
5412         * shell/ev-view.c: (goto_dest):
5413
5414         Update page-cache when page is changed by the view, so that
5415         page-changed signal is emitted. 
5416
5417 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5418
5419         * test/test1.py:
5420         * test/test2.py:
5421
5422         Use C locale in tests. 
5423
5424 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5425
5426         * shell/ev-window.c: (ev_window_run_presentation):
5427         * shell/ev-view-private.h:
5428         * shell/ev-view.c: (ev_view_set_presentation):
5429
5430         Restore zoom settings when back from presentation mode. 
5431
5432 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5433
5434         * shell/ev-window.c: (ev_window_run_presentation):
5435
5436         Always use "best fit" zoom in presentation mode.
5437         Fixes bug #389195.
5438
5439 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5440
5441         * shell/ev-view.c: (ev_view_goto_window_create):
5442
5443         Show "Jump to page" label in the page jumping popup in
5444         presentation mode instead of just a GtkEntry.
5445
5446 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5447
5448         * shell/ev-window.c: (launch_external_uri):
5449
5450         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5451         #378085.
5452
5453 2006-12-22  Elijah Newren  <newren gmail com>
5454
5455         * configure.ac: explicitly check for libxml2.  Fixes #388795
5456
5457 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5458
5459         * shell/ev-view-private.h:
5460         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5461         (ev_view_goto_window_delete_event), (key_is_numeric),
5462         (ev_view_goto_window_key_press_event),
5463         (ev_view_goto_window_button_press_event),
5464         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5465         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5466         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5467
5468         Allow jumping to another page by typing a page number in presentation
5469         mode. It uses a popup window with an entry. Fixes bug #353625.
5470
5471 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * configure.ac:
5474         * properties/ev-properties-view.c: (ev_get_default_user_units),
5475         (ev_regular_paper_size):
5476         
5477         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5478         to Damien Carbery <damien.carbery@sun.com> and
5479         Yevgen Muntyan <muntyan@tamu.edu>.
5480
5481 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5482
5483         * shell/ev-window.c: (setup_document_from_metadata):
5484
5485         Make sure Evince doesn't restore the view on the last
5486         page when a document is reopened. Fixes bug #383381.
5487
5488 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5489
5490         * shell/ev-view.c: (draw_loading_text):
5491
5492         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5493
5494 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5495
5496         * configure.ac:
5497         * NEWS:
5498
5499         Release 0.7.0
5500
5501 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * configure.ac:
5504         * pdf/ev-poppler.cc: (pdf_print_context_free),
5505         (pdf_document_file_exporter_begin),
5506         (pdf_document_file_exporter_do_page):
5507
5508         Make cairo-pdf depedency optional. 
5509
5510 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5511
5512         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5513
5514         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5515
5516 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5517
5518         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5519         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5520         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5521         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5522         * shell/ev-view.c: (draw_loading_text):
5523         * shell/ev-window.c: (ev_window_cmd_file_properties):
5524
5525         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5526         related to using FontConfig from different threads.
5527         
5528 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * shell/ev-view.c: (draw_loading_text):
5531
5532         Acquire lock document when drawing "Loading..." text so that only one
5533         thread will use FontConfig at the same time. Fixes bug #374750.
5534
5535 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * shell/ev-page-action.[ch]: (activate_cb):
5538         * shell/ev-window.c: (activate_label_cb):
5539
5540         Check if text inserted in page entry is a valid page number when it
5541         doesn't match to any document page label. Fixes bug #383165.
5542
5543 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5544         * shell/ev-window.c:
5545
5546         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5547         available with GTK < 2.10. Added an ifdef to avoid compilation
5548         error.
5549
5550 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5551
5552         * configure.ac:
5553         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5554
5555         Fix ps backend in multihead systems.
5556
5557 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5558
5559         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5560         * shell/ev-window.c: (ev_window_get_screen_dpi),
5561         (ev_window_update_actions), (setup_view_from_metadata),
5562         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5563
5564         Take screen DPI into account when zooming. Fixes bug #318285.
5565
5566 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5567
5568         * data/Makefile.am:
5569
5570         Cleaned up/slightly refactored Makefile.am. Added GConf
5571         schemas uninstallation as well.
5572
5573 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5574
5575         * Makefile.am:
5576         * test/Makefile.am:
5577
5578         Fight with autotools to fix make check. Make distcheck
5579         works fine as well now!
5580
5581 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5582
5583         * shell/ev-view.c: (draw_end_presentation_page):
5584
5585         Corrected "end of presentation" string.
5586
5587 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5588
5589         * shell/ev-view.c: (ev_view_key_press_event):
5590
5591         Correctly propagate key press event so that up/down keys
5592         work as expected (correct behaviour was broken by
5593         black/white screen key bindings for presentations).
5594
5595 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5596
5597         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5598         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5599         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5600         (pdf_selection_get_selection_region),
5601         (pdf_selection_get_selection_map):
5602
5603         Add "static" to some private functions. 
5604
5605 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5606
5607         * lib/ev-tooltip.h:
5608         * properties/ev-properties-view.h:
5609         * shell/ev-jobs.h:
5610         * shell/ev-properties-dialog.h:
5611         * shell/ev-properties-fonts.h:
5612         * shell/ev-sidebar-links.h:
5613         * shell/ev-sidebar-thumbnails.h:
5614         * shell/ev-sidebar.h:
5615         * shell/ev-window.h:
5616         
5617         Fixes CHACK type in class casts. See bug #385343
5618         for details.
5619
5620 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * shell/ev-view-private.h:
5623         * shell/ev-view.c: (draw_end_presentation_page),
5624         (ev_view_expose_event), (ev_view_key_press_event),
5625         (ev_view_class_init), (ev_view_init):
5626
5627         Blank screen in presentation mode when pressing 'b' (filling with
5628         black) or 'w' (filling with white) keys. Fixes bug #358132.
5629
5630 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5631
5632         * data/evince-toolbar.xml:
5633         * shell/ev-window.c:
5634         
5635         Use stock icon for Select All action. Fixes
5636         bug #382652.
5637
5638 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5639
5640         * shell/ev-view.c: (get_doc_point_from_offset),
5641         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5642
5643         Add links support in rotated documents. Fixes bug #343733.
5644
5645 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * shell/ev-view-private.h:
5648         * shell/ev-view.c: (draw_end_presentation_page),
5649         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5650
5651         Show a blank page after the last page in presentation mode with a
5652         message indicating that presentation has finished and how to exit. 
5653
5654 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5655
5656         * shell/ev-window.c: (fullscreen_timeout_cb):
5657
5658         Hide cursor after a while in presentation mode. 
5659
5660 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5661
5662         * backend/ev-document-info.h:
5663         * data/evince-properties.glade:
5664         * pdf/ev-poppler.cc:
5665         * properties/ev-properties-view.c: (ev_regular_paper_size),
5666         (ev_properties_view_set_info):
5667         * ps/ps-document.c: (ps_document_get_info):
5668
5669         Adds a paper size field to the properties dialog. Fixes
5670         bug #307315. Patch by Kasper Svendsen (with some i18n
5671         changes done by me).
5672
5673 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5676         (screensaver_init_dbus), (totem_scrsaver_new),
5677         (totem_scrsaver_init):
5678         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5679         * shell/ev-application.c: (ev_application_register_service),
5680         (ev_application_screensaver_enable),
5681         (ev_application_screensaver_disable):
5682         * shell/ev-application.h:
5683         * shell/ev-window.c: (ev_window_run_presentation),
5684         (ev_window_stop_presentation), (build_comments_string),
5685         (ev_window_init):
5686         
5687         Move screensaver handling to application. No more
5688         message on startup.
5689
5690 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * configure.ac:
5693         * backend/Makefile.am:
5694         * backend/ev-file-exporter.[ch]:
5695         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5696         * ps/ps-document.c: (ps_document_file_exporter_*):
5697         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5698         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5699         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5700         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5701
5702         Allow printing to PDF when suppoted by the backend.
5703         
5704 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5705
5706         * shell/ev-window.c: (build_comments_string):
5707
5708         Use always "Document Viewer" in about dialog. 
5709
5710 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * djvu/djvu-document.c: (djvu_document_get_page_size):
5713
5714         Display a warning message when get_pageinfo fails. 
5715
5716 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5717
5718         * Makefile.am:
5719         * backend/Makefile.am:
5720         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5721         * configure.ac:
5722         * shell/ev-window.c: (build_comments_string):
5723         
5724         Make pdf compilation optional. See bug #38007.
5725
5726 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5727
5728         * ps/ps.c: (get_next_text):
5729
5730         Fix CVE-2006-5864.
5731
5732 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5733
5734         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5735         * shell/ev-navigation-action.c: (connect_proxy),
5736         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5737         
5738         Do not call g_type_class_peek_parent twice.
5739
5740 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * configure.ac:
5743         * data/icons/24x24/.cvsignore:
5744         * data/icons/24x24/Makefile.am:
5745         * data/icons/24x24/evince.png:
5746         * data/icons/Makefile.am:
5747         
5748         Add 24x24 icon. Thanks to 
5749         Michael Monreal <infernux@web.de>.
5750
5751 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * configure.ac: Fix typo in configure.ac. Thanks
5754         to dmacks@netspace.org for notification.
5755
5756 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5759         
5760         Drop dbus include, fixes compilation with older dbus.
5761
5762 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5763
5764         * configure.ac:
5765         * cut-n-paste/Makefile.am:
5766         * cut-n-paste/totem-screensaver/.cvsignore
5767         * cut-n-paste/totem-screensaver/Makefile.am:
5768         * cut-n-paste/totem-screensaver/README:
5769         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5770         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5771         * shell/Makefile.am:
5772         * shell/ev-window.c: (ev_window_run_presentation),
5773         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5774         (ev_window_init):
5775
5776         Implemented screensaver enabling/disabling for
5777         presentation mode (not fullscreen mode). Code stolen
5778         from Totem (with some minor tweaks). Fixes bug #338889.
5779
5780 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5781
5782         * configure.ac:
5783
5784         Bump gnome-icon-theme requirements. We use the rotation
5785         icons that appeared recently.
5786
5787 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * shell/ev-history.c: (ev_history_add_page):
5790         * shell/ev-history.h:
5791         * shell/ev-window.c: (page_changed_cb):
5792         
5793         Use page labels instead of numbers.
5794
5795 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * data/evince-toolbar.xml:
5798         * po/POTFILES.in:
5799         * shell/Makefile.am:
5800         * shell/ev-navigation-action-widget.c:
5801         (ev_navigation_action_widget_init),
5802         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5803         (menu_detacher), (ev_navigation_action_widget_set_menu),
5804         (menu_position_func), (popup_menu_under_arrow),
5805         (ev_navigation_action_widget_toggled),
5806         (ev_navigation_action_widget_button_press_event):
5807         * shell/ev-navigation-action-widget.h:
5808         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5809         (ev_navigation_action_set_window), (activate_menu_item_cb),
5810         (new_history_menu_item), (new_empty_history_menu_item),
5811         (build_menu), (menu_activated_cb), (connect_proxy),
5812         (create_tool_item), (ev_navigation_action_init),
5813         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5814         * shell/ev-navigation-action.h:
5815         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5816         (ev_page_action_widget_set_page_cache),
5817         (ev_page_action_widget_finalize),
5818         (ev_page_action_widget_class_init), (match_selected_cb),
5819         (display_completion_text), (match_completion), (build_new_tree_cb),
5820         (get_filter_model_from_model),
5821         (ev_page_action_widget_update_model):
5822         * shell/ev-page-action-widget.h:
5823         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5824         (connect_proxy):
5825         * shell/ev-page-action.h:
5826         * shell/ev-stock-icons.c:
5827         * shell/ev-stock-icons.h:
5828         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5829         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5830         (register_custom_actions):
5831         * shell/main.c:
5832         
5833         Preliminary history implementation
5834
5835 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5838         (dvi_document_class_init), (dvi_document_init_params):
5839         * dvi/mdvi-lib/font.c: (font_reference):
5840         
5841         Add reference to subfont. Fixes bug #374277.
5842
5843 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5846         (ev_window_cmd_file_open_copy_at_dest):
5847
5848         Fix a race condition when creating symlink. Increase the counter
5849         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5850         Mathias Hasselmann).
5851
5852 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5853
5854         * backend/Makefile.am:
5855         * backend/ev-attachment.c: (ev_attachment_open):
5856         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5857         (ev_tmp_dir), (ev_tmp_filename):
5858         * shell/ev-sidebar-attachments.c:
5859         (ev_sidebar_attachments_drag_data_get):
5860         * shell/ev-window.c: (ev_window_clear_temp_file):
5861
5862         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5863         in ensure_dir_exists. Abort without crashing when we can't create
5864         user's directory.
5865
5866 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5867
5868         * data/evince-ui.xml:
5869         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5870         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5871         (ev_window_cmd_file_open_copy_at_dest),
5872         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5873         (ev_view_popup_cmd_open_link_new_window):
5874
5875         Allow opening a copy of the current document in a new window. Fixes bug
5876         #357472
5877
5878 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5879
5880         * data/evince-toolbar.xml:
5881         
5882         Add rotate right and rotate left to available items for toolbar.
5883         
5884         * data/evince-ui.xml:
5885         * shell/ev-window.c: (ev_window_init):
5886         
5887         Customize toolbar with right click. Fixes bug #372451.
5888
5889 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5890
5891         * shell/ev-window.c: 
5892         
5893         Use "object-rotate-{left,right}" stock icons. Fixes 
5894         bug #373863.
5895
5896 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5897
5898         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5899         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5900         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5901         (ev_window_open_uri):
5902         * shell/main.c: (arguments_parse):
5903
5904         Remove temp file created when evince is used by GTK+ in
5905         preview mode. Fixes bug #365282. 
5906
5907 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5910         
5911         Fixes bug #372474 - Side pane disabled when entering 
5912         and leaving fullscreen mode.
5913
5914 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5917         * data/Makefile.am:
5918         * data/evince-preview-toolbar.xml:
5919         * data/evince-toolbar.xml:
5920         * shell/ev-application.c: (ev_application_shutdown),
5921         (ev_application_init), (ev_application_get_toolbars_model):
5922         * shell/ev-application.h:
5923         * shell/ev-window.c: (update_chrome_visibility),
5924         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5925         (ev_window_cmd_edit_toolbar), (ev_window_init):
5926         
5927         Fixes bug #364364 - toolbar editor shows zoom actions again.
5928
5929 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5930
5931         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5932
5933         Do not take margins into consideration for paper size when printing.
5934         Really fixes bug #350491.
5935
5936 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5937
5938         * data/evince-ui.xml:
5939         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5940         (ev_window_cmd_file_print_setup),
5941         (ev_window_print_dialog_response_cb),
5942         (ev_window_setup_action_sensitivity):
5943
5944         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5945
5946 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5947
5948         * shell/ev-window.c: (ev_window_print_range):
5949
5950         Revert my previuos commit, since printing to PDF is not supported by
5951         evince yet. 
5952
5953 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5954
5955         * shell/ev-window.c: (ev_window_print_range):
5956
5957         Enable print to a PDF. Fixes bug #332121.
5958
5959 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5960
5961         * shell/ev-application-service.xml:
5962         * shell/ev-application.[ch]: (ev_application_open_window),
5963         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5964         (ev_application_open_uri), (ev_application_open_uri_list):
5965         * shell/ev-window.c: (file_open_dialog_response_cb),
5966         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5967         (drag_data_received_cb), (open_remote_link):
5968         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5969
5970         Add support for multiscreen systems. Fixes bug #316206.
5971
5972 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5973
5974         * shell/ev-jobs.[ch]: (ev_job_print_new),
5975         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5976         (ev_job_print_do_page):
5977         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5978
5979         Allow printing only odd/even pages. Fixes bug #367289.
5980
5981 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5982
5983         * test/test1.py:
5984         * test/test2.py:
5985
5986         Re-add locale settings to test files.
5987
5988 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * data/evince-ui.xml:
5991         * shell/ev-window.c: (set_action_properties):
5992         
5993         Removed garbage from code and ui.
5994
5995 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5996
5997         * shell/ev-window.c: (ev_window_cmd_help_about):
5998
5999         Shamelessly add my name to the list of contributors.
6000
6001 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6002
6003         * test/test1.py:
6004         * test/test2.py:
6005
6006         Cleaned up the dogtail scripts.
6007
6008 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6009
6010         * shell/ev-view.c: (draw_loading_text): Don't render
6011         "loading..." text in presentation mode. Temporary
6012         workaround for bug #320352.
6013
6014 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6017         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6018
6019         Use print settings scale, copies, collate and reverse which were
6020         ignored. Fixes bug #359032.
6021
6022 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * configure.ac:
6025         * data/evince-password.glade:
6026         * test/Makefile.am:
6027         * test/test-encrypt.pdf:
6028         * test/test-links.pdf:
6029         * test/test1.py:
6030         * test/test2.py:
6031
6032         Add automated UI tests for evince with dogtail. See
6033         bug #300948.    
6034
6035 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6036
6037         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6038
6039         Hide fullscreen toolbar when switching to another desktop workspace.
6040         Fixes bug #338871
6041
6042 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * shell/ev-window-title.c: 
6045         
6046         Test for .dvi in title of pdf documents.
6047
6048 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6049
6050         * shell/ev-view.c: (ev_view_scroll):
6051
6052         Page Up/Down should do page jumps in "Best fit" mode.
6053         If a user has explicitly chosen to view exactly one page
6054         at a time, scrolling just a part of the page when
6055         pressing Page Up/Down is not right. Fixes bug #323107.
6056
6057 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6058
6059         * NEWS:
6060         * configure.ac:
6061         
6062         Update for 0.6.1
6063
6064 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6067         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6068         
6069         Correctly disconnect from job signals on destroy.
6070
6071 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * shell/ev-view-private.h:
6074         * shell/ev-view.c: (view_set_adjustment_values),
6075         (view_update_range_and_current_page),
6076         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6077         
6078         Fixes bug #343199, current page now follows find page.
6079
6080 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6081
6082         * backend/ev-document-factory.c:
6083         * configure.ac:
6084         Assigned OpenDocument presenation MIME type to the
6085         Impress backend. Added some missing (but harmless)
6086         #ifdefs in the document factory as well to make things
6087         consistent again. Fixes bug #360658.
6088
6089 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6090
6091         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6092         * backend/ev-document-find.c: (ev_document_find_get_type):
6093         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6094         * backend/ev-document-links.c: (ev_document_links_get_type):
6095         * backend/ev-document-security.c: (ev_document_security_get_type):
6096         * backend/ev-document-thumbnails.c:
6097         (ev_document_thumbnails_get_type):
6098         * backend/ev-document.c: (ev_document_get_type):
6099         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6100         * backend/ev-selection.c: (ev_selection_get_type):
6101         * cut-n-paste/recent-files/egg-recent-model.c:
6102         (egg_recent_model_get_type):
6103         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6104         (egg_recent_view_uimanager_get_type):
6105         * cut-n-paste/recent-files/egg-recent-view.c:
6106         (egg_recent_view_get_type):
6107         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6108         (egg_editable_toolbar_get_type):
6109         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6110         (egg_toolbar_editor_get_type):
6111         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6112         (egg_toolbars_model_get_type):
6113         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6114         (egg_tree_multi_drag_source_get_type):
6115         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6116         (ephy_zoom_action_get_type):
6117         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6118         (ephy_zoom_control_get_type):
6119         * impress/r_back.c: (_imp_fill_back):
6120         * properties/ev-properties-main.c:
6121         (ev_properties_plugin_register_type):
6122         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6123         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6124         (ev_view_accessible_factory_get_type):
6125
6126         Reduce relocations. Bug #360616.
6127
6128 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * backend/ev-document-factory.c:
6131         (ev_document_factory_get_document):
6132         
6133         Load document even if extension is wrong.
6134
6135 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6136
6137         * shell/ev-metadata-manager.c: (save_values):
6138         * shell/ev-window.c: (setup_size_from_metadata),
6139         (setup_view_from_metadata), (ev_window_setup_document),
6140         (ev_window_xfer_job_cb), (window_configure_event_cb):
6141         
6142         Set size according to the document size/page size ratio.
6143         That should correct rather wierd behaviour of the previous
6144         commit.
6145
6146 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * shell/ev-window.c: (setup_view_from_metadata):
6149         
6150         Set size for new windows from previous window size.
6151         See bugs #354968 and #168450 for details. Thanks
6152         to Meik Hellmund.
6153
6154 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6155
6156         * djvu/djvu-links.c: (build_tree):
6157
6158         Fix memory leak.
6159
6160 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6163         
6164         Don't make sidebar close button insensitive. Fixes
6165         bug #357871.
6166
6167 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6170         (ev_window_set_view_accels_sensitivity):
6171         
6172         Don't enable Slash on documents which don't support
6173         find. Fixes bug #358648.
6174
6175 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6176
6177         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6178         open dialog fall back to the current document uri if the
6179         filechooser hasn't been used before. Fixes bug #356980.
6180
6181 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6182
6183         * shell/ev-window.c: (ev_window_setup_recent), 
6184         (ev_window_get_recent_file_label):
6185
6186         Escape underscores in filenames of recent file items.
6187
6188 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6189
6190         * configure.ac:
6191         
6192         Bumped poppler requirements, really 0.5.3 is very 
6193         buggy, now we require 0.5.4.
6194
6195 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * djvu/Makefile.am:
6198         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6199         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6200         (djvu_document_document_links_iface_init):
6201         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6202         (number_from_string_10), (get_djvu_link_dest),
6203         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6204         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6205         (djvu_links_get_links), (djvu_links_find_link_dest),
6206         (djvu_links_get_links_model):
6207         * djvu/djvu-links.h:
6208         
6209         Add support for links and bookmarks in djvu documents. Thanks
6210         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6211         patch.
6212
6213 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6216         
6217         Reopen should reload document. Fixes 
6218         bug 327951.
6219
6220 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * configure.ac:
6223         * data/Makefile.am:
6224         * data/evince-16.png:
6225         * data/evince-22.png:
6226         * data/evince.png:
6227         * data/evince.svg:
6228         * data/icons/16x16/Makefile.am:
6229         * data/icons/16x16/evince.png:
6230         * data/icons/22x22/Makefile.am:
6231         * data/icons/22x22/evince.png:
6232         * data/icons/48x48/Makefile.am:
6233         * data/icons/48x48/evince.png:
6234         * data/icons/Makefile.am:
6235         * data/icons/scalable/Makefile.am:
6236         * data/icons/scalable/evince.svg:
6237         
6238         Install icons with correct names. Fixes
6239         bug #354429.
6240
6241 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6242
6243         * shell/ev-view.c: (ev_view_button_release_event):
6244
6245         Don't open links with middle mouse button. Fixes bug #353649
6246
6247 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * NEWS:
6250         * configure.ac:
6251         
6252         Update for release 0.6.0
6253
6254 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6255
6256         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6257         Implement Close named action. Patch by Carlos Garcia Campos.
6258
6259 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6262         
6263         Don't clear link mapping on copy_job_to_job_info. Fixes
6264         bug 346168.
6265
6266 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * shell/main.c: (main):
6269
6270         Revert my previous commit, gnome_program_init owns the option context.
6271         Fix another memory leak in main. Both caught by Christian Persch. 
6272
6273 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6274
6275         * shell/main.c: (main):
6276
6277         Fix memory leak.
6278
6279 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6280
6281         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6282
6283         Fix crash when opening a pdf with password protection. 
6284
6285 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6286
6287         * pdf/ev-poppler.cc: (pdf_document_search_free):
6288
6289         Fix memory leak. 
6290
6291 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * backend/ev-document-factory.c:
6294         (ev_document_factory_get_document):
6295         * tiff/tiff-document.c: (tiff_document_finalize):
6296         
6297         More correct handling of document loading. Fixes
6298         bug #349043.
6299
6300 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6301
6302         * backend/ev-attachment.c: (ev_attachment_save):
6303
6304         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6305         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6306
6307 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6308         
6309         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6310         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6311
6312 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6313
6314         * shell/ev-sidebar-thumbnails.c:
6315
6316         Do not render thumbnails unless thumbnails page is active in the
6317         sidebar.
6318
6319 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6320
6321         * shell/ev-properties-dialog.c:
6322
6323         Fix dialogue spacing. Bug #351370.
6324
6325 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6326
6327         * configure.ac:
6328
6329         Use lowercase gettext catalog file names (evince.mo
6330         instead of Evince.mo)
6331
6332 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6333
6334         * shell/ev-sidebar-attachments.c:
6335
6336         GtkIconTheme is now screen safe too. Fixes bug #350878
6337
6338 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6339
6340         * shell/ev-window.c:
6341
6342         GtkRecent manager is now screen safe. Fixes bug #350145
6343
6344 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-sidebar.c: (ev_sidebar_init):
6347         
6348         Make sidebar close icon smaller. Fix for bug 350177.
6349         See also bugs 350176 and 165770.
6350
6351 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6352
6353         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6354
6355         Ignore zoom for xyz destinations when it's <= 1, keeping user
6356         preferences instead. Set correct sizing-mode for fith and fitv
6357         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6358
6359 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * NEWS:
6362         * configure.ac:
6363         
6364         Update for release 0.5.5
6365
6366 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6367         
6368         * shell/ev-window.c: (ev_window_cmd_escape)
6369
6370         Escape unfocus page entry. Fixes bug #345809.
6371
6372 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6373
6374         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6375         (build_tree), (pdf_document_links_get_links),
6376         (pdf_document_links_find_link_dest):
6377         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6378         (goto_xyz_dest):
6379
6380         Convert from PDF style coordinates to X style coordinates in the
6381         backend rather than in the view. Fixes bug #338440
6382
6383 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-window.c:
6386         
6387         Remove Ctrl+Shift+T shortcut for toolbars. See
6388         the bug #350098.
6389
6390 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6391
6392         * configure.ac:
6393
6394         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6395         of this. 
6396
6397 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6398
6399         * configure.ac:
6400         * cut-n-paste/Makefile.am:
6401         * data/evince-ui.xml:
6402         * shell/Makefile.am:
6403         * shell/ev-application.[ch]:
6404         * shell/ev-window.c:
6405
6406         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6407         #349273
6408
6409 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6410
6411         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6412         findbar code: s/help/search/
6413
6414 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6415
6416         * shell/ev-window.c: (setup_document_from_metadata),
6417         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6418         (setup_view_from_metadata):
6419         
6420         Fix memory leaks.
6421
6422 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6423
6424         * autogen.sh, configure.ac: 
6425         
6426         Update automake usage. See bug 349292.
6427
6428 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/eggfindbar.c: (egg_find_bar_class_init),
6431         (entry_activate_callback), (egg_find_bar_init),
6432         (egg_find_bar_set_status_text):
6433         * shell/eggfindbar.h:
6434         
6435         Unify Evince findbar with Epiphany. Nice patch
6436         from Fabricio Silva <silva@crans.org> and
6437         Frederic Peters <fpeters@entrouvert.com>. See
6438         bug #339966 for details.
6439
6440 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * data/evince.desktop.in.in:
6443         
6444         Correct information for bugzilla. Thanks to
6445         Olaf Vitters, see bug #348855.
6446
6447 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * shell/ev-jobs.[ch]:
6450         * shell/ev-sidebar-links.c:
6451         * shell/ev-window.[ch]:
6452
6453         GtkPrintJob doesn't support print ranges or current page, so we export
6454         to a ps file now when printing ranges or current page.
6455
6456 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * pdf/ev-poppler.cc:
6459         * shell/ev-window.c: (do_action_named):
6460
6461         We should be more clear about bugzilla. See the
6462         poppler bug #7623.
6463
6464 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6465
6466         * configure.ac:
6467         * shell/Makefile.am:
6468         * shell/ev-job-queue.c:
6469         * shell/ev-jobs.[ch]:
6470         * shell/ev-sidebar-links.c:
6471         * shell/ev-window.[ch]:
6472         
6473         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6474         #348422
6475
6476 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6477
6478         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6479         * shell/ev-application-service.xml:
6480         * shell/ev-application.[ch]:
6481         * shell/ev-jobs.[ch]:
6482         * shell/ev-window.[ch]: (ev_window_run_preview):
6483         * shell/main.c: 
6484
6485         Add preview mode to use evince as a printing previewer. It also adds
6486         other command line options for fullscreen and presentation modes.
6487         Fixes bugs #347822, #317031
6488
6489 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * NEWS:
6492         * configure.ac:
6493         
6494         Update for release 0.5.4
6495
6496 2006-07-11  Bastien Nocera <hadess@hadess.net>
6497
6498         * Makefile.am:
6499         * backend/Makefile.am:
6500         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6501         * backend/ev-document-factory.h:
6502         * configure.ac:
6503         * impress/.cvsignore:
6504         * impress/Makefile.am:
6505         * impress/common.h:
6506         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6507         (imp_get_page), (imp_next_page), (imp_prev_page),
6508         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6509         * impress/f_oasis.c: (render_object), (render_page),
6510         (get_geometry), (_imp_oasis_load):
6511         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6512         (_imp_oo13_load):
6513         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6514         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6515         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6516         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6517         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6518         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6519         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6520         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6521         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6522         (iks_new_within), (iks_insert), (iks_insert_cdata),
6523         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6524         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6525         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6526         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6527         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6528         (iks_cdata), (iks_cdata_size), (iks_has_children),
6529         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6530         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6531         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6532         (iks_tree), (iks_load), (iks_save):
6533         * impress/iksemel.h:
6534         * impress/imposter.h:
6535         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6536         (imp_render_draw_bezier_real), (imp_render_get_size),
6537         (imp_render_set_fg_color), (imp_render_draw_line),
6538         (imp_render_draw_rect), (imp_render_draw_polygon),
6539         (imp_render_draw_arc), (imp_render_draw_bezier),
6540         (imp_render_open_image), (imp_render_get_image_size),
6541         (imp_render_scale_image), (imp_render_draw_image),
6542         (imp_render_close_image), (imp_render_markup),
6543         (imp_render_get_text_size), (imp_render_draw_text),
6544         (impress_document_load), (impress_document_save),
6545         (impress_document_get_n_pages), (impress_document_get_page_size),
6546         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6547         (impress_document_finalize), (impress_document_class_init),
6548         (impress_document_can_get_text), (impress_document_get_info),
6549         (impress_document_document_iface_init),
6550         (impress_document_thumbnails_get_thumbnail),
6551         (impress_document_thumbnails_get_dimensions),
6552         (impress_document_document_thumbnails_iface_init),
6553         (impress_document_init):
6554         * impress/impress-document.h:
6555         * impress/internal.h:
6556         * impress/r_back.c: (_imp_fill_back):
6557         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6558         (_imp_draw_image), (_imp_tile_image):
6559         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6560         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6561         (r_polyline):
6562         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6563         (r_draw_gradient_complex), (r_draw_gradient):
6564         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6565         (r_get_bullet):
6566         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6567         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6568         (r_text):
6569         * impress/render.c: (imp_create_context), (imp_context_set_page),
6570         (imp_context_set_step), (imp_render), (imp_delete_context):
6571         * impress/render.h:
6572         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6573         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6574         (zip_load_xml), (zip_get_size), (zip_load):
6575         * impress/zip.h:
6576         * shell/ev-utils.c:
6577         
6578         New backend to support impress slides. Fixes bug #30867.
6579
6580 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6581
6582         * shell/ev-utils.c: (using_postscript_printer):
6583         
6584         Fixes crash when print using PAPI backend,
6585         bug #345012.
6586
6587 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6588
6589         * shell/ev-jobs.c: (ev_job_xfer_run):
6590         * shell/ev-window.c: (password_dialog_response),
6591         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6592         (ev_window_dispose):
6593         Fixes bug #344160: if the xfer job doesn't complete
6594         because a password is required, reload the existing
6595         instance instead of creating a new one.
6596
6597 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * shell/main.c: (main): Call gdk_threads_init. Thus
6600         we'll avoid errors in auth dialog. Fix for the bug
6601         #343347.
6602
6603 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6604
6605         * configure.ac: Advertise pixbuf support, fix
6606         for the bug 343317.
6607
6608 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6611         (ev_sidebar_thumbnails_set_document):
6612         
6613         Update sidebar thumbnails after reloading.
6614
6615 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6616
6617         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6618         * shell/ev-jobs.h:
6619         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6620         (ev_window_cmd_view_reload), (ev_window_init):
6621         
6622         Don't crash on reload. Fix for the bug #343167.
6623
6624 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * shell/ev-jobs.c: (ev_job_render_run):
6627         
6628         Check for document links.
6629
6630 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * backend/ev-attachment.c: (ev_attachment_save),
6633         (ev_attachment_launch_app), (ev_attachment_open):
6634         * backend/ev-document-factory.c: (get_document_from_uri):
6635         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6636         (egg_recent_view_uimanager_set_list):
6637         * ps/ps-document.c: (check_filecompressed), (document_load),
6638         (ps_document_load):
6639         * shell/ev-metadata-manager.c: (load_values):
6640         * shell/ev-password.c: (ev_password_dialog_set_property):
6641         * shell/ev-view.c: (tip_from_link):
6642         * shell/ev-window.c: (file_save_dialog_response_cb),
6643         (ev_window_print_dialog_response_cb):
6644         
6645         Use consistent quoting style. Fix for the bug #320285.
6646
6647 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * shell/ev-jobs.c: (ev_job_xfer_run):
6650         * shell/main.c: (load_files):
6651                 
6652         Open links with anchors. Fix for the bug #339836.
6653
6654 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6657         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6658         (ev_link_dest_set_property), (ev_link_dest_finalize),
6659         (ev_link_dest_class_init), (ev_link_dest_new_named),
6660         (ev_link_dest_new_page_label):
6661         * backend/ev-link-dest.h:
6662         * shell/ev-application.c: (ev_application_open_uri):
6663         * shell/ev-view.c: (goto_dest):
6664         * shell/ev-window.c:
6665         * shell/ev-window.h:
6666         
6667         Fix page-label command line option. Bug #342070.
6668
6669 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6670
6671         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6672         
6673         Don't show highlight rects if page can't be showed. Fix for 
6674         the bug #342076
6675
6676 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6677
6678         * shell/ev-window.c: (setup_sidebar_from_metadata),
6679         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6680         
6681         Setup sidebar from metadata even if there is no document
6682         loaded. Fix for the bug #342807.
6683
6684 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * cut-n-paste/toolbar-editor/Makefile.am:
6687         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6688         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6689         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6690         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6691         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6692         (popup_context_menu_cb), (button_press_event_cb),
6693         (configure_item_sensitivity), (configure_item_cursor),
6694         (configure_item_tooltip), (connect_widget_signals),
6695         (action_sensitive_cb), (create_item_from_action),
6696         (create_item_from_position), (toolbar_drag_data_received_cb),
6697         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6698         (toolbar_drag_leave_cb), (configure_drag_dest),
6699         (toggled_visibility_cb), (toolbar_visibility_refresh),
6700         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6701         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6702         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6703         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6704         (egg_editable_toolbar_dispose),
6705         (egg_editable_toolbar_set_ui_manager),
6706         (egg_editable_toolbar_get_selected),
6707         (egg_editable_toolbar_set_selected), (set_edit_mode),
6708         (egg_editable_toolbar_set_property),
6709         (egg_editable_toolbar_get_property),
6710         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6711         (egg_editable_toolbar_new_with_model),
6712         (egg_editable_toolbar_get_edit_mode),
6713         (egg_editable_toolbar_set_edit_mode),
6714         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6715         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6716         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6717         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6718         (item_added_or_removed_cb), (toolbar_removed_cb),
6719         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6720         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6721         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6722         (editor_create_item_from_name), (append_table),
6723         (update_editor_sheet), (egg_toolbar_editor_init):
6724         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6725         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6726         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6727         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6728         (toolbar_node_free), (egg_toolbars_model_get_flags),
6729         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6730         (egg_toolbars_model_get_name), (impl_add_item),
6731         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6732         (parse_data_list), (parse_item_list), (parse_toolbars),
6733         (egg_toolbars_model_load_toolbars), (parse_available_list),
6734         (parse_names), (egg_toolbars_model_load_names),
6735         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6736         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6737         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6738         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6739         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6740         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6741         (egg_toolbars_model_set_types), (fill_avail_array),
6742         (egg_toolbars_model_get_name_avail),
6743         (egg_toolbars_model_get_name_flags),
6744         (egg_toolbars_model_set_name_flags):
6745         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6746         * cut-n-paste/toolbar-editor/eggintl.h:
6747         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6748         (egg_tree_multi_drag_source_get_type),
6749         (egg_tree_multi_drag_source_row_draggable),
6750         (egg_tree_multi_drag_source_drag_data_delete),
6751         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6752         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6753         (path_list_free), (set_context_data), (get_context_data),
6754         (get_info), (egg_tree_multi_drag_drag_data_get),
6755         (egg_tree_multi_drag_motion_event),
6756         (egg_tree_multi_drag_button_press_event),
6757         (egg_tree_multi_drag_add_drag_support):
6758         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6759         * shell/ev-application.c: (ev_application_init),
6760         (ev_application_save_toolbars_model):
6761         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6762         (ev_window_cmd_edit_toolbar), (ev_window_init):
6763         
6764         Sync toolbareditor with epiphany and libegg
6765
6766 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6767
6768         * configure.ac: 
6769
6770         Depend on poppler 0.5.2
6771
6772 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * shell/ev-jobs.c: (ev_job_render_run):
6775         
6776         Check if document supports links iterface.
6777
6778 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * NEWS:
6781         * configure.ac:
6782         
6783         Update for release 0.5.3
6784
6785 2006-05-13  Michael Plump  <plumpy@skylab.org>
6786
6787         * configure.ac:
6788         * shell/Makefile.am:
6789         * shell/main.c: (main):
6790         
6791         Port to GOption command line parsing. Fix for the 
6792         bug #327518
6793
6794 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6795
6796         * shell/ev-window.c: (ev_window_cmd_help_about):
6797         
6798         Do not wrap license. Fix for the bug #309460.
6799
6800 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * configure.ac:
6803         * properties/ev-properties-main.c: (ev_properties_get_pages):
6804         * shell/ev-application.c: (ev_application_open_window),
6805         (ev_application_open_uri_at_dest):
6806         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6807         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6808         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6809         * shell/ev-utils.c: (save_print_config_to_file):
6810         * shell/ev-window.c: (ev_window_cmd_save_as),
6811         (ev_attachment_popup_cmd_save_attachment_as):
6812         * shell/main.c: (load_files_remote):
6813         
6814         Bump requirements to gtk 2.8 and drop all ifdefs used.
6815
6816 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6819         * shell/ev-window.c: (ev_window_init):
6820         
6821         Show attachments page.
6822
6823 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * po/POTFILES.in:
6826         * shell/ev-attachment-bar.c:
6827         * shell/ev-attachment-bar.h:
6828         * shell/ev-sidebar-attachments.c:
6829         (ev_sidebar_attachments_icon_cache_add),
6830         (icon_theme_get_pixbuf_from_mime_type),
6831         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6832         (ev_sidebar_attachments_icon_cache_refresh),
6833         (ev_sidebar_attachments_get_attachment_at_pos),
6834         (ev_sidebar_attachments_popup_menu_show),
6835         (ev_sidebar_attachments_popup_menu),
6836         (ev_sidebar_attachments_button_press),
6837         (ev_sidebar_attachments_update_icons),
6838         (ev_sidebar_attachments_drag_data_get),
6839         (ev_sidebar_attachments_get_property),
6840         (ev_sidebar_attachments_destroy),
6841         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6842         (ev_sidebar_attachments_new),
6843         (ev_sidebar_attachments_set_document),
6844         (ev_sidebar_attachments_support_document),
6845         (ev_sidebar_attachments_get_label),
6846         (ev_sidebar_attachments_page_iface_init):
6847         * shell/ev-sidebar-attachments.h:
6848         * shell/ev-window.c: (update_chrome_visibility),
6849         (setup_sidebar_from_metadata), (ev_window_setup_document),
6850         (ev_window_sidebar_current_page_changed_cb),
6851         (attachment_bar_menu_popup_cb), (ev_window_init):
6852         
6853         Move attachments bar to sidebar.
6854
6855 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6856
6857         * pdf/ev-poppler.cc:
6858         * shell/ev-application.[ch]:
6859         * shell/main.c:
6860
6861         Fix some memory leaks.
6862
6863 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6864
6865         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6866
6867         Change the properties dialog response to
6868         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6869         will make the dialog go away when the user presses
6870         enter. With gtk+ >= 2.9 this will happen anyway, but for
6871         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6872         escape by default. Fixes bug #340539. See also bug
6873         #101293 for the gtk+ part.
6874
6875 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6876
6877         * shell/ev-view.c (tip_from_action_named): Replace some strings
6878         that were wrong. Closes #340970.
6879
6880 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6881
6882         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6883
6884         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6885         #341049
6886
6887 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * djvu/Makefile.am:
6890         * dvi/Makefile.am:
6891         * dvi/mdvi-lib/Makefile.am:
6892         * properties/Makefile.am:
6893         * ps/Makefile.am:
6894         * shell/Makefile.am:
6895         * thumbnailer/Makefile.am:
6896         
6897         Due to broken libtool that is unable to track dependencies
6898         of noinst libraries we are forced to explicitely point
6899         libraries for binary. Fix for the bug #333334.
6900
6901 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6902
6903         * data/evince.desktop.in.in:
6904         * shell/ev-view.c: (view_update_range_and_current_page),
6905         (ev_view_next_page), (ev_view_previous_page):
6906         * shell/ev-window.c: (update_chrome_visibility),
6907         (setup_sidebar_from_metadata), (ev_window_setup_document),
6908         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6909         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6910         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6911         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6912         (ev_window_stop_presentation), (ev_window_focus_in_event),
6913         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6914         (ev_window_init):
6915         * thumbnailer/Makefile.am:
6916         
6917         Update fullscreen and presentation timeout handling. Hide
6918         cursor in presentation after timeout. Fix for the bugs
6919         #136359 and #336981.
6920
6921 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6922
6923         * backend/ev-link-action.[ch]:
6924         * pdf/ev-poppler.cc: (ev_link_from_action):
6925         * shell/ev-view-private.h:
6926         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6927         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6928
6929         Add support for Named Action links
6930
6931 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6932
6933         * backend/Makefile.am:
6934         * backend/ev-document-links.[ch]:
6935         * backend/ev-document.[ch]:
6936         * backend/ev-link-action.[ch]:
6937         * backend/ev-link-dest.[ch]:
6938         * backend/ev-link.[ch]:
6939         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6940         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6941         * shell/ev-page-action.c: (build_new_tree_cb):
6942         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6943         (links_page_num_func), (update_page_callback):
6944         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6945         (tip_from_link):
6946         * shell/ev-jobs.c:
6947         * shell/ev-window.[ch]: (ev_window_open_uri),
6948         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6949         * shell/ev-application.[ch]: (ev_application_open_window),
6950         (ev_application_open_uri):
6951
6952         Rework links system, it adds support for remote links now and it makes
6953         easier to add new kinds of actions and destinations. Fixes bug #317292
6954
6955 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * data/Makefile.am:
6958         * data/evince.png:
6959         * data/evince-16.png:
6960         * data/evince-22.png:
6961         * data/evince.svg:
6962         * shell/main.c: (main):
6963         
6964         Evince use it's own icon. Fix for the bug #313392.
6965
6966         * shell/ev-window.c: (fullscreen_timeout_cb),
6967         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6968         (ev_window_cmd_help_about), (ev_window_dispose):
6969         
6970         Simplify fullscreen timeout code.
6971
6972 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6973
6974         * backend/ev-attachment.c: 
6975         * shell/ev-attachment-bar.c:
6976         * shell/ev-window.c:
6977
6978         Allow multiple selection of attachments
6979
6980 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * shell/ev-view.c: (view_update_range_and_current_page),
6983         (ev_view_scroll):
6984         
6985         Fix for the bug #312573 – Optimal selection of current 
6986         page among visible pages.
6987
6988 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * configure.ac:
6991         * djvu/Makefile.am:
6992         * djvu/djvu-text.h:
6993         
6994         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6995         for the bug 339868.
6996
6997 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6998
6999         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7000
7001 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7002
7003         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7004         dictated by the GNOME HIG. Fixes bug #339235.
7005
7006 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7007
7008         * data/evince-ui.xml:
7009         * shell/ev-view.c: (ev_view_can_find_previous):
7010         * shell/ev-view.h:
7011         * shell/ev-window.c: (ev_window_update_actions),
7012         (ev_window_cmd_edit_find_previous):
7013
7014         Add support for "Find Previous" as dictated by the GNOME HIG. A
7015         menu item is added and some glue code to make it all work is added
7016         to various files.
7017
7018 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7019
7020         * configure.ac: Award myself the "useless use of cat" award.
7021
7022 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7023
7024         * po/LINGUAS: New file listing all supported languages.
7025
7026         * configure.in: Use po/LINGUAS instead of including all languages
7027         directly in this file. See the wiki for more information:
7028         http://live.gnome.org/GnomeGoals/PoLinguas
7029
7030 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7031
7032         * backend/ev-document-factory.c:
7033
7034         Do not load the document twice when there isn't errors
7035
7036 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7037
7038         * backend/ev-attachment.c: 
7039
7040         Fix a crash when there isn't a default application to open an
7041         attachment
7042
7043 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7044
7045         * backend/ev-attachment.[ch]:
7046         * shell/ev-attachment-bar.[ch]:
7047
7048         Added missing files. 
7049
7050 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7051
7052         * backend/Makefile.am:
7053         * data/evince-ui.xml:
7054         * backend/ev-attachment.[ch]:
7055         * backend/ev-document.[ch]: (ev_document_has_attachments),
7056         (ev_document_get_attachments):
7057         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7058         (attachment_save_to_buffer), (pdf_document_get_attachments),
7059         (pdf_document_document_iface_init):
7060         * shell/Makefile.am:
7061         * shell/ev-attachment-bar.[ch]:
7062         * shell/ev-window.c:
7063
7064         Add support for PDF attachments. Fixes bug #325143
7065
7066 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * backend/ev-document-factory.c: (get_document_from_uri),
7069         (ev_document_factory_get_document):
7070         * backend/ev-document-factory.h:
7071         * properties/ev-properties-main.c: (ev_properties_get_pages):
7072         * shell/Makefile.am:
7073         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7074         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7075         (ev_job_queue_remove_job):
7076         * shell/ev-job-queue.h:
7077         * shell/ev-job-xfer.c:
7078         * shell/ev-job-xfer.h:
7079         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7080         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7081         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7082         (ev_job_xfer_run):
7083         * shell/ev-jobs.h:
7084         * shell/ev-window.c: (ev_window_is_empty),
7085         (password_dialog_response), (ev_window_clear_xfer_job),
7086         (ev_window_xfer_job_cb), (ev_window_open_uri),
7087         (ev_window_cmd_focus_page_selector),
7088         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7089         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7090         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7091         (ev_window_dispose):
7092         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7093         
7094         * Cleanup mime type detection on document load. Fix for the
7095         bug #336448.
7096
7097 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7100         
7101         Fix crash on exit, described in the bug #336825.
7102
7103 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * backend/ev-document-factory.c:
7106         (ev_document_factory_get_from_mime),
7107         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7108         (ev_document_factory_get_document),
7109         (file_filter_add_mime_list_and_free),
7110         (ev_document_factory_add_filters):
7111         * backend/ev-document-factory.h:
7112         * properties/ev-properties-main.c: (ev_properties_get_pages):
7113         * shell/Makefile.am:
7114         * shell/ev-application.c:
7115         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7116         * shell/ev-window.c: (ev_window_cmd_file_open),
7117         (ev_window_cmd_save_as):
7118         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7119         
7120         Rework factory functions so they are placed now in a single 
7121         file ev-document-factory.c
7122
7123 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * shell/ev-window.c: (update_chrome_visibility):
7126         
7127         Fix for the bug 166566 - don't show menubar in fullscreen
7128         mode.
7129
7130 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7131
7132         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7133
7134 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7135
7136         * shell/ev-view.c: (ev_view_expose_event):
7137         
7138         More correctly draw loading text when document
7139         is empty.
7140
7141 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-view.c: (ev_view_scroll):
7144         
7145         Fix for the bug #334854, page down and page up switch
7146         pages in presentation mode.
7147
7148 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7149
7150         * shell/ev-window.c: (ev_window_set_action_sensitive),
7151         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7152         (ev_window_set_view_accels_sensitivity),
7153         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7154         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7155         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7156         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7157         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7158         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7159         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7160         (view_actions_focus_in_cb), (ev_window_init):
7161         
7162         Fix for the bug #333902, now it's possible to search
7163         words with slash.
7164
7165 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7166
7167         * configure.ac: Added Breton translation.
7168         * po/br.po: Added Breton translation.
7169
7170 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7171
7172         * shell/ev-window-title (ev_window_title_update):
7173
7174         Fix memory leak in window title. Fixes bug #333944
7175
7176 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7177
7178         * shell/ev-metadata-manager.c (parseItem):
7179
7180         Fix memory leaks. Fixes bug #333945
7181
7182 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7183         
7184         * NEWS, configure.ac, TODO:
7185         
7186         Update for release 0.5.2.
7187
7188 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-view.c: (view_update_range_and_current_page),
7191         (page_changed_cb):
7192         
7193         Don't jump on scrolling, fix for the bug #333127.
7194
7195 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7198         
7199         Scroll by one page in presentation mode. Fix for the bug
7200         #332993.
7201
7202 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7203
7204         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7205
7206 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7207
7208         * configure.ac  Added lv in ALL_LINGUAS line.
7209
7210 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7211         
7212         * NEWS, configure.ac:
7213         
7214         Update for release 0.5.1
7215
7216 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7217
7218         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7219         * backend/ev-document-misc.h:
7220         * shell/ev-view.c: (draw_one_page):
7221         
7222          Clairfy what page the toolbar page number applies to. Fix
7223          for the bug #328102.
7224
7225 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7226
7227         * shell/ev-view-private.h:
7228         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7229         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7230         (ev_view_search_changed):
7231         * shell/ev-view.h:
7232         * shell/ev-window.c: (find_bar_search_changed_cb):
7233         
7234         Dont't jump to find result if window was scrolled during search.
7235         Fix for the bug #313266.
7236
7237 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7238
7239         * shell/eggfindbar.c: (egg_find_bar_class_init):
7240         * shell/eggfindbar.h:
7241         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7242         * shell/ev-view-private.h:
7243         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7244         (ev_view_class_init), (ev_sizing_mode_get_type),
7245         (ev_scroll_type_get_type):
7246         * shell/ev-view.h:
7247         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7248         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7249         (ev_window_init):
7250         
7251         Fix for the bug 319133 - Find entry should allow text scroll.
7252
7253 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7254
7255         * shell/ev-view-private.h:
7256         * shell/ev-view.c: (view_update_range_and_current_page),
7257         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7258         (ev_view_set_document), (update_find_status_message),
7259         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7260         (ev_view_find_previous):
7261         
7262         Fix for the bug #319137. Search now takes account for scrolling.
7263
7264 2006-02-19  Michael Hofmann <mh21@piware.de>
7265
7266         * configure.ac:
7267         * djvu/Makefile.am:
7268         * djvu/djvu-document-private.h:
7269         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7270         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7271         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7272         (djvu_document_can_get_text), (djvu_document_get_text),
7273         (djvu_document_document_iface_init),
7274         (djvu_document_thumbnails_get_thumbnail),
7275         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7276         (djvu_document_find_get_result),
7277         (djvu_document_find_page_has_results),
7278         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7279         (djvu_document_find_iface_init):
7280         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7281         (djvu_text_page_selection), (djvu_text_page_limits_process),
7282         (djvu_text_page_limits), (djvu_text_page_copy),
7283         (djvu_text_page_position), (djvu_text_page_union),
7284         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7285         (djvu_text_page_box), (djvu_text_page_append_text),
7286         (djvu_text_page_search), (djvu_text_page_prepare_search),
7287         (djvu_text_page_new), (djvu_text_page_free):
7288         * djvu/djvu-text-page.h:
7289         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7290         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7291         (djvu_text_n_results), (djvu_text_has_results),
7292         (djvu_text_get_result), (djvu_text_get_progress):
7293         * djvu/djvu-text.h:
7294         
7295         Text search in djvu. Fix for the bug #303415.
7296
7297 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7298
7299         * configure.ac:
7300         * shell/ev-window.c: (ev_window_cmd_save_as):
7301         
7302         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7303         Thanks to Gary Coady <gary@lyranthe.org>
7304
7305 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * shell/ev-print-job.c: (idle_print_handler):
7308         
7309         Inverse order printing, bug #320919.
7310
7311 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * data/evince-toolbar.xml:
7314         * shell/ev-window.c:
7315         
7316         Allow to add sidebar checkbutton on toolbar. Fix
7317         for the bug #144577.
7318
7319 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7322         
7323         Add checks that have sense for empty ps document.
7324
7325 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7326
7327         * configure.ac: Include PS in mime types list. 
7328
7329 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * configure.ac:
7332         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7333         * ps/gsdefaults.h:
7334         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7335         
7336         Runtime check for gs interpreter. Fix for the bug #320868.
7337         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7338
7339 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7340
7341         * shell/ev-application.c: 
7342
7343         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7344         dbus>=0.60, so that the request is not queued. 
7345
7346 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * configure.ac:
7349         * shell/Makefile.am:
7350         * shell/ev-sidebar-links.c: (print_section_cb):
7351         * shell/ev-utils.c:
7352         * shell/ev-utils.h:
7353         * shell/ev-window.c: (update_action_sensitivity),
7354         (ev_window_close_dialogs), (ev_window_print):
7355         * shell/ev-window.h:
7356         
7357         Make printing support optional. Patch from Eduardo de Barros Lima
7358         <eduardo.lima@indt.org.br> for the bug #330546.
7359
7360 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-view-private.h:
7363         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7364         (ev_view_set_document):
7365         * shell/ev-view.h:
7366         * shell/ev-window.c: (ev_window_load_job_cb),
7367         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7368         (ev_window_init):
7369
7370         Draw Loading message during xfer job. Fix for the bug #329495.
7371
7372 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * comics/comics-document.c: (comics_regex_quote),
7375         (comics_document_load), (extract_argv):
7376         
7377         Correcly quote regexp before passing it to unzip.
7378
7379 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-page-cache.c: (build_height_to_page),
7382         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7383         (ev_page_cache_get_dual_even_left):
7384         * shell/ev-page-cache.h:
7385         * shell/ev-view.c: (view_update_range_and_current_page),
7386         (get_page_y_offset), (get_page_extents):
7387         
7388         Place even pages to the left if document has less then
7389         two pages. Fix for the bug #328856.
7390
7391 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7392
7393         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7394         
7395         Correct comics scheme. This make evince create thumbnails
7396         for comic books. Fix for the bug 329088.
7397
7398 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7399
7400         * data/evince-password.glade: Don't explicitly set
7401         invisible_char to the current default value in case
7402         the default changes; let GTK+ do its magic.
7403
7404 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7407         real filename to tmp filename since often document
7408         type is determined by extension.
7409
7410 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7411
7412         * shell/ev-view.c: (add_scroll_binding_keypad),
7413         (ev_view_binding_activated), (ev_view_class_init):
7414         
7415         Add keybindings for percision-scrolling of display area. 
7416         Fix for the bug #314072.
7417
7418 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7419
7420         * data/evince.desktop.in.in:
7421         
7422         Add GTK to the list of categories. Fix for the bug #328034.
7423
7424 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * shell/ev-application.c: (ev_application_shutdown),
7427         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7428         * shell/ev-application.h:
7429         * shell/ev-window.c: (file_open_dialog_response_cb),
7430         (ev_window_cmd_file_open):
7431         
7432         Save last uri in file chooser dialog. Fix for the bug #327950.
7433
7434 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * NEWS:
7437         * README:
7438         
7439         Final update for release 0.5.0
7440         
7441         * shell/Makefile.am:
7442         
7443         Remove disable deprecated until we'll require libgnome-2.13.7
7444         and port to GOption argument parsing. See bug 327518.
7445
7446 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7447
7448         * comics/comics-document.c: (comics_document_save):
7449         * djvu/djvu-document.c: (djvu_document_save):
7450         * dvi/dvi-document.c: (dvi_document_save):
7451         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7452         * lib/ev-file-helpers.h:
7453         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7454         * tiff/tiff-document.c: (tiff_document_save):
7455         
7456         Use common save function for backends.
7457
7458 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7459
7460         * backend/ev-document-types.c:
7461         
7462         Fix crash on saving pixbuf.
7463
7464 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * cut-n-paste/recent-files/egg-recent-item.c:
7467         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7468         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7469         (parse_info_free), (valid_element), (start_element_handler),
7470         (end_element_handler), (text_handler), (egg_recent_model_filter),
7471         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7472         (egg_recent_model_monitor), (egg_recent_model_read),
7473         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7474         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7475         (egg_recent_model_set_property), (egg_recent_model_class_init),
7476         (egg_recent_model_init), (egg_recent_model_add_full),
7477         (egg_recent_model_delete), (egg_recent_model_get_list),
7478         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7479         (egg_recent_model_set_filter_mime_types),
7480         (egg_recent_model_clear_group_filter),
7481         (egg_recent_model_set_filter_groups),
7482         (egg_recent_model_clear_scheme_filter),
7483         (egg_recent_model_set_filter_uri_schemes),
7484         (egg_recent_model_remove_expired):
7485         * cut-n-paste/recent-files/egg-recent-util.c:
7486         (egg_recent_util_get_icon):
7487         * cut-n-paste/recent-files/egg-recent-util.h:
7488         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7489         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7490         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7491         (egg_recent_view_uimanager_set_property),
7492         (egg_recent_view_uimanager_get_property),
7493         (egg_recent_view_uimanager_class_init),
7494         (egg_recent_view_uimanager_init),
7495         (egg_recent_view_uimanager_set_label_width),
7496         (egg_recent_view_uimanager_get_label_width):
7497         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7498         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7500         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7501         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7502         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7503         
7504         Update from libegg.
7505
7506 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7507
7508         * shell/ev-page-cache.c: (build_height_to_page),
7509         (ev_page_cache_get_height_to_page):
7510         * shell/ev-page-cache.h:
7511         * shell/ev-view.c: (view_update_range_and_current_page),
7512         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7513         (ev_view_previous_page):
7514         
7515         Dual mode places even pages to the left. Fix for the bug #309393.
7516
7517         * shell/ev-view.h:
7518         * shell/ev-window.c: (update_action_sensitivity),
7519         (setup_view_from_metadata), (view_menu_popup_cb):
7520         
7521         Don't restore presentation in empty windows, more intelligent
7522         next page behaviour in dual mode.
7523
7524         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7525         (ev_pixbuf_cache_clear_job_sizes):
7526         
7527         Cleanup job callback on removal. Fix for the bug #325886.
7528
7529 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * ps/ps.c: (psscan):
7532         
7533         Commit workaround Mozilla problem. Fix for the bug #325919
7534         
7535         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7536         (save_item):
7537         
7538         Fix for year 2038 problem.
7539
7540 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-window.c: (setup_document_from_metadata),
7543         (ev_window_cmd_view_reload):
7544
7545         Clamp page recieved from metadata in valid values. Fix
7546         for the bug #325986.
7547
7548 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7549
7550         * MAINTAINERS: 
7551         Add MAINTAINERS as requested on desktop-devel-list.
7552
7553 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7556         (mime_type_supported_by_gdk_pixbuf),
7557         (ev_document_factory_get_mime_types),
7558         (ev_document_factory_get_all_mime_types):
7559         
7560         Don't add pixbuf mime types if pixbuf backend is disabled.
7561         
7562         * shell/ev-application.c: (ev_application_get_uri_window):
7563         
7564         Fix for the bug 325815 - unhandled MIME type message doesn't 
7565         appear a second time. 
7566         
7567         * shell/ev-document-types.c: (ev_document_types_add_filters):
7568         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7569         (password_dialog_response), (ev_window_popup_password_dialog),
7570         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7571         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7572         (ev_window_run_presentation), (ev_window_stop_presentation),
7573         (save_sizing_mode), (ev_window_zoom_changed_cb),
7574         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7575         (ev_window_dual_mode_changed_cb),
7576         (ev_window_sidebar_current_page_changed_cb),
7577         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7578         (window_state_event_cb), (window_configure_event_cb):
7579         
7580         Cleanup additional uris holded by EvWindow.
7581
7582 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7585         (ev_view_can_previous_page), (ev_view_can_next_page):
7586         * shell/ev-view.h:
7587         * shell/ev-window.c: (update_action_sensitivity):
7588         
7589         Two page scrolling with Space and PageUp in dual mode. Second fix 
7590         for the bug #316608.
7591
7592 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * shell/ev-view.c: (scroll_to_current_page):
7595         
7596         Correctly clamp adjustment value. Fix for the bug
7597         #325808.
7598
7599 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7600
7601         * shell/ev-sidebar-links.c: (print_section_cb):
7602         * shell/ev-window.c: (ev_window_get_uri),
7603         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7604         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7605         (ev_window_dispose):
7606         
7607         Make print dialog non-modal. Fix for the bug #325622.
7608
7609 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * shell/ev-metadata-manager.c:
7612         * shell/ev-utils.c: (using_pdf_printer),
7613         (using_postscript_printer), (load_print_config_from_file),
7614         (save_print_config_to_file):
7615         * shell/ev-utils.h:
7616         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7617         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7618         (setup_view_from_metadata), (ev_window_setup_document),
7619         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7620         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7621         (ev_window_run_presentation), (ev_window_stop_presentation),
7622         (save_sizing_mode), (ev_window_zoom_changed_cb),
7623         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7624         (ev_window_dual_mode_changed_cb),
7625         (ev_window_sidebar_current_page_changed_cb),
7626         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7627         (window_state_event_cb), (window_configure_event_cb),
7628         (ev_window_init):
7629         
7630         Setting saving behaviour fixes.
7631
7632 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * configure.ac:
7635         
7636         Make antialiasing gs options better and allow
7637         to change them during configure. Fix for the 
7638         bug #319049.
7639
7640 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * shell/ev-window.c: (setup_view_from_metadata):
7643         
7644         Remember if last window was maximized. Fix for the
7645         bug #323797.
7646
7647 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7648
7649         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7650
7651 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7654         * shell/ev-page-action.c: (build_new_tree_cb):
7655         * shell/ev-sidebar-links.c: (links_page_num_func),
7656         (update_page_callback_foreach), (update_page_callback):
7657         * shell/ev-view.c: (scroll_to_current_page):
7658         
7659         Fix for the bug #325067 with more intelligent selection
7660         of current link in sidebar. Make sidebar handle links
7661         of FITR-like type more correctly.
7662
7663         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7664         (dvi_pixbuf_put_pixel):
7665         
7666         Fix memory consumtion with disabled alpha channel.
7667
7668 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * data/evince-ui.xml:
7671         * shell/ev-window.c: (view_menu_popup_cb),
7672         (ev_popup_cmd_open_link), (ev_window_init):
7673         
7674         Update context menu for internal links. Fix for the bug
7675         #325066.
7676
7677 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7678
7679         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7680         
7681         Bind context menu to keyboard also. Fix for the bug
7682         #325065.
7683
7684 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * shell/ev-view.c: (selection_scroll_timeout_cb):
7687         
7688         Horizontal scroll on selection also.
7689
7690 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * shell/ev-metadata-manager.c: (parse_value):
7693         * shell/ev-view.c: (goto_xyz_link):
7694         
7695         Correct zoom setup and metadata save broken in 
7696         some locales.
7697
7698 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7699
7700         * shell/ev-view-private.h:
7701         * shell/ev-view.c: (scroll_to_current_page),
7702         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7703         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7704         (page_changed_cb), (ev_view_set_continuous),
7705         (ev_view_set_dual_page), (ev_view_set_presentation):
7706         
7707         Delay scroll until allocation to correctly position page. Fix
7708         for the bug #317334.
7709
7710 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * NEWS:
7713         * configure.ac:
7714         
7715         Update NEWS and require poppler 0.5.0.
7716
7717 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7718         
7719         * data/evince-ui.xml:
7720         * shell/ev-view-private.h:
7721         * shell/ev-view.c: (ev_view_get_link_at_location),
7722         (handle_link_over_xy), (ev_view_button_press_event),
7723         (ev_view_button_release_event), (ev_view_class_init):
7724         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7725         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7726         (ev_window_init):
7727         
7728         Implement right-click context menu.
7729
7730 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7731
7732         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7733         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7734         (mdvi_pixbuf_device_render):
7735         * pdf/ev-poppler.cc:
7736
7737         Don't generate thumbnails with alpha. See bug #324077.
7738         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7739
7740 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7741
7742         * shell/ev-window.c: (setup_chrome_from_metadata):
7743         
7744         Fix typo that was hiding toolbar.
7745
7746 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7747
7748         * shell/ev-view-private.h:
7749         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7750         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7751         (ev_view_button_release_event), (ev_view_destroy):
7752         
7753         Small cleanup and autoscrolling during selection. Thanks to 
7754         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7755
7756 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7757
7758         * configure.ac:
7759         
7760         Correctly check for comics option.
7761
7762 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7763         * Makefile.am:
7764         * configure.ac:
7765         * backend/Makefile.am:
7766         * backend/ev-document-factory.c:
7767         * shell/ev-document-types.c:
7768
7769         Included option in configure to make ps backend 
7770         compilation optional with --disable-ps.
7771
7772 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7773
7774         * backend/ev-document-factory.c:
7775         * comics/Makefile.am:
7776         * comics/comics-document.c: (comics_document_load):
7777         * comics/ev-cbr-mime.xml:
7778         * configure.ac:
7779         
7780         Comics mime types are added to shared-mime-info CVS. Now
7781         we don't need to install our own mime types.
7782
7783 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-window.c:
7786         
7787         Add shortcut for "save a copy" menu entry. Fix for
7788         the bug #324582.
7789
7790 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7791
7792         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7793         (job_finished_cb), (new_selection_pixbuf_needed),
7794         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7795         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7796         
7797         Rework selection job info logic and fix critical warning.
7798
7799 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7800
7801         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7802
7803 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7804
7805         * data/evince-ui.xml:
7806         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7807         
7808         Enter as shortcut key for next page. Fix for the bug
7809         #321394.
7810
7811 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7812
7813         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7814
7815 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7816
7817         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7818         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7819         (new_selection_pixbuf_needed),
7820         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7821         (clear_job_selection):
7822         
7823         Too early for 0.5. Pixbuf cache code cleaned a bit.
7824
7825 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * NEWS:
7828         * configure.ac:
7829         
7830         Release 0.5.0 preparation
7831
7832 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7833
7834         * comics/Makefile.am:
7835         * configure.ac:
7836         * shell/ev-document-types.c: (ev_document_types_add_filters):
7837         
7838         More advanced handling of custom mime type installation.
7839
7840 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * data/evince.schemas.in:
7843         * shell/ev-metadata-manager.c: (value_free),
7844         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7845         (ev_metadata_manager_get), (ev_metadata_manager_set):
7846         * shell/ev-metadata-manager.h:
7847         * shell/ev-window.c: (update_chrome_flag),
7848         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7849         (setup_document_from_metadata), (setup_chrome_from_metadata),
7850         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7851         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7852         (ev_window_view_toolbar_cb),
7853         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7854         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7855         
7856         Save last document settings and reuse them for new documents.
7857
7858 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * Makefile.am:
7861         * backend/Makefile.am:
7862         * backend/ev-document-factory.c:
7863         * backend/ev-document-factory.h:
7864         * comics/Makefile.am:
7865         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7866         (comics_document_load), (comics_document_save),
7867         (comics_document_get_n_pages), (comics_document_get_page_size),
7868         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7869         (comics_document_class_init), (comics_document_can_get_text),
7870         (comics_document_get_info), (comics_document_document_iface_init),
7871         (comics_document_init), (get_supported_image_extensions),
7872         (comics_document_thumbnails_get_geometry),
7873         (comics_document_thumbnails_get_thumbnail),
7874         (comics_document_thumbnails_get_dimensions),
7875         (comics_document_document_thumbnails_iface_init), (extract_argv):
7876         * comics/comics-document.h:
7877         * comics/ev-cbr-mime.xml:
7878         * configure.ac:
7879         * po/POTFILES.in:
7880         * shell/ev-application.c: (ev_application_register_service):
7881         * shell/ev-document-types.c: (ev_document_types_add_filters):
7882         * thumbnailer/Makefile.am:
7883         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7884         
7885         New CBR/CBZ backend for comic books.
7886
7887 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7888
7889         * shell/main.c: (load_files_remote):
7890
7891         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7892         warning on startup of second instance is fixed. It
7893         is bug #320353.
7894
7895 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * shell/ev-window.c: (ev_window_finalize):
7898         
7899         Fix double free that cause crash.
7900
7901 2005-10-29  Bastien Nocera <hadess@hadess.net>
7902
7903         * tiff/tiff-document.c: (tiff_document_load):
7904         
7905         Fix memory leak.
7906
7907 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * po/POTFILES.in:
7910         * shell/Makefile.am:
7911         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7912         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7913         (ev_view_accessible_get_text),
7914         (ev_view_accessible_get_character_at_offset),
7915         (ev_view_accessible_get_text_before_offset),
7916         (ev_view_accessible_get_text_at_offset),
7917         (ev_view_accessible_get_text_after_offset),
7918         (ev_view_accessible_get_character_count),
7919         (ev_view_accessible_get_caret_offset),
7920         (ev_view_accessible_set_caret_offset),
7921         (ev_view_accessible_get_run_attributes),
7922         (ev_view_accessible_get_default_attributes),
7923         (ev_view_accessible_get_character_extents),
7924         (ev_view_accessible_get_offset_at_point),
7925         (ev_view_accessible_get_n_selections),
7926         (ev_view_accessible_get_selection),
7927         (ev_view_accessible_add_selection),
7928         (ev_view_accessible_remove_selection),
7929         (ev_view_accessible_set_selection),
7930         (ev_view_accessible_text_iface_init),
7931         (ev_view_accessible_idle_do_action),
7932         (ev_view_accessible_action_do_action),
7933         (ev_view_accessible_action_get_n_actions),
7934         (ev_view_accessible_action_get_description),
7935         (ev_view_accessible_action_get_name),
7936         (ev_view_accessible_action_set_description),
7937         (ev_view_accessible_action_iface_init),
7938         (ev_view_accessible_get_type), (ev_view_accessible_new),
7939         (ev_view_accessible_factory_get_accessible_type),
7940         (ev_view_accessible_factory_create_accessible),
7941         (ev_view_accessible_factory_class_init),
7942         (ev_view_accessible_factory_get_type):
7943         * shell/ev-view-accessible.h:
7944         * shell/ev-view-private.h:
7945         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7946         * shell/ev-view.h:
7947         
7948         Initial accessibility support.
7949
7950 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7951
7952         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7953
7954 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7955
7956         * shell/ev-print-job.c: (idle_print_handler):
7957         
7958         Fix for bug Bug 318916: Printing multiple pages.
7959
7960 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7961
7962         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7963
7964 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * pdf/ev-poppler.cc:
7967         
7968         Thumnail dimensions unified with other backends.
7969         
7970         * shell/ev-window-title.c: (ev_window_title_update):
7971         
7972         Fix warning.
7973
7974 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * data/ev-stock-zoom-fit-width.png:
7977         
7978         Remove unused file.
7979
7980 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * configure.ac:
7983         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7984         (djvu_document_finalize):
7985         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7986         (dvi_document_finalize):
7987         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7988         (pixbuf_document_save), (pixbuf_document_finalize):
7989         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7990         (tiff_document_finalize):
7991         
7992         Save a copy implemented for various backends.
7993
7994 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7995
7996         * configure.ac:
7997         
7998         Don't link with ltiff if tiff is disabled.
7999
8000 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8001
8002         * pdf/GDKSplashOutputDev.cc:
8003         * pdf/GDKSplashOutputDev.h:
8004         * pdf/Thumb.cc:
8005         * pdf/Thumb.h:
8006         * pdf/pdf-document.cc:
8007         * pdf/pdf-document.h:
8008         * pdf/test-gdk-output-dev.cc:
8009         
8010         Remove old unused files.
8011
8012 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8013
8014         * shell/ev-window.c: (ev_window_setup_document):
8015         
8016         Fixed warnings on reload and probably crash reason.
8017
8018 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * properties/ev-properties-view.c:
8021         (ev_properties_view_format_date):
8022         
8023         Check if date is invalid. Fix for bug 318134.
8024
8025 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8026
8027         * shell/ev-window-title.c:
8028         
8029         Add .indd files (Adobe Indesign) to the list of "bad
8030         extensions".
8031
8032 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * data/evince-ui.xml:
8035         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8036         
8037         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8038
8039 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8040
8041         * shell/ev-window.c: (launch_link), (launch_external_uri),
8042         (view_external_link_cb):
8043
8044         URL-escape link before passing it to gnome_vfs_url_show.
8045
8046 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8047
8048         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8049         there isn't text selected.
8050
8051 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * shell/ev-view.c: (handle_link_over_xy):
8054
8055         Check tooltip is valid utf8 before showing it
8056
8057 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8058
8059         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8060
8061 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8062
8063         * shell/ev-window-title.c: (ev_window_title_update):
8064
8065         Guard against using g_strstrip on NULL. Fixes bug #317291.
8066
8067 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * pdf/ev-poppler.cc:
8070
8071         Show title even for unknown links
8072
8073 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/ev-window-title.c: (ev_window_title_update):
8076
8077         Strip the title string
8078
8079 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * shell/ev-window-title.c:
8082
8083         Add .rtf to the bad extensions list
8084
8085 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8086
8087         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8088         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8089
8090         Ignore link coordinates if they are outside page bounds
8091
8092 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8093
8094         * backend/ev-link.c: (ev_link_type_get_type),
8095         (ev_link_get_filename), (ev_link_get_params),
8096         (ev_link_get_property), (ev_link_set_property),
8097         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8098         * backend/ev-link.h:
8099         * pdf/ev-poppler.cc:
8100         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8101         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8102         (ev_window_init):
8103
8104         Implement launch links. Delegate external link opening to
8105         the window.
8106
8107 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8110         (ev_link_get_right), (ev_link_get_property),
8111         (ev_link_set_property), (ev_link_class_init),
8112         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8113         * backend/ev-link.h:
8114         * pdf/ev-poppler.cc:
8115         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8116
8117         Implement fitr links
8118
8119 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8120
8121         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8122         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8123         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8124         (ev_view_size_request_continuous),
8125         (ev_view_size_request_dual_page),
8126         (ev_view_size_request_single_page), (ev_view_size_allocate),
8127         (ev_view_zoom_for_size_continuous_and_dual_page),
8128         (ev_view_zoom_for_size_continuous),
8129         (ev_view_zoom_for_size_dual_page),
8130         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8131         (ev_sizing_mode_get_type):
8132         * shell/ev-view.h:
8133         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8134
8135         Do not use modes for link, we need to calculate size ad hoc.
8136         Still not perfect because of the usual scrollbar issues grrr.
8137
8138 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8139
8140         * backend/ev-link.c: (ev_link_type_get_type),
8141         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8142         * backend/ev-link.h:
8143         * pdf/ev-poppler.cc:
8144         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8145         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8146         (ev_view_size_request_continuous),
8147         (ev_view_size_request_dual_page),
8148         (ev_view_size_request_single_page), (ev_view_size_allocate),
8149         (zoom_for_size_fit_height),
8150         (ev_view_zoom_for_size_continuous_and_dual_page),
8151         (ev_view_zoom_for_size_continuous),
8152         (ev_view_zoom_for_size_dual_page),
8153         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8154         (ev_sizing_mode_get_type):
8155         * shell/ev-view.h:
8156         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8157
8158         Implement FIT_HEIGHT mode (only for links).
8159         Implement FITH links
8160
8161 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/ev-window-title.c: (get_filename_from_uri),
8164         (ev_window_title_sanitize_extension), (ev_window_title_update),
8165         (ev_window_title_set_document), (ev_window_title_set_uri),
8166         (ev_window_title_free):
8167         * shell/ev-window-title.h:
8168         * shell/ev-window.c: (ev_window_setup_document),
8169         (ev_window_popup_password_dialog):
8170
8171         Refactor window title building while fixing it for
8172         password documents.
8173
8174 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * pdf/ev-poppler.cc:
8177
8178         Escape link title before setting it in the model
8179
8180 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8181
8182         * shell/ev-application.c: (removed_from_session), (save_session),
8183         (init_session), (ev_application_get_empty_window),
8184         (ev_application_init), (ev_application_get_windows):
8185         * shell/ev-application.h:
8186         * shell/ev-window.c: (ev_window_finalize):
8187
8188         Add a function to retrieve window list and share it where
8189         necessary.
8190         Implement session handling, works pretty well thanks to the
8191         metadata system.
8192
8193 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8194
8195         * shell/ev-password.c: (ev_password_item_created_callback),
8196         (ev_password_dialog_save_password):
8197         
8198         Fix for bug 316972. Use async gnome-keyring API.
8199
8200 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8201
8202         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8203         Remove unused unrealize handler. Add scroll handling to
8204         ev_view_scroll_event for presentation mode (bug #316708),
8205         and fix the event state checks there.
8206
8207 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * shell/ev-page-action.c: (page_changed_cb):
8210
8211         "marco, maybe we should be crazy and jump right to 6! :)"
8212
8213         Bryan Clark, Sep 2005
8214
8215 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * ps/ps-document.c: (save_document), (ps_document_save),
8218         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8219         (ps_document_ps_export_end):
8220
8221         Fix unstructured documents save and print
8222
8223 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8224
8225         * shell/ev-application.c: (ev_application_open_uri):
8226
8227         Fix window size persistance
8228
8229 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * shell/ev-view.c: (ev_view_button_release_event):
8232
8233         Based on a patch from carlosgc@gnome.org. Mouse buttons
8234         switch pages in presentation mode.
8235
8236 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8239
8240         Dont cast to int before scaling
8241
8242 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * backend/ev-link.c: (ev_link_type_get_type),
8245         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8246         (ev_link_new_page_fith):
8247         * backend/ev-link.h:
8248         * pdf/ev-poppler.cc:
8249         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8250
8251         Implement FIT and FITH links
8252
8253 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * pdf/ev-poppler.cc:
8256
8257         Return 0 results when search is not in progress.
8258
8259         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8260         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8261
8262         Update menu sensitivity when cancelling search
8263
8264 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * shell/ev-view.c: (ev_view_can_find_next):
8267
8268         Take all pages in consideration, not just current one
8269
8270 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8271
8272         * shell/ev-page-cache.c:
8273         * shell/ev-page-cache.h:
8274         * shell/ev-view.c: (ev_view_binding_activated),
8275         (ev_view_next_page), (ev_view_previous_page),
8276         (ev_sizing_mode_get_type):
8277         * shell/ev-view.h:
8278         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8279         (ev_window_cmd_go_next_page):
8280
8281         Move page next/previous functions from page chace to
8282         view and change it to move by 2 page steps in dual mode.
8283
8284 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8285
8286         * shell/ev-window.c: (update_sidebar_visibility),
8287         (setup_sidebar_from_metadata), (ev_window_setup_document),
8288         (setup_view_from_metadata):
8289
8290         Show the index by default when there is one     
8291
8292 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-window-title.c: (ev_window_title_set_document):
8295
8296         Missing null check
8297
8298 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * shell/ev-view.c: (view_update_range_and_current_page):
8301         
8302         Allow display of last odd page in dual view. Fix for 316347.
8303
8304 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8305
8306         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8307         
8308         Make close button default. Fix for 316383.
8309
8310 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8311
8312         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8313         
8314         Mark close button as default. Fix for 316381.
8315
8316 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * backend/ev-link.c: (ev_link_class_init):
8319
8320         Allow negative doubles in left/top properties
8321
8322 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8323
8324         * shell/ev-window.c:
8325
8326         Remove a bunch of strings that was used only
8327         by the statusbar.
8328
8329 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * shell/ev-window-title.c: (get_filename_from_uri),
8332         (ev_window_title_set_document):
8333
8334         When title has a confusing extension, show also
8335         the document filename inside ()
8336
8337 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * shell/Makefile.am:
8340         * shell/ev-window-title.c: (ev_window_title_new),
8341         (ev_window_title_update), (ev_window_title_set_type),
8342         (ev_window_title_set_document), (ev_window_title_free):
8343         * shell/ev-window-title.h:
8344         * shell/ev-window.c: (ev_window_setup_document),
8345         (password_dialog_response), (ev_window_popup_password_dialog),
8346         (ev_window_dispose), (ev_window_init):
8347
8348         Factor out and cleanup window title code
8349
8350 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8353         (unable_to_load):
8354
8355         Make dialog transient so it doesnt block other windows
8356
8357 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8358
8359         * pdf/ev-poppler.cc:
8360         
8361         Fix pdf thumbnails rendering.
8362
8363 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8364
8365         * shell/ev-window.c: (fullscreen_set_timeout):
8366         
8367         Increase timeout to hide full screen popup. Bug 
8368         316123. 
8369
8370 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8371
8372         * data/evince.schemas.in:
8373         * shell/ev-window.c: (update_action_sensitivity):
8374
8375         Allow the user to override document restrictions. Fix for bug
8376         305818.
8377
8378 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8379
8380         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8381         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8382         (ev_window_class_init): Fix multihead behaviour of fullscreen
8383         toolbar popup. Fixes bug #315451.
8384
8385 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8386
8387         * configure.ac:
8388         * data/evince-password.glade:
8389         * shell/ev-password.c: (ev_password_dialog_set_property),
8390         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8391         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8392         (ev_password_dialog_entry_changed_cb),
8393         (ev_password_dialog_entry_activated_cb),
8394         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8395         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8396         (ev_password_dialog_set_bad_pass):
8397         * shell/ev-password.h:
8398         * shell/ev-window.c: (password_dialog_response),
8399         (ev_window_popup_password_dialog):
8400         
8401         Support for gnome-keyring for encrypted PDF's.
8402
8403 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8404
8405         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8406         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8407         (ev_view_enter_notify_event), (ev_view_class_init):
8408         
8409         More precise handling of enter_notify/leave_notify events
8410         in EvView. Fix for bug 315470.
8411
8412 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8413
8414         * shell/ev-window.c: (fullscreen_timeout_cb),
8415         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8416         (ev_window_dispose):
8417
8418         leak fix: unref fullscreen_timeout_source before clearing it
8419
8420 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8421
8422         * configure.ac, dvi/mdvi/Makefile.am: 
8423         
8424         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8425
8426 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8427
8428         * backend/ev-link.c: (ev_link_new_page_xyz):
8429         * pdf/ev-poppler.cc:
8430         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8431
8432         Fix some bugs with xyz links, respect zoom
8433
8434 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * shell/ev-window.c: (page_changed_cb),
8437         (setup_document_from_metadata), (update_sidebar_visibility),
8438         (setup_view_from_metadata), (ev_window_run_fullscreen),
8439         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8440         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8441         (ev_window_dual_mode_changed_cb),
8442         (ev_window_sidebar_current_page_changed_cb):
8443
8444         null check uri before setting and getting metadata
8445
8446 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * dvi/Makefile.am:
8449         * properties/Makefile.am:
8450         * shell/Makefile.am:
8451         * thumbnailer/Makefile.am:
8452
8453         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8454
8455 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8456
8457         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8458         (selection_changed_callback):
8459         * shell/ev-sidebar-links.h:
8460
8461         Add a signal for link activation.
8462
8463         * shell/ev-view.c: (ev_view_goto_link),
8464         (ev_view_button_release_event):
8465         * shell/ev-view.h:
8466         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8467         (ev_window_init):
8468
8469         Implement the signal so that we can handle all link types.
8470
8471         * shell/ev-page-cache.c:
8472
8473         Remove unused set_link function
8474
8475 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8478
8479         Add some space from the cursor, hardcoded but I couldnt
8480         find a better way.
8481
8482 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * lib/ev-tooltip.c:
8485
8486         Use mozilla style vs gtk style, way better for links.
8487
8488         * shell/ev-view.c: (ev_view_motion_notify_event),
8489         (ev_view_destroy), (ev_view_init):
8490
8491         Deactive tooltip when the link hovered is changed.
8492
8493 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * backend/ev-document.h:
8496         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8497         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8498         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8499         (ev_link_new_page), (ev_link_new_page_xyz):
8500         * backend/ev-link.h:
8501         * pdf/ev-poppler.cc:
8502         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8503         (go_to_link), (tip_from_link):
8504
8505         Implement xyz links, still not functional. Links are a total
8506         mess, will need to refactor and bugfix a lot :(
8507
8508 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8509
8510         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8511
8512 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8513
8514         * data/evince-ui.xml:
8515         * data/evince.schemas.in:
8516         * shell/Makefile.am:
8517         * shell/ev-window.c: (update_chrome_visibility),
8518         (password_dialog_response), (ev_window_load_job_cb),
8519         (ev_window_xfer_job_cb), (ev_window_open_uri),
8520         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8521         (ev_window_init):
8522
8523         Remove the statusbar. This regress loading feedback, need to
8524         check with Bryan what we want to do there...
8525
8526 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * lib/ev-tooltip.c: (ev_tooltip_init):
8529
8530         Fix tooltip border and size handling
8531
8532 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8535         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8536         (ev_tooltip_timeout), (ev_tooltip_activate),
8537         (ev_tooltip_deactivate):
8538         * lib/ev-tooltip.h:
8539         * shell/ev-view.c: (ev_view_motion_notify_event):
8540
8541         Delay popup showing. Mirror gtk logic/times.
8542
8543 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8544
8545         * lib/Makefile.am:
8546         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8547         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8548         (ev_tooltip_set_text), (ev_tooltip_set_position):
8549         * lib/ev-tooltip.h:
8550
8551         Simple widget to show tooltips at a custom position
8552
8553         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8554         (ev_view_destroy):
8555
8556         Use it for links. First go, needs work
8557
8558 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8559
8560         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8561         HIG fixes.  Use title capitalization for window title. Use 12 
8562         pixels of space between the dialog's vbox and action area.
8563
8564 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * shell/ev-window.c: (file_open_dialog_response_cb),
8567         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8568         (ev_window_cmd_save_as):
8569
8570         Make file pickers not modal and refactor code some
8571
8572 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-sidebar.h:
8575         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8576         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8577         (ev_sidebar_class_init), (ev_sidebar_select_page),
8578         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8579         (ev_sidebar_set_page):
8580
8581         Add a current page property and allow to get/set it
8582
8583         * shell/ev-window.c: (setup_view_from_metadata),
8584         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8585
8586         Persist current sidebar page per document
8587
8588 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8589
8590         * data/evince.schemas.in:
8591         * shell/ev-window.c: (update_chrome_visibility),
8592         (setup_document_from_metadata), (update_sidebar_visibility),
8593         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8594         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8595         (ev_window_run_presentation), (ev_window_stop_presentation),
8596         (ev_window_view_sidebar_cb),
8597         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8598         (load_chrome), (ev_window_init):
8599
8600         Persist size/visibility of sidebar per document
8601
8602 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8603
8604         * shell/ev-view.c (draw_loading_text): Draw loading text.
8605
8606 2005-09-02  Dan Damian  <dand@gnome.ro>
8607
8608         * configure.in: Added "ro" to ALL_LINGUAS.
8609
8610 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-view.c: (clear_caches):
8613
8614         ev_page_cache_get doesnt return a reference,
8615         dont try to unref it.
8616
8617 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * shell/main.c: (load_files_remote):
8620
8621         Fix timestamp parameter with dbus <= 0.33
8622
8623 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8624
8625         * data/evince.schemas.in:
8626
8627         Add missing full stop
8628
8629 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8630
8631         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8632         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8633
8634         Plug some memory leaks
8635
8636 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8637
8638         * configure.ac:
8639         * lib/ev-debug.c: (trap_handler):
8640
8641         Check for execinfo.h and use it only if it exists.
8642         Ported from Epiphany (bug #314776).
8643
8644 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8645
8646         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8647
8648 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8649
8650         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8651         * po/id.po      : Added Indonesian translation
8652
8653 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8654
8655         * shell/main.c:
8656         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8657         * NEWS: Release 0.4.0
8658
8659 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8660
8661         * configure.ac: catch another gtk+-2.8ism
8662         * shell/main.c: Make work with gtk+-2.6
8663
8664 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8665
8666         * shell/ev-application-service.xml: Add 'timestamp' argument to
8667           ev_application_open_window and ev_application_open_uri methods.
8668
8669         * shell/ev-application.h: Add 'timestamp' argument to
8670           ev_application_open_window, ev_application_open_uri,
8671           and ev_application_open_uri_list functions.
8672
8673         * shell/ev-application.c (ev_application_open_window,
8674           ev_application_open_uri, ev_application_open_uri_list): Change
8675           functions that show/present windows to use a timestamp if one
8676           is passed in.
8677
8678         * shell/ev-window.c (ev_window_cmd_file_open,
8679           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8680         * shell/main.c (load_files): Modify calls to ev_application to
8681           include GDK_CURRENT_TIME as timestamp.
8682
8683         * shell/main.c (load_files_remote): Obtain timestamp for client
8684           instance from GDK and pass to server instance so new windows are
8685           focused properly.  Fix dbus_g_proxy_call() calls by including second
8686           G_TYPE_INVALID.
8687           
8688         Closes bug #314475.
8689
8690 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8691
8692         * shell/ev-window.c (ev_window_finalize): Check for
8693         avail. EvWindows when quiting to handle the finalize better,
8694         #314497
8695
8696 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8697         
8698         * properties/ev-properties-view.c: 
8699         
8700         Set textdomain to libglade. Fixes translation problem in property page.
8701
8702 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8703
8704         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8705         * dvi/Makefile.am:
8706         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8707         * dvi/mdvi-lib/Makefile.am:
8708         
8709         Fix rotation of thumbnails, ported to new API. Moved library
8710         dependencies earlier, probably it will fix linkage problem.
8711
8712 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * backend/ev-document-misc.c:
8715         (ev_document_misc_get_thumbnail_frame):
8716         * backend/ev-document-misc.h:
8717         * configure.ac:
8718         * pdf/ev-poppler.cc:
8719         * shell/Makefile.am:
8720         * shell/ev-sidebar-thumbnails.c: (add_range),
8721         (ev_sidebar_thumbnails_set_loading_icon),
8722         (ev_sidebar_thumbnails_refresh),
8723         (ev_sidebar_thumbnails_set_document):
8724         * shell/ev-sidebar-thumbnails.h:
8725         * shell/ev-view.c: (ev_view_motion_notify_event),
8726         (ev_view_set_property), (ev_view_get_property),
8727         (ev_view_class_init), (ev_view_set_rotation):
8728         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8729         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8730         (ev_window_init):
8731         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8732         Redo rotation (again).  prepare for 0.4.0
8733
8734 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8735
8736         * configure.ac: Bump poppler requirement to 0.4.1.
8737
8738         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8739         argument to poppler_page_render_selection() call.
8740
8741 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8742
8743         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8744         (djvu_document_thumbnails_get_thumbnail):
8745         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8746         (dvi_document_thumbnails_get_thumbnail):
8747         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8748         (pixbuf_document_thumbnails_get_thumbnail):
8749         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8750         
8751         Update rotation direction of backends to fit with pdf and ps.
8752
8753 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8756         * backend/ev-async-renderer.h:
8757         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8758         (setup_page), (ps_document_get_page_size),
8759         (ps_async_renderer_render_pixbuf):
8760         * ps/ps-document.h:
8761         * shell/ev-jobs.c: (ev_job_render_run):
8762
8763         Fix orientation in the postscript document
8764
8765 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8766
8767         * pdf/ev-poppler.cc:
8768         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8769         * shell/ev-view.c: (highlight_find_results):
8770
8771         Adapt to the new poppler rotation API. Fix text maps on landscape
8772         documents.
8773
8774 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8775
8776         * shell/ev-view.c (compute_new_selection_text): get the correct
8777         region when selecting in modes other than continuous.
8778
8779 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8780
8781         * shell/main.c (main): remove redundant g_warnings.
8782
8783 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * shell/Makefile.am: Don't include autogenerated
8786         file ev-application-service.h into distribution, since
8787         it causes dbus crash. Fix for bugs 313724 and 313443. 
8788
8789 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8790
8791         * configure.ac: Fix sed expression for FreeBSD. Thanks
8792         to Joe Marcus Clark <marcus@freebsd.org>
8793         
8794         * shell/eggfindbar.c: (entry_activate_callback),
8795         (entry_changed_callback), (egg_find_bar_init),
8796         (egg_find_bar_set_search_string):
8797         
8798         Made findbar buttons unsensitive if there is no text in
8799         entry. Fix for the bug 313285.
8800
8801 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8802
8803         * ps/ps-document.c: Use g_filename_display_name for displaying
8804         filenames and revert string freeze breackage
8805
8806 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * NEWS:
8809         * configure.ac:
8810
8811         Update for 0.3.4
8812
8813         * shell/Makefile.am:
8814
8815         Add ev-application-service.xml to extra dist
8816
8817         * shell/ev-view.c: (find_page_at_location):
8818
8819         Remove unused function (fix warning)
8820
8821 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8822
8823         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8824         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8825         
8826         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8827         bug 313623.
8828
8829 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8830
8831         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8832         * shell/ev-window.c:
8833         Fix build warnings
8834
8835 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8836
8837         * configure.ac: Update script to get dbus version.
8838         Fix for the bug #313443.
8839
8840 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8841
8842         * shell/ev-window.c: (ev_window_cmd_escape):
8843         
8844         Return focus back to view on escape. Fix for bug 313295.
8845
8846 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8847
8848         * shell/ev-window.c: (update_window_title),
8849         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8850         (ev_window_cmd_save_as):
8851         
8852         Correct conversion from uri to displayable string. Fix for
8853         bug 313296.
8854
8855 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8856
8857         * ps/ps-document.c: convert filename to utf8 when there is an error
8858         loading document. Fixes #309915
8859
8860 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8861
8862         * configure.ac:
8863
8864         We depend on poppler 0.4.0
8865
8866 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8867
8868         * configure.ac:
8869         * NEWS: Release 0.3.3.
8870         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8871
8872 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8873
8874         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8875         add a couple missing mnemonics to menu items, use title 
8876         capitalization for menu items and window titles, and add 
8877         ellipsis to open menu item.     
8878
8879 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8880
8881         * pdf/ev-poppler.cc:
8882         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8883         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8884         (ev_view_get_rotation):
8885         * shell/ev-view.h:
8886         * shell/ev-window.c: (setup_view_from_metadata),
8887         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8888         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8889         disk.
8890
8891 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8892
8893         * configure.ac: Added tr to ALL_LINGUAS
8894
8895 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8896
8897         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8898         requires several clicks to find word. Thanks to 
8899         Colin Slater <kiltedtaco@gmail.com>.
8900
8901 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8902
8903         * data/evince.desktop.in.in: Hide menu entry and
8904         rename it to "Document Viewer". Fix for bug 
8905         #312399.
8906
8907 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8908
8909         * shell/ev-page-action.c (ev_page_action_class_init): 
8910
8911         Point to the correct function in constructor of the
8912         activate_label signal
8913
8914 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8915
8916         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8917         * shell/ev-jobs.h: Make thread safe.
8918
8919 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8920
8921         * shell/ev-view.c: (view_update_range_and_current_page):
8922         Don't update page range if we are scrolling to some document
8923         point.
8924
8925 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8926
8927         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8928         when getting max_page_width, fix drawing in dual mode.
8929
8930 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8931
8932         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8933         getting the area for select_all.
8934
8935 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8936
8937         * backend/ev-selection.c: (ev_selection_render_selection):
8938         * backend/ev-selection.h:
8939         * pdf/ev-poppler.cc:
8940         * shell/ev-jobs.c: (ev_job_render_new):
8941         * shell/ev-jobs.h:
8942         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8943         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8944         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8945         (ev_view_class_init):
8946
8947         Change selection color on focus in and focus out events.  Also,
8948         poppler now uses GdkColor for specifying the selection colors, so
8949         drop some awkward conversion code.
8950
8951 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8952
8953         * configure.ac: Added Hebrew translation
8954
8955 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8956
8957         * NOTES:
8958         * backend/ev-selection.c: (ev_selection_render_selection):
8959         * backend/ev-selection.h:
8960         * pdf/ev-poppler.cc:
8961         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8962         (ev_job_render_run):
8963         * shell/ev-jobs.h:
8964         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8965         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8966         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8967         (ev_pixbuf_cache_style_changed),
8968         (ev_pixbuf_cache_get_selection_pixbuf),
8969         (ev_pixbuf_cache_set_selection_list),
8970         (ev_pixbuf_cache_get_selection_list):
8971         * shell/ev-pixbuf-cache.h:
8972         * shell/ev-utils.c: (ev_print_region_contents):
8973         * shell/ev-utils.h:
8974         * shell/ev-view.c: (ev_view_queue_draw_page),
8975         (selection_update_idle_cb), (ev_view_motion_notify_event),
8976         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8977         (setup_caches), (ev_view_find_next), (merge_selection_region),
8978         (selection_free):
8979         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8980
8981         Clean up selection to be much smoother!
8982
8983 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8984
8985         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8986         to poppler_page_render_selection().
8987
8988 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8989
8990         * ps/ps-document.c: (save_page_list): Use
8991         unzipped document when printing. Thanks to 
8992         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8993         311016.
8994
8995 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * shell/ev-window.c: (update_action_sensitivity):
8998         
8999         Disable print and save respect to lockdown gconf keys. Fix
9000         for 312342.
9001
9002 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9003
9004         * configure.ac:
9005         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9006         (write_to_temp_file), (ev_file_set_contents):
9007         * shell/ev-utils.h:
9008         * shell/ev-window.c: (save_print_config_to_file):
9009         
9010         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9011         Fix for bug 312238
9012
9013 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9014
9015         * shell/ev-window.c: (load_print_config_from_file),
9016         (save_print_config_to_file), (ev_window_print_range):
9017
9018         Persist the print settings. Fixes bug #311578.
9019
9020 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9021
9022         * djvu/djvu-document.c: (djvu_document_get_page_size),
9023         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9024         (djvu_document_thumbnails_get_thumbnail):
9025         * dvi/dvi-document.c: (dvi_document_get_page_size),
9026         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9027         (dvi_document_thumbnails_get_dimensions),
9028         (dvi_document_thumbnails_get_thumbnail):
9029         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9030         (pixbuf_document_render_pixbuf),
9031         (pixbuf_document_document_iface_init),
9032         (pixbuf_document_thumbnails_get_thumbnail):
9033         
9034         Update backends to make them build with new rotation system.
9035
9036 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9037
9038         * help/C/figures/evince_start_window.png:
9039         
9040         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9041
9042 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9045         * shell/ev-pixbuf-cache.h:
9046         * shell/ev-sidebar-thumbnails.c:
9047         (ev_sidebar_thumbnails_get_property), (add_range),
9048         (adjustment_changed_cb):
9049         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9050         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9051         we were thumbnailing the entire docment on startup, slowing us
9052         down hugely. 
9053
9054 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9055
9056         * shell/ev-page-cache.c: (ev_page_cache_new):
9057         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9058         == 0, fixes #310306.
9059
9060 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9061
9062         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9063         (ev_view_rotate_left):
9064
9065         Account rotation in doc_rect_to_view_rect.
9066         Ensure rotation doesnt go out of bounds.
9067
9068 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9071
9072         Correct and cleanup w/h swapping
9073
9074 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * backend/ev-document-thumbnails.c:
9077         (ev_document_thumbnails_get_thumbnail):
9078         * backend/ev-document-thumbnails.h:
9079         * backend/ev-document.c:
9080         * backend/ev-document.h:
9081         * backend/ev-render-context.c: (ev_render_context_new),
9082         (ev_render_context_set_rotation):
9083         * backend/ev-render-context.h:
9084         * pdf/ev-poppler.cc:
9085         * ps/ps-document.c: (ps_document_document_iface_init):
9086         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9087         * shell/ev-jobs.h:
9088         * shell/ev-page-cache.c: (build_height_to_page),
9089         (ev_page_cache_new), (ev_page_cache_get_size),
9090         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9091         (ev_page_cache_get_height_to_page):
9092         * shell/ev-page-cache.h:
9093         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9094         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9095         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9096         (ev_pixbuf_cache_get_selection_pixbuf):
9097         * shell/ev-pixbuf-cache.h:
9098         * shell/ev-print-job.c: (idle_print_handler):
9099         * shell/ev-sidebar-thumbnails.c: (add_range):
9100         * shell/ev-view.c: (view_update_range_and_current_page),
9101         (get_page_y_offset), (get_page_extents),
9102         (ev_view_size_request_continuous_dual_page),
9103         (ev_view_size_request_continuous),
9104         (ev_view_size_request_dual_page),
9105         (ev_view_size_request_single_page), (draw_one_page),
9106         (ev_view_set_rotation), (ev_view_rotate_right),
9107         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9108         (ev_view_zoom_for_size_continuous_and_dual_page),
9109         (ev_view_zoom_for_size_continuous),
9110         (ev_view_zoom_for_size_dual_page),
9111         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9112         (ev_view_select_all):
9113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9114         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9115         (tiff_document_document_iface_init),
9116         (tiff_document_thumbnails_get_thumbnail):
9117
9118         Use rotation rather than orientation. It's easier and enough
9119         for our needs.
9120
9121 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * shell/ev-page-cache.c: (build_height_to_page),
9124         (ev_page_cache_new), (ev_page_cache_get_size),
9125         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9126         (ev_page_cache_get_height_to_page):
9127         * shell/ev-page-cache.h:
9128         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9129         (ev_view_size_request_continuous_dual_page),
9130         (ev_view_size_request_continuous),
9131         (ev_view_zoom_for_size_continuous_and_dual_page),
9132         (ev_view_zoom_for_size_continuous):
9133
9134         Make the page cache aware of page orientation.
9135
9136 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9137
9138         * backend/ev-document-thumbnails.c:
9139         (ev_document_thumbnails_get_thumbnail):
9140         * backend/ev-document-thumbnails.h:
9141         * backend/ev-document.c:
9142         * backend/ev-document.h:
9143         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9144         * backend/ev-ps-exporter.h:
9145         * pdf/ev-poppler.cc:
9146         * ps/ps-document.c: (ps_document_document_iface_init),
9147         (ps_document_ps_export_do_page):
9148         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9149         * shell/ev-jobs.h:
9150         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9151         (ev_page_cache_get):
9152         * shell/ev-page-cache.h:
9153         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9154         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9155         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9156         * shell/ev-pixbuf-cache.h:
9157         * shell/ev-print-job.c: (idle_print_handler):
9158         * shell/ev-sidebar-thumbnails.c: (add_range):
9159         * shell/ev-view.c: (view_update_range_and_current_page),
9160         (get_page_extents), (ev_view_size_request_dual_page),
9161         (ev_view_size_request_single_page), (draw_one_page),
9162         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9163         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9164         (ev_view_zoom_for_size_dual_page),
9165         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9166         (ev_view_select_all):
9167         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9168         * tiff/tiff-document.c: (tiff_document_get_page_size),
9169         (tiff_document_get_orientation), (rotate_pixbuf),
9170         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9171         (tiff_document_thumbnails_get_thumbnail),
9172         (tiff_document_ps_export_do_page), (tiff_document_init):
9173
9174         Really make use of the orientation bit of the render context.
9175         Use the render context in a few more places in the backend API.
9176         This regress orientation, but now it's done right. Will try to
9177         fix it up asap...
9178
9179 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9180
9181         * shell/ev-view.c: (ensure_rectangle_is_visible):
9182
9183         Patch by Nickolay V. Shmyrev to fix find flickering
9184
9185 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9186
9187         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9188         duplex parameters to ::begin.
9189
9190         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9191         * shell/ev-print-job.c (idle_print_handler): 
9192         * ps/ps-document.c (ps_document_ps_export_begin): 
9193         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9194         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9195         implementations. Poppler backend needs poppler cvs. Rest has
9196         unchanged behavior.
9197
9198 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9199
9200         * shell/ev-window.c (using_pdf_printer): new function.
9201         (ev_window_print_range): print a less techy message if someone
9202         tries to print to PDF.
9203
9204 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9205
9206         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9207         from "unknown font" string. Bug #311431
9208
9209 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9210
9211         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9212
9213 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9214
9215         Bug #311280
9216         
9217         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9218         name for PopplerFontTypes
9219         (pdf_document_fonts_fill_model): add font type to the detail column
9220
9221         * backend/ev-document-fonts.h: added
9222         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9223
9224         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9225         font name and font details, add a little markup.
9226         (ev_properties_fonts_init): use the new cell data func, specify ypad
9227         property for the cell renderer.
9228         (ev_properties_fonts_set_document): add the details column.
9229
9230 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9231
9232         * configure.ac: Added "pl" to ALL_LINGUAS.
9233
9234 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9235
9236         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9237
9238 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9239
9240         * help/ChangeLog: Started this for translations of manual.
9241         * configure.ac, autogen.sh, .cvsignore: Migrated to
9242         gnome-doc-utils. Patch in bug #311222.
9243
9244 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9245
9246         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9247         #ifdef this away to fix an unused-function warning.
9248
9249 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9250
9251         * configure.ac: Added 'gl' to ALL_LINGUAS.
9252
9253 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9254
9255         * configure.ac: Added ne in ALL_LINGUAS
9256         
9257 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9258
9259         * shell/ev-view.c: (ev_view_leave_notify_event):
9260         
9261         Clear status message when pointer leaves view. Fix for bug
9262         #310818 
9263
9264 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9265
9266         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9267
9268 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9269
9270         * shell/ev-view.c: (ev_view_leave_notify_event),
9271         (ev_view_class_init):
9272         
9273         Set cursor to normal then leaving view.
9274
9275 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9276
9277         * configure.ac:
9278         
9279         Fix required djvulibre version.
9280
9281 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9282
9283         *configure.ac: Hindi (hi) language added
9284
9285 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9286
9287         *configure.ac: Punjabi (pa) Language added
9288
9289 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9290
9291         * data/evince-ui.xml, shell/ev-window.c:
9292         
9293         Add keypad accelerators for zooming. Fix for bug 308128.
9294
9295 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9296
9297         * Makefile.am:
9298         * backend/Makefile.am:
9299         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9300         * configure.ac:
9301         * shell/ev-document-types.c: (ev_document_types_add_filters):
9302
9303         Allow to enable/disable the pixbuf backend.
9304         Default to off for now. If we want it enabled we should
9305         really put mime types in the desktop, implement properties etc.
9306
9307         * properties/evince-properties.c:
9308
9309         Initialize error to NULL.
9310         Check error is not NULL before freeing.
9311
9312 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9313
9314         * shell/ev-window.c:
9315
9316         Use F5 as presentation accell
9317
9318 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * shell/ev-window.c: (update_chrome_visibility),
9321         (ev_window_create_fullscreen_popup), (ev_window_init):
9322
9323         Do not leak the fullscreen toolbar
9324
9325 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9326
9327         * shell/ev-window.c: (view_actions_focus_in_cb),
9328         (view_actions_focus_out_cb):
9329
9330         These has a return value! Fix totally random focus
9331         issues we was seeing.
9332
9333 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9334
9335         * shell/main.c: (load_files_remote):
9336
9337         Allow open more than one file
9338
9339 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9340
9341         * shell/main.c: (load_files_remote):
9342
9343         Fix for dbus 0.33. bug #309975
9344
9345 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9346
9347         * properties/ev-properties-main.c: (ev_properties_get_pages):
9348
9349         Actually return NULL for types we dont support
9350
9351 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9352
9353         * po/POTFILES.in:
9354
9355         Remove empty lines.
9356
9357 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9358
9359         * backend/ev-document-factory.c:
9360         (ev_document_factory_get_document):
9361
9362         Do not try to create the object if type
9363         is invalid.
9364
9365 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9366
9367         * ps/ps-document.c: (ps_document_dispose),
9368         (ps_async_renderer_render_pixbuf):
9369         * ps/ps-document.h:
9370
9371         Do not leak the target window
9372
9373 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * shell/ev-application.c: (ev_application_init):
9376
9377         Let tbe check file existence for us.
9378         Add a comment about eggrecent mime filter.
9379
9380 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9381
9382         * data/evince-ui.xml:
9383         * shell/ev-application.c: (ev_application_shutdown),
9384         (ev_application_init), (ev_application_get_toolbars_model),
9385         (ev_application_get_recent_model),
9386         (ev_application_save_toolbars_model):
9387         * shell/ev-application.h:
9388         * shell/ev-window.c: (ev_window_add_recent),
9389         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9390         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9391         (ev_window_init):
9392
9393         Use common toolbar and recent models for all windows.
9394         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9397
9398         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9399         successfully check for gtk_icon_view_get_visible_range.
9400
9401 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9402
9403         * djvu/Makefile.am:
9404         * dvi/Makefile.am:
9405         
9406         Fix djvu and dvi backend build.
9407
9408 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9409
9410         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9411         (new_separator_pixbuf):
9412
9413         Don't leak windows.
9414
9415 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9416
9417         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9418
9419         HIGification of toolbar editor dialogue.
9420
9421 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9422
9423         * configure.ac:
9424         * shell/Makefile.am:
9425
9426         Ever build metadata manager since it's just
9427         disabled at runtime now.
9428
9429 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9432         (ev_metadata_manager_get), (ev_metadata_manager_set):
9433         * shell/ev-metadata-manager.h:
9434
9435         Add an _init functions that enabled metadata management
9436         at runtime.
9437
9438         * shell/ev-window.c: (page_changed_cb),
9439         (setup_document_from_metadata), (ev_window_setup_document),
9440         (setup_view_from_metadata), (ev_window_open_uri),
9441         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9442         (ev_window_run_presentation), (ev_window_stop_presentation),
9443         (save_sizing_mode), (ev_window_zoom_changed_cb),
9444         (ev_window_continuous_changed_cb),
9445         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9446         (window_configure_event_cb):
9447
9448         Remove all ugly metadata define since we deal with it
9449         at runtime now.
9450
9451         * shell/main.c: (load_files_remote), (main):
9452
9453         Add support for dbus cvs head. Hopefully didnt break one
9454         of the other versions now!
9455
9456         If we dont get a response from the dbus server just
9457         give up with it and not enable metadata.
9458
9459 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9460
9461         * Makefile.am:
9462         * backend/Makefile.am:
9463         * configure.ac:
9464         * cut-n-paste/recent-files/Makefile.am:
9465         * cut-n-paste/toolbar-editor/Makefile.am:
9466         * cut-n-paste/zoom-control/Makefile.am:
9467         * lib/Makefile.am:
9468         * pdf/Makefile.am:
9469         * pixbuf/Makefile.am:
9470         * properties/Makefile.am:
9471         * ps/Makefile.am:
9472         * shell/Makefile.am:
9473         * thumbnailer/Makefile.am:
9474         * tiff/Makefile.am:
9475
9476         Make frontends depend on just libev.
9477         Rework and group CFLAGS/LIBS definitions.
9478         Cleanups.
9479
9480 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9481
9482         * shell/ev-window:
9483
9484         do not unnecessarily save zoom
9485
9486         * configure.ac:
9487         * lib/ev-file-helpers.c: (ev_dot_dir):
9488         * shell/Makefile.am:
9489         * shell/dummy.cc:
9490
9491         Some cleanups
9492
9493 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9494
9495         * configure.ac:
9496         
9497         Remove unnecessary dependencies
9498
9499 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * properties/Makefile.am:
9502         * thumbnailer/Makefile.am:
9503         * tiff/Makefile.am:
9504
9505         Some more cleanups. Was really necessary
9506         but I probably introduced bugs, feel free
9507         to flame :)
9508
9509 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * backend/Makefile.am:
9512         * configure.ac:
9513         * cut-n-paste/recent-files/Makefile.am:
9514         * cut-n-paste/toolbar-editor/Makefile.am:
9515         * cut-n-paste/zoom-control/Makefile.am:
9516         * lib/Makefile.am:
9517         * pdf/Makefile.am:
9518         * pixbuf/Makefile.am:
9519         * properties/Makefile.am:
9520         * ps/Makefile.am:
9521         * shell/Makefile.am:
9522         * thumbnailer/Makefile.am:
9523         * tiff/Makefile.am:
9524
9525         Use gnome-common macros when possible.
9526         Cleanup dependencies.
9527         Actually disable deprecated where possible.
9528
9529 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9530
9531         * Makefile.am:
9532         * backend/Makefile.am:
9533         * properties/Makefile.am:
9534         * shell/Makefile.am:
9535         * thumbnailer/Makefile.am:
9536
9537         This should solve the circular dep without
9538         requiring dir reorg!
9539
9540         * shell/ev-window.c: (setup_view_from_metadata):
9541
9542         Never restore window size/position when the
9543         window is already visible.
9544
9545 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9546
9547         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9548
9549         Return a boolean from timeout func. Fix ported from gedit.
9550
9551 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9552
9553         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9554
9555 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9556
9557         * shell/ev-document-types.c: set "All Documents" as default filter in
9558         open dialog
9559
9560 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9561
9562         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9563         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9564         (ev_metadata_manager_set_boolean): fix value/val thinko.
9565
9566 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * shell/ev-window.c: (setup_view_from_metadata),
9569         (window_state_event_cb), (window_configure_event_cb),
9570         (ev_window_init):
9571
9572         Remember window position and maximized state
9573
9574 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9575
9576         * configure.ac:
9577
9578         Fix DBUS configure checks.
9579
9580         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9581         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9582         (ev_metadata_manager_set_boolean):
9583
9584         Plug mem leaks.
9585
9586         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9587         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9588         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9589         (ev_window_continuous_changed_cb),
9590         (ev_window_dual_mode_changed_cb), (ev_window_new):
9591
9592         Fix the build without DBUS.
9593
9594 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9595
9596         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9597         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9598         (ev_metadata_manager_set_string),
9599         (ev_metadata_manager_set_boolean):
9600         * shell/ev-metadata-manager.h:
9601
9602         Add support for some more types
9603
9604         * shell/ev-view.c: (scroll_to_current_page),
9605         (ev_view_get_continuous), (ev_view_set_continuous),
9606         (ev_view_get_dual_page):
9607         * shell/ev-view.h:
9608         * shell/ev-window.c: (page_changed_cb),
9609         (setup_document_from_metadata), (ev_window_setup_document),
9610         (setup_view_from_metadata), (ev_window_open_uri),
9611         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9612         (ev_window_run_presentation), (ev_window_stop_presentation),
9613         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9614         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9615         (ev_window_update_dual_page_action),
9616         (ev_window_continuous_changed_cb),
9617         (ev_window_dual_mode_changed_cb), (ev_window_init):
9618
9619         Remember a bunch of view/document properties. Prolly some
9620         are still missing but it's getting interesting.
9621
9622 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9623
9624         * configure.ac: check if dbus-binding-tool is installed. Not the
9625         case on current Ubuntu breezy, it seems.
9626
9627 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9628
9629         * data/evince.desktop.in.in:
9630         
9631         Allow open uri lists and add TryExec field.
9632
9633 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * configure.ac:
9636
9637         Enable dbus when available, do not require a configure
9638         option.
9639
9640 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9641
9642         * configure.ac:
9643
9644         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9645         disabled.
9646
9647 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9648         Marco Pesenti Gritti  <mpg@redhat.com>
9649
9650         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9651         
9652         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9653         functions to the format required by dbus
9654
9655         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9656         errors. Use the RPC parameters in the expected way
9657
9658 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9659
9660         * Makefile.am:
9661         * properties/Makefile.am:
9662         * properties/ev-properties-main.c: (ev_properties_get_pages):
9663
9664         Support all mime types
9665
9666         * shell/Makefile.am:
9667         * thumbnailer/Makefile.am:
9668         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9669         (evince_thumbnail_pngenc_get):
9670
9671         Use the document factory
9672
9673 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * backend/Makefile.am:
9676         * backend/ev-document-factory.c:
9677         (mime_type_supported_by_gdk_pixbuf),
9678         (ev_document_type_get_from_mime),
9679         (ev_document_factory_get_document),
9680         (ev_document_factory_get_backend),
9681         (ev_document_factory_get_mime_types),
9682         (ev_document_factory_get_all_mime_types):
9683         * backend/ev-document-factory.h:
9684         * shell/Makefile.am:
9685         * shell/ev-document-types.c: (get_document_from_uri),
9686         (ev_document_types_get_document),
9687         (file_filter_add_mime_list_and_free),
9688         (ev_document_types_add_filters):
9689         * shell/ev-document-types.h:
9690         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9691         * shell/ev-properties-dialog.c:
9692         (ev_properties_dialog_set_document):
9693         * shell/ev-window.c: (ev_window_cmd_file_open),
9694         (ev_window_cmd_save_as):
9695         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9696
9697         Rework document types managing to avoid code duplication
9698         and actually abstract from backend implementations.
9699         Also provide a minimal factory api that can be used by
9700         thumbnailer/properties.
9701
9702 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9703
9704         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9705         Plug a mem leak.
9706         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9707         HIG spacings.
9708
9709 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9710
9711         * shell/ev-properties-dialog.c
9712         (ev_properties_dialog_set_document): only call
9713         ev_properties_fonts_set_document() if the document implements the
9714         fonts interface
9715
9716 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9717
9718         * configure.ac:
9719         * properties/Makefile.am:
9720         * properties/ev-properties-view.c:
9721         (ev_properties_view_register_type):
9722         * properties/ev-properties-view.h:
9723         * properties/ev-properties-main.h:
9724
9725         Implement nautilus plugin for properties.
9726         Works only for pdf atm, I need to rework the
9727         document types stuff to get this to work
9728         for all backends...
9729
9730 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9731
9732         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9733         (ev_properties_fonts_set_document): use
9734         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9735
9736 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9737
9738         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9739         them
9740         (PlaceImage, tiff2ps_process_page): use
9741         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9742
9743
9744 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9745
9746         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9747         (main): to call gnome_authentication_manager_init. Should fix
9748         Bug #308510
9749
9750         * configure.ac: that requires libgnomeui 2.6.0.
9751
9752 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9753
9754         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9755         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9756         use the new tiff2ps interfaces
9757
9758         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9759         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9760
9761         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9762         structure instead of global variables.  Remove use of static
9763         variables in functions.
9764
9765 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9766
9767         * shell/ev-page-action.c: unref the completion after setting it to the
9768         entry
9769
9770 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9771
9772         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9773         postscript files
9774
9775 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9776
9777         * shell/ev-window.c (update_action_sensitivity): disable
9778         File->Print if the document does not implement the ps exporter
9779         interface
9780
9781 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9782
9783         * Makefile.am:
9784         * configure.ac:
9785         * data/evince-properties.glade:
9786         * properties/.cvsignore:
9787         * properties/Makefile.am:
9788         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9789         (ev_properties_view_class_init), (ev_properties_view_format_date),
9790         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9791         (ev_properties_view_init), (ev_properties_view_new):
9792         * properties/ev-properties-view.h:
9793         * shell/Makefile.am:
9794         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9795         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9796         (ev_properties_dialog_new):
9797         * shell/ev-properties-dialog.h:
9798         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9799         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9800         (update_progress_label), (job_fonts_finished_cb),
9801         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9802         * shell/ev-properties-fonts.h:
9803         * shell/ev-properties.c:
9804         * shell/ev-properties.h:
9805         * shell/ev-window.c: (ev_window_setup_document),
9806         (ev_window_cmd_file_properties):
9807
9808         Split the properties pages in two different objects, depend
9809         only on the backend where possible, use widgets instead
9810         of gobject for the glade part, reimplement the dialog
9811         itself with gtk.
9812         I need this to implement nautilus properties page.
9813
9814 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9815
9816         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9817         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9818         (tiff_document_document_ps_exporter_iface_init): implement the ps
9819         exporter interface for tiff documents
9820
9821         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9822         libtiff to implement TIFF postscript export
9823
9824         * tiff/tiff2ps.h: added a header file for external tiff2ps
9825         functions.
9826
9827         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9828         tiff2ps.h
9829
9830 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * shell/ev-view.c: (scroll_to_current_page),
9833         (ev_view_set_fullscreen), (ev_view_set_presentation):
9834         
9835         Scroll to current page when exit from presentation
9836
9837 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * shell/ev-window.c: (update_document_mode),
9840         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9841         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9842         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9843         
9844         Exit from fullscreen mode when switch to presentation. Fix for
9845         bug 309365
9846
9847 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9848
9849         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9850         return NULL if the document does not implement the selection
9851         interface.
9852
9853 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9854
9855         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9856         reported height by using the resolution aspect ratio
9857         (tiff_document_render_pixbuf): scale the pixbuf using the
9858         resolution aspect ratio
9859
9860 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9861
9862         * configure.ac:
9863         
9864         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9865         <kiltedaco@gmail.com>
9866         
9867         * djvu/djvu-document.c: (djvu_document_get_orientation),
9868         (djvu_document_set_orientation), (djvu_document_get_page_size),
9869         (rotate_pixbuf), (djvu_document_render_pixbuf),
9870         (djvu_document_document_iface_init):
9871         * dvi/dvi-document.c: (dvi_document_get_orientation),
9872         (dvi_document_set_orientation), (dvi_document_get_page_size),
9873         (rotate_pixbuf), (dvi_document_render_pixbuf),
9874         (dvi_document_document_iface_init):
9875         
9876         Dvi and djvu backends are ported to new API
9877
9878 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9879
9880         * backend/ev-selection.c: (ev_selection_get_selection_region),
9881         (ev_selection_get_selection_map):
9882         * backend/ev-selection.h:
9883         * pdf/ev-poppler.cc:
9884         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9885         * shell/ev-jobs.h:
9886         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9887         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9888         (ev_pixbuf_cache_get_text_mapping):
9889         * shell/ev-pixbuf-cache.h:
9890         * shell/ev-view.c: (location_in_text),
9891         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9892         support to EvView.  Now we can see where we can select!  Sweet!
9893
9894 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9895
9896         * shell/ev-view.c (ev_view_button_press_event): Fix
9897         event->y + view->scroll_x typo.
9898
9899 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9900
9901         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9902         sub-GdkPixbuf instead of passing dest_x and dest_y.
9903         
9904         * shell/ev-view.c: (view_point_to_doc_point),
9905         (view_rect_to_doc_rect), (ev_view_button_press_event),
9906         (ev_view_motion_notify_event), (compute_new_selection_rect),
9907         (gdk_rectangle_point_in), (compute_new_selection_text),
9908         (compute_selections): Update selection code to keep the selection
9909         around as two points and not as a normalized rectangle, and fix
9910         page level selection in two-column mode.
9911
9912 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9913
9914         * shell/ev-window.c: (window_configure_event_cb): 
9915         
9916         Fix compilation
9917         
9918 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9919
9920         * pdf/ev-poppler.cc:
9921
9922         Fix compilation
9923
9924 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9925
9926         * shell/Makefile.am:
9927         * shell/ev-metadata-manager.c: (item_free),
9928         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9929         (parse_value), (parseItem), (load_values),
9930         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9931         (save_values), (save_item), (get_oldest), (resize_items),
9932         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9933         * shell/ev-metadata-manager.h:
9934
9935         Metadata manager from gedit but modified to use GValue, so that
9936         we dont need to keep converting from strings.
9937
9938         * configure.ac:
9939
9940         ENABLE_METADATA conditional, on when dbus is on
9941
9942         * shell/ev-application.c: (ev_application_open_uri):
9943
9944         Show the window after load so that we can initialize
9945         window size before it's showed.
9946
9947         * shell/ev-window.c: (ev_window_setup_from_metadata),
9948         (ev_window_open_uri), (window_configure_event_cb),
9949         (ev_window_init):
9950
9951         Save and load metadata information about window size.
9952         Not yet keeping states in account.
9953
9954         * shell/main.c: (main):
9955
9956         Shutdown metadata manager.
9957
9958 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9959
9960         * shell/ev-application-service.xml:
9961         * configure.ac:
9962         * shell/Makefile.am:
9963         * shell/ev-application.c:
9964         * shell/ev-application.h:
9965         * shell/ev-window.c:
9966         * shell/ev-window.h:
9967         * shell/main.c:
9968
9969         Add an optional dbus interface (--enable-dbus).
9970         Rework application code, mainly to be easier to
9971         use "remotely".
9972         Do not open multiple windows with the same document,
9973         spatial evince!
9974
9975 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9976
9977         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9978         pixbuf iff it exists.
9979
9980 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9981
9982         * shell/*:
9983         * backend/ev-render-context.[ch]:
9984         * backend/ev-selection.[ch]:
9985
9986         Massive changes.  We now support text selection of pdfs, and not
9987         just rectangular selection.  This is pretty broken still, but I
9988         want to get something into CVS.
9989
9990 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9991
9992         * pdf/ev-poppler.cc:
9993         
9994         Fix for Bug 309080: crash on window close.
9995         
9996         * shell/ev-page-action.c: (page_changed_cb):
9997         
9998         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9999         jensgr@gmx.net (Jens Granseuer).
10000
10001 2005-06-25  Marcel Telka  <marcel@telka.sk>
10002
10003         * configure.in (ALL_LINGUAS): Added sk.
10004
10005 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10006
10007         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10008         not a document open
10009
10010 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10011
10012         * NEWS:
10013         * configure.ac:
10014
10015         Release 0.3.2
10016
10017         * cut-n-paste/recent-files/Makefile.am:
10018
10019         Fix make distcheck
10020
10021 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10022
10023         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10024         (pixbuf_document_set_orientation), (rotate_pixbuf),
10025         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10026         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10027
10028         Implement rotation and cleanup the code a bit.
10029
10030         * tiff/tiff-document.c: (tiff_document_get_page_size),
10031         (tiff_document_get_orientation), (tiff_document_set_orientation),
10032         (rotate_pixbuf), (tiff_document_render_pixbuf),
10033         (tiff_document_document_iface_init), (tiff_document_init):
10034
10035         Implement rotation. Was the quicker solution for the release
10036         but we really need to share this code in the shell.
10037
10038 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10039
10040         * pdf/ev-poppler.cc:
10041
10042         Enable rotation, require poppler cvs. Fix a leak.
10043
10044 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10045
10046         * shell/ev-window.c: (update_action_sensitivity):
10047         
10048         Make properties unsensitive if document backend doesn't provide
10049         any info
10050
10051 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10052
10053         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10054         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10055         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10056         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10057         (bitmap_flip_rotate_counter_clockwise):
10058         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10059         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10060         (buff_gets):
10061         * dvi/mdvi-lib/common.h:
10062         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10063         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10064         (opendvi), (mdvi_reload), (mdvi_init_context),
10065         (mdvi_destroy_context), (mdvi_dopage), (special):
10066         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10067         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10068         (file_hash_free), (register_encoding), (parse_spec),
10069         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10070         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10071         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10072         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10073         (mdvi_register_font_type), (mdvi_unregister_font_type),
10074         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10075         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10076         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10077         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10078         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10079         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10080         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10081         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10082         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10083         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10084         (mdvi_unregister_special), (mdvi_flush_specials):
10085         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10086         (t1_font_remove):
10087         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10088         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10089         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10090         (free_font_metrics), (flush_font_metrics):
10091         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10092         (tt_font_remove):
10093         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10094         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10095         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10096         (dstring_insert), (dstring_new), (dstring_reset):
10097         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10098         
10099         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10100         avoid conflict with libtool on FC4
10101         
10102         * shell/ev-window.c: (ev_window_cmd_help_about):
10103         
10104         Update copyright year. Fix for bug 308828.
10105
10106 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10107
10108         * shell/ev-view.c: (add_scroll_binding_keypad),
10109         (ev_view_binding_activated), (ev_view_class_init),
10110         (on_adjustment_value_changed):
10111         
10112         Bug 170874: Arrow keys switch pages in presentation mode
10113
10114 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10115
10116         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10117         
10118         Fix for Bug 308265: Sidebar dissappears coming out of 
10119         Presentation mode
10120
10121 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10122
10123         * shell/ev-application.c: (ev_application_open):
10124         * shell/ev-document-types.c: (ev_document_types_add_filters),
10125         (ev_document_types_add_filters_for_type):
10126         * shell/ev-document-types.h:
10127         * shell/ev-window.c: (ev_window_cmd_save_as):
10128         
10129         Suggest basename as template when saving, provide filters
10130         for save dialog. It's bug 308402
10131
10132 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10133
10134         * pdf/ev-poppler.cc:
10135         * shell/ev-sidebar-links.c: (job_finished_callback):
10136         * shell/ev-view.c: (update_find_status_message):
10137         
10138         Some leaks fixed
10139
10140 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10141
10142         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10143         (egg_recent_view_uimanager_set_list):
10144
10145         Fix buglet in !show_numbers case.
10146
10147 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10148
10149         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10150         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10151
10152         Use pango ellipsisation.
10153
10154         * pdf/ev-poppler.cc:
10155
10156         Fix refcount leak, from nsh.
10157
10158 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10159
10160         * cut-n-paste/recent-files/Makefile.am:
10161         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10162         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10163         
10164         Removed EggRecentViewGtk
10165         
10166         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10167         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10168         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10169         (ev_window_setup_recent):
10170         
10171         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10172         with other projects
10173
10174 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10177         (egg_recent_view_gtk_finalize):
10178
10179         Fix memory leak
10180
10181         * cut-n-paste/toolbar-editor/Makefile.am:
10182         
10183         Fix location of cursor icon.
10184         
10185         * pdf/ev-poppler.cc:
10186         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10187         (display_completion_text), (match_completion):
10188         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10189         (selection_changed_callback), (create_loading_model),
10190         (print_section_cb), (links_page_num_func),
10191         (update_page_callback_foreach):
10192         * shell/ev-window.c: (ev_window_dispose):
10193         
10194         Small memory fixes. Links model now store objects instead
10195         of pointers to improve memory management. 
10196
10197 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10198
10199         * shell/ev-window.c: (zoom_control_changed_cb):
10200         
10201         Fix update of zoom control (bug 308268).
10202
10203 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10204
10205         * shell/ev-properties.c (set_property): escape the text correctly.
10206         Handles non-UTF-8 properties and escaped properties.  Also, sets
10207         the text to "<i>None</i>" if the property isn't set.
10208
10209         * data/evince-properties.glade: Change the label to be ellipsized,
10210         and give it a minimum size.
10211
10212 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10213
10214         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10215         * shell/ev-sidebar-links.c: (create_loading_model):
10216         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10217         * shell/ev-view.c: (ev_view_set_document):
10218         * shell/ev-window.c: (ev_window_dispose):
10219         
10220         Various small fixes, mostly memory leaks. Thanks to valgrind.
10221
10222 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10223
10224         * ps/ps-document.c: remove the locale.h include again ;-). And
10225         kill the (bogus) setlocale/savelocale business.
10226
10227 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10228
10229         * ps/ps-document.c:
10230         
10231         Include locale.h to fix build
10232         
10233         * shell/ev-sidebar.c:
10234         
10235         Remove unnecessary includes
10236
10237 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10238
10239         * dvi/dvi-document.c: (dvi_document_load):
10240         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10241         * po/POTFILES.in:
10242         
10243         Check for incorrect dvi files. Fix parsing dvi on AMD64
10244         platform. Thanks to tester@tester.ca (Olivier Crete).
10245
10246 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10247
10248         * shell/ev-page-action.c: (match_selected_cb),
10249         (display_completion_text), (match_completion), (update_model):
10250         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10251         (expand_open_links):
10252         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10253         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10254         (ev_sidebar_set_document):
10255         * shell/ev-window.c: (ev_window_xfer_job_cb),
10256         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10257         
10258         Fixed lot's of memory leaks, for example, memory leak on reload, 
10259         described in bug 307793.
10260
10261 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10262
10263         * pdf/ev-poppler.cc:
10264         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10265         (update_visible_range), (adjustment_changed_cb),
10266         (ev_sidebar_thumbnails_fill_model),
10267         (ev_sidebar_thumbnails_refresh),
10268         (ev_sidebar_tree_selection_changed),
10269         (ev_sidebar_icon_selection_changed),
10270         (ev_sidebar_thumbnails_use_icon_view),
10271         (ev_sidebar_thumbnails_set_document):
10272         * shell/ev-sidebar-thumbnails.h:
10273         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10274         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10275
10276         Refresh thumbnails when changing orientation. Not fully
10277         working yet becuase of a sidebar bug.
10278
10279         Set page orientation to poppler page everywhere. This sucks
10280         really need to fix poppler.
10281
10282 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10283
10284         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10285         (egg_recent_view_gtk_new_menu_item),
10286         (egg_recent_view_gtk_set_property),
10287         (egg_recent_view_gtk_get_property),
10288         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10289         (egg_recent_view_gtk_set_tooltip_func),
10290         (egg_recent_view_gtk_set_label_width),
10291         (egg_recent_view_gtk_get_label_width):
10292         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10293
10294         Sync with libegg (ellipsize labels)
10295
10296 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10297
10298         * data/evince-ui.xml:
10299         * shell/ev-window.c: (ev_window_cmd_go_forward),
10300         (ev_window_cmd_go_backward):
10301         
10302         Shift + PageUp moves 10 Pages. Fix for 306125
10303
10304 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * pdf/ev-poppler.cc:
10307
10308         Add a flag to check if orientation has been overriden
10309
10310 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10311
10312         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10313         field if necessary.
10314
10315         * ps/ps.h: add creator field to document.
10316
10317         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10318         set creator field.
10319
10320 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10321
10322         * data/evince-properties.glade:
10323         * shell/ev-properties.c: (ev_properties_set_document):
10324
10325         s/PDF Version/Format
10326
10327 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10328
10329         * shell/ev-properties.c: (ev_properties_set_document):
10330
10331         Remove unnecessary translations
10332
10333 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10334
10335         * cut-n-paste/toolbar-editor/Makefile.am:
10336
10337         Correct library name    
10338
10339 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10340
10341         * configure.ac:
10342         * cut-n-paste/recent-files/egg-recent-model.c:
10343         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10344         (egg_recent_model_unlock_file):
10345         * cut-n-paste/recent-files/egg-recent-util.c:
10346         (egg_recent_util_get_unique_id):
10347         * cut-n-paste/recent-files/update-from-egg.sh:
10348         * cut-n-paste/toolbar-editor/Makefile.am:
10349         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10350         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10351         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10352         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10353         (egg_toolbars_model_get_type):
10354         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10355
10356         Better makefile for toolbar editor and update everything
10357         to latest libegg.
10358
10359 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10360
10361         * shell/ev-window.c: (update_document_mode):
10362
10363         Prefer presentation mode when the document
10364         require fullscreen.
10365
10366 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10367
10368         * data/evince-ui.xml:
10369         * shell/ev-window.c:
10370
10371         Add control-equal for zooming
10372
10373 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10374
10375         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10376
10377 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10378
10379         * backend/ev-document.c: (ev_document_get_orientation):
10380         * backend/ev-document.h:
10381         * pdf/ev-poppler.cc:
10382         * ps/ps-document.c: (ps_document_get_orientation),
10383         (ps_document_set_orientation), (ps_document_document_iface_init):
10384
10385         Add a get_orientation api. Improve set_orientation.
10386
10387         * data/evince-ui.xml:
10388         * shell/ev-view.c: (ev_view_set_orientation),
10389         (ev_view_rotate_right), (ev_view_rotate_left):
10390         * shell/ev-view.h:
10391         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10392         (ev_window_cmd_edit_rotate_right):
10393
10394         Better ui for changing document orientation
10395
10396 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10397
10398         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10399         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10400         * shell/ev-sidebar-links.h:
10401         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10402         (ev_sidebar_page_iface_init):
10403         * shell/ev-sidebar-page.h:
10404         * shell/ev-sidebar-thumbnails.c:
10405         (ev_sidebar_thumbnails_get_property),
10406         (ev_sidebar_thumbnails_class_init),
10407         (ev_sidebar_thumbnails_set_document):
10408         * shell/ev-sidebar-thumbnails.h:
10409         * shell/ev-view.c: (ev_view_motion_notify_event):
10410         * shell/ev-window.c: (update_chrome_visibility),
10411         (ev_window_cmd_focus_page_selector),
10412         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10413         (sidebar_page_main_widget_update_cb), (ev_window_init):
10414         
10415         Autoraise toolbar on GoToPage binding and fix bindings in
10416         EvSidebarThumbnails page.
10417
10418 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10419
10420         * shell/ev-properties.c: (update_progress_label):
10421
10422         Hide the progress label when finished; bug #307697.
10423
10424 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10425
10426         * pdf/ev-poppler.cc:
10427
10428         Enable is_open for links, you will need poppler cvs
10429
10430         * shell/ev-properties.c: (job_fonts_finished_cb):
10431
10432         Get a lock on the document when filling the tree view
10433
10434 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10435
10436         * backend/ev-document-links.h:
10437         * pdf/ev-poppler.cc:
10438         * shell/ev-sidebar-links.c: (create_loading_model),
10439         (expand_open_links), (job_finished_callback):
10440
10441         Expand links when specified by the document.
10442         Depend on a poppler api (defined out for now)
10443
10444 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10445
10446         * shell/ev-properties.c: (ev_properties_dispose),
10447         (ev_properties_class_init), (dialog_destroy_cb),
10448         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10449         (ev_properties_set_document), (ev_properties_new),
10450         (ev_properties_show):
10451         * shell/ev-properties.h:
10452
10453         Make it an object, cleanup the code, api to show it as transient
10454         and to set the document.
10455
10456         * shell/ev-window.c: (ev_window_setup_document),
10457         (ev_window_cmd_file_properties):
10458
10459         Adapt to EvProperties changes, do not show multiple
10460         times, update it when document changes.
10461
10462 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * ps/gstypes.h:
10465         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10466         (ps_document_set_orientation), (ps_document_document_iface_init):
10467         * ps/ps-document.h:
10468
10469         Implement orientation here too
10470
10471         * shell/ev-properties.c: (ev_properties_new):
10472         * data/evince-properties.glade:
10473
10474         Hide the fonts page for backends that doesnt
10475         support it.     
10476
10477 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10478
10479         * backend/ev-document.c: (ev_document_set_orientation):
10480         * backend/ev-document.h:
10481         * pdf/ev-poppler.cc:
10482
10483         Add orientation api. Currently poppler api is not optimal,
10484         we need to set orientation every time we _get a page.
10485         I will try to fix that at some point.
10486
10487         * data/evince-ui.xml:
10488         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10489         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10490
10491         Add orientation menu items
10492
10493         * shell/ev-page-cache.c: (ev_page_cache_clear):
10494         * shell/ev-page-cache.h:
10495
10496         Add api to clear the cache
10497
10498         * shell/ev-view.c: (setup_caches), (clear_caches),
10499         (ev_view_set_document), (ev_view_zoom_out),
10500         (ev_view_set_orientation):
10501         * shell/ev-view.h:
10502
10503         Implement orientation changing
10504
10505 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10506
10507         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10508         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10509         * backend/ev-document-fonts.h:
10510
10511         Separate scan and fill so that we can incrementally fill from
10512         the main thread. Add a progress api.
10513
10514         * data/evince-properties.glade:
10515         * pdf/ev-poppler.cc:
10516         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10517         * shell/ev-jobs.h:
10518         * shell/ev-properties.c: (update_progress_label),
10519         (job_fonts_finished_cb), (setup_fonts_view):
10520
10521         Incrementally feel the list and show the progress
10522         percentage in a label like acrobat does.
10523
10524         You are going to need poppler cvs
10525
10526 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10527
10528         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10529         * backend/ev-document-fonts.h:
10530         * pdf/ev-poppler.cc:
10531
10532         Make fonts model fill incrementally.
10533
10534         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10535         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10536         (ev_job_queue_remove_job):
10537         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10538         (ev_job_fonts_new), (ev_job_fonts_run):
10539         * shell/ev-jobs.h:
10540
10541         New job for fonts scanning
10542
10543         * shell/ev-properties.c: (job_fonts_finished_cb),
10544         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10545         * shell/ev-properties.h:
10546         * shell/ev-window.c: (ev_window_cmd_file_properties):
10547
10548         Incrementally feel the treeview using the new job. Show Loading...
10549         message until scanning is completed.
10550
10551         Hopefully I didnt break the build without the poppler patch.
10552
10553 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10554
10555         * shell/ev-application.c: (ev_application_open):
10556         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10557         (ev_document_type_get_type), (ev_document_type_lookup):
10558         * shell/ev-document-types.h:
10559         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10560         * shell/ev-job-xfer.h:
10561         * shell/ev-window.c: (ev_window_clear_local_uri),
10562         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10563         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10564         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10565         
10566         Transfer remote documents to tmp directory to display them later.
10567
10568 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10569
10570         * backend/ev-document-info.h:
10571         * shell/ev-properties.c: (ev_properties_new):
10572
10573         s/GTime*/GTime. Not sure why we was using a pointer
10574         at all there!
10575
10576 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10579         situations.  That situation is that you're using GTK+-HEAD with
10580         the patch at #306726 is applied, and you have a document with <
10581         1500 pages in it.  It's not quite as uniformly nice as the
10582         TreeView, but should be better in the long run.
10583
10584         I'm pretty sure I guarded against breaking compilation with
10585         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10586         I missed some.
10587
10588         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10589         widget yet, so I commented that code out
10590         enable_view_actions_for_widget() for now.  Need to figure this
10591         out.
10592
10593         * shell/ev-page-action.c (match_selected_cb): emit the right
10594         signals.  Our cool C-l completion now works.
10595
10596 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10597
10598         * backend/Makefile.am:
10599         * backend/ev-document-fonts.c:
10600         * backend/ev-document-links.c:
10601         * backend/ev-document.c: (ev_document_load):
10602         * backend/ev-document.h:
10603         * backend/ev-job-queue.c:
10604         * backend/ev-job-queue.h:
10605         * backend/ev-jobs.c:
10606         * backend/ev-jobs.h:
10607         * backend/ev-page-cache.c:
10608         * backend/ev-page-cache.h:
10609
10610         EvPageCache and EvJobs are moved to shell.
10611
10612         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10613         (ev_tmp_filename):
10614         * lib/ev-file-helpers.h:
10615         
10616         New helper to work with temporary files
10617         
10618         * shell/Makefile.am:
10619         * shell/ev-application.c: (ev_application_open):
10620         * shell/ev-application.h:
10621         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10622         (remove_job_from_async_queue), (add_job_to_async_queue),
10623         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10624         (handle_job), (search_for_jobs_unlocked),
10625         (no_jobs_available_unlocked), (ev_render_thread),
10626         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10627         (ev_job_queue_add_job), (move_job_async), (move_job),
10628         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10629         * shell/ev-job-queue.h:
10630         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10631         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10632         * shell/ev-job-xfer.h:
10633         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10634         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10635         (ev_job_links_class_init), (ev_job_render_init),
10636         (ev_job_render_dispose), (ev_job_render_class_init),
10637         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10638         (ev_job_thumbnail_class_init), (ev_job_load_init),
10639         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10640         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10641         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10642         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10643         * shell/ev-jobs.h:
10644         * shell/ev-page-action.c: (ev_page_action_set_document):
10645         * shell/ev-page-cache.c: (ev_page_cache_init),
10646         (ev_page_cache_class_init), (ev_page_cache_finalize),
10647         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10648         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10649         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10650         (ev_page_cache_get_title), (ev_page_cache_get_size),
10651         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10652         (ev_page_cache_get_height_to_page),
10653         (ev_page_cache_get_max_label_chars),
10654         (ev_page_cache_get_page_label),
10655         (ev_page_cache_has_nonnumeric_page_labels),
10656         (ev_page_cache_get_info), (ev_page_cache_next_page),
10657         (ev_page_cache_prev_page), (ev_page_cache_get):
10658         * shell/ev-page-cache.h:
10659         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10660         (ev_pixbuf_cache_clear_job_sizes),
10661         (ev_pixbuf_cache_add_jobs_if_needed),
10662         (ev_pixbuf_cache_set_page_range):
10663         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10664         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10665         * shell/ev-sidebar-thumbnails.c:
10666         (ev_sidebar_tree_selection_changed),
10667         (ev_sidebar_thumbnails_set_document):
10668         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10669         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10670         (ev_statusbar_get_context_id), (ev_statusbar_push),
10671         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10672         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10673         (ev_statusbar_set_progress):
10674         * shell/ev-statusbar.h:
10675         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10676         (ev_view_find_previous):
10677         * shell/ev-window.c: (ev_window_is_empty),
10678         (ev_window_setup_document), (password_dialog_response),
10679         (ev_window_clear_jobs), (ev_window_load_job_cb),
10680         (ev_window_xfer_job_cb), (ev_window_open_uri),
10681         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10682         (ev_window_print), (ev_window_print_range),
10683         (ev_window_state_event), (ev_window_cmd_view_reload),
10684         (menu_item_select_cb), (menu_item_deselect_cb),
10685         (view_status_changed_cb), (ev_window_dispose),
10686         (drag_data_received_cb), (ev_window_init):
10687         * shell/ev-window.h:
10688         * shell/main.c: (load_files):
10689         
10690         New statusbar to show progress on idle. Two new jobs - 
10691         xfer job and load job to load document in background. And update
10692         of page_cache clients to new location of code.
10693
10694 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10695
10696         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10697         selection in open dialog. It also remembers the last visited directory 
10698         in the current session.
10699
10700 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10701
10702         * shell/ev-properties.c: (ev_properties_new):
10703         * shell/ev-properties.h:
10704         * shell/ev-window.c: (ev_window_cmd_file_properties):
10705         
10706         Get document info from page cache instead of document itself.
10707         This should fix crash related to race conditions described in
10708         bug 306545.
10709
10710 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10711
10712         * ps/ps-document.c: (ps_document_init),
10713         (send_ps), (get_page_box), (output), (catchPipe), (input),
10714         (stop_interpreter), (file_length), (file_readable),
10715         (check_filecompressedb), (ps_document_enable_interpreter),
10716         (document_load), (ps_async_renderer_render_pixbuf):
10717         * ps/ps-document.h:
10718
10719         Big cleanup of the ps code
10720
10721 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10722
10723         * backend/Makefile.am:
10724         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10725         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10726         * backend/ev-async-renderer.h:
10727
10728         Add an async renderer interface (method + callback) which
10729         is useful for backends like ps.
10730
10731         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10732         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10733         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10734         (ev_job_queue_add_job), (move_job_async), (move_job),
10735         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10736
10737         Add queues for async renderer, these are executed on the
10738         main thread.
10739
10740         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10741         (ev_job_render_run):
10742         * backend/ev-jobs.h:
10743
10744         If the backend support async renderer interface use it.
10745
10746         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10747         (setup_pixmap), (ps_document_get_type),
10748         (ps_async_renderer_render_pixbuf),
10749         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10750
10751         Implement async renderer interface.
10752
10753 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10754
10755         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10756
10757         Cleanup links job on exit.
10758
10759 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10760
10761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10762         (drag_data_get_cb), (drag_data_received_cb):
10763         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10764         (drag_data_get_cb), (parse_item_list),
10765         (egg_toolbar_editor_load_actions):
10766         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10767         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10768         (parse_item_list), (parse_toolbars):
10769         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10770         (dvi_pixbuf_put_pixel):
10771         
10772         Fix gcc 4.0 warnings
10773
10774 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10775
10776         * ps/ps-document.c: (start_interpreter):
10777
10778         Fix warning when loading ps
10779
10780 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10781
10782         * ps/ps-document.c: (output):
10783
10784         Fix crash when priting gs error messages.
10785
10786 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10787
10788         * backend/ev-page-cache.c: (_ev_page_cache_new):
10789         * backend/ev-page-cache.h:
10790
10791         Use a const to return title so that we dont double
10792         free it. Small cleanup and fix a leak.
10793
10794         * shell/ev-window.c: (update_window_title):
10795
10796         strdup value from get_title.
10797
10798 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10799
10800         * shell/ev-sidebar-links.c: (job_finished_callback),
10801         (ev_sidebar_links_set_document):
10802
10803         Cleanup the old job when changing document
10804
10805 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10806
10807         * shell/ev-stock-icons.c:
10808         * shell/ev-stock-icons.h:
10809         * shell/ev-window.c:
10810         
10811         Add stock icons for actions that can appear in toolbar. Fix for
10812         bug 306566.
10813
10814 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10815
10816         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10817         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10818         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10819         * backend/ev-page-cache.h:
10820         * shell/ev-view.c: (scroll_to_current_page),
10821         (view_update_range_and_current_page), (get_page_y_offset),
10822         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10823         (ev_view_size_request_continuous),
10824         (ev_view_zoom_for_size_continuous_and_dual_page),
10825         (ev_view_zoom_for_size_continuous):
10826         
10827         More compact EvView layout in document with pages of different size.
10828
10829 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10830
10831         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10832         compilation.
10833
10834 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10835
10836         * shell/ev-view.c: (view_set_adjustment_values):
10837         * shell/ev-window.c: (ev_window_cmd_file_properties):
10838         
10839         A bit different fix for rounding problem but it has no
10840         problems on startup. Make properties window transient to parent.
10841
10842 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10843
10844         * pdf/ev-poppler.cc:
10845         
10846         More commenting of font stuff.
10847
10848 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10849
10850         * pdf/ev-poppler.cc:
10851
10852         Comment out some more fonts stuff. Should really
10853         work without the poppler patch now.
10854
10855 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10856
10857         * pdf/ev-poppler.cc:
10858
10859         Adapt to api change
10860
10861 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10862
10863         * data/evince-properties.glade:
10864         * pdf/ev-poppler.cc:
10865         * shell/ev-properties.c: (setup_fonts_view):
10866
10867         Set the column title. Show the dialog only
10868         once everything is setup.
10869         Getting font info can be very slow... will
10870         prolly need to make this threaded too.
10871
10872 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10873
10874         * backend/Makefile.am:
10875         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10876         (ev_document_fonts_get_fonts_model):
10877         * backend/ev-document-fonts.h:
10878         * data/evince-properties.glade:
10879         * pdf/ev-poppler.cc:
10880         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10881         * shell/ev-properties.h:
10882         * shell/ev-window.c: (ev_window_cmd_file_properties):
10883
10884         Implement fonts list. Defined out for now, since it depends
10885         on a not yet committed poppler patch.
10886
10887 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10888
10889         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10890         page + 1.
10891
10892         * shell/ev-window.c: Make sure we add the timeout when we get a
10893         focus-in event.
10894
10895         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10896         adjustment->value before calculating the zoom factor to average
10897         out all of our rounding errors.  The page no longer 'drifts' when
10898         resizing.
10899
10900 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10901
10902         * data/evince-properties.glade:
10903         * shell/ev-properties.c: (ev_properties_format_date),
10904         (set_property):
10905         
10906         Labels don't expand when the dialogue is resized.
10907         strftime result needs to be converted to UTF-8. Thanks
10908         to Christian Persch <chpe@gnome.org>.
10909
10910 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10911
10912         * data/evince-properties.glade:
10913
10914         Hide the fonts tab
10915
10916 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10917
10918         * backend/ev-document-info.h:
10919         * backend/ev-document.c: (ev_document_info_free):
10920         * data/evince-properties.glade:
10921         * pdf/ev-poppler.cc:
10922         * ps/ps-document.c: (ps_document_get_info):
10923         * shell/ev-properties.c: (ev_properties_format_date),
10924         (set_property), (ev_properties_new):
10925         * shell/ev-properties.h:
10926         * shell/ev-window.c: (ev_window_cmd_file_properties):
10927
10928         Rework properties code to take only EvPropertyInfo
10929         in the constructor so that it can be useful for
10930         nautilus plugin too.
10931
10932         Deal with backends that doesnt support some properties.
10933         Make set property code generic.
10934
10935 2005-06-04  Christian Persch <chpe@gnome.org>
10936
10937         * data/evince-properties.glade:
10938
10939         fix spacings, make resizeable, and make data labels
10940         selectable + ellipsised
10941
10942 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10943
10944         * backend/ev-document-info.h:
10945         * data/Makefile.am:
10946         * data/evince-ui.xml:
10947         * pdf/ev-poppler.cc:
10948         * shell/Makefile.am:
10949         * shell/ev-window.c: (update_action_sensitivity),
10950         (ev_window_cmd_file_properties):
10951
10952         Initial go at file properties. Patch by
10953         Emil Soleyman-Zomalan <emil@soleyman.com>.
10954         Needs love see #169583
10955
10956 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10957
10958         * ps/ps-document.c: (output):
10959         * ps/ps.c: (psscan):
10960
10961         Try to render even if psscan fails.
10962
10963 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10964
10965         * ps/ps.c: (psscan), (pscopydoc):
10966
10967         Port buffered reading code from gv
10968
10969 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10970
10971         * ps/ps-document.c: (interpreter_message), (output):
10972
10973         Do not fail on interpreter messages
10974
10975 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10976
10977         * backend/ev-document-misc.c:
10978         (ev_document_misc_get_thumbnail_frame):
10979
10980         Pages can be 0 x 0, dont assert on this case
10981
10982 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10983
10984         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10985         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10986
10987         Correctly manage our reference on document. Finally the reload
10988         huge leak is gone...
10989
10990 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10991
10992         * ps/ps-document.c: (ps_document_dispose):
10993
10994         Forgot to chain it to the parent. Thanks chpe.
10995
10996 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10997
10998         * ps/ps-document.c: (ps_document_dispose),
10999         (ps_document_class_init), (stop_interpreter), (document_load):
11000
11001         Cleanup dispose a bit. Dont leak the whole pixmap.
11002
11003 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11004
11005         * pdf/ev-poppler.cc:
11006
11007         Release the poppler document on dispose
11008
11009 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11010
11011         * shell/ev-view.c: (ev_view_set_document):
11012
11013         Release ref on the pixbuf cache when changing
11014         document.
11015
11016 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11017
11018         * ps/ps-document.c: (ps_document_get_info):
11019
11020         Fix a double free
11021
11022 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11023
11024         * backend/ev-page-cache.c: (ev_page_cache_init),
11025         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11026         * backend/ev-page-cache.h:
11027         * shell/ev-page-action.c: (page_changed_cb):
11028         
11029         Set page action entry width depending on labels width. Fix
11030         for bug 305202.
11031
11032 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11033
11034         * backend/ev-link.c: (ev_link_class_init):
11035
11036         Allow -1 as page value (error)
11037
11038 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11039
11040         * shell/ev-sidebar-thumbnails.c:
11041         (ev_sidebar_thumbnails_set_document):
11042         * shell/ev-view.c: (scroll_to_current_page),
11043         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11044         (page_changed_cb), (on_adjustment_value_changed),
11045         (ev_view_set_document):
11046
11047         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11048         Fix bug 305377
11049
11050 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11051
11052         * configure.ac:
11053         * djvu/djvu-document.c: (djvu_document_get_page_size):
11054
11055         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11056         bug 301993.
11057
11058 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11059
11060         * shell/ev-view.c (draw_one_page): modify the expose handling to
11061         get the shadows.
11062
11063         * shell/ev-window.c (update_action_sensitivity): Respect
11064         permissions field.  Kowtow to the man.
11065
11066         * pdf/ev-poppler.cc: Get the permissions field.
11067
11068         * tiff/*c: Make a tiny bit more robust.
11069
11070 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11071
11072         * djvu/djvu-document.c:
11073         
11074         Pop messages from djvu context message queue.
11075
11076 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11077
11078         * configure.ac, Makefile.am, shell/Makefile.am:
11079         * tiff/Makefile.am, shell/ev-document-types.c:
11080         
11081         Cleanup tiff configure checks. Fix for bug 305218.
11082
11083 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11084
11085         * configure.ac: Added "uk" to ALL_LINGUAS.
11086
11087 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11088
11089         * cut-n-paste/zoom-control/ephy-zoom.c:
11090         (ephy_zoom_get_changed_zoom_level):
11091         * cut-n-paste/zoom-control/ephy-zoom.h:
11092         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11093         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11094         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11095         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11096         (zoom_control_changed_cb), (ev_window_init):
11097         
11098         Fix minor points related to moving best fit up. Introduce
11099         "zoom" property and make zoom control change it's value on
11100         notify::zoom signals. Fix for 305080.
11101
11102 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11103
11104         * data/evince-ui.xml:
11105         * shell/ev-window.c: (set_view_actions_sensitivity):
11106         
11107         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11108
11109 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11110
11111         * configure.ac:
11112
11113         Depends on poppler 0.3.2
11114
11115 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11116
11117         * cut-n-paste/recent-files/egg-recent-item.c:
11118         (egg_recent_item_get_short_name):
11119         * cut-n-paste/toolbar-editor/Makefile.am:
11120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11121         (new_pixbuf_from_widget):
11122         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11123         * cut-n-paste/toolbar-editor/egg-marshal.c:
11124         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11125         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11126
11127         Sync
11128
11129 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11130
11131         * tiff/tiff-document.c: Rough TIFF backend.
11132
11133 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11134
11135         * NEWS:
11136         * configure.ac:
11137         * cut-n-paste/toolbar-editor/Makefile.am:
11138
11139         Release 0.3.1
11140
11141 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11142
11143         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11144         (ev_view_find_next), (ev_view_find_previous):
11145
11146         Remove the locks around get_n_results   
11147
11148 2005-05-21  Juerg Billeter  <j@bitron.ch>
11149
11150         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11151
11152         Pass correct number of pages to poppler.
11153
11154 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11155
11156         * configure.ac:
11157         * data/Makefile.am:
11158         * data/evince.desktop.in: 
11159         * data/evince.desktop.in.in:
11160         * po/POTFILES.in:
11161         
11162         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11163
11164 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11165
11166         * shell/ev-view.c: (view_update_adjustments),
11167         (view_set_adjustment_values): cast adjustmen->value to (int)
11168         before using it.  Otherwise, we get off by a pixel in some
11169         situations.
11170
11171         (draw_one_page): Draw the border on expose.
11172
11173 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11174
11175         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11176         adjustment when the mode changes, #304923
11177
11178 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11179
11180         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11181         flickering on resize but still use gdk_window_scroll on
11182         scrolling
11183
11184 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11185
11186         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11187         option, #170458
11188
11189 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11190
11191         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11192         second page on page_changed if possible, #304669
11193
11194 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11195
11196         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11197         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11198
11199 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11200
11201         * .cvsignore:
11202         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11203         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11204         (ev_view_zoom_for_size_presentation),
11205         (ev_view_zoom_for_size_continuous_and_dual_page),
11206         (ev_view_zoom_for_size_continuous),
11207         (ev_view_zoom_for_size_dual_page),
11208         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11209         * shell/ev-view.h:
11210         * shell/ev-window.c: (update_view_size),
11211         (ev_window_sizing_mode_changed_cb):
11212
11213         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11214         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11215         an infinite loop, #304769
11216
11217
11218 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11219
11220         * data/evince-ui.xml:
11221         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11222         * shell/ev-window.c: (set_view_actions_sensitivity):
11223
11224         Make PgUp/Down behave like Space
11225
11226 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11229         * backend/ev-ps-exporter.h:
11230         * pdf/ev-poppler.cc:
11231         * ps/ps-document.c: (ps_document_ps_export_begin):
11232         * shell/ev-print-job.c: (idle_print_handler):
11233
11234         Adapt to new poppler api
11235
11236 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11237
11238         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11239         (ephy_zoom_control_init):
11240
11241         Translate zoom levels
11242
11243 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11244
11245         * cut-n-paste/zoom-control/ephy-zoom.c:
11246         (ephy_zoom_get_zoom_level_index):
11247
11248         Fix current zoom -> zoom control match
11249
11250 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11251
11252         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11253         rather than the scrolled_window that it's in. Fixes bug #304655.
11254
11255 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11256
11257         * shell/ev-view.c: (view_update_adjustments),
11258         (view_set_adjustment_values), (view_update_range_and_current_page),
11259         (view_scroll_to_page), (set_scroll_adjustment),
11260         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11261         (ev_view_scroll), (ev_view_scroll_view),
11262         (ensure_rectangle_is_visible), (find_page_at_location),
11263         (get_link_at_location), (go_to_link), (status_message_from_link),
11264         (ev_view_size_request_continuous_dual_page),
11265         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11266         (ev_view_unrealize), (ev_view_expose_event),
11267         (ev_view_button_press_event), (ev_view_motion_notify_event),
11268         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11269         (draw_rubberband), (highlight_find_results), (draw_one_page),
11270         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11271         (ev_view_init), (find_changed_cb), (page_changed_cb),
11272         (on_adjustment_value_changed), (ev_view_new),
11273         (ev_view_set_document), (ev_view_set_zoom),
11274         (ev_view_set_continuous), (ev_view_set_dual_page),
11275         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11276         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11277         (ev_view_zoom_for_size_presentation),
11278         (ev_view_zoom_for_size_continuous_dual_page),
11279         (ev_view_zoom_for_size_continuous),
11280         (ev_view_zoom_for_size_dual_page),
11281         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11282         (ev_view_get_status), (ev_view_set_status),
11283         (update_find_status_message), (ev_view_get_find_status),
11284         (ev_view_set_find_status), (jump_to_find_result),
11285         (jump_to_find_page), (compute_selections), (clear_selection),
11286         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11287         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11288         (ev_view_update_primary_selection),
11289         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11290         * shell/ev-view.h:
11291         * shell/ev-window.c: (ev_window_open_page_label),
11292         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11293         (ev_window_init):
11294         * shell/ev-window.h:
11295         * shell/main.c: (load_files):
11296
11297         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11298         when resizing.  Remove the bin_window().  Also, patch from James
11299         Bowes to fix command line page, #300641
11300         
11301 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11302
11303         * data/evince-ui.xml:
11304         * shell/ev-view.c:
11305         * shell/ev-view.h:
11306         * shell/ev-window.c: (update_action_sensitivity):
11307
11308         Get rid of View->Normal Size, it's just confusing
11309
11310 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * backend/ev-document-info.h:
11313         * backend/ev-document.c: (ev_document_info_free): Free the
11314         EvDocumentInfo.
11315
11316         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11317         (clear_range), (add_range), (update_visible_range),
11318         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11319         (ev_sidebar_thumbnails_set_document):
11320         * shell/ev-window.c: (ev_window_setup_document): Only render the
11321         visible thumbnails.  It takes an instant to render, but it uses
11322         much less memory.
11323
11324 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11325
11326         * shell/ev-sidebar-links.c: (popup_menu_cb):
11327
11328         Select first item
11329
11330 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11331
11332         * lib/Makefile.am:
11333         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11334         (button_press_cb), (ev_sidebar_links_construct):
11335
11336         Show the popup menu also on keybindings
11337
11338 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11339
11340         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11341         * shell/ev-window.h:
11342
11343         Expose api to print a range (with dialog). Make private _print use
11344         it.
11345
11346         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11347         (ev_sidebar_links_construct):
11348
11349         Show a print context menu on linkx, it prints the selected
11350         section.
11351
11352 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11353
11354         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11355         button.
11356
11357 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11358
11359         * AUTHORS:
11360
11361         Update
11362
11363         * shell/ev-window.c: (build_comments_string),
11364         (ev_window_cmd_help_about):
11365
11366         Show poppler version/backend and authors
11367
11368 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11369
11370         * cut-n-paste/zoom-control/ephy-zoom.c:
11371         (ephy_zoom_get_zoom_level_index):
11372         * cut-n-paste/zoom-control/ephy-zoom.h:
11373
11374         Move the best fit items at the top of the list
11375
11376 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11377
11378         * shell/ev-marshal.list:
11379         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11380         (activate_cb), (match_selected_cb), (activate_link_cb),
11381         (connect_proxy), (ev_page_action_class_init):
11382         * shell/ev-page-action.h:
11383
11384         Use signals to notify action activation. Hopefully
11385         I did not break completion since I cant test...
11386
11387         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11388         (register_custom_actions):
11389
11390         Connect to page selector actions and also grab focus on
11391         the view when activated.
11392
11393 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11394
11395         * pdf/ev-poppler.cc:
11396         * backend/ev-page-cache.c: make page size calculation consistent
11397         and set it to (int)( width * scale + 0.5).  This makes the weird
11398         line going through the middle of the page go away.
11399
11400         * shell/ev-view.c: move painting the background page after
11401         checking the expose area covers us.
11402
11403 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11404
11405         * data/evince-password.glade:
11406         
11407         Mark labels as not translatable. Fix for bug 302842.
11408
11409 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11410
11411         * configure.ac: Added "es" to ALL_LINGUAS.
11412
11413 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11414
11415         * data/evince-toolbar.xml:
11416         * shell/ev-window.c: (update_action_sensitivity),
11417         (ev_window_setup_document), (ev_window_set_page_mode),
11418         (ev_window_init):
11419
11420         Remove some leftover code from jrb first continous
11421         attempt. Use the new actions, we still need good icons
11422         though...
11423
11424 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11425
11426         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11427
11428         Update label when connecting proxy. Fix a warning with NULL
11429         page_cache.
11430
11431 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11432
11433         * data/evince-ui.xml:
11434         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11435         * shell/ev-page-action.h:
11436         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11437
11438         Add mnemonic for edit toolbar.
11439         ctrl+l focus the page entry.
11440
11441 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11442
11443         * lib/Makefile.am:
11444         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11445         (ev_window_init):
11446         * shell/main.c: (main):
11447
11448         Put the toolbar xml in evince own dot dir
11449
11450 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11451
11452         * shell/ev-window.c: (ev_window_init):
11453
11454         Make the toolbar not removable
11455
11456 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11457
11458         * data/evince-ui.xml:
11459         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11460         * shell/ev-sidebar-links.h:
11461         * shell/ev-sidebar-thumbnails.c:
11462         (ev_sidebar_thumbnails_get_treeview):
11463         * shell/ev-sidebar-thumbnails.h:
11464         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11465         (ev_view_class_init):
11466         * shell/ev-view.h:
11467         * shell/ev-window.c: (update_action_sensitivity),
11468         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11469         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11470         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11471         (ev_window_init):
11472
11473         This is evil... Make space/backspace global accelerators but
11474         enable them only for some widgets (sidebars and view).
11475         I dont like it, but I dont know a better way... :/
11476
11477 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11478
11479         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11480         (ev_page_action_widget_finalize),
11481         (ev_page_action_widget_class_init), (update_page_cache):
11482
11483         Keep a weak reference on proxy->page_cache so that we
11484         dont try to disconnect the signal if the object is already
11485         gone. Maybe there is a better way to cleanup reference handling
11486         in page action though...
11487
11488 2005-05-10  Juerg Billeter  <j@bitron.ch>
11489
11490         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11491         * backend/ev-ps-exporter.h:
11492         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11493         * ps/ps-document.c: (ps_document_ps_export_begin):
11494         
11495         Change api to pass print range to ps_exporter_begin. The pdf backend
11496         requires this information.
11497         
11498         * shell/ev-print-job.c: (idle_print_handler):
11499         
11500         Adapt to api change
11501
11502 2005-05-10  Juerg Billeter  <j@bitron.ch>
11503
11504         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11505         (idle_print_handler)
11506         * shell/ev-window.c: (ev_window_print):
11507
11508         Support printing page range, based on patch by Amaury Jacquot
11509
11510 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11511
11512         * data/evince-toolbar.xml:
11513
11514         Add zoom control to available items
11515
11516 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11517
11518         * shell/ev-window.c: (update_action_sensitivity):
11519
11520         Set slash action insensitive when appropriate
11521
11522 2005-05-10  Christian Persch <chpe@gnome.org>
11523
11524         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11525
11526         Fix warning on the overflow menu
11527
11528 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11529
11530         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11531
11532         Check for uri correctness/existence
11533
11534 2005-05-09  Juerg Billeter  <j@bitron.ch>
11535
11536         * shell/ev-window.c: (using_postscript_printer):
11537
11538         LPD printers use postscript, too
11539
11540 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11541
11542         * shell/ev-window.c: (register_custom_actions):
11543
11544         The zoom one is actually sort of useful,
11545         put it back
11546
11547 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11548
11549         * shell/ev-window.c: (register_custom_actions):
11550
11551         Hide page/zoom controls from overflow, they
11552         are useless.
11553
11554 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11555
11556         * cut-n-paste/update-from-egg.sh:
11557         
11558         Share it between all cut-n-paste subdirs
11559
11560         * cut-n-paste/recent-files/Makefile.am:
11561
11562         Fix to use "global" update-from-egg.sh
11563
11564         * cut-n-paste/recent-files/egg-recent-model.c:
11565         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11566         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11567         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11568         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11569
11570         Update from libegg
11571
11572         * cut-n-paste/toolbar-editor/Makefile.am:
11573
11574         Fix to use "global" update-from-egg.sh
11575
11576         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11577
11578         Update from libegg
11579
11580 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11581
11582         * configure.ac:
11583         * cut-n-paste/Makefile.am:
11584         * cut-n-paste/recent-files/Makefile.am:
11585         * cut-n-paste/toolbar-editor/.cvsignore:
11586         * cut-n-paste/toolbar-editor/Makefile.am:
11587         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11588         (egg_editable_toolbar_get_type), (get_toolbar_position),
11589         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11590         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11591         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11592         (set_item_drag_source), (create_item_from_action), (create_item),
11593         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11594         (popup_toolbar_context_menu_cb), (free_dragged_item),
11595         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11596         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11597         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11598         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11599         (item_added_cb), (item_removed_cb),
11600         (egg_editable_toolbar_construct),
11601         (egg_editable_toolbar_disconnect_model),
11602         (egg_editable_toolbar_deconstruct),
11603         (egg_editable_toolbar_set_model),
11604         (egg_editable_toolbar_set_ui_manager),
11605         (egg_editable_toolbar_set_property),
11606         (egg_editable_toolbar_get_property),
11607         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11608         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11609         (egg_editable_toolbar_new_with_model),
11610         (egg_editable_toolbar_get_edit_mode),
11611         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11612         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11613         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11614         (new_pixbuf_from_widget), (new_separator_pixbuf),
11615         (update_separator_image), (style_set_cb),
11616         (_egg_editable_toolbar_new_separator_image),
11617         (egg_editable_toolbar_get_model):
11618         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11619         * cut-n-paste/toolbar-editor/egg-marshal.c:
11620         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11621         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11622         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11623         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11624         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11625         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11626         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11627         (editor_drag_data_delete_cb), (drag_data_get_cb),
11628         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11629         (editor_create_item), (update_editor_sheet), (setup_editor),
11630         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11631         (parse_item_list), (model_has_action), (update_actions_list),
11632         (egg_toolbar_editor_load_actions):
11633         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11634         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11635         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11636         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11637         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11638         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11639         (egg_toolbars_model_add_separator), (impl_add_item),
11640         (parse_item_list), (egg_toolbars_model_add_toolbar),
11641         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11642         (impl_get_item_data), (impl_get_item_type),
11643         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11644         (egg_toolbars_model_init), (free_toolbar),
11645         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11646         (egg_toolbars_model_remove_toolbar),
11647         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11648         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11649         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11650         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11651         (egg_toolbars_model_get_item_data),
11652         (egg_toolbars_model_get_item_type):
11653         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11654         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11655         * data/Makefile.am:
11656         * data/evince-toolbar.xml:
11657         * data/evince-ui.xml:
11658         * data/hand-open.png:
11659         * po/POTFILES.in:
11660         * shell/Makefile.am:
11661         * shell/ev-window.c: (update_chrome_visibility),
11662         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11663         (ev_window_dispose), (ev_window_init):
11664
11665         Implement epiphany like toolbar editor. Based on patch by
11666         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11667
11668 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11669
11670         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11671
11672         Use set_cursor instead of set_selection, so that
11673         the keyboard focus moves too.
11674
11675 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11676
11677         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11678
11679         Fix infinite loop when loading Type1 fonts
11680
11681 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11682
11683         * data/evince-ui.xml:
11684         * shell/ev-window.c:
11685
11686         Slash -> Find
11687
11688 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11689
11690         * configure.ac:
11691
11692         Make --disable really disable
11693
11694 2005-05-07  Juerg Billeter  <j@bitron.ch>
11695
11696         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11697
11698         Compare page labels even without has_labels set, fixes setting page
11699         with entry
11700
11701 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11702
11703         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11704         (ev_view_set_cursor), (ev_view_button_press_event),
11705         (ev_view_motion_notify_event), (ev_view_button_release_event),
11706         (ev_view_init):
11707
11708         Implement middle button scrolling. Based on a patch
11709         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11710
11711 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11712
11713         * shell/ev-document-types.c: (get_slow_mime_type),
11714         (get_document_type_from_mime), (ev_document_type_lookup):
11715         * shell/ev-document-types.h:
11716
11717         Change api to lookup from uri. Do fast lookup first, if the
11718         type is unknown try with data sniffing.
11719
11720         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11721         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11722
11723         Adapt to api change
11724
11725 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11726
11727         * thumbnailer/Makefile.am:
11728
11729         Fix distcheck
11730
11731 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11732
11733         * NEWS:
11734         * configure.ac:
11735
11736         Release 0.3.0
11737
11738         * data/evince-ui.xml:
11739
11740         Hide presentation mode for now
11741
11742         * shell/ev-view.c: (highlight_find_results):
11743
11744         Show current find selection only on current page
11745
11746 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11747
11748         * shell/ev-view.c: (ev_view_select_all):
11749
11750         Compute size of the actual page, not of
11751         the current one.
11752
11753 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11754
11755         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11756         (view_rect_to_doc_rect), (compute_selections),
11757         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11758         (ev_view_copy), (ev_view_primary_get_cb),
11759         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11760         (ev_view_button_press_event), (ev_view_motion_notify_event),
11761         (ev_view_button_release_event), (page_changed_cb):
11762
11763         Fix text selection
11764
11765 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11766
11767         * shell/ev-view.c: (compute_border), (get_page_extents),
11768         (doc_rect_to_view_rect), (highlight_find_results),
11769         (ev_view_bin_expose), (ev_view_select_all),
11770         (ev_view_motion_notify_event), (update_find_status_message),
11771         (jump_to_find_result), (jump_to_find_page):
11772
11773         First go at fixing search, still buggy
11774
11775 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11776
11777         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11778         dropdown box and button at the top of the sidebar.
11779
11780 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11781
11782         * configure.ac: Output zoom-control Makefile.
11783         * cut-n-paste/Makefile.am: build zoom-control subdir.
11784         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11785         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11786         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11787         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11788         * cut-n-paste/zoom-control/ephy-zoom.c:
11789         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11790         from epiphany, and modified to add a separator into the menu.
11791         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11792         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11793         zoom-control action.
11794         * shell/Makefile.am: Include zoom-control flags.
11795         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11796         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11797         (ev_view_zoom_for_size_presentation),
11798         (ev_view_zoom_for_size_continuous_and_dual_page),
11799         (ev_view_zoom_for_size_continuous),
11800         (ev_view_zoom_for_size_dual_page),
11801         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11802         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11803         ev_view_get_zoom and ev_view_get_sizing_mode.
11804         * shell/ev-view.h:
11805         * shell/ev-window.c: (update_action_sensitivity),
11806         (update_sizing_buttons), (zoom_control_changed_cb),
11807         (register_custom_actions): Initialize and use the zoom-control 
11808         widget.
11809
11810 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11811
11812         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11813         preview cache back to 1.  Don't know when it got set to 0.
11814         
11815         * shell/ev-view.c: (compute_border), (ev_view_realize),
11816         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11817         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11818         (ev_view_get_fullscreen), (ev_view_set_presentation),
11819         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11820         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11821         * shell/ev-view.h:
11822         * shell/ev-window.c:
11823         (update_chrome_visibility),
11824         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11825         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11826         (update_document_mode), (ev_window_update_fullscreen_action),
11827         (ev_window_fullscreen), (ev_window_unfullscreen),
11828         (ev_window_cmd_view_fullscreen),
11829         (ev_window_update_presentation_action),
11830         (ev_window_run_presentation), (ev_window_stop_presentation),
11831         (ev_window_cmd_view_presentation), (ev_window_state_event),
11832         (ev_window_focus_in_event), (ev_window_focus_out_event),
11833         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11834         * data/evince-ui.xml: Initial presentation mode.  We should
11835         probably hide this until it's done, as it's quite rough.  Also,
11836         change full-screen to fullscreen and add two getters to EvView.
11837
11838 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11839
11840         * shell/ev-page-action.c: (update_page_cache),
11841         (ev_page_action_dispose):
11842         * shell/ev-window.c: (destroy_fullscreen_popup),
11843         (ev_window_create_fullscreen_popup):
11844
11845         Use connect_object rather than explicitly
11846         disconnect on dispose.
11847
11848 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11849
11850         * shell/ev-page-action.c: (update_page_cache),
11851         (ev_page_action_dispose):
11852
11853 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11854
11855         * backend/ev-page-cache.c: (_ev_page_cache_new),
11856         (ev_page_cache_set_page_label),
11857         (ev_page_cache_has_nonnumeric_page_labels):
11858         * backend/ev-page-cache.h:
11859         * shell/ev-page-action.c: (update_pages_label):
11860         
11861         If all page labels are numeric, fallback to default
11862         way to display number of pages. See bug 173185.
11863
11864 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11865
11866         * shell/ev-page-action.c: (ev_page_action_dispose):
11867         * shell/ev-view.c: (view_update_range_and_current_page):
11868         * shell/ev-window.c: (ev_window_dispose):
11869         
11870         Set page on scroll in continuous mode. Fixes bug 301986.
11871         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11872
11873 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11874
11875         * configure.ac:
11876
11877         Require poppler 0.3.0
11878
11879 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11880         
11881         * shell/Makefile.am, configure.ac: Fix build problems
11882         with t1lib. Bug 301996.
11883
11884 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11885
11886         * shell/ev-view.c: (ev_view_scroll_event):
11887         
11888         Scroll up increase zoom
11889
11890 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11891
11892         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11893         (ev_view_set_sizing_mode),
11894         (ev_view_zoom_for_size_continuous_and_dual_page),
11895         (ev_view_zoom_for_size_continuous):
11896         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11897         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11898         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11899         (ev_window_init):
11900
11901         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11902         Fix for 165473 and 165472.
11903
11904 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11905
11906         * po/POTFILES.in:
11907         * thumbnailer/Makefile.am:
11908         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11909         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11910         * thumbnailer/evince-thumbnailer.schemas.in:
11911         
11912         Make thumbnailer schemas translatable. Fix for bug 301773
11913         
11914         * thumbnailer/evince-thumbnailer-djvu.schemas:
11915         * thumbnailer/evince-thumbnailer-dvi.schemas:
11916         * thumbnailer/evince-thumbnailer.schemas:
11917
11918         Removed files
11919
11920 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11921
11922         * shell/ev-view.c (ev_view_init): forgot to set this.
11923
11924 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11925
11926         * shell/ev-view.c: (find_page_at_location),
11927         (get_link_at_location),
11928         (ev_view_set_show_border), (ev_view_set_spacing),
11929         (ev_view_zoom_for_size_continuous_and_dual_page),
11930         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11931         Also, add a quick fix measuring of widths.  Also, removed
11932         ev_view_set_spacing and ev_view_set_show_border.
11933         
11934         * shell/ev-window.c: (ev_window_unfullscreen),
11935         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11936
11937 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11938
11939         * shell/ev-view.c: (view_update_range_and_current_page),
11940         (page_changed_cb):
11941         
11942         Fix crash on exit and scrolling to page in continuous view.
11943
11944 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11945
11946         * TODO:
11947         * backend/ev-page-cache.c: (_ev_page_cache_new),
11948         (ev_page_cache_get_max_width_size),
11949         (ev_page_cache_get_max_height_size):
11950         * backend/ev-page-cache.h:
11951         * data/evince-ui.xml:
11952         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11953         * shell/ev-view.c: (view_update_adjustments),
11954         (view_update_range_and_current_page), (get_bounding_box_size),
11955         (ev_view_size_request_continuous_and_dual_page),
11956         (ev_view_size_request_continuous),
11957         (ev_view_size_request_dual_page),
11958         (ev_view_size_request_single_page), (ev_view_size_request),
11959         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11960         (ev_view_bin_expose), (ev_view_expose_event),
11961         (ev_view_set_property), (ev_view_get_property),
11962         (ev_view_class_init), (ev_view_init), (ev_view_new),
11963         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11964         (ev_view_set_dual_page), (ev_view_set_full_screen),
11965         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11966         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11967         (ev_view_zoom_out), (zoom_for_size_fit_width),
11968         (zoom_for_size_best_fit),
11969         (ev_view_zoom_for_size_continuous_and_dual_page),
11970         (ev_view_zoom_for_size_continuous),
11971         (ev_view_zoom_for_size_dual_page),
11972         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11973         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11974         * shell/ev-view.h:
11975         * shell/ev-window.c: (update_action_sensitivity),
11976         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11977         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11978         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11979         (ev_window_cmd_view_zoom_out), (update_view_size),
11980         (ev_window_set_sizing_mode), (ev_window_init):
11981
11982         Add Continuous and Dual page modes.
11983
11984 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11985
11986         * dvi/dvi-document.c: (dvi_document_load),
11987         (dvi_document_thumbnails_get_thumbnail),
11988         (dvi_document_init_params): Fix up some mixups between
11989         width and height to correct thumbnail rendering.
11990
11991 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11992
11993         * dvi/mdvi-lib/private.h:
11994         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11995         
11996         Suppess output for kpathsea during font generation. Thanks to
11997         James Bowes
11998
11999 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12000
12001         * NEWS:
12002         * configure.ac:
12003
12004         Release 0.2.1
12005
12006         * Makefile.am: fix distcheck.
12007
12008 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12009
12010         * shell/ev-sidebar-links.c: (selection_changed_callback),
12011         (update_page_callback), (row_activated_callback),
12012         (job_finished_callback), (ev_sidebar_links_set_document):
12013         
12014         Fix for bug #169901. Double click on links expands tree.
12015
12016 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12017
12018         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12019         hard-coded style. Fix for bug 170111
12020
12021 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12022
12023         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12024         locking.
12025
12026 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12027
12028         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12029
12030 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12031
12032         * pdf/ev-poppler.cc:
12033         * shell/ev-view.c: (highlight_find_results):
12034
12035         Fix find on single page documents
12036
12037 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12038
12039         * data/evince.schemas.in: fix for bug 301390
12040
12041 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12042
12043         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12044         (ev_view_zoom_out), (ev_view_zoom_normal):
12045         * shell/ev-view.h:
12046         * shell/ev-window.c: (update_action_sensitivity),
12047         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12048         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12049         (ev_window_cmd_view_normal_size):
12050
12051         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12052         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12053         better than oom. 
12054
12055 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12056
12057         * configure.ac:
12058
12059         Depend on 2.57, 2.59 doesnt seem to be necessary
12060
12061 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12062
12063         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12064         (create_tool_item):
12065
12066         Put back total number of pages as (1 of 1234)
12067
12068 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12069
12070         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12071         remove the job.
12072
12073         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12074         function.  This helps debugging.
12075
12076 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12077
12078         * djvu/djvu-document.c: (djvu_document_class_init),
12079         (djvu_document_get_info), (djvu_document_document_iface_init):
12080         * dvi/dvi-document.c: (dvi_document_class_init),
12081         (dvi_document_get_info), (dvi_document_document_iface_init):
12082
12083         Dummy implementation of get_info method for dvi and
12084         djvu. Fix crashes with those backends
12085
12086 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12087
12088         * data/evince.desktop.in:
12089
12090         Add application/x-gzpostscript
12091
12092 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12093
12094         * data/evince.schemas.in: Added real long descriptions, 
12095         closes bug 172496 
12096
12097         * README: Added actual text, closes bug 171869
12098
12099 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12100
12101         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12102
12103         Thumbnail page 0
12104
12105 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12106
12107         * backend/ev-document-info.h:
12108
12109         s/GDate */GDate so we can just use g_free
12110
12111 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12112
12113         * shell/ev-window.c: (update_document_mode),
12114         (ev_window_setup_document):
12115
12116         Show the window in fullscreen when specified by
12117         the document
12118
12119 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12120
12121         * backend/ev-document.c: (ev_document_class_init),
12122         (ev_document_get_info), (ev_document_render_pixbuf):
12123         * backend/ev-document.h:
12124         * backend/ev-page-cache.c: (_ev_page_cache_new):
12125         * pdf/ev-poppler.cc:
12126         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12127         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12128         * ps/ps-document.c: (ps_document_class_init), (document_load),
12129         (ps_document_get_info), (ps_document_document_iface_init):
12130
12131         Remove get_title from the interface, we can just use document info
12132
12133 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12134
12135         * backend/Makefile.am:
12136         * backend/ev-document.c: (ev_document_render_get_info):
12137         * backend/ev-document.h:
12138         * pdf/ev-poppler.cc:
12139
12140         Initial support for document info. Based on jrb patch.
12141
12142 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12143
12144         * shell/ev-window.c: (ev_window_state_event),
12145         (ev_window_class_init), (ev_window_init):
12146         
12147         Doesn't show resize grip when maximized. See bug #301053
12148
12149 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12150
12151         * po/POTFILES.in:
12152         
12153         ev-sidebar-thumbnails now has translatable labels
12154         
12155         * shell/Makefile.am:
12156         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12157         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12158         (ev_sidebar_links_page_iface_init):
12159         * shell/ev-sidebar-links.h:
12160         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12161         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12162         (ev_sidebar_page_get_label):
12163         * shell/ev-sidebar-page.h:
12164         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12165         (ev_sidebar_thumbnails_set_document),
12166         (ev_sidebar_thumbnails_support_document),
12167         (ev_sidebar_thumbnails_get_label),
12168         (ev_sidebar_thumbnails_page_iface_init):
12169         * shell/ev-sidebar-thumbnails.h:
12170         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12171         (ev_sidebar_set_document):
12172         * shell/ev-sidebar.h:
12173         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12174         
12175         Small rework of sidebar code. Now sidebar pages should implement
12176         EvSidebarPage interface. That makes page management in EvSidebar
12177         easier. See bug #164811 for details
12178
12179 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12180
12181         * shell/ev-application.c: (ev_application_open):
12182         * shell/ev-document-types.c:
12183         
12184         Fix build error and small problem with application exit
12185
12186 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12187
12188         * thumbnailer/Makefile.am:
12189         * thumbnailer/evince-thumbnailer-djvu.schemas:
12190         * thumbnailer/evince-thumbnailer-dvi.schemas:
12191         
12192         Conditionally install schemas for djvu/dvi thumbnailer
12193
12194 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12195
12196         * shell/ev-document-types.h: 
12197         * shell/ev-document-types.c: 
12198         New files, handling the mapping from mimetypes to backends
12199         
12200         * shell/ev-window.c: 
12201         * thumbnailer/evince-thumbnailer.c:     
12202         Use the ev-document-types code
12203         
12204         * shell/Makefile.am: 
12205         Added new convenience library libevbackendfactory_la, containing
12206         the new mimetype->backend logic; moved the backends into it.
12207
12208         * thumbnailer/Makefile.am:
12209         Make the thumbnailer link with the libevbackend.la convenience
12210         library, rather than having a duplicate of the backend logic here.
12211
12212 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12213
12214         * shell/ev-stock-icons.c: constify some vars.
12215         * shell/ev-window.c: ditto.
12216
12217 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12218
12219         * ps/ps-document.c (get_page_orientation):
12220
12221         Respect document orientation 
12222
12223 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12224
12225         * djvu/Makefile.am:
12226         * dvi/Makefile.am:
12227         * shell/Makefile.am:
12228         
12229         Move library dependencies to components.
12230         
12231         * shell/ev-window.c: (update_window_title),
12232         (start_loading_document):
12233         
12234         Fix display of uris with spaces. Bug 168358.
12235
12236 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12237
12238         * shell/ev-sidebar-links.c: (selection_changed_cb):
12239         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12240         (ev_view_button_release_event), (ev_view_set_document):
12241         * shell/ev-view.h:
12242         * shell/ev-window.c: (find_bar_search_changed_cb):
12243         * shell/ev-window.h: Minor cleanups removing some dead code.
12244
12245 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12246
12247         * backend/ev-page-cache.c: (_ev_page_cache_new):
12248         
12249         Set current page to 0 if document has pages.
12250
12251 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12252
12253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12254
12255         Initialize GError to NULL, fix a crash when loading fails.
12256
12257 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12258
12259         * shell/ev-window.c: (update_view_size):
12260
12261         Calculate shadow size only when there is actually
12262         a shadow.
12263
12264 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12265
12266         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12267         * shell/ev-view.h:
12268
12269         Allow setting view spacing, default to 0
12270
12271         * shell/ev-window.c: (ev_window_unfullscreen),
12272         (ev_window_cmd_view_fullscreen), (ev_window_init):
12273
12274         Remove spacing in fullscreen mode
12275
12276 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12277
12278         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12279         (ev_view_size_request), (expose_bin_window),
12280         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12281         * shell/ev-view.h:
12282         * shell/ev-window.c: (ev_window_unfullscreen),
12283         (ev_window_cmd_view_fullscreen):
12284
12285         Do not draw the border in fulscreen
12286
12287 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12288
12289         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12290         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12291         (find_page_at_location), (page_changed_cb):
12292
12293         Rework border calculation, so that I can more easily disable it.
12294         Code somewhat cleaner too.
12295
12296 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12297
12298         * backend/ev-page-cache.c: (ev_page_cache_init),
12299         (_ev_page_cache_new):
12300
12301         Remove some assertions, documents can have 0 pages.
12302         Make initial current page -1.
12303
12304         * shell/ev-page-action.c: (page_changed_cb):
12305
12306         Show "" if current page is -1
12307
12308         * shell/ev-window.c: (update_action_sensitivity),
12309         (ev_window_setup_document):
12310
12311         When document has 0 pages do not set the view
12312         and make nearly everything insensitive.
12313
12314 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12315
12316         * shell/ev-page-view.c:
12317         * shell/ev-page-view.h:
12318
12319         Remove unused files.
12320         
12321         * shell/ev-sidebar-thumbnails.c:
12322         (ev_sidebar_thumbnails_set_document):
12323         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12324         (ev_sidebar_supports_document):
12325         * shell/ev-sidebar.h:
12326         * shell/ev-window.c: (ev_window_setup_document):
12327         
12328         Doesn't show thumbnails if document has 1 page. Make
12329         sidebar menu entries sensitive only if if they have 
12330         sense. Fix bug 164811. 
12331
12332 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12333
12334         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12335         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12336         (ev_view_zoom_out), (ev_view_set_size):
12337
12338         Rework sizing to deal with documents with not uniform page
12339         size.
12340
12341 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12342
12343         * backend/ev-page-cache.c: (_ev_page_cache_new):
12344
12345         Fix several page size caching bugs
12346
12347 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12348
12349         * shell/ev-window.c: (set_action_properties):
12350
12351         Make all toolbar items translatable
12352
12353 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12354
12355         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12356         (save_page_list), (ps_document_save),
12357         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12358         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12359         (ps_document_ps_exporter_iface_init):
12360         * ps/ps-document.h:
12361
12362         Based on a patch by J�rg Billeter <j@bitron.ch>
12363         
12364         Implement print and save a copy for the ps backend.
12365
12366 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12367
12368         * backend/ev-document.h:
12369         * djvu/djvu-document.c: (djvu_document_can_get_text),
12370         (djvu_document_document_iface_init):
12371         * dvi/dvi-document.c: (dvi_document_can_get_text),
12372         (dvi_document_document_iface_init):
12373         * pdf/ev-poppler.cc:
12374         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12375         (pixbuf_document_document_iface_init):
12376         * ps/ps-document.c: (ps_document_can_get_text),
12377         (ps_document_document_iface_init):
12378         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12379         * shell/ev-window.c: (update_action_sensitivity):
12380
12381         Fix the crash when trying to copy in backends that doesnt
12382         support it. We can implement a better solution once we
12383         do real text selection.
12384
12385 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12386
12387         * data/evince-ui.xml:
12388         * shell/ev-window.c: (ev_window_cmd_escape):
12389         
12390         Work around the Escape conflict (find bar and unfullscreen)
12391
12392 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12393
12394         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12395         
12396         Fix for #300233. Next page correctly handles document end.
12397         
12398         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12399         (ev_sidebar_thumbnails_class_init),
12400         (ev_sidebar_thumbnails_set_document),
12401         (ev_sidebar_thumbnails_clear_job),
12402         (ev_sidebar_thumbnails_clear_model):
12403         
12404         Cleanup thumbnail jobs on document changes.
12405         
12406         * shell/ev-view.c: (add_scroll_binding_keypad),
12407         (add_scroll_binding_shifted), (ev_view_class_init):
12408         
12409         Shift + Space scrolls up. Fix for #173184
12410         
12411         * shell/ev-window.c: (ev_window_open_page),
12412         (ev_window_cmd_view_reload):
12413         
12414         Fix reload (Bug #300094)
12415
12416 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12417
12418         
12419         * dvi/mdvi-lib/assoc.c:
12420         * dvi/mdvi-lib/assoc.h: Removed garbage files
12421         
12422         * dvi/mdvi-lib/bitmap.c:
12423         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12424         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12425         * dvi/mdvi-lib/color.h: Antialias of rules
12426         
12427         * dvi/mdvi-lib/common.h:
12428         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12429         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12430         * dvi/mdvi-lib/files.c:
12431         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12432         * dvi/mdvi-lib/mdvi.h:
12433         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12434         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12435         * dvi/mdvi-lib/util.c: Fix compile warnings
12436         
12437         * dvi/dvi-document.c:
12438         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12439         (dvi_document_thumbnails_get_thumbnail),
12440         (dvi_document_document_thumbnails_iface_init):
12441         * dvi/mdvi-lib/Makefile.am:
12442         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12443         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12444         
12445         Dvi backend now renders thumbnails
12446
12447 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12448
12449         * shell/main.c: (main): 
12450         
12451         Save accelerators on exit. Fixes bug #172095.
12452
12453 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12454
12455         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12456         update priority" comment.
12457
12458         * backend/ev-job-queue.c: Give a way to change priority.
12459
12460 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12461
12462         * shell/ev-page-action.c: Fix logic.
12463
12464 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12465
12466         * shell/ev-view.c: (ev_view_can_find_next):
12467         * shell/ev-window.c: (ev_window_setup_document):
12468
12469         Check that the document supports find
12470
12471 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12472
12473         * data/evince-ui.xml:
12474         * shell/ev-view.c: (ev_view_can_find_next):
12475         * shell/ev-view.h:
12476         * shell/ev-window.c: (update_action_sensitivity),
12477         (find_changed_cb), (ev_window_setup_document),
12478         (ev_window_cmd_edit_find_next):
12479
12480         Add Edit->Find Next
12481
12482 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12483
12484         * pdf/ev-poppler.cc:
12485         * shell/ev-print-job.c: (idle_print_handler):
12486
12487         Make printing work again
12488
12489 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12490
12491         * shell/ev-page-action.h:
12492         * shell/ev-page-action.c: (ev_page_action_widget_init),
12493         (ev_page_action_widget_class_init), (page_changed_cb),
12494         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12495         (get_filter_model_from_model), (match_selected_cb),
12496         (display_completion_text), (match_completion), (update_model),
12497         (connect_proxy), (ev_page_action_set_property),
12498         (ev_page_action_get_property), (ev_page_action_set_document),
12499         (ev_page_action_set_model), (ev_page_action_class_init): Big
12500         reworking to make completions work iff we have >= GTK-2.7.0
12501                 
12502         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12503         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12504         (job_finished_cb): We now have a 'model' property that is set when
12505         the links are loaded.  This can be caught with "notify::model"
12506
12507         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12508         listen for the model to be set, and propagate it to the action.
12509
12510 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12511
12512         * cut-n-paste/recent-files/egg-recent-item.c:
12513         (egg_recent_item_set_uri), (make_valid_utf8),
12514         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12515         * cut-n-paste/recent-files/egg-recent-item.h:
12516         
12517         Update egg-recent from libegg. This should fix long
12518         startup problem. For details see
12519         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12520
12521 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12522
12523         * cut-n-paste/recent-files/Makefile.am:
12524         * data/evince-ui.xml, shell/Makefile.am:
12525         * shell/ev-application.c, shell/ev-application.h:
12526         * shell/ev-window.c: Recent files support.
12527         
12528         * configure.ac: Added "ru" to ALL_LINGUAS.
12529         
12530         * dvju: new backend to support DJVU files.
12531         * dvi: new backend to support DVI.
12532
12533         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12534         * ev-application.c: Support for new backends.
12535         
12536         * help, ev-window.c, main.c shell/Makefile.am: 
12537         Evince user documentation.
12538
12539 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12540
12541         * po/POTFILES.in:
12542         * shell/ev-window.c:
12543         * thumbnailer/evince-thumbnailer.c:
12544
12545         s/pdf-document/ev-poppler
12546
12547 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12548
12549         * NEWS:
12550         * configure.ac:
12551
12552         Release 0.2.0
12553
12554         * ps/ps-document.c: (setup_pixmap):
12555
12556         Remove debug code
12557
12558 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12559
12560         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12561         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12562         (ev_window_cmd_go_first_page): Fix of by one errors.
12563
12564 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12565
12566         * ps/ps-document.c: (get_page_box):
12567
12568         Fix page size calculation
12569
12570 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12571
12572         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12573         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12574         (get_page_orientation), (setup_page), (document_load),
12575         (ps_document_get_page_size), (render_pixbuf_idle):
12576         * ps/ps-document.h:
12577
12578         More refactoring to adapt to EvDocument changes
12579
12580 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12581
12582         * ps/ps-document.c: (start_interpreter):
12583
12584         Actually add alpha args
12585
12586 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12587
12588         * pdf/ev-poppler.cc:
12589
12590         Make clipboard work again
12591
12592 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12593
12594         Make searching work again.
12595         
12596         * backend/ev-document.c:
12597         * backend/ev-document.h:
12598         * backend/ev-document-find.c:
12599         * backend/ev-document-find.h: Change EvDocumentIface so we no
12600         longer store the current page or zoom level in the document.  The
12601         consequence is that all calls that operate on the current page now
12602         instead take the page number as an extra argument, and all
12603         coordinates are now doubles in document coordinate system.
12604
12605         * pdf/ev-poppler.cc:
12606         * pixbuf/pixbuf-document.c:
12607         * ps/ps-document.c: Update backends accordingly.
12608
12609 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12610
12611         * autogen.sh:
12612
12613         Add required gettext version
12614
12615 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12616
12617         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12618         make F1 bring up non-existent help.
12619
12620         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12621         epiphany's find bar, #167477
12622
12623         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12624         <emil@nishra.com> to add space-bar scrolling, 
12625
12626         * shell/ev-window.c (static GtkActionEntry entries): add default
12627         keybinding for Help (F1)
12628         Fixes #171068
12629
12630         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12631         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12632         170110
12633
12634 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12635
12636         * Makefile.am: 
12637         * pixbuf/pixbuf-document.c: 
12638
12639         Got pixbuf backend working again
12640
12641 2005-04-01  Steve Murphy  <murf@e-tools.com>
12642
12643         * configure.in: Added "rw" to ALL_LINGUAS.
12644
12645 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12646
12647         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12648         model types, noticed by Martin Kretzschmar.
12649
12650 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12651
12652         * pdf/ev-poppler.cc: Implement search based on
12653         poppler_page_find_text().  Currently a bit crude since we remember
12654         all matches from all pages.  Also, we grab the big document lock
12655         when we search since searching changes the underlying stream and
12656         thus conflicts with the rendering thread.
12657         
12658         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12659         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12660         (ev_view_find_previous): Fix some page indexes to be 0 based,
12661         offset rubber band by view offset,
12662
12663 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12664
12665         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12666
12667 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12668
12669         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12670         completely because I didn't understand GtkActions.  I should
12671         read Marco's code more carefully in the future.
12672
12673         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12674         function
12675
12676 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12677
12678         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12679         PopplerRectangle change from poppler CVS.
12680
12681 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12682
12683         * backend/ev-document.c: (ev_document_get_page_label):
12684         * backend/ev-document.h:
12685         * backend/ev-page-cache.c: (_ev_page_cache_new),
12686         (ev_page_cache_get_page_label):
12687         * backend/ev-page-cache.h:
12688         * pdf/ev-poppler.cc:
12689         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12690         (links_page_num_func):
12691         * shell/ev-sidebar-thumbnails.c:
12692         (ev_sidebar_thumbnails_set_document):
12693         * shell/ev-view.c: (status_message_from_link),
12694         (ev_view_motion_notify_event):
12695         * shell/ev-window.c: (document_supports_sidebar): Add in page
12696         label support.  It's not perfect yet, but it's the first 'feature'
12697         in a while.
12698         Also, fix a bogus comment noticed by crispin. 
12699
12700 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12701
12702         * Makefile.am: Remove pixbuf backend for now
12703
12704         * configure.ac: Require poppler-glib instead of just poppler.
12705
12706         * backend/ev-document-thumbnails.h: Add a comment
12707
12708         * backend/ev-document.h:
12709         * backend/ev-document.c: (ev_document_class_init),
12710         (ev_document_load), (ev_document_get_link),
12711         (ev_document_get_links): Remove 3 methods and add get_links.
12712         Also, made 0 based.
12713
12714         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12715         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12716
12717         * backend/ev-link.c: (ev_link_set_title),
12718         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12719         (ev_link_mapping_find):
12720         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12721         
12722         * backend/ev-page-cache.c: (ev_page_cache_init),
12723         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12724         (ev_page_cache_get_size), (ev_page_cache_next_page),
12725         (ev_page_cache_prev_page): Fix to be 0 based.
12726
12727         * pdf/Makefile.am: 
12728         * pdf/ev-poppler.h:
12729         * pdf/ev-poppler.cc: New backend.
12730         
12731         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12732         (ps_document_get_page), (ps_document_document_iface_init):
12733
12734         * shell/ev-pixbuf-cache.h:
12735         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12736         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12737         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12738         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12739         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12740         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12741         based.
12742         
12743         * shell/ev-sidebar-thumbnails.c:
12744         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12745         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12746
12747         * shell/ev-view.c: (status_message_from_link),
12748         (find_page_at_location), (get_link_at_location),
12749         (ev_view_motion_notify_event), (ev_view_button_release_event),
12750         (ev_view_init): Use the new link code.  Fix to be 0 based.
12751
12752         * shell/ev-window.c: (update_action_sensitivity),
12753         (document_supports_sidebar): 0 based.
12754
12755 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12756
12757         * pdf/pdf-document.cc: Patch from Fernando Herrera
12758         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12759         *blush*
12760
12761 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12762
12763         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12764         1 to the page, as this seems to be 1 based.  I thought we has this
12765         fixed.  grump.
12766
12767 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12768
12769         * TODO:
12770         * backend/Makefile.am:
12771         * backend/ev-document-links.c:
12772         (ev_document_links_has_document_links),
12773         (ev_document_links_get_links_model):
12774         * backend/ev-document-links.h:
12775         * backend/ev-document.c: (ev_document_get_page_cache),
12776         (ev_document_get_doc_mutex), (ev_document_load),
12777         (ev_document_save), (ev_document_get_title),
12778         (ev_document_get_n_pages), (ev_document_set_page),
12779         (ev_document_get_page), (ev_document_set_target),
12780         (ev_document_set_scale), (ev_document_set_page_offset),
12781         (ev_document_get_page_size), (ev_document_get_text),
12782         (ev_document_get_link), (ev_document_render),
12783         (ev_document_render_pixbuf), (ev_document_scale_changed):
12784         * backend/ev-document.h:
12785         * backend/ev-job-queue.c: (remove_object_from_queue),
12786         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12787         (no_jobs_available_unlocked), (ev_render_thread),
12788         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12789         (ev_job_queue_remove_job):
12790         * backend/ev-job-queue.h:
12791         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12792         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12793         (ev_job_links_class_init), (ev_job_render_init),
12794         (ev_job_render_dispose), (ev_job_render_class_init),
12795         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12796         (ev_job_thumbnail_class_init), (ev_job_finished),
12797         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12798         (ev_job_render_run), (ev_job_thumbnail_new),
12799         (ev_job_thumbnail_run):
12800         * backend/ev-jobs.h:
12801         * backend/ev-link.c:
12802         * backend/ev-link.h:
12803         * backend/ev-page-cache.c: (ev_page_cache_init),
12804         (ev_page_cache_class_init), (ev_page_cache_finalize),
12805         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12806         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12807         (ev_page_cache_set_link), (ev_page_cache_get_title),
12808         (ev_page_cache_get_size), (ev_page_cache_next_page),
12809         (ev_page_cache_prev_page):
12810         * backend/ev-page-cache.h:
12811         * pdf/pdf-document.cc:
12812         * ps/gsdefaults.c:
12813         * ps/gsdefaults.h:
12814         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12815         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12816         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12817         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12818         (is_interpreter_ready), (output), (catchPipe), (input),
12819         (start_interpreter), (check_filecompressed), (compute_dimensions),
12820         (ps_document_enable_interpreter), (document_load),
12821         (ps_document_next_page), (render_page), (ps_document_set_page),
12822         (ps_document_set_scale), (render_pixbuf_idle),
12823         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12824         * ps/ps-document.h:
12825         * shell/Makefile.am:
12826         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12827         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12828         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12829         (ev_pixbuf_cache_new), (job_finished_cb),
12830         (check_job_size_and_unref), (move_one_job),
12831         (ev_pixbuf_cache_update_range), (find_job_cache),
12832         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12833         (ev_pixbuf_cache_add_jobs_if_needed),
12834         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12835         * shell/ev-pixbuf-cache.h:
12836         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12837         (idle_print_handler):
12838         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12839         (selection_changed_cb), (create_loading_model),
12840         (ev_sidebar_links_construct), (links_page_num_func),
12841         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12842         (update_page_callback), (job_finished_cb),
12843         (ev_sidebar_links_set_document):
12844         * shell/ev-sidebar-thumbnails.c:
12845         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12846         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12847         (page_changed_cb), (thumbnail_job_completed_callback),
12848         (ev_sidebar_thumbnails_set_document):
12849         * shell/ev-sidebar-thumbnails.h:
12850         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12851         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12852         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12853         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12854         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12855         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12856         (ev_view_button_release_event), (ev_view_scroll_view),
12857         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12858         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12859         (ev_view_new), (job_finished_cb), (page_changed_cb),
12860         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12861         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12862         (ev_view_find_previous):
12863         * shell/ev-view.h:
12864         * shell/ev-window.c: (update_action_sensitivity),
12865         (ev_window_open_page), (update_window_title), (update_total_pages),
12866         (page_changed_cb), (ev_window_setup_document),
12867         (password_dialog_response), (ev_window_cmd_save_as),
12868         (ev_window_print), (ev_window_cmd_go_previous_page),
12869         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12870         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12871         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12872         * shell/main.c: (main):
12873
12874         Merge evince-threads branch
12875
12876 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12877
12878         * configure.ac: Added "lt" to ALL_LINGUAS.
12879
12880 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * NEWS:
12883         * configure.ac:
12884
12885         Release 0.1.9
12886
12887 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12888
12889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12890
12891         Fix here also the thumbnails 1-basedness :)
12892
12893 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * NEWS:
12896         * configure.ac:
12897
12898         Release 0.1.8
12899
12900 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12901
12902         * pdf/pdf-document.cc:
12903         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12904         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12905
12906         Fix the mess we did with thumbnails and 1-basedness
12907
12908 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12909
12910         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12911
12912 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * NEWS:
12915         * configure.ac:
12916
12917         Release 0.1.7
12918
12919 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * ps/Makefile.am:
12922         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12923         (gtk_gs_defaults_get_alpha_parameters),
12924         (gtk_gs_defaults_get_ungzip_cmd),
12925         (gtk_gs_defaults_get_unbzip2_cmd):
12926         * ps/gsdefaults.h:
12927         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12928         (ps_document_get_orientation), (document_load),
12929         (ps_document_goto_page), (ps_document_set_page_size):
12930         * ps/ps-document.h:
12931
12932         Some more sanitization of the ps backend. Remove a lot
12933         of unused code and do not base our defaults on ggv
12934         preferences (ugh!)
12935
12936 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12937
12938         * thumbnailer/evince-thumbnailer.schemas:
12939         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12940         (main): add -s option for thumbnail size.
12941
12942 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12943
12944         * configure.ac:
12945
12946         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12947         remove it.
12948
12949 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12950
12951         * pdf/pdf-document.cc:
12952
12953         Remove 4 pixels of useless border from the
12954         thumbnail.
12955
12956 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12957
12958         * backend/ev-document-thumbnails.c:
12959         (ev_document_thumbnails_get_thumbnail):
12960         * backend/ev-document-thumbnails.h:
12961
12962         Rework API a bit. Add a border flag and
12963         change sizing logic (now the size we specify
12964         applies to the bigger dimension).
12965
12966         * pdf/pdf-document.cc:
12967         * pixbuf/pixbuf-document.c:
12968         (pixbuf_document_thumbnails_get_thumbnail):
12969         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12970         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12971
12972         Adapt to the new API and do not draw a border for nautilus
12973         thumbnailer.
12974
12975 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12976
12977         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12978         take thumbnails from page "0" instead of "1". Added a copyright header.
12979
12980 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12981
12982         * ps/ps-document.c: (set_up_page), (start_interpreter):
12983
12984         Make it C89 compliant
12985
12986 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * Makefile.am:
12989         * configure.ac:
12990         * pdf/.cvsignore:
12991         * pdf/pdf-document.cc:
12992         * thumbnailer/Makefile.am:
12993         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12994         (main):
12995         * thumbnailer/evince-thumbnailer.schemas:
12996         * thumbnailer/pdf-icon.png:
12997
12998         Add a nautilus thumbnailer.
12999         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13000
13001 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13002
13003         * NEWS:
13004         * configure.ac:
13005         * po/POTFILES.in:
13006
13007         Release 0.1.6
13008
13009 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13010
13011         Use poppler instead of including xpdf source code.  Poppler is a
13012         fork of xpdf to build it as a shared library. See
13013         http://freedesktop.org/wiki/Software/poppler.
13014
13015         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13016         xpdf fork.
13017         
13018         * pdf/Makefile.am: Build libpdfdocument.a here.
13019         
13020         * pdf/GDKSplashOutputDev.cc:
13021         * pdf/GDKSplashOutputDev.h:
13022         * pdf/GnomeVFSStream.cc:
13023         * pdf/GnomeVFSStream.h:
13024         * pdf-document.cc:
13025         * pdf-document.h:
13026         * test-gdk-output-dev.cc
13027         * Thumb.cc:
13028         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13029         against poppler.
13030
13031 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13034
13035         Clear idle stack before unsetting the document
13036
13037 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13038
13039         * ps/ps-document.c: (ps_document_widget_event),
13040         (ps_document_set_target), (ps_document_finalize),
13041         (ps_document_get_page):
13042
13043         Disconnect the widget event signal on finalize.
13044         Some code cleanups.
13045
13046 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * ps/ps-document.c: (set_up_page):
13049
13050         If there is no bpixmap create one, even if size
13051         is not changed.
13052
13053 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13056         (set_up_page), (document_load), (ps_document_set_zoom):
13057
13058         Default page is 0. Calculate size even when we have no
13059         target yet.
13060
13061 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13062
13063         * shell/ev-sidebar.c: expand the selection widget to be always as
13064         wide as the sidebar
13065
13066 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * shell/ev-sidebar-thumbnails.c:
13069         (ev_sidebar_thumbnails_set_document):
13070
13071         Clear the list store when setting document
13072
13073 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * shell/ev-page-action.c: (update_entry), (sync_entry),
13076         (activate_cb), (entry_size_request_cb), (create_tool_item),
13077         (connect_proxy):
13078
13079         Use an entry for the page control instead of spinbuttons
13080
13081 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * data/evince.schemas.in:
13084
13085         Correct confusing string
13086
13087 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13088
13089         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13090         for real.  Gosh, how long has this been broken.
13091
13092         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13093         check for a NULL link.  We crash otherwise.
13094
13095 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * NEWS:
13098         * configure.ac:
13099
13100         Release 0.1.5
13101
13102 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13103
13104         * configure.ac: add the french translation.
13105
13106 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13107
13108         * shell/ev-window.c:
13109
13110         Remove unused header -> fix distcheck
13111
13112 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13113
13114         * shell/ev-window.c: (update_window_title),
13115         (ev_window_popup_password_dialog):
13116
13117         Unescape filename for display
13118
13119 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * pdf/xpdf/pdf-document.cc:
13122
13123         In get_page_size deal with rotation. Also
13124         cleanup the function a bit.
13125
13126 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13127
13128         * pdf/xpdf/pdf-document.cc:
13129
13130         Fix crash when opening in new window
13131
13132 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * configure.ac:
13135
13136         Check ghostscript >= 7
13137
13138 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13139
13140         * shell/ev-window.c:
13141
13142         Make page width the default sizing mode
13143
13144 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13145         Marco Pesenti Gritti <marco@gnome.org>
13146
13147         * shell/ev-window.c: Remember the sidebar size
13148
13149         * data/evince.schemas.in: Add a new gconf key to store the size of
13150         the sidebar
13151
13152 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13153
13154         * data/evince-ui.xml:
13155         * shell/ev-window.c: (update_action_sensitivity),
13156         (ev_window_cmd_view_reload):
13157         
13158         Add a "Reload" action and menu entry
13159
13160 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13161
13162         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13163         iff the type doesn't support thumbnailing and indexing.
13164
13165 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13166
13167         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13168
13169 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * pdf/splash/Splash.cc:
13172
13173         Port fix for a crasher from kde bug
13174         http://bugs.kde.org/show_bug.cgi?id=97131
13175
13176 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * pdf/xpdf/pdf-document.cc:
13179
13180         Return a link even if it's of an unrecognized
13181         type. Otherwise we go in an infinte cycle.
13182
13183 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13186         (size_allocate_cb), (ev_window_set_sizing_mode):
13187
13188         Update size when switching mode
13189
13190 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13193         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13194         (ev_window_cmd_view_normal_size):
13195
13196         Fix size toggle buttons behavior
13197
13198 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13201         (doc_rect_to_view_rect), (ev_view_size_allocate),
13202         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13203         (scale_changed_callback):
13204
13205         Do not cache offsets in size_allocate.
13206
13207 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * shell/ev-view.c: (ev_view_size_allocate):
13210
13211         Calculate offsets before calling the parent
13212         class (which does a redraw)
13213
13214 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13215
13216         * pdf/xpdf/pdf-document.cc:
13217
13218         Fix a crasher on exit. Unused code, put a TODO
13219
13220 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13221
13222         * backend/ev-document.c: (ev_document_class_init),
13223         (ev_document_page_changed), (ev_document_scale_changed):
13224         * backend/ev-document.h:
13225
13226         Separate page/scale notifications
13227
13228         * pdf/xpdf/pdf-document.cc:
13229
13230         Emit the new signals.
13231         Do not display the pdf page in _render, do it
13232         when scale/page are requested.
13233
13234         * ps/ps-document.c: (ps_document_set_zoom),
13235         (ps_document_widget_event):
13236         * ps/ps-document.h:
13237
13238         Emit the new signals.
13239
13240         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13241         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13242         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13243         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13244         * shell/ev-view.h:
13245         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13246         (ev_window_cmd_view_page_width), (size_allocate_cb),
13247         (ev_window_set_sizing_mode):
13248
13249         Rework sizing to be pixel based.
13250         There are bugs but should be already way better.
13251
13252 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * shell/ev-window.c: (ev_window_init):
13255
13256         Do not allow to shrink sidebar smaller then
13257         child requisition
13258
13259 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13260
13261         * shell/ev-sidebar.[ch]
13262         * shell/ev-window.c:
13263
13264         Improved sidebar widget. Fixes #166683
13265
13266 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13267
13268         * shell/ev-view.c (update_find_status_message): Give translators
13269         more flexibility with ngettext plural handling.
13270
13271 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13272
13273         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13274         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13275         page when we get the page size.
13276
13277 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13280
13281         ps pages are 0 based, convert 
13282
13283 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13284
13285         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13286
13287         Initialize correct parent class. Set GError on document load
13288
13289 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * pdf/xpdf/pdf-document.cc:
13292
13293         Fixup selection offset calculation
13294
13295         * shell/ev-view.c: (view_rect_to_doc_rect),
13296         (doc_rect_to_view_rect), (ev_view_size_allocate),
13297         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13298         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13299
13300         Store selection as document relative, so that zooming
13301         and offset changing doesnt break it.
13302
13303 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * shell/ev-view.c: (ev_view_best_fit):
13306
13307         Do not try to best fit if the view is not realized
13308
13309 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13310           
13311         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13312
13313 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13314
13315         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13316
13317 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13318
13319         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13320         the popup window.  That prevents it resizing when in full screen
13321         mode.
13322
13323         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13324         multiple rerenders.  This pretty much sucks.
13325
13326         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13327         rest of the toolbar.
13328
13329 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13330
13331         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13332
13333 2005-02-17  Alexander Shopov  <ash@contact.bg>
13334
13335         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13336
13337 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13338
13339         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13340
13341 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13344         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13345         (set_document_page), (document_changed_callback),
13346         (ev_view_set_document), (ev_view_find_previous),
13347         (ev_view_hide_cursor), (ev_view_show_cursor):
13348         * shell/ev-view.h:
13349         * shell/ev-window.c: (update_chrome_visibility),
13350         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13351         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13352         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13353         (ev_window_unfullscreen):
13354         * shell/main.c: (main):
13355
13356         Automatically hide the fullscreen button.
13357         Patch by Kristian Høgsberg <krh@redhat.com>
13358
13359 2005-02-16  Vincent Noel  <vnoel@cox.net>
13360
13361         * shell/main.c (main): Specify an icon for the window. Patch by
13362         Jaap A. Haitsma. Fixes #166177.
13363
13364 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13365
13366         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13367
13368 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13369
13370         * backend/ev-document-misc.h:
13371         * backend/ev-document-misc.c:
13372         (ev_document_misc_get_page_border_size),
13373         (ev_document_misc_paint_one_page): New function to canonicalize
13374         sizing/painting a border.
13375
13376         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13377         used.
13378
13379         * pdf/xpdf/pdf-document.cc: use new function
13380
13381         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13382         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13383         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13384         shell/ev-window.c: (update_sizing_buttons),
13385         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13386         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13387         (ev_window_cmd_view_page_width), (size_allocate_cb),
13388         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13389         and "fit width" values act as toggle buttons so they stay
13390         toggled.  It's not 100% perfect, and it's a little slow, but it's
13391         good enough to commit I think.
13392
13393 2005-02-15  David Lodge  <dave@cirt.net>
13394
13395         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13396
13397 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13398
13399         * shell/ev-window.c (update_window_title): replace newlines in
13400         the title by spaces. Bug #166107.
13401
13402 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13403
13404         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13405         parameters providing allocation width and height without
13406         scrollbars and width of a possible vertical scrollbar. With this
13407         additional information the functions can work as
13408         intended. Unfortunately they're not idempotent. We should
13409         transform these commands to toggles. Fixes Bug #164976
13410         Initial patch by Stephane Loeuillet, then heavily modified.
13411
13412         * shell/ev-view.h: update prototypes.
13413
13414         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13415         (ev_window_cmd_view_page_width): provide EvView fit functions with
13416         all the information they need. Formulas to calculate this
13417         information taken from GtkScrolledWindow.
13418
13419 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13420
13421         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13422         created a thumbnail, the list store is updated to know
13423         that the thumbnail is set. Fixes bug #166792
13424
13425 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13426
13427         * shell/ev-window.c: fixed typo, closes bug 166897
13428
13429         * TODO: updated TODO with bug numbers that are relevant
13430
13431 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13432
13433         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13434
13435 2005-02-09  Vincent Noel  <vnoel@cox.net>
13436
13437         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13438         and "Next" toolbar buttons as important to make them stand out.
13439
13440 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * lib/ev-debug.c:
13443         * lib/ev-debug.h:
13444         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13445         (start_interpreter), (stop_interpreter), (document_load),
13446         (ps_document_next_page), (ps_document_goto_page),
13447         (ps_document_set_page_size), (ps_document_widget_event),
13448         (ps_document_render):
13449         * shell/ev-page-view.c: (ev_page_view_dispose):
13450         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13451
13452         Fix compilation on non-gcc platforms
13453
13454 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * NEWS:
13457         * configure.ac:
13458
13459         Release 0.1.4
13460
13461         * pdf/xpdf/Catalog.cc:
13462         * pdf/xpdf/XRef.cc:
13463
13464         Fix the fix for CAN-2004-0888
13465
13466 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13467
13468         * data/Makefile.am:
13469         * data/evince-ui.xml:
13470         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13471         * shell/ev-stock-icons.h:
13472         * shell/ev-window.c: (update_action_sensitivity),
13473         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13474         (set_action_properties):
13475
13476         Improve toolbar layout/icons
13477
13478 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13479
13480         * pdf/xpdf/pdf-document.cc:
13481
13482         Add warnings about unimplemented/unknown link
13483         types.
13484
13485 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * ps/ps-document.c: (set_up_page):
13488
13489         Log gs property
13490
13491 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * ps/ps-document.c: (start_interpreter):
13494
13495         Log gs env var
13496
13497 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * shell/ev-page-view.c: (ev_page_view_dispose):
13500         * shell/ev-view.c: (ev_view_finalize):
13501         * shell/ev-window.c: (ev_window_setup_document),
13502         (ev_window_dispose), (ev_window_init):
13503
13504         Solve more refs issues.
13505
13506         I commented out the page_view initialization for now:
13507         it was never destroyed (because it's never added
13508         to a container). Because of that we was leaking
13509         gs processes. Couldnt think to a clean fix.
13510         We need to figure this out, password view has the
13511         same issue probably.
13512
13513 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * ps/ps-document.c: (ps_document_finalize),
13516         (ps_document_get_n_pages), (ps_document_get_page):
13517
13518         Some cleanups, stop the interpreter on finalize
13519
13520         * shell/ev-page-view.c: (ev_page_view_dispose),
13521         (ev_page_view_class_init):
13522
13523         Release our reference on the document
13524
13525 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * Makefile.am:
13528         * configure.ac:
13529         * doc/debugging.txt:
13530         * lib/.cvsignore:
13531         * lib/Makefile.am:
13532         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13533         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13534         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13535         * lib/ev-debug.h:
13536
13537         Add debugging helpers
13538
13539         * ps/Makefile.am:
13540         * ps/ps-document.c: (set_up_page), (start_interpreter),
13541         (stop_interpreter), (document_load), (ps_document_next_page),
13542         (ps_document_goto_page), (ps_document_set_page_size),
13543         (ps_document_widget_event), (ps_document_render):
13544         * shell/Makefile.am:
13545         * shell/ev-view.c: (expose_bin_window):
13546         * shell/main.c: (main):
13547
13548         Add some logs
13549         
13550 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * ps/ps-document.c: (ps_document_widget_event):
13553
13554         Initialize message_window, this should make ps
13555         rendering really work! (Never noticed because I was
13556         testing with a ps that is causing gs to exit every time!)
13557
13558 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13559
13560         * data/evince.schemas.in: updated simple error in applyto closing tag
13561
13562 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13563
13564         * Makefile.am:
13565         * configure.ac:
13566         * data/.cvsignore:
13567         * data/Makefile.am:
13568         * data/evince-ui.xml:
13569         A data/evince.schemas.in:
13570         * po/POTFILES.in:
13571         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13572         * shell/ev-stock-icons.h:
13573         * shell/ev-window.c: (update_chrome_visibility),
13574         (update_chrome_flag), (ev_window_cmd_edit_find),
13575         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13576         (ev_window_unfullscreen), (ev_window_focus_in_event),
13577         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13578         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13579         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13580         (ev_window_dispose), (ev_window_class_init),
13581         (set_action_properties), (set_chrome_actions), (load_chrome),
13582         (ev_window_init):
13583
13584         Implement fullscreen mode changes from bug #164776.
13585         Also implement persistent chrome toggles.
13586
13587 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13588
13589         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13590
13591 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13592
13593         * NEWS:
13594         * configure.ac:
13595         * shell/ev-view.c:
13596
13597         Add another check for find interface
13598
13599         Release 0.1.3
13600
13601 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13602
13603         * shell/ev-application.c: (ev_application_open):
13604         * shell/ev-window.c: (ev_window_open):
13605
13606         Open gzipped ps documents
13607
13608 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * TODO:
13611         * shell/ev-view.c: (set_document_page):
13612
13613         Clamp page number, dont try to move to
13614         not existant pages.
13615
13616 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * backend/ev-document-find.c: (ev_document_find_changed):
13619         * backend/ev-document-find.h:
13620         * pdf/xpdf/pdf-document.cc:
13621         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13622         * shell/ev-window.c: (find_bar_search_changed_cb):
13623
13624         Fix several bugs with find
13625
13626 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13627
13628         * shell/ev-sidebar-thumbnails.c
13629         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13630         document. Prevents warning from scroll_to_cell.
13631
13632 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13633
13634         * configure.ac: Add «nb» to ALL_LINGUAS too.
13635
13636 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13637
13638         * NOTES: New file with some random thoughts.
13639
13640         * TODO: Update.
13641
13642         * backend/ev-document-misc.c:
13643         (ev_document_misc_get_page_border_size): New function to
13644         canonicalize shadow drawing sizes.  Possibly goofy.
13645
13646         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13647         (ev_view_best_fit), (ev_view_fit_width):
13648         * pdf/xpdf/pdf-document.cc:
13649         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13650         * ps/ps-document.c: (ps_document_get_page_size):
13651         * backend/ev-document-misc.h:
13652         * backend/ev-document.c: (ev_document_get_page_size):
13653         * backend/ev-document.h: get_page_size now takes a page number
13654         parameter.  Made all the backends/frontends honor it.
13655
13656         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13657         see.  Doesn't work yet.
13658
13659         * shell/Makefile.am:
13660         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13661         Doesn't do anything yet.
13662
13663         * shell/ev-sidebar-thumbnails.c:
13664         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13665         [0..n_pages-1]
13666
13667         * shell/ev-window.c: (update_action_sensitivity),
13668         (ev_window_setup_document), (ev_window_set_page_mode),
13669         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13670         view-swapping code a bit so we can have multiple views on a
13671         document.  Add the multi-page view, though it can't be turned on
13672         yet.
13673
13674 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13675
13676         * shell/ev-application.c: (ev_application_open):
13677         * shell/ev-view.c: (expose_bin_window):
13678         * shell/ev-window.c: (ev_window_open):
13679
13680         Support eps and check document supports find
13681         before drawing highlightings in expose.
13682
13683 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13684
13685         * pixbuf/pixbuf-document.c:
13686         (pixbuf_document_thumbnails_get_dimensions),
13687         (pixbuf_document_document_thumbnails_iface_init):
13688
13689         implement get_dimensions
13690
13691 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * NEWS:
13694         * configure.ac:
13695
13696         Release 0.1.2
13697
13698 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13699
13700         * shell/ev-view.c: (set_document_page):
13701
13702         Scroll at the top of the page when changing page
13703
13704 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13705
13706         * shell/ev-view.c: (ev_view_motion_notify_event):
13707
13708         Do not redraw unnecessarily
13709
13710 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13711
13712         * pdf/xpdf/pdf-document.cc:
13713         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13714         (expose_bin_window), (find_changed_cb):
13715
13716         Yay! find works now... Now to find bugs...
13717
13718 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * backend/ev-document-find.c: (ev_document_find_base_init),
13721         (ev_document_find_changed):
13722         * backend/ev-document-find.h:
13723         * pdf/xpdf/pdf-document.cc:
13724         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13725         (expose_bin_window), (ev_view_init), (set_document_page),
13726         (ensure_rectangle_is_visible), (jump_to_find_result),
13727         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13728         (ev_view_find_next), (ev_view_find_previous):
13729         * shell/ev-view.h:
13730         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13731
13732         More work on find implementation, mostly there now
13733
13734 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * backend/ev-backend-marshalers.list:
13737         * backend/ev-document-find.c: (ev_document_find_base_init),
13738         (ev_document_find_cancel), (ev_document_find_page_has_results),
13739         (ev_document_find_get_n_results), (ev_document_find_get_result),
13740         (ev_document_find_get_progress), (ev_document_find_changed):
13741         * backend/ev-document-find.h:
13742
13743         Enanche the find interface to be really able to do
13744         multi page find.
13745
13746         * pdf/xpdf/pdf-document.cc:
13747
13748         Implement
13749
13750         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13751         (expose_bin_window), (ev_view_init),
13752         (ev_view_get_find_status_message), (find_changed_cb),
13753         (ev_view_set_document), (set_document_page):
13754
13755         Adapt to the new interface. A few things are regressed sorry,
13756         I will finish it soon.
13757
13758 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13759
13760         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13761         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13762         ev_sidebar_thumbnails_parent_class variable, don't define another
13763         parent_class variable.
13764
13765         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13766         (ev_page_action_class_init): ditto.
13767
13768         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13769         (pixbuf_document_class_init): ditto.
13770
13771         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13772         ditto.
13773
13774         * .cvsignore: ignore various valgrind output files.
13775
13776 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13777
13778         * data/evince-ui.xml:
13779         * shell/Makefile.am:
13780         * shell/ev-history.c:
13781         * shell/ev-history.h:
13782         * shell/ev-navigation-action.c:
13783         * shell/ev-navigation-action.h:
13784         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13785         (ev_view_set_page), (ev_view_fit_width):
13786         * shell/ev-view.h:
13787         * shell/ev-window.c: (update_action_sensitivity),
13788         (ev_window_setup_document), (register_custom_actions):
13789
13790         Kill session history
13791
13792 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * shell/ev-window.c: (update_action_sensitivity):
13795
13796         Fix inverted up/down buttons
13797
13798 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13799
13800         * shell/ev-sidebar-thumbnails.c
13801         (ev_sidebar_thumbnails_select_page): make sure the selected
13802         thumbnail stays visible.
13803
13804 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13805
13806         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13807         scrolled window for Federico.
13808
13809 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13810
13811         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13812
13813 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13814
13815         * configure.ac:
13816         * pdf/splash/SplashFTFontEngine.cc:
13817
13818         Fix CID fonts with freetype 2.1.9
13819
13820 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13821
13822         * TODO: added item for desktop icon thumbnailer
13823
13824 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13825
13826         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13827         unloaded docs when the title is accessed.
13828
13829         * shell/ev-password-view.[hc]: New widget for displaying password
13830         state.
13831
13832         * shell/ev-window.[ch]: Refactor password handling code to handle
13833         the new view.
13834
13835 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * NEWS:
13838         * configure.ac:
13839         * data/Makefile.am:
13840
13841         Release 0.1.1
13842
13843 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13844
13845         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13846         ignore page offset here, to make search results independent of it,
13847
13848         * shell/ev-view.c (expose_bin_window): but take offsets into
13849         account here. Bug #164932
13850
13851         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13852         scale at the right time. Bug #164996
13853
13854 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13855
13856         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13857         fix the problem. Now I just removed the Adobe font names and hope
13858         that the URW fonts are always in outline format. Bug #164934
13859
13860         * shell/ev-window.c (update_window_title): empty titles are
13861         useless, use filename in that case too.
13862
13863         * NEWS: Add some content.
13864
13865 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13866
13867         * TODO: added one more TODO item and a TODONE section :)
13868
13869 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13870
13871         * ps/ps-document.h: add page_[xy]_offset fields.
13872
13873         * ps/ps-document.c (ps_document_set_page_offset)
13874         (ps_document_render): Keep offset in consideration in a few
13875         places. Bug #164752 "postscript documents are not centered in
13876         window"
13877
13878         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13879         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13880
13881         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13882         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13883         stub out missing methods for complete EvDocument implementation.
13884         Fixes segfaults with Save A Copy and Copy actions.
13885
13886         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13887         (ps_document_document_iface_init): ditto.
13888         
13889 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * data/.cvsignore:
13892         * data/Makefile.am:
13893         * data/evince.desktop.in:
13894
13895         Add desktop file
13896
13897 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * shell/ev-view.c: (ev_view_button_press_event),
13900         (ev_view_motion_notify_event):
13901
13902         Make selection work in any direction
13903
13904 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * TODO:
13907         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13908
13909         Use shorter labels for some of the toolbars items
13910
13911 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13912
13913         * pdf/xpdf/pdf-document.cc:
13914
13915         Check the links info is initialized before
13916         using it. Should fix a crash on startup.
13917
13918 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13919
13920         * pixbuf/pixbuf-document.c
13921         (pixbuf_document_thumbnails_get_dimensions): force floating point
13922         division to calculate page_ratio. Fixes crash with landscape
13923         format pixbufs.
13924
13925 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13926
13927         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13928
13929 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13930
13931         * shell/ev-view.c (set_document_page): unset has_selection when
13932         the page changes.
13933         (set_document_page): handle paper size changes when the page
13934         changes (test with Free Culture, page 2).
13935
13936 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13937
13938         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13939         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13940
13941         Use normal style color for the widget background and
13942         draw a black box around the page.
13943
13944 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13945
13946         * pdf/xpdf/pdf-document.cc:
13947
13948         Keep offset in consideration in a few places
13949
13950         * shell/ev-view.c: (expose_bin_window):
13951
13952         Set the offsets so that the document is ever centered
13953
13954 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13955
13956         * TODO: Added TODO items and finished off the first todo item
13957
13958         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13959         reflect current authors
13960
13961 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * pdf/xpdf/pdf-document.cc:
13964         * shell/ev-view.c: (ev_view_set_cursor),
13965         (ev_view_motion_notify_event), (document_changed_callback),
13966         (set_document_page):
13967
13968         Show a wait cursor while the page is rendering
13969
13970 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * shell/ev-sidebar-thumbnails.c:
13973         (ev_sidebar_tree_selection_changed),
13974         (ev_sidebar_thumbnails_select_page):
13975         * shell/ev-sidebar-thumbnails.h:
13976         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13977         (ev_view_can_go_forward):
13978         * shell/ev-window.c: (ev_window_open_page),
13979         (ev_window_setup_document), (update_current_page),
13980         (view_page_changed_cb), (ev_window_init):
13981         * shell/ev-window.h:
13982
13983         Ensure thumbnails selection, toolbar page control and
13984         current page are in sync.
13985
13986 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * pdf/xpdf/XRef.cc:
13989
13990         Fix CAN-2005-0064
13991
13992 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13993
13994         * backend/Makefile.am:
13995         * backend/ev-document-links.h:
13996         * backend/ev-document-security.c: (ev_document_security_get_type),
13997         (ev_document_security_has_document_security),
13998         (ev_document_security_set_password):
13999         * backend/ev-document-security.h:
14000         * backend/ev-document.c: (ev_document_error_quark):
14001         * backend/ev-document.h:
14002         * data/Makefile.am:
14003         * data/evince-password.glade:
14004         * pdf/xpdf/pdf-document.cc:
14005         * shell/Makefile.am:
14006         * shell/ev-password.c: (ev_password_set_bad_password_label),
14007         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14008         (ev_password_dialog_get_password),
14009         (ev_password_dialog_set_bad_pass):
14010         * shell/ev-password.h:
14011         * shell/ev-window.c: (ev_window_get_attribute),
14012         (ev_window_set_property), (update_action_sensitivity),
14013         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14014         (ev_window_setup_document), (ev_window_get_password),
14015         (ev_window_open), (ev_window_cmd_save_as),
14016         (using_postscript_printer), (ev_window_print),
14017         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14018         (update_fullscreen_popup), (ev_window_fullscreen),
14019         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14020         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14021         (menu_item_select_cb), (find_bar_search_changed_cb),
14022         (ev_window_dispose), (ev_window_init):
14023
14024         Add initial support for password-supported dialogs.  This could be
14025         a lot cooler, but it'll do for now.
14026
14027 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * pdf/xpdf/pdf-document.cc:
14030         * shell/ev-view.c: (status_message_from_link),
14031         (ev_view_set_status), (ev_view_set_cursor),
14032         (ev_view_motion_notify_event), (ev_view_init):
14033         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14034
14035         Fix bugs in the links implementation and change cursor
14036         when hovering a link.
14037
14038 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14039
14040         * viewer/.cvsignore: added cvsignore file for viewer directory
14041
14042         * TODO: created TODO document
14043
14044 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14045
14046         * shell/ev-view.h:
14047         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14048         new functions to help with implementation of sensitivity code
14049         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14050         of all actions that might require it.  Fixes a crash when you
14051         click on the Zoom actions in a window lacking a document.
14052
14053 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14054
14055         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14056         of the Find action
14057
14058 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14059
14060         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14061         (pixbuf_document_document_iface_init):
14062         * ps/ps-document.c: (ps_document_get_link),
14063         (ps_document_document_iface_init):
14064         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14065         (status_message_from_link), (ev_view_set_status),
14066         (ev_view_set_find_status), (ev_view_motion_notify_event),
14067         (ev_view_button_release_event), (ev_view_set_property),
14068         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14069         (ev_view_get_find_status_message), (update_find_results),
14070         (ev_view_get_status), (ev_view_get_find_status):
14071         * shell/ev-view.h:
14072         * shell/ev-window.c: (view_status_changed_cb),
14073         (view_find_status_changed_cb), (ev_window_init):
14074
14075         View status message support, use it to show the links.
14076         Needs work...
14077
14078 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * backend/ev-document.c: (ev_document_get_link):
14081         * backend/ev-document.h:
14082         * pdf/xpdf/pdf-document.cc:
14083         * shell/ev-application.c: (ev_application_open):
14084         * shell/ev-application.h:
14085         * shell/ev-sidebar-links.c: (selection_changed_cb):
14086         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14087         (ev_view_go_to_link):
14088
14089         Add support for document links
14090
14091 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14092
14093         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14094         (create_tool_item):
14095         Set the spin button limits correctly.
14096         
14097         * shell/ev-sidebar-thumbnails.c:
14098         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14099         Support changing pages by clicking on the thumbnails.
14100         
14101 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14102
14103         * pixbuf/pixbuf-document.c:
14104         (pixbuf_document_thumbnails_get_dimensions),
14105         (pixbuf_document_document_thumbnails_iface_init):
14106
14107         implement get_dimensions
14108
14109 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14110
14111         * ps/ps-document.c: (ps_document_goto_page):
14112
14113         Fix page switching on multipage documents
14114
14115 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14116
14117         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14118         
14119         check for NULL before assigning to width and height parameters
14120
14121 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14122
14123         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14124         (pixbuf_document_set_property), (pixbuf_document_get_property):
14125
14126         implement get/set properties
14127
14128 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14129
14130         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14131         
14132         return NULL instead of "Unknown", letting the title get set to
14133         the filename when the pdf has no title.
14134
14135 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * ps/ps-document.c: (ps_document_get_page_count),
14138         (ps_document_goto_page):
14139
14140 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * shell/ev-history.c: (ev_history_get_property),
14143         (ev_history_set_property), (ev_history_class_init),
14144         (ev_history_add_page), (ev_history_set_current_index):
14145         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14146         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14147         (ev_navigation_action_finalize):
14148         * shell/ev-navigation-action.h:
14149         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14150         (ev_view_go_forward), (ev_view_get_find_status_message),
14151         (history_index_changed_cb), (ev_view_set_history):
14152         * shell/ev-view.h:
14153         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14154         (update_current_page), (register_custom_actions):
14155
14156         Implement history dropdowns
14157
14158 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14159
14160         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14161         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14162         (ev_view_go_forward):
14163         * shell/ev-window.c: (register_custom_actions):
14164
14165         Fix several history bugs
14166
14167 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14168
14169         * configure.ac: Add «nb» to ALL_LINGUAS.
14170
14171 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14172
14173         * backend/Makefile.am:
14174         * backend/ev-bookmark.c:
14175         * backend/ev-bookmark.h:
14176         * backend/ev-document-bookmarks.c:
14177         * backend/ev-document-bookmarks.h:
14178         * backend/ev-document-links.c: (ev_document_links_get_type),
14179         (ev_document_links_has_document_links),
14180         (ev_document_links_begin_read), (ev_document_links_get_link),
14181         (ev_document_links_get_child), (ev_document_links_next),
14182         (ev_document_links_free_iter):
14183         * backend/ev-document-links.h:
14184         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14185         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14186         (ev_link_get_link_type), (ev_link_set_link_type),
14187         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14188         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14189         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14190         (ev_link_new_external):
14191         * backend/ev-link.h:
14192         * pdf/xpdf/pdf-document.cc:
14193         * shell/Makefile.am:
14194         * shell/ev-application.c: (ev_application_open_link):
14195         * shell/ev-application.h:
14196         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14197         (ev_history_get_link_nth):
14198         * shell/ev-history.h:
14199         * shell/ev-sidebar-bookmarks.c:
14200         * shell/ev-sidebar-bookmarks.h:
14201         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14202         (ev_sidebar_links_class_init), (selection_changed_cb),
14203         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14204         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14205         (do_one_iteration), (populate_links_idle),
14206         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14207         * shell/ev-sidebar-links.h:
14208         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14209         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14210         (go_to_index):
14211         * shell/ev-view.h:
14212         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14213         * shell/ev-window.h:
14214
14215         Rename bookmark to link, and use "Index" for the sidebar panel.
14216
14217 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14218
14219         * shell/Makefile.am:
14220         * shell/ev-application.c: (ev_application_open_bookmark):
14221         * shell/ev-application.h:
14222         * shell/ev-history.c: (ev_history_init), (free_links_list),
14223         (ev_history_finalize), (ev_history_class_init),
14224         (ev_history_add_link), (ev_history_add_page),
14225         (ev_history_get_link_nth), (ev_history_get_n_links),
14226         (ev_history_get_current_index), (ev_history_set_current_index),
14227         (ev_history_new):
14228         * shell/ev-history.h:
14229         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14230         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14231         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14232         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14233         (ev_view_set_page):
14234         * shell/ev-view.h:
14235         * shell/ev-window.c: (ev_window_open_bookmark),
14236         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14237         (goto_page_cb), (register_custom_actions):
14238         * shell/ev-window.h:
14239
14240         Initial history implementation. Needs work.
14241
14242 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14243
14244         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14245
14246 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14247
14248         * cut-n-paste/recent-files/egg-recent-item.c:
14249         * cut-n-paste/recent-files/egg-recent-item.h:
14250         * cut-n-paste/recent-files/egg-recent-model.c:
14251         * cut-n-paste/recent-files/egg-recent-util.c:
14252         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14253         * cut-n-paste/recent-files/egg-recent-view.c:
14254
14255         Update
14256
14257 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14258
14259         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14260         (fillGlyph, fillImageMask, drawImage):
14261         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14262         pdf/splash/SplashTypes.h:
14263         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14264         packed mode for Splash.
14265
14266         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14267         RGB8 packed mode, eliminates the pixbuf data creation loop.
14268
14269         * shell/ev-print-job.c (ev_print_job_finalize)
14270         (ev_print_job_set_property, ev_print_job_get_property)
14271         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14272         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14273         (print_closure_finalize, ev_print_job_print): implement
14274         printing (for backends with EvPsExporter)
14275
14276         * shell/ev_print_job.h: update prototypes.
14277
14278         * shell/ev-window.c (ev_window_print): unref print job after
14279         printing.
14280
14281         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14282         unless the document implements the EvDocumentFind interface.
14283
14284 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14285
14286         * configure.ac: Added ja to ALL_LINGUAS.
14287
14288 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14289
14290         * pdf/xpdf/pdf-document.cc:
14291
14292         add a FIXME. We should probably not allocate
14293         a bookmark object every time
14294
14295 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14296
14297         * shell/ev-application.c: (ev_application_open),
14298         (ev_application_open_bookmark):
14299         * shell/ev-application.h:
14300         
14301         Add a way to open bookmarks
14302
14303         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14304         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14305         (ev_bookmark_set_property), (ev_bookmark_class_init),
14306         (ev_bookmark_new_title), (ev_bookmark_new_link),
14307         (ev_bookmark_new_external):
14308
14309         Support for external uris, better constructors.
14310
14311         * backend/ev-bookmark.h:
14312         * pdf/xpdf/pdf-document.cc:
14313         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14314
14315         Handle external uris
14316
14317 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14318
14319         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14320         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14321
14322         Hook up bookmarks navigation
14323
14324 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14325
14326         * backend/Makefile.am:
14327         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14328         (ev_bookmark_get_title), (ev_bookmark_set_title),
14329         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14330         (ev_bookmark_get_page), (ev_bookmark_set_page),
14331         (ev_bookmark_get_property), (ev_bookmark_set_property),
14332         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14333         (ev_bookmark_new):
14334         * backend/ev-bookmark.h:
14335         * backend/ev-document-bookmarks.c:
14336         (ev_document_bookmarks_get_bookmark):
14337         * backend/ev-document-bookmarks.h:
14338         * pdf/xpdf/pdf-document.cc:
14339         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14340
14341         Add a bookmark object to the backend and use it instead of get_values
14342
14343 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14344
14345         * data/evince-ui.xml:
14346
14347         Cleanup and add select all.
14348
14349         * shell/ev-view.c: (ev_view_select_all),
14350         (ev_view_button_press_event):
14351         * shell/ev-view.h:
14352         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14353
14354         Add select all.
14355         Clear selection on click.
14356
14357 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14358
14359         * shell/ev-sidebar-thumbnails.c
14360         (ev_sidebar_thumbnails_set_document): forgot to unref the
14361         loading_icon.
14362
14363 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14364
14365         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14366         at the visible page, not just linearly.  This makes it look fast.
14367
14368 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14369
14370         * backend/ev-document-misc.c
14371         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14372         white.
14373         * backend/ev-document-thumbnails.h: New interface to get the size
14374         of a page.
14375
14376 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14377
14378         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14379         make dist works
14380
14381 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14382
14383         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14384         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14385         things up a bit.
14386
14387         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14388
14389 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14390
14391         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14392         fonts. Should fix font problems on systems that have the base
14393         fonts in bitmap format. Reported by James Henstridge
14394         <james@jamesh.id.au>.
14395
14396 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * pdf/xpdf/Gfx.cc:
14399         * pdf/xpdf/GfxState.cc:
14400
14401         Fix for CAN-2004-1125
14402
14403 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14404
14405         * shell/ev-view.c: (ev_view_copy):
14406         * shell/ev-view.h:
14407         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14408
14409         Implement Edit->Copy
14410
14411 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14412
14413         * backend/ev-document.c: (ev_document_get_text):
14414         * backend/ev-document.h:
14415         * pdf/xpdf/pdf-document.cc:
14416         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14417         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14418         (ev_view_update_primary_selection), (ev_view_button_press_event),
14419         (ev_view_motion_notify_event), (ev_view_button_release_event):
14420
14421         Beginnings of clipboard support. Incomplete but primary sort
14422         of work.
14423
14424 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14425
14426         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14427         (expose_bin_window):
14428
14429         Nicer rubberband drawing, from GtkIconView.
14430
14431 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14432
14433         * backend/ev-document.c: (ev_document_save):
14434         * backend/ev-document.h:
14435         * data/evince-ui.xml:
14436         * pdf/xpdf/pdf-document.cc:
14437         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14438
14439         Implement "Save a copy..." menu item
14440
14441 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14442
14443         * shell/ev-view.c: (ev_view_zoom):
14444
14445         Queue a resize when zoom changes
14446
14447 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14448
14449         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14450         shadows.
14451
14452         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14453         thumbnails..
14454
14455 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14456
14457         * pdf/xpdf/pdf-document.cc
14458         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14459
14460 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14461
14462         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14463         It's slow, but I'll speed it up next!
14464
14465 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14466
14467         * shell/main.c (load_files):
14468
14469         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14470         from the command line and because it seems more appropriate.
14471
14472 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14473
14474         * data/evince-ui.xml:
14475         * shell/ev-window.c: (update_action_sensitivity),
14476         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14477
14478         s/next page/page down
14479         s/previous page/page up
14480
14481 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14482
14483         * data/evince-ui.xml:
14484
14485         Change the layout to match clarkbw design.
14486
14487         * shell/Makefile.am:
14488         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14489         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14490         (ev_navigation_action_finalize),
14491         (ev_navigation_action_set_property),
14492         (ev_navigation_action_get_property),
14493         (ev_navigation_action_class_init):
14494         * shell/ev-navigation-action.h:
14495
14496         Implement clarkbw toolbar navigation controls (incomplete)
14497
14498         * shell/ev-page-action.c: (update_label), (update_spin),
14499         (value_changed_cb), (create_tool_item), (connect_proxy),
14500         (ev_page_action_init), (ev_page_action_finalize),
14501         (ev_page_action_set_property), (ev_page_action_get_property),
14502         (ev_page_action_set_current_page),
14503         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14504         * shell/ev-page-action.h:
14505
14506         Implement a page switcher in the toolbar
14507
14508         * shell/ev-view.c: (ev_view_scroll_view):
14509         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14510         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14511         (register_custom_actions), (ev_window_init):
14512
14513         Change page on PageUp/Down.
14514
14515 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14516
14517         * pdf/xpdf/pdf-document.cc
14518         (pdf_document_thumbnails_get_thumbnail): initial stab at
14519         implementing thumbnail support for pdfs.  It only does documents
14520         with precached pdfs now.
14521
14522 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14523
14524         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14525         thumbnail code into a time-based idle as well.  Also, turn off the
14526         shadow temporarily as it's really slow.
14527
14528 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14529
14530         * backend/ev-document.c: (ev_document_class_init):
14531         * pdf/xpdf/pdf-document.cc:
14532         * shell/ev-window.c: (ev_window_open):
14533
14534         Fix document title bugs and fallback to
14535         filename when not available.
14536
14537 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14538
14539         * backend/ev-document.c: (ev_document_get_type),
14540         (ev_document_class_init), (ev_document_load),
14541         (ev_document_get_title):
14542         * backend/ev-document.h:
14543         * pdf/xpdf/pdf-document.cc:
14544         * ps/ps-document.c: (ps_document_set_property),
14545         (ps_document_get_property), (ps_document_class_init),
14546         (document_load):
14547         * ps/ps-document.h:
14548         * ps/ps.h:
14549         * shell/ev-window.c: (update_window_title), (ev_window_open),
14550         (ev_window_init):
14551
14552         Initial support for document title. Not working yet.
14553
14554 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14555
14556         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14557
14558         Grab focus on the view when clicking it
14559
14560 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14561
14562         * shell/ev-marshal.list:
14563         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14564         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14565
14566         Add key bindings to the view. Now if the focus would work
14567         right...
14568
14569 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14570
14571         * Makefile.am:
14572         * backend/Makefile.am:
14573         * data/Makefile.am:
14574         * dvi/Makefile.am:
14575         * dvi/dvilib/Makefile.am:
14576         * pdf/xpdf/Makefile.am:
14577         * po/POTFILES.in:
14578         * ps/Makefile.am:
14579
14580         Fix distcheck
14581
14582 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14583
14584         * shell/ev-view.c: (ev_view_realize):
14585
14586         Fix mouse wheel scrolling
14587
14588 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14589
14590         * ps/Makefile.am:
14591         * ps/gstypes.h:
14592         * ps/gtkgs.c:
14593         * ps/gtkgs.h:
14594         * ps/ps-document.c: (catchPipe), (ps_document_init),
14595         (ps_document_class_init), (ps_document_cleanup),
14596         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14597         (set_up_page), (close_pipe), (is_interpreter_ready),
14598         (interpreter_failed), (output), (input), (start_interpreter),
14599         (stop_interpreter), (file_length), (file_readable),
14600         (check_filecompressed), (check_pdf), (compute_xdpi),
14601         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14602         (ps_document_get_type), (ps_document_emit_error_msg),
14603         (document_load), (ps_document_next_page),
14604         (ps_document_get_current_page), (ps_document_get_page_count),
14605         (ps_document_goto_page), (ps_document_set_page_size),
14606         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14607         (ps_document_load), (ps_document_get_n_pages),
14608         (ps_document_set_page), (ps_document_get_page),
14609         (ps_document_widget_event), (ps_document_set_target),
14610         (ps_document_set_scale), (ps_document_set_page_offset),
14611         (ps_document_get_page_size), (ps_document_render),
14612         (ps_document_document_iface_init):
14613         * ps/ps-document.h:
14614         * ps/ps.c:
14615         * shell/ev-window.c: (ev_window_open):
14616
14617         Rename GtkGS to PSDocument
14618
14619 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14620
14621         * ps/gtkgs.c: (gtk_gs_class_init):
14622         * ps/gtkgs.h:
14623
14624         Some more leftover...
14625
14626 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14627
14628         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14629         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14630         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14631         * ps/gtkgs.h:
14632
14633         Remove unused code and make a lot of stuff private
14634
14635 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14638         (gtk_gs_defaults_changed):
14639         * ps/gsdefaults.h:
14640         * ps/gtkgs.c:
14641         * ps/gtkgs.h:
14642         * ps/ps.h:
14643
14644         Cleanup headers dependencies
14645
14646 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * ps/Makefile.am:
14649         * ps/ggvutils.c:
14650         * ps/ggvutils.h:
14651         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14652         * ps/gsdefaults.h:
14653         * ps/gtkgs.c: (file_length), (file_readable),
14654         (check_filecompressed), (check_pdf), (gtk_gs_load),
14655         (gtk_gs_get_postscript):
14656
14657         Get rid of ggvutils
14658
14659 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14660
14661         * ps/ggvutils.c:
14662         * ps/ggvutils.h:
14663         * ps/gsio.h:
14664         * ps/gtkgs.c: (gtk_gs_set_zoom):
14665
14666         Cleanups
14667
14668 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14669
14670         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14671
14672         Ensure the page is rerendered when changing zoom
14673
14674 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14675
14676         * backend/ev-document.c: (ev_document_base_init),
14677         (ev_document_changed):
14678         * backend/ev-document.h:
14679
14680         Add a changed event that is emitted when the page content
14681         changes. This is necessary to deal with the fact that
14682         in ps backend rendering happen asycrounously.
14683         This makes the ps backend mostly work.
14684
14685         * pdf/xpdf/pdf-document.cc:
14686
14687         Emit changed event
14688
14689         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14690         (ps_document_set_target):
14691
14692         Emit changed event
14693
14694         * shell/ev-view.c: (document_changed_callback),
14695         (ev_view_set_document), (ev_view_set_page):
14696
14697         Redraw on the changed signal
14698
14699 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14700
14701         * configure.ac: Added pt_BR to ALL_LINGUAS.
14702
14703 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14704
14705         * backend/ev-document-bookmarks.c:
14706         (ev_document_bookmarks_get_child): *
14707         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14708         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14709         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14710         (ev_sidebar_bookmarks_destroy),
14711         (ev_sidebar_bookmarks_class_init),
14712         (ev_sidebar_bookmarks_construct), (stack_data_free),
14713         (do_one_iteration), (populate_bookmarks_idle),
14714         (ev_sidebar_bookmarks_clear_document),
14715         (ev_sidebar_bookmarks_set_document): *
14716         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14717         (ev_sidebar_add_page),
14718         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14719         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14720         it displays both the topics and the page numbers.
14721
14722 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14723
14724         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14725         toggle.
14726         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14727         visible.
14728
14729 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14730
14731         * configure.ac: Added en_CA to ALL_LINGUAS.
14732
14733 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14734
14735         * ChangeLog: replace bottom of this ChangeLog (merged history of
14736         ggv and gpdf; where all paths were wrong and most of the files are
14737         not even in this tree) with ChangeLog (from arch) of the shell
14738         code.
14739
14740 2004-12-23  Havoc Pennington  <hp@redhat.com>
14741
14742         * shell/ev-window.c: hook up potentially-questionable "find
14743         results status text" feature - something involving the sidebar or
14744         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14745         might be better in the end.
14746
14747         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14748         with corresponding signal when it should be updated
14749
14750         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14751
14752 2004-12-22  Havoc Pennington  <hp@redhat.com>
14753
14754         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14755         find stuff on other pages, sort of (only returns one result on
14756         invisible pages, to show they have results; updates full results
14757         for a page when you view it). Currently repaints the current page
14758         every time a new result is found on any page, which isn't so nice.
14759
14760 2004-12-22  Havoc Pennington  <hp@redhat.com>
14761
14762         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14763         the document doesn't support find (better ideas?)
14764         (find_bar_search_changed_cb): handle missing document or document
14765         that doesn't support find
14766
14767         * pdf/xpdf/pdf-document.cc: port to implement the new
14768         EvDocumentFindIface
14769
14770         * backend/ev-document-find.c: create a new interface for searching
14771
14772         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14773
14774 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14775
14776         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14777         libevbackend.la.
14778
14779         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14780         EvPrintJob constructor arguments.
14781
14782         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14783         for documents that can export PostScript (page by page).
14784
14785         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14786         
14787         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14788         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14789         (pdf_document_ps_exporter_iface_init:
14790         Implement EvPSExporter.
14791
14792         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14793
14794 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14795
14796         * backend/Makefile.am:
14797         * backend/ev-document-thumbnails.c:
14798         (ev_document_thumbnails_get_type),
14799         (ev_document_thumbnails_get_thumbnail):
14800         * backend/ev-document-thumbnails.h:
14801         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14802         (pixbuf_document_thumbnails_get_thumbnail),
14803         (pixbuf_document_document_thumbnails_iface_init):
14804         * shell/Makefile.am:
14805         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14806         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14807         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14808         * shell/ev-sidebar-thumbnails.h:
14809         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14810         (ev_sidebar_set_document):
14811         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14812         (create_shadow), (ev_pixbuf_add_shadow):
14813         * shell/ev-utils.h:
14814         Add thumbnail support.
14815         
14816 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14817
14818         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14819         (using_postscript_printer): Set up a print dialog for "PostScript
14820         injection" method.
14821
14822         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14823         EvPrintJob.
14824
14825         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14826
14827 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14828
14829         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14830         (ps_document_set_target), (ps_document_get_page_size),
14831         (ps_document_render):
14832         * ps/gtkgs.h:
14833
14834         Fix a few bugs
14835
14836 2004-12-22  Christian Rose  <menthos@menthos.com>
14837
14838         * configure.ac: Added "sv" to ALL_LINGUAS.
14839
14840 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14841
14842         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14843         document supports bookmarks.
14844
14845 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14846
14847         * ps/ggvutils.c: (ggv_file_readable):
14848         * ps/ggvutils.h:
14849         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14850         (gtk_gs_get_postscript):
14851
14852         Remove unused utils
14853
14854 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14855
14856         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14857         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14858         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14859         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14860         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14861         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14862         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14863         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14864         (gtk_gs_set_antialiasing), (ps_document_load),
14865         (ps_document_render):
14866         * ps/gtkgs.h:
14867
14868         Another check point for the ps backend. Now I can get it to show
14869         pages!
14870
14871 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14872
14873         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14874         document setting code.
14875
14876 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14877
14878         * shell/eggfindbar.c: (entry_activate_callback):
14879         Animate the next button when activate is pressed.
14880         
14881 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14882
14883         * shell/ev-window.c: (ev_window_cmd_edit_find),
14884         (update_fullscreen_popup), (ev_window_fullscreen),
14885         (ev_window_unfullscreen), (ev_window_state_event_cb),
14886         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14887         Fix bugs in fullscreen code.
14888         
14889 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14890
14891         * Makefile.am:
14892         * configure.ac:
14893         * pixbuf/Makefile.am:
14894         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14895         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14896         (pixbuf_document_set_page), (pixbuf_document_get_page),
14897         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14898         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14899         (pixbuf_document_render), (pixbuf_document_begin_find),
14900         (pixbuf_document_end_find), (pixbuf_document_finalize),
14901         (pixbuf_document_class_init),
14902         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14903         * pixbuf/pixbuf-document.h:
14904         * shell/Makefile.am:
14905         * shell/ev-application.c: (ev_application_open):
14906         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14907         (ev_window_open):
14908         Add pixbuf backend.
14909         
14910 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14911
14912         * Makefile.am: 
14913         * dvi/dvilib/Makefile.am:
14914         * dvi/Makefile.am:
14915         * configure.ac: Auto*ify dvi and dvi/dvilib
14916
14917         * dvi/Makefile: Remove from CVS
14918         
14919         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14920         confusion.
14921
14922         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14923         
14924         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14925         
14926 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14927
14928         * ps/Makefile.am:
14929         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14930         (gtk_gs_value_adjustment_changed), (compute_size),
14931         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14932         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14933         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14934         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14935         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14936         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14937         (ps_document_load), (ps_document_get_n_pages),
14938         (ps_document_set_page), (ps_document_get_page),
14939         (ps_document_set_target), (ps_document_set_scale),
14940         (ps_document_set_page_offset), (ps_document_get_page_size),
14941         (ps_document_render), (ps_document_begin_find),
14942         (ps_document_end_find), (ps_document_document_iface_init):
14943         * ps/gtkgs.h:
14944         * shell/Makefile.am:
14945         * shell/ev-window.c: (ev_window_open):
14946
14947         Some work to integrate gtkgs with EvDocument
14948
14949 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14950
14951         * shell/ev-window.c: (update_fullscreen_popup),
14952         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14953         (exit_fullscreen_button_clicked_cb),
14954         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14955         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14956         (ev_window_state_event_cb), (ev_window_init):
14957         Add fullscreen support from Epiphany.
14958         
14959 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14960
14961         * data/ev-stock-zoom-fit-width.png: fit-width
14962         stock icon from gpdf.
14963         
14964         * shell/ev-stock-icons.[ch]: copied from gpdf.
14965         
14966         * shell/main.c: (main): init stock icons.
14967         
14968         * shell/ev-window.c: use the fit-width icon.
14969         
14970         * data/evince-ui.xml: add zooming toolbar items.
14971
14972 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14973
14974         * shell/ev-view.c: 
14975         (ev_view_best_fit), (ev_view_fit_width): because
14976         get_page_size() returns the scaled page size, we
14977         need to calculate the scale factor relative to
14978         the previous scale factor. Should really just
14979         add get_real_page_size().
14980
14981 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14982
14983         * shell/ev-view.[ch]:
14984         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14985         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14986         add zooming.
14987         
14988         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14989         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14990         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14991         hook it up.
14992         
14993         * pdf/xpdf/pdf-document.cc:
14994         (pdf_document_begin_find),
14995         (pdf_document_end_find): make static.
14996
14997 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14998
14999         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15000
15001         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15002         names to fontconfig patterns.
15003         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15004
15005         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15006         setupBaseFontsFc.
15007
15008 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15009
15010         * Makefile.am:
15011         * configure.ac:
15012         * ps/Makefile.am:
15013         * ps/ggvutils.c:
15014         * ps/ggvutils.h:
15015         * ps/gsdefaults.c:
15016         * ps/gsdefaults.h:
15017         * ps/gsio.c:
15018         * ps/gsio.h:
15019         * ps/gtkgs.c:
15020         * ps/gtkgs.h:
15021         * ps/ps.c:
15022         * ps/ps.h:
15023
15024         Import ggv backend. Not hooked up yet.
15025
15026 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15027
15028         * shell/main.c: (load_files), (main): load files
15029         from the command line.
15030
15031 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15032
15033         * configure.ac: don't require bonobo.
15034         
15035         * cut-n-paste/recent-files/*: kill bonobo recent
15036         view.
15037
15038         * shell/ev-window.c:
15039         (ev_window_is_empty): upd.
15040         (unable_to_load), (ev_window_open): load backend
15041         based on the mime type.
15042
15043 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15044
15045         * backend/.cvsignore: ignore generated marshalers source.
15046
15047         * shell/main.c (main): this is not epiphany.
15048
15049 2004-12-22  Havoc Pennington  <hp@redhat.com>
15050
15051         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15052         (expose_bin_window): draw find highlights
15053
15054         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15055         
15056         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15057         (pdf_document_end_find): implement this interface
15058
15059         * backend/ev-document.c (ev_document_found): add this to emit
15060         signal
15061
15062 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15063
15064         * data/evince-ui.xml: Add a few more toolbar items.
15065
15066         * shell/ev-window.c: Hook up page navigation toolbar 
15067         items.
15068
15069         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15070         a page-changed signal.
15071
15072         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15073         Add ev_document_get_page().
15074
15075         * shell/ev-window.c: Sensitize/desensitize navigation
15076         actions.
15077
15078 2004-12-21  Havoc Pennington  <hp@redhat.com>
15079
15080         * backend/ev-backend-marshal.c,
15081         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15082         marshaler-generator thingy. I'm sure there's a better way to do
15083         this in the modern world.
15084
15085         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15086         end_find methods and "found" signal.
15087
15088         * configure.ac: find glib-genmarshal
15089
15090 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15091
15092         * shell/ev-sidebar.c: Construct an actual sidebar.
15093         * shell/ev-sidebar-bookmarks.[ch]:
15094         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15095
15096 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15097
15098         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15099         Redo size handling.
15100         
15101         * shell/ev-view.c: Track the size from the document.
15102
15103 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15104
15105         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15106         constructor assumes ownership of the string passed in.
15107         
15108         * shell/ev-window.c (ev_window_open): Destroy the error
15109         dialog once we've displayed it.
15110
15111 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15112
15113         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15114         a bit, it works! (sort of)
15115
15116         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15117         Move to .cc since we need to use C++ in the implementation.
15118
15119         * shell/dummy.cc: Add a CC file to force evince
15120         to be linked as a C++ program.
15121
15122 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15123
15124         * shell/ev-view.[ch]: Start of content-area widget.
15125
15126         * shell/ev-window.c: Create a EvView, update it
15127         as we change documents.
15128
15129         * shell/Makefile.am shell/ev-marshal.list: Add
15130         generated marshalers.
15131
15132 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15133
15134         * Makefile.am (SUBDIRS): move shell.
15135
15136 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15137
15138         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15139         .a to libtool convenience libraries.
15140
15141         * shell/ev-window.c (ev_window_open): Hard code loading
15142         a PDF document.
15143         
15144         * backend/ev-document.h: Add a boolean return to load(),
15145         fix GError * to GError **.
15146
15147         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15148         object for a PDF backend EvDocument.
15149
15150 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15151
15152         * dvi/*: New directory with the beginning of a .dvi backend.
15153
15154 2004-12-21  Havoc Pennington  <hp@redhat.com>
15155
15156         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15157         previous/next instead of back/forward
15158
15159 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15160
15161         * backend/ev-document.[ch]: Fix a couple of problems so
15162         it compile.
15163
15164 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15165
15166         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15167         to backend/ directory, rename EvViewer to EvDocument.
15168
15169 2004-12-21  Havoc Pennington  <hp@redhat.com>
15170
15171         * shell/ev-window.c: hook up the find bar widget; now we just need
15172         a document to find things in
15173
15174         * shell/eggfindbar.c: a find bar widget
15175
15176 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15177
15178         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15179
15180 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15181
15182         * pdf/**: Import of xpdf code from gpdf. 
15183
15184         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15185
15186         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15187         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15188         Fix FreeType includes.
15189
15190         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15191         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15192         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15193         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15194         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15195         Include xpdfconfig.h
15196         
15197 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15198
15199         * shell/ev-window.c (ev_window_dispose): dispose can be called
15200         multiple times.
15201
15202 2004-12-21  Havoc Pennington  <hp@redhat.com>
15203
15204         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15205         rather than Evince
15206
15207         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15208         items; really they should be synced with the strings, etc. from
15209         current gpdf, but just getting the boring typing out of the way 
15210
15211 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15212
15213         * po/POTFILES.in:
15214         * shell/ev-application.c: (window_destroy_cb):
15215         * shell/ev-window.c:
15216         * shell/main.c: (main):
15217
15218         Actually show the window...
15219
15220 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15221
15222         * Makefile.am:
15223         * shell/Makefile.am:
15224         * shell/ev-application.c: (ev_application_class_init):
15225         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15226
15227         Make it build again
15228
15229 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15230
15231         Import to gnome cvs.
15232         
15233         * Remove copies of gpdf and ggv trees.
15234         * Rip out all the recursive configure code.
15235         * Remove bonobo machinery.
15236         * viewer/*: GInterfaces that backends should/can implement.
15237
15238 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15239
15240         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15241         typo
15242
15243 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15244
15245         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15246         (ev_application_finalize, ev_application_class_init)
15247         (ev_application_init): use GType instance private data for priv.
15248
15249         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15250         (ev_window_finalize, ev_window_class_init)
15251         (ev_window_init): ditto.
15252
15253 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15254
15255         * shell/ev-application.c (ev_application_new_window): make public
15256         (ev_application_show_initial_window): kill.
15257
15258         * shell/ev-application.h: update prototypes.
15259
15260         * shell/main.cc (main): inline ev_application_show_initial_window.
15261
15262 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15263
15264         * shell/ev-application.c (ev_application_new_window): impl.
15265         (ev_application_show_initial_window): use it.
15266         (is_window_empty, ev_application_get_empty_window): returns an
15267         existing empty window or a new one.
15268         (ev_application_open): from ev_window_cmd_file_open.
15269
15270         * shell/ev-application.h: update prototypes
15271
15272         * shell/ev-window.c (ev_window_is_empty): impl.
15273         (ev_window_open): make public.
15274         (ev_window_cmd_file_open): use ev_application_open
15275
15276         * shell/ev-window.h: update prototypes, remove unused.
15277
15278 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15279
15280         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15281         move destroy handler out of here...
15282
15283         * shell/ev-application.c, shell/ev-application.h: ...into this new
15284         class. Also handles initial window creation.
15285
15286         * shell/main.cc (main): use EvApplication to create initial
15287         window.
15288
15289 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15290
15291         * Makefile.am (SUBDIRS): add cut-n-paste
15292
15293         * cut-n-paste/Makefile.am: add
15294
15295         * configure.ac: generate Makefiles in cut-n-paste
15296
15297 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15298
15299         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15300         (ev_window_class_init): install ev_window_dispose.
15301
15302 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15303
15304         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15305         char (gchar looks stupid).
15306
15307 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15308
15309         * po/de.po: updated German translation.
15310
15311 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15312
15313         * configure.ac: add more pkg-config library checks for gnome-vfs,
15314         bonobo etc.
15315
15316         * gpdf/configure.in: temporarily disable libpaper
15317         checks. Otherwise I'd have to add the checks for the shell, too.
15318
15319 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15320
15321         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15322         and * file filters to the file choose.
15323
15324 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15325
15326         * po/de.po: Updated German translation.
15327
15328 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15329
15330         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15331
15332 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15333
15334         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15335
15336         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15337         (ev_window_init): implement those menuitems.
15338
15339 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15340
15341         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15342
15343         * shell/ev-window.c (ev_window_init): use the toolbar.
15344
15345 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15346
15347         * shell/ev-window.c (ev_window_init): use menu translations
15348
15349 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15350
15351         * configure.ac: add "de" to ALL_LINGUAS.
15352
15353         * po/de.po: add German translation.
15354
15355 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15356
15357         * Makefile.am (SUBDIRS): add po
15358
15359         * configure.ac: check intltool, glib-gettext etc, generate
15360         po/Makefile.in
15361
15362         * po, po/POTFILES.in, po/POTFILES.skip: new.
15363
15364 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15365
15366         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15367         already use (#ifdef ENABLE_NLS)
15368
15369         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15370         pointer indirection thinko.
15371
15372         * shell/main.c: include gi18n.h for bindtextdomain etc.
15373
15374 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15375
15376         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15377         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15378         tooltips for menu items in the statusbar.
15379
15380 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15381
15382         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15383         pkgdatadir drop UIDIR
15384
15385 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15386
15387         * data/evince-ui.xml: Add File->Open menu item
15388
15389         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15390         chooser), hook it up in the ui manager.
15391
15392 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15393
15394         * shell/ev-window.c: fix Help->About tooltip.
15395
15396 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15397
15398         * configure.ac: set CFLAGS for libevprivate.
15399
15400         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15401         definitions, factory etc.
15402
15403         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15404
15405         * shell/Makefile.am: link against libevprivate.a.
15406
15407         * shell/ev-window.c (entries): add stock icon to Help->About.
15408
15409         * shell/main.c (main): init stock icon code.
15410
15411 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15412
15413         * lib/recent-files: egg recent files code
15414
15415         * lib/Makefile.am: add.
15416
15417         * Makefile.am: add lib subdir.
15418
15419         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15420         set CFLAGS for recent-files.
15421
15422 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15423
15424         * configure.ac: disable -ansi and -pedantic gcc flags. They
15425         disable POSIX stuff in stdio.h, but egg-recent uses them.
15426
15427 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15428
15429         * configure.ac: add --disable-deprecated flag (defaults to on in
15430         "cvs" builds).
15431
15432         * shell/Makefile.am (INCLUDES): use it.
15433
15434 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15435
15436         * shell/main.c: add missing #include.
15437
15438         * shell/ev-window.c: fix for pedantic gcc.
15439         (ev_window_cmd_help_about): split license into paragraphs for
15440         translators and pedantic compilers.
15441
15442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * configure.ac: add more warning flags if compiling with gcc from
15445         cvs (or explicitly requested with --enable-more-warnings).
15446
15447 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15448
15449         * data/evince-ui.xml: add File and File->Close menu.
15450
15451         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15452         (ev_window_destroy): quit after destroy.
15453         (ev_window_class_init): override GtkObject::destroy.
15454         (entries): install close_window callback.
15455
15456 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15457
15458         * Makefile.am (SUBDIRS): add data subdir.
15459
15460         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15461         gtk+ 2.5.0 for GtkAboutDialog.
15462
15463         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15464         main window.
15465
15466         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15467
15468         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15469         manager.
15470         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15471
15472 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15473
15474         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15475
15476 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15477
15478         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15479
15480 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15481
15482         * shell/*: Added shell directory boilerplate, build it.
15483
15484 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15485
15486         * configure.ac, Makefile.am: Added top-level configure.ac and
15487         Makefile.am