]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Link libevdocument.la to libevview.la.
[evince.git] / ChangeLog
1 2009-02-08  Christian Persch  <chpe@gnome.org>
2
3         * libview/Makefile.am: Link libevdocument.la to libevview.la.
4
5 2009-02-05  Christian Persch  <chpe@gnome.org>
6
7         * backend/comics/comics-document.c: (comics_document_load):
8         * backend/djvu/djvu-document.c: (djvu_document_load):
9         * backend/dvi/dvi-document.c: (dvi_document_load):
10         * backend/impress/impress-document.c: (impress_document_load):
11         * backend/pdf/ev-poppler.cc:
12         * libdocument/ev-document-factory.c: (get_document_from_uri),
13         (ev_document_factory_get_document):
14         * shell/ev-print-operation.c:
15         (ev_print_operation_export_print_dialog_response_cb): Use
16         g_set_error_literal now that we depend on glib 2.18.
17
18 2009-02-05  Hib Eris  <hib@hiberis.nl>
19
20         * shell/ev-application.c:
21
22         Include gdkx.h only with X11. See bug #339172.
23         
24 2009-02-05  Hib Eris  <hib@hiberis.nl>
25
26         * backend/pdf/pdfdocument.evince-backend.in:
27
28         Add application/x-ext-pdf mime type for pdf backend. See bug
29         #339172.
30         
31 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * configure.ac:
34         * cut-n-paste/smclient/Makefile.am:
35         * cut-n-paste/smclient/eggdesktopfile.c:
36         * cut-n-paste/smclient/eggsmclient-win32.c:
37         * shell/main.c:
38
39         Make session manager code compile for w32. These changes have been
40         taken from upstream libegg. Based on patch by Hib Eris. See bug
41         #339172.
42         
43 2009-02-05  Hib Eris  <hib@hiberis.nl>
44
45         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
46
47         Make screensaver code compile for w32. These changes have been
48         copied from upstream totem. See bug #339172.
49         
50 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * configure.ac:
53         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
54
55         Make use of GConf optional. Based on patch by Hib Eris. See bug
56         #339172.
57         
58 2009-02-04  Christian Persch  <chpe@gnome.org>
59
60         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
61         evince gettext domain, so i18n works in the library.
62
63         * properties/ev-properties-main.c: (nautilus_module_initialize):
64         Remove extra bindtextdomain call.
65
66 2009-02-04  Christian Persch  <chpe@gnome.org>
67
68         * backend/comics/comics-document.c:
69         * backend/djvu/djvu-document.c:
70         * backend/dvi/dvi-document.c:
71         * backend/impress/impress-document.c:
72         * backend/pdf/ev-poppler.cc:
73         * backend/pixbuf/pixbuf-document.c:
74         * backend/ps/ev-spectre.c:
75         * backend/tiff/tiff-document.c:
76         * libdocument/ev-attachment.c:
77         * libdocument/ev-document-factory.c:
78         * libview/ev-jobs.c:
79         * libview/ev-view-accessible.c:
80         * libview/ev-view.c:
81         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
82         gi18n.h.
83
84 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * NEWS:
87         * configure.ac:
88
89         Update for release 2.25.90
90         
91 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * cut-n-paste/zoom-control/ephy-zoom-control.c:
94         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
95
96         Remove the old tooltips code and use G_DEFINE_TYPE().
97         
98 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * configure.ac:
101         * help/reference/Makefile.am:
102         * help/reference/libdocument/Makefile.am:
103         * help/reference/libdocument/libevdocument-docs.sgml:
104         * help/reference/libdocument/libevdocument.types:
105         * help/reference/libdocument/version.xml.in:
106         * help/reference/libview/Makefile.am:
107         * help/reference/libview/libevview-docs.sgml:
108         * help/reference/libview/libevview.types:
109         * help/reference/libview/version.xml.in:
110         * help/reference/shell/Makefile.am:
111         * help/reference/shell/evince-docs.sgml:
112         * help/reference/shell/evince.types:
113         * help/reference/shell/tmpl/dummy.sgml:
114         * help/reference/shell/version.xml.in:
115
116         Split API documentation into libdocument, libview and
117         shell. Required gtk-doc files has been added, but API docs still
118         need to be completed and improved. Fixes bug #568465.
119         
120 2009-02-01  Christian Persch  <chpe@gnome.org>
121
122         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
123
124 2009-02-01  Christian Persch  <chpe@gnome.org>
125
126         * backend/Makefile.am:
127         A backend/backend.symbols:
128         * configure.ac: Only export the backend module entry point. Bug
129         #569998.
130
131 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/eggfindbar.c: (egg_find_bar_init):
134
135         Add mnemonics to buttons in search bar. Fixes bug #569212.
136         
137 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
138         
139         * shell/ev-print-operation.c:
140         (ev_print_operation_export_print_dialog_response_cb):
141
142         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
143         
144 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
147
148         Clamp top/bottom values of destinations to make sure they are not
149         bigger than the page height. Fixes bug #569327.
150         
151 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * libdocument/ev-debug.h:
154
155         Fix build when debug mode is disabled.
156         
157 2009-01-30  Christian Persch  <chpe@gnome.org>
158
159         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
160         this return TRUE only if any backends were loaded, so the ev_init()
161         function works as documented.
162
163 2009-01-30  Christian Persch  <chpe@gnome.org>
164
165         * evince-document.h:
166         * libdocument/Makefile.am:
167         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
168         #569117.
169
170         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
171         * libdocument/ev-backends-manager.h:
172         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
173         * libdocument/ev-debug.h:
174         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
175         (_ev_file_helpers_shutdown):
176         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
177         private.
178
179         * properties/ev-properties-main.c: (nautilus_module_initialize),
180         (nautilus_module_shutdown):
181         * shell/main.c: (main):
182         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
183         init/shutdown method.
184
185 2009-01-29  Christian Persch  <chpe@gnome.org>
186
187         * shell/main.c: (option_version_cb): Add --version which was lost in
188         the libgnome removal. Bug #562869.
189
190 2009-01-26  Christian Persch  <chpe@gnome.org>
191
192         * shell/ev-application.c: (ev_application_register_service),
193         (ev_application_shutdown):
194         * shell/main.c: (main): Move metadata manager initialisation and
195         shutdown into EvApplication. Follow-up from bug #569120.
196
197 2009-01-26  Christian Persch  <chpe@gnome.org>
198
199         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
200         copy the string twice. Bug #569231.
201
202 2009-01-26  Christian Persch  <chpe@gnome.org>
203
204         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
205         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
206         * libdocument/ev-file-helpers.h:
207         * shell/ev-application.c: (ev_application_shutdown),
208         (ev_application_init), (ev_application_screensaver_disable),
209         (ev_application_save_print_settings),
210         (ev_application_set_page_setup):
211         * shell/ev-application.h:
212         * shell/ev-metadata-manager.c: (load_values),
213         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
214         shell, since it shouldn't be public API. Bug #569120.
215
216         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
217         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
218
219 2009-01-25  Christian Persch  <chpe@gnome.org>
220
221         Bug 569082 – use versioned directory for backends
222
223         * configure.ac: Define ev_binary_version and backenddir.
224         * evince-document.pc.in: Add backenddir variable.
225         * libdocument/Makefile.am:
226         * backend/*/Makefile.am: Remove backenddir definition, so it picks
227         up the one from configure.
228
229 2009-01-25  Christian Persch  <chpe@gnome.org>
230
231         * configure.ac:
232         * evince-document.pc.in: Renamed from evince-backend.pc.in.
233         * libdocument/Makefile.am: Renamed library to libevdocument.la.
234         * libview/Makefile.am:
235         * shell/Makefile.am:
236         * backend/*/Makefile.am: Adapt to changed library name.
237
238         * libdocument/Makefile.am:
239         * libview/Makefile.am: Change the installed headers path to match
240         the directory names in SVN.
241
242         * evince-document.h:
243         * evince-view.h: Add single headers. Bug #568227.
244
245         * libdocument/*.h:
246         * libview/*.h: Add single headers guards.
247
248         * libview/Makefile.am:
249         * libdocument/Makefile.am:
250         * backend/*/Makefile.am:
251         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
252         still include individual headers.
253
254         * properties/Makefile.am:
255         * properties/ev-properties-main.c:
256         * properties/ev-properties-view.h:
257         * thumbnailer/Makefile.am:
258         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
259
260         * libdocument/Makefile.am:
261         * libview/Makefile.am: Generate type builtins from all installed headers.
262         * libdocument/ev-link-action.[ch]:
263         * libdocument/ev-link-dest.[ch]:
264         * libdocument/ev-transition-effect.[ch]:
265         * libview/ev-view.[ch]: Remove handcoded type builtins.
266
267         * libdocument/Makefile.am:
268         * evince-document.h: Add ev-document-factory.h to the public headers.
269
270 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-sidebar-page.c:
273
274         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
275         #568228.
276         
277 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * libdocument/ev-document.h:
280
281         Add EV_DEFINE_INTERFACE macro.
282         
283         * libdocument/ev-async-renderer.c:
284         * libdocument/ev-document-find.c:
285         * libdocument/ev-document-fonts.c:
286         * libdocument/ev-document-forms.c:
287         * libdocument/ev-document-images.c:
288         * libdocument/ev-document-layers.c:
289         * libdocument/ev-document-links.c:
290         * libdocument/ev-document-security.c:
291         * libdocument/ev-document-thumbnails.c:
292         * libdocument/ev-document-transition.c:
293         * libdocument/ev-document.c:
294         * libdocument/ev-file-exporter.c:
295         * libdocument/ev-selection.c:
296
297         Use EV_DEFINE_INTERFACE macro to define interfaces in
298         libdocument. See bug #568228.
299         
300 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * libdocument/ev-document.[ch]:
303
304         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
305         #568228.
306         
307 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
308
309         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
310         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
311         (new_separator_pixbuf):
312         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
313         (egg_toolbar_editor_disconnect_model),
314         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
315         (egg_toolbar_editor_finalize):
316         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
317         * cut-n-paste/toolbar-editor/eggmarshalers.list:
318         
319         Sync EggToolbarEditor with libegg.
320
321 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
322
323         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
324         When saving a file, using the default permissions for the user/system,
325         respecting umask and any setgid bit on the directory. Uses the new
326         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
327         Bug #568593.
328         
329 2009-01-21  Christian Persch  <chpe@gnome.org>
330
331         * configure.ac:
332         * libdocument/Makefile.am:
333         * libview/Makefile.am: Add libtool versioning to libevbackend and
334         libevview. Bug #568229.
335
336 2009-01-21  Christian Persch  <chpe@gnome.org>
337
338         * Makefile.am:
339         * configure.ac:
340         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
341
342 2009-01-21  Christian Persch  <chpe@gnome.org>
343
344         * configure.ac:
345         * libdocument/Makefile.am:
346         A libdocument/ev-version.h.in: Add version defines and version check
347         macro. Bug #568224.
348
349 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
350
351         * shell/ev-sidebar-links.c
352         * shell/ev-print-operation.c:
353         * shell/ev-history.c:
354         * shell/ev-file-monitor.c:
355         * shell/ev-window.c:
356         * shell/ev-password-view.c:
357         * shell/ev-sidebar-thumbnails.c:
358         * shell/ev-sidebar-attachments.c:
359         * libview/ev-pixbuf-cache.c:
360         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
361         Bug #568386.
362
363 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
364
365         * libdocument/ev-document-info.h:
366
367         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
368         
369 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
370
371         * libview/Makefile.am:
372
373         Install ev-job-scheduler.h. See bug #567790.
374         
375 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
376
377         * libdocument/Makefile.am:
378
379         Install ev-backends-manager.h and
380         ev-document-type-builtins.h. Fixes bug #567787.
381         
382 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * NEWS:
385         * configure.ac:
386
387         Update for release 2.25.5
388         
389 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * libview/ev-view.c: (ev_view_drag_data_get):
392
393         Fix second parameter passed to gtk_selection_data_set_uris(), 
394         it expects a gchar **.
395         
396 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
397
398         * libdocument/Makefile.am:
399         * libdocument/ev-document-info.h:
400         * libdocument/ev-document-type-builtins.c.template:
401         * libdocument/ev-document-type-builtins.h.template:
402         * libdocument/ev-document.c: (ev_document_info_get_type),
403         (ev_document_info_copy):
404
405         Make EvDocumentInfo and enums definded in ev-document-info.h
406         GTypes. Fixes bug #567789.
407         
408 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
409
410         * shell/main.c (arguments_parse): Fix for a minor code typo.
411
412 2009-01-18  Christian Persch  <chpe@gnome.org>
413
414         * help/reference/Makefile.am:
415         * help/reference/evince.types: Fix the API docs build. Bug #568171.
416
417 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
418
419         * libview/Makefile.am:
420         * libview/ev-view-type-builtins.c.template:
421         * libview/ev-view-type-builtins.h.template:
422
423         Make EvJobPriority a proper GType. Fixes bug #567788.
424         
425 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * configure.ac:
428         * cut-n-paste/*/Makefile.am:
429         * libdocument/Makefile.am:
430
431         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
432         code.
433         
434 2009-01-18  Christian Persch  <chpe@gnome.org>
435
436         * libview/ev-view.c: (ev_view_drag_data_get),
437         (ev_view_drag_motion), (ev_view_update_primary_selection),
438         (clear_link_selected):
439         * shell/ev-sidebar-attachments.c:
440         (ev_sidebar_attachments_drag_data_get),
441         (ev_sidebar_attachments_get_property),
442         (ev_sidebar_attachments_init):
443         * shell/ev-window.c: Update drag handling code to use the
444         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
445         hardcoding the targets lists. Bug #558084.
446         
447 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * libdocument/Makefile.am:
450         * libdocument/ev-backend-marshal.c:
451         * libdocument/ev-backend-marshalers.list:
452         * libdocument/ev-document.c:
453
454         Remove unused marshalers stuff from libdocument.
455         
456 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * po/POTFILES.in:
459
460         Update for the current source tree.
461         
462 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * configure.ac:
465         * Makefile.am:
466         * libdocument/Makefile.am:
467         * libview/Makefile.am:
468         * libview/ev-job-scheduler.[ch]:
469         * libview/ev-jobs.[ch]:
470         * libview/ev-page-cache.[ch]:
471         * libview/ev-pixbuf-cache.[ch]:
472         * libview/ev-timeline.[ch]:
473         * libview/ev-transition-animation.[ch]:
474         * libview/ev-view-accessible.[ch]:
475         * libview/ev-view-marshal.list:
476         * libview/ev-view.[ch]:
477         * shell/Makefile.am:
478
479         Move EvView specific code to a libeviview library so that it can
480         be embbeded in other applications. Based on patches by Tomeu
481         Vizoso. Fixes bug #567751.
482         
483 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
486         * shell/ev-window.c: (ev_window_load_job_cb),
487         (ev_window_load_job_cb), (ev_window_open_uri),
488         (ev_window_reload_local), (ev_window_dispose):
489
490         Remove dest, mode and search_string from EvJobLoad since they are
491         not really needed by the job, but for the window.
492         
493 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * shell/ev-view.c: (ev_view_drag_data_received),
496         (ev_view_class_init), (ev_view_init):
497         * shell/ev-window.c: (ev_window_drag_data_received),
498         (ev_window_class_init), (ev_window_init):
499
500         Make the whole EvWindow the destination of a drag and drop
501         operation.
502         
503 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * shell/ev-window.c: (window_open_file_copy_progress_cb):
506
507         Add missing brakets around the percentage in progress
508         messages. See bug #567910.
509         
510 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-application.c: (ev_application_open_window),
513         (ev_application_open_uri_at_dest):
514
515         Do no use gdk_x11_* when not available. Based on patch by Hib
516         Eris, see bug #339172.
517         
518 2009-01-16  Hib Eris  <hib@hiberis.nl>
519
520         * configure.ac:
521         * properties/ev-properties-view.c:
522         (ev_properties_view_format_date):
523
524         Check for localtime_r. See bug #339172.
525         
526 2009-01-16  Hib Eris  <hib@hiberis.nl>
527
528         * shell/main.c:
529
530         Include gdkx only for dbus support. See bug #339172.
531         
532 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
533
534         * shell/ev-view.c: (ev_view_set_zoom_for_size):
535
536         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
537         #567785.
538         
539 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-window.c: (reload_remote_copy_progress_cb),
542         (window_save_file_copy_progress_cb):
543
544         Use brakets around the percentage in progress messages. See bug
545         #567910.
546         
547 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * shell/ev-window.c: (reload_remote_copy_ready_cb):
550
551         Fix typo in error message. See bug #567910.
552         
553 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-window.c: (ev_window_cmd_file_close_window):
556
557         Fix mnemonic conflict. Fixes bug #567937.
558         
559 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
560
561         * NEWS:
562         * configure.ac:
563
564         Update for release 2.25.4
565         
566 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
567
568         * configure.ac:
569         
570         GLib version requirement bumped to 2.18 due to g_set_error_literal.
571         Thanks to Christian Spurk.
572
573 2008-12-31  Hib Eris  <hib@hiberis.nl>
574         
575         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
576
577         Fix mime type handling.
578         
579 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * po/POTFILES.in:
582
583         Add ev-print-operation.c.
584         
585 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * shell/ev-window.c: (ev_window_clear_progress_idle),
588         (reset_progress_idle), (ev_window_show_progress_message),
589         (ev_window_reset_progress_cancellable),
590         (ev_window_progress_response_cb), (show_loading_progress),
591         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
592         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
593         (show_reloading_progress), (reload_remote_copy_ready_cb),
594         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
595         (show_saving_progress), (window_save_file_copy_ready_cb),
596         (window_save_file_copy_progress_cb), (ev_window_save_remote),
597         (ev_window_dispose):
598
599         Show progress information when loading/saving remote files. Fixes
600         bug #370958.
601         
602 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
605
606         Show better warning message when temp file cannot be deleted.
607         
608 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (image_save_dialog_response_cb):
611
612         Fix saving images to remote locations.
613         
614 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-application.[ch]: (ev_application_shutdown),
617         (ev_application_get_print_settings_file),
618         (ev_application_save_print_settings),
619         (ev_application_get_print_settings),
620         (ev_application_set_print_settings),
621         (ev_application_get_page_setup), (ev_application_set_page_setup):
622         * shell/ev-window.c: (ev_window_save_print_page_setup),
623         (ev_window_load_print_page_setup_from_metadata),
624         (ev_window_print_page_setup_done_cb),
625         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
626         (ev_window_cmd_preview_print):
627
628         Remember page setup options too. Paper size is globally remembered
629         while page margins are stored per document in metadata file. Fixes
630         bugs #525185 and #349102.
631         
632 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-print-operation.c:
635         (ev_print_operation_export_print_dialog_response_cb):
636
637         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
638         
639 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-print-operation.c: (export_cancel),
642         (export_job_cancelled), (ev_print_operation_export_begin),
643         (ev_print_operation_export_cancel):
644         * shell/ev-window.c: (ev_window_print_cancel),
645         (ev_window_print_update_pending_jobs_message),
646         (ev_window_print_operation_done),
647         (ev_window_print_operation_status_changed),
648         (print_jobs_confirmation_dialog_response),
649         (ev_window_cmd_file_close_window):
650
651         Show a confirmation dialog when there are pending print jobs while
652         closing the main window. Fixes bug #480964.
653         
654 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
657         (ev_print_operation_get_job_name),
658         (ev_print_operation_get_status),
659         (ev_print_operation_get_progress),
660         (ev_print_operation_update_status),
661         (ev_print_operation_export_get_job_name), (clamp_ranges),
662         (get_first_and_last_page), (ev_print_operation_export_run_next),
663         (print_job_finished), (export_print_done), (export_job_cancelled),
664         (update_progress), (export_print_page),
665         (ev_print_operation_export_begin),
666         (ev_print_operation_export_print_dialog_response_cb),
667         (ev_print_operation_export_run),
668         (ev_print_operation_export_cancel),
669         (ev_print_operation_export_class_init):
670         * shell/ev-window.c:
671         (ev_window_print_update_pending_jobs_message),
672         (ev_window_print_operation_done),
673         (ev_window_print_progress_response_cb),
674         (ev_window_print_operation_status_changed),
675         (ev_window_print_operation_begin_print), (ev_window_print_range),
676         (ev_window_dispose):
677
678         Show progress information when printing. Fixes bug #482770.
679         
680 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * shell/Makefile.am:
683         * shell/ev-progress-message-area.[ch]:
684         * shell/ev-message-area.[ch]: (ev_message_area_init),
685         (ev_message_area_set_image_from_stock):
686
687         Add EvProgressMessageArea derived from EvMessageArea to show
688         progress information in the message area. 
689         
690 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
693
694         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
695         close button. Add a function to get the contents of the message
696         area.
697         
698 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/Makefile.am:
701         * shell/ev-print-operation.[ch]:
702         * shell/ev-jobs.[ch]: (ev_job_export_init),
703         (ev_job_export_dispose), (ev_job_export_run),
704         (ev_job_export_class_init), (ev_job_export_new),
705         (ev_job_export_set_page):
706         * shell/ev-window.c: (ev_window_print_operation_done),
707         (ev_window_print_range), (ev_window_dispose):
708
709         First step of the printing system rework. EvJobPrint has been
710         replaced by EvJobExport so that every page is scheduled to be
711         exported in a thread instead of scheduling the whole printing
712         process. This way the gui is responsive during printing.
713         
714 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-window.c: (setup_size_from_metadata),
717         (ev_window_load_print_settings_from_metadata):
718
719         Fix memory leaks.
720         
721 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * libdocument/ev-document.c: (ev_document_get_type):
724
725         Add GObject type as prerequisite to EvDocument interface so that
726         document instances can be used as GObjects.
727         
728 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-view.c: (jump_to_find_result):
731
732         Only jump the the location of the find result for the first match
733         when searching. It drastically improves the performance when
734         searching. Bug catched and fixed by Michael Hunold. Fixes bug
735         #564774.
736         
737 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * properties/ev-properties-main.c: (ev_properties_get_pages):
740         * properties/ev-properties-view.[ch]:
741         (ev_properties_view_dispose), (ev_properties_view_class_init),
742         (ev_properties_view_set_info), (ev_properties_view_new):
743         * shell/ev-properties-dialog.[ch]:
744         (ev_properties_dialog_set_document):
745         * shell/ev-window.c: (ev_window_setup_document),
746         (ev_window_cmd_file_properties):
747
748         Add document URI to properties page. Fixes bug #555376.
749         
750 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * configure.ac:
753         * data/Makefile.am:
754         * data/evince-password.glade: Removed
755         * data/evince-properties.glade: Removed
756         * properties/ev-properties-view.c:
757         (ev_properties_view_class_init), (set_property),
758         (ev_properties_view_set_info), (ev_properties_view_init):
759         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
760         (font_cell_data_func), (ev_properties_fonts_init):
761
762         Remove Glade dependency.
763         
764 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * backend/comics/comics-document.c: (comics_document_load):
767
768         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
769         
770 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * NEWS:
773         * configure.ac:
774
775         Update for release 2.25.2
776         
777 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * configure.ac:
780         * shell/Makefile.am:
781         * shell/ev-keyring.[ch]:
782         * shell/ev-password.[ch]: Removed
783         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
784         (ev_password_view_class_init), (ev_password_view_clicked_cb),
785         (ev_password_view_init), (ev_password_view_set_uri),
786         (ev_password_dialog_got_response),
787         (ev_password_dialog_remember_button_toggled),
788         (ev_password_dialog_entry_changed_cb),
789         (ev_password_dialog_entry_activated_cb),
790         (ev_password_view_ask_password), (ev_password_view_get_password),
791         (ev_password_view_get_password_save_flags),
792         (ev_password_view_new):
793         * shell/ev-window.c: (ev_window_password_view_unlock),
794         (ev_window_load_job_cb), (ev_window_close_dialogs),
795         (ev_window_init):
796
797         Rework the password view. When the password is in the keyring it's
798         used automatically without showing the password dialog and it's  
799         only stored in the keyring when we are sure it's correct. The
800         password dialog has been reworked too, in order to make it
801         more hig compliant and consistent with the GTK+ dialog used in
802         gtkmountoperation. Fixes bug #562496. 
803         
804 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * backend/comics/comics-document.c: (comics_document_load):
807
808         Do not trust file extensions when getting the command needed to
809         uncompress comic documents. Fixes bug #562143.
810         
811 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * libdocument/ev-document-factory.c: (get_document_from_uri),
814         (ev_document_factory_get_document):
815         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
816         (get_mime_type_from_data), (ev_file_get_mime_type):
817
818         Move mime-type functions from document-facrory to file-helpers so
819         that it can be reused.
820         
821 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
824         (window_open_file_copy_ready_cb), (ev_window_reload_local),
825         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
826         (ev_window_reload_remote), (ev_window_reload_document):
827
828         Add support for reloading remote documents. Fixes bug #555399.
829         
830 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-view.c: (ev_view_find_previous):
833
834         Make sure find_result is never < 0 which causes a crash while
835         searching. Fixes bug #558377.
836         
837 2008-11-19  Marek Kašík <mkasik@redhat.com>
838
839         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
840         (ev_pixbuf_cache_get_selection_surface):
841         
842         Fixes crash on fast scrolling with simultaneous text selection.
843
844 2008-11-19  Marek Kašík <mkasik@redhat.com>
845
846         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
847         * shell/ev-window.c (launch_external_uri):
848         
849         Fixes assertion fail on selecting text. See bug #561393.
850
851 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * shell/Makefile.am:
854         * shell/ev-jobs.[ch]: (ev_job_layers_init),
855         (ev_job_layers_dispose), (ev_job_layers_run),
856         (ev_job_layers_class_init), (ev_job_layers_new):
857         * shell/ev-sidebar-layers.[ch]:
858         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
859         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
860         (ev_view_reload_page), (ev_view_reload):
861         * shell/ev-window.c: (setup_sidebar_from_metadata),
862         (ev_window_sidebar_current_page_changed_cb),
863         (sidebar_layers_visibility_changed), (ev_window_init):
864
865         Add layers support.
866         
867 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * data/icons/22x22/actions/Makefile.am:
870         * data/icons/22x22/actions/eye.png:
871         * shell/ev-stock-icons.[ch]:
872         
873         Add eye icon from gimp to hide/show layers.
874         
875 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * configure.ac:
878         * cut-n-paste/Makefile.am:
879         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
880         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
881         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
882
883         Add GimpCellRendererToggle from gimp slightly modified to fit our
884         needs. 
885         
886 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * configure.ac:
889         * backend/pdf/ev-poppler.cc:
890
891         Implement layers interface in PDF backend.
892         
893 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * libdocument/Makefile.am:
896         * libdocument/ev-document-layers.[ch]:
897         * libdocument/ev-layer.[ch]:
898
899         Add optional content (layers) interface.
900         
901 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
904         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
905
906         Removes unused code.
907
908 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * NEWS:
911         * configure.ac:
912
913         Update for 2.25.1 release
914
915 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-window.c:
918
919         Fix build with GTK+ < 2.14
920
921 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
922
923         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
924         
925         Makes menu label translatable. Fixes bug #559129.
926
927 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
928
929         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
930         (t1_transform_font):
931         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
932         
933         More renames of warning to mdvi_warning in follow up to the
934         fix of the bug #553369. Fix for the bug #559257 by
935         Tuxce <tuxce.net@gmail.com>.
936         
937 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-application.c: (ev_application_init_session):
940         * shell/main.c: (main):
941
942         Move the egg_set_desktop_file() call to main and remove
943         gtk_window_set_default_icon_name() since it's already called by
944         egg_set_desktop_file()
945         
946 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
949
950         Initialize GError to NULL.
951         
952 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * shell/ev-window.c: (window_save_file_copy_ready_cb),
955         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
956         (ev_window_preview_print_finished), (launch_action):
957
958         Do not use popup dialogs to show error messages anymore, use the
959         message area instead.
960         
961 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-window.c: (ev_window_error_message),
964         (ev_window_warning_message), (ev_window_set_document),
965         (ev_window_load_job_cb), (ev_window_load_remote_failed),
966         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
967         (ev_window_cmd_help_contents), (launch_external_uri),
968         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
969         (ev_attachment_popup_cmd_open_attachment),
970         (attachment_save_dialog_response_cb):
971
972         Use a message format (with printf()-style) in
973         ev_window_error_message and ev_window_warning_message.
974
975 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-window.c: (ev_window_error_message),
978         (ev_window_warning_message), (ev_window_set_document),
979         (ev_window_load_job_cb), (ev_window_load_remote_failed),
980         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
981         (ev_window_cmd_help_contents), (launch_external_uri),
982         (image_save_dialog_response_cb),
983         (ev_attachment_popup_cmd_open_attachment),
984         (attachment_save_dialog_response_cb):
985
986         Change ev_window_error_message and ev_window_warning_message to
987         receive a EvWindow instead of a GtkWindow. It's more consistent
988         and avoids unneeded casts.
989         
990 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * shell/ev-window.c: (ev_window_cmd_help_contents):
993
994         Use gtk_show_uri() when availale to display help contents.
995         
996 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * configure.ac:
999         * backend/pdf/ev-poppler.cc:
1000         * properties/ev-properties-view.c:
1001         * shell/Makefile.am:
1002         * shell/ev-tooltip.[ch]: Removed
1003         * shell/ev-view-private.h
1004         * shell/eggfindbar.c:
1005         * shell/ev-application.c:
1006         * shell/ev-open-recent-action.c:
1007         * shell/ev-sidebar-thumbnails.c:
1008         * shell/ev-view.c:
1009         * shell/ev-window.c:
1010
1011         Bump GTK+ requirement to 2.12.
1012         
1013 2008-10-27 Christian Persch <chpe@gnome.org>
1014
1015         * backend/djvu/djvu-document.c
1016         * backend/dvi/cairo-device.c
1017         * cut-n-paste/evmountoperation/ev-mount-operation.h
1018         * cut-n-paste/gedit-message-area/gedit-message-area.h
1019         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1020         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1021         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1022         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1023         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1024         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1025         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1026         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1027         * cut-n-paste/zoom-control/ephy-zoom-action.c
1028         * cut-n-paste/zoom-control/ephy-zoom-action.h
1029         * cut-n-paste/zoom-control/ephy-zoom-control.c
1030         * cut-n-paste/zoom-control/ephy-zoom-control.h
1031         * libdocument/ev-async-renderer.h
1032         * libdocument/ev-document-factory.c
1033         * libdocument/ev-document-misc.h
1034         * libdocument/ev-image.h
1035         * libdocument/ev-selection.h
1036         * shell/ev-properties-fonts.h
1037         * shell/ev-stock-icons.h
1038         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1039         directly. Bug #558064.
1040
1041 2008-10-27 Christian Persch <chpe@gnome.org>
1042
1043         * cut-and-paste/smclient/*: Update from libegg.
1044
1045 2008-10-27 Christian Persch <chpe@gnome.org>
1046
1047         * backend/djvu/djvu-document.c
1048         * backend/ps/ev-spectre.c
1049         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1050
1051 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1052
1053         * shell/ev-view.c (ev_view_change_page),
1054         (ev_view_transition_animation_finish),
1055         (ev_view_transition_animation_cancel), (page_changed_cb),
1056         (ev_view_set_presentation), (ev_view_next_page),
1057         (ev_view_previous_page):
1058         
1059         Cancel the animation without scheduling transition start
1060         and proceed to the next page to fix bug #516749.
1061
1062 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * NEWS:
1065         * configure.ac:
1066
1067         Update for release 2.24.1
1068         
1069 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1072
1073         Disable toggle function of F5 when in presentation mode. Patch by
1074         Dave Neary. Fixes bug #556162.
1075         
1076 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1079         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1080         (ev_sidebar_thumbnails_fill_model),
1081         (ev_sidebar_thumbnails_refresh),
1082         (ev_sidebar_thumbnails_set_document):
1083
1084         Instead of using only one loading icon for thumbnails based on the
1085         size of the first page, create an icon for every different page
1086         size. Fixes bug #556264.
1087         
1088 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1091
1092         Fix memory leak.
1093         
1094 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1097
1098         Removes bad prefixes from window title. Patch by 
1099         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1100         
1101 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-window.c: (launch_external_uri):
1104
1105         Do not consider mailto links as http uris. Fixes bug #555801.
1106         
1107 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1110
1111         Fix memory leak. Fixes bug #555134.
1112         
1113 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1116
1117         Emit the job finished signal when the job is handled before the
1118         page_ready callback.
1119         
1120 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-window.c: (launch_action):
1123
1124         Use GdkAppLaunchContext when available to launch external
1125         applications.
1126         
1127 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-window.c: (launch_action):
1130
1131         Fix launching external applications for launch actions which seems
1132         to be broken since the gio port. Fixes bug #554500.
1133         
1134 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * backend/dvi/Makefile.am:
1137         * backend/dvi/cairo-device.c:
1138         * backend/dvi/dvi-document.c:
1139         * backend/dvi/mdvi-lib/Makefile.am:
1140
1141         Fix several compile warnings in the dvi backend.
1142         
1143 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * backend/dvi/mdvi-lib/common.h:
1146         * backend/dvi/mdvi-lib/dviread.c:
1147         * backend/dvi/mdvi-lib/font.c:
1148         * backend/dvi/mdvi-lib/fontmap.c:
1149         * backend/dvi/mdvi-lib/fontsrch.c:
1150         * backend/dvi/mdvi-lib/gf.c:
1151         * backend/dvi/mdvi-lib/pagesel.c:
1152         * backend/dvi/mdvi-lib/pk.c:
1153         * backend/dvi/mdvi-lib/sp-epsf.c:
1154         * backend/dvi/mdvi-lib/special.c:
1155         * backend/dvi/mdvi-lib/tfm.c:
1156         * backend/dvi/mdvi-lib/tfmfile.c:
1157         * backend/dvi/mdvi-lib/util.c:
1158         * backend/dvi/mdvi-lib/vf.c:
1159
1160         Rename error as mdvi_error to avoid symbol conflicts with the libc
1161         error. Rename also message, crash, fatal and warning for
1162         consistency. Fixes bug #553369.
1163         
1164 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * backend/dvi/dvi-document.c: (dvi_document_load):
1167
1168         Fix memory leak.
1169         
1170 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * backend/dvi/dvi-document.c:
1173
1174         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1175         G_IMPLEMENT_INTERFACE.
1176         
1177 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1180
1181         Make sure copy_job_page_and_selection_to_job_info is always called
1182         before copy_job_to_job_info. Fixes bug #552382.
1183         
1184 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * NEWS:
1187         * configure.ac:
1188
1189         Update for release 2.24.0
1190         
1191 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * shell/ev-window.c: (launch_external_uri):
1194
1195         Use GdkAppLaunchContext when available to launch external uris.
1196         
1197 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-window.c: (launch_external_uri):
1200
1201         Use the message area to show errors when lauching external uris
1202         instead of a popup window.
1203         
1204 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * shell/ev-window.c: (launch_external_uri):
1207
1208         Assume invalid uris are http uris. Fixes bug #552071.
1209         
1210 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * NEWS:
1213         * configure.ac:
1214
1215         Update for release 2.23.92.
1216         
1217 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/eggfindbar.c: (egg_find_bar_class_init):
1220
1221         Allow page scrolling with PageUp/PageDown keys when find bar is
1222         active. Fixes bug #529833.
1223         
1224 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-view-private.h:
1227         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1228         (ev_view_scroll), (ev_view_class_init):
1229         * shell/ev-view-accessible.c:
1230         (ev_view_accessible_action_do_action):
1231         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1232         (ev_window_cmd_scroll_backward):
1233
1234         Use GtkScrollType instead of EvScrollType.
1235         
1236 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1239         
1240         Patch for case unsensitive page label match by Michael Lee.
1241         See bug #550136.
1242         
1243         * shell/ev-page-action.c (create_tool_item):    
1244         * test/Makefile.am:
1245         * test/test1.py:
1246         * test/test4.py:
1247         * test/test5.py:
1248         
1249         Added test for the above and updated other tests.
1250
1251 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * shell/ev-window.c: (image_save_dialog_response_cb):
1254
1255         Do not append the file extension twice when saving an image.
1256         
1257 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1260
1261         Remove an invalid ifdef.
1262         
1263 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * shell/ev-view.c: (ev_view_motion_notify_event):
1266
1267         Make sure the cursor is correctly restored after showing the right
1268         click menu.
1269         
1270 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1273         (ev_attachment_open):
1274         * shell/ev-sidebar-attachments.c:
1275         (ev_sidebar_attachments_button_press):
1276         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1277
1278         Use GdkAppLaunchContext when available to open attachments.
1279         
1280 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1283
1284         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1285         by Eric Piel.
1286         
1287 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-application.c: (ev_application_get_media_keys):
1290         * shell/ev-media-player-keys.[ch]:
1291         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1292         (ev_media_player_keys_grab_keys),
1293         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1294         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1295         * shell/ev-window.[ch]: (ev_window_dispose),
1296         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1297         (ev_window_init):
1298
1299         Clean up the media player keys stuff.
1300         
1301 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * NEWS:
1304         * configure.ac:
1305
1306         Update for release 2.23.91.
1307         
1308 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1311         (sm_client_xsmp_set_initial_properties):
1312
1313         Fix memory leak.
1314         
1315 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-application.c: (ev_application_open_window),
1318         (ev_application_open_uri_at_dest):
1319
1320         Make sure evince starts up in the right workspace when resuming a
1321         previous session.
1322         
1323 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-application.[ch]: (ev_application_open_window),
1326         (ev_application_add_icon_path_for_screen),
1327         (ev_application_open_uri_at_dest):
1328
1329         Fix window manager warnings shown in ~/.xsession-errors
1330         
1331 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * configure.ac:
1334         * cut-n-paste/Makefile.am:
1335         * cut-n-paste/smclient/Makefile.am:
1336         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1337         * cut-n-paste/smclient/eggsmclient-private.h:
1338         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1339         * cut-n-paste/smclient/eggsmclient.[ch]:
1340
1341         EggSMClient copied from libegg
1342
1343         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1344         * shell/Makefile.am:
1345         * shell/ev-application.[ch]: (ev_application_load_session),
1346         (smclient_save_state_cb), (smclient_quit_cb),
1347         (ev_application_init_session), (ev_application_shutdown),
1348         (ev_application_init):
1349         * shell/main.c: (main):
1350
1351         Use EggSMClient instead of gnome-client and remove libgnome and
1352         libgnomeui dependencies.
1353         
1354 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * shell/main.c: (main):
1357
1358         Remove gnome_authentication_manager_init.
1359         
1360 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * shell/ev-view.c: (ev_view_goto_window_create):
1363
1364         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1365         since it's now deprecated.
1366         
1367 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * backend/djvu/Makefile.am:
1370         * backend/djvu/djvu-document-private.h:
1371         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1372         (djvu_document_find_iface_init):
1373         * backend/djvu/djvu-text-page.[ch]:
1374         * backend/djvu/djvu-text.[ch]: Removed
1375         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1376         (pdf_document_find_iface_init):
1377         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1378         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1379         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1380         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1381         (ev_job_find_has_results), (ev_job_find_get_results):
1382         * shell/ev-view-private.h:
1383         * shell/ev-view.[ch]: (ev_view_expose_event),
1384         (highlight_find_results), (ev_view_finalize),
1385         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1386         (ev_view_set_document), (ev_view_find_get_n_results),
1387         (ev_view_find_get_result), (jump_to_find_result),
1388         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1389         (ev_view_find_previous), (ev_view_find_search_changed),
1390         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1391         * shell/ev-window.c: (ev_window_update_actions),
1392         (page_changed_cb), (ev_window_setup_document),
1393         (ev_window_update_find_status_message),
1394         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1395         (ev_window_clear_find_job), (find_bar_close_cb),
1396         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1397         (ev_window_dispose), (ev_window_init):
1398
1399         Rework find interface. The find logic has been moved from backends
1400         to the shell avoiding a lot of duplicated code in the backends and
1401         making easier to implement the find interface in the backends.
1402         
1403 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * backend/pdf/ev-poppler.cc:
1406         (pdf_document_thumbnails_get_dimensions):
1407
1408         Make sure thumbnail size returned by the PDF is actually
1409         valid. Fixes bug #548462.
1410         
1411 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-window.c: (ev_window_setup_document),
1414         (ev_window_set_document), (ev_window_dispose):
1415
1416         Remove the idle function for setting the document up when the
1417         window is destroyed. Fixes bug #549163.
1418         
1419 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1422         (ev_job_attachments_dispose), (ev_job_attachments_run),
1423         (ev_job_attachments_class_init), (ev_job_attachments_new):
1424         * shell/ev-sidebar-attachments.c:
1425         (ev_sidebar_attachments_set_document):
1426
1427         Add a new job to get the attachments in a thread with the document
1428         lock held. Fixes bug #548653.
1429         
1430 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1433         (tiff_document_document_iface_init):
1434
1435         Implement document_get_page_label in tiff backend.
1436         
1437 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * backend/tiff/tiff-document.c: (tiff_document_render):
1440
1441         Handle document orientation in tiff backend. Fixes bug #548444.
1442         
1443 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1446
1447         Do not crash when adjustment page size is 0. Fixes bug #547440.
1448         
1449 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1452
1453         Sync with current GTK+.
1454         
1455 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1456
1457         * configure.ac:
1458         
1459         Update for release 2.23.6.
1460
1461 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1464         (ev_job_load_set_password):
1465         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1466         * shell/ev-window.c: (password_dialog_response),
1467         (ev_window_load_job_cb):
1468
1469         Fix loading encrypted documents since I broke it with the jobs
1470         rework.
1471         
1472 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * NEWS:
1475
1476         Update NEWS for 2.23.6 release.
1477         
1478 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1479
1480         * backend/impress/impress-document.c:
1481         * backend/impress/render.h:
1482         * libdocument/ev-document-factory.c:
1483         * libdocument/ev-document-factory.h:
1484         * libdocument/ev-document-links.h:
1485         * libdocument/ev-document-misc.c:
1486         * libdocument/ev-document-misc.h:
1487         * properties/ev-properties-main.c:
1488         * properties/ev-properties-view.c:
1489         * properties/ev-properties-view.h:
1490         * shell/eggfindbar.c:
1491         * shell/eggfindbar.h:
1492         * shell/ev-application.c:
1493         * shell/ev-application.h:
1494         * shell/ev-jobs.h:
1495         * shell/ev-message-area.h:
1496         * shell/ev-navigation-action.c:
1497         * shell/ev-navigation-action.h:
1498         * shell/ev-open-recent-action.c:
1499         * shell/ev-open-recent-action.h:
1500         * shell/ev-page-action-widget.c:
1501         * shell/ev-page-action.c:
1502         * shell/ev-page-action.h:
1503         * shell/ev-page-cache.h:
1504         * shell/ev-password-view.h:
1505         * shell/ev-password.h:
1506         * shell/ev-pixbuf-cache.h:
1507         * shell/ev-properties-fonts.c:
1508         * shell/ev-sidebar-attachments.c:
1509         * shell/ev-sidebar-links.c:
1510         * shell/ev-sidebar-links.h:
1511         * shell/ev-sidebar-thumbnails.c:
1512         * shell/ev-sidebar-thumbnails.h:
1513         * shell/ev-sidebar.c:
1514         * shell/ev-sidebar.h:
1515         * shell/ev-stock-icons.c:
1516         * shell/ev-tooltip.h:
1517         * shell/ev-view.c:
1518         * shell/ev-view.h:
1519         * shell/ev-window.c:
1520         * shell/ev-window.h:
1521         * shell/main.c:
1522
1523         More #include cleanups. Again: reordering, single gtk.h
1524         includes and other stuff.
1525
1526 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1527
1528         * shell/eggfindbar.c:
1529         * shell/ev-application.c:
1530         * shell/ev-message-area.c:
1531         * shell/ev-navigation-action.c:
1532         * shell/ev-open-recent-action.c:
1533         * shell/ev-page-action-widget.c:
1534         * shell/ev-page-action.c:
1535         * shell/ev-password-view.c:
1536         * shell/ev-properties-dialog.c:
1537         * shell/ev-properties-fonts.c:
1538         * shell/ev-sidebar-attachments.c:
1539         * shell/ev-sidebar-page.c:
1540         * shell/ev-sidebar-thumbnails.c:
1541         * shell/ev-stock-icons.c:
1542         * shell/ev-tooltip.c:
1543         * shell/ev-view.c:
1544         * shell/ev-window.c:
1545         * shell/main.c:
1546
1547         Cleanup many #include statements: reorder so that a
1548         generic-to-specific order is used, use single gtk.h
1549         includes, and some other cleanups.
1550
1551 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-jobs.h:
1554
1555         Add gio header.
1556         
1557 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1560         (ev_document_fc_mutex_trylock):
1561         * shell/Makefile.am:
1562         * shell/ev-job-queue.[ch]:
1563         * shell/ev-job-scheduler.[ch]:
1564         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1565         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1566         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1567         (ev_job_failed_from_error), (ev_job_succeeded),
1568         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1569         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1570         (ev_job_links_class_init), (ev_job_render_init),
1571         (notify_page_ready), (ev_job_render_page_ready),
1572         (ev_job_render_run), (ev_job_render_class_init),
1573         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1574         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1575         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1576         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1577         (ev_job_save_dispose), (ev_job_save_run),
1578         (ev_job_save_class_init), (ev_job_print_init),
1579         (ev_job_print_dispose), (ev_job_print_run),
1580         (ev_job_print_class_init):
1581         * shell/ev-page-cache.c:
1582         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1583         (check_job_size_and_unref), (move_one_job),
1584         (copy_job_to_job_info), (add_job),
1585         (ev_pixbuf_cache_add_jobs_if_needed):
1586         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1587         (job_fonts_finished_cb), (job_fonts_updated_cb),
1588         (ev_properties_fonts_set_document):
1589         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1590         (ev_sidebar_links_set_document):
1591         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1592         (ev_sidebar_thumbnails_set_document),
1593         (ev_sidebar_thumbnails_clear_job):
1594         * shell/ev-view-private.h:
1595         * shell/ev-view.c:
1596         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1597         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1598         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1599         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1600         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1601         (ev_window_reload_document), (ev_window_clear_save_job),
1602         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1603         (ev_window_clear_print_job), (ev_window_print_job_cb),
1604         (ev_window_print_dialog_response_cb):
1605         * shell/main.c: (main):
1606
1607         Rework the jobs system in order to make it simpler and more
1608         extensible. It allows to run jobs in the main loop instead of
1609         using a thread when it's appropriate like the fonts job. Now it's
1610         also possible to cancel jobs that are currently running. 
1611         
1612 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * libdocument/ev-debug.c: (profile_init):
1615
1616         Create the hash table also when profiling service is enabled for
1617         all sections.
1618         
1619 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1622         (ev_profiler_stop):
1623         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1624         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1625         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1626         (ev_job_print_run):
1627         * shell/main.c: (main):
1628
1629         Add a profile mode available when debug is enabled. Add profilers
1630         in ev-jobs.
1631         
1632 2008-07-23  Götz Waschk <waschk@mandriva.org>
1633
1634         * configure.ac: Correctly build desktop file. Fixes
1635         bug #544237.
1636
1637 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1638
1639         * configure.ac:
1640         
1641         Update for release 2.23.5.
1642
1643 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * NEWS:
1646
1647         Update NEWS for 2.23.5 release.
1648         
1649 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-window.c: (ev_window_state_event),
1652         (ev_window_class_init):
1653
1654         Intercept window manager's fullscreen request in order to run/stop
1655         fullscreen mode. Fixes bug #493541.
1656         
1657 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1660
1661         Restart the job search when the find bar is opened for the second
1662         time. Fixes bug #531956.
1663         
1664 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1667         (get_document_from_uri):
1668
1669         Make sure we always return a valid error struct when
1670         get_document_from_uri fails. Fixes nautilus crash, see bug
1671         #542548.
1672         
1673 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1674
1675         * libdocument/ev-transition-effect.c
1676         (ev_transition_effect_type_get_type),
1677         (ev_transition_effect_alignment_get_type),
1678         (ev_transition_effect_direction_get_type):
1679         
1680         Fixes bug #542924. Makes enums static to fix Solaris build.
1681
1682 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-view.c: (ev_view_key_press_event):
1685
1686         Add '.' keybinding for blanking the screen in presentation
1687         mode. Fixes bug #542001.
1688         
1689 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * libdocument/ev-document-misc.c:
1692         (ev_document_misc_pixbuf_from_surface):
1693
1694         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1695         #540950.
1696         
1697 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * backend/comics/comics-document.c (comics_document_load):
1700         * backend/comics/comicsdocument.evince-backend.in:
1701         * configure.ac:
1702         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1703         
1704         Added support for 7-zip based cb7 comic book. Patch by
1705         Kartik Rustagi. Fixes bug #532312.
1706
1707 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1708
1709         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1710         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1711         Fixes bug #539972.
1712
1713 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1714
1715         * shell/Makefile.am:
1716         * shell/ev-application.c (ev_application_init),
1717         (ev_application_get_media_keys):
1718         * shell/ev-application.h:
1719         * shell/ev-marshal.list:
1720         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1721         (proxy_destroy), (on_media_player_key_pressed),
1722         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1723         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1724         * shell/ev-media-player-keys.h:
1725         * shell/ev-window.c (ev_window_go_previous_page),
1726         (ev_window_go_next_page), (ev_window_go_first_page),
1727         (ev_window_go_last_page), (ev_window_start_presentation),
1728         (ev_window_dispose), (view_actions_focus_in_cb):
1729         * shell/ev-window.h: When building with D-Bus support, listen
1730         for multimedia key events from gnome-settings-daemon. This allows
1731         to go to the next/previous/first/last pages using, respectively,
1732         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1733         a presentation. Fixes bug #539971.
1734
1735 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * configure.ac:
1738         
1739         Update for release 2.23.4.
1740
1741 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * NEWS:
1744
1745         Update news for 2.23.4 release.
1746         
1747 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1750         * shell/ev-sidebar-thumbnails.c:
1751         (ev_sidebar_thumbnails_set_loading_icon),
1752         (ev_sidebar_thumbnails_refresh):
1753         * shell/ev-window.c: (ev_window_error_message),
1754         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1755         (ev_window_set_document):
1756
1757         Do not crash opening documents with no pages and show a warning
1758         message in the message area. Fixes bugs #537574 and #171588.
1759         
1760 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/Makefile.am:
1763         * shell/ev-file-monitor.[ch]:
1764         * shell/ev-window.c: (ev_window_document_changed),
1765         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1766         (ev_window_reload_job_cb), (ev_window_open_uri),
1767         (ev_window_reload_document), (ev_window_cmd_view_reload),
1768         (ev_window_dispose):
1769
1770         Automaticly reload the document when the file has changed on
1771         disk. Bug #304249.
1772         
1773 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1774
1775         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1776         * libdocument/ev-image.c: (ev_image_save_tmp):
1777         * libdocument/ev-module.c: (ev_module_load):
1778         * shell/ev-application.c: (ev_application_shutdown),
1779         (ev_application_get_print_settings):
1780         * shell/ev-sidebar-attachments.c:
1781         (ev_sidebar_attachments_button_press),
1782         (ev_sidebar_attachments_drag_data_get):
1783         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1784         (ev_window_print_finished), (ev_window_print_send),
1785         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1786         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1787         (ev_window_cmd_preview_print):
1788         * shell/main.c: (load_files_remote):
1789         Fix some build warnings under GCC 4.3.0. (#537535).
1790
1791 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-jobs.c: (ev_job_render_dispose):
1794
1795         Fix a crash in debug mode. Patch by Daniel M German.
1796         
1797 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * shell/ev-window.c:
1800
1801         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1802         
1803 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * shell/ev-window.c: (ev_window_print_send),
1806         (ev_window_do_preview_print):
1807
1808         Use the window title as print job name instead of just
1809         "evince-print". Fixes bug #534493.
1810         
1811 2008-05-19  Frederic Peters  <fpeters@0d.be>
1812
1813         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1814         Bug #533897.
1815
1816 2008-05-19  Frederic Peters  <fpeters@0d.be>
1817
1818         * help/reference/Makefile.am: added missing libevmountoperation to
1819         gtkdoc-scanobj libraries.  Bug #533896.
1820
1821 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1822
1823         * properties/ev-properties-view.c (get_default_user_units):
1824         Fixes check for default units string translation. Bug #533323.
1825
1826 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1827
1828         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1829         be an iks_free(). Fix an array overflow in the XML parser that
1830         would occur whenever the number of attributes in a tag was greater
1831         than 0 and divisible by 6. Fixes GNOME bug #530852.
1832
1833 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * backend/djvu/djvu-document-private.h:
1836         * backend/djvu/djvu-links.c:
1837         * backend/djvu/djvu-text.c:
1838         * backend/djvu/djvu-document.c: (djvu_handle_events),
1839         (djvu_wait_for_message), (djvu_document_load),
1840         (document_get_page_size), (djvu_document_render),
1841         (djvu_document_thumbnails_get_thumbnail),
1842         (djvu_document_file_exporter_end):
1843
1844         Make sure load job doesn't finish successfully when the document
1845         is not successfully decoded by libdjvu. Fixes bug #530202.
1846         
1847 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * configure.ac:
1850         * libdocument/Makefile.am:
1851         * libdocument/ev-debug.[ch]:
1852         * libdocument/ev-document.c:
1853         * shell/ev-jobs.c: (ev_job_links_dispose),
1854         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1855         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1856         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1857         (ev_job_render_page_ready), (ev_job_render_run),
1858         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1859         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1860         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1861         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1862         (ev_job_print_new), (ev_job_print_run):
1863         * shell/main.c: (main):
1864
1865         Add debug mode based on gedit code. Add debug messages in
1866         ev-jobs.
1867         
1868 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * libdocument/ev-document-factory.c: (get_document_from_uri):
1871
1872         Fix memory leak.
1873         
1874 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1875
1876         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1877         (get_mime_type_from_data), (get_document_from_uri),
1878         (ev_document_factory_get_document):
1879         
1880         Improved error message about file opening failture.
1881         Bug #529129.
1882
1883 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1884
1885         * data/evince-toolbar.xml:
1886         
1887         Allow to add SaveAs to toolbar.
1888
1889 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * shell/ev-view-private.h:
1892         * shell/ev-view.[ch]: (ev_view_button_release_event),
1893         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1894         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1895         (ev_view_update_primary_selection), (clear_link_selected),
1896         (ev_view_copy_link_address):
1897         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1898
1899         Update also the primary selection when copying a link
1900         address. Fixes bug #520855.
1901         
1902 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * libdocument/ev-document-factory.c: (get_document_from_uri):
1905
1906         Use the pixbuf backend only when the mime type is not supported by
1907         any of the other backend so that tiff documents, for instance, are
1908         handled by the tiff backend instead of the pixbuf backend. fixes
1909         bug #520290.
1910         
1911 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * cut-n-paste/Makefile.am:
1914
1915         Add evmountoperation to subdirs list.
1916         
1917 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * configure.ac:
1920
1921         Fix libspectre check in configure script. Fixes bug #528549.
1922         
1923 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * configure.ac:
1926         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1927         * shell/Makefile.am:
1928         * shell/ev-window.c: (ev_window_load_remote_failed),
1929         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1930
1931         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1932         open documents in remote locations that are not mounted.
1933         
1934 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1937         (bitmap_convert_msb8):
1938         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1939         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1940
1941         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1942         
1943 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1946         (ev_job_render_new), (ev_job_render_set_selection_info),
1947         (ev_job_render_run):
1948         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1949         (check_job_size_and_unref),
1950         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1951         (add_job), (ev_pixbuf_cache_get_selection_surface):
1952
1953         Create the render context needed for rendering a page in the render
1954         thread so that we don't block the main thread. Simplify
1955         EvJobRender API.
1956         
1957 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * libdocument/Makefile.am:
1960         * libdocument/ev-page.[ch]:
1961         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1962         (ev_render_context_new), (ev_render_context_set_page):
1963         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1964         (ev_form_field_finalize), (ev_form_field_class_init):
1965         * libdocument/ev-document-forms.[ch]:
1966         (ev_document_forms_get_form_fields):
1967         * libdocument/ev-document.[ch]: (ev_document_get_page),
1968         (ev_document_get_page_size), (ev_document_get_page_label):
1969         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1970         (ev_job_render_run), (ev_job_thumbnail_new),
1971         (ev_job_thumbnail_run), (ev_job_print_run):
1972         * shell/ev-page-cache.c: (ev_page_cache_new):
1973         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1974         (check_job_size_and_unref), (add_job):
1975         * shell/ev-sidebar-thumbnails.c: (add_range):
1976         * shell/ev-view.c: (ev_view_form_field_get_region),
1977         (ev_view_form_field_button_create_widget),
1978         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1979         (ev_view_handle_form_field), (ev_view_size_allocate),
1980         (get_selected_text):
1981         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1982         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1983         (pdf_document_get_page), (pdf_document_get_page_label),
1984         (pdf_document_render), (pdf_document_get_info),
1985         (pdf_document_document_iface_init),
1986         (pdf_document_thumbnails_get_thumbnail),
1987         (pdf_document_thumbnails_get_dimensions),
1988         (pdf_document_file_exporter_do_page),
1989         (pdf_selection_render_selection),
1990         (pdf_selection_get_selected_text),
1991         (pdf_selection_get_selection_region),
1992         (pdf_selection_get_selection_map),
1993         (pdf_document_forms_get_form_fields),
1994         (pdf_document_forms_form_field_text_get_text),
1995         (pdf_document_forms_form_field_text_set_text),
1996         (pdf_document_forms_form_field_button_set_state),
1997         (pdf_document_forms_form_field_button_get_state),
1998         (pdf_document_forms_form_field_choice_get_item),
1999         (pdf_document_forms_form_field_choice_get_n_items),
2000         (pdf_document_forms_form_field_choice_is_item_selected),
2001         (pdf_document_forms_form_field_choice_select_item),
2002         (pdf_document_forms_form_field_choice_toggle_item),
2003         (pdf_document_forms_form_field_choice_unselect_all),
2004         (pdf_document_forms_form_field_choice_set_text),
2005         (pdf_document_forms_form_field_choice_get_text):
2006         * backend/ps/ev-spectre.c: (ps_document_get_page),
2007         (ps_document_get_page_size), (ps_document_get_page_label),
2008         (ps_document_render), (ps_document_document_iface_init),
2009         (ps_document_file_exporter_do_page):
2010         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2011         (tiff_document_render), (tiff_document_render_pixbuf),
2012         (tiff_document_file_exporter_do_page):
2013         * backend/pixbuf/pixbuf-document.c:
2014         (pixbuf_document_get_page_size):
2015         * backend/comics/comics-document.c:
2016         (comics_document_get_page_size), (comics_document_render_pixbuf):
2017         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2018         (djvu_document_render), (djvu_selection_get_selected_text),
2019         (djvu_document_thumbnails_get_thumbnail),
2020         (djvu_document_file_exporter_do_page),
2021         (djvu_document_find_get_result):
2022         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2023         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2024         (dvi_document_thumbnails_get_thumbnail),
2025         (dvi_document_file_exporter_do_page):
2026         * backend/impress/impress-document.c:
2027         (impress_document_get_page_size),
2028         (impress_document_render_pixbuf):
2029         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2030
2031         Add EvPage so that we can hold a reference to the backend
2032         page. Form fields keep now a reference to the poppler page
2033         improving performance since we don't have to create/destroy the
2034         poppler field for every form operation. This will be needed for
2035         annotations too.
2036         
2037 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * data/evince-ui.xml:
2040         * shell/ev-window.c:
2041
2042         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2043         
2044 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * configure.ac:
2047         * backend/ps/Makefile.am:
2048
2049         Remove gs stuff from ps backend.
2050         
2051 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * configure.ac:
2054         * backend/pdf/ev-poppler.cc:
2055
2056         Bump poppler requirement to 0.8.0.
2057         
2058 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * NEWS:
2061         * configure.ac:
2062
2063         Update for release 2.22.1.1
2064
2065 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * configure.ac:
2068
2069         Fix build (again) when poppler version is 0.6
2070         
2071 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/djvu/djvu-links.c: (build_tree):
2074
2075         Make sure link title is a valid utf8 string. Fixes bug #526517.
2076         
2077 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * configure.ac:
2080
2081         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2082         #526799.
2083         
2084 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2085
2086         * configure.ac:
2087         
2088         Update for release 2.22.1.
2089
2090 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * NEWS:
2093
2094         Update for upcoming release.
2095
2096 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * configure.ac:
2099         * backend/dvi/dvidocument.evince-backend.in:
2100
2101         Add compressed dvi to the list of supported mime types. Patch by
2102         Ed Catmur. Fixes bug #307087.
2103
2104 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2107
2108         Fix a crash when printing a range that doesn't specify the start or
2109         end page. Fixes bug #524288.
2110
2111 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-window.c: (ev_window_cmd_continuous),
2114         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2115         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2116         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2117         (ev_window_run_presentation), (ev_window_stop_presentation),
2118         (ev_window_cmd_view_presentation),
2119         (ev_window_cmd_leave_fullscreen),
2120         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2121
2122         Do not unfullscreen and fullscreen again the window when changing
2123         from fullscreen to presentation mode and vice versa. Fixes bug
2124         #524112.
2125         
2126 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2129
2130         Do not crash when thumbnail failed to render in PS backend. Fixes
2131         bug #525015.
2132         
2133 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2136         (ev_window_load_file_remote), (ev_window_open_uri):
2137
2138         Handle errors when opening remote files.
2139         
2140 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2143
2144         Only grab the focus for the current visible proxy widget. Fixes
2145         bug #521224.
2146         
2147 2008-03-30  Emil Soleyman  <emil@nishra.com>
2148
2149         * shell/ev-window.c: (launch_external_uri):
2150         
2151         Reuse g_app_info_launch_default_for_uri to
2152         save some code and fix bug #525009.
2153
2154 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2155
2156         * shell/ev-window.c (image_save_dialog_response_cb):
2157
2158         Use g_str_has_suffix. See bug #523069.
2159
2160 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * configure.ac:
2163
2164         Add a configure option to enable/diable DBus. Patch by Rémi
2165         Cardona. Fixes bug 521797.
2166
2167 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2170
2171         Fix printing in documents with rotated pages. Patch by Eugen
2172         Dedu. Fixes bug #512648.
2173         
2174 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2177         (ev_link_from_action):
2178
2179         Fix warning messages.
2180         
2181 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-window.c: (image_save_dialog_response_cb):
2184
2185         Do not append the extension to filename when saving an image
2186         if the filename alredy contains the extension. Fixes bug #523069.
2187         
2188 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-view.[ch]: (ev_view_find_cancel):
2191         * shell/ev-window.c: (find_bar_close_cb):
2192
2193         Cancel the find operation when the find bar is closed. Fixes bug
2194         #508845.
2195         
2196 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * backend/ps/psdocument.evince-backend.in:
2199
2200         Make ps backend module resident. Fixes bug #520607.
2201         
2202 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-jobs.c: (ev_job_print_run):
2205
2206         Invert collate action in order to work as expected, fix reverse
2207         printing so that it doesn't start with a blank page and fix number
2208         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2209         
2210 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2213
2214         Fix build with poppler <= 0.7.2
2215         
2216 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * libdocument/ev-document-misc.c:
2219         (ev_document_misc_surface_from_pixbuf):
2220
2221         Fix selections with poppler-splash.
2222         
2223 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * backend/pdf/ev-poppler.cc:
2227
2228         Fix build with poppler >= 0.7.2
2229         
2230 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2231
2232         * configure.ac:
2233         
2234         Update for release 2.22.0
2235
2236 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * NEWS:
2239
2240         Update for upcoming release.
2241
2242 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2243
2244         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2245
2246         Bug 495107 – Handle print dialog responses correctly
2247
2248         Correctly handle print dialog response. Properly fixes
2249         the above mentioned bug.
2250
2251 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2254
2255         Make sure print job is only run when the print button is
2256         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2257         
2258 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * backend/pdf/pdfdocument.evince-backend.in:
2261         * libdocument/ev-backends-manager.c:
2262         (ev_backends_manager_load_backend),
2263         (ev_backends_manager_get_document):
2264         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2265
2266         Allow making backend modules resident. This is needed only for
2267         some backends like pdf to avoid registering glib types more than
2268         once.
2269         
2270 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * backend/comics/comics-document.c:
2273         * backend/djvu/djvu-document.c:
2274         * backend/impress/impress-document.c:
2275         * backend/pdf/ev-poppler.cc:
2276         * backend/pixbuf/pixbuf-document.c:
2277         * backend/ps/ev-spectre.c:
2278         * backend/ps/ps-document.c:
2279         * backend/tiff/tiff-document.c:
2280         * libdocument/ev-document.h:
2281         * properties/ev-properties-main.c:
2282
2283         Use g_type_module_add_interface instead of
2284         g_type_add_interface_static. Fixes bug #519679.
2285         
2286 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2287
2288         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2289         Added. Returns whether the animation has everything necessary to run.
2290         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2291         is ready just because it's been created. Fixes #519106.
2292         (draw_one_page): Do not show the "Loading..." text in presentation
2293         mode, there was a slim probability that this could happen.
2294
2295 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2298
2299         Duplicate mime_type string before freeing it so that it doesn't
2300         always fail when getting mime type from uri. Fixes bug #518874.
2301         
2302 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2305
2306         Fix a crash when a choice form field doesn't have any item
2307         selected. Fixes bug #518831
2308         
2309 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2310
2311         * shell/ev-window.c (ev_window_clear_temp_file):
2312         Use g_file_has_prefix instead of renamed
2313         g_file_contains_file.
2314
2315         * configure.ac:
2316         Require new glib for above change.
2317         
2318 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * libdocument/ev-image.c: (ev_image_finalize),
2321         (ev_image_save_tmp):
2322
2323         Return a real uri instead of a filename when saving an
2324         image. Fixes images drag an drop from evince to nautilus. 
2325         
2326 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * backend/pdf/ev-poppler.cc:
2329         (pdf_document_images_get_image_mapping):
2330
2331         Return the image list in the right order. Fixes bug #516237.
2332         
2333 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2334
2335         * backend/impress/impress-document.c:
2336         (impress_document_thumbnails_get_thumbnail):
2337
2338         Remove unused variable to avoid a compiler warning.
2339
2340 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2341
2342         * configure.ac:
2343         
2344         Update for release 2.21.91.
2345
2346 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * configure.ac:
2349         * shell/Makefile.am:
2350         * shell/ev-application.[ch]:
2351         * shell/ev-sidebar-links.c:
2352         * shell/ev-utils.[ch]:
2353         * shell/ev-window.[ch]:
2354
2355         Remove libgnomeprint support. Fixes bug #512370.
2356         
2357 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2358
2359         * thumbnailer/evince-thumbnailer.c: (main):
2360
2361         Initialize glib type system before using it. Fixes bug #513934.
2362         
2363 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * properties/ev-properties-main.c:
2366
2367         Add missing #include.
2368         
2369 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * configure.ac:
2372         * backend/djvu/djvu-document.c: (djvu_document_render):
2373         * backend/tiff/tiff-document.c: (tiff_document_render):
2374
2375         Use the new cairo function cairo_format_stride_for_width when
2376         available. Fixes bug #482720.
2377
2378 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2381         (get_mime_type_from_data), (get_document_from_uri):
2382
2383         Use g_content_type_guess() only when slow is true in
2384         get_document_from_uri(). Fix several memory leaks.
2385         
2386 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2387
2388         * libdocument/ev-document-factory.c:
2389         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2390         (get_document_from_uri):
2391
2392         Use g_content_type_guess () to get mimetype for files.
2393         Bug #510401.
2394
2395 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * thumbnailer/Makefile.am:
2398
2399         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2400         
2401 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * configure.ac:
2404
2405         Fix build with --without-libgnome. Fixes bug #512771.
2406         
2407 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2408
2409         * backend/dvi/Makefile.am: Install only dvi
2410         module. Fixes bug #512718.
2411
2412 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2413
2414         * properties/ev-properties-main.c: (nautilus_module_initialize):
2415         
2416         Initialize backends in properties tab. Fixes bug
2417         #512720.
2418
2419 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2420
2421         * properties/Makefile.am: No need to link with 
2422         libraries. Fixes bug #512719.
2423
2424 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2425
2426         * NEWS:
2427         * configure.ac:
2428         
2429         Update for release 2.21.90.
2430
2431 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-window.c: (ev_window_cmd_escape):
2434
2435         Fix compile warning.
2436         
2437 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2440
2441         Fix printing in dvi backend when filename contains white
2442         espaces. Fixes bug #502839.
2443         
2444 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2447         (screensaver_disable_x11):
2448         * shell/Makefile.am:
2449         * shell/xdg-user-dir-lookup.c: Removed
2450         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2451         * shell/ev-view.c: (ev_view_presentation_transition_start):
2452         * shell/ev-window.c: (ev_window_cmd_file_open),
2453         (ev_window_cmd_save_as), (presentation_set_timeout):
2454
2455         Remove #ifdefs that are no longer needed.
2456         
2457 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-view.[ch]: (ev_view_button_release_event),
2460         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2461         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2462         (ev_window_cmd_escape):
2463
2464         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2465         
2466 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * configure.ac:
2469         * backend/comics/comics-document.c: (comics_document_load):
2470         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2471         (ev_attachment_set_property), (ev_attachment_init),
2472         (ev_attachment_save), (ev_attachment_launch_app),
2473         (ev_attachment_open):
2474         * libdocument/ev-document-factory.c: (get_document_from_uri):
2475         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2476         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2477         * shell/ev-jobs.c:
2478         * shell/ev-password.c: (ev_password_dialog_set_property),
2479         (ev_password_dialog_save_password):
2480         * shell/ev-sidebar-attachments.c:
2481         (ev_sidebar_attachments_drag_data_get):
2482         * shell/ev-window-title.c: (get_filename_from_uri):
2483         * shell/ev-window.c: (ev_window_clear_temp_file),
2484         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2485         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2486         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2487         (launch_external_uri), (image_save_dialog_response_cb),
2488         (attachment_save_dialog_response_cb):
2489         * shell/main.c: (load_files), (load_files_remote), (main):
2490         * thumbnailer/evince-thumbnailer.c: (main):
2491
2492         Port to gio and drop gnome-vfs dependency. Fixes bug
2493         #510401. Based on patch by Cosimo Cecchi.
2494         
2495 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2496
2497         * NEWS:
2498
2499         Fixed formatting inconsistencies (spaces vs. tabs)
2500
2501 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2502
2503         * shell/ev-window.c:
2504
2505         Use top/up/bottom/down arrows instead of
2506         first/left/last/right in the toolbar and menu actions.
2507         This fixes issues with RTL languages and is visually
2508         consistent with the page view. Fixes bug #170081.
2509
2510 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2511
2512         * NEWS:
2513
2514         Fixed some inaccuracies pointed out by Carlos Garcia
2515         Campos.
2516
2517 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2518
2519         * NEWS:
2520         * data/evince.schemas.in:
2521         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2522
2523         Override PDF restrictions by default. Fixes bug #382700.
2524
2525 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2526
2527         * NEWS: Updated for upcoming release
2528
2529 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2532
2533         Fix memory leak.
2534         
2535 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2536
2537         * shell/ev-window.c: (register_custom_actions):
2538         
2539         Added comment for translators
2540
2541 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-view.c: (ev_view_button_release_event):
2544
2545         Do not create the idle function for kinetic scrolling if we are
2546         not in a drag operation.
2547
2548 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2551         (ev_view_button_press_event), (ev_view_motion_notify_event),
2552         (ev_view_button_release_event):
2553
2554         Restore cursor after autoscrolling. Fixes bug #509958.
2555
2556 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * configure.ac:
2559         * backend/pdf/ev-poppler.cc:
2560         (pdf_document_images_get_image_mapping),
2561         (pdf_document_images_get_image),
2562         (pdf_document_document_images_iface_init):
2563         * libdocument/ev-document-images.[ch]:
2564         (ev_document_images_get_image_mapping),
2565         (ev_document_images_get_image):
2566         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2567         (ev_image_get_id), (ev_image_save_tmp):
2568         * shell/ev-jobs.c: (ev_job_render_run):
2569         * shell/ev-view.c: (ev_view_drag_data_get):
2570         * shell/ev-window.c: (image_save_dialog_response_cb),
2571         (ev_view_popup_cmd_copy_image):
2572
2573         Do not render images when rendering the page but on demand. It
2574         reduces the memory comsumption.
2575         
2576 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2577
2578         * configure.a:
2579         * shell/ev-password.c:
2580
2581         Make gnome-keyring optional. Fixes bug #509676.
2582         
2583 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-pixbuf-cache.c: (add_job):
2586
2587         Initialize include_images variable as FALSE instead of TRUE.
2588         
2589 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2590
2591         * configure.ac:
2592         * cut-n-paste/Makefile.am:
2593         * cut-n-paste/fileformatchooser/Makefile.am:
2594         * cut-n-paste/fileformatchooser/egg-macros.h:
2595         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2596         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2597         * shell/Makefile.am:
2598         * shell/ev-utils.c:
2599         (file_chooser_dialog_add_writable_pixbuf_formats),
2600         (get_gdk_pixbuf_format_by_extension):
2601         * shell/ev-utils.h:
2602         * shell/ev-window.c: (ev_window_error_message),
2603         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2604         
2605         Simplify image format selection on save.
2606
2607 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2608
2609         * shell/ev-view.c: (ev_view_scroll_event):
2610         
2611         Repair gorizontal scrolling with shift. Fixes
2612         bug #483412.
2613
2614 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2615         
2616         * MAINTAINERS:
2617
2618         Fix formatting issues.
2619         
2620 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * backend/comics/comics-document.c: (comics_regex_quote):
2623         
2624         Don't overquote special chars except of '. See bug 
2625         502500. Thanks to Tom Parker.
2626
2627 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2628
2629         * MAINTAINERS:
2630         
2631         Added Nickolay and Carlos, since they're doing most of
2632         the releases nowadays.
2633
2634 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2635
2636         * properties/Makefile.am:
2637
2638         Get the nautilus extension dir properly instead of using
2639         a hack. Fixes bug #505359.
2640
2641 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2642
2643         * properties/Makefile.am:
2644         
2645         Install nautilus extension into new place. See bug
2646         #505359. Thanks to Matthias Clasen, Brian Pepple and
2647         Damien Carbery.
2648
2649 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2650
2651         * shell/ev-window.c: (ev_window_get_recent_file_label):
2652         
2653         RTL marker in recent file list. See bug #509076.
2654
2655 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2658         * shell/ev-window.c: (image_save_dialog_response_cb):
2659
2660         Fix compile warnings due to unused variables.
2661         
2662 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * configure.ac:
2665         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2666         * backend/ps/ev-spectre.c: (ps_document_render):
2667
2668         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2669
2670 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2671
2672         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2673         (ev_transition_animation_paint): Implement "fade" effect.
2674
2675 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2676
2677         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2678         (ev_transition_animation_paint): Implement "uncover" effect.
2679
2680 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2681
2682         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2683         (ev_transition_animation_paint): Implement "cover" effect.
2684
2685 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2686
2687         * shell/ev-transition-animation.c (ev_transition_animation_push)
2688         (ev_transition_animation_paint): Implement "push" effect.
2689
2690 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2691
2692         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2693         (ev_transition_animation_paint): Implement "dissolve" effect.
2694
2695 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2696
2697         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2698         (ev_transition_animation_paint): Implement "wipe" effect.
2699
2700 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2701
2702         * shell/ev-transition-animation.c (ev_transition_animation_box)
2703         (ev_transition_animation_paint): Implement "box" effect.
2704
2705 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2706
2707         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2708         (ev_transition_animation_paint): Implement "blinds" effect.
2709
2710 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2711
2712         * shell/ev-transition-animation.c (ev_transition_animation_split)
2713         (ev_transition_animation_paint): Implement "split" effect.
2714
2715 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2716
2717         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2718         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2719         (ev_view_transition_animation_start) 
2720         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2721         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2722         (ev_view_next_page) (ev_view_previous_page):
2723         
2724         Use EvTransitionAnimation to drive page changes in the presentation
2725         mode, the animation will wait to start until both the origin and 
2726         destination page surfaces are available. Fixes #458460.
2727
2728         (draw_loading_text):
2729
2730         Remove workaround for bug #320352, it's now fixed properly.
2731
2732
2733 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2734
2735         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2736         will contain the implementations for page transition animations, at
2737         the moment it just has the "replace" effect.
2738         * shell/Makefile.am: Added these files to build.
2739
2740 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2741
2742         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2743         animations.
2744         * shell/Makefile.am: Added these files to build.
2745
2746 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2749         implementation to get_effect() in EvDocumentTransitionIface.
2750
2751 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2752
2753         * libdocument/ev-transition-effect.[ch]: New files, define a page
2754         transition effect, at the moment it maps PopplerPageTransition to a
2755         GObject.
2756         * libdocument/Makefile.am: Added these files to build.
2757         * libdocument/ev-document-transition.[ch]
2758         (ev_document_transition_get_effect): New method, gets the
2759         EvTransitionEffect returned by the interface implementation, with
2760         fallback to the "replace" effect.
2761
2762 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2763
2764         * configure.ac:
2765         * cut-n-paste/Makefile.am:
2766         * cut-n-paste/fileformatchooser/Makefile.am:
2767         * cut-n-paste/fileformatchooser/egg-macros.h:
2768         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2769         * shell/Makefile.am:
2770         * shell/ev-window.c: (image_save_dialog_response_cb),
2771         (ev_view_popup_cmd_save_image_as):
2772
2773         Allow exporting images in any format supported by
2774         GdkPixbuf. Fixes bug #500209.
2775         
2776 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * backend/pixbuf/pixbuf-document.c:
2779
2780         More warnings fixed.
2781         
2782 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2785         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2786         * backend/djvu/djvu-text.h:
2787         * backend/tiff/tiff-document.c: (tiff_document_render):
2788
2789         Fix compile warnings.
2790         
2791 2007-12-28  Christian Persch  <chpe@gnome.org>
2792
2793         * **/*.c: Include config.h. Bug #504721.
2794
2795 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * configure.ac:
2798         * Makefile.am:
2799         * po/POTFILES.in:
2800         * backend/comics/Makefile.am:
2801         * backend/comics/comics-document.[ch]:
2802         * backend/comics/comicsdocument.evince-backend.in:
2803         * backend/djvu/Makefile.am:
2804         * backend/djvu/djvu-document.[ch]:
2805         * backend/djvu/djvudocument.evince-backend.in:
2806         * backend/dvi/Makefile.am:
2807         * backend/dvi/dvi-document.[c]:
2808         * backend/dvi/dvidocument.evince-backend.in:
2809         * backend/impress/Makefile.am:
2810         * backend/impress/impress-document.[ch]:
2811         * backend/impress/impressdocument.evince-backend.in:
2812         * backend/pdf/Makefile.am:
2813         * backend/pdf/ev-poppler.cc:
2814         * backend/pdf/ev-poppler.h:
2815         * backend/pdf/pdfdocument.evince-backend.in:
2816         * backend/pixbuf/Makefile.am:
2817         * backend/pixbuf/pixbuf-document.[ch]:
2818         * backend/pixbuf/pixbufdocument.evince-backend.in:
2819         * backend/ps/Makefile.am:
2820         * backend/ps/ev-spectre.[ch]:
2821         * backend/ps/ps-document.[ch]:
2822         * backend/ps/psdocument.evince-backend.in:
2823         * backend/tiff/Makefile.am:
2824         * backend/tiff/tiff-document.[ch]:
2825         * backend/tiff/tiffdocument.evince-backend.in:
2826         * libdocument/Makefile.am:
2827         * libdocument/ev-backends-manager.[ch]:
2828         * libdocument/ev-module.[ch]:
2829         * libdocument/ev-document.h:
2830         * libdocument/ev-document-factory.[ch]:
2831         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2832         (get_compression_from_mime_type), (get_document_from_uri),
2833         (ev_document_factory_get_document), (file_filter_add_mime_types),
2834         (ev_document_factory_add_filters):
2835         * shell/Makefile.am:
2836         * shell/ev-window-title.c: (get_filename_from_uri):
2837         * shell/main.c: (main):
2838         * thumbnailer/Makefile.am:
2839         * thumbnailer/evince-thumbnailer.c: (main):
2840
2841         Plugin system for backends. Fixes bug #351348.
2842         
2843 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * shell/ev-view-private.h:
2846         * shell/ev-view.c: (ev_view_drag_update_momentum),
2847         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2848         (ev_view_button_release_event), (ev_view_destroy):
2849         
2850         Kinetic scrolling implemented as requested in
2851         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2852
2853 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2854
2855         * data/evince-toolbar.xml:
2856         * data/evince-ui.xml:
2857         * shell/ev-view-private.h:
2858         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2859         (ev_view_button_press_event), (ev_view_motion_notify_event),
2860         (ev_view_button_release_event), (ev_view_init),
2861         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2862         (ev_view_set_cursor):
2863         * shell/ev-view.h:
2864         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2865         (ev_window_cmd_view_autoscroll):
2866         
2867         Autoscroll feature with the context menu. Fixes bug 
2868         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2869
2870 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2873
2874         Disconnect also page-ready signal when removing a job because the
2875         page size has changed. Thanks to kripken
2876         <kripkensteiner@gmail.com>.
2877
2878 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2879
2880         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2881         
2882         Scroll pages in page entry with mouse wheel. Fixes bug
2883         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2884
2885 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * backend/dvi/Makefile.am:
2888         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2889         (mdvi_cairo_device_init):
2890         * backend/dvi/mdvi-lib/common.h:
2891         * backend/dvi/mdvi-lib/mdvi.h:
2892         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2893         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2894         (mdvi_build_path_from_cwd):
2895
2896         Add ps specials support in dvi backend when libspectre is
2897         present. Fixes bug #386005.
2898         
2899 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * configure.ac:
2902         * backend/ps/Makefile.am:
2903         * backend/ps/ev-spectre.[ch]:
2904         
2905         Use libspectre, if available, for the ps backend. Fixes bugs
2906         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2907
2908 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2909         
2910         * backend/comics/comics-document.c: (comics_document_load):
2911         
2912         Cygwin build issue fix.
2913
2914 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-view.c: (ev_view_set_zoom):
2917
2918         Do not limit the minimum zoom factor when sizing mode is best bit
2919         or fit width. Fixes bug #503805.
2920         
2921 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2924         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2925         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2926         (ev_link_dest_get_property), (ev_link_dest_set_property),
2927         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2928         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2929         (ev_link_dest_new_fitr):
2930         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2931         (goto_fith_dest), (goto_xyz_dest):
2932
2933         Do not change left, top and zoom values when they are null in PDF
2934         destinations. Fixes bug #460658.
2935         
2936 2007-12-10  Christian Persch  <chpe@gnome.org>
2937
2938         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2939         (ev_view_accessible_class_init),
2940         (ev_view_accessible_idle_do_action),
2941         (ev_view_accessible_action_do_action),
2942         (ev_view_accessible_action_get_description),
2943         (ev_view_accessible_action_set_description),
2944         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2945         (ev_view_accessible_factory_init),
2946         (ev_view_accessible_factory_get_accessible_type):
2947         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2948         private data, and G_DEFINE_TYPE. Bug #502843.
2949
2950 2007-12-08  Christian Persch  <chpe@gnome.org>
2951
2952         * shell/ev-metadata-manager.c: (item_free),
2953         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2954         (value_free), (parse_value), (parseItem),
2955         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2956         (save_values): Use GSlice to allocate small amounts of memory. Bug
2957         #475972.
2958
2959 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2962
2963         Restore cursor to normal after a drag operation. Fixes bug
2964         #501603.
2965         
2966 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * NEWS:
2969         * configure.ac:
2970         
2971         Update for release 2.21.1
2972
2973 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * configure.ac:
2976         * cut-n-paste/gedit-message-area/Makefile.am:
2977         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2978         * shell/Makefile.am:
2979         * shell/ev-message-area.[ch]:
2980         * shell/ev-window.c: (ev_window_set_message_area),
2981         (ev_window_error_message_response_cb), (ev_window_error_message),
2982         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2983         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2984         (ev_attachment_popup_cmd_open_attachment),
2985         (attachment_save_dialog_response_cb), (ev_window_set_document),
2986         (ev_window_init):
2987
2988         Use a message area instead of a popup dialog for error
2989         notifications. Fixes bug #337495.
2990         
2991 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2994         (ev_window_run_fullscreen):
2995
2996         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2997         
2998 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * ev-sidebar-thumbnails.c: (update_visible_range),
3001         (ev_sidebar_thumbnails_refresh),
3002         (ev_sidebar_thumbnails_set_document),
3003         (ev_sidebar_thumbnails_support_document):
3004
3005         Show thumbnails for documents with one page. Fixes bug #358751.
3006         
3007 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-window.c:
3010         (ev_window_load_print_settings_from_metadata),
3011         (ev_window_save_print_settings), (ev_window_print_finished),
3012         (ev_window_print_range):
3013
3014         Print settings that are specific to the document are now saved per
3015         document in the metadata file. Fixes bug #488806.
3016         
3017 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3018
3019         * backend/tiff/tiff-document.c: (tiff_document_render):
3020
3021         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3022         
3023 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-application.[ch]: (get_find_string_from_args),
3026         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3027         (ev_application_open_uri_list):
3028         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3029         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3030         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3031         (ev_window_cmd_recent_file_activate),
3032         (ev_window_open_recent_action_item_activated),
3033         (ev_window_print_send), (open_remote_link):
3034         * shell/main.c: (arguments_parse):
3035
3036         Add a command line option for search. Fixes bug #497710.
3037         
3038 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3039
3040         * shell/ev-jobs.c: (ev_job_print_new):
3041
3042         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3043         
3044 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * data/evince-toolbar.xml:
3047         * shell/Makefile.am:
3048         * shell/ev-application.c: (ev_application_init):
3049         * shell/ev-open-recent-action.[ch]:
3050         * shell/ev-window.c:
3051         (ev_window_open_recent_action_item_activated),
3052         (register_custom_actions):
3053
3054         Add an expander to the open toolbar item which pops up a dropdown
3055         menu with the recently used documents. Fixes bug #487215.
3056         
3057 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-window.c: (ev_window_open_uri),
3060         (ev_window_cmd_view_reload):
3061
3062         Do not jump to the first page when reloading by running evince
3063         from the command line. Fixes bug #490847.
3064         
3065 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3066
3067         * shell/ev-window.c: (ev_window_cmd_help_contents):
3068
3069         Plugged memory leak when help file is not found. Fixes bug
3070         #490762.
3071         
3072 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * configure.ac:
3075
3076         Enable djvu, dvi and comics backends by default. Fixes bug
3077         #437121.
3078         
3079 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * configure.ac:
3082         * cut-n-paste/Makefile.am:
3083         * cut-n-paste/recent-files/*: Removed
3084         * help/reference/Makefile.am:
3085         * shell/Makefile.am:
3086         * shell/ev-application.[ch]: (ev_application_shutdown),
3087         (ev_application_init):
3088         * shell/ev-window.c: (ev_window_add_recent),
3089         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3090
3091         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3092         
3093 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3094
3095         * shell/ev-window.c: (launch_external_uri):
3096
3097         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3098         and report error if the URL is not supported (#489910).
3099
3100 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3103         (pdf_document_file_exporter_begin_page),
3104         (pdf_document_file_exporter_end_page):
3105
3106         Fix printing with poppler splash backend. Fixes bug #489774.
3107         
3108 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3111         * shell/ev-print-job.c: (ev_print_job_class_init):
3112
3113         Fix a crash when printing with the gnome-print dialog. Fixes bug
3114         #488939.
3115         
3116 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3117
3118         * backend/pixbuf/pixbuf-document.c:
3119
3120         Fix an implicit function definition warning (#487655)
3121
3122 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-window.c:
3125
3126         Fix conflicting shortcut for view sade pane and presentation.
3127         
3128 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * backend/pdf/ev-poppler.cc:
3131         (pdf_document_file_exporter_begin_page),
3132         (pdf_document_file_exporter_do_page),
3133         (pdf_document_file_exporter_end_page),
3134         (pdf_document_file_exporter_iface_init):
3135         * libdocument/ev-file-exporter.[ch]:
3136         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3137         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3138         (ev_job_print_run):
3139
3140         When printing multiple pages per sheet in reverse option, do not
3141         invert the order of the pages in every sheet, but the order of the
3142         sheets. Do not print blank pages when page range is invalid. Fixes
3143         bugs #484857 and #485521.
3144         
3145 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3148         (ev_job_print_run):
3149         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3150
3151         Respect ranges order when printing more than one range in random
3152         order.
3153         
3154 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3155
3156         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3157         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3158
3159         Rotate also the window icon when document is rotated. Fixes bug
3160         #474681.
3161         
3162 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3165         (pdf_document_forms_get_form_fields):
3166
3167         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3168         Matthias Drochner.
3169         
3170 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * configure.ac:
3173         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3174
3175         Use poppler_page_render_for_printing() instead of
3176         poppler_page_render() if available when exporting to a ps or pdf
3177         file. Fixes bug #476627.
3178         
3179 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-window.c: (ev_window_run_fullscreen):
3182
3183         Do not show the toolbar in fullscreen mode if the main toolbar is
3184         not visible. Fixes bug #483048.
3185         
3186 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-view.c: (ev_view_button_press_event):
3189
3190         Give priority to form fields over images when deciding whether a
3191         button press event is over an image or form field. It allows edit
3192         form fields when they are over a background image. Fixes bug
3193         #477841.
3194         
3195 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * NEWS:
3198         * configure.ac:
3199         
3200         Update for release 2.20.0
3201
3202 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * backend/pdf/ev-poppler.cc:
3205
3206         Remove #ifdef HAVE_FORMS, so that forms support works again.
3207
3208 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3209
3210         * configure.ac:
3211         * data/evince.desktop.in.in:
3212         
3213         Fixes desktop file issues. See bug #473471.
3214
3215 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3218         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3219         (ev_job_queue_remove_job):
3220         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3221         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3222         * shell/ev-window.c: (ev_window_clear_save_job),
3223         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3224         (ev_window_dispose):
3225
3226         Move save a copy task to its own job so that it's carried out in a
3227         thread avoiding another lock in the main thread. Use
3228         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3229         can be saved to a pathin another file system. Fixes bug #456891.
3230         
3231 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3232
3233         * NEWS:
3234         * configure.ac:
3235         
3236         Update for release 2.19.92
3237
3238 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * configure.ac:
3241         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3242         (pdf_selection_get_selection_region),
3243         (pdf_selection_get_selection_map),
3244         (ev_form_field_from_poppler_field):
3245
3246         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3247         and triple click selections are enabled again now.
3248
3249 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-window.c: (ev_window_add_history):
3252
3253         Make sure not to use the history with documents not supporting
3254         links. Fixes bug #468954.
3255
3256 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-window.c: (ev_window_load_job_cb):
3259
3260         Restart the search when reloading a document with the find bar
3261         visible. Fixes bug #461962.
3262
3263 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * shell/ev-window.c: (setup_document_from_metadata),
3266         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3267
3268         Do not jump to the first page when reloading a document from the
3269         last page.
3270
3271 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-window.c: (update_chrome_flag),
3274         (setup_sidebar_from_metadata),
3275         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3276         (ev_window_cmd_edit_find_next),
3277         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3278         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3279         (find_bar_close_cb), (view_actions_focus_in_cb):
3280
3281         Do not update visibility when changing a chrome flag so that it's
3282         possible to update several flags and update visibility only once
3283         for all of them.
3284
3285 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3286
3287         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3288
3289         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3290         supported by gtk+. Fixes bug #460907.
3291
3292 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-view.c: (view_update_range_and_current_page):
3295
3296         Make sure current-page <= end-page in continuous mode. Fixes bug
3297         #454950.
3298
3299 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * backend/pdf/ev-poppler.cc: (build_tree):
3302
3303         Ignore outline items without a title. Fixes bug #453913.
3304
3305 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3308         (ev_view_button_release_event), (ev_view_leave_notify_event):
3309
3310         Use always drag mouse cursor during a drag operation. Fixes bug
3311         #470564.
3312
3313 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3316         (pdf_selection_get_selection_region),
3317         (pdf_selection_get_selection_map):
3318
3319         Temporarily disable double and triple selections since it depends on
3320         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3321         released and the update of the external dependency minimal version
3322         approved.
3323
3324 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3327         (pdf_document_file_exporter_do_page):
3328         * libdocument/ev-file-exporter.h:
3329         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3330         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3331
3332         Actually fix printing regressions. Remove orientation from
3333         EvPrintContext since it's redundant.
3334
3335 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3338         * backend/impress/impress-document.c:
3339         (impress_document_document_iface_init):
3340         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3341         * backend/djvu/djvu-document.c:
3342         (djvu_document_document_iface_init),
3343         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3344         * backend/tiff/tiff-document.c:
3345         (tiff_document_document_iface_init):
3346         * backend/pixbuf/pixbuf-document.c:
3347         (pixbuf_document_document_iface_init):
3348         * backend/comics/comics-document.c:
3349         (comics_document_document_iface_init):
3350         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3351         (pdf_selection_render_selection),
3352         (pdf_selection_get_selected_text),
3353         (pdf_selection_get_selection_region),
3354         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3355         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3356         (ev_selection_get_selection_region),
3357         (ev_selection_get_selection_map):
3358         * libdocument/ev-document.[ch]:
3359         * shell/ev-pixbuf-cache.[ch]: (add_job),
3360         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3361         * shell/ev-view-private.h:
3362         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3363         (ev_job_render_run):
3364         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3365         * shell/ev-view.c: (start_selection_for_event),
3366         (ev_view_button_press_event), (ev_view_drag_data_get),
3367         (ev_view_drag_data_received), (ev_view_button_release_event),
3368         (compute_new_selection_text), (compute_selections),
3369         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3370         (ev_view_primary_get_cb):
3371
3372         Add support for double and triple click selections.
3373
3374 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * NEWS:
3377         * configure.ac:
3378
3379         Update for release 2.19.4
3380
3381 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3382
3383         * shell/ev-view-private.h:
3384         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3385         (ev_view_set_highlight_search):
3386         * shell/ev-view.h:
3387         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3388         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3389         (find_bar_visibility_changed_cb):
3390         
3391         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3392
3393 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3396         (pdf_document_file_exporter_begin),
3397         (pdf_document_file_exporter_do_page):
3398         * shell/ev-jobs.c: (ev_job_print_run):
3399         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3400
3401         Create always a portrait cairo surface and rotate when needed for
3402         landscape. It fixes printing problems in real printers.
3403
3404 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3407         * libdocument/ev-file-exporter.[ch]:
3408         (ev_file_exporter_get_capabilities):
3409         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3410         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3411
3412         Adjust number of pages per row according to page orientation when
3413         printing 2 or 6 pages per sheet.
3414
3415 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-window.c: (ev_window_print_send):
3418
3419         Reset also cups setting to 1 when printing multiple pages per
3420         sheet. Fixes bug #468853.
3421
3422 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * libdocument/ev-document-misc.c:
3425         (ev_document_misc_surface_rotate_and_scale):
3426
3427         Use directly cairo_surface_get_content() when creating a similar
3428         surface as suggested by Jeff Muizelaar. Thanks again.
3429
3430 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * backend/djvu/djvu-document.c: (djvu_document_render):
3433         * backend/tiff/tiff-document.c: (tiff_document_render):
3434         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3435         * libdocument/ev-document-misc.c:
3436         (ev_document_misc_surface_from_pixbuf),
3437         (ev_document_misc_surface_rotate_and_scale):
3438
3439         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3440         creating page surfaces. Fixes bug #453123. Thank you very much to
3441         Jeff Muizelaar <jeff@infidigm.net>.
3442
3443 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-page-cache.c: (ev_page_cache_new),
3446         (ev_page_cache_get_thumbnail_size):
3447         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3448         (ev_sidebar_thumbnails_set_loading_icon):
3449
3450         Also store in page-cache the dimensions of the thumbnails so that
3451         they can be used to create the correct loading icon in the side
3452         pane. Fixes bug #466857.
3453
3454 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * backend/pdf/ev-poppler.cc:
3457         (pdf_document_thumbnails_get_thumbnail):
3458
3459         Fix thumbnails rotation in pdf documents that include embedded 
3460         thumbnails.
3461
3462 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3463
3464         * backend/pdf/ev-poppler.cc:
3465
3466         Don't use #ifdef in macro expansion. Some compilers don't
3467         like that. Closes bug #467042.
3468
3469 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3470
3471         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3472         
3473         Fixes memory leak in djvu backend.
3474
3475 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3476
3477         * data/icons/32x32/Makefile.am:
3478         * data/icons/32x32/actions/Makefile.am:
3479         * data/icons/32x32/actions/view-page-cont.svg:
3480         * data/icons/32x32/actions/view-page-facing.svg:
3481         * data/icons/48x48/Makefile.am:
3482         * data/icons/48x48/actions/Makefile.am:
3483         * data/icons/48x48/actions/view-page-cont.svg:
3484         * data/icons/48x48/actions/view-page-facing.svg:
3485         
3486         Icons for a new sizes.
3487
3488 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3489
3490         * shell/ev-page-cache.c: (build_height_to_page),
3491         (ev_page_cache_get_height_to_page):
3492         
3493         Fixes invalid read, see bug #466401.
3494
3495 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3498         (set_drag_cursor):
3499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3500         (configure_item_cursor), (new_pixbuf_from_widget):
3501
3502         Fix multihead problems in toolbar editor. Fixes bug #382055.
3503
3504 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * shell/ev-window.c: (ev_window_cmd_file_open),
3507         (ev_window_cmd_save_as):
3508
3509         Use g_get_user_special_dir when available instead of
3510         xdg_user_dir_lookup.
3511
3512 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * MAINTAINERS:
3515         
3516         Updated according to request on desktop-devel.
3517
3518 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3521
3522         Do not use cairo_rectangle and cairo_clip since we are
3523         not using cairo_fill but cairo_paint. Use the same cairo context
3524         for every page in the same expose event.
3525
3526 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3527
3528         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3529         leak.
3530
3531 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3532
3533         * configure.ac:
3534         * NEWS:
3535
3536         Release 0.9.3
3537
3538 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3539
3540         * libdocument/ev-document-info.h:
3541         * libdocument/ev-document.h:
3542         * shell/ev-page-action.h:
3543         * shell/ev-sidebar-links.h:
3544
3545         Fix a headers problem with ev-link
3546         
3547         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3548         * shell/ev-view-private.h:
3549         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3550         (get_link_area), (ev_view_query_tooltip),
3551         (ev_view_leave_notify_event), (ev_view_destroy),
3552         (ev_view_class_init):
3553
3554         Use new gtk tooltips when available instead of ev-tooltip.
3555         
3556 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * shell/ev-window.c: (update_chrome_visibility),
3559         (ev_window_sidebar_visibility_changed_cb):
3560
3561         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3562         
3563 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * shell/ev-navigation-action.c:
3566         (ev_navigation_action_history_changed),
3567         (ev_navigation_action_set_history):
3568         * shell/ev-navigation-action-widget.c:
3569         (ev_navigation_action_widget_init):
3570         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3571
3572         Fix compile warnings.
3573         
3574 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3577         (egg_editable_toolbar_dispose):
3578
3579         Fix memory leak.
3580         
3581 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3584         (screensaver_disable_x11):
3585         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3586         * shell/ev-window.c: (presentation_set_timeout):
3587         * shell/ev-view.c: (ev_view_presentation_transition_start):
3588
3589         Use g_timeout_add_seconds instead of g_timeout_add when
3590         available.
3591         
3592 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3595
3596         Set horizontal scrollbar policy to AUTOMATIC instead of
3597         NEVER. Workaround for bug #449462.
3598         
3599 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-jobs.c: (ev_job_render_page_ready):
3602
3603         Add page_ready callback to main loop with high priority and hold
3604         a reference to job during idle.
3605         
3606 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * configure.ac:
3609         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3610         (pdf_document_file_exporter_begin),
3611         (pdf_document_file_exporter_do_page),
3612         (pdf_document_file_exporter_get_capabilities):
3613         * libdocument/ev-file-exporter.h:
3614         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3615         * shell/ev-window.c: (ev_window_print_send),
3616         (ev_window_print_dialog_response_cb):
3617
3618         Allow printing multiple pages per sheet. Fixes bug #395573.
3619         
3620 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * shell/ev-view.c: (tip_from_link):
3623         
3624         Check for NULL, fixes bug #460862.
3625
3626 2007-07-29  Christian Persch  <chpe@gnome.org>
3627
3628         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3629         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3630         (ev_window_cmd_preview_print):
3631         
3632         Fixes bug #437681 - blocks while enumerating printers.
3633
3634 2007-07-29  Christian Persch  <chpe@gnome.org>
3635
3636         * shell/ev-window.c: (ev_window_screen_changed):
3637         
3638         Don't use deprecated gtk+ function. See bug #460909.
3639
3640 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-utils.c: (get_num_monitors):
3643         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3644
3645         Do not use display before initializing it. Remove compile
3646         warnings.
3647
3648 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3649
3650         * shell/ev-view.c: (ev_view_class_init):
3651         
3652         Unix-like hjkl bindings added. See bug #458111.
3653
3654 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3655
3656         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3657         * shell/ev-utils.h:
3658         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3659         (ev_view_update_view_size):
3660         * shell/ev-view.h:
3661         * shell/ev-window.c: (ev_window_update_actions),
3662         (setup_view_from_metadata), (ev_window_screen_changed),
3663         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3664         (zoom_control_changed_cb):
3665         * shell/ev-window.h:
3666         
3667         Reorganizes utility functions.
3668
3669 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3672         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3673         (add_job), (ev_pixbuf_cache_get_surface),
3674         (ev_pixbuf_cache_get_link_mapping),
3675         (ev_pixbuf_cache_get_image_mapping),
3676         (ev_pixbuf_cache_get_form_field_mapping),
3677         (ev_pixbuf_cache_get_text_mapping):
3678         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3679         (notify_page_ready), (ev_job_render_page_ready),
3680         (ev_job_render_run):
3681
3682         Add page_ready signal to notify that page is ready as soon as
3683         possible even if other page elements like links, forms, images or
3684         text mapping are not ready yet.
3685
3686 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3689         (dvi_document_file_exporter_do_page),
3690         (dvi_document_file_exporter_get_capabilities),
3691         (dvi_document_file_exporter_iface_init):
3692         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3693         (ps_document_file_exporter_do_page),
3694         (ps_document_file_exporter_get_capabilities),
3695         (ps_document_file_exporter_iface_init):
3696         * backend/djvu/djvu-document.c:
3697         (djvu_document_file_exporter_begin),
3698         (djvu_document_file_exporter_end),
3699         (djvu_document_file_exporter_get_capabilities),
3700         (djvu_document_file_exporter_iface_init):
3701         * backend/tiff/tiff-document.c:
3702         (tiff_document_file_exporter_begin),
3703         (tiff_document_file_exporter_get_capabilities),
3704         (tiff_document_document_file_exporter_iface_init):
3705         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3706         (pdf_document_file_exporter_do_page),
3707         (pdf_document_file_exporter_get_capabilities),
3708         (pdf_document_file_exporter_iface_init):
3709         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3710         (ev_file_exporter_get_capabilities):
3711         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3712         (idle_print_handler), (ev_print_job_print):
3713         * shell/ev-jobs.c: (ev_job_print_run):
3714         * shell/ev-window.c: (ev_window_print_send),
3715         (ev_window_print_range):
3716
3717         Use capabilities to know which options should be offered by the
3718         print dialog depending on the document backend.
3719
3720 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3723
3724         Give priority to forms over text to set the cursor.
3725
3726 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * shell/ev-view-private.h:
3729         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3730         (ev_view_leave_notify_event), (ev_view_finalize),
3731         (ev_view_get_property), (ev_view_class_init):
3732
3733         Use IBEAM cursor for text form fields and NORMAL cursor for read
3734         only fields. Remove unused status attribute.
3735
3736 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3739
3740         Update region for current selected items also for checkbox
3741         buttons, since they can behave as radio buttons when they are in a
3742         set.
3743
3744 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * configure.ac:
3747         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3748
3749         Get max length of text form fields.
3750
3751 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3754         * libdocument/ev-form-field.h:
3755         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3756
3757         Fix build with current poppler cvs head.
3758
3759 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3762         * shell/eggfindbar.c: (egg_find_bar_init):
3763
3764         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3765         deprecation. Fixes bug #455667
3766
3767 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3768
3769         * NEWS:
3770         * configure.ac:
3771         
3772         Update for release 0.9.2
3773
3774 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-view.c: (ev_view_form_field_text_save),
3777         (ev_view_form_field_choice_save):
3778
3779         Fix a crash when closing whith a form widget visible.
3780
3781 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3784
3785         Update also the region of the current selected button when
3786         clicking on another button if they are radio buttons.
3787
3788 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3791         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3792         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3793         (ev_pixbuf_cache_get_link_mapping),
3794         (ev_pixbuf_cache_get_image_mapping),
3795         (ev_pixbuf_cache_get_form_field_mapping),
3796         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3797         * shell/ev-view.c: (ev_view_form_field_get_region),
3798         (ev_view_form_field_button_create_widget),
3799         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3800         (job_finished_cb):
3801
3802         Redraw only form field region instead of the whole page when
3803         reloading a page to show changes on the form field.
3804
3805 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * shell/ev-view.c: (ev_view_form_field_choice_save):
3808
3809         Fix selection of first item in list form fields.
3810
3811 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3814         (ev_pixbuf_cache_reload_page),
3815         (ev_pixbuf_cache_get_form_field_mapping):
3816
3817         Some refactoring to avoid duplicated code.
3818
3819 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * configure.ac:
3822         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3823         (ev_form_field_from_poppler_field),
3824         (pdf_document_forms_get_form_fields),
3825         (pdf_document_forms_form_field_text_get_text),
3826         (pdf_document_forms_form_field_text_set_text),
3827         (pdf_document_forms_form_field_button_set_state),
3828         (pdf_document_forms_form_field_button_get_state),
3829         (pdf_document_forms_form_field_choice_get_item),
3830         (pdf_document_forms_form_field_choice_get_n_items),
3831         (pdf_document_forms_form_field_choice_is_item_selected),
3832         (pdf_document_forms_form_field_choice_select_item),
3833         (pdf_document_forms_form_field_choice_toggle_item),
3834         (pdf_document_forms_form_field_choice_unselect_all),
3835         (pdf_document_forms_form_field_choice_set_text),
3836         (pdf_document_forms_form_field_choice_get_text),
3837         (pdf_document_document_forms_iface_init):
3838         * libdocument/Makefile.am:
3839         * libdocument/ev-form-field.[ch]:
3840         * libdocument/ev-document-forms.[ch]:
3841         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3842         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3843         (add_job), (ev_pixbuf_cache_reload_page),
3844         (ev_pixbuf_cache_get_form_field_mapping):
3845         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3846         * shell/ev-view-private.h:
3847         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3848         (ev_view_handle_cursor_over_xy),
3849         (ev_view_get_form_field_at_location),
3850         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3851         (ev_view_form_field_button_create_widget),
3852         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3853         (ev_view_form_field_text_create_widget),
3854         (ev_view_form_field_choice_save),
3855         (ev_view_form_field_choice_changed),
3856         (ev_view_form_field_choice_create_widget),
3857         (ev_view_handle_form_field), (ev_view_size_allocate),
3858         (ev_view_realize), (draw_end_presentation_page),
3859         (ev_view_button_press_event), (ev_view_remove_all),
3860         (ev_view_motion_notify_event), (ev_view_key_press_event),
3861         (ev_view_enter_notify_event), (highlight_find_results),
3862         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3863         (ev_view_class_init), (page_changed_cb),
3864         (on_adjustment_value_changed), (ev_view_set_presentation),
3865         (merge_selection_region), (ev_view_set_cursor),
3866         (ev_view_reset_presentation_state):
3867         
3868         Merge evince-forms branch.
3869
3870 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3871
3872         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3873
3874         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3875         This script also updates itself from libegg
3876
3877         * cut-n-paste/toolbar-editor/egg*:
3878         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3879         libegg
3880
3881 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3882
3883         * shell/ev-window.c:
3884         
3885         Adds a nice icon to page action during toolbar editing.
3886         See bug #452872.
3887
3888 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3889
3890         * data/evince-toolbar.xml:
3891         * shell/ev-window.c:
3892         
3893         Let user add a presentation and fullscreen icons on toolbar.
3894         See bug #449734.
3895
3896 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3897
3898         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3899
3900         new script to keep in sync with toolbareditor in libegg
3901
3902         * cut-n-paste/toolbar-editor/*: 
3903
3904         Run update-toolbareditor-from-libegg so we are in sync again. 
3905         Fixes bug #452850.
3906         
3907
3908 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * shell/ev-sidebar-links.c: (job_finished_callback):
3911
3912         Do not connect selection changed signal more than once. Fixes bug
3913         #349433.
3914
3915 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3918
3919         Do not change sidebar chrome flag when pressing F9 key in
3920         presentation mode.
3921
3922 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/pdf/ev-poppler.cc:
3925         (pdf_document_thumbnails_get_dimensions):
3926
3927         Make sure thumbnails width and height is not <= 0. Fixes a crash
3928         with some pdf documents which have really small pages.
3929
3930 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3931
3932         * shell/main.c: (main):
3933
3934         Fixes program description translation issue.
3935         Bug #450148.
3936
3937 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3938
3939         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3940
3941         Do not change current page when returning from black/white mode
3942         in presentation. Fixes bug #415032.
3943
3944 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3945
3946         * NEWS:
3947         * configure.ac:
3948         
3949         Update for release 0.9.1
3950
3951 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3952
3953         * backend/dvi/dvi-document.c:
3954         (dvi_document_finalize),
3955         (dvi_document_file_exporter_format_supported),
3956         (dvi_document_file_exporter_begin),
3957         (dvi_document_file_exporter_do_page),
3958         (dvi_document_file_exporter_end),
3959         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3960         
3961         PDF exporter for dvi documents. Fixes bug #441319.
3962
3963 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-window.c: (ev_window_clear_print_job):
3966
3967         Clear gtk print job when job has finished. Fixes bug #447612.
3968
3969 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * shell/ev-window.c: (ev_window_print_send),
3972         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3973
3974         Add preview button to print dialog. Fixes bug #445419.
3975
3976 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * backend/dvi/Makefile.am:
3979         * backend/dvi/pixbuf-device.[ch]: Removed
3980         * backend/dvi/cairo-device.[ch]: Added
3981         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3982         * backend/dvi/dvi-document.c: (dvi_document_load),
3983         (dvi_document_render), (dvi_document_finalize),
3984         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3985         (dvi_document_do_color_special):
3986         * libdocument/ev-document-misc.[ch]:
3987         (ev_document_misc_pixbuf_from_surface):
3988
3989         Port dvi backend to cairo and fix a problem with colors. 
3990
3991 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * shell/ev-view.c: (draw_one_page):
3994
3995         Draw only visible region.
3996
3997 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * backend/djvu/djvu-document.c: (djvu_document_render):
4000
4001         Fix rotation in djvu backend.
4002
4003 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4004
4005         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4006         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4007         (ev_pixbuf_cache_get_image_mapping),
4008         (ev_pixbuf_cache_get_text_mapping):
4009
4010         Redraw view every time we have a new surface. Fixes bug #443587.
4011
4012 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * libdocument/ev-document.c: (ev_document_info_free):
4015
4016         Fix memory leaks.
4017
4018 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * backend/dvi/dvi-document.c: (dvi_document_render),
4021         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4022         * backend/impress/impress-document.c:
4023         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4024         (impress_document_render), (impress_document_document_iface_init),
4025         (impress_document_thumbnails_get_thumbnail):
4026         * backend/djvu/djvu-document-private.h:
4027         * backend/djvu/djvu-document.c: (djvu_document_render),
4028         (djvu_document_finalize), (djvu_document_document_iface_init),
4029         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4030         * backend/tiff/tiff-document.c: (tiff_document_render),
4031         (tiff_document_render_pixbuf),
4032         (tiff_document_document_iface_init):
4033         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4034         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4035         (pdf_selection_render_selection):
4036         * backend/comics/comics-document.c:
4037         (comics_document_render_pixbuf), (comics_document_render),
4038         (comics_document_document_iface_init):
4039         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4040         (pixbuf_document_document_iface_init):
4041         * libdocument/ev-document-misc.[ch]:
4042         (ev_document_misc_surface_from_pixbuf),
4043         (ev_document_misc_surface_rotate_and_scale):
4044         * libdocument/ev-document.[ch]: (ev_document_render):
4045         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4046         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4047         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4048         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4049         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4050         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4051         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4052         (render_finished_cb), (ev_job_render_run):
4053         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4054         (merge_selection_region):
4055
4056         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4057         and selections.
4058
4059 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4060
4061         * shell/ev-window-title.c: (ev_window_title_update):
4062
4063         Fix memory leak.
4064
4065 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * shell/ev-view.c: (draw_loading_text):
4068
4069         Show loading text centered. Fixes bug #433061
4070
4071 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-sidebar-thumbnails.c:
4074         (ev_sidebar_thumbnails_set_loading_icon):
4075
4076         Remove a mutex in the main thread that blocks the UI in heavy
4077         documents.
4078
4079 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4082
4083         Set points_set to TRUE so that selections don't disappear after a
4084         zoom change.
4085
4086 2007-06-07  Michael Monreal  <infernux@web.de>
4087
4088         * data/icons/16x16/actions/Makefile.am:
4089         * data/icons/16x16/actions/zoom.svg:
4090         * data/icons/22x22/actions/Makefile.am:
4091         * data/icons/22x22/actions/zoom.svg:
4092         * data/icons/24x24/actions/Makefile.am:
4093         * shell/ev-stock-icons.c:
4094         * shell/ev-stock-icons.h:
4095         * shell/ev-window.c:
4096         
4097         Zoom icon artwork. See bug #444795.
4098
4099 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4100
4101         * shell/ev-metadata-manager.c: Remove extraneous function
4102         (Closes: #444386)
4103
4104 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4105
4106         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4107         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4108         (ev_metadata_manager_set), (ev_metadata_manager_save):
4109         Simplify the timeout, no need for modified anymore
4110
4111 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4112
4113         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4114         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4115         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4116         (ev_metadata_manager_save): Adapted patch from Arjan van de
4117         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4118         time, saves on power (Closes: #443851)
4119
4120 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * configure.ac:
4123         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4124         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4125
4126         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4127
4128 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * shell/ev-window.c: (ev_window_add_history):
4131
4132         Check if history is NULL
4133
4134 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * libdocument/ev-image.c: (ev_image_finalize):
4137         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4138         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4139         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4140         (ev_tmp_uri_unlink):
4141
4142         Add functions to delete temporary files created by evince in a safe
4143         way.
4144
4145         * shell/ev-window.c: (ev_window_clear_local_uri),
4146         (open_xfer_update_progress_callback),
4147         (save_xfer_update_progress_callback), (ev_window_save_remote),
4148         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4149         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4150         (attachment_save_dialog_response_cb),
4151         (ev_attachment_popup_cmd_save_attachment_as):
4152
4153         Allow saving a copy of a document, image or attachment to a remote
4154         location. Fixes bug #440754. 
4155
4156 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * configure.ac:
4159         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4160
4161         Fix build with current poppler from cvs head. 
4162
4163 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4164
4165         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4166
4167         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4168         directory exists.
4169
4170 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4171
4172         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4173         * shell/ev-window.c:
4174
4175         Change sidebar ordering. Fixes bug #439939.
4176
4177 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4178
4179         * backend/comics/Makefile.am:
4180         
4181         Fixes build with --without-libgnome.
4182
4183 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4184         
4185         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4186
4187         Update cursor and tooltip on page change and view scroll. Fixes bug
4188         #439217.
4189
4190 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * NEWS:
4193         * configure.ac:
4194         
4195         Update for release 0.9.0
4196
4197 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4198
4199         * backend/djvu/djvu-document-private.h:
4200         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4201         (djvu_document_finalize),
4202         (djvu_document_file_exporter_format_supported),
4203         (djvu_document_file_exporter_begin),
4204         (djvu_document_file_exporter_do_page),
4205         (djvu_document_file_exporter_end),
4206         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4207         
4208         Implemented printing with djvu. Bug #437998.
4209
4210 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * backend/impress/zip.c:
4213         Add missing ulong definition.
4214
4215         * backend/ps/ps-interpreter.c:
4216         Add missing headers.
4217
4218         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4219
4220 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4223
4224         Add missing call to parent class dispose method. 
4225
4226 2007-05-12  Ross Burton  <ross@openedhand.com>
4227
4228         * shell/main.c:
4229         Sync keybindings manually when building without libgnome
4230         (#437925).
4231
4232 2007-05-12  Ross Burton  <ross@openedhand.com>
4233
4234         * shell/ev-window.c:
4235         Respect the screen when opening help (#437866).
4236
4237 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * data/evince-ui.xml:
4240         * shell/ev-application.[ch]: (get_print_settings_from_args),
4241         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4242         (ev_application_open_uri_list):
4243         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4244         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4245         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4246         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4247         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4248         (ev_window_dispose):
4249         * shell/main.c: (arguments_parse):
4250
4251         Add print button in preview mode. Fixes bug #396475. 
4252
4253 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * cut-n-paste/zoom-control/ephy-zoom.h:
4256         
4257         Fixes zoom level factors. See bug #408119 for details.
4258
4259 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4260
4261         * backend/comics/comics-document.c: (comics_regex_quote),
4262         (extract_argv):
4263         
4264         Correctly quote symbols. Fixes crash in the bug
4265         #415370.
4266
4267 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4268
4269         * shell/ev-navigation-action-widget.c:
4270         (ev_navigation_action_widget_init),
4271         (ev_navigation_action_widget_class_init),
4272         (ev_navigation_action_widget_button_press_event):
4273         
4274         Connect to button-press event on correct widget. Fixes
4275         bug #431988
4276
4277 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4278
4279         * shell/ev-application.c: (ev_application_open_window),
4280         (ev_application_add_icon_path_for_screen),
4281         (ev_application_open_uri_at_dest):
4282         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4283         * shell/ev-navigation-action.c: (build_menu):
4284         
4285         Add app-specific icons to our icon theme. Fixes bug
4286         #425508.
4287
4288 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * shell/ev-history.c: (ev_history_class_init),
4291         (ev_history_add_link):
4292         * shell/ev-history.h:
4293         * shell/ev-navigation-action.c:
4294         (ev_navigation_action_history_changed),
4295         (ev_navigation_action_set_history), (build_menu),
4296         (ev_navigation_action_finalize):
4297         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4298         
4299         Make navigation action unsensitive instead of showing
4300         menu with unsensitive word. Fixes bug #417392.
4301
4302 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4303
4304         * shell/ev-application.[ch]: (ev_application_shutdown),
4305         (ev_application_get_print_settings),
4306         (ev_application_set_print_settings):
4307         * shell/ev-window.c:
4308
4309         Remember print settings. Fixes bug #349102. 
4310
4311 2007-05-08  Christian Persch  <chpe@gnome.org>
4312
4313         * configure.ac:
4314         * properties/ev-properties-view.c:
4315
4316         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4317         Bug #382438.
4318
4319 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * configure.ac:
4322         * properties/ev-properties-view.c: (ev_regular_paper_size):
4323
4324         Use gtk+ builtin paper list to identify the document's paper size.
4325         Fixes bug #382438. 
4326
4327 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4328
4329         * configure.ac:
4330
4331         Fix build when compiling with thumbnailer and libgnome support. 
4332
4333 2007-05-04  Ross Burton  <ross@openedhand.com>
4334
4335         * configure.ac:
4336         Add --without-libgnome, check for libgnome and libgnomeui
4337         separately, and add them to the symbols as required.
4338
4339         * libdocument/ev-file-helpers.c:
4340         When building without libgnome, use g_get_user_config_dir instead
4341         of gnome_user_dir_get.
4342
4343         * shell/ev-application.c:
4344         When building without libgnome, don't use session management.
4345
4346         * shell/main.c:
4347         When building without libgnome, don't use GnomeProgram or
4348         initialise the authentication manager.
4349
4350         This fixes #328842.
4351
4352 2007-05-04  Ross Burton  <ross@openedhand.com>
4353
4354         * shell/ev-window.c:
4355         Don't use libgnome to open help, instead call Yelp directly.
4356
4357 2007-05-04  Ross Burton  <ross@openedhand.com>
4358
4359         * shell/ev-sidebar-attachments.c:
4360         Don't use libgnome to lookup icons for MIME types, instead copy
4361         code from GTK+ to do it manually.
4362
4363 2007-05-04  Ross Burton  <ross@openedhand.com>
4364
4365         * configure.ac:
4366         Add libxml to the dependencies for SHELL_CORE (#435818).
4367
4368 2007-05-02  Ross Burton  <ross@openedhand.com>
4369
4370         * configure.ac:
4371         * Makefile.am:
4372         Add --disable-thumbnailer (#434825)
4373
4374 2007-05-02  Ross Burton  <ross@openedhand.com>
4375
4376         * shell/ev-window.c:
4377         Add missing includes, fix indentation.
4378
4379         * shell/main.c:
4380         Fix indentation.
4381
4382 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4383
4384         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4385         ev_application_open_uri_at_dest instead of ev_application_open_uri
4386         preventing new document always being opened in a new window even if there
4387         is an empty window.
4388
4389 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4392         (egg_recent_view_uimanager_finalize):
4393         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4394         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4395         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4396         (ev_pixbuf_cache_dispose):
4397         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4398         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4399         
4400         Add missing chain to parent class methods. Fixes
4401         bug #433128.
4402
4403 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4404
4405         * data/Makefile.am (update-icon-cache): Updates
4406         gtk-update-icon-cache in uninstall-hook.
4407
4408 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-window.c: (ev_window_setup_document),
4411         (ev_window_set_document), (ev_window_load_job_cb):
4412         * shell/ev-view.c: (setup_caches):
4413         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4414
4415         Start rendering pages before any other jobs. 
4416
4417 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * shell/ev-window.c: (ev_window_stop_fullscreen),
4420         (ev_window_stop_presentation):
4421
4422         Update chrome visibility before window unfullscreen. 
4423
4424 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * data/Makefile.am:
4427         * data/evince-ui.xml:
4428         * shell/ev-stock-icons.[ch]:
4429         * shell/ev-application.[ch]: (ev_application_shutdown),
4430         (ev_application_init), (ev_application_get_toolbars_model):
4431         * shell/ev-window.c: (update_chrome_visibility),
4432         (fullscreen_toolbar_setup_item_properties),
4433         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4434         (ev_window_run_presentation), (ev_window_stop_presentation),
4435         (ev_window_run_preview), (ev_window_screen_changed),
4436         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4437         (ev_window_dispose), (ev_window_init):
4438
4439         Make fullscreen toolbar always visible. Do not use egg toolbars for
4440         fullscreen and preview modes since such toolbars are not editables.
4441         Fixes bugs #300278, #338910 and #316188.  
4442
4443 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4444
4445         * shell/ev-application.c:
4446         * shell/ev-job-queue.c:
4447         * shell/ev-metadata-manager.c:
4448         * shell/ev-stock-icons.c:
4449         * shell/ev-window.c:
4450         * shell/main.c:
4451         
4452         Developers documentation updated.
4453
4454 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4457
4458         Check whether uri is valid before launching it. Fixes bug #427664.
4459
4460 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * shell/ev-window.c:
4463
4464         Change key accelerator for Open a Copy menu entry which is in conflict
4465         with Close. Fixes bug #427321.
4466
4467 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * NEWS:
4470         * configure.ac:
4471         
4472         Update for release 0.8.1
4473
4474 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * shell/ev-window.c: (setup_size_from_metadata):
4477         
4478         Do not make window bigger than screen. Fixes bug 
4479         #388985.
4480
4481 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4484         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4485
4486         Use default resolution when it's not provided by document. Fixes bug
4487         #408762.
4488
4489 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * configure.ac:
4492         * thumbnailer/Makefile.am:
4493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4494         * thumbnailer/evince-thumbnailer.schemas.in:
4495         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4496
4497         Add support for ps, eps and compressed documents thumbnails. Do not
4498         ignore size parameter. 
4499
4500 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4501
4502         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4503         (dvi_document_do_color_special):
4504         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4505
4506         Implement font color specials in the DVI backend. Fixes bug #303651.
4507
4508 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4509
4510         Fixup the previous commit:
4511
4512         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4513         * shell/xdg-user-dir-lookup.c: Make the function non-static
4514         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4515
4516 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4517
4518         * shell/ev-window.c (file_open_dialog_response_cb): Use
4519         the xdg-user-dirs DOCUMENTS folder as default folder when
4520         opening a file chooser.  (#424858)
4521
4522         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4523         xdg-user-dirs.
4524
4525 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-window.c: (ev_window_load_job_cb):
4528
4529         Do not setup view from metadata on preview mode. 
4530
4531 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * shell/main.c:
4534
4535         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4536
4537 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * shell/ev-view.c: (ev_view_primary_get_cb):
4540
4541         Check pointer != NULL before using it. Fixes bug #416841. 
4542
4543 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * NEWS:
4546         * configure.ac:
4547         
4548         Release 0.8.0
4549
4550 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4553
4554         Do not render thumbnails when sidebar thumbnail page is not visible
4555         at startup. Fixes bug #416447. 
4556
4557 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4558
4559         * data/evince.desktop.in.in:
4560
4561         "Application" is not a valid category in the freedesktop specification.
4562
4563 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * libdocument/ev-file-helpers.[ch]: (compression_run),
4566         (ev_file_uncompress), (ev_file_compress):
4567         * shell/ev-window.c: (file_save_dialog_response_cb):
4568
4569         Save document compressed when saving a copy of a compressed document.
4570         Fixes bug #334542.
4571
4572 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4575
4576         Allow deleting in goto window entry in presentation mode. 
4577
4578 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4579
4580         * Makefile.am: Dist MAINTAINERS.
4581
4582 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4583
4584         * shell/ev-window.c: (ev_window_update_actions):
4585
4586         Fix zoom shortcut keys when searching. Fixes bug #409828.
4587
4588 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4589
4590         * shell/ev-window.c: (ev_window_setup_document):
4591
4592         Fix crash when loading documents with only one page. 
4593
4594 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * backend/dvi/dvi-document.c:
4597         (dvi_document_thumbnails_get_dimensions),
4598         (dvi_document_thumbnails_get_thumbnail):
4599         * backend/impress/impress-document.c:
4600         (impress_document_thumbnails_get_thumbnail),
4601         (impress_document_thumbnails_get_dimensions):
4602         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4603         (ps_document_thumbnails_get_dimensions):
4604         * backend/djvu/djvu-document.c:
4605         (djvu_document_thumbnails_get_dimensions),
4606         (djvu_document_thumbnails_get_thumbnail):
4607         * backend/tiff/tiff-document.c:
4608         (tiff_document_thumbnails_get_thumbnail),
4609         (tiff_document_thumbnails_get_dimensions):
4610         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4611         (pdf_document_thumbnails_get_thumbnail),
4612         (pdf_document_thumbnails_get_dimensions):
4613         * backend/comics/comics-document.c:
4614         (comics_document_thumbnails_get_thumbnail),
4615         (comics_document_thumbnails_get_dimensions):
4616         * backend/pixbuf/pixbuf-document.c:
4617         (pixbuf_document_thumbnails_get_thumbnail),
4618         (pixbuf_document_thumbnails_get_dimensions):
4619         * libdocument/ev-document-thumbnails.[ch]:
4620         (ev_document_thumbnails_get_thumbnail),
4621         (ev_document_thumbnails_get_dimensions):
4622         * libdocument/ev-document-misc.[ch]:
4623         (ev_document_misc_get_thumbnail_frame):
4624         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4625         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4626         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4627         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4628         (ev_sidebar_thumbnails_refresh):
4629         * shell/ev-window.c: (ev_window_setup_document):
4630         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4631
4632         Use an EvRenderContext for rendering thumbnails instead of a suggested
4633         width, so that different sized pages get sized proportionally.
4634
4635 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-view.c: (ev_view_button_press_event),
4638         (ev_view_key_press_event):
4639
4640         Fix critical warnings when there is no document loaded. 
4641
4642 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-page-action-widget.c:
4645         * shell/ev-navigation-action.c:
4646         * shell/ev-window.c:
4647
4648         Fix compile warnings. 
4649
4650 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * backend/djvu/djvu-text.h:
4653         * backend/djvu/djvu-document.c:
4654         * backend/djvu/djvu-text-page.c:
4655         * backend/djvu/djvu-links.c:
4656         * backend/djvu/djvu-text-page.h:
4657         * backend/djvu/djvu-text.c:
4658         
4659         Fix build on Mac. Fixes bug #392186. Patch by
4660         <ephraim_owns@hotmail.com>
4661
4662 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4665
4666         Restore cairo context before rendering every page when printing a PDF
4667         document into a PDF file. 
4668
4669 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4670
4671         * backend/ps/gstypes.h:
4672         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4673         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4674         (ps_document_thumbnails_get_thumbnail):
4675
4676         Handle PostScript page orientation. Fixes bug #318568.
4677
4678 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * backend/ps/Makefile.am:
4681         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4682         (document_load), (ps_document_load), (save_document),
4683         (save_page_list), (ps_document_get_n_pages),
4684         (ps_document_get_page_size), (ps_document_get_info),
4685         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4686         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4687         (ps_document_thumbnails_get_thumbnail),
4688         (ps_document_thumbnails_get_dimensions),
4689         (ps_document_document_thumbnails_iface_init):
4690         * backend/ps/ps.[ch]: (psgetpagebox):
4691         * backend/ps/ps-interpreter.[ch]:
4692
4693         Add support for thumbnails in ps backend. Fixes bug #164755. 
4694
4695 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4696
4697         * NEWS:
4698         * configure.ac:
4699         
4700         Release 0.7.2
4701
4702 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4705         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4706         (ev_window_dispose):
4707
4708         Use document thumbnail as window icon. Fixes bug #384442.
4709
4710 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4711
4712         * configure.ac:
4713
4714         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4715         duplicated adding application/x-bzpostscript instead. 
4716
4717 2007-02-11  Tom Parker  <palfrey@tevp.net>
4718
4719         * backend/ps/ps-document.c: (document_load):
4720
4721         Check return value of psscan before trying
4722         to use it. Fixes bug #372414.
4723
4724 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4727
4728         Fix invalid free in ev-page-cache. Fixes bug #404745.
4729
4730 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4731
4732         * test/Makefile.am:
4733         * test/test3.py:
4734         
4735         Added reload test case.
4736
4737 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * po/POTFILES.in:
4740         * backend/djvu/djvu-document.c: (djvu_document_load):
4741
4742         Check whether there are missing files in indirect multipage djvu
4743         documents. Fixes bug #361683. 
4744
4745 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * test/Makefile.am:
4748         * test/test-mime.bin:
4749         * test/test3.py:
4750         
4751         Added test for slow mime type
4752
4753 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4756
4757         Add some checks and call parent_class->finalize. Fixes bug #404745.
4758
4759 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * shell/ev-navigation-action.c: (connect_proxy):
4762         
4763         Fixes dropdown history menu. Thanks a lot Carlos!
4764
4765 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4766
4767         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4768
4769         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4770         bug #373715.
4771
4772 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * backend/ps/ps.c: (psscan):
4775
4776         Fix memory leak. 
4777
4778 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * configure.ac:
4781         * libdocument/ev-file-helpers.c: 
4782
4783         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4784
4785 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * configure.ac:
4788         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4789         (ps_interpreter_start), (document_load), (save_document),
4790         (save_page_list):
4791         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4792         * libdocument/ev-document-factory.c:
4793         (ev_document_factory_get_from_mime), (get_document_from_uri),
4794         (free_uncompressed_uri), (ev_document_factory_get_document):
4795         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4796
4797         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4798
4799 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * libdocument/ev-document.h:
4802
4803         Fix typo in function name. 
4804
4805 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4806
4807         * backend/ps/ps-document.c: (ps_interpreter_finished),
4808         (ps_interpreter_start), (ps_interpreter_failed):
4809
4810         Handle ghostscript interpreter crashes. 
4811
4812 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * shell/ev-window.c: (ev_window_open_uri),
4815         (window_configure_event_cb):
4816
4817         Setup window size and position before showing it. Fixes bug #401711.
4818
4819 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4820
4821         * backend/ps/Makefile.am:
4822         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4823         (ps_document_dispose), (ps_document_class_init),
4824         (ps_interpreter_input), (ps_interpreter_output),
4825         (ps_interpreter_error), (setup_interpreter_env),
4826         (ps_interpreter_start), (ps_interpreter_stop),
4827         (ps_interpreter_failed), (ps_interpreter_is_ready),
4828         (check_filecompressed), (document_load), (ps_document_load),
4829         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4830         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4831         (render_page):
4832
4833         Rework ps-document. Code cleanups, remove deprecated code. 
4834
4835 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4836
4837         * shell/ev-view.c: (ev_view_button_press_event):
4838
4839         Do not start an image drag and drop operation when pointer is on 
4840         text, so that we can select text when the whole background is an
4841         image. 
4842
4843 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * shell/ev-window.c: (ev_window_update_actions): 
4846
4847         Disable all zoom related actions during presentation mode. 
4848
4849 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4850
4851         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4852
4853         Do not zoom in or out on presentation mode. Fixes bug #401305.
4854
4855 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-navigation-action.c: (connect_proxy),
4858         (create_menu_item), (ev_navigation_action_class_init):
4859         
4860         Correctly show menu and fix crash when navigaton 
4861         action is out of toolbar visible area.
4862
4863 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * data/Makefile.am:
4866         * data/evince.1:
4867         
4868         Added man file
4869
4870 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4871
4872         * help/reference/* :
4873         * configure.ac:
4874         
4875         Added gtk-doc based documentation for Evince.
4876         Still in initial state but I hope it will
4877         grow.
4878         
4879         * configure.ac:
4880         
4881         Lower dbus requirement to 0.70
4882
4883 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * shell/ev-window.c: (ev_window_add_history):
4886
4887         Fix memory leak. 
4888
4889 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4892         * shell/ev-view.h:
4893         * shell/ev-window.c: (ev_window_add_history):
4894         
4895         Correctly handle named destination links
4896
4897 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * NOTES:
4900         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4901         * backend/pdf/ev-poppler.cc:
4902         * libdocument/ev-document-links.h:
4903         * libdocument/ev-link.c: (ev_link_get_page):
4904         * libdocument/ev-link.h:
4905         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4906         (ev_history_add_link):
4907         * shell/ev-history.h:
4908         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4909         (new_history_menu_item), (build_menu):
4910         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4911         * shell/ev-sidebar-links.c: (create_loading_model),
4912         (print_section_cb), (ev_sidebar_links_construct),
4913         (fill_page_labels), (update_page_callback_foreach),
4914         (update_page_callback), (job_finished_callback):
4915         * shell/ev-view.c: (ev_view_handle_link):
4916         * shell/ev-window.c: (ev_window_find_chapter),
4917         (ev_window_add_history), (view_handle_link_cb),
4918         (history_changed_cb):
4919         
4920         Implements another history variant
4921
4922 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * shell/ev-window.c: (view_external_link_cb):
4925         * shell/ev-view.c: (ev_view_button_release_event):
4926
4927         Open links in new window when clicking with middle button. 
4928
4929 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * shell/ev-navigation-action.c: (new_history_menu_item):
4932         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4933         * shell/ev-view.c: (ev_view_handle_link):
4934         * shell/ev-window.c:
4935         
4936         Store link before jump, not the destination. For me it 
4937         seems like more natural history behavior.
4938
4939 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4940
4941         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4942         (ev_navigation_action_class_init):
4943         * shell/ev-navigation-action.h:
4944         * shell/ev-page-action.c: (activate_cb):
4945         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4946         (ev_page_cache_set_current_page_history):
4947         * shell/ev-page-cache.h:
4948         * shell/ev-sidebar-thumbnails.c:
4949         (ev_sidebar_tree_selection_changed),
4950         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4951         * shell/ev-view-private.h:
4952         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4953         * shell/ev-view.h:
4954         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4955         (ev_window_setup_document), (ev_window_load_job_cb):
4956         * shell/ev-window.h:
4957         
4958         History finally works as expected.
4959
4960 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4963
4964         Do not update links treeview if it doesn't have a model assigned yet. 
4965
4966 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4969         (ev_sidebar_links_class_init), (update_page_callback):
4970
4971         Do not update links treeview when sidepane is not visible. 
4972
4973 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * shell/ev-marshal.list:
4976         * shell/ev-page-action.c: (activate_cb),
4977         (ev_page_action_class_init):
4978         * shell/ev-page-action.h:
4979         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4980         * shell/ev-window.c:
4981         
4982         Remove activate_link signal, not required.
4983
4984 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * shell/ev-navigation-action.c: (build_menu):
4987         
4988         Reorder menu items and build menu with fixed length.
4989
4990 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4991
4992         * shell/ev-view.c: (get_selected_text):
4993         
4994         Normalize text to fix ligatures problem. See bug
4995         #341947 for details.
4996
4997 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5000
5001         Fix memory leak in ev-page-cache. 
5002
5003 2007-01-25  Tom Parker <palfrey@tevp.net>
5004
5005         * backend/impress/impress-document.c: (impress_document_load),
5006         (impress_document_finalize), (impress_document_init):
5007         * properties/ev-properties-main.c: (ev_properties_get_pages):
5008         
5009         Correctly handle impress document errors. Fixes nautilus
5010         crash in property page #370491.
5011
5012 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5015         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5016         (ev_job_queue_remove_job):
5017         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5018         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5019         (ev_job_load_run):
5020         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5021         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5022         (ev_window_load_job_cb), (xfer_update_progress_callback),
5023         (ev_window_open_uri), (ev_window_dispose):
5024         * shell/main.c: (main):
5025
5026         Do file transfer asynchronously in the main thread instead of
5027         synchronously in the load thread. Fixes bugs #399694, #398307 and
5028         #343542.
5029
5030 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-jobs.c: (ev_job_xfer_run):
5033
5034         Load the document with the font-config lock held. 
5035
5036 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * backend/ps/ps-document.c: (start_interpreter):
5039
5040         Fix memory leaks in ps backend. 
5041
5042 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * backend/impress/impress-document.c:
5045         (impress_document_render_pixbuf):
5046
5047         Do not acquire fontconfig lock in impress backend, since it is using
5048         the main loop for rendering. 
5049
5050 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * po/POTFILES.in: 
5053
5054         Remove mdvi files that shouldn't be translated. 
5055
5056 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * shell/ev-view-private.h:
5059         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5060         (ev_view_set_zoom):
5061
5062         Render "loading..." text into a cairo surface instead of directly into
5063         the window so that fontconfig lock is only needed once and UI is not
5064         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5065
5066 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5069         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5070
5071         Use icon theme associated with the window screen rather than default. 
5072
5073 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5074
5075         * configure.ac:
5076
5077         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5078
5079 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5080
5081         * data/icons/*/apps/evince.*:
5082
5083         Move Evince icons under new apps directory.
5084
5085         * data/icons/*/actions/*:
5086
5087         Add new custom themeable Evince icons: view-page-continuous, 
5088         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5089         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5090
5091         * configure.ac:
5092
5093         Add new directories to AC_CONFIG_FILES.
5094
5095         * shell/ev-stock-icons.c:
5096         * shell/ev-stock-icons.h:
5097
5098         Use new custom themeable icons.
5099
5100 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5103
5104         Do not draw white background page in presentation mode. 
5105
5106 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5107
5108         * shell/ev-view.c: Remove unused gnome-vfs include.
5109
5110 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5111
5112         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5113         
5114         Format string is corrected, fixes bug #397129.
5115
5116 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * shell/ev-window.c: (ev_window_setup_recent):
5119
5120         Do not include in recent menu inexistent documents. Fixes
5121         bug #339171.
5122
5123 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * po/POTFILES.skip: 
5126
5127         Update POTFILES.skip file according to current source tree. 
5128
5129 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * shell/ev-window.c: (file_save_dialog_response_cb):
5132
5133         Do Save a copy in atomic way. Fixes bug #328266. 
5134
5135 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5138
5139         Keep selected cell always visible in index treeview.
5140
5141 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5142         
5143         * shell/ev-view.c: (ev_view_size_allocate):
5144
5145         Restore horizontal scrollbar after switching to/from fullscreen
5146         or presentation mode. Fixes bug #331728.
5147
5148 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5149
5150         * shell/ev-view-private.h:
5151         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5152         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5153         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5154         (ev_view_can_zoom_out):
5155
5156         Use max and min scale values in the view iby taking dpi into account. 
5157
5158 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * configure.ac:
5161         * NEWS:
5162
5163         Release 0.7.1
5164
5165 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * shell/ev-window.c: (ev_window_print_send):
5168
5169         Send print job to printer with some settings set to default values,
5170         since we have already exported to a file according to such settings
5171         and they could be taken twice by some printers. 
5172
5173 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * shell/ev-jobs.c: (ev_job_xfer_run):
5176         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5177
5178         Show main window and load document with the font-config lock held. 
5179
5180 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5181
5182         * configure.ac:
5183         * shell/ev-application.c: (ev_application_register_service):
5184         * shell/main.c: (load_files_remote):
5185
5186         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5187
5188 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * doc/debugging.txt:
5191         
5192         Remove obsolete documentation.
5193
5194 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * Makefile.am:
5197         * backend/Makefile.am:
5198         * backend/comics/Makefile.am:
5199         * backend/djvu/Makefile.am:
5200         * backend/dvi/Makefile.am:
5201         * backend/ev-async-renderer.c:
5202         * backend/ev-async-renderer.h:
5203         * backend/ev-attachment.c:
5204         * backend/ev-attachment.h:
5205         * backend/ev-backend-marshal.c:
5206         * backend/ev-document-factory.c:
5207         * backend/ev-document-factory.h:
5208         * backend/ev-document-find.c:
5209         * backend/ev-document-find.h:
5210         * backend/ev-document-fonts.c:
5211         * backend/ev-document-fonts.h:
5212         * backend/ev-document-images.c:
5213         * backend/ev-document-images.h:
5214         * backend/ev-document-info.h:
5215         * backend/ev-document-links.c:
5216         * backend/ev-document-links.h:
5217         * backend/ev-document-misc.c:
5218         * backend/ev-document-misc.h:
5219         * backend/ev-document-security.c:
5220         * backend/ev-document-security.h:
5221         * backend/ev-document-thumbnails.c:
5222         * backend/ev-document-thumbnails.h:
5223         * backend/ev-document-transition.c:
5224         * backend/ev-document-transition.h:
5225         * backend/ev-document.c:
5226         * backend/ev-document.h:
5227         * backend/ev-file-exporter.c:
5228         * backend/ev-file-exporter.h:
5229         * backend/ev-image.c:
5230         * backend/ev-image.h:
5231         * backend/ev-link-action.c:
5232         * backend/ev-link-action.h:
5233         * backend/ev-link-dest.c:
5234         * backend/ev-link-dest.h:
5235         * backend/ev-link.c:
5236         * backend/ev-link.h:
5237         * backend/ev-render-context.c:
5238         * backend/ev-render-context.h:
5239         * backend/ev-selection.c:
5240         * backend/ev-selection.h:
5241         * backend/impress/Makefile.am:
5242         * backend/pdf/Makefile.am:
5243         * backend/pixbuf/Makefile.am:
5244         * backend/ps/Makefile.am:
5245         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5246         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5247         (start_interpreter), (stop_interpreter), (document_load),
5248         (ps_document_next_page), (render_page):
5249         * backend/tiff/Makefile.am:
5250         * comics/Makefile.am:
5251         * comics/comics-document.c:
5252         * comics/comics-document.h:
5253         * configure.ac:
5254         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5255         * djvu/Makefile.am:
5256         * djvu/djvu-document-private.h:
5257         * djvu/djvu-document.c:
5258         * djvu/djvu-document.h:
5259         * djvu/djvu-links.c:
5260         * djvu/djvu-links.h:
5261         * djvu/djvu-text-page.c:
5262         * djvu/djvu-text-page.h:
5263         * djvu/djvu-text.c:
5264         * djvu/djvu-text.h:
5265         * dvi/Makefile.am:
5266         * dvi/dvi-document.c:
5267         * dvi/dvi-document.h:
5268         * dvi/fonts.c:
5269         * dvi/fonts.h:
5270         * dvi/mdvi-lib/Makefile.am:
5271         * dvi/mdvi-lib/afmparse.c:
5272         * dvi/mdvi-lib/afmparse.h:
5273         * dvi/mdvi-lib/bitmap.c:
5274         * dvi/mdvi-lib/bitmap.h:
5275         * dvi/mdvi-lib/color.c:
5276         * dvi/mdvi-lib/color.h:
5277         * dvi/mdvi-lib/common.c:
5278         * dvi/mdvi-lib/common.h:
5279         * dvi/mdvi-lib/defaults.h:
5280         * dvi/mdvi-lib/dvimisc.c:
5281         * dvi/mdvi-lib/dviopcodes.h:
5282         * dvi/mdvi-lib/dviread.c:
5283         * dvi/mdvi-lib/files.c:
5284         * dvi/mdvi-lib/font.c:
5285         * dvi/mdvi-lib/fontmap.c:
5286         * dvi/mdvi-lib/fontmap.h:
5287         * dvi/mdvi-lib/fontsrch.c:
5288         * dvi/mdvi-lib/gf.c:
5289         * dvi/mdvi-lib/hash.c:
5290         * dvi/mdvi-lib/hash.h:
5291         * dvi/mdvi-lib/list.c:
5292         * dvi/mdvi-lib/mdvi.h:
5293         * dvi/mdvi-lib/pagesel.c:
5294         * dvi/mdvi-lib/paper.c:
5295         * dvi/mdvi-lib/paper.h:
5296         * dvi/mdvi-lib/pk.c:
5297         * dvi/mdvi-lib/private.h:
5298         * dvi/mdvi-lib/setup.c:
5299         * dvi/mdvi-lib/sp-epsf.c:
5300         * dvi/mdvi-lib/special.c:
5301         * dvi/mdvi-lib/sysdeps.h:
5302         * dvi/mdvi-lib/t1.c:
5303         * dvi/mdvi-lib/tfm.c:
5304         * dvi/mdvi-lib/tfmfile.c:
5305         * dvi/mdvi-lib/tt.c:
5306         * dvi/mdvi-lib/util.c:
5307         * dvi/mdvi-lib/vf.c:
5308         * dvi/pixbuf-device.c:
5309         * dvi/pixbuf-device.h:
5310         * impress/Makefile.am:
5311         * impress/common.h:
5312         * impress/document.c:
5313         * impress/f_oasis.c:
5314         * impress/f_oo13.c:
5315         * impress/iksemel.c:
5316         * impress/iksemel.h:
5317         * impress/imposter.h:
5318         * impress/impress-document.c:
5319         * impress/impress-document.h:
5320         * impress/internal.h:
5321         * impress/r_back.c:
5322         * impress/r_draw.c:
5323         * impress/r_geometry.c:
5324         * impress/r_gradient.c:
5325         * impress/r_style.c:
5326         * impress/r_text.c:
5327         * impress/render.c:
5328         * impress/render.h:
5329         * impress/zip.c:
5330         * impress/zip.h:
5331         * lib/Makefile.am:
5332         * lib/ev-debug.c:
5333         * lib/ev-debug.h:
5334         * lib/ev-file-helpers.c:
5335         * lib/ev-file-helpers.h:
5336         * lib/ev-gui.c:
5337         * lib/ev-gui.h:
5338         * lib/ev-tooltip.c:
5339         * lib/ev-tooltip.h:
5340         * libdocument/Makefile.am:
5341         * libdocument/ev-file-helpers.c:
5342         * pdf/Makefile.am:
5343         * pdf/ev-poppler.cc:
5344         * pdf/ev-poppler.h:
5345         * pixbuf/Makefile.am:
5346         * pixbuf/pixbuf-document.c:
5347         * pixbuf/pixbuf-document.h:
5348         * properties/Makefile.am:
5349         * ps/Makefile.am:
5350         * ps/gsdefaults.c:
5351         * ps/gsdefaults.h:
5352         * ps/gsio.c:
5353         * ps/gsio.h:
5354         * ps/gstypes.h:
5355         * ps/ps-document.c:
5356         * ps/ps-document.h:
5357         * ps/ps.c:
5358         * ps/ps.h:
5359         * shell/Makefile.am:
5360         * shell/ev-application.h:
5361         * shell/ev-sidebar-links.c:
5362         * shell/ev-sidebar-links.h:
5363         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5364         (ev_gui_menu_position_tree_selection):
5365         * shell/ev-utils.h:
5366         * shell/ev-view.c: (ev_view_finalize):
5367         * shell/ev-window.c:
5368         * shell/main.c: (main):
5369         * thumbnailer/Makefile.am:
5370         * tiff/Makefile.am:
5371         * tiff/tiff-document.c:
5372         * tiff/tiff-document.h:
5373         * tiff/tiff2ps.c:
5374         * tiff/tiff2ps.h:
5375         
5376         Reorganize source tree.
5377
5378 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5379
5380         * backend/ev-document-factory.c:
5381
5382         Do not include ev-poppler.h when pdf is disabled. 
5383
5384 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * configure.ac:
5387         * data/evince-ui.xml:
5388         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5389         (pdf_document_document_images_iface_init):
5390         * backend/Makefile.am:
5391         * backend/ev-document-images.[ch]:
5392         * backend/ev-image.[ch]:
5393         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5394         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5395         (ev_job_xfer_run):
5396         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5397         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5398         (ev_pixbuf_cache_get_image_mapping):
5399         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5400         (view_menu_popup_cb), (ev_window_dispose),
5401         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5402         (ev_view_popup_cmd_copy_image):
5403         * shell/ev-view-private.h:
5404         * shell/ev-view.c: (ev_view_get_image_at_location),
5405         (ev_view_do_popup_menu), (ev_view_popup_menu),
5406         (ev_view_button_press_event), (ev_view_drag_data_get),
5407         (ev_view_drag_motion), (ev_view_drag_data_received),
5408         (ev_view_motion_notify_event), (ev_view_button_release_event),
5409         (ev_view_finalize), (ev_view_class_init):
5410
5411         Add image handling support. Fixes bugs #310008 and #325047. Images
5412         selection is not supported yet. 
5413
5414 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5415
5416         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5417         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5418         (ev_view_init):
5419
5420         Move view drag and drop stuff to ev-view.
5421
5422 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5425         * shell/ev-view.c: (clear_selection): 
5426
5427         Clear selection also in pixbuf cache.
5428
5429 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5430
5431         * data/evince.desktop.in.in:
5432         
5433         Change icon name in desktop file. See bug #390734
5434         for details.
5435
5436 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5437
5438         * thumbnailer/Makefile.am:
5439
5440         Use top_builddir instead top_srcdir for generated schema
5441         file installation. Fixes bug #390161.
5442
5443 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5444
5445         * configure.ac:
5446         * backend/Makefile.am:
5447         * backend/ev-document-transition.[ch]:
5448         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5449         (pdf_document_page_transition_iface_init):
5450         * shell/ev-view-private.h:
5451         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5452         (ev_view_set_presentation), (transition_next_page),
5453         (ev_view_presentation_transition_stop),
5454         (ev_view_presentation_transition_start), (ev_view_next_page):
5455
5456         Add page transition support in presentation mode. At the moment only
5457         page duration is supported, but not transition effects. Fixes bug
5458         #309815.
5459
5460 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5461
5462         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5463
5464         Run find_link_dest with document lock held, since it's called by links
5465         thread and main thread at the same time. 
5466
5467 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5468
5469         * shell/ev-view.c: (goto_dest):
5470
5471         Update page-cache when page is changed by the view, so that
5472         page-changed signal is emitted. 
5473
5474 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5475
5476         * test/test1.py:
5477         * test/test2.py:
5478
5479         Use C locale in tests. 
5480
5481 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5482
5483         * shell/ev-window.c: (ev_window_run_presentation):
5484         * shell/ev-view-private.h:
5485         * shell/ev-view.c: (ev_view_set_presentation):
5486
5487         Restore zoom settings when back from presentation mode. 
5488
5489 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5490
5491         * shell/ev-window.c: (ev_window_run_presentation):
5492
5493         Always use "best fit" zoom in presentation mode.
5494         Fixes bug #389195.
5495
5496 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5497
5498         * shell/ev-view.c: (ev_view_goto_window_create):
5499
5500         Show "Jump to page" label in the page jumping popup in
5501         presentation mode instead of just a GtkEntry.
5502
5503 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5504
5505         * shell/ev-window.c: (launch_external_uri):
5506
5507         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5508         #378085.
5509
5510 2006-12-22  Elijah Newren  <newren gmail com>
5511
5512         * configure.ac: explicitly check for libxml2.  Fixes #388795
5513
5514 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * shell/ev-view-private.h:
5517         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5518         (ev_view_goto_window_delete_event), (key_is_numeric),
5519         (ev_view_goto_window_key_press_event),
5520         (ev_view_goto_window_button_press_event),
5521         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5522         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5523         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5524
5525         Allow jumping to another page by typing a page number in presentation
5526         mode. It uses a popup window with an entry. Fixes bug #353625.
5527
5528 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * configure.ac:
5531         * properties/ev-properties-view.c: (ev_get_default_user_units),
5532         (ev_regular_paper_size):
5533         
5534         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5535         to Damien Carbery <damien.carbery@sun.com> and
5536         Yevgen Muntyan <muntyan@tamu.edu>.
5537
5538 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5539
5540         * shell/ev-window.c: (setup_document_from_metadata):
5541
5542         Make sure Evince doesn't restore the view on the last
5543         page when a document is reopened. Fixes bug #383381.
5544
5545 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5546
5547         * shell/ev-view.c: (draw_loading_text):
5548
5549         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5550
5551 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5552
5553         * configure.ac:
5554         * NEWS:
5555
5556         Release 0.7.0
5557
5558 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * configure.ac:
5561         * pdf/ev-poppler.cc: (pdf_print_context_free),
5562         (pdf_document_file_exporter_begin),
5563         (pdf_document_file_exporter_do_page):
5564
5565         Make cairo-pdf depedency optional. 
5566
5567 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5570
5571         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5572
5573 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5574
5575         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5576         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5577         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5578         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5579         * shell/ev-view.c: (draw_loading_text):
5580         * shell/ev-window.c: (ev_window_cmd_file_properties):
5581
5582         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5583         related to using FontConfig from different threads.
5584         
5585 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * shell/ev-view.c: (draw_loading_text):
5588
5589         Acquire lock document when drawing "Loading..." text so that only one
5590         thread will use FontConfig at the same time. Fixes bug #374750.
5591
5592 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5593
5594         * shell/ev-page-action.[ch]: (activate_cb):
5595         * shell/ev-window.c: (activate_label_cb):
5596
5597         Check if text inserted in page entry is a valid page number when it
5598         doesn't match to any document page label. Fixes bug #383165.
5599
5600 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5601         * shell/ev-window.c:
5602
5603         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5604         available with GTK < 2.10. Added an ifdef to avoid compilation
5605         error.
5606
5607 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5608
5609         * configure.ac:
5610         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5611
5612         Fix ps backend in multihead systems.
5613
5614 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5615
5616         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5617         * shell/ev-window.c: (ev_window_get_screen_dpi),
5618         (ev_window_update_actions), (setup_view_from_metadata),
5619         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5620
5621         Take screen DPI into account when zooming. Fixes bug #318285.
5622
5623 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5624
5625         * data/Makefile.am:
5626
5627         Cleaned up/slightly refactored Makefile.am. Added GConf
5628         schemas uninstallation as well.
5629
5630 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5631
5632         * Makefile.am:
5633         * test/Makefile.am:
5634
5635         Fight with autotools to fix make check. Make distcheck
5636         works fine as well now!
5637
5638 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5639
5640         * shell/ev-view.c: (draw_end_presentation_page):
5641
5642         Corrected "end of presentation" string.
5643
5644 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5645
5646         * shell/ev-view.c: (ev_view_key_press_event):
5647
5648         Correctly propagate key press event so that up/down keys
5649         work as expected (correct behaviour was broken by
5650         black/white screen key bindings for presentations).
5651
5652 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5653
5654         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5655         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5656         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5657         (pdf_selection_get_selection_region),
5658         (pdf_selection_get_selection_map):
5659
5660         Add "static" to some private functions. 
5661
5662 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5663
5664         * lib/ev-tooltip.h:
5665         * properties/ev-properties-view.h:
5666         * shell/ev-jobs.h:
5667         * shell/ev-properties-dialog.h:
5668         * shell/ev-properties-fonts.h:
5669         * shell/ev-sidebar-links.h:
5670         * shell/ev-sidebar-thumbnails.h:
5671         * shell/ev-sidebar.h:
5672         * shell/ev-window.h:
5673         
5674         Fixes CHACK type in class casts. See bug #385343
5675         for details.
5676
5677 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * shell/ev-view-private.h:
5680         * shell/ev-view.c: (draw_end_presentation_page),
5681         (ev_view_expose_event), (ev_view_key_press_event),
5682         (ev_view_class_init), (ev_view_init):
5683
5684         Blank screen in presentation mode when pressing 'b' (filling with
5685         black) or 'w' (filling with white) keys. Fixes bug #358132.
5686
5687 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5688
5689         * data/evince-toolbar.xml:
5690         * shell/ev-window.c:
5691         
5692         Use stock icon for Select All action. Fixes
5693         bug #382652.
5694
5695 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5696
5697         * shell/ev-view.c: (get_doc_point_from_offset),
5698         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5699
5700         Add links support in rotated documents. Fixes bug #343733.
5701
5702 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5703
5704         * shell/ev-view-private.h:
5705         * shell/ev-view.c: (draw_end_presentation_page),
5706         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5707
5708         Show a blank page after the last page in presentation mode with a
5709         message indicating that presentation has finished and how to exit. 
5710
5711 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * shell/ev-window.c: (fullscreen_timeout_cb):
5714
5715         Hide cursor after a while in presentation mode. 
5716
5717 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5718
5719         * backend/ev-document-info.h:
5720         * data/evince-properties.glade:
5721         * pdf/ev-poppler.cc:
5722         * properties/ev-properties-view.c: (ev_regular_paper_size),
5723         (ev_properties_view_set_info):
5724         * ps/ps-document.c: (ps_document_get_info):
5725
5726         Adds a paper size field to the properties dialog. Fixes
5727         bug #307315. Patch by Kasper Svendsen (with some i18n
5728         changes done by me).
5729
5730 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5733         (screensaver_init_dbus), (totem_scrsaver_new),
5734         (totem_scrsaver_init):
5735         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5736         * shell/ev-application.c: (ev_application_register_service),
5737         (ev_application_screensaver_enable),
5738         (ev_application_screensaver_disable):
5739         * shell/ev-application.h:
5740         * shell/ev-window.c: (ev_window_run_presentation),
5741         (ev_window_stop_presentation), (build_comments_string),
5742         (ev_window_init):
5743         
5744         Move screensaver handling to application. No more
5745         message on startup.
5746
5747 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5748
5749         * configure.ac:
5750         * backend/Makefile.am:
5751         * backend/ev-file-exporter.[ch]:
5752         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5753         * ps/ps-document.c: (ps_document_file_exporter_*):
5754         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5755         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5756         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5757         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5758
5759         Allow printing to PDF when suppoted by the backend.
5760         
5761 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * shell/ev-window.c: (build_comments_string):
5764
5765         Use always "Document Viewer" in about dialog. 
5766
5767 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5768
5769         * djvu/djvu-document.c: (djvu_document_get_page_size):
5770
5771         Display a warning message when get_pageinfo fails. 
5772
5773 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5774
5775         * Makefile.am:
5776         * backend/Makefile.am:
5777         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5778         * configure.ac:
5779         * shell/ev-window.c: (build_comments_string):
5780         
5781         Make pdf compilation optional. See bug #38007.
5782
5783 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5784
5785         * ps/ps.c: (get_next_text):
5786
5787         Fix CVE-2006-5864.
5788
5789 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5790
5791         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5792         * shell/ev-navigation-action.c: (connect_proxy),
5793         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5794         
5795         Do not call g_type_class_peek_parent twice.
5796
5797 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * configure.ac:
5800         * data/icons/24x24/.cvsignore:
5801         * data/icons/24x24/Makefile.am:
5802         * data/icons/24x24/evince.png:
5803         * data/icons/Makefile.am:
5804         
5805         Add 24x24 icon. Thanks to 
5806         Michael Monreal <infernux@web.de>.
5807
5808 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * configure.ac: Fix typo in configure.ac. Thanks
5811         to dmacks@netspace.org for notification.
5812
5813 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5814
5815         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5816         
5817         Drop dbus include, fixes compilation with older dbus.
5818
5819 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5820
5821         * configure.ac:
5822         * cut-n-paste/Makefile.am:
5823         * cut-n-paste/totem-screensaver/.cvsignore
5824         * cut-n-paste/totem-screensaver/Makefile.am:
5825         * cut-n-paste/totem-screensaver/README:
5826         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5827         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5828         * shell/Makefile.am:
5829         * shell/ev-window.c: (ev_window_run_presentation),
5830         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5831         (ev_window_init):
5832
5833         Implemented screensaver enabling/disabling for
5834         presentation mode (not fullscreen mode). Code stolen
5835         from Totem (with some minor tweaks). Fixes bug #338889.
5836
5837 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5838
5839         * configure.ac:
5840
5841         Bump gnome-icon-theme requirements. We use the rotation
5842         icons that appeared recently.
5843
5844 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * shell/ev-history.c: (ev_history_add_page):
5847         * shell/ev-history.h:
5848         * shell/ev-window.c: (page_changed_cb):
5849         
5850         Use page labels instead of numbers.
5851
5852 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * data/evince-toolbar.xml:
5855         * po/POTFILES.in:
5856         * shell/Makefile.am:
5857         * shell/ev-navigation-action-widget.c:
5858         (ev_navigation_action_widget_init),
5859         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5860         (menu_detacher), (ev_navigation_action_widget_set_menu),
5861         (menu_position_func), (popup_menu_under_arrow),
5862         (ev_navigation_action_widget_toggled),
5863         (ev_navigation_action_widget_button_press_event):
5864         * shell/ev-navigation-action-widget.h:
5865         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5866         (ev_navigation_action_set_window), (activate_menu_item_cb),
5867         (new_history_menu_item), (new_empty_history_menu_item),
5868         (build_menu), (menu_activated_cb), (connect_proxy),
5869         (create_tool_item), (ev_navigation_action_init),
5870         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5871         * shell/ev-navigation-action.h:
5872         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5873         (ev_page_action_widget_set_page_cache),
5874         (ev_page_action_widget_finalize),
5875         (ev_page_action_widget_class_init), (match_selected_cb),
5876         (display_completion_text), (match_completion), (build_new_tree_cb),
5877         (get_filter_model_from_model),
5878         (ev_page_action_widget_update_model):
5879         * shell/ev-page-action-widget.h:
5880         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5881         (connect_proxy):
5882         * shell/ev-page-action.h:
5883         * shell/ev-stock-icons.c:
5884         * shell/ev-stock-icons.h:
5885         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5886         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5887         (register_custom_actions):
5888         * shell/main.c:
5889         
5890         Preliminary history implementation
5891
5892 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5893
5894         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5895         (dvi_document_class_init), (dvi_document_init_params):
5896         * dvi/mdvi-lib/font.c: (font_reference):
5897         
5898         Add reference to subfont. Fixes bug #374277.
5899
5900 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5901
5902         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5903         (ev_window_cmd_file_open_copy_at_dest):
5904
5905         Fix a race condition when creating symlink. Increase the counter
5906         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5907         Mathias Hasselmann).
5908
5909 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * backend/Makefile.am:
5912         * backend/ev-attachment.c: (ev_attachment_open):
5913         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5914         (ev_tmp_dir), (ev_tmp_filename):
5915         * shell/ev-sidebar-attachments.c:
5916         (ev_sidebar_attachments_drag_data_get):
5917         * shell/ev-window.c: (ev_window_clear_temp_file):
5918
5919         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5920         in ensure_dir_exists. Abort without crashing when we can't create
5921         user's directory.
5922
5923 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * data/evince-ui.xml:
5926         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5927         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5928         (ev_window_cmd_file_open_copy_at_dest),
5929         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5930         (ev_view_popup_cmd_open_link_new_window):
5931
5932         Allow opening a copy of the current document in a new window. Fixes bug
5933         #357472
5934
5935 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * data/evince-toolbar.xml:
5938         
5939         Add rotate right and rotate left to available items for toolbar.
5940         
5941         * data/evince-ui.xml:
5942         * shell/ev-window.c: (ev_window_init):
5943         
5944         Customize toolbar with right click. Fixes bug #372451.
5945
5946 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5947
5948         * shell/ev-window.c: 
5949         
5950         Use "object-rotate-{left,right}" stock icons. Fixes 
5951         bug #373863.
5952
5953 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5954
5955         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5956         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5957         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5958         (ev_window_open_uri):
5959         * shell/main.c: (arguments_parse):
5960
5961         Remove temp file created when evince is used by GTK+ in
5962         preview mode. Fixes bug #365282. 
5963
5964 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5967         
5968         Fixes bug #372474 - Side pane disabled when entering 
5969         and leaving fullscreen mode.
5970
5971 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5972
5973         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5974         * data/Makefile.am:
5975         * data/evince-preview-toolbar.xml:
5976         * data/evince-toolbar.xml:
5977         * shell/ev-application.c: (ev_application_shutdown),
5978         (ev_application_init), (ev_application_get_toolbars_model):
5979         * shell/ev-application.h:
5980         * shell/ev-window.c: (update_chrome_visibility),
5981         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5982         (ev_window_cmd_edit_toolbar), (ev_window_init):
5983         
5984         Fixes bug #364364 - toolbar editor shows zoom actions again.
5985
5986 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5987
5988         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5989
5990         Do not take margins into consideration for paper size when printing.
5991         Really fixes bug #350491.
5992
5993 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5994
5995         * data/evince-ui.xml:
5996         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5997         (ev_window_cmd_file_print_setup),
5998         (ev_window_print_dialog_response_cb),
5999         (ev_window_setup_action_sensitivity):
6000
6001         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6002
6003 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6004
6005         * shell/ev-window.c: (ev_window_print_range):
6006
6007         Revert my previuos commit, since printing to PDF is not supported by
6008         evince yet. 
6009
6010 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6011
6012         * shell/ev-window.c: (ev_window_print_range):
6013
6014         Enable print to a PDF. Fixes bug #332121.
6015
6016 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6017
6018         * shell/ev-application-service.xml:
6019         * shell/ev-application.[ch]: (ev_application_open_window),
6020         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6021         (ev_application_open_uri), (ev_application_open_uri_list):
6022         * shell/ev-window.c: (file_open_dialog_response_cb),
6023         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6024         (drag_data_received_cb), (open_remote_link):
6025         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6026
6027         Add support for multiscreen systems. Fixes bug #316206.
6028
6029 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6030
6031         * shell/ev-jobs.[ch]: (ev_job_print_new),
6032         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6033         (ev_job_print_do_page):
6034         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6035
6036         Allow printing only odd/even pages. Fixes bug #367289.
6037
6038 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6039
6040         * test/test1.py:
6041         * test/test2.py:
6042
6043         Re-add locale settings to test files.
6044
6045 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * data/evince-ui.xml:
6048         * shell/ev-window.c: (set_action_properties):
6049         
6050         Removed garbage from code and ui.
6051
6052 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6053
6054         * shell/ev-window.c: (ev_window_cmd_help_about):
6055
6056         Shamelessly add my name to the list of contributors.
6057
6058 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6059
6060         * test/test1.py:
6061         * test/test2.py:
6062
6063         Cleaned up the dogtail scripts.
6064
6065 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6066
6067         * shell/ev-view.c: (draw_loading_text): Don't render
6068         "loading..." text in presentation mode. Temporary
6069         workaround for bug #320352.
6070
6071 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6072
6073         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6074         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6075
6076         Use print settings scale, copies, collate and reverse which were
6077         ignored. Fixes bug #359032.
6078
6079 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * configure.ac:
6082         * data/evince-password.glade:
6083         * test/Makefile.am:
6084         * test/test-encrypt.pdf:
6085         * test/test-links.pdf:
6086         * test/test1.py:
6087         * test/test2.py:
6088
6089         Add automated UI tests for evince with dogtail. See
6090         bug #300948.    
6091
6092 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6093
6094         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6095
6096         Hide fullscreen toolbar when switching to another desktop workspace.
6097         Fixes bug #338871
6098
6099 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * shell/ev-window-title.c: 
6102         
6103         Test for .dvi in title of pdf documents.
6104
6105 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6106
6107         * shell/ev-view.c: (ev_view_scroll):
6108
6109         Page Up/Down should do page jumps in "Best fit" mode.
6110         If a user has explicitly chosen to view exactly one page
6111         at a time, scrolling just a part of the page when
6112         pressing Page Up/Down is not right. Fixes bug #323107.
6113
6114 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * NEWS:
6117         * configure.ac:
6118         
6119         Update for 0.6.1
6120
6121 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6122
6123         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6124         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6125         
6126         Correctly disconnect from job signals on destroy.
6127
6128 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * shell/ev-view-private.h:
6131         * shell/ev-view.c: (view_set_adjustment_values),
6132         (view_update_range_and_current_page),
6133         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6134         
6135         Fixes bug #343199, current page now follows find page.
6136
6137 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6138
6139         * backend/ev-document-factory.c:
6140         * configure.ac:
6141         Assigned OpenDocument presenation MIME type to the
6142         Impress backend. Added some missing (but harmless)
6143         #ifdefs in the document factory as well to make things
6144         consistent again. Fixes bug #360658.
6145
6146 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6147
6148         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6149         * backend/ev-document-find.c: (ev_document_find_get_type):
6150         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6151         * backend/ev-document-links.c: (ev_document_links_get_type):
6152         * backend/ev-document-security.c: (ev_document_security_get_type):
6153         * backend/ev-document-thumbnails.c:
6154         (ev_document_thumbnails_get_type):
6155         * backend/ev-document.c: (ev_document_get_type):
6156         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6157         * backend/ev-selection.c: (ev_selection_get_type):
6158         * cut-n-paste/recent-files/egg-recent-model.c:
6159         (egg_recent_model_get_type):
6160         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6161         (egg_recent_view_uimanager_get_type):
6162         * cut-n-paste/recent-files/egg-recent-view.c:
6163         (egg_recent_view_get_type):
6164         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6165         (egg_editable_toolbar_get_type):
6166         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6167         (egg_toolbar_editor_get_type):
6168         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6169         (egg_toolbars_model_get_type):
6170         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6171         (egg_tree_multi_drag_source_get_type):
6172         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6173         (ephy_zoom_action_get_type):
6174         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6175         (ephy_zoom_control_get_type):
6176         * impress/r_back.c: (_imp_fill_back):
6177         * properties/ev-properties-main.c:
6178         (ev_properties_plugin_register_type):
6179         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6180         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6181         (ev_view_accessible_factory_get_type):
6182
6183         Reduce relocations. Bug #360616.
6184
6185 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * backend/ev-document-factory.c:
6188         (ev_document_factory_get_document):
6189         
6190         Load document even if extension is wrong.
6191
6192 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-metadata-manager.c: (save_values):
6195         * shell/ev-window.c: (setup_size_from_metadata),
6196         (setup_view_from_metadata), (ev_window_setup_document),
6197         (ev_window_xfer_job_cb), (window_configure_event_cb):
6198         
6199         Set size according to the document size/page size ratio.
6200         That should correct rather wierd behaviour of the previous
6201         commit.
6202
6203 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * shell/ev-window.c: (setup_view_from_metadata):
6206         
6207         Set size for new windows from previous window size.
6208         See bugs #354968 and #168450 for details. Thanks
6209         to Meik Hellmund.
6210
6211 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6212
6213         * djvu/djvu-links.c: (build_tree):
6214
6215         Fix memory leak.
6216
6217 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6220         
6221         Don't make sidebar close button insensitive. Fixes
6222         bug #357871.
6223
6224 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6227         (ev_window_set_view_accels_sensitivity):
6228         
6229         Don't enable Slash on documents which don't support
6230         find. Fixes bug #358648.
6231
6232 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6233
6234         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6235         open dialog fall back to the current document uri if the
6236         filechooser hasn't been used before. Fixes bug #356980.
6237
6238 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6239
6240         * shell/ev-window.c: (ev_window_setup_recent), 
6241         (ev_window_get_recent_file_label):
6242
6243         Escape underscores in filenames of recent file items.
6244
6245 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * configure.ac:
6248         
6249         Bumped poppler requirements, really 0.5.3 is very 
6250         buggy, now we require 0.5.4.
6251
6252 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * djvu/Makefile.am:
6255         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6256         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6257         (djvu_document_document_links_iface_init):
6258         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6259         (number_from_string_10), (get_djvu_link_dest),
6260         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6261         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6262         (djvu_links_get_links), (djvu_links_find_link_dest),
6263         (djvu_links_get_links_model):
6264         * djvu/djvu-links.h:
6265         
6266         Add support for links and bookmarks in djvu documents. Thanks
6267         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6268         patch.
6269
6270 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6273         
6274         Reopen should reload document. Fixes 
6275         bug 327951.
6276
6277 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * configure.ac:
6280         * data/Makefile.am:
6281         * data/evince-16.png:
6282         * data/evince-22.png:
6283         * data/evince.png:
6284         * data/evince.svg:
6285         * data/icons/16x16/Makefile.am:
6286         * data/icons/16x16/evince.png:
6287         * data/icons/22x22/Makefile.am:
6288         * data/icons/22x22/evince.png:
6289         * data/icons/48x48/Makefile.am:
6290         * data/icons/48x48/evince.png:
6291         * data/icons/Makefile.am:
6292         * data/icons/scalable/Makefile.am:
6293         * data/icons/scalable/evince.svg:
6294         
6295         Install icons with correct names. Fixes
6296         bug #354429.
6297
6298 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6299
6300         * shell/ev-view.c: (ev_view_button_release_event):
6301
6302         Don't open links with middle mouse button. Fixes bug #353649
6303
6304 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * NEWS:
6307         * configure.ac:
6308         
6309         Update for release 0.6.0
6310
6311 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6314         Implement Close named action. Patch by Carlos Garcia Campos.
6315
6316 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6319         
6320         Don't clear link mapping on copy_job_to_job_info. Fixes
6321         bug 346168.
6322
6323 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6324
6325         * shell/main.c: (main):
6326
6327         Revert my previous commit, gnome_program_init owns the option context.
6328         Fix another memory leak in main. Both caught by Christian Persch. 
6329
6330 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6331
6332         * shell/main.c: (main):
6333
6334         Fix memory leak.
6335
6336 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6337
6338         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6339
6340         Fix crash when opening a pdf with password protection. 
6341
6342 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6343
6344         * pdf/ev-poppler.cc: (pdf_document_search_free):
6345
6346         Fix memory leak. 
6347
6348 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * backend/ev-document-factory.c:
6351         (ev_document_factory_get_document):
6352         * tiff/tiff-document.c: (tiff_document_finalize):
6353         
6354         More correct handling of document loading. Fixes
6355         bug #349043.
6356
6357 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6358
6359         * backend/ev-attachment.c: (ev_attachment_save):
6360
6361         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6362         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6363
6364 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6365         
6366         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6367         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6368
6369 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6370
6371         * shell/ev-sidebar-thumbnails.c:
6372
6373         Do not render thumbnails unless thumbnails page is active in the
6374         sidebar.
6375
6376 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6377
6378         * shell/ev-properties-dialog.c:
6379
6380         Fix dialogue spacing. Bug #351370.
6381
6382 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6383
6384         * configure.ac:
6385
6386         Use lowercase gettext catalog file names (evince.mo
6387         instead of Evince.mo)
6388
6389 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6390
6391         * shell/ev-sidebar-attachments.c:
6392
6393         GtkIconTheme is now screen safe too. Fixes bug #350878
6394
6395 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6396
6397         * shell/ev-window.c:
6398
6399         GtkRecent manager is now screen safe. Fixes bug #350145
6400
6401 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * shell/ev-sidebar.c: (ev_sidebar_init):
6404         
6405         Make sidebar close icon smaller. Fix for bug 350177.
6406         See also bugs 350176 and 165770.
6407
6408 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6409
6410         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6411
6412         Ignore zoom for xyz destinations when it's <= 1, keeping user
6413         preferences instead. Set correct sizing-mode for fith and fitv
6414         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6415
6416 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * NEWS:
6419         * configure.ac:
6420         
6421         Update for release 0.5.5
6422
6423 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6424         
6425         * shell/ev-window.c: (ev_window_cmd_escape)
6426
6427         Escape unfocus page entry. Fixes bug #345809.
6428
6429 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6430
6431         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6432         (build_tree), (pdf_document_links_get_links),
6433         (pdf_document_links_find_link_dest):
6434         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6435         (goto_xyz_dest):
6436
6437         Convert from PDF style coordinates to X style coordinates in the
6438         backend rather than in the view. Fixes bug #338440
6439
6440 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * shell/ev-window.c:
6443         
6444         Remove Ctrl+Shift+T shortcut for toolbars. See
6445         the bug #350098.
6446
6447 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * configure.ac:
6450
6451         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6452         of this. 
6453
6454 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6455
6456         * configure.ac:
6457         * cut-n-paste/Makefile.am:
6458         * data/evince-ui.xml:
6459         * shell/Makefile.am:
6460         * shell/ev-application.[ch]:
6461         * shell/ev-window.c:
6462
6463         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6464         #349273
6465
6466 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6467
6468         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6469         findbar code: s/help/search/
6470
6471 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6472
6473         * shell/ev-window.c: (setup_document_from_metadata),
6474         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6475         (setup_view_from_metadata):
6476         
6477         Fix memory leaks.
6478
6479 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6480
6481         * autogen.sh, configure.ac: 
6482         
6483         Update automake usage. See bug 349292.
6484
6485 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * shell/eggfindbar.c: (egg_find_bar_class_init),
6488         (entry_activate_callback), (egg_find_bar_init),
6489         (egg_find_bar_set_status_text):
6490         * shell/eggfindbar.h:
6491         
6492         Unify Evince findbar with Epiphany. Nice patch
6493         from Fabricio Silva <silva@crans.org> and
6494         Frederic Peters <fpeters@entrouvert.com>. See
6495         bug #339966 for details.
6496
6497 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * data/evince.desktop.in.in:
6500         
6501         Correct information for bugzilla. Thanks to
6502         Olaf Vitters, see bug #348855.
6503
6504 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * shell/ev-jobs.[ch]:
6507         * shell/ev-sidebar-links.c:
6508         * shell/ev-window.[ch]:
6509
6510         GtkPrintJob doesn't support print ranges or current page, so we export
6511         to a ps file now when printing ranges or current page.
6512
6513 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * pdf/ev-poppler.cc:
6516         * shell/ev-window.c: (do_action_named):
6517
6518         We should be more clear about bugzilla. See the
6519         poppler bug #7623.
6520
6521 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * configure.ac:
6524         * shell/Makefile.am:
6525         * shell/ev-job-queue.c:
6526         * shell/ev-jobs.[ch]:
6527         * shell/ev-sidebar-links.c:
6528         * shell/ev-window.[ch]:
6529         
6530         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6531         #348422
6532
6533 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6534
6535         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6536         * shell/ev-application-service.xml:
6537         * shell/ev-application.[ch]:
6538         * shell/ev-jobs.[ch]:
6539         * shell/ev-window.[ch]: (ev_window_run_preview):
6540         * shell/main.c: 
6541
6542         Add preview mode to use evince as a printing previewer. It also adds
6543         other command line options for fullscreen and presentation modes.
6544         Fixes bugs #347822, #317031
6545
6546 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * NEWS:
6549         * configure.ac:
6550         
6551         Update for release 0.5.4
6552
6553 2006-07-11  Bastien Nocera <hadess@hadess.net>
6554
6555         * Makefile.am:
6556         * backend/Makefile.am:
6557         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6558         * backend/ev-document-factory.h:
6559         * configure.ac:
6560         * impress/.cvsignore:
6561         * impress/Makefile.am:
6562         * impress/common.h:
6563         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6564         (imp_get_page), (imp_next_page), (imp_prev_page),
6565         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6566         * impress/f_oasis.c: (render_object), (render_page),
6567         (get_geometry), (_imp_oasis_load):
6568         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6569         (_imp_oo13_load):
6570         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6571         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6572         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6573         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6574         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6575         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6576         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6577         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6578         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6579         (iks_new_within), (iks_insert), (iks_insert_cdata),
6580         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6581         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6582         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6583         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6584         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6585         (iks_cdata), (iks_cdata_size), (iks_has_children),
6586         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6587         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6588         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6589         (iks_tree), (iks_load), (iks_save):
6590         * impress/iksemel.h:
6591         * impress/imposter.h:
6592         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6593         (imp_render_draw_bezier_real), (imp_render_get_size),
6594         (imp_render_set_fg_color), (imp_render_draw_line),
6595         (imp_render_draw_rect), (imp_render_draw_polygon),
6596         (imp_render_draw_arc), (imp_render_draw_bezier),
6597         (imp_render_open_image), (imp_render_get_image_size),
6598         (imp_render_scale_image), (imp_render_draw_image),
6599         (imp_render_close_image), (imp_render_markup),
6600         (imp_render_get_text_size), (imp_render_draw_text),
6601         (impress_document_load), (impress_document_save),
6602         (impress_document_get_n_pages), (impress_document_get_page_size),
6603         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6604         (impress_document_finalize), (impress_document_class_init),
6605         (impress_document_can_get_text), (impress_document_get_info),
6606         (impress_document_document_iface_init),
6607         (impress_document_thumbnails_get_thumbnail),
6608         (impress_document_thumbnails_get_dimensions),
6609         (impress_document_document_thumbnails_iface_init),
6610         (impress_document_init):
6611         * impress/impress-document.h:
6612         * impress/internal.h:
6613         * impress/r_back.c: (_imp_fill_back):
6614         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6615         (_imp_draw_image), (_imp_tile_image):
6616         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6617         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6618         (r_polyline):
6619         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6620         (r_draw_gradient_complex), (r_draw_gradient):
6621         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6622         (r_get_bullet):
6623         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6624         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6625         (r_text):
6626         * impress/render.c: (imp_create_context), (imp_context_set_page),
6627         (imp_context_set_step), (imp_render), (imp_delete_context):
6628         * impress/render.h:
6629         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6630         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6631         (zip_load_xml), (zip_get_size), (zip_load):
6632         * impress/zip.h:
6633         * shell/ev-utils.c:
6634         
6635         New backend to support impress slides. Fixes bug #30867.
6636
6637 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6638
6639         * shell/ev-utils.c: (using_postscript_printer):
6640         
6641         Fixes crash when print using PAPI backend,
6642         bug #345012.
6643
6644 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6645
6646         * shell/ev-jobs.c: (ev_job_xfer_run):
6647         * shell/ev-window.c: (password_dialog_response),
6648         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6649         (ev_window_dispose):
6650         Fixes bug #344160: if the xfer job doesn't complete
6651         because a password is required, reload the existing
6652         instance instead of creating a new one.
6653
6654 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * shell/main.c: (main): Call gdk_threads_init. Thus
6657         we'll avoid errors in auth dialog. Fix for the bug
6658         #343347.
6659
6660 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6661
6662         * configure.ac: Advertise pixbuf support, fix
6663         for the bug 343317.
6664
6665 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6668         (ev_sidebar_thumbnails_set_document):
6669         
6670         Update sidebar thumbnails after reloading.
6671
6672 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6675         * shell/ev-jobs.h:
6676         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6677         (ev_window_cmd_view_reload), (ev_window_init):
6678         
6679         Don't crash on reload. Fix for the bug #343167.
6680
6681 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * shell/ev-jobs.c: (ev_job_render_run):
6684         
6685         Check for document links.
6686
6687 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * backend/ev-attachment.c: (ev_attachment_save),
6690         (ev_attachment_launch_app), (ev_attachment_open):
6691         * backend/ev-document-factory.c: (get_document_from_uri):
6692         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6693         (egg_recent_view_uimanager_set_list):
6694         * ps/ps-document.c: (check_filecompressed), (document_load),
6695         (ps_document_load):
6696         * shell/ev-metadata-manager.c: (load_values):
6697         * shell/ev-password.c: (ev_password_dialog_set_property):
6698         * shell/ev-view.c: (tip_from_link):
6699         * shell/ev-window.c: (file_save_dialog_response_cb),
6700         (ev_window_print_dialog_response_cb):
6701         
6702         Use consistent quoting style. Fix for the bug #320285.
6703
6704 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6705
6706         * shell/ev-jobs.c: (ev_job_xfer_run):
6707         * shell/main.c: (load_files):
6708                 
6709         Open links with anchors. Fix for the bug #339836.
6710
6711 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6712
6713         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6714         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6715         (ev_link_dest_set_property), (ev_link_dest_finalize),
6716         (ev_link_dest_class_init), (ev_link_dest_new_named),
6717         (ev_link_dest_new_page_label):
6718         * backend/ev-link-dest.h:
6719         * shell/ev-application.c: (ev_application_open_uri):
6720         * shell/ev-view.c: (goto_dest):
6721         * shell/ev-window.c:
6722         * shell/ev-window.h:
6723         
6724         Fix page-label command line option. Bug #342070.
6725
6726 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6727
6728         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6729         
6730         Don't show highlight rects if page can't be showed. Fix for 
6731         the bug #342076
6732
6733 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6734
6735         * shell/ev-window.c: (setup_sidebar_from_metadata),
6736         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6737         
6738         Setup sidebar from metadata even if there is no document
6739         loaded. Fix for the bug #342807.
6740
6741 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * cut-n-paste/toolbar-editor/Makefile.am:
6744         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6745         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6746         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6747         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6748         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6749         (popup_context_menu_cb), (button_press_event_cb),
6750         (configure_item_sensitivity), (configure_item_cursor),
6751         (configure_item_tooltip), (connect_widget_signals),
6752         (action_sensitive_cb), (create_item_from_action),
6753         (create_item_from_position), (toolbar_drag_data_received_cb),
6754         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6755         (toolbar_drag_leave_cb), (configure_drag_dest),
6756         (toggled_visibility_cb), (toolbar_visibility_refresh),
6757         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6758         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6759         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6760         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6761         (egg_editable_toolbar_dispose),
6762         (egg_editable_toolbar_set_ui_manager),
6763         (egg_editable_toolbar_get_selected),
6764         (egg_editable_toolbar_set_selected), (set_edit_mode),
6765         (egg_editable_toolbar_set_property),
6766         (egg_editable_toolbar_get_property),
6767         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6768         (egg_editable_toolbar_new_with_model),
6769         (egg_editable_toolbar_get_edit_mode),
6770         (egg_editable_toolbar_set_edit_mode),
6771         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6772         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6773         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6774         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6775         (item_added_or_removed_cb), (toolbar_removed_cb),
6776         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6777         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6778         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6779         (editor_create_item_from_name), (append_table),
6780         (update_editor_sheet), (egg_toolbar_editor_init):
6781         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6782         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6783         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6784         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6785         (toolbar_node_free), (egg_toolbars_model_get_flags),
6786         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6787         (egg_toolbars_model_get_name), (impl_add_item),
6788         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6789         (parse_data_list), (parse_item_list), (parse_toolbars),
6790         (egg_toolbars_model_load_toolbars), (parse_available_list),
6791         (parse_names), (egg_toolbars_model_load_names),
6792         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6793         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6794         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6795         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6796         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6797         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6798         (egg_toolbars_model_set_types), (fill_avail_array),
6799         (egg_toolbars_model_get_name_avail),
6800         (egg_toolbars_model_get_name_flags),
6801         (egg_toolbars_model_set_name_flags):
6802         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6803         * cut-n-paste/toolbar-editor/eggintl.h:
6804         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6805         (egg_tree_multi_drag_source_get_type),
6806         (egg_tree_multi_drag_source_row_draggable),
6807         (egg_tree_multi_drag_source_drag_data_delete),
6808         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6809         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6810         (path_list_free), (set_context_data), (get_context_data),
6811         (get_info), (egg_tree_multi_drag_drag_data_get),
6812         (egg_tree_multi_drag_motion_event),
6813         (egg_tree_multi_drag_button_press_event),
6814         (egg_tree_multi_drag_add_drag_support):
6815         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6816         * shell/ev-application.c: (ev_application_init),
6817         (ev_application_save_toolbars_model):
6818         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6819         (ev_window_cmd_edit_toolbar), (ev_window_init):
6820         
6821         Sync toolbareditor with epiphany and libegg
6822
6823 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6824
6825         * configure.ac: 
6826
6827         Depend on poppler 0.5.2
6828
6829 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-jobs.c: (ev_job_render_run):
6832         
6833         Check if document supports links iterface.
6834
6835 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6836
6837         * NEWS:
6838         * configure.ac:
6839         
6840         Update for release 0.5.3
6841
6842 2006-05-13  Michael Plump  <plumpy@skylab.org>
6843
6844         * configure.ac:
6845         * shell/Makefile.am:
6846         * shell/main.c: (main):
6847         
6848         Port to GOption command line parsing. Fix for the 
6849         bug #327518
6850
6851 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-window.c: (ev_window_cmd_help_about):
6854         
6855         Do not wrap license. Fix for the bug #309460.
6856
6857 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * configure.ac:
6860         * properties/ev-properties-main.c: (ev_properties_get_pages):
6861         * shell/ev-application.c: (ev_application_open_window),
6862         (ev_application_open_uri_at_dest):
6863         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6864         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6865         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6866         * shell/ev-utils.c: (save_print_config_to_file):
6867         * shell/ev-window.c: (ev_window_cmd_save_as),
6868         (ev_attachment_popup_cmd_save_attachment_as):
6869         * shell/main.c: (load_files_remote):
6870         
6871         Bump requirements to gtk 2.8 and drop all ifdefs used.
6872
6873 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6876         * shell/ev-window.c: (ev_window_init):
6877         
6878         Show attachments page.
6879
6880 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * po/POTFILES.in:
6883         * shell/ev-attachment-bar.c:
6884         * shell/ev-attachment-bar.h:
6885         * shell/ev-sidebar-attachments.c:
6886         (ev_sidebar_attachments_icon_cache_add),
6887         (icon_theme_get_pixbuf_from_mime_type),
6888         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6889         (ev_sidebar_attachments_icon_cache_refresh),
6890         (ev_sidebar_attachments_get_attachment_at_pos),
6891         (ev_sidebar_attachments_popup_menu_show),
6892         (ev_sidebar_attachments_popup_menu),
6893         (ev_sidebar_attachments_button_press),
6894         (ev_sidebar_attachments_update_icons),
6895         (ev_sidebar_attachments_drag_data_get),
6896         (ev_sidebar_attachments_get_property),
6897         (ev_sidebar_attachments_destroy),
6898         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6899         (ev_sidebar_attachments_new),
6900         (ev_sidebar_attachments_set_document),
6901         (ev_sidebar_attachments_support_document),
6902         (ev_sidebar_attachments_get_label),
6903         (ev_sidebar_attachments_page_iface_init):
6904         * shell/ev-sidebar-attachments.h:
6905         * shell/ev-window.c: (update_chrome_visibility),
6906         (setup_sidebar_from_metadata), (ev_window_setup_document),
6907         (ev_window_sidebar_current_page_changed_cb),
6908         (attachment_bar_menu_popup_cb), (ev_window_init):
6909         
6910         Move attachments bar to sidebar.
6911
6912 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6913
6914         * pdf/ev-poppler.cc:
6915         * shell/ev-application.[ch]:
6916         * shell/main.c:
6917
6918         Fix some memory leaks.
6919
6920 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6921
6922         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6923
6924         Change the properties dialog response to
6925         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6926         will make the dialog go away when the user presses
6927         enter. With gtk+ >= 2.9 this will happen anyway, but for
6928         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6929         escape by default. Fixes bug #340539. See also bug
6930         #101293 for the gtk+ part.
6931
6932 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6933
6934         * shell/ev-view.c (tip_from_action_named): Replace some strings
6935         that were wrong. Closes #340970.
6936
6937 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6938
6939         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6940
6941         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6942         #341049
6943
6944 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * djvu/Makefile.am:
6947         * dvi/Makefile.am:
6948         * dvi/mdvi-lib/Makefile.am:
6949         * properties/Makefile.am:
6950         * ps/Makefile.am:
6951         * shell/Makefile.am:
6952         * thumbnailer/Makefile.am:
6953         
6954         Due to broken libtool that is unable to track dependencies
6955         of noinst libraries we are forced to explicitely point
6956         libraries for binary. Fix for the bug #333334.
6957
6958 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6959
6960         * data/evince.desktop.in.in:
6961         * shell/ev-view.c: (view_update_range_and_current_page),
6962         (ev_view_next_page), (ev_view_previous_page):
6963         * shell/ev-window.c: (update_chrome_visibility),
6964         (setup_sidebar_from_metadata), (ev_window_setup_document),
6965         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6966         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6967         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6968         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6969         (ev_window_stop_presentation), (ev_window_focus_in_event),
6970         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6971         (ev_window_init):
6972         * thumbnailer/Makefile.am:
6973         
6974         Update fullscreen and presentation timeout handling. Hide
6975         cursor in presentation after timeout. Fix for the bugs
6976         #136359 and #336981.
6977
6978 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6979
6980         * backend/ev-link-action.[ch]:
6981         * pdf/ev-poppler.cc: (ev_link_from_action):
6982         * shell/ev-view-private.h:
6983         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6984         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6985
6986         Add support for Named Action links
6987
6988 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6989
6990         * backend/Makefile.am:
6991         * backend/ev-document-links.[ch]:
6992         * backend/ev-document.[ch]:
6993         * backend/ev-link-action.[ch]:
6994         * backend/ev-link-dest.[ch]:
6995         * backend/ev-link.[ch]:
6996         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6997         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6998         * shell/ev-page-action.c: (build_new_tree_cb):
6999         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7000         (links_page_num_func), (update_page_callback):
7001         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7002         (tip_from_link):
7003         * shell/ev-jobs.c:
7004         * shell/ev-window.[ch]: (ev_window_open_uri),
7005         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7006         * shell/ev-application.[ch]: (ev_application_open_window),
7007         (ev_application_open_uri):
7008
7009         Rework links system, it adds support for remote links now and it makes
7010         easier to add new kinds of actions and destinations. Fixes bug #317292
7011
7012 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7013
7014         * data/Makefile.am:
7015         * data/evince.png:
7016         * data/evince-16.png:
7017         * data/evince-22.png:
7018         * data/evince.svg:
7019         * shell/main.c: (main):
7020         
7021         Evince use it's own icon. Fix for the bug #313392.
7022
7023         * shell/ev-window.c: (fullscreen_timeout_cb),
7024         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7025         (ev_window_cmd_help_about), (ev_window_dispose):
7026         
7027         Simplify fullscreen timeout code.
7028
7029 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7030
7031         * backend/ev-attachment.c: 
7032         * shell/ev-attachment-bar.c:
7033         * shell/ev-window.c:
7034
7035         Allow multiple selection of attachments
7036
7037 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * shell/ev-view.c: (view_update_range_and_current_page),
7040         (ev_view_scroll):
7041         
7042         Fix for the bug #312573 – Optimal selection of current 
7043         page among visible pages.
7044
7045 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7046
7047         * configure.ac:
7048         * djvu/Makefile.am:
7049         * djvu/djvu-text.h:
7050         
7051         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7052         for the bug 339868.
7053
7054 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7055
7056         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7057
7058 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7059
7060         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7061         dictated by the GNOME HIG. Fixes bug #339235.
7062
7063 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7064
7065         * data/evince-ui.xml:
7066         * shell/ev-view.c: (ev_view_can_find_previous):
7067         * shell/ev-view.h:
7068         * shell/ev-window.c: (ev_window_update_actions),
7069         (ev_window_cmd_edit_find_previous):
7070
7071         Add support for "Find Previous" as dictated by the GNOME HIG. A
7072         menu item is added and some glue code to make it all work is added
7073         to various files.
7074
7075 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7076
7077         * configure.ac: Award myself the "useless use of cat" award.
7078
7079 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7080
7081         * po/LINGUAS: New file listing all supported languages.
7082
7083         * configure.in: Use po/LINGUAS instead of including all languages
7084         directly in this file. See the wiki for more information:
7085         http://live.gnome.org/GnomeGoals/PoLinguas
7086
7087 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7088
7089         * backend/ev-document-factory.c:
7090
7091         Do not load the document twice when there isn't errors
7092
7093 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7094
7095         * backend/ev-attachment.c: 
7096
7097         Fix a crash when there isn't a default application to open an
7098         attachment
7099
7100 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7101
7102         * backend/ev-attachment.[ch]:
7103         * shell/ev-attachment-bar.[ch]:
7104
7105         Added missing files. 
7106
7107 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7108
7109         * backend/Makefile.am:
7110         * data/evince-ui.xml:
7111         * backend/ev-attachment.[ch]:
7112         * backend/ev-document.[ch]: (ev_document_has_attachments),
7113         (ev_document_get_attachments):
7114         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7115         (attachment_save_to_buffer), (pdf_document_get_attachments),
7116         (pdf_document_document_iface_init):
7117         * shell/Makefile.am:
7118         * shell/ev-attachment-bar.[ch]:
7119         * shell/ev-window.c:
7120
7121         Add support for PDF attachments. Fixes bug #325143
7122
7123 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * backend/ev-document-factory.c: (get_document_from_uri),
7126         (ev_document_factory_get_document):
7127         * backend/ev-document-factory.h:
7128         * properties/ev-properties-main.c: (ev_properties_get_pages):
7129         * shell/Makefile.am:
7130         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7131         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7132         (ev_job_queue_remove_job):
7133         * shell/ev-job-queue.h:
7134         * shell/ev-job-xfer.c:
7135         * shell/ev-job-xfer.h:
7136         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7137         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7138         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7139         (ev_job_xfer_run):
7140         * shell/ev-jobs.h:
7141         * shell/ev-window.c: (ev_window_is_empty),
7142         (password_dialog_response), (ev_window_clear_xfer_job),
7143         (ev_window_xfer_job_cb), (ev_window_open_uri),
7144         (ev_window_cmd_focus_page_selector),
7145         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7146         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7147         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7148         (ev_window_dispose):
7149         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7150         
7151         * Cleanup mime type detection on document load. Fix for the
7152         bug #336448.
7153
7154 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7157         
7158         Fix crash on exit, described in the bug #336825.
7159
7160 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7161
7162         * backend/ev-document-factory.c:
7163         (ev_document_factory_get_from_mime),
7164         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7165         (ev_document_factory_get_document),
7166         (file_filter_add_mime_list_and_free),
7167         (ev_document_factory_add_filters):
7168         * backend/ev-document-factory.h:
7169         * properties/ev-properties-main.c: (ev_properties_get_pages):
7170         * shell/Makefile.am:
7171         * shell/ev-application.c:
7172         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7173         * shell/ev-window.c: (ev_window_cmd_file_open),
7174         (ev_window_cmd_save_as):
7175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7176         
7177         Rework factory functions so they are placed now in a single 
7178         file ev-document-factory.c
7179
7180 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * shell/ev-window.c: (update_chrome_visibility):
7183         
7184         Fix for the bug 166566 - don't show menubar in fullscreen
7185         mode.
7186
7187 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7188
7189         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7190
7191 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * shell/ev-view.c: (ev_view_expose_event):
7194         
7195         More correctly draw loading text when document
7196         is empty.
7197
7198 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-view.c: (ev_view_scroll):
7201         
7202         Fix for the bug #334854, page down and page up switch
7203         pages in presentation mode.
7204
7205 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * shell/ev-window.c: (ev_window_set_action_sensitive),
7208         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7209         (ev_window_set_view_accels_sensitivity),
7210         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7211         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7212         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7213         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7214         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7215         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7216         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7217         (view_actions_focus_in_cb), (ev_window_init):
7218         
7219         Fix for the bug #333902, now it's possible to search
7220         words with slash.
7221
7222 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7223
7224         * configure.ac: Added Breton translation.
7225         * po/br.po: Added Breton translation.
7226
7227 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7228
7229         * shell/ev-window-title (ev_window_title_update):
7230
7231         Fix memory leak in window title. Fixes bug #333944
7232
7233 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7234
7235         * shell/ev-metadata-manager.c (parseItem):
7236
7237         Fix memory leaks. Fixes bug #333945
7238
7239 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7240         
7241         * NEWS, configure.ac, TODO:
7242         
7243         Update for release 0.5.2.
7244
7245 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * shell/ev-view.c: (view_update_range_and_current_page),
7248         (page_changed_cb):
7249         
7250         Don't jump on scrolling, fix for the bug #333127.
7251
7252 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7253
7254         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7255         
7256         Scroll by one page in presentation mode. Fix for the bug
7257         #332993.
7258
7259 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7260
7261         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7262
7263 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7264
7265         * configure.ac  Added lv in ALL_LINGUAS line.
7266
7267 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7268         
7269         * NEWS, configure.ac:
7270         
7271         Update for release 0.5.1
7272
7273 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7274
7275         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7276         * backend/ev-document-misc.h:
7277         * shell/ev-view.c: (draw_one_page):
7278         
7279          Clairfy what page the toolbar page number applies to. Fix
7280          for the bug #328102.
7281
7282 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7283
7284         * shell/ev-view-private.h:
7285         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7286         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7287         (ev_view_search_changed):
7288         * shell/ev-view.h:
7289         * shell/ev-window.c: (find_bar_search_changed_cb):
7290         
7291         Dont't jump to find result if window was scrolled during search.
7292         Fix for the bug #313266.
7293
7294 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7295
7296         * shell/eggfindbar.c: (egg_find_bar_class_init):
7297         * shell/eggfindbar.h:
7298         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7299         * shell/ev-view-private.h:
7300         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7301         (ev_view_class_init), (ev_sizing_mode_get_type),
7302         (ev_scroll_type_get_type):
7303         * shell/ev-view.h:
7304         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7305         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7306         (ev_window_init):
7307         
7308         Fix for the bug 319133 - Find entry should allow text scroll.
7309
7310 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7311
7312         * shell/ev-view-private.h:
7313         * shell/ev-view.c: (view_update_range_and_current_page),
7314         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7315         (ev_view_set_document), (update_find_status_message),
7316         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7317         (ev_view_find_previous):
7318         
7319         Fix for the bug #319137. Search now takes account for scrolling.
7320
7321 2006-02-19  Michael Hofmann <mh21@piware.de>
7322
7323         * configure.ac:
7324         * djvu/Makefile.am:
7325         * djvu/djvu-document-private.h:
7326         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7327         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7328         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7329         (djvu_document_can_get_text), (djvu_document_get_text),
7330         (djvu_document_document_iface_init),
7331         (djvu_document_thumbnails_get_thumbnail),
7332         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7333         (djvu_document_find_get_result),
7334         (djvu_document_find_page_has_results),
7335         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7336         (djvu_document_find_iface_init):
7337         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7338         (djvu_text_page_selection), (djvu_text_page_limits_process),
7339         (djvu_text_page_limits), (djvu_text_page_copy),
7340         (djvu_text_page_position), (djvu_text_page_union),
7341         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7342         (djvu_text_page_box), (djvu_text_page_append_text),
7343         (djvu_text_page_search), (djvu_text_page_prepare_search),
7344         (djvu_text_page_new), (djvu_text_page_free):
7345         * djvu/djvu-text-page.h:
7346         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7347         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7348         (djvu_text_n_results), (djvu_text_has_results),
7349         (djvu_text_get_result), (djvu_text_get_progress):
7350         * djvu/djvu-text.h:
7351         
7352         Text search in djvu. Fix for the bug #303415.
7353
7354 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7355
7356         * configure.ac:
7357         * shell/ev-window.c: (ev_window_cmd_save_as):
7358         
7359         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7360         Thanks to Gary Coady <gary@lyranthe.org>
7361
7362 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * shell/ev-print-job.c: (idle_print_handler):
7365         
7366         Inverse order printing, bug #320919.
7367
7368 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * data/evince-toolbar.xml:
7371         * shell/ev-window.c:
7372         
7373         Allow to add sidebar checkbutton on toolbar. Fix
7374         for the bug #144577.
7375
7376 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7377
7378         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7379         
7380         Add checks that have sense for empty ps document.
7381
7382 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7383
7384         * configure.ac: Include PS in mime types list. 
7385
7386 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * configure.ac:
7389         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7390         * ps/gsdefaults.h:
7391         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7392         
7393         Runtime check for gs interpreter. Fix for the bug #320868.
7394         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7395
7396 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7397
7398         * shell/ev-application.c: 
7399
7400         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7401         dbus>=0.60, so that the request is not queued. 
7402
7403 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7404
7405         * configure.ac:
7406         * shell/Makefile.am:
7407         * shell/ev-sidebar-links.c: (print_section_cb):
7408         * shell/ev-utils.c:
7409         * shell/ev-utils.h:
7410         * shell/ev-window.c: (update_action_sensitivity),
7411         (ev_window_close_dialogs), (ev_window_print):
7412         * shell/ev-window.h:
7413         
7414         Make printing support optional. Patch from Eduardo de Barros Lima
7415         <eduardo.lima@indt.org.br> for the bug #330546.
7416
7417 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * shell/ev-view-private.h:
7420         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7421         (ev_view_set_document):
7422         * shell/ev-view.h:
7423         * shell/ev-window.c: (ev_window_load_job_cb),
7424         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7425         (ev_window_init):
7426
7427         Draw Loading message during xfer job. Fix for the bug #329495.
7428
7429 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * comics/comics-document.c: (comics_regex_quote),
7432         (comics_document_load), (extract_argv):
7433         
7434         Correcly quote regexp before passing it to unzip.
7435
7436 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * shell/ev-page-cache.c: (build_height_to_page),
7439         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7440         (ev_page_cache_get_dual_even_left):
7441         * shell/ev-page-cache.h:
7442         * shell/ev-view.c: (view_update_range_and_current_page),
7443         (get_page_y_offset), (get_page_extents):
7444         
7445         Place even pages to the left if document has less then
7446         two pages. Fix for the bug #328856.
7447
7448 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7449
7450         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7451         
7452         Correct comics scheme. This make evince create thumbnails
7453         for comic books. Fix for the bug 329088.
7454
7455 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7456
7457         * data/evince-password.glade: Don't explicitly set
7458         invisible_char to the current default value in case
7459         the default changes; let GTK+ do its magic.
7460
7461 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7464         real filename to tmp filename since often document
7465         type is determined by extension.
7466
7467 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7468
7469         * shell/ev-view.c: (add_scroll_binding_keypad),
7470         (ev_view_binding_activated), (ev_view_class_init):
7471         
7472         Add keybindings for percision-scrolling of display area. 
7473         Fix for the bug #314072.
7474
7475 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * data/evince.desktop.in.in:
7478         
7479         Add GTK to the list of categories. Fix for the bug #328034.
7480
7481 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * shell/ev-application.c: (ev_application_shutdown),
7484         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7485         * shell/ev-application.h:
7486         * shell/ev-window.c: (file_open_dialog_response_cb),
7487         (ev_window_cmd_file_open):
7488         
7489         Save last uri in file chooser dialog. Fix for the bug #327950.
7490
7491 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * NEWS:
7494         * README:
7495         
7496         Final update for release 0.5.0
7497         
7498         * shell/Makefile.am:
7499         
7500         Remove disable deprecated until we'll require libgnome-2.13.7
7501         and port to GOption argument parsing. See bug 327518.
7502
7503 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7504
7505         * comics/comics-document.c: (comics_document_save):
7506         * djvu/djvu-document.c: (djvu_document_save):
7507         * dvi/dvi-document.c: (dvi_document_save):
7508         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7509         * lib/ev-file-helpers.h:
7510         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7511         * tiff/tiff-document.c: (tiff_document_save):
7512         
7513         Use common save function for backends.
7514
7515 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7516
7517         * backend/ev-document-types.c:
7518         
7519         Fix crash on saving pixbuf.
7520
7521 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7522
7523         * cut-n-paste/recent-files/egg-recent-item.c:
7524         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7525         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7526         (parse_info_free), (valid_element), (start_element_handler),
7527         (end_element_handler), (text_handler), (egg_recent_model_filter),
7528         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7529         (egg_recent_model_monitor), (egg_recent_model_read),
7530         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7531         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7532         (egg_recent_model_set_property), (egg_recent_model_class_init),
7533         (egg_recent_model_init), (egg_recent_model_add_full),
7534         (egg_recent_model_delete), (egg_recent_model_get_list),
7535         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7536         (egg_recent_model_set_filter_mime_types),
7537         (egg_recent_model_clear_group_filter),
7538         (egg_recent_model_set_filter_groups),
7539         (egg_recent_model_clear_scheme_filter),
7540         (egg_recent_model_set_filter_uri_schemes),
7541         (egg_recent_model_remove_expired):
7542         * cut-n-paste/recent-files/egg-recent-util.c:
7543         (egg_recent_util_get_icon):
7544         * cut-n-paste/recent-files/egg-recent-util.h:
7545         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7546         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7547         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7548         (egg_recent_view_uimanager_set_property),
7549         (egg_recent_view_uimanager_get_property),
7550         (egg_recent_view_uimanager_class_init),
7551         (egg_recent_view_uimanager_init),
7552         (egg_recent_view_uimanager_set_label_width),
7553         (egg_recent_view_uimanager_get_label_width):
7554         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7555         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7556         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7557         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7558         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7559         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7560         
7561         Update from libegg.
7562
7563 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * shell/ev-page-cache.c: (build_height_to_page),
7566         (ev_page_cache_get_height_to_page):
7567         * shell/ev-page-cache.h:
7568         * shell/ev-view.c: (view_update_range_and_current_page),
7569         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7570         (ev_view_previous_page):
7571         
7572         Dual mode places even pages to the left. Fix for the bug #309393.
7573
7574         * shell/ev-view.h:
7575         * shell/ev-window.c: (update_action_sensitivity),
7576         (setup_view_from_metadata), (view_menu_popup_cb):
7577         
7578         Don't restore presentation in empty windows, more intelligent
7579         next page behaviour in dual mode.
7580
7581         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7582         (ev_pixbuf_cache_clear_job_sizes):
7583         
7584         Cleanup job callback on removal. Fix for the bug #325886.
7585
7586 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * ps/ps.c: (psscan):
7589         
7590         Commit workaround Mozilla problem. Fix for the bug #325919
7591         
7592         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7593         (save_item):
7594         
7595         Fix for year 2038 problem.
7596
7597 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * shell/ev-window.c: (setup_document_from_metadata),
7600         (ev_window_cmd_view_reload):
7601
7602         Clamp page recieved from metadata in valid values. Fix
7603         for the bug #325986.
7604
7605 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7606
7607         * MAINTAINERS: 
7608         Add MAINTAINERS as requested on desktop-devel-list.
7609
7610 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7613         (mime_type_supported_by_gdk_pixbuf),
7614         (ev_document_factory_get_mime_types),
7615         (ev_document_factory_get_all_mime_types):
7616         
7617         Don't add pixbuf mime types if pixbuf backend is disabled.
7618         
7619         * shell/ev-application.c: (ev_application_get_uri_window):
7620         
7621         Fix for the bug 325815 - unhandled MIME type message doesn't 
7622         appear a second time. 
7623         
7624         * shell/ev-document-types.c: (ev_document_types_add_filters):
7625         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7626         (password_dialog_response), (ev_window_popup_password_dialog),
7627         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7628         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7629         (ev_window_run_presentation), (ev_window_stop_presentation),
7630         (save_sizing_mode), (ev_window_zoom_changed_cb),
7631         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7632         (ev_window_dual_mode_changed_cb),
7633         (ev_window_sidebar_current_page_changed_cb),
7634         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7635         (window_state_event_cb), (window_configure_event_cb):
7636         
7637         Cleanup additional uris holded by EvWindow.
7638
7639 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7642         (ev_view_can_previous_page), (ev_view_can_next_page):
7643         * shell/ev-view.h:
7644         * shell/ev-window.c: (update_action_sensitivity):
7645         
7646         Two page scrolling with Space and PageUp in dual mode. Second fix 
7647         for the bug #316608.
7648
7649 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-view.c: (scroll_to_current_page):
7652         
7653         Correctly clamp adjustment value. Fix for the bug
7654         #325808.
7655
7656 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * shell/ev-sidebar-links.c: (print_section_cb):
7659         * shell/ev-window.c: (ev_window_get_uri),
7660         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7661         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7662         (ev_window_dispose):
7663         
7664         Make print dialog non-modal. Fix for the bug #325622.
7665
7666 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * shell/ev-metadata-manager.c:
7669         * shell/ev-utils.c: (using_pdf_printer),
7670         (using_postscript_printer), (load_print_config_from_file),
7671         (save_print_config_to_file):
7672         * shell/ev-utils.h:
7673         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7674         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7675         (setup_view_from_metadata), (ev_window_setup_document),
7676         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7677         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7678         (ev_window_run_presentation), (ev_window_stop_presentation),
7679         (save_sizing_mode), (ev_window_zoom_changed_cb),
7680         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7681         (ev_window_dual_mode_changed_cb),
7682         (ev_window_sidebar_current_page_changed_cb),
7683         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7684         (window_state_event_cb), (window_configure_event_cb),
7685         (ev_window_init):
7686         
7687         Setting saving behaviour fixes.
7688
7689 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * configure.ac:
7692         
7693         Make antialiasing gs options better and allow
7694         to change them during configure. Fix for the 
7695         bug #319049.
7696
7697 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-window.c: (setup_view_from_metadata):
7700         
7701         Remember if last window was maximized. Fix for the
7702         bug #323797.
7703
7704 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7705
7706         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7707
7708 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7709
7710         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7711         * shell/ev-page-action.c: (build_new_tree_cb):
7712         * shell/ev-sidebar-links.c: (links_page_num_func),
7713         (update_page_callback_foreach), (update_page_callback):
7714         * shell/ev-view.c: (scroll_to_current_page):
7715         
7716         Fix for the bug #325067 with more intelligent selection
7717         of current link in sidebar. Make sidebar handle links
7718         of FITR-like type more correctly.
7719
7720         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7721         (dvi_pixbuf_put_pixel):
7722         
7723         Fix memory consumtion with disabled alpha channel.
7724
7725 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7726
7727         * data/evince-ui.xml:
7728         * shell/ev-window.c: (view_menu_popup_cb),
7729         (ev_popup_cmd_open_link), (ev_window_init):
7730         
7731         Update context menu for internal links. Fix for the bug
7732         #325066.
7733
7734 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7737         
7738         Bind context menu to keyboard also. Fix for the bug
7739         #325065.
7740
7741 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * shell/ev-view.c: (selection_scroll_timeout_cb):
7744         
7745         Horizontal scroll on selection also.
7746
7747 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * shell/ev-metadata-manager.c: (parse_value):
7750         * shell/ev-view.c: (goto_xyz_link):
7751         
7752         Correct zoom setup and metadata save broken in 
7753         some locales.
7754
7755 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * shell/ev-view-private.h:
7758         * shell/ev-view.c: (scroll_to_current_page),
7759         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7760         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7761         (page_changed_cb), (ev_view_set_continuous),
7762         (ev_view_set_dual_page), (ev_view_set_presentation):
7763         
7764         Delay scroll until allocation to correctly position page. Fix
7765         for the bug #317334.
7766
7767 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7768
7769         * NEWS:
7770         * configure.ac:
7771         
7772         Update NEWS and require poppler 0.5.0.
7773
7774 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7775         
7776         * data/evince-ui.xml:
7777         * shell/ev-view-private.h:
7778         * shell/ev-view.c: (ev_view_get_link_at_location),
7779         (handle_link_over_xy), (ev_view_button_press_event),
7780         (ev_view_button_release_event), (ev_view_class_init):
7781         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7782         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7783         (ev_window_init):
7784         
7785         Implement right-click context menu.
7786
7787 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7788
7789         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7790         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7791         (mdvi_pixbuf_device_render):
7792         * pdf/ev-poppler.cc:
7793
7794         Don't generate thumbnails with alpha. See bug #324077.
7795         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7796
7797 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7798
7799         * shell/ev-window.c: (setup_chrome_from_metadata):
7800         
7801         Fix typo that was hiding toolbar.
7802
7803 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * shell/ev-view-private.h:
7806         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7807         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7808         (ev_view_button_release_event), (ev_view_destroy):
7809         
7810         Small cleanup and autoscrolling during selection. Thanks to 
7811         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7812
7813 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7814
7815         * configure.ac:
7816         
7817         Correctly check for comics option.
7818
7819 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7820         * Makefile.am:
7821         * configure.ac:
7822         * backend/Makefile.am:
7823         * backend/ev-document-factory.c:
7824         * shell/ev-document-types.c:
7825
7826         Included option in configure to make ps backend 
7827         compilation optional with --disable-ps.
7828
7829 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * backend/ev-document-factory.c:
7832         * comics/Makefile.am:
7833         * comics/comics-document.c: (comics_document_load):
7834         * comics/ev-cbr-mime.xml:
7835         * configure.ac:
7836         
7837         Comics mime types are added to shared-mime-info CVS. Now
7838         we don't need to install our own mime types.
7839
7840 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7841
7842         * shell/ev-window.c:
7843         
7844         Add shortcut for "save a copy" menu entry. Fix for
7845         the bug #324582.
7846
7847 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7850         (job_finished_cb), (new_selection_pixbuf_needed),
7851         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7852         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7853         
7854         Rework selection job info logic and fix critical warning.
7855
7856 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7857
7858         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7859
7860 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7861
7862         * data/evince-ui.xml:
7863         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7864         
7865         Enter as shortcut key for next page. Fix for the bug
7866         #321394.
7867
7868 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7869
7870         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7871
7872 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7875         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7876         (new_selection_pixbuf_needed),
7877         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7878         (clear_job_selection):
7879         
7880         Too early for 0.5. Pixbuf cache code cleaned a bit.
7881
7882 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * NEWS:
7885         * configure.ac:
7886         
7887         Release 0.5.0 preparation
7888
7889 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * comics/Makefile.am:
7892         * configure.ac:
7893         * shell/ev-document-types.c: (ev_document_types_add_filters):
7894         
7895         More advanced handling of custom mime type installation.
7896
7897 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7898
7899         * data/evince.schemas.in:
7900         * shell/ev-metadata-manager.c: (value_free),
7901         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7902         (ev_metadata_manager_get), (ev_metadata_manager_set):
7903         * shell/ev-metadata-manager.h:
7904         * shell/ev-window.c: (update_chrome_flag),
7905         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7906         (setup_document_from_metadata), (setup_chrome_from_metadata),
7907         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7908         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7909         (ev_window_view_toolbar_cb),
7910         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7911         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7912         
7913         Save last document settings and reuse them for new documents.
7914
7915 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7916
7917         * Makefile.am:
7918         * backend/Makefile.am:
7919         * backend/ev-document-factory.c:
7920         * backend/ev-document-factory.h:
7921         * comics/Makefile.am:
7922         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7923         (comics_document_load), (comics_document_save),
7924         (comics_document_get_n_pages), (comics_document_get_page_size),
7925         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7926         (comics_document_class_init), (comics_document_can_get_text),
7927         (comics_document_get_info), (comics_document_document_iface_init),
7928         (comics_document_init), (get_supported_image_extensions),
7929         (comics_document_thumbnails_get_geometry),
7930         (comics_document_thumbnails_get_thumbnail),
7931         (comics_document_thumbnails_get_dimensions),
7932         (comics_document_document_thumbnails_iface_init), (extract_argv):
7933         * comics/comics-document.h:
7934         * comics/ev-cbr-mime.xml:
7935         * configure.ac:
7936         * po/POTFILES.in:
7937         * shell/ev-application.c: (ev_application_register_service):
7938         * shell/ev-document-types.c: (ev_document_types_add_filters):
7939         * thumbnailer/Makefile.am:
7940         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7941         
7942         New CBR/CBZ backend for comic books.
7943
7944 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7945
7946         * shell/main.c: (load_files_remote):
7947
7948         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7949         warning on startup of second instance is fixed. It
7950         is bug #320353.
7951
7952 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * shell/ev-window.c: (ev_window_finalize):
7955         
7956         Fix double free that cause crash.
7957
7958 2005-10-29  Bastien Nocera <hadess@hadess.net>
7959
7960         * tiff/tiff-document.c: (tiff_document_load):
7961         
7962         Fix memory leak.
7963
7964 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * po/POTFILES.in:
7967         * shell/Makefile.am:
7968         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7969         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7970         (ev_view_accessible_get_text),
7971         (ev_view_accessible_get_character_at_offset),
7972         (ev_view_accessible_get_text_before_offset),
7973         (ev_view_accessible_get_text_at_offset),
7974         (ev_view_accessible_get_text_after_offset),
7975         (ev_view_accessible_get_character_count),
7976         (ev_view_accessible_get_caret_offset),
7977         (ev_view_accessible_set_caret_offset),
7978         (ev_view_accessible_get_run_attributes),
7979         (ev_view_accessible_get_default_attributes),
7980         (ev_view_accessible_get_character_extents),
7981         (ev_view_accessible_get_offset_at_point),
7982         (ev_view_accessible_get_n_selections),
7983         (ev_view_accessible_get_selection),
7984         (ev_view_accessible_add_selection),
7985         (ev_view_accessible_remove_selection),
7986         (ev_view_accessible_set_selection),
7987         (ev_view_accessible_text_iface_init),
7988         (ev_view_accessible_idle_do_action),
7989         (ev_view_accessible_action_do_action),
7990         (ev_view_accessible_action_get_n_actions),
7991         (ev_view_accessible_action_get_description),
7992         (ev_view_accessible_action_get_name),
7993         (ev_view_accessible_action_set_description),
7994         (ev_view_accessible_action_iface_init),
7995         (ev_view_accessible_get_type), (ev_view_accessible_new),
7996         (ev_view_accessible_factory_get_accessible_type),
7997         (ev_view_accessible_factory_create_accessible),
7998         (ev_view_accessible_factory_class_init),
7999         (ev_view_accessible_factory_get_type):
8000         * shell/ev-view-accessible.h:
8001         * shell/ev-view-private.h:
8002         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8003         * shell/ev-view.h:
8004         
8005         Initial accessibility support.
8006
8007 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8008
8009         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8010
8011 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8012
8013         * shell/ev-print-job.c: (idle_print_handler):
8014         
8015         Fix for bug Bug 318916: Printing multiple pages.
8016
8017 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8018
8019         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8020
8021 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8022
8023         * pdf/ev-poppler.cc:
8024         
8025         Thumnail dimensions unified with other backends.
8026         
8027         * shell/ev-window-title.c: (ev_window_title_update):
8028         
8029         Fix warning.
8030
8031 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * data/ev-stock-zoom-fit-width.png:
8034         
8035         Remove unused file.
8036
8037 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8038
8039         * configure.ac:
8040         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8041         (djvu_document_finalize):
8042         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8043         (dvi_document_finalize):
8044         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8045         (pixbuf_document_save), (pixbuf_document_finalize):
8046         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8047         (tiff_document_finalize):
8048         
8049         Save a copy implemented for various backends.
8050
8051 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8052
8053         * configure.ac:
8054         
8055         Don't link with ltiff if tiff is disabled.
8056
8057 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * pdf/GDKSplashOutputDev.cc:
8060         * pdf/GDKSplashOutputDev.h:
8061         * pdf/Thumb.cc:
8062         * pdf/Thumb.h:
8063         * pdf/pdf-document.cc:
8064         * pdf/pdf-document.h:
8065         * pdf/test-gdk-output-dev.cc:
8066         
8067         Remove old unused files.
8068
8069 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-window.c: (ev_window_setup_document):
8072         
8073         Fixed warnings on reload and probably crash reason.
8074
8075 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8076
8077         * properties/ev-properties-view.c:
8078         (ev_properties_view_format_date):
8079         
8080         Check if date is invalid. Fix for bug 318134.
8081
8082 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8083
8084         * shell/ev-window-title.c:
8085         
8086         Add .indd files (Adobe Indesign) to the list of "bad
8087         extensions".
8088
8089 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8090
8091         * data/evince-ui.xml:
8092         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8093         
8094         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8095
8096 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8097
8098         * shell/ev-window.c: (launch_link), (launch_external_uri),
8099         (view_external_link_cb):
8100
8101         URL-escape link before passing it to gnome_vfs_url_show.
8102
8103 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8104
8105         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8106         there isn't text selected.
8107
8108 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * shell/ev-view.c: (handle_link_over_xy):
8111
8112         Check tooltip is valid utf8 before showing it
8113
8114 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8115
8116         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8117
8118 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8119
8120         * shell/ev-window-title.c: (ev_window_title_update):
8121
8122         Guard against using g_strstrip on NULL. Fixes bug #317291.
8123
8124 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8125
8126         * pdf/ev-poppler.cc:
8127
8128         Show title even for unknown links
8129
8130 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * shell/ev-window-title.c: (ev_window_title_update):
8133
8134         Strip the title string
8135
8136 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * shell/ev-window-title.c:
8139
8140         Add .rtf to the bad extensions list
8141
8142 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8145         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8146
8147         Ignore link coordinates if they are outside page bounds
8148
8149 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * backend/ev-link.c: (ev_link_type_get_type),
8152         (ev_link_get_filename), (ev_link_get_params),
8153         (ev_link_get_property), (ev_link_set_property),
8154         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8155         * backend/ev-link.h:
8156         * pdf/ev-poppler.cc:
8157         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8158         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8159         (ev_window_init):
8160
8161         Implement launch links. Delegate external link opening to
8162         the window.
8163
8164 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8167         (ev_link_get_right), (ev_link_get_property),
8168         (ev_link_set_property), (ev_link_class_init),
8169         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8170         * backend/ev-link.h:
8171         * pdf/ev-poppler.cc:
8172         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8173
8174         Implement fitr links
8175
8176 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8179         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8180         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8181         (ev_view_size_request_continuous),
8182         (ev_view_size_request_dual_page),
8183         (ev_view_size_request_single_page), (ev_view_size_allocate),
8184         (ev_view_zoom_for_size_continuous_and_dual_page),
8185         (ev_view_zoom_for_size_continuous),
8186         (ev_view_zoom_for_size_dual_page),
8187         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8188         (ev_sizing_mode_get_type):
8189         * shell/ev-view.h:
8190         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8191
8192         Do not use modes for link, we need to calculate size ad hoc.
8193         Still not perfect because of the usual scrollbar issues grrr.
8194
8195 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * backend/ev-link.c: (ev_link_type_get_type),
8198         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8199         * backend/ev-link.h:
8200         * pdf/ev-poppler.cc:
8201         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8202         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8203         (ev_view_size_request_continuous),
8204         (ev_view_size_request_dual_page),
8205         (ev_view_size_request_single_page), (ev_view_size_allocate),
8206         (zoom_for_size_fit_height),
8207         (ev_view_zoom_for_size_continuous_and_dual_page),
8208         (ev_view_zoom_for_size_continuous),
8209         (ev_view_zoom_for_size_dual_page),
8210         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8211         (ev_sizing_mode_get_type):
8212         * shell/ev-view.h:
8213         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8214
8215         Implement FIT_HEIGHT mode (only for links).
8216         Implement FITH links
8217
8218 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * shell/ev-window-title.c: (get_filename_from_uri),
8221         (ev_window_title_sanitize_extension), (ev_window_title_update),
8222         (ev_window_title_set_document), (ev_window_title_set_uri),
8223         (ev_window_title_free):
8224         * shell/ev-window-title.h:
8225         * shell/ev-window.c: (ev_window_setup_document),
8226         (ev_window_popup_password_dialog):
8227
8228         Refactor window title building while fixing it for
8229         password documents.
8230
8231 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * pdf/ev-poppler.cc:
8234
8235         Escape link title before setting it in the model
8236
8237 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * shell/ev-application.c: (removed_from_session), (save_session),
8240         (init_session), (ev_application_get_empty_window),
8241         (ev_application_init), (ev_application_get_windows):
8242         * shell/ev-application.h:
8243         * shell/ev-window.c: (ev_window_finalize):
8244
8245         Add a function to retrieve window list and share it where
8246         necessary.
8247         Implement session handling, works pretty well thanks to the
8248         metadata system.
8249
8250 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8251
8252         * shell/ev-password.c: (ev_password_item_created_callback),
8253         (ev_password_dialog_save_password):
8254         
8255         Fix for bug 316972. Use async gnome-keyring API.
8256
8257 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8258
8259         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8260         Remove unused unrealize handler. Add scroll handling to
8261         ev_view_scroll_event for presentation mode (bug #316708),
8262         and fix the event state checks there.
8263
8264 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * shell/ev-page-action.c: (page_changed_cb):
8267
8268         "marco, maybe we should be crazy and jump right to 6! :)"
8269
8270         Bryan Clark, Sep 2005
8271
8272 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * ps/ps-document.c: (save_document), (ps_document_save),
8275         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8276         (ps_document_ps_export_end):
8277
8278         Fix unstructured documents save and print
8279
8280 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * shell/ev-application.c: (ev_application_open_uri):
8283
8284         Fix window size persistance
8285
8286 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * shell/ev-view.c: (ev_view_button_release_event):
8289
8290         Based on a patch from carlosgc@gnome.org. Mouse buttons
8291         switch pages in presentation mode.
8292
8293 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8296
8297         Dont cast to int before scaling
8298
8299 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * backend/ev-link.c: (ev_link_type_get_type),
8302         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8303         (ev_link_new_page_fith):
8304         * backend/ev-link.h:
8305         * pdf/ev-poppler.cc:
8306         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8307
8308         Implement FIT and FITH links
8309
8310 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * pdf/ev-poppler.cc:
8313
8314         Return 0 results when search is not in progress.
8315
8316         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8317         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8318
8319         Update menu sensitivity when cancelling search
8320
8321 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * shell/ev-view.c: (ev_view_can_find_next):
8324
8325         Take all pages in consideration, not just current one
8326
8327 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8328
8329         * shell/ev-page-cache.c:
8330         * shell/ev-page-cache.h:
8331         * shell/ev-view.c: (ev_view_binding_activated),
8332         (ev_view_next_page), (ev_view_previous_page),
8333         (ev_sizing_mode_get_type):
8334         * shell/ev-view.h:
8335         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8336         (ev_window_cmd_go_next_page):
8337
8338         Move page next/previous functions from page chace to
8339         view and change it to move by 2 page steps in dual mode.
8340
8341 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8342
8343         * shell/ev-window.c: (update_sidebar_visibility),
8344         (setup_sidebar_from_metadata), (ev_window_setup_document),
8345         (setup_view_from_metadata):
8346
8347         Show the index by default when there is one     
8348
8349 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * shell/ev-window-title.c: (ev_window_title_set_document):
8352
8353         Missing null check
8354
8355 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8356
8357         * shell/ev-view.c: (view_update_range_and_current_page):
8358         
8359         Allow display of last odd page in dual view. Fix for 316347.
8360
8361 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8362
8363         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8364         
8365         Make close button default. Fix for 316383.
8366
8367 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8368
8369         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8370         
8371         Mark close button as default. Fix for 316381.
8372
8373 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8374
8375         * backend/ev-link.c: (ev_link_class_init):
8376
8377         Allow negative doubles in left/top properties
8378
8379 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-window.c:
8382
8383         Remove a bunch of strings that was used only
8384         by the statusbar.
8385
8386 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-window-title.c: (get_filename_from_uri),
8389         (ev_window_title_set_document):
8390
8391         When title has a confusing extension, show also
8392         the document filename inside ()
8393
8394 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * shell/Makefile.am:
8397         * shell/ev-window-title.c: (ev_window_title_new),
8398         (ev_window_title_update), (ev_window_title_set_type),
8399         (ev_window_title_set_document), (ev_window_title_free):
8400         * shell/ev-window-title.h:
8401         * shell/ev-window.c: (ev_window_setup_document),
8402         (password_dialog_response), (ev_window_popup_password_dialog),
8403         (ev_window_dispose), (ev_window_init):
8404
8405         Factor out and cleanup window title code
8406
8407 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8410         (unable_to_load):
8411
8412         Make dialog transient so it doesnt block other windows
8413
8414 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8415
8416         * pdf/ev-poppler.cc:
8417         
8418         Fix pdf thumbnails rendering.
8419
8420 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8421
8422         * shell/ev-window.c: (fullscreen_set_timeout):
8423         
8424         Increase timeout to hide full screen popup. Bug 
8425         316123. 
8426
8427 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8428
8429         * data/evince.schemas.in:
8430         * shell/ev-window.c: (update_action_sensitivity):
8431
8432         Allow the user to override document restrictions. Fix for bug
8433         305818.
8434
8435 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8436
8437         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8438         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8439         (ev_window_class_init): Fix multihead behaviour of fullscreen
8440         toolbar popup. Fixes bug #315451.
8441
8442 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8443
8444         * configure.ac:
8445         * data/evince-password.glade:
8446         * shell/ev-password.c: (ev_password_dialog_set_property),
8447         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8448         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8449         (ev_password_dialog_entry_changed_cb),
8450         (ev_password_dialog_entry_activated_cb),
8451         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8452         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8453         (ev_password_dialog_set_bad_pass):
8454         * shell/ev-password.h:
8455         * shell/ev-window.c: (password_dialog_response),
8456         (ev_window_popup_password_dialog):
8457         
8458         Support for gnome-keyring for encrypted PDF's.
8459
8460 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8461
8462         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8463         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8464         (ev_view_enter_notify_event), (ev_view_class_init):
8465         
8466         More precise handling of enter_notify/leave_notify events
8467         in EvView. Fix for bug 315470.
8468
8469 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8470
8471         * shell/ev-window.c: (fullscreen_timeout_cb),
8472         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8473         (ev_window_dispose):
8474
8475         leak fix: unref fullscreen_timeout_source before clearing it
8476
8477 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479         * configure.ac, dvi/mdvi/Makefile.am: 
8480         
8481         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8482
8483 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * backend/ev-link.c: (ev_link_new_page_xyz):
8486         * pdf/ev-poppler.cc:
8487         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8488
8489         Fix some bugs with xyz links, respect zoom
8490
8491 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-window.c: (page_changed_cb),
8494         (setup_document_from_metadata), (update_sidebar_visibility),
8495         (setup_view_from_metadata), (ev_window_run_fullscreen),
8496         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8497         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8498         (ev_window_dual_mode_changed_cb),
8499         (ev_window_sidebar_current_page_changed_cb):
8500
8501         null check uri before setting and getting metadata
8502
8503 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * dvi/Makefile.am:
8506         * properties/Makefile.am:
8507         * shell/Makefile.am:
8508         * thumbnailer/Makefile.am:
8509
8510         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8511
8512 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8515         (selection_changed_callback):
8516         * shell/ev-sidebar-links.h:
8517
8518         Add a signal for link activation.
8519
8520         * shell/ev-view.c: (ev_view_goto_link),
8521         (ev_view_button_release_event):
8522         * shell/ev-view.h:
8523         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8524         (ev_window_init):
8525
8526         Implement the signal so that we can handle all link types.
8527
8528         * shell/ev-page-cache.c:
8529
8530         Remove unused set_link function
8531
8532 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8535
8536         Add some space from the cursor, hardcoded but I couldnt
8537         find a better way.
8538
8539 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * lib/ev-tooltip.c:
8542
8543         Use mozilla style vs gtk style, way better for links.
8544
8545         * shell/ev-view.c: (ev_view_motion_notify_event),
8546         (ev_view_destroy), (ev_view_init):
8547
8548         Deactive tooltip when the link hovered is changed.
8549
8550 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * backend/ev-document.h:
8553         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8554         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8555         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8556         (ev_link_new_page), (ev_link_new_page_xyz):
8557         * backend/ev-link.h:
8558         * pdf/ev-poppler.cc:
8559         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8560         (go_to_link), (tip_from_link):
8561
8562         Implement xyz links, still not functional. Links are a total
8563         mess, will need to refactor and bugfix a lot :(
8564
8565 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8566
8567         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8568
8569 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8570
8571         * data/evince-ui.xml:
8572         * data/evince.schemas.in:
8573         * shell/Makefile.am:
8574         * shell/ev-window.c: (update_chrome_visibility),
8575         (password_dialog_response), (ev_window_load_job_cb),
8576         (ev_window_xfer_job_cb), (ev_window_open_uri),
8577         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8578         (ev_window_init):
8579
8580         Remove the statusbar. This regress loading feedback, need to
8581         check with Bryan what we want to do there...
8582
8583 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * lib/ev-tooltip.c: (ev_tooltip_init):
8586
8587         Fix tooltip border and size handling
8588
8589 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8592         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8593         (ev_tooltip_timeout), (ev_tooltip_activate),
8594         (ev_tooltip_deactivate):
8595         * lib/ev-tooltip.h:
8596         * shell/ev-view.c: (ev_view_motion_notify_event):
8597
8598         Delay popup showing. Mirror gtk logic/times.
8599
8600 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * lib/Makefile.am:
8603         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8604         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8605         (ev_tooltip_set_text), (ev_tooltip_set_position):
8606         * lib/ev-tooltip.h:
8607
8608         Simple widget to show tooltips at a custom position
8609
8610         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8611         (ev_view_destroy):
8612
8613         Use it for links. First go, needs work
8614
8615 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8616
8617         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8618         HIG fixes.  Use title capitalization for window title. Use 12 
8619         pixels of space between the dialog's vbox and action area.
8620
8621 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * shell/ev-window.c: (file_open_dialog_response_cb),
8624         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8625         (ev_window_cmd_save_as):
8626
8627         Make file pickers not modal and refactor code some
8628
8629 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * shell/ev-sidebar.h:
8632         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8633         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8634         (ev_sidebar_class_init), (ev_sidebar_select_page),
8635         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8636         (ev_sidebar_set_page):
8637
8638         Add a current page property and allow to get/set it
8639
8640         * shell/ev-window.c: (setup_view_from_metadata),
8641         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8642
8643         Persist current sidebar page per document
8644
8645 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8646
8647         * data/evince.schemas.in:
8648         * shell/ev-window.c: (update_chrome_visibility),
8649         (setup_document_from_metadata), (update_sidebar_visibility),
8650         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8651         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8652         (ev_window_run_presentation), (ev_window_stop_presentation),
8653         (ev_window_view_sidebar_cb),
8654         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8655         (load_chrome), (ev_window_init):
8656
8657         Persist size/visibility of sidebar per document
8658
8659 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8660
8661         * shell/ev-view.c (draw_loading_text): Draw loading text.
8662
8663 2005-09-02  Dan Damian  <dand@gnome.ro>
8664
8665         * configure.in: Added "ro" to ALL_LINGUAS.
8666
8667 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * shell/ev-view.c: (clear_caches):
8670
8671         ev_page_cache_get doesnt return a reference,
8672         dont try to unref it.
8673
8674 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * shell/main.c: (load_files_remote):
8677
8678         Fix timestamp parameter with dbus <= 0.33
8679
8680 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * data/evince.schemas.in:
8683
8684         Add missing full stop
8685
8686 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8687
8688         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8689         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8690
8691         Plug some memory leaks
8692
8693 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8694
8695         * configure.ac:
8696         * lib/ev-debug.c: (trap_handler):
8697
8698         Check for execinfo.h and use it only if it exists.
8699         Ported from Epiphany (bug #314776).
8700
8701 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8702
8703         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8704
8705 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8706
8707         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8708         * po/id.po      : Added Indonesian translation
8709
8710 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8711
8712         * shell/main.c:
8713         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8714         * NEWS: Release 0.4.0
8715
8716 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8717
8718         * configure.ac: catch another gtk+-2.8ism
8719         * shell/main.c: Make work with gtk+-2.6
8720
8721 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8722
8723         * shell/ev-application-service.xml: Add 'timestamp' argument to
8724           ev_application_open_window and ev_application_open_uri methods.
8725
8726         * shell/ev-application.h: Add 'timestamp' argument to
8727           ev_application_open_window, ev_application_open_uri,
8728           and ev_application_open_uri_list functions.
8729
8730         * shell/ev-application.c (ev_application_open_window,
8731           ev_application_open_uri, ev_application_open_uri_list): Change
8732           functions that show/present windows to use a timestamp if one
8733           is passed in.
8734
8735         * shell/ev-window.c (ev_window_cmd_file_open,
8736           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8737         * shell/main.c (load_files): Modify calls to ev_application to
8738           include GDK_CURRENT_TIME as timestamp.
8739
8740         * shell/main.c (load_files_remote): Obtain timestamp for client
8741           instance from GDK and pass to server instance so new windows are
8742           focused properly.  Fix dbus_g_proxy_call() calls by including second
8743           G_TYPE_INVALID.
8744           
8745         Closes bug #314475.
8746
8747 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8748
8749         * shell/ev-window.c (ev_window_finalize): Check for
8750         avail. EvWindows when quiting to handle the finalize better,
8751         #314497
8752
8753 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754         
8755         * properties/ev-properties-view.c: 
8756         
8757         Set textdomain to libglade. Fixes translation problem in property page.
8758
8759 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8760
8761         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8762         * dvi/Makefile.am:
8763         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8764         * dvi/mdvi-lib/Makefile.am:
8765         
8766         Fix rotation of thumbnails, ported to new API. Moved library
8767         dependencies earlier, probably it will fix linkage problem.
8768
8769 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8770
8771         * backend/ev-document-misc.c:
8772         (ev_document_misc_get_thumbnail_frame):
8773         * backend/ev-document-misc.h:
8774         * configure.ac:
8775         * pdf/ev-poppler.cc:
8776         * shell/Makefile.am:
8777         * shell/ev-sidebar-thumbnails.c: (add_range),
8778         (ev_sidebar_thumbnails_set_loading_icon),
8779         (ev_sidebar_thumbnails_refresh),
8780         (ev_sidebar_thumbnails_set_document):
8781         * shell/ev-sidebar-thumbnails.h:
8782         * shell/ev-view.c: (ev_view_motion_notify_event),
8783         (ev_view_set_property), (ev_view_get_property),
8784         (ev_view_class_init), (ev_view_set_rotation):
8785         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8786         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8787         (ev_window_init):
8788         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8789         Redo rotation (again).  prepare for 0.4.0
8790
8791 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8792
8793         * configure.ac: Bump poppler requirement to 0.4.1.
8794
8795         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8796         argument to poppler_page_render_selection() call.
8797
8798 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8799
8800         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8801         (djvu_document_thumbnails_get_thumbnail):
8802         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8803         (dvi_document_thumbnails_get_thumbnail):
8804         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8805         (pixbuf_document_thumbnails_get_thumbnail):
8806         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8807         
8808         Update rotation direction of backends to fit with pdf and ps.
8809
8810 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8813         * backend/ev-async-renderer.h:
8814         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8815         (setup_page), (ps_document_get_page_size),
8816         (ps_async_renderer_render_pixbuf):
8817         * ps/ps-document.h:
8818         * shell/ev-jobs.c: (ev_job_render_run):
8819
8820         Fix orientation in the postscript document
8821
8822 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8823
8824         * pdf/ev-poppler.cc:
8825         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8826         * shell/ev-view.c: (highlight_find_results):
8827
8828         Adapt to the new poppler rotation API. Fix text maps on landscape
8829         documents.
8830
8831 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8832
8833         * shell/ev-view.c (compute_new_selection_text): get the correct
8834         region when selecting in modes other than continuous.
8835
8836 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8837
8838         * shell/main.c (main): remove redundant g_warnings.
8839
8840 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8841
8842         * shell/Makefile.am: Don't include autogenerated
8843         file ev-application-service.h into distribution, since
8844         it causes dbus crash. Fix for bugs 313724 and 313443. 
8845
8846 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8847
8848         * configure.ac: Fix sed expression for FreeBSD. Thanks
8849         to Joe Marcus Clark <marcus@freebsd.org>
8850         
8851         * shell/eggfindbar.c: (entry_activate_callback),
8852         (entry_changed_callback), (egg_find_bar_init),
8853         (egg_find_bar_set_search_string):
8854         
8855         Made findbar buttons unsensitive if there is no text in
8856         entry. Fix for the bug 313285.
8857
8858 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8859
8860         * ps/ps-document.c: Use g_filename_display_name for displaying
8861         filenames and revert string freeze breackage
8862
8863 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * NEWS:
8866         * configure.ac:
8867
8868         Update for 0.3.4
8869
8870         * shell/Makefile.am:
8871
8872         Add ev-application-service.xml to extra dist
8873
8874         * shell/ev-view.c: (find_page_at_location):
8875
8876         Remove unused function (fix warning)
8877
8878 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8879
8880         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8881         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8882         
8883         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8884         bug 313623.
8885
8886 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8887
8888         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8889         * shell/ev-window.c:
8890         Fix build warnings
8891
8892 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8893
8894         * configure.ac: Update script to get dbus version.
8895         Fix for the bug #313443.
8896
8897 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8898
8899         * shell/ev-window.c: (ev_window_cmd_escape):
8900         
8901         Return focus back to view on escape. Fix for bug 313295.
8902
8903 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8904
8905         * shell/ev-window.c: (update_window_title),
8906         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8907         (ev_window_cmd_save_as):
8908         
8909         Correct conversion from uri to displayable string. Fix for
8910         bug 313296.
8911
8912 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8913
8914         * ps/ps-document.c: convert filename to utf8 when there is an error
8915         loading document. Fixes #309915
8916
8917 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8918
8919         * configure.ac:
8920
8921         We depend on poppler 0.4.0
8922
8923 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8924
8925         * configure.ac:
8926         * NEWS: Release 0.3.3.
8927         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8928
8929 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8930
8931         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8932         add a couple missing mnemonics to menu items, use title 
8933         capitalization for menu items and window titles, and add 
8934         ellipsis to open menu item.     
8935
8936 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8937
8938         * pdf/ev-poppler.cc:
8939         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8940         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8941         (ev_view_get_rotation):
8942         * shell/ev-view.h:
8943         * shell/ev-window.c: (setup_view_from_metadata),
8944         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8945         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8946         disk.
8947
8948 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8949
8950         * configure.ac: Added tr to ALL_LINGUAS
8951
8952 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8953
8954         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8955         requires several clicks to find word. Thanks to 
8956         Colin Slater <kiltedtaco@gmail.com>.
8957
8958 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8959
8960         * data/evince.desktop.in.in: Hide menu entry and
8961         rename it to "Document Viewer". Fix for bug 
8962         #312399.
8963
8964 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8965
8966         * shell/ev-page-action.c (ev_page_action_class_init): 
8967
8968         Point to the correct function in constructor of the
8969         activate_label signal
8970
8971 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8972
8973         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8974         * shell/ev-jobs.h: Make thread safe.
8975
8976 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * shell/ev-view.c: (view_update_range_and_current_page):
8979         Don't update page range if we are scrolling to some document
8980         point.
8981
8982 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8983
8984         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8985         when getting max_page_width, fix drawing in dual mode.
8986
8987 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8988
8989         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8990         getting the area for select_all.
8991
8992 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8993
8994         * backend/ev-selection.c: (ev_selection_render_selection):
8995         * backend/ev-selection.h:
8996         * pdf/ev-poppler.cc:
8997         * shell/ev-jobs.c: (ev_job_render_new):
8998         * shell/ev-jobs.h:
8999         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9000         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9001         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9002         (ev_view_class_init):
9003
9004         Change selection color on focus in and focus out events.  Also,
9005         poppler now uses GdkColor for specifying the selection colors, so
9006         drop some awkward conversion code.
9007
9008 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9009
9010         * configure.ac: Added Hebrew translation
9011
9012 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9013
9014         * NOTES:
9015         * backend/ev-selection.c: (ev_selection_render_selection):
9016         * backend/ev-selection.h:
9017         * pdf/ev-poppler.cc:
9018         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9019         (ev_job_render_run):
9020         * shell/ev-jobs.h:
9021         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9022         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9023         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9024         (ev_pixbuf_cache_style_changed),
9025         (ev_pixbuf_cache_get_selection_pixbuf),
9026         (ev_pixbuf_cache_set_selection_list),
9027         (ev_pixbuf_cache_get_selection_list):
9028         * shell/ev-pixbuf-cache.h:
9029         * shell/ev-utils.c: (ev_print_region_contents):
9030         * shell/ev-utils.h:
9031         * shell/ev-view.c: (ev_view_queue_draw_page),
9032         (selection_update_idle_cb), (ev_view_motion_notify_event),
9033         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9034         (setup_caches), (ev_view_find_next), (merge_selection_region),
9035         (selection_free):
9036         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9037
9038         Clean up selection to be much smoother!
9039
9040 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9041
9042         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9043         to poppler_page_render_selection().
9044
9045 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9046
9047         * ps/ps-document.c: (save_page_list): Use
9048         unzipped document when printing. Thanks to 
9049         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9050         311016.
9051
9052 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9053
9054         * shell/ev-window.c: (update_action_sensitivity):
9055         
9056         Disable print and save respect to lockdown gconf keys. Fix
9057         for 312342.
9058
9059 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9060
9061         * configure.ac:
9062         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9063         (write_to_temp_file), (ev_file_set_contents):
9064         * shell/ev-utils.h:
9065         * shell/ev-window.c: (save_print_config_to_file):
9066         
9067         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9068         Fix for bug 312238
9069
9070 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9071
9072         * shell/ev-window.c: (load_print_config_from_file),
9073         (save_print_config_to_file), (ev_window_print_range):
9074
9075         Persist the print settings. Fixes bug #311578.
9076
9077 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9078
9079         * djvu/djvu-document.c: (djvu_document_get_page_size),
9080         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9081         (djvu_document_thumbnails_get_thumbnail):
9082         * dvi/dvi-document.c: (dvi_document_get_page_size),
9083         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9084         (dvi_document_thumbnails_get_dimensions),
9085         (dvi_document_thumbnails_get_thumbnail):
9086         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9087         (pixbuf_document_render_pixbuf),
9088         (pixbuf_document_document_iface_init),
9089         (pixbuf_document_thumbnails_get_thumbnail):
9090         
9091         Update backends to make them build with new rotation system.
9092
9093 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9094
9095         * help/C/figures/evince_start_window.png:
9096         
9097         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9098
9099 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9100
9101         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9102         * shell/ev-pixbuf-cache.h:
9103         * shell/ev-sidebar-thumbnails.c:
9104         (ev_sidebar_thumbnails_get_property), (add_range),
9105         (adjustment_changed_cb):
9106         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9107         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9108         we were thumbnailing the entire docment on startup, slowing us
9109         down hugely. 
9110
9111 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9112
9113         * shell/ev-page-cache.c: (ev_page_cache_new):
9114         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9115         == 0, fixes #310306.
9116
9117 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9118
9119         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9120         (ev_view_rotate_left):
9121
9122         Account rotation in doc_rect_to_view_rect.
9123         Ensure rotation doesnt go out of bounds.
9124
9125 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9128
9129         Correct and cleanup w/h swapping
9130
9131 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * backend/ev-document-thumbnails.c:
9134         (ev_document_thumbnails_get_thumbnail):
9135         * backend/ev-document-thumbnails.h:
9136         * backend/ev-document.c:
9137         * backend/ev-document.h:
9138         * backend/ev-render-context.c: (ev_render_context_new),
9139         (ev_render_context_set_rotation):
9140         * backend/ev-render-context.h:
9141         * pdf/ev-poppler.cc:
9142         * ps/ps-document.c: (ps_document_document_iface_init):
9143         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9144         * shell/ev-jobs.h:
9145         * shell/ev-page-cache.c: (build_height_to_page),
9146         (ev_page_cache_new), (ev_page_cache_get_size),
9147         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9148         (ev_page_cache_get_height_to_page):
9149         * shell/ev-page-cache.h:
9150         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9151         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9152         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9153         (ev_pixbuf_cache_get_selection_pixbuf):
9154         * shell/ev-pixbuf-cache.h:
9155         * shell/ev-print-job.c: (idle_print_handler):
9156         * shell/ev-sidebar-thumbnails.c: (add_range):
9157         * shell/ev-view.c: (view_update_range_and_current_page),
9158         (get_page_y_offset), (get_page_extents),
9159         (ev_view_size_request_continuous_dual_page),
9160         (ev_view_size_request_continuous),
9161         (ev_view_size_request_dual_page),
9162         (ev_view_size_request_single_page), (draw_one_page),
9163         (ev_view_set_rotation), (ev_view_rotate_right),
9164         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9165         (ev_view_zoom_for_size_continuous_and_dual_page),
9166         (ev_view_zoom_for_size_continuous),
9167         (ev_view_zoom_for_size_dual_page),
9168         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9169         (ev_view_select_all):
9170         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9171         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9172         (tiff_document_document_iface_init),
9173         (tiff_document_thumbnails_get_thumbnail):
9174
9175         Use rotation rather than orientation. It's easier and enough
9176         for our needs.
9177
9178 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * shell/ev-page-cache.c: (build_height_to_page),
9181         (ev_page_cache_new), (ev_page_cache_get_size),
9182         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9183         (ev_page_cache_get_height_to_page):
9184         * shell/ev-page-cache.h:
9185         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9186         (ev_view_size_request_continuous_dual_page),
9187         (ev_view_size_request_continuous),
9188         (ev_view_zoom_for_size_continuous_and_dual_page),
9189         (ev_view_zoom_for_size_continuous):
9190
9191         Make the page cache aware of page orientation.
9192
9193 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * backend/ev-document-thumbnails.c:
9196         (ev_document_thumbnails_get_thumbnail):
9197         * backend/ev-document-thumbnails.h:
9198         * backend/ev-document.c:
9199         * backend/ev-document.h:
9200         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9201         * backend/ev-ps-exporter.h:
9202         * pdf/ev-poppler.cc:
9203         * ps/ps-document.c: (ps_document_document_iface_init),
9204         (ps_document_ps_export_do_page):
9205         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9206         * shell/ev-jobs.h:
9207         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9208         (ev_page_cache_get):
9209         * shell/ev-page-cache.h:
9210         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9211         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9212         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9213         * shell/ev-pixbuf-cache.h:
9214         * shell/ev-print-job.c: (idle_print_handler):
9215         * shell/ev-sidebar-thumbnails.c: (add_range):
9216         * shell/ev-view.c: (view_update_range_and_current_page),
9217         (get_page_extents), (ev_view_size_request_dual_page),
9218         (ev_view_size_request_single_page), (draw_one_page),
9219         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9220         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9221         (ev_view_zoom_for_size_dual_page),
9222         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9223         (ev_view_select_all):
9224         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9225         * tiff/tiff-document.c: (tiff_document_get_page_size),
9226         (tiff_document_get_orientation), (rotate_pixbuf),
9227         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9228         (tiff_document_thumbnails_get_thumbnail),
9229         (tiff_document_ps_export_do_page), (tiff_document_init):
9230
9231         Really make use of the orientation bit of the render context.
9232         Use the render context in a few more places in the backend API.
9233         This regress orientation, but now it's done right. Will try to
9234         fix it up asap...
9235
9236 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9237
9238         * shell/ev-view.c: (ensure_rectangle_is_visible):
9239
9240         Patch by Nickolay V. Shmyrev to fix find flickering
9241
9242 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9243
9244         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9245         duplex parameters to ::begin.
9246
9247         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9248         * shell/ev-print-job.c (idle_print_handler): 
9249         * ps/ps-document.c (ps_document_ps_export_begin): 
9250         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9251         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9252         implementations. Poppler backend needs poppler cvs. Rest has
9253         unchanged behavior.
9254
9255 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9256
9257         * shell/ev-window.c (using_pdf_printer): new function.
9258         (ev_window_print_range): print a less techy message if someone
9259         tries to print to PDF.
9260
9261 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9262
9263         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9264         from "unknown font" string. Bug #311431
9265
9266 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9267
9268         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9269
9270 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9271
9272         Bug #311280
9273         
9274         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9275         name for PopplerFontTypes
9276         (pdf_document_fonts_fill_model): add font type to the detail column
9277
9278         * backend/ev-document-fonts.h: added
9279         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9280
9281         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9282         font name and font details, add a little markup.
9283         (ev_properties_fonts_init): use the new cell data func, specify ypad
9284         property for the cell renderer.
9285         (ev_properties_fonts_set_document): add the details column.
9286
9287 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9288
9289         * configure.ac: Added "pl" to ALL_LINGUAS.
9290
9291 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9292
9293         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9294
9295 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9296
9297         * help/ChangeLog: Started this for translations of manual.
9298         * configure.ac, autogen.sh, .cvsignore: Migrated to
9299         gnome-doc-utils. Patch in bug #311222.
9300
9301 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9302
9303         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9304         #ifdef this away to fix an unused-function warning.
9305
9306 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9307
9308         * configure.ac: Added 'gl' to ALL_LINGUAS.
9309
9310 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9311
9312         * configure.ac: Added ne in ALL_LINGUAS
9313         
9314 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9315
9316         * shell/ev-view.c: (ev_view_leave_notify_event):
9317         
9318         Clear status message when pointer leaves view. Fix for bug
9319         #310818 
9320
9321 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9322
9323         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9324
9325 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9326
9327         * shell/ev-view.c: (ev_view_leave_notify_event),
9328         (ev_view_class_init):
9329         
9330         Set cursor to normal then leaving view.
9331
9332 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9333
9334         * configure.ac:
9335         
9336         Fix required djvulibre version.
9337
9338 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9339
9340         *configure.ac: Hindi (hi) language added
9341
9342 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9343
9344         *configure.ac: Punjabi (pa) Language added
9345
9346 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9347
9348         * data/evince-ui.xml, shell/ev-window.c:
9349         
9350         Add keypad accelerators for zooming. Fix for bug 308128.
9351
9352 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9353
9354         * Makefile.am:
9355         * backend/Makefile.am:
9356         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9357         * configure.ac:
9358         * shell/ev-document-types.c: (ev_document_types_add_filters):
9359
9360         Allow to enable/disable the pixbuf backend.
9361         Default to off for now. If we want it enabled we should
9362         really put mime types in the desktop, implement properties etc.
9363
9364         * properties/evince-properties.c:
9365
9366         Initialize error to NULL.
9367         Check error is not NULL before freeing.
9368
9369 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9370
9371         * shell/ev-window.c:
9372
9373         Use F5 as presentation accell
9374
9375 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * shell/ev-window.c: (update_chrome_visibility),
9378         (ev_window_create_fullscreen_popup), (ev_window_init):
9379
9380         Do not leak the fullscreen toolbar
9381
9382 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * shell/ev-window.c: (view_actions_focus_in_cb),
9385         (view_actions_focus_out_cb):
9386
9387         These has a return value! Fix totally random focus
9388         issues we was seeing.
9389
9390 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9391
9392         * shell/main.c: (load_files_remote):
9393
9394         Allow open more than one file
9395
9396 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9397
9398         * shell/main.c: (load_files_remote):
9399
9400         Fix for dbus 0.33. bug #309975
9401
9402 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9403
9404         * properties/ev-properties-main.c: (ev_properties_get_pages):
9405
9406         Actually return NULL for types we dont support
9407
9408 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9409
9410         * po/POTFILES.in:
9411
9412         Remove empty lines.
9413
9414 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9415
9416         * backend/ev-document-factory.c:
9417         (ev_document_factory_get_document):
9418
9419         Do not try to create the object if type
9420         is invalid.
9421
9422 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9423
9424         * ps/ps-document.c: (ps_document_dispose),
9425         (ps_async_renderer_render_pixbuf):
9426         * ps/ps-document.h:
9427
9428         Do not leak the target window
9429
9430 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9431
9432         * shell/ev-application.c: (ev_application_init):
9433
9434         Let tbe check file existence for us.
9435         Add a comment about eggrecent mime filter.
9436
9437 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * data/evince-ui.xml:
9440         * shell/ev-application.c: (ev_application_shutdown),
9441         (ev_application_init), (ev_application_get_toolbars_model),
9442         (ev_application_get_recent_model),
9443         (ev_application_save_toolbars_model):
9444         * shell/ev-application.h:
9445         * shell/ev-window.c: (ev_window_add_recent),
9446         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9447         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9448         (ev_window_init):
9449
9450         Use common toolbar and recent models for all windows.
9451         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9452
9453 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9454
9455         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9456         successfully check for gtk_icon_view_get_visible_range.
9457
9458 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9459
9460         * djvu/Makefile.am:
9461         * dvi/Makefile.am:
9462         
9463         Fix djvu and dvi backend build.
9464
9465 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9466
9467         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9468         (new_separator_pixbuf):
9469
9470         Don't leak windows.
9471
9472 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9473
9474         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9475
9476         HIGification of toolbar editor dialogue.
9477
9478 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9479
9480         * configure.ac:
9481         * shell/Makefile.am:
9482
9483         Ever build metadata manager since it's just
9484         disabled at runtime now.
9485
9486 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9487
9488         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9489         (ev_metadata_manager_get), (ev_metadata_manager_set):
9490         * shell/ev-metadata-manager.h:
9491
9492         Add an _init functions that enabled metadata management
9493         at runtime.
9494
9495         * shell/ev-window.c: (page_changed_cb),
9496         (setup_document_from_metadata), (ev_window_setup_document),
9497         (setup_view_from_metadata), (ev_window_open_uri),
9498         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9499         (ev_window_run_presentation), (ev_window_stop_presentation),
9500         (save_sizing_mode), (ev_window_zoom_changed_cb),
9501         (ev_window_continuous_changed_cb),
9502         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9503         (window_configure_event_cb):
9504
9505         Remove all ugly metadata define since we deal with it
9506         at runtime now.
9507
9508         * shell/main.c: (load_files_remote), (main):
9509
9510         Add support for dbus cvs head. Hopefully didnt break one
9511         of the other versions now!
9512
9513         If we dont get a response from the dbus server just
9514         give up with it and not enable metadata.
9515
9516 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * Makefile.am:
9519         * backend/Makefile.am:
9520         * configure.ac:
9521         * cut-n-paste/recent-files/Makefile.am:
9522         * cut-n-paste/toolbar-editor/Makefile.am:
9523         * cut-n-paste/zoom-control/Makefile.am:
9524         * lib/Makefile.am:
9525         * pdf/Makefile.am:
9526         * pixbuf/Makefile.am:
9527         * properties/Makefile.am:
9528         * ps/Makefile.am:
9529         * shell/Makefile.am:
9530         * thumbnailer/Makefile.am:
9531         * tiff/Makefile.am:
9532
9533         Make frontends depend on just libev.
9534         Rework and group CFLAGS/LIBS definitions.
9535         Cleanups.
9536
9537 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * shell/ev-window:
9540
9541         do not unnecessarily save zoom
9542
9543         * configure.ac:
9544         * lib/ev-file-helpers.c: (ev_dot_dir):
9545         * shell/Makefile.am:
9546         * shell/dummy.cc:
9547
9548         Some cleanups
9549
9550 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9551
9552         * configure.ac:
9553         
9554         Remove unnecessary dependencies
9555
9556 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9557
9558         * properties/Makefile.am:
9559         * thumbnailer/Makefile.am:
9560         * tiff/Makefile.am:
9561
9562         Some more cleanups. Was really necessary
9563         but I probably introduced bugs, feel free
9564         to flame :)
9565
9566 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * backend/Makefile.am:
9569         * configure.ac:
9570         * cut-n-paste/recent-files/Makefile.am:
9571         * cut-n-paste/toolbar-editor/Makefile.am:
9572         * cut-n-paste/zoom-control/Makefile.am:
9573         * lib/Makefile.am:
9574         * pdf/Makefile.am:
9575         * pixbuf/Makefile.am:
9576         * properties/Makefile.am:
9577         * ps/Makefile.am:
9578         * shell/Makefile.am:
9579         * thumbnailer/Makefile.am:
9580         * tiff/Makefile.am:
9581
9582         Use gnome-common macros when possible.
9583         Cleanup dependencies.
9584         Actually disable deprecated where possible.
9585
9586 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9587
9588         * Makefile.am:
9589         * backend/Makefile.am:
9590         * properties/Makefile.am:
9591         * shell/Makefile.am:
9592         * thumbnailer/Makefile.am:
9593
9594         This should solve the circular dep without
9595         requiring dir reorg!
9596
9597         * shell/ev-window.c: (setup_view_from_metadata):
9598
9599         Never restore window size/position when the
9600         window is already visible.
9601
9602 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9603
9604         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9605
9606         Return a boolean from timeout func. Fix ported from gedit.
9607
9608 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9609
9610         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9611
9612 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9613
9614         * shell/ev-document-types.c: set "All Documents" as default filter in
9615         open dialog
9616
9617 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9618
9619         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9620         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9621         (ev_metadata_manager_set_boolean): fix value/val thinko.
9622
9623 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * shell/ev-window.c: (setup_view_from_metadata),
9626         (window_state_event_cb), (window_configure_event_cb),
9627         (ev_window_init):
9628
9629         Remember window position and maximized state
9630
9631 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9632
9633         * configure.ac:
9634
9635         Fix DBUS configure checks.
9636
9637         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9638         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9639         (ev_metadata_manager_set_boolean):
9640
9641         Plug mem leaks.
9642
9643         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9644         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9645         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9646         (ev_window_continuous_changed_cb),
9647         (ev_window_dual_mode_changed_cb), (ev_window_new):
9648
9649         Fix the build without DBUS.
9650
9651 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9652
9653         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9654         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9655         (ev_metadata_manager_set_string),
9656         (ev_metadata_manager_set_boolean):
9657         * shell/ev-metadata-manager.h:
9658
9659         Add support for some more types
9660
9661         * shell/ev-view.c: (scroll_to_current_page),
9662         (ev_view_get_continuous), (ev_view_set_continuous),
9663         (ev_view_get_dual_page):
9664         * shell/ev-view.h:
9665         * shell/ev-window.c: (page_changed_cb),
9666         (setup_document_from_metadata), (ev_window_setup_document),
9667         (setup_view_from_metadata), (ev_window_open_uri),
9668         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9669         (ev_window_run_presentation), (ev_window_stop_presentation),
9670         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9671         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9672         (ev_window_update_dual_page_action),
9673         (ev_window_continuous_changed_cb),
9674         (ev_window_dual_mode_changed_cb), (ev_window_init):
9675
9676         Remember a bunch of view/document properties. Prolly some
9677         are still missing but it's getting interesting.
9678
9679 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9680
9681         * configure.ac: check if dbus-binding-tool is installed. Not the
9682         case on current Ubuntu breezy, it seems.
9683
9684 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9685
9686         * data/evince.desktop.in.in:
9687         
9688         Allow open uri lists and add TryExec field.
9689
9690 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9691
9692         * configure.ac:
9693
9694         Enable dbus when available, do not require a configure
9695         option.
9696
9697 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9698
9699         * configure.ac:
9700
9701         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9702         disabled.
9703
9704 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9705         Marco Pesenti Gritti  <mpg@redhat.com>
9706
9707         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9708         
9709         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9710         functions to the format required by dbus
9711
9712         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9713         errors. Use the RPC parameters in the expected way
9714
9715 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9716
9717         * Makefile.am:
9718         * properties/Makefile.am:
9719         * properties/ev-properties-main.c: (ev_properties_get_pages):
9720
9721         Support all mime types
9722
9723         * shell/Makefile.am:
9724         * thumbnailer/Makefile.am:
9725         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9726         (evince_thumbnail_pngenc_get):
9727
9728         Use the document factory
9729
9730 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * backend/Makefile.am:
9733         * backend/ev-document-factory.c:
9734         (mime_type_supported_by_gdk_pixbuf),
9735         (ev_document_type_get_from_mime),
9736         (ev_document_factory_get_document),
9737         (ev_document_factory_get_backend),
9738         (ev_document_factory_get_mime_types),
9739         (ev_document_factory_get_all_mime_types):
9740         * backend/ev-document-factory.h:
9741         * shell/Makefile.am:
9742         * shell/ev-document-types.c: (get_document_from_uri),
9743         (ev_document_types_get_document),
9744         (file_filter_add_mime_list_and_free),
9745         (ev_document_types_add_filters):
9746         * shell/ev-document-types.h:
9747         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9748         * shell/ev-properties-dialog.c:
9749         (ev_properties_dialog_set_document):
9750         * shell/ev-window.c: (ev_window_cmd_file_open),
9751         (ev_window_cmd_save_as):
9752         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9753
9754         Rework document types managing to avoid code duplication
9755         and actually abstract from backend implementations.
9756         Also provide a minimal factory api that can be used by
9757         thumbnailer/properties.
9758
9759 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9760
9761         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9762         Plug a mem leak.
9763         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9764         HIG spacings.
9765
9766 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9767
9768         * shell/ev-properties-dialog.c
9769         (ev_properties_dialog_set_document): only call
9770         ev_properties_fonts_set_document() if the document implements the
9771         fonts interface
9772
9773 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9774
9775         * configure.ac:
9776         * properties/Makefile.am:
9777         * properties/ev-properties-view.c:
9778         (ev_properties_view_register_type):
9779         * properties/ev-properties-view.h:
9780         * properties/ev-properties-main.h:
9781
9782         Implement nautilus plugin for properties.
9783         Works only for pdf atm, I need to rework the
9784         document types stuff to get this to work
9785         for all backends...
9786
9787 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9788
9789         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9790         (ev_properties_fonts_set_document): use
9791         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9792
9793 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9794
9795         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9796         them
9797         (PlaceImage, tiff2ps_process_page): use
9798         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9799
9800
9801 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9802
9803         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9804         (main): to call gnome_authentication_manager_init. Should fix
9805         Bug #308510
9806
9807         * configure.ac: that requires libgnomeui 2.6.0.
9808
9809 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9810
9811         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9812         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9813         use the new tiff2ps interfaces
9814
9815         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9816         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9817
9818         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9819         structure instead of global variables.  Remove use of static
9820         variables in functions.
9821
9822 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9823
9824         * shell/ev-page-action.c: unref the completion after setting it to the
9825         entry
9826
9827 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9828
9829         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9830         postscript files
9831
9832 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9833
9834         * shell/ev-window.c (update_action_sensitivity): disable
9835         File->Print if the document does not implement the ps exporter
9836         interface
9837
9838 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * Makefile.am:
9841         * configure.ac:
9842         * data/evince-properties.glade:
9843         * properties/.cvsignore:
9844         * properties/Makefile.am:
9845         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9846         (ev_properties_view_class_init), (ev_properties_view_format_date),
9847         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9848         (ev_properties_view_init), (ev_properties_view_new):
9849         * properties/ev-properties-view.h:
9850         * shell/Makefile.am:
9851         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9852         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9853         (ev_properties_dialog_new):
9854         * shell/ev-properties-dialog.h:
9855         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9856         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9857         (update_progress_label), (job_fonts_finished_cb),
9858         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9859         * shell/ev-properties-fonts.h:
9860         * shell/ev-properties.c:
9861         * shell/ev-properties.h:
9862         * shell/ev-window.c: (ev_window_setup_document),
9863         (ev_window_cmd_file_properties):
9864
9865         Split the properties pages in two different objects, depend
9866         only on the backend where possible, use widgets instead
9867         of gobject for the glade part, reimplement the dialog
9868         itself with gtk.
9869         I need this to implement nautilus properties page.
9870
9871 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9872
9873         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9874         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9875         (tiff_document_document_ps_exporter_iface_init): implement the ps
9876         exporter interface for tiff documents
9877
9878         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9879         libtiff to implement TIFF postscript export
9880
9881         * tiff/tiff2ps.h: added a header file for external tiff2ps
9882         functions.
9883
9884         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9885         tiff2ps.h
9886
9887 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9888
9889         * shell/ev-view.c: (scroll_to_current_page),
9890         (ev_view_set_fullscreen), (ev_view_set_presentation):
9891         
9892         Scroll to current page when exit from presentation
9893
9894 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9895
9896         * shell/ev-window.c: (update_document_mode),
9897         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9898         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9899         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9900         
9901         Exit from fullscreen mode when switch to presentation. Fix for
9902         bug 309365
9903
9904 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9905
9906         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9907         return NULL if the document does not implement the selection
9908         interface.
9909
9910 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9911
9912         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9913         reported height by using the resolution aspect ratio
9914         (tiff_document_render_pixbuf): scale the pixbuf using the
9915         resolution aspect ratio
9916
9917 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9918
9919         * configure.ac:
9920         
9921         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9922         <kiltedaco@gmail.com>
9923         
9924         * djvu/djvu-document.c: (djvu_document_get_orientation),
9925         (djvu_document_set_orientation), (djvu_document_get_page_size),
9926         (rotate_pixbuf), (djvu_document_render_pixbuf),
9927         (djvu_document_document_iface_init):
9928         * dvi/dvi-document.c: (dvi_document_get_orientation),
9929         (dvi_document_set_orientation), (dvi_document_get_page_size),
9930         (rotate_pixbuf), (dvi_document_render_pixbuf),
9931         (dvi_document_document_iface_init):
9932         
9933         Dvi and djvu backends are ported to new API
9934
9935 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9936
9937         * backend/ev-selection.c: (ev_selection_get_selection_region),
9938         (ev_selection_get_selection_map):
9939         * backend/ev-selection.h:
9940         * pdf/ev-poppler.cc:
9941         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9942         * shell/ev-jobs.h:
9943         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9944         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9945         (ev_pixbuf_cache_get_text_mapping):
9946         * shell/ev-pixbuf-cache.h:
9947         * shell/ev-view.c: (location_in_text),
9948         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9949         support to EvView.  Now we can see where we can select!  Sweet!
9950
9951 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9952
9953         * shell/ev-view.c (ev_view_button_press_event): Fix
9954         event->y + view->scroll_x typo.
9955
9956 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9957
9958         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9959         sub-GdkPixbuf instead of passing dest_x and dest_y.
9960         
9961         * shell/ev-view.c: (view_point_to_doc_point),
9962         (view_rect_to_doc_rect), (ev_view_button_press_event),
9963         (ev_view_motion_notify_event), (compute_new_selection_rect),
9964         (gdk_rectangle_point_in), (compute_new_selection_text),
9965         (compute_selections): Update selection code to keep the selection
9966         around as two points and not as a normalized rectangle, and fix
9967         page level selection in two-column mode.
9968
9969 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9970
9971         * shell/ev-window.c: (window_configure_event_cb): 
9972         
9973         Fix compilation
9974         
9975 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9976
9977         * pdf/ev-poppler.cc:
9978
9979         Fix compilation
9980
9981 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9982
9983         * shell/Makefile.am:
9984         * shell/ev-metadata-manager.c: (item_free),
9985         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9986         (parse_value), (parseItem), (load_values),
9987         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9988         (save_values), (save_item), (get_oldest), (resize_items),
9989         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9990         * shell/ev-metadata-manager.h:
9991
9992         Metadata manager from gedit but modified to use GValue, so that
9993         we dont need to keep converting from strings.
9994
9995         * configure.ac:
9996
9997         ENABLE_METADATA conditional, on when dbus is on
9998
9999         * shell/ev-application.c: (ev_application_open_uri):
10000
10001         Show the window after load so that we can initialize
10002         window size before it's showed.
10003
10004         * shell/ev-window.c: (ev_window_setup_from_metadata),
10005         (ev_window_open_uri), (window_configure_event_cb),
10006         (ev_window_init):
10007
10008         Save and load metadata information about window size.
10009         Not yet keeping states in account.
10010
10011         * shell/main.c: (main):
10012
10013         Shutdown metadata manager.
10014
10015 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * shell/ev-application-service.xml:
10018         * configure.ac:
10019         * shell/Makefile.am:
10020         * shell/ev-application.c:
10021         * shell/ev-application.h:
10022         * shell/ev-window.c:
10023         * shell/ev-window.h:
10024         * shell/main.c:
10025
10026         Add an optional dbus interface (--enable-dbus).
10027         Rework application code, mainly to be easier to
10028         use "remotely".
10029         Do not open multiple windows with the same document,
10030         spatial evince!
10031
10032 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10033
10034         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10035         pixbuf iff it exists.
10036
10037 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10038
10039         * shell/*:
10040         * backend/ev-render-context.[ch]:
10041         * backend/ev-selection.[ch]:
10042
10043         Massive changes.  We now support text selection of pdfs, and not
10044         just rectangular selection.  This is pretty broken still, but I
10045         want to get something into CVS.
10046
10047 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10048
10049         * pdf/ev-poppler.cc:
10050         
10051         Fix for Bug 309080: crash on window close.
10052         
10053         * shell/ev-page-action.c: (page_changed_cb):
10054         
10055         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10056         jensgr@gmx.net (Jens Granseuer).
10057
10058 2005-06-25  Marcel Telka  <marcel@telka.sk>
10059
10060         * configure.in (ALL_LINGUAS): Added sk.
10061
10062 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10063
10064         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10065         not a document open
10066
10067 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10068
10069         * NEWS:
10070         * configure.ac:
10071
10072         Release 0.3.2
10073
10074         * cut-n-paste/recent-files/Makefile.am:
10075
10076         Fix make distcheck
10077
10078 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10079
10080         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10081         (pixbuf_document_set_orientation), (rotate_pixbuf),
10082         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10083         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10084
10085         Implement rotation and cleanup the code a bit.
10086
10087         * tiff/tiff-document.c: (tiff_document_get_page_size),
10088         (tiff_document_get_orientation), (tiff_document_set_orientation),
10089         (rotate_pixbuf), (tiff_document_render_pixbuf),
10090         (tiff_document_document_iface_init), (tiff_document_init):
10091
10092         Implement rotation. Was the quicker solution for the release
10093         but we really need to share this code in the shell.
10094
10095 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10096
10097         * pdf/ev-poppler.cc:
10098
10099         Enable rotation, require poppler cvs. Fix a leak.
10100
10101 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10102
10103         * shell/ev-window.c: (update_action_sensitivity):
10104         
10105         Make properties unsensitive if document backend doesn't provide
10106         any info
10107
10108 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10109
10110         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10111         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10112         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10113         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10114         (bitmap_flip_rotate_counter_clockwise):
10115         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10116         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10117         (buff_gets):
10118         * dvi/mdvi-lib/common.h:
10119         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10120         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10121         (opendvi), (mdvi_reload), (mdvi_init_context),
10122         (mdvi_destroy_context), (mdvi_dopage), (special):
10123         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10124         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10125         (file_hash_free), (register_encoding), (parse_spec),
10126         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10127         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10128         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10129         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10130         (mdvi_register_font_type), (mdvi_unregister_font_type),
10131         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10132         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10133         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10134         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10135         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10136         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10137         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10138         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10139         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10140         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10141         (mdvi_unregister_special), (mdvi_flush_specials):
10142         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10143         (t1_font_remove):
10144         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10145         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10146         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10147         (free_font_metrics), (flush_font_metrics):
10148         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10149         (tt_font_remove):
10150         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10151         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10152         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10153         (dstring_insert), (dstring_new), (dstring_reset):
10154         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10155         
10156         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10157         avoid conflict with libtool on FC4
10158         
10159         * shell/ev-window.c: (ev_window_cmd_help_about):
10160         
10161         Update copyright year. Fix for bug 308828.
10162
10163 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10164
10165         * shell/ev-view.c: (add_scroll_binding_keypad),
10166         (ev_view_binding_activated), (ev_view_class_init),
10167         (on_adjustment_value_changed):
10168         
10169         Bug 170874: Arrow keys switch pages in presentation mode
10170
10171 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10172
10173         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10174         
10175         Fix for Bug 308265: Sidebar dissappears coming out of 
10176         Presentation mode
10177
10178 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10179
10180         * shell/ev-application.c: (ev_application_open):
10181         * shell/ev-document-types.c: (ev_document_types_add_filters),
10182         (ev_document_types_add_filters_for_type):
10183         * shell/ev-document-types.h:
10184         * shell/ev-window.c: (ev_window_cmd_save_as):
10185         
10186         Suggest basename as template when saving, provide filters
10187         for save dialog. It's bug 308402
10188
10189 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10190
10191         * pdf/ev-poppler.cc:
10192         * shell/ev-sidebar-links.c: (job_finished_callback):
10193         * shell/ev-view.c: (update_find_status_message):
10194         
10195         Some leaks fixed
10196
10197 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10198
10199         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10200         (egg_recent_view_uimanager_set_list):
10201
10202         Fix buglet in !show_numbers case.
10203
10204 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10205
10206         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10207         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10208
10209         Use pango ellipsisation.
10210
10211         * pdf/ev-poppler.cc:
10212
10213         Fix refcount leak, from nsh.
10214
10215 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10216
10217         * cut-n-paste/recent-files/Makefile.am:
10218         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10219         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10220         
10221         Removed EggRecentViewGtk
10222         
10223         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10224         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10225         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10226         (ev_window_setup_recent):
10227         
10228         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10229         with other projects
10230
10231 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10232
10233         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10234         (egg_recent_view_gtk_finalize):
10235
10236         Fix memory leak
10237
10238         * cut-n-paste/toolbar-editor/Makefile.am:
10239         
10240         Fix location of cursor icon.
10241         
10242         * pdf/ev-poppler.cc:
10243         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10244         (display_completion_text), (match_completion):
10245         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10246         (selection_changed_callback), (create_loading_model),
10247         (print_section_cb), (links_page_num_func),
10248         (update_page_callback_foreach):
10249         * shell/ev-window.c: (ev_window_dispose):
10250         
10251         Small memory fixes. Links model now store objects instead
10252         of pointers to improve memory management. 
10253
10254 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10255
10256         * shell/ev-window.c: (zoom_control_changed_cb):
10257         
10258         Fix update of zoom control (bug 308268).
10259
10260 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10261
10262         * shell/ev-properties.c (set_property): escape the text correctly.
10263         Handles non-UTF-8 properties and escaped properties.  Also, sets
10264         the text to "<i>None</i>" if the property isn't set.
10265
10266         * data/evince-properties.glade: Change the label to be ellipsized,
10267         and give it a minimum size.
10268
10269 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10270
10271         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10272         * shell/ev-sidebar-links.c: (create_loading_model):
10273         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10274         * shell/ev-view.c: (ev_view_set_document):
10275         * shell/ev-window.c: (ev_window_dispose):
10276         
10277         Various small fixes, mostly memory leaks. Thanks to valgrind.
10278
10279 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10280
10281         * ps/ps-document.c: remove the locale.h include again ;-). And
10282         kill the (bogus) setlocale/savelocale business.
10283
10284 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10285
10286         * ps/ps-document.c:
10287         
10288         Include locale.h to fix build
10289         
10290         * shell/ev-sidebar.c:
10291         
10292         Remove unnecessary includes
10293
10294 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10295
10296         * dvi/dvi-document.c: (dvi_document_load):
10297         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10298         * po/POTFILES.in:
10299         
10300         Check for incorrect dvi files. Fix parsing dvi on AMD64
10301         platform. Thanks to tester@tester.ca (Olivier Crete).
10302
10303 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10304
10305         * shell/ev-page-action.c: (match_selected_cb),
10306         (display_completion_text), (match_completion), (update_model):
10307         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10308         (expand_open_links):
10309         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10310         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10311         (ev_sidebar_set_document):
10312         * shell/ev-window.c: (ev_window_xfer_job_cb),
10313         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10314         
10315         Fixed lot's of memory leaks, for example, memory leak on reload, 
10316         described in bug 307793.
10317
10318 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10319
10320         * pdf/ev-poppler.cc:
10321         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10322         (update_visible_range), (adjustment_changed_cb),
10323         (ev_sidebar_thumbnails_fill_model),
10324         (ev_sidebar_thumbnails_refresh),
10325         (ev_sidebar_tree_selection_changed),
10326         (ev_sidebar_icon_selection_changed),
10327         (ev_sidebar_thumbnails_use_icon_view),
10328         (ev_sidebar_thumbnails_set_document):
10329         * shell/ev-sidebar-thumbnails.h:
10330         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10331         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10332
10333         Refresh thumbnails when changing orientation. Not fully
10334         working yet becuase of a sidebar bug.
10335
10336         Set page orientation to poppler page everywhere. This sucks
10337         really need to fix poppler.
10338
10339 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10340
10341         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10342         (egg_recent_view_gtk_new_menu_item),
10343         (egg_recent_view_gtk_set_property),
10344         (egg_recent_view_gtk_get_property),
10345         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10346         (egg_recent_view_gtk_set_tooltip_func),
10347         (egg_recent_view_gtk_set_label_width),
10348         (egg_recent_view_gtk_get_label_width):
10349         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10350
10351         Sync with libegg (ellipsize labels)
10352
10353 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10354
10355         * data/evince-ui.xml:
10356         * shell/ev-window.c: (ev_window_cmd_go_forward),
10357         (ev_window_cmd_go_backward):
10358         
10359         Shift + PageUp moves 10 Pages. Fix for 306125
10360
10361 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10362
10363         * pdf/ev-poppler.cc:
10364
10365         Add a flag to check if orientation has been overriden
10366
10367 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10368
10369         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10370         field if necessary.
10371
10372         * ps/ps.h: add creator field to document.
10373
10374         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10375         set creator field.
10376
10377 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10378
10379         * data/evince-properties.glade:
10380         * shell/ev-properties.c: (ev_properties_set_document):
10381
10382         s/PDF Version/Format
10383
10384 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10385
10386         * shell/ev-properties.c: (ev_properties_set_document):
10387
10388         Remove unnecessary translations
10389
10390 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10391
10392         * cut-n-paste/toolbar-editor/Makefile.am:
10393
10394         Correct library name    
10395
10396 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10397
10398         * configure.ac:
10399         * cut-n-paste/recent-files/egg-recent-model.c:
10400         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10401         (egg_recent_model_unlock_file):
10402         * cut-n-paste/recent-files/egg-recent-util.c:
10403         (egg_recent_util_get_unique_id):
10404         * cut-n-paste/recent-files/update-from-egg.sh:
10405         * cut-n-paste/toolbar-editor/Makefile.am:
10406         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10407         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10408         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10409         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10410         (egg_toolbars_model_get_type):
10411         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10412
10413         Better makefile for toolbar editor and update everything
10414         to latest libegg.
10415
10416 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10417
10418         * shell/ev-window.c: (update_document_mode):
10419
10420         Prefer presentation mode when the document
10421         require fullscreen.
10422
10423 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10424
10425         * data/evince-ui.xml:
10426         * shell/ev-window.c:
10427
10428         Add control-equal for zooming
10429
10430 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10431
10432         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10433
10434 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10435
10436         * backend/ev-document.c: (ev_document_get_orientation):
10437         * backend/ev-document.h:
10438         * pdf/ev-poppler.cc:
10439         * ps/ps-document.c: (ps_document_get_orientation),
10440         (ps_document_set_orientation), (ps_document_document_iface_init):
10441
10442         Add a get_orientation api. Improve set_orientation.
10443
10444         * data/evince-ui.xml:
10445         * shell/ev-view.c: (ev_view_set_orientation),
10446         (ev_view_rotate_right), (ev_view_rotate_left):
10447         * shell/ev-view.h:
10448         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10449         (ev_window_cmd_edit_rotate_right):
10450
10451         Better ui for changing document orientation
10452
10453 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10454
10455         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10456         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10457         * shell/ev-sidebar-links.h:
10458         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10459         (ev_sidebar_page_iface_init):
10460         * shell/ev-sidebar-page.h:
10461         * shell/ev-sidebar-thumbnails.c:
10462         (ev_sidebar_thumbnails_get_property),
10463         (ev_sidebar_thumbnails_class_init),
10464         (ev_sidebar_thumbnails_set_document):
10465         * shell/ev-sidebar-thumbnails.h:
10466         * shell/ev-view.c: (ev_view_motion_notify_event):
10467         * shell/ev-window.c: (update_chrome_visibility),
10468         (ev_window_cmd_focus_page_selector),
10469         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10470         (sidebar_page_main_widget_update_cb), (ev_window_init):
10471         
10472         Autoraise toolbar on GoToPage binding and fix bindings in
10473         EvSidebarThumbnails page.
10474
10475 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10476
10477         * shell/ev-properties.c: (update_progress_label):
10478
10479         Hide the progress label when finished; bug #307697.
10480
10481 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * pdf/ev-poppler.cc:
10484
10485         Enable is_open for links, you will need poppler cvs
10486
10487         * shell/ev-properties.c: (job_fonts_finished_cb):
10488
10489         Get a lock on the document when filling the tree view
10490
10491 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10492
10493         * backend/ev-document-links.h:
10494         * pdf/ev-poppler.cc:
10495         * shell/ev-sidebar-links.c: (create_loading_model),
10496         (expand_open_links), (job_finished_callback):
10497
10498         Expand links when specified by the document.
10499         Depend on a poppler api (defined out for now)
10500
10501 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * shell/ev-properties.c: (ev_properties_dispose),
10504         (ev_properties_class_init), (dialog_destroy_cb),
10505         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10506         (ev_properties_set_document), (ev_properties_new),
10507         (ev_properties_show):
10508         * shell/ev-properties.h:
10509
10510         Make it an object, cleanup the code, api to show it as transient
10511         and to set the document.
10512
10513         * shell/ev-window.c: (ev_window_setup_document),
10514         (ev_window_cmd_file_properties):
10515
10516         Adapt to EvProperties changes, do not show multiple
10517         times, update it when document changes.
10518
10519 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10520
10521         * ps/gstypes.h:
10522         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10523         (ps_document_set_orientation), (ps_document_document_iface_init):
10524         * ps/ps-document.h:
10525
10526         Implement orientation here too
10527
10528         * shell/ev-properties.c: (ev_properties_new):
10529         * data/evince-properties.glade:
10530
10531         Hide the fonts page for backends that doesnt
10532         support it.     
10533
10534 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * backend/ev-document.c: (ev_document_set_orientation):
10537         * backend/ev-document.h:
10538         * pdf/ev-poppler.cc:
10539
10540         Add orientation api. Currently poppler api is not optimal,
10541         we need to set orientation every time we _get a page.
10542         I will try to fix that at some point.
10543
10544         * data/evince-ui.xml:
10545         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10546         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10547
10548         Add orientation menu items
10549
10550         * shell/ev-page-cache.c: (ev_page_cache_clear):
10551         * shell/ev-page-cache.h:
10552
10553         Add api to clear the cache
10554
10555         * shell/ev-view.c: (setup_caches), (clear_caches),
10556         (ev_view_set_document), (ev_view_zoom_out),
10557         (ev_view_set_orientation):
10558         * shell/ev-view.h:
10559
10560         Implement orientation changing
10561
10562 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10563
10564         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10565         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10566         * backend/ev-document-fonts.h:
10567
10568         Separate scan and fill so that we can incrementally fill from
10569         the main thread. Add a progress api.
10570
10571         * data/evince-properties.glade:
10572         * pdf/ev-poppler.cc:
10573         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10574         * shell/ev-jobs.h:
10575         * shell/ev-properties.c: (update_progress_label),
10576         (job_fonts_finished_cb), (setup_fonts_view):
10577
10578         Incrementally feel the list and show the progress
10579         percentage in a label like acrobat does.
10580
10581         You are going to need poppler cvs
10582
10583 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10584
10585         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10586         * backend/ev-document-fonts.h:
10587         * pdf/ev-poppler.cc:
10588
10589         Make fonts model fill incrementally.
10590
10591         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10592         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10593         (ev_job_queue_remove_job):
10594         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10595         (ev_job_fonts_new), (ev_job_fonts_run):
10596         * shell/ev-jobs.h:
10597
10598         New job for fonts scanning
10599
10600         * shell/ev-properties.c: (job_fonts_finished_cb),
10601         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10602         * shell/ev-properties.h:
10603         * shell/ev-window.c: (ev_window_cmd_file_properties):
10604
10605         Incrementally feel the treeview using the new job. Show Loading...
10606         message until scanning is completed.
10607
10608         Hopefully I didnt break the build without the poppler patch.
10609
10610 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10611
10612         * shell/ev-application.c: (ev_application_open):
10613         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10614         (ev_document_type_get_type), (ev_document_type_lookup):
10615         * shell/ev-document-types.h:
10616         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10617         * shell/ev-job-xfer.h:
10618         * shell/ev-window.c: (ev_window_clear_local_uri),
10619         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10620         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10621         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10622         
10623         Transfer remote documents to tmp directory to display them later.
10624
10625 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10626
10627         * backend/ev-document-info.h:
10628         * shell/ev-properties.c: (ev_properties_new):
10629
10630         s/GTime*/GTime. Not sure why we was using a pointer
10631         at all there!
10632
10633 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10634
10635         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10636         situations.  That situation is that you're using GTK+-HEAD with
10637         the patch at #306726 is applied, and you have a document with <
10638         1500 pages in it.  It's not quite as uniformly nice as the
10639         TreeView, but should be better in the long run.
10640
10641         I'm pretty sure I guarded against breaking compilation with
10642         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10643         I missed some.
10644
10645         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10646         widget yet, so I commented that code out
10647         enable_view_actions_for_widget() for now.  Need to figure this
10648         out.
10649
10650         * shell/ev-page-action.c (match_selected_cb): emit the right
10651         signals.  Our cool C-l completion now works.
10652
10653 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10654
10655         * backend/Makefile.am:
10656         * backend/ev-document-fonts.c:
10657         * backend/ev-document-links.c:
10658         * backend/ev-document.c: (ev_document_load):
10659         * backend/ev-document.h:
10660         * backend/ev-job-queue.c:
10661         * backend/ev-job-queue.h:
10662         * backend/ev-jobs.c:
10663         * backend/ev-jobs.h:
10664         * backend/ev-page-cache.c:
10665         * backend/ev-page-cache.h:
10666
10667         EvPageCache and EvJobs are moved to shell.
10668
10669         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10670         (ev_tmp_filename):
10671         * lib/ev-file-helpers.h:
10672         
10673         New helper to work with temporary files
10674         
10675         * shell/Makefile.am:
10676         * shell/ev-application.c: (ev_application_open):
10677         * shell/ev-application.h:
10678         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10679         (remove_job_from_async_queue), (add_job_to_async_queue),
10680         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10681         (handle_job), (search_for_jobs_unlocked),
10682         (no_jobs_available_unlocked), (ev_render_thread),
10683         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10684         (ev_job_queue_add_job), (move_job_async), (move_job),
10685         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10686         * shell/ev-job-queue.h:
10687         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10688         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10689         * shell/ev-job-xfer.h:
10690         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10691         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10692         (ev_job_links_class_init), (ev_job_render_init),
10693         (ev_job_render_dispose), (ev_job_render_class_init),
10694         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10695         (ev_job_thumbnail_class_init), (ev_job_load_init),
10696         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10697         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10698         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10699         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10700         * shell/ev-jobs.h:
10701         * shell/ev-page-action.c: (ev_page_action_set_document):
10702         * shell/ev-page-cache.c: (ev_page_cache_init),
10703         (ev_page_cache_class_init), (ev_page_cache_finalize),
10704         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10705         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10706         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10707         (ev_page_cache_get_title), (ev_page_cache_get_size),
10708         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10709         (ev_page_cache_get_height_to_page),
10710         (ev_page_cache_get_max_label_chars),
10711         (ev_page_cache_get_page_label),
10712         (ev_page_cache_has_nonnumeric_page_labels),
10713         (ev_page_cache_get_info), (ev_page_cache_next_page),
10714         (ev_page_cache_prev_page), (ev_page_cache_get):
10715         * shell/ev-page-cache.h:
10716         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10717         (ev_pixbuf_cache_clear_job_sizes),
10718         (ev_pixbuf_cache_add_jobs_if_needed),
10719         (ev_pixbuf_cache_set_page_range):
10720         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10721         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10722         * shell/ev-sidebar-thumbnails.c:
10723         (ev_sidebar_tree_selection_changed),
10724         (ev_sidebar_thumbnails_set_document):
10725         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10726         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10727         (ev_statusbar_get_context_id), (ev_statusbar_push),
10728         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10729         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10730         (ev_statusbar_set_progress):
10731         * shell/ev-statusbar.h:
10732         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10733         (ev_view_find_previous):
10734         * shell/ev-window.c: (ev_window_is_empty),
10735         (ev_window_setup_document), (password_dialog_response),
10736         (ev_window_clear_jobs), (ev_window_load_job_cb),
10737         (ev_window_xfer_job_cb), (ev_window_open_uri),
10738         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10739         (ev_window_print), (ev_window_print_range),
10740         (ev_window_state_event), (ev_window_cmd_view_reload),
10741         (menu_item_select_cb), (menu_item_deselect_cb),
10742         (view_status_changed_cb), (ev_window_dispose),
10743         (drag_data_received_cb), (ev_window_init):
10744         * shell/ev-window.h:
10745         * shell/main.c: (load_files):
10746         
10747         New statusbar to show progress on idle. Two new jobs - 
10748         xfer job and load job to load document in background. And update
10749         of page_cache clients to new location of code.
10750
10751 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10752
10753         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10754         selection in open dialog. It also remembers the last visited directory 
10755         in the current session.
10756
10757 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10758
10759         * shell/ev-properties.c: (ev_properties_new):
10760         * shell/ev-properties.h:
10761         * shell/ev-window.c: (ev_window_cmd_file_properties):
10762         
10763         Get document info from page cache instead of document itself.
10764         This should fix crash related to race conditions described in
10765         bug 306545.
10766
10767 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10768
10769         * ps/ps-document.c: (ps_document_init),
10770         (send_ps), (get_page_box), (output), (catchPipe), (input),
10771         (stop_interpreter), (file_length), (file_readable),
10772         (check_filecompressedb), (ps_document_enable_interpreter),
10773         (document_load), (ps_async_renderer_render_pixbuf):
10774         * ps/ps-document.h:
10775
10776         Big cleanup of the ps code
10777
10778 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10779
10780         * backend/Makefile.am:
10781         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10782         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10783         * backend/ev-async-renderer.h:
10784
10785         Add an async renderer interface (method + callback) which
10786         is useful for backends like ps.
10787
10788         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10789         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10790         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10791         (ev_job_queue_add_job), (move_job_async), (move_job),
10792         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10793
10794         Add queues for async renderer, these are executed on the
10795         main thread.
10796
10797         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10798         (ev_job_render_run):
10799         * backend/ev-jobs.h:
10800
10801         If the backend support async renderer interface use it.
10802
10803         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10804         (setup_pixmap), (ps_document_get_type),
10805         (ps_async_renderer_render_pixbuf),
10806         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10807
10808         Implement async renderer interface.
10809
10810 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10811
10812         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10813
10814         Cleanup links job on exit.
10815
10816 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10817
10818         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10819         (drag_data_get_cb), (drag_data_received_cb):
10820         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10821         (drag_data_get_cb), (parse_item_list),
10822         (egg_toolbar_editor_load_actions):
10823         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10824         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10825         (parse_item_list), (parse_toolbars):
10826         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10827         (dvi_pixbuf_put_pixel):
10828         
10829         Fix gcc 4.0 warnings
10830
10831 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10832
10833         * ps/ps-document.c: (start_interpreter):
10834
10835         Fix warning when loading ps
10836
10837 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10838
10839         * ps/ps-document.c: (output):
10840
10841         Fix crash when priting gs error messages.
10842
10843 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10844
10845         * backend/ev-page-cache.c: (_ev_page_cache_new):
10846         * backend/ev-page-cache.h:
10847
10848         Use a const to return title so that we dont double
10849         free it. Small cleanup and fix a leak.
10850
10851         * shell/ev-window.c: (update_window_title):
10852
10853         strdup value from get_title.
10854
10855 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10856
10857         * shell/ev-sidebar-links.c: (job_finished_callback),
10858         (ev_sidebar_links_set_document):
10859
10860         Cleanup the old job when changing document
10861
10862 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10863
10864         * shell/ev-stock-icons.c:
10865         * shell/ev-stock-icons.h:
10866         * shell/ev-window.c:
10867         
10868         Add stock icons for actions that can appear in toolbar. Fix for
10869         bug 306566.
10870
10871 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10872
10873         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10874         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10875         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10876         * backend/ev-page-cache.h:
10877         * shell/ev-view.c: (scroll_to_current_page),
10878         (view_update_range_and_current_page), (get_page_y_offset),
10879         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10880         (ev_view_size_request_continuous),
10881         (ev_view_zoom_for_size_continuous_and_dual_page),
10882         (ev_view_zoom_for_size_continuous):
10883         
10884         More compact EvView layout in document with pages of different size.
10885
10886 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10887
10888         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10889         compilation.
10890
10891 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10892
10893         * shell/ev-view.c: (view_set_adjustment_values):
10894         * shell/ev-window.c: (ev_window_cmd_file_properties):
10895         
10896         A bit different fix for rounding problem but it has no
10897         problems on startup. Make properties window transient to parent.
10898
10899 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10900
10901         * pdf/ev-poppler.cc:
10902         
10903         More commenting of font stuff.
10904
10905 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10906
10907         * pdf/ev-poppler.cc:
10908
10909         Comment out some more fonts stuff. Should really
10910         work without the poppler patch now.
10911
10912 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * pdf/ev-poppler.cc:
10915
10916         Adapt to api change
10917
10918 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10919
10920         * data/evince-properties.glade:
10921         * pdf/ev-poppler.cc:
10922         * shell/ev-properties.c: (setup_fonts_view):
10923
10924         Set the column title. Show the dialog only
10925         once everything is setup.
10926         Getting font info can be very slow... will
10927         prolly need to make this threaded too.
10928
10929 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10930
10931         * backend/Makefile.am:
10932         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10933         (ev_document_fonts_get_fonts_model):
10934         * backend/ev-document-fonts.h:
10935         * data/evince-properties.glade:
10936         * pdf/ev-poppler.cc:
10937         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10938         * shell/ev-properties.h:
10939         * shell/ev-window.c: (ev_window_cmd_file_properties):
10940
10941         Implement fonts list. Defined out for now, since it depends
10942         on a not yet committed poppler patch.
10943
10944 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10945
10946         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10947         page + 1.
10948
10949         * shell/ev-window.c: Make sure we add the timeout when we get a
10950         focus-in event.
10951
10952         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10953         adjustment->value before calculating the zoom factor to average
10954         out all of our rounding errors.  The page no longer 'drifts' when
10955         resizing.
10956
10957 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10958
10959         * data/evince-properties.glade:
10960         * shell/ev-properties.c: (ev_properties_format_date),
10961         (set_property):
10962         
10963         Labels don't expand when the dialogue is resized.
10964         strftime result needs to be converted to UTF-8. Thanks
10965         to Christian Persch <chpe@gnome.org>.
10966
10967 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10968
10969         * data/evince-properties.glade:
10970
10971         Hide the fonts tab
10972
10973 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * backend/ev-document-info.h:
10976         * backend/ev-document.c: (ev_document_info_free):
10977         * data/evince-properties.glade:
10978         * pdf/ev-poppler.cc:
10979         * ps/ps-document.c: (ps_document_get_info):
10980         * shell/ev-properties.c: (ev_properties_format_date),
10981         (set_property), (ev_properties_new):
10982         * shell/ev-properties.h:
10983         * shell/ev-window.c: (ev_window_cmd_file_properties):
10984
10985         Rework properties code to take only EvPropertyInfo
10986         in the constructor so that it can be useful for
10987         nautilus plugin too.
10988
10989         Deal with backends that doesnt support some properties.
10990         Make set property code generic.
10991
10992 2005-06-04  Christian Persch <chpe@gnome.org>
10993
10994         * data/evince-properties.glade:
10995
10996         fix spacings, make resizeable, and make data labels
10997         selectable + ellipsised
10998
10999 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11000
11001         * backend/ev-document-info.h:
11002         * data/Makefile.am:
11003         * data/evince-ui.xml:
11004         * pdf/ev-poppler.cc:
11005         * shell/Makefile.am:
11006         * shell/ev-window.c: (update_action_sensitivity),
11007         (ev_window_cmd_file_properties):
11008
11009         Initial go at file properties. Patch by
11010         Emil Soleyman-Zomalan <emil@soleyman.com>.
11011         Needs love see #169583
11012
11013 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11014
11015         * ps/ps-document.c: (output):
11016         * ps/ps.c: (psscan):
11017
11018         Try to render even if psscan fails.
11019
11020 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11021
11022         * ps/ps.c: (psscan), (pscopydoc):
11023
11024         Port buffered reading code from gv
11025
11026 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * ps/ps-document.c: (interpreter_message), (output):
11029
11030         Do not fail on interpreter messages
11031
11032 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11033
11034         * backend/ev-document-misc.c:
11035         (ev_document_misc_get_thumbnail_frame):
11036
11037         Pages can be 0 x 0, dont assert on this case
11038
11039 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11042         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11043
11044         Correctly manage our reference on document. Finally the reload
11045         huge leak is gone...
11046
11047 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11048
11049         * ps/ps-document.c: (ps_document_dispose):
11050
11051         Forgot to chain it to the parent. Thanks chpe.
11052
11053 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11054
11055         * ps/ps-document.c: (ps_document_dispose),
11056         (ps_document_class_init), (stop_interpreter), (document_load):
11057
11058         Cleanup dispose a bit. Dont leak the whole pixmap.
11059
11060 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11061
11062         * pdf/ev-poppler.cc:
11063
11064         Release the poppler document on dispose
11065
11066 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11067
11068         * shell/ev-view.c: (ev_view_set_document):
11069
11070         Release ref on the pixbuf cache when changing
11071         document.
11072
11073 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11074
11075         * ps/ps-document.c: (ps_document_get_info):
11076
11077         Fix a double free
11078
11079 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11080
11081         * backend/ev-page-cache.c: (ev_page_cache_init),
11082         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11083         * backend/ev-page-cache.h:
11084         * shell/ev-page-action.c: (page_changed_cb):
11085         
11086         Set page action entry width depending on labels width. Fix
11087         for bug 305202.
11088
11089 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11090
11091         * backend/ev-link.c: (ev_link_class_init):
11092
11093         Allow -1 as page value (error)
11094
11095 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11096
11097         * shell/ev-sidebar-thumbnails.c:
11098         (ev_sidebar_thumbnails_set_document):
11099         * shell/ev-view.c: (scroll_to_current_page),
11100         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11101         (page_changed_cb), (on_adjustment_value_changed),
11102         (ev_view_set_document):
11103
11104         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11105         Fix bug 305377
11106
11107 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11108
11109         * configure.ac:
11110         * djvu/djvu-document.c: (djvu_document_get_page_size):
11111
11112         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11113         bug 301993.
11114
11115 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11116
11117         * shell/ev-view.c (draw_one_page): modify the expose handling to
11118         get the shadows.
11119
11120         * shell/ev-window.c (update_action_sensitivity): Respect
11121         permissions field.  Kowtow to the man.
11122
11123         * pdf/ev-poppler.cc: Get the permissions field.
11124
11125         * tiff/*c: Make a tiny bit more robust.
11126
11127 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11128
11129         * djvu/djvu-document.c:
11130         
11131         Pop messages from djvu context message queue.
11132
11133 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11134
11135         * configure.ac, Makefile.am, shell/Makefile.am:
11136         * tiff/Makefile.am, shell/ev-document-types.c:
11137         
11138         Cleanup tiff configure checks. Fix for bug 305218.
11139
11140 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11141
11142         * configure.ac: Added "uk" to ALL_LINGUAS.
11143
11144 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * cut-n-paste/zoom-control/ephy-zoom.c:
11147         (ephy_zoom_get_changed_zoom_level):
11148         * cut-n-paste/zoom-control/ephy-zoom.h:
11149         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11150         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11151         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11152         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11153         (zoom_control_changed_cb), (ev_window_init):
11154         
11155         Fix minor points related to moving best fit up. Introduce
11156         "zoom" property and make zoom control change it's value on
11157         notify::zoom signals. Fix for 305080.
11158
11159 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11160
11161         * data/evince-ui.xml:
11162         * shell/ev-window.c: (set_view_actions_sensitivity):
11163         
11164         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11165
11166 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11167
11168         * configure.ac:
11169
11170         Depends on poppler 0.3.2
11171
11172 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11173
11174         * cut-n-paste/recent-files/egg-recent-item.c:
11175         (egg_recent_item_get_short_name):
11176         * cut-n-paste/toolbar-editor/Makefile.am:
11177         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11178         (new_pixbuf_from_widget):
11179         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11180         * cut-n-paste/toolbar-editor/egg-marshal.c:
11181         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11182         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11183
11184         Sync
11185
11186 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11187
11188         * tiff/tiff-document.c: Rough TIFF backend.
11189
11190 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11191
11192         * NEWS:
11193         * configure.ac:
11194         * cut-n-paste/toolbar-editor/Makefile.am:
11195
11196         Release 0.3.1
11197
11198 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11199
11200         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11201         (ev_view_find_next), (ev_view_find_previous):
11202
11203         Remove the locks around get_n_results   
11204
11205 2005-05-21  Juerg Billeter  <j@bitron.ch>
11206
11207         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11208
11209         Pass correct number of pages to poppler.
11210
11211 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11212
11213         * configure.ac:
11214         * data/Makefile.am:
11215         * data/evince.desktop.in: 
11216         * data/evince.desktop.in.in:
11217         * po/POTFILES.in:
11218         
11219         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11220
11221 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11222
11223         * shell/ev-view.c: (view_update_adjustments),
11224         (view_set_adjustment_values): cast adjustmen->value to (int)
11225         before using it.  Otherwise, we get off by a pixel in some
11226         situations.
11227
11228         (draw_one_page): Draw the border on expose.
11229
11230 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11231
11232         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11233         adjustment when the mode changes, #304923
11234
11235 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11236
11237         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11238         flickering on resize but still use gdk_window_scroll on
11239         scrolling
11240
11241 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11242
11243         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11244         option, #170458
11245
11246 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11247
11248         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11249         second page on page_changed if possible, #304669
11250
11251 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11252
11253         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11254         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11255
11256 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11257
11258         * .cvsignore:
11259         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11260         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11261         (ev_view_zoom_for_size_presentation),
11262         (ev_view_zoom_for_size_continuous_and_dual_page),
11263         (ev_view_zoom_for_size_continuous),
11264         (ev_view_zoom_for_size_dual_page),
11265         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11266         * shell/ev-view.h:
11267         * shell/ev-window.c: (update_view_size),
11268         (ev_window_sizing_mode_changed_cb):
11269
11270         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11271         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11272         an infinite loop, #304769
11273
11274
11275 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11276
11277         * data/evince-ui.xml:
11278         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11279         * shell/ev-window.c: (set_view_actions_sensitivity):
11280
11281         Make PgUp/Down behave like Space
11282
11283 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11286         * backend/ev-ps-exporter.h:
11287         * pdf/ev-poppler.cc:
11288         * ps/ps-document.c: (ps_document_ps_export_begin):
11289         * shell/ev-print-job.c: (idle_print_handler):
11290
11291         Adapt to new poppler api
11292
11293 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11294
11295         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11296         (ephy_zoom_control_init):
11297
11298         Translate zoom levels
11299
11300 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11301
11302         * cut-n-paste/zoom-control/ephy-zoom.c:
11303         (ephy_zoom_get_zoom_level_index):
11304
11305         Fix current zoom -> zoom control match
11306
11307 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11308
11309         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11310         rather than the scrolled_window that it's in. Fixes bug #304655.
11311
11312 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11313
11314         * shell/ev-view.c: (view_update_adjustments),
11315         (view_set_adjustment_values), (view_update_range_and_current_page),
11316         (view_scroll_to_page), (set_scroll_adjustment),
11317         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11318         (ev_view_scroll), (ev_view_scroll_view),
11319         (ensure_rectangle_is_visible), (find_page_at_location),
11320         (get_link_at_location), (go_to_link), (status_message_from_link),
11321         (ev_view_size_request_continuous_dual_page),
11322         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11323         (ev_view_unrealize), (ev_view_expose_event),
11324         (ev_view_button_press_event), (ev_view_motion_notify_event),
11325         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11326         (draw_rubberband), (highlight_find_results), (draw_one_page),
11327         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11328         (ev_view_init), (find_changed_cb), (page_changed_cb),
11329         (on_adjustment_value_changed), (ev_view_new),
11330         (ev_view_set_document), (ev_view_set_zoom),
11331         (ev_view_set_continuous), (ev_view_set_dual_page),
11332         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11333         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11334         (ev_view_zoom_for_size_presentation),
11335         (ev_view_zoom_for_size_continuous_dual_page),
11336         (ev_view_zoom_for_size_continuous),
11337         (ev_view_zoom_for_size_dual_page),
11338         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11339         (ev_view_get_status), (ev_view_set_status),
11340         (update_find_status_message), (ev_view_get_find_status),
11341         (ev_view_set_find_status), (jump_to_find_result),
11342         (jump_to_find_page), (compute_selections), (clear_selection),
11343         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11344         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11345         (ev_view_update_primary_selection),
11346         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11347         * shell/ev-view.h:
11348         * shell/ev-window.c: (ev_window_open_page_label),
11349         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11350         (ev_window_init):
11351         * shell/ev-window.h:
11352         * shell/main.c: (load_files):
11353
11354         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11355         when resizing.  Remove the bin_window().  Also, patch from James
11356         Bowes to fix command line page, #300641
11357         
11358 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11359
11360         * data/evince-ui.xml:
11361         * shell/ev-view.c:
11362         * shell/ev-view.h:
11363         * shell/ev-window.c: (update_action_sensitivity):
11364
11365         Get rid of View->Normal Size, it's just confusing
11366
11367 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11368
11369         * backend/ev-document-info.h:
11370         * backend/ev-document.c: (ev_document_info_free): Free the
11371         EvDocumentInfo.
11372
11373         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11374         (clear_range), (add_range), (update_visible_range),
11375         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11376         (ev_sidebar_thumbnails_set_document):
11377         * shell/ev-window.c: (ev_window_setup_document): Only render the
11378         visible thumbnails.  It takes an instant to render, but it uses
11379         much less memory.
11380
11381 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11382
11383         * shell/ev-sidebar-links.c: (popup_menu_cb):
11384
11385         Select first item
11386
11387 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11388
11389         * lib/Makefile.am:
11390         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11391         (button_press_cb), (ev_sidebar_links_construct):
11392
11393         Show the popup menu also on keybindings
11394
11395 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11396
11397         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11398         * shell/ev-window.h:
11399
11400         Expose api to print a range (with dialog). Make private _print use
11401         it.
11402
11403         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11404         (ev_sidebar_links_construct):
11405
11406         Show a print context menu on linkx, it prints the selected
11407         section.
11408
11409 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11410
11411         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11412         button.
11413
11414 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11415
11416         * AUTHORS:
11417
11418         Update
11419
11420         * shell/ev-window.c: (build_comments_string),
11421         (ev_window_cmd_help_about):
11422
11423         Show poppler version/backend and authors
11424
11425 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11426
11427         * cut-n-paste/zoom-control/ephy-zoom.c:
11428         (ephy_zoom_get_zoom_level_index):
11429         * cut-n-paste/zoom-control/ephy-zoom.h:
11430
11431         Move the best fit items at the top of the list
11432
11433 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11434
11435         * shell/ev-marshal.list:
11436         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11437         (activate_cb), (match_selected_cb), (activate_link_cb),
11438         (connect_proxy), (ev_page_action_class_init):
11439         * shell/ev-page-action.h:
11440
11441         Use signals to notify action activation. Hopefully
11442         I did not break completion since I cant test...
11443
11444         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11445         (register_custom_actions):
11446
11447         Connect to page selector actions and also grab focus on
11448         the view when activated.
11449
11450 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11451
11452         * pdf/ev-poppler.cc:
11453         * backend/ev-page-cache.c: make page size calculation consistent
11454         and set it to (int)( width * scale + 0.5).  This makes the weird
11455         line going through the middle of the page go away.
11456
11457         * shell/ev-view.c: move painting the background page after
11458         checking the expose area covers us.
11459
11460 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11461
11462         * data/evince-password.glade:
11463         
11464         Mark labels as not translatable. Fix for bug 302842.
11465
11466 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11467
11468         * configure.ac: Added "es" to ALL_LINGUAS.
11469
11470 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11471
11472         * data/evince-toolbar.xml:
11473         * shell/ev-window.c: (update_action_sensitivity),
11474         (ev_window_setup_document), (ev_window_set_page_mode),
11475         (ev_window_init):
11476
11477         Remove some leftover code from jrb first continous
11478         attempt. Use the new actions, we still need good icons
11479         though...
11480
11481 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11482
11483         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11484
11485         Update label when connecting proxy. Fix a warning with NULL
11486         page_cache.
11487
11488 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11489
11490         * data/evince-ui.xml:
11491         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11492         * shell/ev-page-action.h:
11493         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11494
11495         Add mnemonic for edit toolbar.
11496         ctrl+l focus the page entry.
11497
11498 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11499
11500         * lib/Makefile.am:
11501         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11502         (ev_window_init):
11503         * shell/main.c: (main):
11504
11505         Put the toolbar xml in evince own dot dir
11506
11507 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11508
11509         * shell/ev-window.c: (ev_window_init):
11510
11511         Make the toolbar not removable
11512
11513 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11514
11515         * data/evince-ui.xml:
11516         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11517         * shell/ev-sidebar-links.h:
11518         * shell/ev-sidebar-thumbnails.c:
11519         (ev_sidebar_thumbnails_get_treeview):
11520         * shell/ev-sidebar-thumbnails.h:
11521         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11522         (ev_view_class_init):
11523         * shell/ev-view.h:
11524         * shell/ev-window.c: (update_action_sensitivity),
11525         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11526         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11527         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11528         (ev_window_init):
11529
11530         This is evil... Make space/backspace global accelerators but
11531         enable them only for some widgets (sidebars and view).
11532         I dont like it, but I dont know a better way... :/
11533
11534 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11535
11536         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11537         (ev_page_action_widget_finalize),
11538         (ev_page_action_widget_class_init), (update_page_cache):
11539
11540         Keep a weak reference on proxy->page_cache so that we
11541         dont try to disconnect the signal if the object is already
11542         gone. Maybe there is a better way to cleanup reference handling
11543         in page action though...
11544
11545 2005-05-10  Juerg Billeter  <j@bitron.ch>
11546
11547         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11548         * backend/ev-ps-exporter.h:
11549         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11550         * ps/ps-document.c: (ps_document_ps_export_begin):
11551         
11552         Change api to pass print range to ps_exporter_begin. The pdf backend
11553         requires this information.
11554         
11555         * shell/ev-print-job.c: (idle_print_handler):
11556         
11557         Adapt to api change
11558
11559 2005-05-10  Juerg Billeter  <j@bitron.ch>
11560
11561         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11562         (idle_print_handler)
11563         * shell/ev-window.c: (ev_window_print):
11564
11565         Support printing page range, based on patch by Amaury Jacquot
11566
11567 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11568
11569         * data/evince-toolbar.xml:
11570
11571         Add zoom control to available items
11572
11573 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11574
11575         * shell/ev-window.c: (update_action_sensitivity):
11576
11577         Set slash action insensitive when appropriate
11578
11579 2005-05-10  Christian Persch <chpe@gnome.org>
11580
11581         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11582
11583         Fix warning on the overflow menu
11584
11585 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11586
11587         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11588
11589         Check for uri correctness/existence
11590
11591 2005-05-09  Juerg Billeter  <j@bitron.ch>
11592
11593         * shell/ev-window.c: (using_postscript_printer):
11594
11595         LPD printers use postscript, too
11596
11597 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11598
11599         * shell/ev-window.c: (register_custom_actions):
11600
11601         The zoom one is actually sort of useful,
11602         put it back
11603
11604 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11605
11606         * shell/ev-window.c: (register_custom_actions):
11607
11608         Hide page/zoom controls from overflow, they
11609         are useless.
11610
11611 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11612
11613         * cut-n-paste/update-from-egg.sh:
11614         
11615         Share it between all cut-n-paste subdirs
11616
11617         * cut-n-paste/recent-files/Makefile.am:
11618
11619         Fix to use "global" update-from-egg.sh
11620
11621         * cut-n-paste/recent-files/egg-recent-model.c:
11622         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11623         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11624         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11625         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11626
11627         Update from libegg
11628
11629         * cut-n-paste/toolbar-editor/Makefile.am:
11630
11631         Fix to use "global" update-from-egg.sh
11632
11633         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11634
11635         Update from libegg
11636
11637 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11638
11639         * configure.ac:
11640         * cut-n-paste/Makefile.am:
11641         * cut-n-paste/recent-files/Makefile.am:
11642         * cut-n-paste/toolbar-editor/.cvsignore:
11643         * cut-n-paste/toolbar-editor/Makefile.am:
11644         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11645         (egg_editable_toolbar_get_type), (get_toolbar_position),
11646         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11647         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11648         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11649         (set_item_drag_source), (create_item_from_action), (create_item),
11650         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11651         (popup_toolbar_context_menu_cb), (free_dragged_item),
11652         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11653         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11654         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11655         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11656         (item_added_cb), (item_removed_cb),
11657         (egg_editable_toolbar_construct),
11658         (egg_editable_toolbar_disconnect_model),
11659         (egg_editable_toolbar_deconstruct),
11660         (egg_editable_toolbar_set_model),
11661         (egg_editable_toolbar_set_ui_manager),
11662         (egg_editable_toolbar_set_property),
11663         (egg_editable_toolbar_get_property),
11664         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11665         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11666         (egg_editable_toolbar_new_with_model),
11667         (egg_editable_toolbar_get_edit_mode),
11668         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11669         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11670         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11671         (new_pixbuf_from_widget), (new_separator_pixbuf),
11672         (update_separator_image), (style_set_cb),
11673         (_egg_editable_toolbar_new_separator_image),
11674         (egg_editable_toolbar_get_model):
11675         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11676         * cut-n-paste/toolbar-editor/egg-marshal.c:
11677         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11678         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11679         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11680         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11681         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11682         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11683         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11684         (editor_drag_data_delete_cb), (drag_data_get_cb),
11685         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11686         (editor_create_item), (update_editor_sheet), (setup_editor),
11687         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11688         (parse_item_list), (model_has_action), (update_actions_list),
11689         (egg_toolbar_editor_load_actions):
11690         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11691         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11692         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11693         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11694         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11695         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11696         (egg_toolbars_model_add_separator), (impl_add_item),
11697         (parse_item_list), (egg_toolbars_model_add_toolbar),
11698         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11699         (impl_get_item_data), (impl_get_item_type),
11700         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11701         (egg_toolbars_model_init), (free_toolbar),
11702         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11703         (egg_toolbars_model_remove_toolbar),
11704         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11705         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11706         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11707         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11708         (egg_toolbars_model_get_item_data),
11709         (egg_toolbars_model_get_item_type):
11710         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11711         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11712         * data/Makefile.am:
11713         * data/evince-toolbar.xml:
11714         * data/evince-ui.xml:
11715         * data/hand-open.png:
11716         * po/POTFILES.in:
11717         * shell/Makefile.am:
11718         * shell/ev-window.c: (update_chrome_visibility),
11719         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11720         (ev_window_dispose), (ev_window_init):
11721
11722         Implement epiphany like toolbar editor. Based on patch by
11723         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11724
11725 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11726
11727         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11728
11729         Use set_cursor instead of set_selection, so that
11730         the keyboard focus moves too.
11731
11732 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11733
11734         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11735
11736         Fix infinite loop when loading Type1 fonts
11737
11738 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11739
11740         * data/evince-ui.xml:
11741         * shell/ev-window.c:
11742
11743         Slash -> Find
11744
11745 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11746
11747         * configure.ac:
11748
11749         Make --disable really disable
11750
11751 2005-05-07  Juerg Billeter  <j@bitron.ch>
11752
11753         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11754
11755         Compare page labels even without has_labels set, fixes setting page
11756         with entry
11757
11758 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11759
11760         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11761         (ev_view_set_cursor), (ev_view_button_press_event),
11762         (ev_view_motion_notify_event), (ev_view_button_release_event),
11763         (ev_view_init):
11764
11765         Implement middle button scrolling. Based on a patch
11766         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11767
11768 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11769
11770         * shell/ev-document-types.c: (get_slow_mime_type),
11771         (get_document_type_from_mime), (ev_document_type_lookup):
11772         * shell/ev-document-types.h:
11773
11774         Change api to lookup from uri. Do fast lookup first, if the
11775         type is unknown try with data sniffing.
11776
11777         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11778         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11779
11780         Adapt to api change
11781
11782 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11783
11784         * thumbnailer/Makefile.am:
11785
11786         Fix distcheck
11787
11788 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11789
11790         * NEWS:
11791         * configure.ac:
11792
11793         Release 0.3.0
11794
11795         * data/evince-ui.xml:
11796
11797         Hide presentation mode for now
11798
11799         * shell/ev-view.c: (highlight_find_results):
11800
11801         Show current find selection only on current page
11802
11803 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * shell/ev-view.c: (ev_view_select_all):
11806
11807         Compute size of the actual page, not of
11808         the current one.
11809
11810 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11811
11812         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11813         (view_rect_to_doc_rect), (compute_selections),
11814         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11815         (ev_view_copy), (ev_view_primary_get_cb),
11816         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11817         (ev_view_button_press_event), (ev_view_motion_notify_event),
11818         (ev_view_button_release_event), (page_changed_cb):
11819
11820         Fix text selection
11821
11822 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11823
11824         * shell/ev-view.c: (compute_border), (get_page_extents),
11825         (doc_rect_to_view_rect), (highlight_find_results),
11826         (ev_view_bin_expose), (ev_view_select_all),
11827         (ev_view_motion_notify_event), (update_find_status_message),
11828         (jump_to_find_result), (jump_to_find_page):
11829
11830         First go at fixing search, still buggy
11831
11832 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11833
11834         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11835         dropdown box and button at the top of the sidebar.
11836
11837 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11838
11839         * configure.ac: Output zoom-control Makefile.
11840         * cut-n-paste/Makefile.am: build zoom-control subdir.
11841         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11842         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11843         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11844         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11845         * cut-n-paste/zoom-control/ephy-zoom.c:
11846         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11847         from epiphany, and modified to add a separator into the menu.
11848         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11849         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11850         zoom-control action.
11851         * shell/Makefile.am: Include zoom-control flags.
11852         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11853         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11854         (ev_view_zoom_for_size_presentation),
11855         (ev_view_zoom_for_size_continuous_and_dual_page),
11856         (ev_view_zoom_for_size_continuous),
11857         (ev_view_zoom_for_size_dual_page),
11858         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11859         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11860         ev_view_get_zoom and ev_view_get_sizing_mode.
11861         * shell/ev-view.h:
11862         * shell/ev-window.c: (update_action_sensitivity),
11863         (update_sizing_buttons), (zoom_control_changed_cb),
11864         (register_custom_actions): Initialize and use the zoom-control 
11865         widget.
11866
11867 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11868
11869         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11870         preview cache back to 1.  Don't know when it got set to 0.
11871         
11872         * shell/ev-view.c: (compute_border), (ev_view_realize),
11873         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11874         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11875         (ev_view_get_fullscreen), (ev_view_set_presentation),
11876         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11877         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11878         * shell/ev-view.h:
11879         * shell/ev-window.c:
11880         (update_chrome_visibility),
11881         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11882         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11883         (update_document_mode), (ev_window_update_fullscreen_action),
11884         (ev_window_fullscreen), (ev_window_unfullscreen),
11885         (ev_window_cmd_view_fullscreen),
11886         (ev_window_update_presentation_action),
11887         (ev_window_run_presentation), (ev_window_stop_presentation),
11888         (ev_window_cmd_view_presentation), (ev_window_state_event),
11889         (ev_window_focus_in_event), (ev_window_focus_out_event),
11890         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11891         * data/evince-ui.xml: Initial presentation mode.  We should
11892         probably hide this until it's done, as it's quite rough.  Also,
11893         change full-screen to fullscreen and add two getters to EvView.
11894
11895 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11896
11897         * shell/ev-page-action.c: (update_page_cache),
11898         (ev_page_action_dispose):
11899         * shell/ev-window.c: (destroy_fullscreen_popup),
11900         (ev_window_create_fullscreen_popup):
11901
11902         Use connect_object rather than explicitly
11903         disconnect on dispose.
11904
11905 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11906
11907         * shell/ev-page-action.c: (update_page_cache),
11908         (ev_page_action_dispose):
11909
11910 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11911
11912         * backend/ev-page-cache.c: (_ev_page_cache_new),
11913         (ev_page_cache_set_page_label),
11914         (ev_page_cache_has_nonnumeric_page_labels):
11915         * backend/ev-page-cache.h:
11916         * shell/ev-page-action.c: (update_pages_label):
11917         
11918         If all page labels are numeric, fallback to default
11919         way to display number of pages. See bug 173185.
11920
11921 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11922
11923         * shell/ev-page-action.c: (ev_page_action_dispose):
11924         * shell/ev-view.c: (view_update_range_and_current_page):
11925         * shell/ev-window.c: (ev_window_dispose):
11926         
11927         Set page on scroll in continuous mode. Fixes bug 301986.
11928         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11929
11930 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11931
11932         * configure.ac:
11933
11934         Require poppler 0.3.0
11935
11936 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11937         
11938         * shell/Makefile.am, configure.ac: Fix build problems
11939         with t1lib. Bug 301996.
11940
11941 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11942
11943         * shell/ev-view.c: (ev_view_scroll_event):
11944         
11945         Scroll up increase zoom
11946
11947 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11948
11949         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11950         (ev_view_set_sizing_mode),
11951         (ev_view_zoom_for_size_continuous_and_dual_page),
11952         (ev_view_zoom_for_size_continuous):
11953         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11954         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11955         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11956         (ev_window_init):
11957
11958         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11959         Fix for 165473 and 165472.
11960
11961 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11962
11963         * po/POTFILES.in:
11964         * thumbnailer/Makefile.am:
11965         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11966         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11967         * thumbnailer/evince-thumbnailer.schemas.in:
11968         
11969         Make thumbnailer schemas translatable. Fix for bug 301773
11970         
11971         * thumbnailer/evince-thumbnailer-djvu.schemas:
11972         * thumbnailer/evince-thumbnailer-dvi.schemas:
11973         * thumbnailer/evince-thumbnailer.schemas:
11974
11975         Removed files
11976
11977 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11978
11979         * shell/ev-view.c (ev_view_init): forgot to set this.
11980
11981 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11982
11983         * shell/ev-view.c: (find_page_at_location),
11984         (get_link_at_location),
11985         (ev_view_set_show_border), (ev_view_set_spacing),
11986         (ev_view_zoom_for_size_continuous_and_dual_page),
11987         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11988         Also, add a quick fix measuring of widths.  Also, removed
11989         ev_view_set_spacing and ev_view_set_show_border.
11990         
11991         * shell/ev-window.c: (ev_window_unfullscreen),
11992         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11993
11994 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11995
11996         * shell/ev-view.c: (view_update_range_and_current_page),
11997         (page_changed_cb):
11998         
11999         Fix crash on exit and scrolling to page in continuous view.
12000
12001 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12002
12003         * TODO:
12004         * backend/ev-page-cache.c: (_ev_page_cache_new),
12005         (ev_page_cache_get_max_width_size),
12006         (ev_page_cache_get_max_height_size):
12007         * backend/ev-page-cache.h:
12008         * data/evince-ui.xml:
12009         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12010         * shell/ev-view.c: (view_update_adjustments),
12011         (view_update_range_and_current_page), (get_bounding_box_size),
12012         (ev_view_size_request_continuous_and_dual_page),
12013         (ev_view_size_request_continuous),
12014         (ev_view_size_request_dual_page),
12015         (ev_view_size_request_single_page), (ev_view_size_request),
12016         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12017         (ev_view_bin_expose), (ev_view_expose_event),
12018         (ev_view_set_property), (ev_view_get_property),
12019         (ev_view_class_init), (ev_view_init), (ev_view_new),
12020         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12021         (ev_view_set_dual_page), (ev_view_set_full_screen),
12022         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12023         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12024         (ev_view_zoom_out), (zoom_for_size_fit_width),
12025         (zoom_for_size_best_fit),
12026         (ev_view_zoom_for_size_continuous_and_dual_page),
12027         (ev_view_zoom_for_size_continuous),
12028         (ev_view_zoom_for_size_dual_page),
12029         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12030         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12031         * shell/ev-view.h:
12032         * shell/ev-window.c: (update_action_sensitivity),
12033         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12034         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12035         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12036         (ev_window_cmd_view_zoom_out), (update_view_size),
12037         (ev_window_set_sizing_mode), (ev_window_init):
12038
12039         Add Continuous and Dual page modes.
12040
12041 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12042
12043         * dvi/dvi-document.c: (dvi_document_load),
12044         (dvi_document_thumbnails_get_thumbnail),
12045         (dvi_document_init_params): Fix up some mixups between
12046         width and height to correct thumbnail rendering.
12047
12048 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12049
12050         * dvi/mdvi-lib/private.h:
12051         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12052         
12053         Suppess output for kpathsea during font generation. Thanks to
12054         James Bowes
12055
12056 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12057
12058         * NEWS:
12059         * configure.ac:
12060
12061         Release 0.2.1
12062
12063         * Makefile.am: fix distcheck.
12064
12065 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12066
12067         * shell/ev-sidebar-links.c: (selection_changed_callback),
12068         (update_page_callback), (row_activated_callback),
12069         (job_finished_callback), (ev_sidebar_links_set_document):
12070         
12071         Fix for bug #169901. Double click on links expands tree.
12072
12073 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12074
12075         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12076         hard-coded style. Fix for bug 170111
12077
12078 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12079
12080         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12081         locking.
12082
12083 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12084
12085         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12086
12087 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12088
12089         * pdf/ev-poppler.cc:
12090         * shell/ev-view.c: (highlight_find_results):
12091
12092         Fix find on single page documents
12093
12094 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12095
12096         * data/evince.schemas.in: fix for bug 301390
12097
12098 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12099
12100         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12101         (ev_view_zoom_out), (ev_view_zoom_normal):
12102         * shell/ev-view.h:
12103         * shell/ev-window.c: (update_action_sensitivity),
12104         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12105         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12106         (ev_window_cmd_view_normal_size):
12107
12108         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12109         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12110         better than oom. 
12111
12112 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12113
12114         * configure.ac:
12115
12116         Depend on 2.57, 2.59 doesnt seem to be necessary
12117
12118 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12119
12120         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12121         (create_tool_item):
12122
12123         Put back total number of pages as (1 of 1234)
12124
12125 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12126
12127         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12128         remove the job.
12129
12130         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12131         function.  This helps debugging.
12132
12133 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12134
12135         * djvu/djvu-document.c: (djvu_document_class_init),
12136         (djvu_document_get_info), (djvu_document_document_iface_init):
12137         * dvi/dvi-document.c: (dvi_document_class_init),
12138         (dvi_document_get_info), (dvi_document_document_iface_init):
12139
12140         Dummy implementation of get_info method for dvi and
12141         djvu. Fix crashes with those backends
12142
12143 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12144
12145         * data/evince.desktop.in:
12146
12147         Add application/x-gzpostscript
12148
12149 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12150
12151         * data/evince.schemas.in: Added real long descriptions, 
12152         closes bug 172496 
12153
12154         * README: Added actual text, closes bug 171869
12155
12156 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12157
12158         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12159
12160         Thumbnail page 0
12161
12162 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12163
12164         * backend/ev-document-info.h:
12165
12166         s/GDate */GDate so we can just use g_free
12167
12168 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12169
12170         * shell/ev-window.c: (update_document_mode),
12171         (ev_window_setup_document):
12172
12173         Show the window in fullscreen when specified by
12174         the document
12175
12176 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12177
12178         * backend/ev-document.c: (ev_document_class_init),
12179         (ev_document_get_info), (ev_document_render_pixbuf):
12180         * backend/ev-document.h:
12181         * backend/ev-page-cache.c: (_ev_page_cache_new):
12182         * pdf/ev-poppler.cc:
12183         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12184         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12185         * ps/ps-document.c: (ps_document_class_init), (document_load),
12186         (ps_document_get_info), (ps_document_document_iface_init):
12187
12188         Remove get_title from the interface, we can just use document info
12189
12190 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12191
12192         * backend/Makefile.am:
12193         * backend/ev-document.c: (ev_document_render_get_info):
12194         * backend/ev-document.h:
12195         * pdf/ev-poppler.cc:
12196
12197         Initial support for document info. Based on jrb patch.
12198
12199 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12200
12201         * shell/ev-window.c: (ev_window_state_event),
12202         (ev_window_class_init), (ev_window_init):
12203         
12204         Doesn't show resize grip when maximized. See bug #301053
12205
12206 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12207
12208         * po/POTFILES.in:
12209         
12210         ev-sidebar-thumbnails now has translatable labels
12211         
12212         * shell/Makefile.am:
12213         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12214         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12215         (ev_sidebar_links_page_iface_init):
12216         * shell/ev-sidebar-links.h:
12217         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12218         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12219         (ev_sidebar_page_get_label):
12220         * shell/ev-sidebar-page.h:
12221         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12222         (ev_sidebar_thumbnails_set_document),
12223         (ev_sidebar_thumbnails_support_document),
12224         (ev_sidebar_thumbnails_get_label),
12225         (ev_sidebar_thumbnails_page_iface_init):
12226         * shell/ev-sidebar-thumbnails.h:
12227         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12228         (ev_sidebar_set_document):
12229         * shell/ev-sidebar.h:
12230         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12231         
12232         Small rework of sidebar code. Now sidebar pages should implement
12233         EvSidebarPage interface. That makes page management in EvSidebar
12234         easier. See bug #164811 for details
12235
12236 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12237
12238         * shell/ev-application.c: (ev_application_open):
12239         * shell/ev-document-types.c:
12240         
12241         Fix build error and small problem with application exit
12242
12243 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12244
12245         * thumbnailer/Makefile.am:
12246         * thumbnailer/evince-thumbnailer-djvu.schemas:
12247         * thumbnailer/evince-thumbnailer-dvi.schemas:
12248         
12249         Conditionally install schemas for djvu/dvi thumbnailer
12250
12251 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12252
12253         * shell/ev-document-types.h: 
12254         * shell/ev-document-types.c: 
12255         New files, handling the mapping from mimetypes to backends
12256         
12257         * shell/ev-window.c: 
12258         * thumbnailer/evince-thumbnailer.c:     
12259         Use the ev-document-types code
12260         
12261         * shell/Makefile.am: 
12262         Added new convenience library libevbackendfactory_la, containing
12263         the new mimetype->backend logic; moved the backends into it.
12264
12265         * thumbnailer/Makefile.am:
12266         Make the thumbnailer link with the libevbackend.la convenience
12267         library, rather than having a duplicate of the backend logic here.
12268
12269 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12270
12271         * shell/ev-stock-icons.c: constify some vars.
12272         * shell/ev-window.c: ditto.
12273
12274 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12275
12276         * ps/ps-document.c (get_page_orientation):
12277
12278         Respect document orientation 
12279
12280 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12281
12282         * djvu/Makefile.am:
12283         * dvi/Makefile.am:
12284         * shell/Makefile.am:
12285         
12286         Move library dependencies to components.
12287         
12288         * shell/ev-window.c: (update_window_title),
12289         (start_loading_document):
12290         
12291         Fix display of uris with spaces. Bug 168358.
12292
12293 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12294
12295         * shell/ev-sidebar-links.c: (selection_changed_cb):
12296         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12297         (ev_view_button_release_event), (ev_view_set_document):
12298         * shell/ev-view.h:
12299         * shell/ev-window.c: (find_bar_search_changed_cb):
12300         * shell/ev-window.h: Minor cleanups removing some dead code.
12301
12302 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12303
12304         * backend/ev-page-cache.c: (_ev_page_cache_new):
12305         
12306         Set current page to 0 if document has pages.
12307
12308 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12309
12310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12311
12312         Initialize GError to NULL, fix a crash when loading fails.
12313
12314 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12315
12316         * shell/ev-window.c: (update_view_size):
12317
12318         Calculate shadow size only when there is actually
12319         a shadow.
12320
12321 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12322
12323         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12324         * shell/ev-view.h:
12325
12326         Allow setting view spacing, default to 0
12327
12328         * shell/ev-window.c: (ev_window_unfullscreen),
12329         (ev_window_cmd_view_fullscreen), (ev_window_init):
12330
12331         Remove spacing in fullscreen mode
12332
12333 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12334
12335         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12336         (ev_view_size_request), (expose_bin_window),
12337         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12338         * shell/ev-view.h:
12339         * shell/ev-window.c: (ev_window_unfullscreen),
12340         (ev_window_cmd_view_fullscreen):
12341
12342         Do not draw the border in fulscreen
12343
12344 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12345
12346         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12347         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12348         (find_page_at_location), (page_changed_cb):
12349
12350         Rework border calculation, so that I can more easily disable it.
12351         Code somewhat cleaner too.
12352
12353 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12354
12355         * backend/ev-page-cache.c: (ev_page_cache_init),
12356         (_ev_page_cache_new):
12357
12358         Remove some assertions, documents can have 0 pages.
12359         Make initial current page -1.
12360
12361         * shell/ev-page-action.c: (page_changed_cb):
12362
12363         Show "" if current page is -1
12364
12365         * shell/ev-window.c: (update_action_sensitivity),
12366         (ev_window_setup_document):
12367
12368         When document has 0 pages do not set the view
12369         and make nearly everything insensitive.
12370
12371 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12372
12373         * shell/ev-page-view.c:
12374         * shell/ev-page-view.h:
12375
12376         Remove unused files.
12377         
12378         * shell/ev-sidebar-thumbnails.c:
12379         (ev_sidebar_thumbnails_set_document):
12380         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12381         (ev_sidebar_supports_document):
12382         * shell/ev-sidebar.h:
12383         * shell/ev-window.c: (ev_window_setup_document):
12384         
12385         Doesn't show thumbnails if document has 1 page. Make
12386         sidebar menu entries sensitive only if if they have 
12387         sense. Fix bug 164811. 
12388
12389 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12390
12391         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12392         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12393         (ev_view_zoom_out), (ev_view_set_size):
12394
12395         Rework sizing to deal with documents with not uniform page
12396         size.
12397
12398 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12399
12400         * backend/ev-page-cache.c: (_ev_page_cache_new):
12401
12402         Fix several page size caching bugs
12403
12404 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12405
12406         * shell/ev-window.c: (set_action_properties):
12407
12408         Make all toolbar items translatable
12409
12410 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12411
12412         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12413         (save_page_list), (ps_document_save),
12414         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12415         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12416         (ps_document_ps_exporter_iface_init):
12417         * ps/ps-document.h:
12418
12419         Based on a patch by J�rg Billeter <j@bitron.ch>
12420         
12421         Implement print and save a copy for the ps backend.
12422
12423 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12424
12425         * backend/ev-document.h:
12426         * djvu/djvu-document.c: (djvu_document_can_get_text),
12427         (djvu_document_document_iface_init):
12428         * dvi/dvi-document.c: (dvi_document_can_get_text),
12429         (dvi_document_document_iface_init):
12430         * pdf/ev-poppler.cc:
12431         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12432         (pixbuf_document_document_iface_init):
12433         * ps/ps-document.c: (ps_document_can_get_text),
12434         (ps_document_document_iface_init):
12435         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12436         * shell/ev-window.c: (update_action_sensitivity):
12437
12438         Fix the crash when trying to copy in backends that doesnt
12439         support it. We can implement a better solution once we
12440         do real text selection.
12441
12442 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12443
12444         * data/evince-ui.xml:
12445         * shell/ev-window.c: (ev_window_cmd_escape):
12446         
12447         Work around the Escape conflict (find bar and unfullscreen)
12448
12449 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12450
12451         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12452         
12453         Fix for #300233. Next page correctly handles document end.
12454         
12455         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12456         (ev_sidebar_thumbnails_class_init),
12457         (ev_sidebar_thumbnails_set_document),
12458         (ev_sidebar_thumbnails_clear_job),
12459         (ev_sidebar_thumbnails_clear_model):
12460         
12461         Cleanup thumbnail jobs on document changes.
12462         
12463         * shell/ev-view.c: (add_scroll_binding_keypad),
12464         (add_scroll_binding_shifted), (ev_view_class_init):
12465         
12466         Shift + Space scrolls up. Fix for #173184
12467         
12468         * shell/ev-window.c: (ev_window_open_page),
12469         (ev_window_cmd_view_reload):
12470         
12471         Fix reload (Bug #300094)
12472
12473 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12474
12475         
12476         * dvi/mdvi-lib/assoc.c:
12477         * dvi/mdvi-lib/assoc.h: Removed garbage files
12478         
12479         * dvi/mdvi-lib/bitmap.c:
12480         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12481         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12482         * dvi/mdvi-lib/color.h: Antialias of rules
12483         
12484         * dvi/mdvi-lib/common.h:
12485         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12486         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12487         * dvi/mdvi-lib/files.c:
12488         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12489         * dvi/mdvi-lib/mdvi.h:
12490         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12491         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12492         * dvi/mdvi-lib/util.c: Fix compile warnings
12493         
12494         * dvi/dvi-document.c:
12495         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12496         (dvi_document_thumbnails_get_thumbnail),
12497         (dvi_document_document_thumbnails_iface_init):
12498         * dvi/mdvi-lib/Makefile.am:
12499         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12500         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12501         
12502         Dvi backend now renders thumbnails
12503
12504 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12505
12506         * shell/main.c: (main): 
12507         
12508         Save accelerators on exit. Fixes bug #172095.
12509
12510 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12511
12512         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12513         update priority" comment.
12514
12515         * backend/ev-job-queue.c: Give a way to change priority.
12516
12517 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12518
12519         * shell/ev-page-action.c: Fix logic.
12520
12521 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12522
12523         * shell/ev-view.c: (ev_view_can_find_next):
12524         * shell/ev-window.c: (ev_window_setup_document):
12525
12526         Check that the document supports find
12527
12528 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12529
12530         * data/evince-ui.xml:
12531         * shell/ev-view.c: (ev_view_can_find_next):
12532         * shell/ev-view.h:
12533         * shell/ev-window.c: (update_action_sensitivity),
12534         (find_changed_cb), (ev_window_setup_document),
12535         (ev_window_cmd_edit_find_next):
12536
12537         Add Edit->Find Next
12538
12539 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12540
12541         * pdf/ev-poppler.cc:
12542         * shell/ev-print-job.c: (idle_print_handler):
12543
12544         Make printing work again
12545
12546 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12547
12548         * shell/ev-page-action.h:
12549         * shell/ev-page-action.c: (ev_page_action_widget_init),
12550         (ev_page_action_widget_class_init), (page_changed_cb),
12551         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12552         (get_filter_model_from_model), (match_selected_cb),
12553         (display_completion_text), (match_completion), (update_model),
12554         (connect_proxy), (ev_page_action_set_property),
12555         (ev_page_action_get_property), (ev_page_action_set_document),
12556         (ev_page_action_set_model), (ev_page_action_class_init): Big
12557         reworking to make completions work iff we have >= GTK-2.7.0
12558                 
12559         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12560         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12561         (job_finished_cb): We now have a 'model' property that is set when
12562         the links are loaded.  This can be caught with "notify::model"
12563
12564         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12565         listen for the model to be set, and propagate it to the action.
12566
12567 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12568
12569         * cut-n-paste/recent-files/egg-recent-item.c:
12570         (egg_recent_item_set_uri), (make_valid_utf8),
12571         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12572         * cut-n-paste/recent-files/egg-recent-item.h:
12573         
12574         Update egg-recent from libegg. This should fix long
12575         startup problem. For details see
12576         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12577
12578 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12579
12580         * cut-n-paste/recent-files/Makefile.am:
12581         * data/evince-ui.xml, shell/Makefile.am:
12582         * shell/ev-application.c, shell/ev-application.h:
12583         * shell/ev-window.c: Recent files support.
12584         
12585         * configure.ac: Added "ru" to ALL_LINGUAS.
12586         
12587         * dvju: new backend to support DJVU files.
12588         * dvi: new backend to support DVI.
12589
12590         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12591         * ev-application.c: Support for new backends.
12592         
12593         * help, ev-window.c, main.c shell/Makefile.am: 
12594         Evince user documentation.
12595
12596 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12597
12598         * po/POTFILES.in:
12599         * shell/ev-window.c:
12600         * thumbnailer/evince-thumbnailer.c:
12601
12602         s/pdf-document/ev-poppler
12603
12604 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12605
12606         * NEWS:
12607         * configure.ac:
12608
12609         Release 0.2.0
12610
12611         * ps/ps-document.c: (setup_pixmap):
12612
12613         Remove debug code
12614
12615 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12616
12617         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12618         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12619         (ev_window_cmd_go_first_page): Fix of by one errors.
12620
12621 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12622
12623         * ps/ps-document.c: (get_page_box):
12624
12625         Fix page size calculation
12626
12627 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12628
12629         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12630         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12631         (get_page_orientation), (setup_page), (document_load),
12632         (ps_document_get_page_size), (render_pixbuf_idle):
12633         * ps/ps-document.h:
12634
12635         More refactoring to adapt to EvDocument changes
12636
12637 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12638
12639         * ps/ps-document.c: (start_interpreter):
12640
12641         Actually add alpha args
12642
12643 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12644
12645         * pdf/ev-poppler.cc:
12646
12647         Make clipboard work again
12648
12649 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12650
12651         Make searching work again.
12652         
12653         * backend/ev-document.c:
12654         * backend/ev-document.h:
12655         * backend/ev-document-find.c:
12656         * backend/ev-document-find.h: Change EvDocumentIface so we no
12657         longer store the current page or zoom level in the document.  The
12658         consequence is that all calls that operate on the current page now
12659         instead take the page number as an extra argument, and all
12660         coordinates are now doubles in document coordinate system.
12661
12662         * pdf/ev-poppler.cc:
12663         * pixbuf/pixbuf-document.c:
12664         * ps/ps-document.c: Update backends accordingly.
12665
12666 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12667
12668         * autogen.sh:
12669
12670         Add required gettext version
12671
12672 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12673
12674         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12675         make F1 bring up non-existent help.
12676
12677         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12678         epiphany's find bar, #167477
12679
12680         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12681         <emil@nishra.com> to add space-bar scrolling, 
12682
12683         * shell/ev-window.c (static GtkActionEntry entries): add default
12684         keybinding for Help (F1)
12685         Fixes #171068
12686
12687         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12688         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12689         170110
12690
12691 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12692
12693         * Makefile.am: 
12694         * pixbuf/pixbuf-document.c: 
12695
12696         Got pixbuf backend working again
12697
12698 2005-04-01  Steve Murphy  <murf@e-tools.com>
12699
12700         * configure.in: Added "rw" to ALL_LINGUAS.
12701
12702 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12703
12704         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12705         model types, noticed by Martin Kretzschmar.
12706
12707 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12708
12709         * pdf/ev-poppler.cc: Implement search based on
12710         poppler_page_find_text().  Currently a bit crude since we remember
12711         all matches from all pages.  Also, we grab the big document lock
12712         when we search since searching changes the underlying stream and
12713         thus conflicts with the rendering thread.
12714         
12715         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12716         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12717         (ev_view_find_previous): Fix some page indexes to be 0 based,
12718         offset rubber band by view offset,
12719
12720 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12721
12722         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12723
12724 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12725
12726         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12727         completely because I didn't understand GtkActions.  I should
12728         read Marco's code more carefully in the future.
12729
12730         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12731         function
12732
12733 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12734
12735         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12736         PopplerRectangle change from poppler CVS.
12737
12738 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12739
12740         * backend/ev-document.c: (ev_document_get_page_label):
12741         * backend/ev-document.h:
12742         * backend/ev-page-cache.c: (_ev_page_cache_new),
12743         (ev_page_cache_get_page_label):
12744         * backend/ev-page-cache.h:
12745         * pdf/ev-poppler.cc:
12746         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12747         (links_page_num_func):
12748         * shell/ev-sidebar-thumbnails.c:
12749         (ev_sidebar_thumbnails_set_document):
12750         * shell/ev-view.c: (status_message_from_link),
12751         (ev_view_motion_notify_event):
12752         * shell/ev-window.c: (document_supports_sidebar): Add in page
12753         label support.  It's not perfect yet, but it's the first 'feature'
12754         in a while.
12755         Also, fix a bogus comment noticed by crispin. 
12756
12757 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12758
12759         * Makefile.am: Remove pixbuf backend for now
12760
12761         * configure.ac: Require poppler-glib instead of just poppler.
12762
12763         * backend/ev-document-thumbnails.h: Add a comment
12764
12765         * backend/ev-document.h:
12766         * backend/ev-document.c: (ev_document_class_init),
12767         (ev_document_load), (ev_document_get_link),
12768         (ev_document_get_links): Remove 3 methods and add get_links.
12769         Also, made 0 based.
12770
12771         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12772         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12773
12774         * backend/ev-link.c: (ev_link_set_title),
12775         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12776         (ev_link_mapping_find):
12777         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12778         
12779         * backend/ev-page-cache.c: (ev_page_cache_init),
12780         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12781         (ev_page_cache_get_size), (ev_page_cache_next_page),
12782         (ev_page_cache_prev_page): Fix to be 0 based.
12783
12784         * pdf/Makefile.am: 
12785         * pdf/ev-poppler.h:
12786         * pdf/ev-poppler.cc: New backend.
12787         
12788         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12789         (ps_document_get_page), (ps_document_document_iface_init):
12790
12791         * shell/ev-pixbuf-cache.h:
12792         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12793         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12794         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12795         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12796         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12797         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12798         based.
12799         
12800         * shell/ev-sidebar-thumbnails.c:
12801         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12802         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12803
12804         * shell/ev-view.c: (status_message_from_link),
12805         (find_page_at_location), (get_link_at_location),
12806         (ev_view_motion_notify_event), (ev_view_button_release_event),
12807         (ev_view_init): Use the new link code.  Fix to be 0 based.
12808
12809         * shell/ev-window.c: (update_action_sensitivity),
12810         (document_supports_sidebar): 0 based.
12811
12812 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12813
12814         * pdf/pdf-document.cc: Patch from Fernando Herrera
12815         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12816         *blush*
12817
12818 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12819
12820         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12821         1 to the page, as this seems to be 1 based.  I thought we has this
12822         fixed.  grump.
12823
12824 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12825
12826         * TODO:
12827         * backend/Makefile.am:
12828         * backend/ev-document-links.c:
12829         (ev_document_links_has_document_links),
12830         (ev_document_links_get_links_model):
12831         * backend/ev-document-links.h:
12832         * backend/ev-document.c: (ev_document_get_page_cache),
12833         (ev_document_get_doc_mutex), (ev_document_load),
12834         (ev_document_save), (ev_document_get_title),
12835         (ev_document_get_n_pages), (ev_document_set_page),
12836         (ev_document_get_page), (ev_document_set_target),
12837         (ev_document_set_scale), (ev_document_set_page_offset),
12838         (ev_document_get_page_size), (ev_document_get_text),
12839         (ev_document_get_link), (ev_document_render),
12840         (ev_document_render_pixbuf), (ev_document_scale_changed):
12841         * backend/ev-document.h:
12842         * backend/ev-job-queue.c: (remove_object_from_queue),
12843         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12844         (no_jobs_available_unlocked), (ev_render_thread),
12845         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12846         (ev_job_queue_remove_job):
12847         * backend/ev-job-queue.h:
12848         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12849         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12850         (ev_job_links_class_init), (ev_job_render_init),
12851         (ev_job_render_dispose), (ev_job_render_class_init),
12852         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12853         (ev_job_thumbnail_class_init), (ev_job_finished),
12854         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12855         (ev_job_render_run), (ev_job_thumbnail_new),
12856         (ev_job_thumbnail_run):
12857         * backend/ev-jobs.h:
12858         * backend/ev-link.c:
12859         * backend/ev-link.h:
12860         * backend/ev-page-cache.c: (ev_page_cache_init),
12861         (ev_page_cache_class_init), (ev_page_cache_finalize),
12862         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12863         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12864         (ev_page_cache_set_link), (ev_page_cache_get_title),
12865         (ev_page_cache_get_size), (ev_page_cache_next_page),
12866         (ev_page_cache_prev_page):
12867         * backend/ev-page-cache.h:
12868         * pdf/pdf-document.cc:
12869         * ps/gsdefaults.c:
12870         * ps/gsdefaults.h:
12871         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12872         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12873         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12874         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12875         (is_interpreter_ready), (output), (catchPipe), (input),
12876         (start_interpreter), (check_filecompressed), (compute_dimensions),
12877         (ps_document_enable_interpreter), (document_load),
12878         (ps_document_next_page), (render_page), (ps_document_set_page),
12879         (ps_document_set_scale), (render_pixbuf_idle),
12880         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12881         * ps/ps-document.h:
12882         * shell/Makefile.am:
12883         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12884         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12885         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12886         (ev_pixbuf_cache_new), (job_finished_cb),
12887         (check_job_size_and_unref), (move_one_job),
12888         (ev_pixbuf_cache_update_range), (find_job_cache),
12889         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12890         (ev_pixbuf_cache_add_jobs_if_needed),
12891         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12892         * shell/ev-pixbuf-cache.h:
12893         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12894         (idle_print_handler):
12895         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12896         (selection_changed_cb), (create_loading_model),
12897         (ev_sidebar_links_construct), (links_page_num_func),
12898         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12899         (update_page_callback), (job_finished_cb),
12900         (ev_sidebar_links_set_document):
12901         * shell/ev-sidebar-thumbnails.c:
12902         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12903         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12904         (page_changed_cb), (thumbnail_job_completed_callback),
12905         (ev_sidebar_thumbnails_set_document):
12906         * shell/ev-sidebar-thumbnails.h:
12907         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12908         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12909         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12910         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12911         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12912         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12913         (ev_view_button_release_event), (ev_view_scroll_view),
12914         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12915         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12916         (ev_view_new), (job_finished_cb), (page_changed_cb),
12917         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12918         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12919         (ev_view_find_previous):
12920         * shell/ev-view.h:
12921         * shell/ev-window.c: (update_action_sensitivity),
12922         (ev_window_open_page), (update_window_title), (update_total_pages),
12923         (page_changed_cb), (ev_window_setup_document),
12924         (password_dialog_response), (ev_window_cmd_save_as),
12925         (ev_window_print), (ev_window_cmd_go_previous_page),
12926         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12927         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12928         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12929         * shell/main.c: (main):
12930
12931         Merge evince-threads branch
12932
12933 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12934
12935         * configure.ac: Added "lt" to ALL_LINGUAS.
12936
12937 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * NEWS:
12940         * configure.ac:
12941
12942         Release 0.1.9
12943
12944 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12945
12946         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12947
12948         Fix here also the thumbnails 1-basedness :)
12949
12950 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * NEWS:
12953         * configure.ac:
12954
12955         Release 0.1.8
12956
12957 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * pdf/pdf-document.cc:
12960         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12961         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12962
12963         Fix the mess we did with thumbnails and 1-basedness
12964
12965 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12966
12967         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12968
12969 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * NEWS:
12972         * configure.ac:
12973
12974         Release 0.1.7
12975
12976 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * ps/Makefile.am:
12979         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12980         (gtk_gs_defaults_get_alpha_parameters),
12981         (gtk_gs_defaults_get_ungzip_cmd),
12982         (gtk_gs_defaults_get_unbzip2_cmd):
12983         * ps/gsdefaults.h:
12984         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12985         (ps_document_get_orientation), (document_load),
12986         (ps_document_goto_page), (ps_document_set_page_size):
12987         * ps/ps-document.h:
12988
12989         Some more sanitization of the ps backend. Remove a lot
12990         of unused code and do not base our defaults on ggv
12991         preferences (ugh!)
12992
12993 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12994
12995         * thumbnailer/evince-thumbnailer.schemas:
12996         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12997         (main): add -s option for thumbnail size.
12998
12999 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13000
13001         * configure.ac:
13002
13003         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13004         remove it.
13005
13006 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * pdf/pdf-document.cc:
13009
13010         Remove 4 pixels of useless border from the
13011         thumbnail.
13012
13013 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * backend/ev-document-thumbnails.c:
13016         (ev_document_thumbnails_get_thumbnail):
13017         * backend/ev-document-thumbnails.h:
13018
13019         Rework API a bit. Add a border flag and
13020         change sizing logic (now the size we specify
13021         applies to the bigger dimension).
13022
13023         * pdf/pdf-document.cc:
13024         * pixbuf/pixbuf-document.c:
13025         (pixbuf_document_thumbnails_get_thumbnail):
13026         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13027         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13028
13029         Adapt to the new API and do not draw a border for nautilus
13030         thumbnailer.
13031
13032 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13033
13034         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13035         take thumbnails from page "0" instead of "1". Added a copyright header.
13036
13037 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13038
13039         * ps/ps-document.c: (set_up_page), (start_interpreter):
13040
13041         Make it C89 compliant
13042
13043 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13044
13045         * Makefile.am:
13046         * configure.ac:
13047         * pdf/.cvsignore:
13048         * pdf/pdf-document.cc:
13049         * thumbnailer/Makefile.am:
13050         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13051         (main):
13052         * thumbnailer/evince-thumbnailer.schemas:
13053         * thumbnailer/pdf-icon.png:
13054
13055         Add a nautilus thumbnailer.
13056         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13057
13058 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * NEWS:
13061         * configure.ac:
13062         * po/POTFILES.in:
13063
13064         Release 0.1.6
13065
13066 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13067
13068         Use poppler instead of including xpdf source code.  Poppler is a
13069         fork of xpdf to build it as a shared library. See
13070         http://freedesktop.org/wiki/Software/poppler.
13071
13072         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13073         xpdf fork.
13074         
13075         * pdf/Makefile.am: Build libpdfdocument.a here.
13076         
13077         * pdf/GDKSplashOutputDev.cc:
13078         * pdf/GDKSplashOutputDev.h:
13079         * pdf/GnomeVFSStream.cc:
13080         * pdf/GnomeVFSStream.h:
13081         * pdf-document.cc:
13082         * pdf-document.h:
13083         * test-gdk-output-dev.cc
13084         * Thumb.cc:
13085         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13086         against poppler.
13087
13088 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13091
13092         Clear idle stack before unsetting the document
13093
13094 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13095
13096         * ps/ps-document.c: (ps_document_widget_event),
13097         (ps_document_set_target), (ps_document_finalize),
13098         (ps_document_get_page):
13099
13100         Disconnect the widget event signal on finalize.
13101         Some code cleanups.
13102
13103 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13104
13105         * ps/ps-document.c: (set_up_page):
13106
13107         If there is no bpixmap create one, even if size
13108         is not changed.
13109
13110 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13113         (set_up_page), (document_load), (ps_document_set_zoom):
13114
13115         Default page is 0. Calculate size even when we have no
13116         target yet.
13117
13118 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13119
13120         * shell/ev-sidebar.c: expand the selection widget to be always as
13121         wide as the sidebar
13122
13123 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * shell/ev-sidebar-thumbnails.c:
13126         (ev_sidebar_thumbnails_set_document):
13127
13128         Clear the list store when setting document
13129
13130 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * shell/ev-page-action.c: (update_entry), (sync_entry),
13133         (activate_cb), (entry_size_request_cb), (create_tool_item),
13134         (connect_proxy):
13135
13136         Use an entry for the page control instead of spinbuttons
13137
13138 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * data/evince.schemas.in:
13141
13142         Correct confusing string
13143
13144 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13145
13146         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13147         for real.  Gosh, how long has this been broken.
13148
13149         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13150         check for a NULL link.  We crash otherwise.
13151
13152 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * NEWS:
13155         * configure.ac:
13156
13157         Release 0.1.5
13158
13159 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13160
13161         * configure.ac: add the french translation.
13162
13163 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * shell/ev-window.c:
13166
13167         Remove unused header -> fix distcheck
13168
13169 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * shell/ev-window.c: (update_window_title),
13172         (ev_window_popup_password_dialog):
13173
13174         Unescape filename for display
13175
13176 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * pdf/xpdf/pdf-document.cc:
13179
13180         In get_page_size deal with rotation. Also
13181         cleanup the function a bit.
13182
13183 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * pdf/xpdf/pdf-document.cc:
13186
13187         Fix crash when opening in new window
13188
13189 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * configure.ac:
13192
13193         Check ghostscript >= 7
13194
13195 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13196
13197         * shell/ev-window.c:
13198
13199         Make page width the default sizing mode
13200
13201 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13202         Marco Pesenti Gritti <marco@gnome.org>
13203
13204         * shell/ev-window.c: Remember the sidebar size
13205
13206         * data/evince.schemas.in: Add a new gconf key to store the size of
13207         the sidebar
13208
13209 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13210
13211         * data/evince-ui.xml:
13212         * shell/ev-window.c: (update_action_sensitivity),
13213         (ev_window_cmd_view_reload):
13214         
13215         Add a "Reload" action and menu entry
13216
13217 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13218
13219         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13220         iff the type doesn't support thumbnailing and indexing.
13221
13222 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13223
13224         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13225
13226 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * pdf/splash/Splash.cc:
13229
13230         Port fix for a crasher from kde bug
13231         http://bugs.kde.org/show_bug.cgi?id=97131
13232
13233 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * pdf/xpdf/pdf-document.cc:
13236
13237         Return a link even if it's of an unrecognized
13238         type. Otherwise we go in an infinte cycle.
13239
13240 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13243         (size_allocate_cb), (ev_window_set_sizing_mode):
13244
13245         Update size when switching mode
13246
13247 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13248
13249         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13250         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13251         (ev_window_cmd_view_normal_size):
13252
13253         Fix size toggle buttons behavior
13254
13255 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13258         (doc_rect_to_view_rect), (ev_view_size_allocate),
13259         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13260         (scale_changed_callback):
13261
13262         Do not cache offsets in size_allocate.
13263
13264 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13265
13266         * shell/ev-view.c: (ev_view_size_allocate):
13267
13268         Calculate offsets before calling the parent
13269         class (which does a redraw)
13270
13271 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * pdf/xpdf/pdf-document.cc:
13274
13275         Fix a crasher on exit. Unused code, put a TODO
13276
13277 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * backend/ev-document.c: (ev_document_class_init),
13280         (ev_document_page_changed), (ev_document_scale_changed):
13281         * backend/ev-document.h:
13282
13283         Separate page/scale notifications
13284
13285         * pdf/xpdf/pdf-document.cc:
13286
13287         Emit the new signals.
13288         Do not display the pdf page in _render, do it
13289         when scale/page are requested.
13290
13291         * ps/ps-document.c: (ps_document_set_zoom),
13292         (ps_document_widget_event):
13293         * ps/ps-document.h:
13294
13295         Emit the new signals.
13296
13297         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13298         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13299         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13300         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13301         * shell/ev-view.h:
13302         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13303         (ev_window_cmd_view_page_width), (size_allocate_cb),
13304         (ev_window_set_sizing_mode):
13305
13306         Rework sizing to be pixel based.
13307         There are bugs but should be already way better.
13308
13309 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * shell/ev-window.c: (ev_window_init):
13312
13313         Do not allow to shrink sidebar smaller then
13314         child requisition
13315
13316 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13317
13318         * shell/ev-sidebar.[ch]
13319         * shell/ev-window.c:
13320
13321         Improved sidebar widget. Fixes #166683
13322
13323 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13324
13325         * shell/ev-view.c (update_find_status_message): Give translators
13326         more flexibility with ngettext plural handling.
13327
13328 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13329
13330         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13331         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13332         page when we get the page size.
13333
13334 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13335
13336         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13337
13338         ps pages are 0 based, convert 
13339
13340 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13341
13342         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13343
13344         Initialize correct parent class. Set GError on document load
13345
13346 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * pdf/xpdf/pdf-document.cc:
13349
13350         Fixup selection offset calculation
13351
13352         * shell/ev-view.c: (view_rect_to_doc_rect),
13353         (doc_rect_to_view_rect), (ev_view_size_allocate),
13354         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13355         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13356
13357         Store selection as document relative, so that zooming
13358         and offset changing doesnt break it.
13359
13360 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * shell/ev-view.c: (ev_view_best_fit):
13363
13364         Do not try to best fit if the view is not realized
13365
13366 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13367           
13368         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13369
13370 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13371
13372         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13373
13374 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13375
13376         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13377         the popup window.  That prevents it resizing when in full screen
13378         mode.
13379
13380         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13381         multiple rerenders.  This pretty much sucks.
13382
13383         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13384         rest of the toolbar.
13385
13386 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13387
13388         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13389
13390 2005-02-17  Alexander Shopov  <ash@contact.bg>
13391
13392         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13393
13394 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13395
13396         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13397
13398 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13399
13400         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13401         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13402         (set_document_page), (document_changed_callback),
13403         (ev_view_set_document), (ev_view_find_previous),
13404         (ev_view_hide_cursor), (ev_view_show_cursor):
13405         * shell/ev-view.h:
13406         * shell/ev-window.c: (update_chrome_visibility),
13407         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13408         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13409         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13410         (ev_window_unfullscreen):
13411         * shell/main.c: (main):
13412
13413         Automatically hide the fullscreen button.
13414         Patch by Kristian Høgsberg <krh@redhat.com>
13415
13416 2005-02-16  Vincent Noel  <vnoel@cox.net>
13417
13418         * shell/main.c (main): Specify an icon for the window. Patch by
13419         Jaap A. Haitsma. Fixes #166177.
13420
13421 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13422
13423         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13424
13425 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13426
13427         * backend/ev-document-misc.h:
13428         * backend/ev-document-misc.c:
13429         (ev_document_misc_get_page_border_size),
13430         (ev_document_misc_paint_one_page): New function to canonicalize
13431         sizing/painting a border.
13432
13433         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13434         used.
13435
13436         * pdf/xpdf/pdf-document.cc: use new function
13437
13438         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13439         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13440         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13441         shell/ev-window.c: (update_sizing_buttons),
13442         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13443         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13444         (ev_window_cmd_view_page_width), (size_allocate_cb),
13445         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13446         and "fit width" values act as toggle buttons so they stay
13447         toggled.  It's not 100% perfect, and it's a little slow, but it's
13448         good enough to commit I think.
13449
13450 2005-02-15  David Lodge  <dave@cirt.net>
13451
13452         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13453
13454 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13455
13456         * shell/ev-window.c (update_window_title): replace newlines in
13457         the title by spaces. Bug #166107.
13458
13459 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13460
13461         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13462         parameters providing allocation width and height without
13463         scrollbars and width of a possible vertical scrollbar. With this
13464         additional information the functions can work as
13465         intended. Unfortunately they're not idempotent. We should
13466         transform these commands to toggles. Fixes Bug #164976
13467         Initial patch by Stephane Loeuillet, then heavily modified.
13468
13469         * shell/ev-view.h: update prototypes.
13470
13471         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13472         (ev_window_cmd_view_page_width): provide EvView fit functions with
13473         all the information they need. Formulas to calculate this
13474         information taken from GtkScrolledWindow.
13475
13476 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13477
13478         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13479         created a thumbnail, the list store is updated to know
13480         that the thumbnail is set. Fixes bug #166792
13481
13482 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13483
13484         * shell/ev-window.c: fixed typo, closes bug 166897
13485
13486         * TODO: updated TODO with bug numbers that are relevant
13487
13488 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13489
13490         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13491
13492 2005-02-09  Vincent Noel  <vnoel@cox.net>
13493
13494         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13495         and "Next" toolbar buttons as important to make them stand out.
13496
13497 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * lib/ev-debug.c:
13500         * lib/ev-debug.h:
13501         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13502         (start_interpreter), (stop_interpreter), (document_load),
13503         (ps_document_next_page), (ps_document_goto_page),
13504         (ps_document_set_page_size), (ps_document_widget_event),
13505         (ps_document_render):
13506         * shell/ev-page-view.c: (ev_page_view_dispose):
13507         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13508
13509         Fix compilation on non-gcc platforms
13510
13511 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * NEWS:
13514         * configure.ac:
13515
13516         Release 0.1.4
13517
13518         * pdf/xpdf/Catalog.cc:
13519         * pdf/xpdf/XRef.cc:
13520
13521         Fix the fix for CAN-2004-0888
13522
13523 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13524
13525         * data/Makefile.am:
13526         * data/evince-ui.xml:
13527         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13528         * shell/ev-stock-icons.h:
13529         * shell/ev-window.c: (update_action_sensitivity),
13530         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13531         (set_action_properties):
13532
13533         Improve toolbar layout/icons
13534
13535 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * pdf/xpdf/pdf-document.cc:
13538
13539         Add warnings about unimplemented/unknown link
13540         types.
13541
13542 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13543
13544         * ps/ps-document.c: (set_up_page):
13545
13546         Log gs property
13547
13548 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13549
13550         * ps/ps-document.c: (start_interpreter):
13551
13552         Log gs env var
13553
13554 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13555
13556         * shell/ev-page-view.c: (ev_page_view_dispose):
13557         * shell/ev-view.c: (ev_view_finalize):
13558         * shell/ev-window.c: (ev_window_setup_document),
13559         (ev_window_dispose), (ev_window_init):
13560
13561         Solve more refs issues.
13562
13563         I commented out the page_view initialization for now:
13564         it was never destroyed (because it's never added
13565         to a container). Because of that we was leaking
13566         gs processes. Couldnt think to a clean fix.
13567         We need to figure this out, password view has the
13568         same issue probably.
13569
13570 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13571
13572         * ps/ps-document.c: (ps_document_finalize),
13573         (ps_document_get_n_pages), (ps_document_get_page):
13574
13575         Some cleanups, stop the interpreter on finalize
13576
13577         * shell/ev-page-view.c: (ev_page_view_dispose),
13578         (ev_page_view_class_init):
13579
13580         Release our reference on the document
13581
13582 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * Makefile.am:
13585         * configure.ac:
13586         * doc/debugging.txt:
13587         * lib/.cvsignore:
13588         * lib/Makefile.am:
13589         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13590         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13591         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13592         * lib/ev-debug.h:
13593
13594         Add debugging helpers
13595
13596         * ps/Makefile.am:
13597         * ps/ps-document.c: (set_up_page), (start_interpreter),
13598         (stop_interpreter), (document_load), (ps_document_next_page),
13599         (ps_document_goto_page), (ps_document_set_page_size),
13600         (ps_document_widget_event), (ps_document_render):
13601         * shell/Makefile.am:
13602         * shell/ev-view.c: (expose_bin_window):
13603         * shell/main.c: (main):
13604
13605         Add some logs
13606         
13607 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13608
13609         * ps/ps-document.c: (ps_document_widget_event):
13610
13611         Initialize message_window, this should make ps
13612         rendering really work! (Never noticed because I was
13613         testing with a ps that is causing gs to exit every time!)
13614
13615 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13616
13617         * data/evince.schemas.in: updated simple error in applyto closing tag
13618
13619 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13620
13621         * Makefile.am:
13622         * configure.ac:
13623         * data/.cvsignore:
13624         * data/Makefile.am:
13625         * data/evince-ui.xml:
13626         A data/evince.schemas.in:
13627         * po/POTFILES.in:
13628         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13629         * shell/ev-stock-icons.h:
13630         * shell/ev-window.c: (update_chrome_visibility),
13631         (update_chrome_flag), (ev_window_cmd_edit_find),
13632         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13633         (ev_window_unfullscreen), (ev_window_focus_in_event),
13634         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13635         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13636         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13637         (ev_window_dispose), (ev_window_class_init),
13638         (set_action_properties), (set_chrome_actions), (load_chrome),
13639         (ev_window_init):
13640
13641         Implement fullscreen mode changes from bug #164776.
13642         Also implement persistent chrome toggles.
13643
13644 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13645
13646         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13647
13648 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * NEWS:
13651         * configure.ac:
13652         * shell/ev-view.c:
13653
13654         Add another check for find interface
13655
13656         Release 0.1.3
13657
13658 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13659
13660         * shell/ev-application.c: (ev_application_open):
13661         * shell/ev-window.c: (ev_window_open):
13662
13663         Open gzipped ps documents
13664
13665 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * TODO:
13668         * shell/ev-view.c: (set_document_page):
13669
13670         Clamp page number, dont try to move to
13671         not existant pages.
13672
13673 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13674
13675         * backend/ev-document-find.c: (ev_document_find_changed):
13676         * backend/ev-document-find.h:
13677         * pdf/xpdf/pdf-document.cc:
13678         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13679         * shell/ev-window.c: (find_bar_search_changed_cb):
13680
13681         Fix several bugs with find
13682
13683 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13684
13685         * shell/ev-sidebar-thumbnails.c
13686         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13687         document. Prevents warning from scroll_to_cell.
13688
13689 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13690
13691         * configure.ac: Add «nb» to ALL_LINGUAS too.
13692
13693 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13694
13695         * NOTES: New file with some random thoughts.
13696
13697         * TODO: Update.
13698
13699         * backend/ev-document-misc.c:
13700         (ev_document_misc_get_page_border_size): New function to
13701         canonicalize shadow drawing sizes.  Possibly goofy.
13702
13703         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13704         (ev_view_best_fit), (ev_view_fit_width):
13705         * pdf/xpdf/pdf-document.cc:
13706         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13707         * ps/ps-document.c: (ps_document_get_page_size):
13708         * backend/ev-document-misc.h:
13709         * backend/ev-document.c: (ev_document_get_page_size):
13710         * backend/ev-document.h: get_page_size now takes a page number
13711         parameter.  Made all the backends/frontends honor it.
13712
13713         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13714         see.  Doesn't work yet.
13715
13716         * shell/Makefile.am:
13717         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13718         Doesn't do anything yet.
13719
13720         * shell/ev-sidebar-thumbnails.c:
13721         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13722         [0..n_pages-1]
13723
13724         * shell/ev-window.c: (update_action_sensitivity),
13725         (ev_window_setup_document), (ev_window_set_page_mode),
13726         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13727         view-swapping code a bit so we can have multiple views on a
13728         document.  Add the multi-page view, though it can't be turned on
13729         yet.
13730
13731 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13732
13733         * shell/ev-application.c: (ev_application_open):
13734         * shell/ev-view.c: (expose_bin_window):
13735         * shell/ev-window.c: (ev_window_open):
13736
13737         Support eps and check document supports find
13738         before drawing highlightings in expose.
13739
13740 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13741
13742         * pixbuf/pixbuf-document.c:
13743         (pixbuf_document_thumbnails_get_dimensions),
13744         (pixbuf_document_document_thumbnails_iface_init):
13745
13746         implement get_dimensions
13747
13748 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13749
13750         * NEWS:
13751         * configure.ac:
13752
13753         Release 0.1.2
13754
13755 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13756
13757         * shell/ev-view.c: (set_document_page):
13758
13759         Scroll at the top of the page when changing page
13760
13761 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13762
13763         * shell/ev-view.c: (ev_view_motion_notify_event):
13764
13765         Do not redraw unnecessarily
13766
13767 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * pdf/xpdf/pdf-document.cc:
13770         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13771         (expose_bin_window), (find_changed_cb):
13772
13773         Yay! find works now... Now to find bugs...
13774
13775 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * backend/ev-document-find.c: (ev_document_find_base_init),
13778         (ev_document_find_changed):
13779         * backend/ev-document-find.h:
13780         * pdf/xpdf/pdf-document.cc:
13781         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13782         (expose_bin_window), (ev_view_init), (set_document_page),
13783         (ensure_rectangle_is_visible), (jump_to_find_result),
13784         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13785         (ev_view_find_next), (ev_view_find_previous):
13786         * shell/ev-view.h:
13787         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13788
13789         More work on find implementation, mostly there now
13790
13791 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * backend/ev-backend-marshalers.list:
13794         * backend/ev-document-find.c: (ev_document_find_base_init),
13795         (ev_document_find_cancel), (ev_document_find_page_has_results),
13796         (ev_document_find_get_n_results), (ev_document_find_get_result),
13797         (ev_document_find_get_progress), (ev_document_find_changed):
13798         * backend/ev-document-find.h:
13799
13800         Enanche the find interface to be really able to do
13801         multi page find.
13802
13803         * pdf/xpdf/pdf-document.cc:
13804
13805         Implement
13806
13807         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13808         (expose_bin_window), (ev_view_init),
13809         (ev_view_get_find_status_message), (find_changed_cb),
13810         (ev_view_set_document), (set_document_page):
13811
13812         Adapt to the new interface. A few things are regressed sorry,
13813         I will finish it soon.
13814
13815 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13816
13817         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13818         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13819         ev_sidebar_thumbnails_parent_class variable, don't define another
13820         parent_class variable.
13821
13822         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13823         (ev_page_action_class_init): ditto.
13824
13825         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13826         (pixbuf_document_class_init): ditto.
13827
13828         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13829         ditto.
13830
13831         * .cvsignore: ignore various valgrind output files.
13832
13833 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * data/evince-ui.xml:
13836         * shell/Makefile.am:
13837         * shell/ev-history.c:
13838         * shell/ev-history.h:
13839         * shell/ev-navigation-action.c:
13840         * shell/ev-navigation-action.h:
13841         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13842         (ev_view_set_page), (ev_view_fit_width):
13843         * shell/ev-view.h:
13844         * shell/ev-window.c: (update_action_sensitivity),
13845         (ev_window_setup_document), (register_custom_actions):
13846
13847         Kill session history
13848
13849 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * shell/ev-window.c: (update_action_sensitivity):
13852
13853         Fix inverted up/down buttons
13854
13855 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13856
13857         * shell/ev-sidebar-thumbnails.c
13858         (ev_sidebar_thumbnails_select_page): make sure the selected
13859         thumbnail stays visible.
13860
13861 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13862
13863         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13864         scrolled window for Federico.
13865
13866 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13867
13868         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13869
13870 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * configure.ac:
13873         * pdf/splash/SplashFTFontEngine.cc:
13874
13875         Fix CID fonts with freetype 2.1.9
13876
13877 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13878
13879         * TODO: added item for desktop icon thumbnailer
13880
13881 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13882
13883         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13884         unloaded docs when the title is accessed.
13885
13886         * shell/ev-password-view.[hc]: New widget for displaying password
13887         state.
13888
13889         * shell/ev-window.[ch]: Refactor password handling code to handle
13890         the new view.
13891
13892 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13893
13894         * NEWS:
13895         * configure.ac:
13896         * data/Makefile.am:
13897
13898         Release 0.1.1
13899
13900 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13901
13902         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13903         ignore page offset here, to make search results independent of it,
13904
13905         * shell/ev-view.c (expose_bin_window): but take offsets into
13906         account here. Bug #164932
13907
13908         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13909         scale at the right time. Bug #164996
13910
13911 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13912
13913         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13914         fix the problem. Now I just removed the Adobe font names and hope
13915         that the URW fonts are always in outline format. Bug #164934
13916
13917         * shell/ev-window.c (update_window_title): empty titles are
13918         useless, use filename in that case too.
13919
13920         * NEWS: Add some content.
13921
13922 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13923
13924         * TODO: added one more TODO item and a TODONE section :)
13925
13926 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13927
13928         * ps/ps-document.h: add page_[xy]_offset fields.
13929
13930         * ps/ps-document.c (ps_document_set_page_offset)
13931         (ps_document_render): Keep offset in consideration in a few
13932         places. Bug #164752 "postscript documents are not centered in
13933         window"
13934
13935         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13936         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13937
13938         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13939         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13940         stub out missing methods for complete EvDocument implementation.
13941         Fixes segfaults with Save A Copy and Copy actions.
13942
13943         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13944         (ps_document_document_iface_init): ditto.
13945         
13946 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * data/.cvsignore:
13949         * data/Makefile.am:
13950         * data/evince.desktop.in:
13951
13952         Add desktop file
13953
13954 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * shell/ev-view.c: (ev_view_button_press_event),
13957         (ev_view_motion_notify_event):
13958
13959         Make selection work in any direction
13960
13961 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * TODO:
13964         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13965
13966         Use shorter labels for some of the toolbars items
13967
13968 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13969
13970         * pdf/xpdf/pdf-document.cc:
13971
13972         Check the links info is initialized before
13973         using it. Should fix a crash on startup.
13974
13975 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13976
13977         * pixbuf/pixbuf-document.c
13978         (pixbuf_document_thumbnails_get_dimensions): force floating point
13979         division to calculate page_ratio. Fixes crash with landscape
13980         format pixbufs.
13981
13982 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13983
13984         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13985
13986 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13987
13988         * shell/ev-view.c (set_document_page): unset has_selection when
13989         the page changes.
13990         (set_document_page): handle paper size changes when the page
13991         changes (test with Free Culture, page 2).
13992
13993 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13996         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13997
13998         Use normal style color for the widget background and
13999         draw a black box around the page.
14000
14001 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14002
14003         * pdf/xpdf/pdf-document.cc:
14004
14005         Keep offset in consideration in a few places
14006
14007         * shell/ev-view.c: (expose_bin_window):
14008
14009         Set the offsets so that the document is ever centered
14010
14011 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14012
14013         * TODO: Added TODO items and finished off the first todo item
14014
14015         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14016         reflect current authors
14017
14018 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14019
14020         * pdf/xpdf/pdf-document.cc:
14021         * shell/ev-view.c: (ev_view_set_cursor),
14022         (ev_view_motion_notify_event), (document_changed_callback),
14023         (set_document_page):
14024
14025         Show a wait cursor while the page is rendering
14026
14027 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * shell/ev-sidebar-thumbnails.c:
14030         (ev_sidebar_tree_selection_changed),
14031         (ev_sidebar_thumbnails_select_page):
14032         * shell/ev-sidebar-thumbnails.h:
14033         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14034         (ev_view_can_go_forward):
14035         * shell/ev-window.c: (ev_window_open_page),
14036         (ev_window_setup_document), (update_current_page),
14037         (view_page_changed_cb), (ev_window_init):
14038         * shell/ev-window.h:
14039
14040         Ensure thumbnails selection, toolbar page control and
14041         current page are in sync.
14042
14043 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14044
14045         * pdf/xpdf/XRef.cc:
14046
14047         Fix CAN-2005-0064
14048
14049 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14050
14051         * backend/Makefile.am:
14052         * backend/ev-document-links.h:
14053         * backend/ev-document-security.c: (ev_document_security_get_type),
14054         (ev_document_security_has_document_security),
14055         (ev_document_security_set_password):
14056         * backend/ev-document-security.h:
14057         * backend/ev-document.c: (ev_document_error_quark):
14058         * backend/ev-document.h:
14059         * data/Makefile.am:
14060         * data/evince-password.glade:
14061         * pdf/xpdf/pdf-document.cc:
14062         * shell/Makefile.am:
14063         * shell/ev-password.c: (ev_password_set_bad_password_label),
14064         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14065         (ev_password_dialog_get_password),
14066         (ev_password_dialog_set_bad_pass):
14067         * shell/ev-password.h:
14068         * shell/ev-window.c: (ev_window_get_attribute),
14069         (ev_window_set_property), (update_action_sensitivity),
14070         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14071         (ev_window_setup_document), (ev_window_get_password),
14072         (ev_window_open), (ev_window_cmd_save_as),
14073         (using_postscript_printer), (ev_window_print),
14074         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14075         (update_fullscreen_popup), (ev_window_fullscreen),
14076         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14077         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14078         (menu_item_select_cb), (find_bar_search_changed_cb),
14079         (ev_window_dispose), (ev_window_init):
14080
14081         Add initial support for password-supported dialogs.  This could be
14082         a lot cooler, but it'll do for now.
14083
14084 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14085
14086         * pdf/xpdf/pdf-document.cc:
14087         * shell/ev-view.c: (status_message_from_link),
14088         (ev_view_set_status), (ev_view_set_cursor),
14089         (ev_view_motion_notify_event), (ev_view_init):
14090         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14091
14092         Fix bugs in the links implementation and change cursor
14093         when hovering a link.
14094
14095 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14096
14097         * viewer/.cvsignore: added cvsignore file for viewer directory
14098
14099         * TODO: created TODO document
14100
14101 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14102
14103         * shell/ev-view.h:
14104         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14105         new functions to help with implementation of sensitivity code
14106         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14107         of all actions that might require it.  Fixes a crash when you
14108         click on the Zoom actions in a window lacking a document.
14109
14110 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14111
14112         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14113         of the Find action
14114
14115 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14116
14117         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14118         (pixbuf_document_document_iface_init):
14119         * ps/ps-document.c: (ps_document_get_link),
14120         (ps_document_document_iface_init):
14121         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14122         (status_message_from_link), (ev_view_set_status),
14123         (ev_view_set_find_status), (ev_view_motion_notify_event),
14124         (ev_view_button_release_event), (ev_view_set_property),
14125         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14126         (ev_view_get_find_status_message), (update_find_results),
14127         (ev_view_get_status), (ev_view_get_find_status):
14128         * shell/ev-view.h:
14129         * shell/ev-window.c: (view_status_changed_cb),
14130         (view_find_status_changed_cb), (ev_window_init):
14131
14132         View status message support, use it to show the links.
14133         Needs work...
14134
14135 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * backend/ev-document.c: (ev_document_get_link):
14138         * backend/ev-document.h:
14139         * pdf/xpdf/pdf-document.cc:
14140         * shell/ev-application.c: (ev_application_open):
14141         * shell/ev-application.h:
14142         * shell/ev-sidebar-links.c: (selection_changed_cb):
14143         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14144         (ev_view_go_to_link):
14145
14146         Add support for document links
14147
14148 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14149
14150         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14151         (create_tool_item):
14152         Set the spin button limits correctly.
14153         
14154         * shell/ev-sidebar-thumbnails.c:
14155         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14156         Support changing pages by clicking on the thumbnails.
14157         
14158 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14159
14160         * pixbuf/pixbuf-document.c:
14161         (pixbuf_document_thumbnails_get_dimensions),
14162         (pixbuf_document_document_thumbnails_iface_init):
14163
14164         implement get_dimensions
14165
14166 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14167
14168         * ps/ps-document.c: (ps_document_goto_page):
14169
14170         Fix page switching on multipage documents
14171
14172 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14173
14174         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14175         
14176         check for NULL before assigning to width and height parameters
14177
14178 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14179
14180         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14181         (pixbuf_document_set_property), (pixbuf_document_get_property):
14182
14183         implement get/set properties
14184
14185 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14186
14187         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14188         
14189         return NULL instead of "Unknown", letting the title get set to
14190         the filename when the pdf has no title.
14191
14192 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14193
14194         * ps/ps-document.c: (ps_document_get_page_count),
14195         (ps_document_goto_page):
14196
14197 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14198
14199         * shell/ev-history.c: (ev_history_get_property),
14200         (ev_history_set_property), (ev_history_class_init),
14201         (ev_history_add_page), (ev_history_set_current_index):
14202         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14203         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14204         (ev_navigation_action_finalize):
14205         * shell/ev-navigation-action.h:
14206         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14207         (ev_view_go_forward), (ev_view_get_find_status_message),
14208         (history_index_changed_cb), (ev_view_set_history):
14209         * shell/ev-view.h:
14210         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14211         (update_current_page), (register_custom_actions):
14212
14213         Implement history dropdowns
14214
14215 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14216
14217         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14218         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14219         (ev_view_go_forward):
14220         * shell/ev-window.c: (register_custom_actions):
14221
14222         Fix several history bugs
14223
14224 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14225
14226         * configure.ac: Add «nb» to ALL_LINGUAS.
14227
14228 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14229
14230         * backend/Makefile.am:
14231         * backend/ev-bookmark.c:
14232         * backend/ev-bookmark.h:
14233         * backend/ev-document-bookmarks.c:
14234         * backend/ev-document-bookmarks.h:
14235         * backend/ev-document-links.c: (ev_document_links_get_type),
14236         (ev_document_links_has_document_links),
14237         (ev_document_links_begin_read), (ev_document_links_get_link),
14238         (ev_document_links_get_child), (ev_document_links_next),
14239         (ev_document_links_free_iter):
14240         * backend/ev-document-links.h:
14241         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14242         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14243         (ev_link_get_link_type), (ev_link_set_link_type),
14244         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14245         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14246         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14247         (ev_link_new_external):
14248         * backend/ev-link.h:
14249         * pdf/xpdf/pdf-document.cc:
14250         * shell/Makefile.am:
14251         * shell/ev-application.c: (ev_application_open_link):
14252         * shell/ev-application.h:
14253         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14254         (ev_history_get_link_nth):
14255         * shell/ev-history.h:
14256         * shell/ev-sidebar-bookmarks.c:
14257         * shell/ev-sidebar-bookmarks.h:
14258         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14259         (ev_sidebar_links_class_init), (selection_changed_cb),
14260         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14261         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14262         (do_one_iteration), (populate_links_idle),
14263         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14264         * shell/ev-sidebar-links.h:
14265         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14266         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14267         (go_to_index):
14268         * shell/ev-view.h:
14269         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14270         * shell/ev-window.h:
14271
14272         Rename bookmark to link, and use "Index" for the sidebar panel.
14273
14274 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14275
14276         * shell/Makefile.am:
14277         * shell/ev-application.c: (ev_application_open_bookmark):
14278         * shell/ev-application.h:
14279         * shell/ev-history.c: (ev_history_init), (free_links_list),
14280         (ev_history_finalize), (ev_history_class_init),
14281         (ev_history_add_link), (ev_history_add_page),
14282         (ev_history_get_link_nth), (ev_history_get_n_links),
14283         (ev_history_get_current_index), (ev_history_set_current_index),
14284         (ev_history_new):
14285         * shell/ev-history.h:
14286         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14287         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14288         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14289         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14290         (ev_view_set_page):
14291         * shell/ev-view.h:
14292         * shell/ev-window.c: (ev_window_open_bookmark),
14293         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14294         (goto_page_cb), (register_custom_actions):
14295         * shell/ev-window.h:
14296
14297         Initial history implementation. Needs work.
14298
14299 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14300
14301         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14302
14303 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * cut-n-paste/recent-files/egg-recent-item.c:
14306         * cut-n-paste/recent-files/egg-recent-item.h:
14307         * cut-n-paste/recent-files/egg-recent-model.c:
14308         * cut-n-paste/recent-files/egg-recent-util.c:
14309         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14310         * cut-n-paste/recent-files/egg-recent-view.c:
14311
14312         Update
14313
14314 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14315
14316         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14317         (fillGlyph, fillImageMask, drawImage):
14318         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14319         pdf/splash/SplashTypes.h:
14320         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14321         packed mode for Splash.
14322
14323         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14324         RGB8 packed mode, eliminates the pixbuf data creation loop.
14325
14326         * shell/ev-print-job.c (ev_print_job_finalize)
14327         (ev_print_job_set_property, ev_print_job_get_property)
14328         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14329         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14330         (print_closure_finalize, ev_print_job_print): implement
14331         printing (for backends with EvPsExporter)
14332
14333         * shell/ev_print_job.h: update prototypes.
14334
14335         * shell/ev-window.c (ev_window_print): unref print job after
14336         printing.
14337
14338         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14339         unless the document implements the EvDocumentFind interface.
14340
14341 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14342
14343         * configure.ac: Added ja to ALL_LINGUAS.
14344
14345 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14346
14347         * pdf/xpdf/pdf-document.cc:
14348
14349         add a FIXME. We should probably not allocate
14350         a bookmark object every time
14351
14352 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14353
14354         * shell/ev-application.c: (ev_application_open),
14355         (ev_application_open_bookmark):
14356         * shell/ev-application.h:
14357         
14358         Add a way to open bookmarks
14359
14360         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14361         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14362         (ev_bookmark_set_property), (ev_bookmark_class_init),
14363         (ev_bookmark_new_title), (ev_bookmark_new_link),
14364         (ev_bookmark_new_external):
14365
14366         Support for external uris, better constructors.
14367
14368         * backend/ev-bookmark.h:
14369         * pdf/xpdf/pdf-document.cc:
14370         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14371
14372         Handle external uris
14373
14374 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14375
14376         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14377         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14378
14379         Hook up bookmarks navigation
14380
14381 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14382
14383         * backend/Makefile.am:
14384         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14385         (ev_bookmark_get_title), (ev_bookmark_set_title),
14386         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14387         (ev_bookmark_get_page), (ev_bookmark_set_page),
14388         (ev_bookmark_get_property), (ev_bookmark_set_property),
14389         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14390         (ev_bookmark_new):
14391         * backend/ev-bookmark.h:
14392         * backend/ev-document-bookmarks.c:
14393         (ev_document_bookmarks_get_bookmark):
14394         * backend/ev-document-bookmarks.h:
14395         * pdf/xpdf/pdf-document.cc:
14396         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14397
14398         Add a bookmark object to the backend and use it instead of get_values
14399
14400 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14401
14402         * data/evince-ui.xml:
14403
14404         Cleanup and add select all.
14405
14406         * shell/ev-view.c: (ev_view_select_all),
14407         (ev_view_button_press_event):
14408         * shell/ev-view.h:
14409         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14410
14411         Add select all.
14412         Clear selection on click.
14413
14414 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14415
14416         * shell/ev-sidebar-thumbnails.c
14417         (ev_sidebar_thumbnails_set_document): forgot to unref the
14418         loading_icon.
14419
14420 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14421
14422         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14423         at the visible page, not just linearly.  This makes it look fast.
14424
14425 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14426
14427         * backend/ev-document-misc.c
14428         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14429         white.
14430         * backend/ev-document-thumbnails.h: New interface to get the size
14431         of a page.
14432
14433 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14434
14435         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14436         make dist works
14437
14438 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14439
14440         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14441         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14442         things up a bit.
14443
14444         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14445
14446 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14447
14448         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14449         fonts. Should fix font problems on systems that have the base
14450         fonts in bitmap format. Reported by James Henstridge
14451         <james@jamesh.id.au>.
14452
14453 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14454
14455         * pdf/xpdf/Gfx.cc:
14456         * pdf/xpdf/GfxState.cc:
14457
14458         Fix for CAN-2004-1125
14459
14460 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14461
14462         * shell/ev-view.c: (ev_view_copy):
14463         * shell/ev-view.h:
14464         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14465
14466         Implement Edit->Copy
14467
14468 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14469
14470         * backend/ev-document.c: (ev_document_get_text):
14471         * backend/ev-document.h:
14472         * pdf/xpdf/pdf-document.cc:
14473         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14474         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14475         (ev_view_update_primary_selection), (ev_view_button_press_event),
14476         (ev_view_motion_notify_event), (ev_view_button_release_event):
14477
14478         Beginnings of clipboard support. Incomplete but primary sort
14479         of work.
14480
14481 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14482
14483         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14484         (expose_bin_window):
14485
14486         Nicer rubberband drawing, from GtkIconView.
14487
14488 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14489
14490         * backend/ev-document.c: (ev_document_save):
14491         * backend/ev-document.h:
14492         * data/evince-ui.xml:
14493         * pdf/xpdf/pdf-document.cc:
14494         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14495
14496         Implement "Save a copy..." menu item
14497
14498 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14499
14500         * shell/ev-view.c: (ev_view_zoom):
14501
14502         Queue a resize when zoom changes
14503
14504 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14505
14506         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14507         shadows.
14508
14509         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14510         thumbnails..
14511
14512 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14513
14514         * pdf/xpdf/pdf-document.cc
14515         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14516
14517 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14518
14519         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14520         It's slow, but I'll speed it up next!
14521
14522 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14523
14524         * shell/main.c (load_files):
14525
14526         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14527         from the command line and because it seems more appropriate.
14528
14529 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14530
14531         * data/evince-ui.xml:
14532         * shell/ev-window.c: (update_action_sensitivity),
14533         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14534
14535         s/next page/page down
14536         s/previous page/page up
14537
14538 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14539
14540         * data/evince-ui.xml:
14541
14542         Change the layout to match clarkbw design.
14543
14544         * shell/Makefile.am:
14545         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14546         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14547         (ev_navigation_action_finalize),
14548         (ev_navigation_action_set_property),
14549         (ev_navigation_action_get_property),
14550         (ev_navigation_action_class_init):
14551         * shell/ev-navigation-action.h:
14552
14553         Implement clarkbw toolbar navigation controls (incomplete)
14554
14555         * shell/ev-page-action.c: (update_label), (update_spin),
14556         (value_changed_cb), (create_tool_item), (connect_proxy),
14557         (ev_page_action_init), (ev_page_action_finalize),
14558         (ev_page_action_set_property), (ev_page_action_get_property),
14559         (ev_page_action_set_current_page),
14560         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14561         * shell/ev-page-action.h:
14562
14563         Implement a page switcher in the toolbar
14564
14565         * shell/ev-view.c: (ev_view_scroll_view):
14566         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14567         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14568         (register_custom_actions), (ev_window_init):
14569
14570         Change page on PageUp/Down.
14571
14572 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14573
14574         * pdf/xpdf/pdf-document.cc
14575         (pdf_document_thumbnails_get_thumbnail): initial stab at
14576         implementing thumbnail support for pdfs.  It only does documents
14577         with precached pdfs now.
14578
14579 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14580
14581         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14582         thumbnail code into a time-based idle as well.  Also, turn off the
14583         shadow temporarily as it's really slow.
14584
14585 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14586
14587         * backend/ev-document.c: (ev_document_class_init):
14588         * pdf/xpdf/pdf-document.cc:
14589         * shell/ev-window.c: (ev_window_open):
14590
14591         Fix document title bugs and fallback to
14592         filename when not available.
14593
14594 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14595
14596         * backend/ev-document.c: (ev_document_get_type),
14597         (ev_document_class_init), (ev_document_load),
14598         (ev_document_get_title):
14599         * backend/ev-document.h:
14600         * pdf/xpdf/pdf-document.cc:
14601         * ps/ps-document.c: (ps_document_set_property),
14602         (ps_document_get_property), (ps_document_class_init),
14603         (document_load):
14604         * ps/ps-document.h:
14605         * ps/ps.h:
14606         * shell/ev-window.c: (update_window_title), (ev_window_open),
14607         (ev_window_init):
14608
14609         Initial support for document title. Not working yet.
14610
14611 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14612
14613         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14614
14615         Grab focus on the view when clicking it
14616
14617 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14618
14619         * shell/ev-marshal.list:
14620         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14621         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14622
14623         Add key bindings to the view. Now if the focus would work
14624         right...
14625
14626 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14627
14628         * Makefile.am:
14629         * backend/Makefile.am:
14630         * data/Makefile.am:
14631         * dvi/Makefile.am:
14632         * dvi/dvilib/Makefile.am:
14633         * pdf/xpdf/Makefile.am:
14634         * po/POTFILES.in:
14635         * ps/Makefile.am:
14636
14637         Fix distcheck
14638
14639 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14640
14641         * shell/ev-view.c: (ev_view_realize):
14642
14643         Fix mouse wheel scrolling
14644
14645 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14646
14647         * ps/Makefile.am:
14648         * ps/gstypes.h:
14649         * ps/gtkgs.c:
14650         * ps/gtkgs.h:
14651         * ps/ps-document.c: (catchPipe), (ps_document_init),
14652         (ps_document_class_init), (ps_document_cleanup),
14653         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14654         (set_up_page), (close_pipe), (is_interpreter_ready),
14655         (interpreter_failed), (output), (input), (start_interpreter),
14656         (stop_interpreter), (file_length), (file_readable),
14657         (check_filecompressed), (check_pdf), (compute_xdpi),
14658         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14659         (ps_document_get_type), (ps_document_emit_error_msg),
14660         (document_load), (ps_document_next_page),
14661         (ps_document_get_current_page), (ps_document_get_page_count),
14662         (ps_document_goto_page), (ps_document_set_page_size),
14663         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14664         (ps_document_load), (ps_document_get_n_pages),
14665         (ps_document_set_page), (ps_document_get_page),
14666         (ps_document_widget_event), (ps_document_set_target),
14667         (ps_document_set_scale), (ps_document_set_page_offset),
14668         (ps_document_get_page_size), (ps_document_render),
14669         (ps_document_document_iface_init):
14670         * ps/ps-document.h:
14671         * ps/ps.c:
14672         * shell/ev-window.c: (ev_window_open):
14673
14674         Rename GtkGS to PSDocument
14675
14676 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14677
14678         * ps/gtkgs.c: (gtk_gs_class_init):
14679         * ps/gtkgs.h:
14680
14681         Some more leftover...
14682
14683 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14684
14685         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14686         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14687         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14688         * ps/gtkgs.h:
14689
14690         Remove unused code and make a lot of stuff private
14691
14692 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14693
14694         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14695         (gtk_gs_defaults_changed):
14696         * ps/gsdefaults.h:
14697         * ps/gtkgs.c:
14698         * ps/gtkgs.h:
14699         * ps/ps.h:
14700
14701         Cleanup headers dependencies
14702
14703 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14704
14705         * ps/Makefile.am:
14706         * ps/ggvutils.c:
14707         * ps/ggvutils.h:
14708         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14709         * ps/gsdefaults.h:
14710         * ps/gtkgs.c: (file_length), (file_readable),
14711         (check_filecompressed), (check_pdf), (gtk_gs_load),
14712         (gtk_gs_get_postscript):
14713
14714         Get rid of ggvutils
14715
14716 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14717
14718         * ps/ggvutils.c:
14719         * ps/ggvutils.h:
14720         * ps/gsio.h:
14721         * ps/gtkgs.c: (gtk_gs_set_zoom):
14722
14723         Cleanups
14724
14725 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14726
14727         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14728
14729         Ensure the page is rerendered when changing zoom
14730
14731 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14732
14733         * backend/ev-document.c: (ev_document_base_init),
14734         (ev_document_changed):
14735         * backend/ev-document.h:
14736
14737         Add a changed event that is emitted when the page content
14738         changes. This is necessary to deal with the fact that
14739         in ps backend rendering happen asycrounously.
14740         This makes the ps backend mostly work.
14741
14742         * pdf/xpdf/pdf-document.cc:
14743
14744         Emit changed event
14745
14746         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14747         (ps_document_set_target):
14748
14749         Emit changed event
14750
14751         * shell/ev-view.c: (document_changed_callback),
14752         (ev_view_set_document), (ev_view_set_page):
14753
14754         Redraw on the changed signal
14755
14756 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14757
14758         * configure.ac: Added pt_BR to ALL_LINGUAS.
14759
14760 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14761
14762         * backend/ev-document-bookmarks.c:
14763         (ev_document_bookmarks_get_child): *
14764         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14765         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14766         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14767         (ev_sidebar_bookmarks_destroy),
14768         (ev_sidebar_bookmarks_class_init),
14769         (ev_sidebar_bookmarks_construct), (stack_data_free),
14770         (do_one_iteration), (populate_bookmarks_idle),
14771         (ev_sidebar_bookmarks_clear_document),
14772         (ev_sidebar_bookmarks_set_document): *
14773         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14774         (ev_sidebar_add_page),
14775         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14776         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14777         it displays both the topics and the page numbers.
14778
14779 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14780
14781         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14782         toggle.
14783         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14784         visible.
14785
14786 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14787
14788         * configure.ac: Added en_CA to ALL_LINGUAS.
14789
14790 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14791
14792         * ChangeLog: replace bottom of this ChangeLog (merged history of
14793         ggv and gpdf; where all paths were wrong and most of the files are
14794         not even in this tree) with ChangeLog (from arch) of the shell
14795         code.
14796
14797 2004-12-23  Havoc Pennington  <hp@redhat.com>
14798
14799         * shell/ev-window.c: hook up potentially-questionable "find
14800         results status text" feature - something involving the sidebar or
14801         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14802         might be better in the end.
14803
14804         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14805         with corresponding signal when it should be updated
14806
14807         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14808
14809 2004-12-22  Havoc Pennington  <hp@redhat.com>
14810
14811         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14812         find stuff on other pages, sort of (only returns one result on
14813         invisible pages, to show they have results; updates full results
14814         for a page when you view it). Currently repaints the current page
14815         every time a new result is found on any page, which isn't so nice.
14816
14817 2004-12-22  Havoc Pennington  <hp@redhat.com>
14818
14819         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14820         the document doesn't support find (better ideas?)
14821         (find_bar_search_changed_cb): handle missing document or document
14822         that doesn't support find
14823
14824         * pdf/xpdf/pdf-document.cc: port to implement the new
14825         EvDocumentFindIface
14826
14827         * backend/ev-document-find.c: create a new interface for searching
14828
14829         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14830
14831 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14832
14833         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14834         libevbackend.la.
14835
14836         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14837         EvPrintJob constructor arguments.
14838
14839         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14840         for documents that can export PostScript (page by page).
14841
14842         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14843         
14844         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14845         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14846         (pdf_document_ps_exporter_iface_init:
14847         Implement EvPSExporter.
14848
14849         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14850
14851 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14852
14853         * backend/Makefile.am:
14854         * backend/ev-document-thumbnails.c:
14855         (ev_document_thumbnails_get_type),
14856         (ev_document_thumbnails_get_thumbnail):
14857         * backend/ev-document-thumbnails.h:
14858         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14859         (pixbuf_document_thumbnails_get_thumbnail),
14860         (pixbuf_document_document_thumbnails_iface_init):
14861         * shell/Makefile.am:
14862         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14863         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14864         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14865         * shell/ev-sidebar-thumbnails.h:
14866         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14867         (ev_sidebar_set_document):
14868         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14869         (create_shadow), (ev_pixbuf_add_shadow):
14870         * shell/ev-utils.h:
14871         Add thumbnail support.
14872         
14873 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14874
14875         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14876         (using_postscript_printer): Set up a print dialog for "PostScript
14877         injection" method.
14878
14879         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14880         EvPrintJob.
14881
14882         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14883
14884 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14885
14886         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14887         (ps_document_set_target), (ps_document_get_page_size),
14888         (ps_document_render):
14889         * ps/gtkgs.h:
14890
14891         Fix a few bugs
14892
14893 2004-12-22  Christian Rose  <menthos@menthos.com>
14894
14895         * configure.ac: Added "sv" to ALL_LINGUAS.
14896
14897 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14898
14899         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14900         document supports bookmarks.
14901
14902 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14903
14904         * ps/ggvutils.c: (ggv_file_readable):
14905         * ps/ggvutils.h:
14906         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14907         (gtk_gs_get_postscript):
14908
14909         Remove unused utils
14910
14911 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14912
14913         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14914         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14915         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14916         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14917         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14918         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14919         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14920         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14921         (gtk_gs_set_antialiasing), (ps_document_load),
14922         (ps_document_render):
14923         * ps/gtkgs.h:
14924
14925         Another check point for the ps backend. Now I can get it to show
14926         pages!
14927
14928 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14929
14930         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14931         document setting code.
14932
14933 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14934
14935         * shell/eggfindbar.c: (entry_activate_callback):
14936         Animate the next button when activate is pressed.
14937         
14938 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14939
14940         * shell/ev-window.c: (ev_window_cmd_edit_find),
14941         (update_fullscreen_popup), (ev_window_fullscreen),
14942         (ev_window_unfullscreen), (ev_window_state_event_cb),
14943         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14944         Fix bugs in fullscreen code.
14945         
14946 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14947
14948         * Makefile.am:
14949         * configure.ac:
14950         * pixbuf/Makefile.am:
14951         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14952         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14953         (pixbuf_document_set_page), (pixbuf_document_get_page),
14954         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14955         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14956         (pixbuf_document_render), (pixbuf_document_begin_find),
14957         (pixbuf_document_end_find), (pixbuf_document_finalize),
14958         (pixbuf_document_class_init),
14959         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14960         * pixbuf/pixbuf-document.h:
14961         * shell/Makefile.am:
14962         * shell/ev-application.c: (ev_application_open):
14963         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14964         (ev_window_open):
14965         Add pixbuf backend.
14966         
14967 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14968
14969         * Makefile.am: 
14970         * dvi/dvilib/Makefile.am:
14971         * dvi/Makefile.am:
14972         * configure.ac: Auto*ify dvi and dvi/dvilib
14973
14974         * dvi/Makefile: Remove from CVS
14975         
14976         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14977         confusion.
14978
14979         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14980         
14981         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14982         
14983 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14984
14985         * ps/Makefile.am:
14986         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14987         (gtk_gs_value_adjustment_changed), (compute_size),
14988         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14989         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14990         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14991         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14992         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14993         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14994         (ps_document_load), (ps_document_get_n_pages),
14995         (ps_document_set_page), (ps_document_get_page),
14996         (ps_document_set_target), (ps_document_set_scale),
14997         (ps_document_set_page_offset), (ps_document_get_page_size),
14998         (ps_document_render), (ps_document_begin_find),
14999         (ps_document_end_find), (ps_document_document_iface_init):
15000         * ps/gtkgs.h:
15001         * shell/Makefile.am:
15002         * shell/ev-window.c: (ev_window_open):
15003
15004         Some work to integrate gtkgs with EvDocument
15005
15006 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15007
15008         * shell/ev-window.c: (update_fullscreen_popup),
15009         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15010         (exit_fullscreen_button_clicked_cb),
15011         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15012         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15013         (ev_window_state_event_cb), (ev_window_init):
15014         Add fullscreen support from Epiphany.
15015         
15016 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15017
15018         * data/ev-stock-zoom-fit-width.png: fit-width
15019         stock icon from gpdf.
15020         
15021         * shell/ev-stock-icons.[ch]: copied from gpdf.
15022         
15023         * shell/main.c: (main): init stock icons.
15024         
15025         * shell/ev-window.c: use the fit-width icon.
15026         
15027         * data/evince-ui.xml: add zooming toolbar items.
15028
15029 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15030
15031         * shell/ev-view.c: 
15032         (ev_view_best_fit), (ev_view_fit_width): because
15033         get_page_size() returns the scaled page size, we
15034         need to calculate the scale factor relative to
15035         the previous scale factor. Should really just
15036         add get_real_page_size().
15037
15038 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15039
15040         * shell/ev-view.[ch]:
15041         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15042         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15043         add zooming.
15044         
15045         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15046         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15047         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15048         hook it up.
15049         
15050         * pdf/xpdf/pdf-document.cc:
15051         (pdf_document_begin_find),
15052         (pdf_document_end_find): make static.
15053
15054 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15055
15056         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15057
15058         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15059         names to fontconfig patterns.
15060         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15061
15062         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15063         setupBaseFontsFc.
15064
15065 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15066
15067         * Makefile.am:
15068         * configure.ac:
15069         * ps/Makefile.am:
15070         * ps/ggvutils.c:
15071         * ps/ggvutils.h:
15072         * ps/gsdefaults.c:
15073         * ps/gsdefaults.h:
15074         * ps/gsio.c:
15075         * ps/gsio.h:
15076         * ps/gtkgs.c:
15077         * ps/gtkgs.h:
15078         * ps/ps.c:
15079         * ps/ps.h:
15080
15081         Import ggv backend. Not hooked up yet.
15082
15083 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15084
15085         * shell/main.c: (load_files), (main): load files
15086         from the command line.
15087
15088 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15089
15090         * configure.ac: don't require bonobo.
15091         
15092         * cut-n-paste/recent-files/*: kill bonobo recent
15093         view.
15094
15095         * shell/ev-window.c:
15096         (ev_window_is_empty): upd.
15097         (unable_to_load), (ev_window_open): load backend
15098         based on the mime type.
15099
15100 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15101
15102         * backend/.cvsignore: ignore generated marshalers source.
15103
15104         * shell/main.c (main): this is not epiphany.
15105
15106 2004-12-22  Havoc Pennington  <hp@redhat.com>
15107
15108         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15109         (expose_bin_window): draw find highlights
15110
15111         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15112         
15113         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15114         (pdf_document_end_find): implement this interface
15115
15116         * backend/ev-document.c (ev_document_found): add this to emit
15117         signal
15118
15119 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15120
15121         * data/evince-ui.xml: Add a few more toolbar items.
15122
15123         * shell/ev-window.c: Hook up page navigation toolbar 
15124         items.
15125
15126         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15127         a page-changed signal.
15128
15129         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15130         Add ev_document_get_page().
15131
15132         * shell/ev-window.c: Sensitize/desensitize navigation
15133         actions.
15134
15135 2004-12-21  Havoc Pennington  <hp@redhat.com>
15136
15137         * backend/ev-backend-marshal.c,
15138         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15139         marshaler-generator thingy. I'm sure there's a better way to do
15140         this in the modern world.
15141
15142         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15143         end_find methods and "found" signal.
15144
15145         * configure.ac: find glib-genmarshal
15146
15147 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15148
15149         * shell/ev-sidebar.c: Construct an actual sidebar.
15150         * shell/ev-sidebar-bookmarks.[ch]:
15151         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15152
15153 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15154
15155         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15156         Redo size handling.
15157         
15158         * shell/ev-view.c: Track the size from the document.
15159
15160 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15161
15162         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15163         constructor assumes ownership of the string passed in.
15164         
15165         * shell/ev-window.c (ev_window_open): Destroy the error
15166         dialog once we've displayed it.
15167
15168 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15169
15170         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15171         a bit, it works! (sort of)
15172
15173         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15174         Move to .cc since we need to use C++ in the implementation.
15175
15176         * shell/dummy.cc: Add a CC file to force evince
15177         to be linked as a C++ program.
15178
15179 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15180
15181         * shell/ev-view.[ch]: Start of content-area widget.
15182
15183         * shell/ev-window.c: Create a EvView, update it
15184         as we change documents.
15185
15186         * shell/Makefile.am shell/ev-marshal.list: Add
15187         generated marshalers.
15188
15189 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15190
15191         * Makefile.am (SUBDIRS): move shell.
15192
15193 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15194
15195         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15196         .a to libtool convenience libraries.
15197
15198         * shell/ev-window.c (ev_window_open): Hard code loading
15199         a PDF document.
15200         
15201         * backend/ev-document.h: Add a boolean return to load(),
15202         fix GError * to GError **.
15203
15204         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15205         object for a PDF backend EvDocument.
15206
15207 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15208
15209         * dvi/*: New directory with the beginning of a .dvi backend.
15210
15211 2004-12-21  Havoc Pennington  <hp@redhat.com>
15212
15213         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15214         previous/next instead of back/forward
15215
15216 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15217
15218         * backend/ev-document.[ch]: Fix a couple of problems so
15219         it compile.
15220
15221 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15222
15223         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15224         to backend/ directory, rename EvViewer to EvDocument.
15225
15226 2004-12-21  Havoc Pennington  <hp@redhat.com>
15227
15228         * shell/ev-window.c: hook up the find bar widget; now we just need
15229         a document to find things in
15230
15231         * shell/eggfindbar.c: a find bar widget
15232
15233 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15234
15235         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15236
15237 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15238
15239         * pdf/**: Import of xpdf code from gpdf. 
15240
15241         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15242
15243         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15244         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15245         Fix FreeType includes.
15246
15247         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15248         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15249         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15250         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15251         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15252         Include xpdfconfig.h
15253         
15254 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15255
15256         * shell/ev-window.c (ev_window_dispose): dispose can be called
15257         multiple times.
15258
15259 2004-12-21  Havoc Pennington  <hp@redhat.com>
15260
15261         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15262         rather than Evince
15263
15264         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15265         items; really they should be synced with the strings, etc. from
15266         current gpdf, but just getting the boring typing out of the way 
15267
15268 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15269
15270         * po/POTFILES.in:
15271         * shell/ev-application.c: (window_destroy_cb):
15272         * shell/ev-window.c:
15273         * shell/main.c: (main):
15274
15275         Actually show the window...
15276
15277 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15278
15279         * Makefile.am:
15280         * shell/Makefile.am:
15281         * shell/ev-application.c: (ev_application_class_init):
15282         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15283
15284         Make it build again
15285
15286 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15287
15288         Import to gnome cvs.
15289         
15290         * Remove copies of gpdf and ggv trees.
15291         * Rip out all the recursive configure code.
15292         * Remove bonobo machinery.
15293         * viewer/*: GInterfaces that backends should/can implement.
15294
15295 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15296
15297         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15298         typo
15299
15300 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15301
15302         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15303         (ev_application_finalize, ev_application_class_init)
15304         (ev_application_init): use GType instance private data for priv.
15305
15306         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15307         (ev_window_finalize, ev_window_class_init)
15308         (ev_window_init): ditto.
15309
15310 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15311
15312         * shell/ev-application.c (ev_application_new_window): make public
15313         (ev_application_show_initial_window): kill.
15314
15315         * shell/ev-application.h: update prototypes.
15316
15317         * shell/main.cc (main): inline ev_application_show_initial_window.
15318
15319 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15320
15321         * shell/ev-application.c (ev_application_new_window): impl.
15322         (ev_application_show_initial_window): use it.
15323         (is_window_empty, ev_application_get_empty_window): returns an
15324         existing empty window or a new one.
15325         (ev_application_open): from ev_window_cmd_file_open.
15326
15327         * shell/ev-application.h: update prototypes
15328
15329         * shell/ev-window.c (ev_window_is_empty): impl.
15330         (ev_window_open): make public.
15331         (ev_window_cmd_file_open): use ev_application_open
15332
15333         * shell/ev-window.h: update prototypes, remove unused.
15334
15335 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15336
15337         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15338         move destroy handler out of here...
15339
15340         * shell/ev-application.c, shell/ev-application.h: ...into this new
15341         class. Also handles initial window creation.
15342
15343         * shell/main.cc (main): use EvApplication to create initial
15344         window.
15345
15346 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15347
15348         * Makefile.am (SUBDIRS): add cut-n-paste
15349
15350         * cut-n-paste/Makefile.am: add
15351
15352         * configure.ac: generate Makefiles in cut-n-paste
15353
15354 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15355
15356         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15357         (ev_window_class_init): install ev_window_dispose.
15358
15359 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15360
15361         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15362         char (gchar looks stupid).
15363
15364 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15365
15366         * po/de.po: updated German translation.
15367
15368 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15369
15370         * configure.ac: add more pkg-config library checks for gnome-vfs,
15371         bonobo etc.
15372
15373         * gpdf/configure.in: temporarily disable libpaper
15374         checks. Otherwise I'd have to add the checks for the shell, too.
15375
15376 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15377
15378         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15379         and * file filters to the file choose.
15380
15381 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15382
15383         * po/de.po: Updated German translation.
15384
15385 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15386
15387         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15388
15389 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15390
15391         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15392
15393         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15394         (ev_window_init): implement those menuitems.
15395
15396 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15397
15398         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15399
15400         * shell/ev-window.c (ev_window_init): use the toolbar.
15401
15402 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15403
15404         * shell/ev-window.c (ev_window_init): use menu translations
15405
15406 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15407
15408         * configure.ac: add "de" to ALL_LINGUAS.
15409
15410         * po/de.po: add German translation.
15411
15412 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15413
15414         * Makefile.am (SUBDIRS): add po
15415
15416         * configure.ac: check intltool, glib-gettext etc, generate
15417         po/Makefile.in
15418
15419         * po, po/POTFILES.in, po/POTFILES.skip: new.
15420
15421 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15422
15423         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15424         already use (#ifdef ENABLE_NLS)
15425
15426         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15427         pointer indirection thinko.
15428
15429         * shell/main.c: include gi18n.h for bindtextdomain etc.
15430
15431 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15432
15433         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15434         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15435         tooltips for menu items in the statusbar.
15436
15437 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15440         pkgdatadir drop UIDIR
15441
15442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * data/evince-ui.xml: Add File->Open menu item
15445
15446         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15447         chooser), hook it up in the ui manager.
15448
15449 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15450
15451         * shell/ev-window.c: fix Help->About tooltip.
15452
15453 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15454
15455         * configure.ac: set CFLAGS for libevprivate.
15456
15457         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15458         definitions, factory etc.
15459
15460         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15461
15462         * shell/Makefile.am: link against libevprivate.a.
15463
15464         * shell/ev-window.c (entries): add stock icon to Help->About.
15465
15466         * shell/main.c (main): init stock icon code.
15467
15468 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15469
15470         * lib/recent-files: egg recent files code
15471
15472         * lib/Makefile.am: add.
15473
15474         * Makefile.am: add lib subdir.
15475
15476         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15477         set CFLAGS for recent-files.
15478
15479 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15480
15481         * configure.ac: disable -ansi and -pedantic gcc flags. They
15482         disable POSIX stuff in stdio.h, but egg-recent uses them.
15483
15484 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15485
15486         * configure.ac: add --disable-deprecated flag (defaults to on in
15487         "cvs" builds).
15488
15489         * shell/Makefile.am (INCLUDES): use it.
15490
15491 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15492
15493         * shell/main.c: add missing #include.
15494
15495         * shell/ev-window.c: fix for pedantic gcc.
15496         (ev_window_cmd_help_about): split license into paragraphs for
15497         translators and pedantic compilers.
15498
15499 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15500
15501         * configure.ac: add more warning flags if compiling with gcc from
15502         cvs (or explicitly requested with --enable-more-warnings).
15503
15504 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15505
15506         * data/evince-ui.xml: add File and File->Close menu.
15507
15508         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15509         (ev_window_destroy): quit after destroy.
15510         (ev_window_class_init): override GtkObject::destroy.
15511         (entries): install close_window callback.
15512
15513 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15514
15515         * Makefile.am (SUBDIRS): add data subdir.
15516
15517         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15518         gtk+ 2.5.0 for GtkAboutDialog.
15519
15520         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15521         main window.
15522
15523         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15524
15525         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15526         manager.
15527         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15528
15529 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15530
15531         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15532
15533 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15536
15537 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15538
15539         * shell/*: Added shell directory boilerplate, build it.
15540
15541 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15542
15543         * configure.ac, Makefile.am: Added top-level configure.ac and
15544         Makefile.am