]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
67e96baebb1ad0befc1102901383a8949fbc31d8
[evince.git] / ChangeLog
1 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
4
5         Use GOption in thumbnailer.
6         
7 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * backend/pdf/ev-poppler.cc: (pdf_document_save),
10         (pdf_document_forms_form_field_text_set_text),
11         (pdf_document_forms_form_field_button_set_state),
12         (pdf_document_forms_form_field_choice_select_item),
13         (pdf_document_forms_form_field_choice_toggle_item),
14         (pdf_document_forms_form_field_choice_unselect_all),
15         (pdf_document_forms_form_field_choice_set_text):
16
17         Use poppler_document_save_a_copy(), which never saves the document
18         modifications, when saving an unmodified document. It makes saving
19         a copy of encrypted PDFs work again. Fixes bug #566791.
20         
21 2009-02-18  Christian Persch  <chpe@gnome.org>
22
23         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
24         Don't use g_quark_from_static_string in a loadable module!
25
26 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * configure.ac:
29
30         Update for release 2.25.91
31         
32 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
33
34         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
35         GTK symbol in commented out code. Bug #571707
36
37 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * NEWS:
40
41         Update for release 2.25.91.
42         
43 2009-02-16  Christian Persch  <chpe@gnome.org>
44
45         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
46         memory read.
47
48 2009-02-15  Christian Persch  <chpe@gnome.org>
49
50         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
51         warnings.
52
53 2009-02-15  Christian Persch  <chpe@gnome.org>
54
55         * libdocument/Makefile.am:
56         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
57
58 2009-02-15  Christian Persch  <chpe@gnome.org>
59
60         * libdocument/ev-document-type-builtins.c.template:
61         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
62
63 2009-02-14  Christian Persch  <chpe@gnome.org>
64
65         * backend/impress/impress-document.c: (impress_document_save):
66         Fill in the error.
67
68 2009-02-14  Christian Persch  <chpe@gnome.org>
69
70         * libdocument/ev-document.c: (ev_document_load): Add code to catch
71         backends incorrectly implementing the load vfunc.
72
73 2009-02-14  Christian Persch  <chpe@gnome.org>
74
75         * libdocument/ev-document-factory.c:
76         (ev_document_factory_get_document): Use a local GError, and propagate
77         as appropriate, making sure always to fill in @error if returning NULL.
78
79 2009-02-14  Christian Persch  <chpe@gnome.org>
80
81         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
82
83 2009-02-14  Christian Persch  <chpe@gnome.org>
84
85         * backend/pdf/ev-poppler.cc: Plug a mem leak.
86
87 2009-02-14  Christian Persch  <chpe@gnome.org>
88
89         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
90         an error.
91
92 2009-02-14  Christian Persch  <chpe@gnome.org>
93
94         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
95         to always set @error when returning FALSE. Fix a typo.
96
97 2009-02-14  Christian Persch  <chpe@gnome.org>
98
99         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
100         to always set @error when returning FALSE.
101
102 2009-02-14  Christian Persch  <chpe@gnome.org>
103
104         * backend/comics/comics-document.c: (comics_document_load): Make sure
105         to always set @error when returning FALSE.
106
107 2009-02-14  Christian Persch  <chpe@gnome.org>
108
109         * backend/impress/impress-document.c: (impress_document_load): Plug a
110         mem leak.
111
112 2009-02-14  Christian Persch  <chpe@gnome.org>
113
114         * backend/impress/impress-document.c: (impress_document_load): Don't
115         overwrite an error.
116
117 2009-02-14  Christian Persch  <chpe@gnome.org>
118
119         * libdocument/ev-document.c: (ev_document_info_copy): Remove
120         unnecessary NULL check; g_strdup() is NULL-safe.
121
122 2009-02-14  Christian Persch  <chpe@gnome.org>
123
124         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
125         that this returns either NULL and fills in error, or non-NULL. Use a
126         local GError so we can reliably check it.
127
128 2009-02-14  Christian Persch  <chpe@gnome.org>
129
130         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
131         content type to get the description, not the MIME type.
132
133 2009-02-14  Christian Persch  <chpe@gnome.org>
134
135         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
136         in @error on failure. Also, since this is exported in public APIs,
137         cope with the passed-in GError** being NULL.
138
139 2009-02-13  Christian Persch  <chpe@gnome.org>
140
141         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
142         safety.
143         (get_mime_type_from_data): Return the MIME type, not the content type.
144
145 2009-02-13  Christian Persch  <chpe@gnome.org>
146
147         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
148         the input stream.
149
150 2009-02-13  Christian Persch  <chpe@gnome.org>
151
152         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
153         all errors upwards.
154
155 2009-02-13  Christian Persch  <chpe@gnome.org>
156
157         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
158         more bytes from buffer than were read from the file.
159
160 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
161
162         * properties/ev-properties-view.c (set_property):
163         
164         Fixes bug #571787.
165
166 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * shell/eggfindbar.c: (egg_find_bar_init):
169
170         Use gtk_tool_button_set_use_underline() for next/previous buttons
171         so that the underline is used for the mnemonic. Fixes bug #571547.
172         
173 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/ev-window.c: (setup_document_from_metadata),
176         (setup_sidebar_from_metadata), (setup_document_from_metadata),
177         (setup_view_from_metadata), (ev_window_set_document),
178         (ev_window_load_job_cb), (ev_window_reload_job_cb),
179         (ev_window_reload_remote), (ev_window_init):
180
181         Do not use metadata when reloading the document, so that the
182         window is not resized when reloading. See bugs #571051 and
183         #304249.
184         
185 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * configure.ac:
188         * cut-n-paste/smclient/Makefile.am:
189
190         Fix smclient libs on cycgwin. See bug #339172.
191         
192 2009-02-08  Christian Persch  <chpe@gnome.org>
193
194         * configure.ac:
195         * libdocument/Makefile.am:
196         * libview/Makefile.am: Add experimental introspection support.
197         Disabled by default; use --enable-introspection to enable it.
198         Bug #569083.
199
200 2009-02-08  Christian Persch  <chpe@gnome.org>
201
202         * libview/Makefile.am: Link libevdocument.la to libevview.la.
203
204 2009-02-05  Christian Persch  <chpe@gnome.org>
205
206         * backend/comics/comics-document.c: (comics_document_load):
207         * backend/djvu/djvu-document.c: (djvu_document_load):
208         * backend/dvi/dvi-document.c: (dvi_document_load):
209         * backend/impress/impress-document.c: (impress_document_load):
210         * backend/pdf/ev-poppler.cc:
211         * libdocument/ev-document-factory.c: (get_document_from_uri),
212         (ev_document_factory_get_document):
213         * shell/ev-print-operation.c:
214         (ev_print_operation_export_print_dialog_response_cb): Use
215         g_set_error_literal now that we depend on glib 2.18.
216
217 2009-02-05  Hib Eris  <hib@hiberis.nl>
218
219         * shell/ev-application.c:
220
221         Include gdkx.h only with X11. See bug #339172.
222         
223 2009-02-05  Hib Eris  <hib@hiberis.nl>
224
225         * backend/pdf/pdfdocument.evince-backend.in:
226
227         Add application/x-ext-pdf mime type for pdf backend. See bug
228         #339172.
229         
230 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * configure.ac:
233         * cut-n-paste/smclient/Makefile.am:
234         * cut-n-paste/smclient/eggdesktopfile.c:
235         * cut-n-paste/smclient/eggsmclient-win32.c:
236         * shell/main.c:
237
238         Make session manager code compile for w32. These changes have been
239         taken from upstream libegg. Based on patch by Hib Eris. See bug
240         #339172.
241         
242 2009-02-05  Hib Eris  <hib@hiberis.nl>
243
244         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
245
246         Make screensaver code compile for w32. These changes have been
247         copied from upstream totem. See bug #339172.
248         
249 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * configure.ac:
252         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
253
254         Make use of GConf optional. Based on patch by Hib Eris. See bug
255         #339172.
256         
257 2009-02-04  Christian Persch  <chpe@gnome.org>
258
259         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
260         evince gettext domain, so i18n works in the library.
261
262         * properties/ev-properties-main.c: (nautilus_module_initialize):
263         Remove extra bindtextdomain call.
264
265 2009-02-04  Christian Persch  <chpe@gnome.org>
266
267         * backend/comics/comics-document.c:
268         * backend/djvu/djvu-document.c:
269         * backend/dvi/dvi-document.c:
270         * backend/impress/impress-document.c:
271         * backend/pdf/ev-poppler.cc:
272         * backend/pixbuf/pixbuf-document.c:
273         * backend/ps/ev-spectre.c:
274         * backend/tiff/tiff-document.c:
275         * libdocument/ev-attachment.c:
276         * libdocument/ev-document-factory.c:
277         * libview/ev-jobs.c:
278         * libview/ev-view-accessible.c:
279         * libview/ev-view.c:
280         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
281         gi18n.h.
282
283 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * NEWS:
286         * configure.ac:
287
288         Update for release 2.25.90
289         
290 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * cut-n-paste/zoom-control/ephy-zoom-control.c:
293         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
294
295         Remove the old tooltips code and use G_DEFINE_TYPE().
296         
297 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * configure.ac:
300         * help/reference/Makefile.am:
301         * help/reference/libdocument/Makefile.am:
302         * help/reference/libdocument/libevdocument-docs.sgml:
303         * help/reference/libdocument/libevdocument.types:
304         * help/reference/libdocument/version.xml.in:
305         * help/reference/libview/Makefile.am:
306         * help/reference/libview/libevview-docs.sgml:
307         * help/reference/libview/libevview.types:
308         * help/reference/libview/version.xml.in:
309         * help/reference/shell/Makefile.am:
310         * help/reference/shell/evince-docs.sgml:
311         * help/reference/shell/evince.types:
312         * help/reference/shell/tmpl/dummy.sgml:
313         * help/reference/shell/version.xml.in:
314
315         Split API documentation into libdocument, libview and
316         shell. Required gtk-doc files has been added, but API docs still
317         need to be completed and improved. Fixes bug #568465.
318         
319 2009-02-01  Christian Persch  <chpe@gnome.org>
320
321         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
322
323 2009-02-01  Christian Persch  <chpe@gnome.org>
324
325         * backend/Makefile.am:
326         A backend/backend.symbols:
327         * configure.ac: Only export the backend module entry point. Bug
328         #569998.
329
330 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * shell/eggfindbar.c: (egg_find_bar_init):
333
334         Add mnemonics to buttons in search bar. Fixes bug #569212.
335         
336 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
337         
338         * shell/ev-print-operation.c:
339         (ev_print_operation_export_print_dialog_response_cb):
340
341         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
342         
343 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
346
347         Clamp top/bottom values of destinations to make sure they are not
348         bigger than the page height. Fixes bug #569327.
349         
350 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-debug.h:
353
354         Fix build when debug mode is disabled.
355         
356 2009-01-30  Christian Persch  <chpe@gnome.org>
357
358         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
359         this return TRUE only if any backends were loaded, so the ev_init()
360         function works as documented.
361
362 2009-01-30  Christian Persch  <chpe@gnome.org>
363
364         * evince-document.h:
365         * libdocument/Makefile.am:
366         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
367         #569117.
368
369         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
370         * libdocument/ev-backends-manager.h:
371         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
372         * libdocument/ev-debug.h:
373         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
374         (_ev_file_helpers_shutdown):
375         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
376         private.
377
378         * properties/ev-properties-main.c: (nautilus_module_initialize),
379         (nautilus_module_shutdown):
380         * shell/main.c: (main):
381         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
382         init/shutdown method.
383
384 2009-01-29  Christian Persch  <chpe@gnome.org>
385
386         * shell/main.c: (option_version_cb): Add --version which was lost in
387         the libgnome removal. Bug #562869.
388
389 2009-01-26  Christian Persch  <chpe@gnome.org>
390
391         * shell/ev-application.c: (ev_application_register_service),
392         (ev_application_shutdown):
393         * shell/main.c: (main): Move metadata manager initialisation and
394         shutdown into EvApplication. Follow-up from bug #569120.
395
396 2009-01-26  Christian Persch  <chpe@gnome.org>
397
398         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
399         copy the string twice. Bug #569231.
400
401 2009-01-26  Christian Persch  <chpe@gnome.org>
402
403         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
404         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
405         * libdocument/ev-file-helpers.h:
406         * shell/ev-application.c: (ev_application_shutdown),
407         (ev_application_init), (ev_application_screensaver_disable),
408         (ev_application_save_print_settings),
409         (ev_application_set_page_setup):
410         * shell/ev-application.h:
411         * shell/ev-metadata-manager.c: (load_values),
412         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
413         shell, since it shouldn't be public API. Bug #569120.
414
415         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
416         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
417
418 2009-01-25  Christian Persch  <chpe@gnome.org>
419
420         Bug 569082 – use versioned directory for backends
421
422         * configure.ac: Define ev_binary_version and backenddir.
423         * evince-document.pc.in: Add backenddir variable.
424         * libdocument/Makefile.am:
425         * backend/*/Makefile.am: Remove backenddir definition, so it picks
426         up the one from configure.
427
428 2009-01-25  Christian Persch  <chpe@gnome.org>
429
430         * configure.ac:
431         * evince-document.pc.in: Renamed from evince-backend.pc.in.
432         * libdocument/Makefile.am: Renamed library to libevdocument.la.
433         * libview/Makefile.am:
434         * shell/Makefile.am:
435         * backend/*/Makefile.am: Adapt to changed library name.
436
437         * libdocument/Makefile.am:
438         * libview/Makefile.am: Change the installed headers path to match
439         the directory names in SVN.
440
441         * evince-document.h:
442         * evince-view.h: Add single headers. Bug #568227.
443
444         * libdocument/*.h:
445         * libview/*.h: Add single headers guards.
446
447         * libview/Makefile.am:
448         * libdocument/Makefile.am:
449         * backend/*/Makefile.am:
450         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
451         still include individual headers.
452
453         * properties/Makefile.am:
454         * properties/ev-properties-main.c:
455         * properties/ev-properties-view.h:
456         * thumbnailer/Makefile.am:
457         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
458
459         * libdocument/Makefile.am:
460         * libview/Makefile.am: Generate type builtins from all installed headers.
461         * libdocument/ev-link-action.[ch]:
462         * libdocument/ev-link-dest.[ch]:
463         * libdocument/ev-transition-effect.[ch]:
464         * libview/ev-view.[ch]: Remove handcoded type builtins.
465
466         * libdocument/Makefile.am:
467         * evince-document.h: Add ev-document-factory.h to the public headers.
468
469 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-sidebar-page.c:
472
473         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
474         #568228.
475         
476 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * libdocument/ev-document.h:
479
480         Add EV_DEFINE_INTERFACE macro.
481         
482         * libdocument/ev-async-renderer.c:
483         * libdocument/ev-document-find.c:
484         * libdocument/ev-document-fonts.c:
485         * libdocument/ev-document-forms.c:
486         * libdocument/ev-document-images.c:
487         * libdocument/ev-document-layers.c:
488         * libdocument/ev-document-links.c:
489         * libdocument/ev-document-security.c:
490         * libdocument/ev-document-thumbnails.c:
491         * libdocument/ev-document-transition.c:
492         * libdocument/ev-document.c:
493         * libdocument/ev-file-exporter.c:
494         * libdocument/ev-selection.c:
495
496         Use EV_DEFINE_INTERFACE macro to define interfaces in
497         libdocument. See bug #568228.
498         
499 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * libdocument/ev-document.[ch]:
502
503         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
504         #568228.
505         
506 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
507
508         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
509         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
510         (new_separator_pixbuf):
511         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
512         (egg_toolbar_editor_disconnect_model),
513         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
514         (egg_toolbar_editor_finalize):
515         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
516         * cut-n-paste/toolbar-editor/eggmarshalers.list:
517         
518         Sync EggToolbarEditor with libegg.
519
520 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
521
522         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
523         When saving a file, using the default permissions for the user/system,
524         respecting umask and any setgid bit on the directory. Uses the new
525         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
526         Bug #568593.
527         
528 2009-01-21  Christian Persch  <chpe@gnome.org>
529
530         * configure.ac:
531         * libdocument/Makefile.am:
532         * libview/Makefile.am: Add libtool versioning to libevbackend and
533         libevview. Bug #568229.
534
535 2009-01-21  Christian Persch  <chpe@gnome.org>
536
537         * Makefile.am:
538         * configure.ac:
539         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
540
541 2009-01-21  Christian Persch  <chpe@gnome.org>
542
543         * configure.ac:
544         * libdocument/Makefile.am:
545         A libdocument/ev-version.h.in: Add version defines and version check
546         macro. Bug #568224.
547
548 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
549
550         * shell/ev-sidebar-links.c
551         * shell/ev-print-operation.c:
552         * shell/ev-history.c:
553         * shell/ev-file-monitor.c:
554         * shell/ev-window.c:
555         * shell/ev-password-view.c:
556         * shell/ev-sidebar-thumbnails.c:
557         * shell/ev-sidebar-attachments.c:
558         * libview/ev-pixbuf-cache.c:
559         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
560         Bug #568386.
561
562 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
563
564         * libdocument/ev-document-info.h:
565
566         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
567         
568 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
569
570         * libview/Makefile.am:
571
572         Install ev-job-scheduler.h. See bug #567790.
573         
574 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
575
576         * libdocument/Makefile.am:
577
578         Install ev-backends-manager.h and
579         ev-document-type-builtins.h. Fixes bug #567787.
580         
581 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * NEWS:
584         * configure.ac:
585
586         Update for release 2.25.5
587         
588 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * libview/ev-view.c: (ev_view_drag_data_get):
591
592         Fix second parameter passed to gtk_selection_data_set_uris(), 
593         it expects a gchar **.
594         
595 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
596
597         * libdocument/Makefile.am:
598         * libdocument/ev-document-info.h:
599         * libdocument/ev-document-type-builtins.c.template:
600         * libdocument/ev-document-type-builtins.h.template:
601         * libdocument/ev-document.c: (ev_document_info_get_type),
602         (ev_document_info_copy):
603
604         Make EvDocumentInfo and enums definded in ev-document-info.h
605         GTypes. Fixes bug #567789.
606         
607 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
608
609         * shell/main.c (arguments_parse): Fix for a minor code typo.
610
611 2009-01-18  Christian Persch  <chpe@gnome.org>
612
613         * help/reference/Makefile.am:
614         * help/reference/evince.types: Fix the API docs build. Bug #568171.
615
616 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
617
618         * libview/Makefile.am:
619         * libview/ev-view-type-builtins.c.template:
620         * libview/ev-view-type-builtins.h.template:
621
622         Make EvJobPriority a proper GType. Fixes bug #567788.
623         
624 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * configure.ac:
627         * cut-n-paste/*/Makefile.am:
628         * libdocument/Makefile.am:
629
630         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
631         code.
632         
633 2009-01-18  Christian Persch  <chpe@gnome.org>
634
635         * libview/ev-view.c: (ev_view_drag_data_get),
636         (ev_view_drag_motion), (ev_view_update_primary_selection),
637         (clear_link_selected):
638         * shell/ev-sidebar-attachments.c:
639         (ev_sidebar_attachments_drag_data_get),
640         (ev_sidebar_attachments_get_property),
641         (ev_sidebar_attachments_init):
642         * shell/ev-window.c: Update drag handling code to use the
643         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
644         hardcoding the targets lists. Bug #558084.
645         
646 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * libdocument/Makefile.am:
649         * libdocument/ev-backend-marshal.c:
650         * libdocument/ev-backend-marshalers.list:
651         * libdocument/ev-document.c:
652
653         Remove unused marshalers stuff from libdocument.
654         
655 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * po/POTFILES.in:
658
659         Update for the current source tree.
660         
661 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * configure.ac:
664         * Makefile.am:
665         * libdocument/Makefile.am:
666         * libview/Makefile.am:
667         * libview/ev-job-scheduler.[ch]:
668         * libview/ev-jobs.[ch]:
669         * libview/ev-page-cache.[ch]:
670         * libview/ev-pixbuf-cache.[ch]:
671         * libview/ev-timeline.[ch]:
672         * libview/ev-transition-animation.[ch]:
673         * libview/ev-view-accessible.[ch]:
674         * libview/ev-view-marshal.list:
675         * libview/ev-view.[ch]:
676         * shell/Makefile.am:
677
678         Move EvView specific code to a libeviview library so that it can
679         be embbeded in other applications. Based on patches by Tomeu
680         Vizoso. Fixes bug #567751.
681         
682 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
685         * shell/ev-window.c: (ev_window_load_job_cb),
686         (ev_window_load_job_cb), (ev_window_open_uri),
687         (ev_window_reload_local), (ev_window_dispose):
688
689         Remove dest, mode and search_string from EvJobLoad since they are
690         not really needed by the job, but for the window.
691         
692 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-view.c: (ev_view_drag_data_received),
695         (ev_view_class_init), (ev_view_init):
696         * shell/ev-window.c: (ev_window_drag_data_received),
697         (ev_window_class_init), (ev_window_init):
698
699         Make the whole EvWindow the destination of a drag and drop
700         operation.
701         
702 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-window.c: (window_open_file_copy_progress_cb):
705
706         Add missing brakets around the percentage in progress
707         messages. See bug #567910.
708         
709 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-application.c: (ev_application_open_window),
712         (ev_application_open_uri_at_dest):
713
714         Do no use gdk_x11_* when not available. Based on patch by Hib
715         Eris, see bug #339172.
716         
717 2009-01-16  Hib Eris  <hib@hiberis.nl>
718
719         * configure.ac:
720         * properties/ev-properties-view.c:
721         (ev_properties_view_format_date):
722
723         Check for localtime_r. See bug #339172.
724         
725 2009-01-16  Hib Eris  <hib@hiberis.nl>
726
727         * shell/main.c:
728
729         Include gdkx only for dbus support. See bug #339172.
730         
731 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
732
733         * shell/ev-view.c: (ev_view_set_zoom_for_size):
734
735         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
736         #567785.
737         
738 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-window.c: (reload_remote_copy_progress_cb),
741         (window_save_file_copy_progress_cb):
742
743         Use brakets around the percentage in progress messages. See bug
744         #567910.
745         
746 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-window.c: (reload_remote_copy_ready_cb):
749
750         Fix typo in error message. See bug #567910.
751         
752 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-window.c: (ev_window_cmd_file_close_window):
755
756         Fix mnemonic conflict. Fixes bug #567937.
757         
758 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
759
760         * NEWS:
761         * configure.ac:
762
763         Update for release 2.25.4
764         
765 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * configure.ac:
768         
769         GLib version requirement bumped to 2.18 due to g_set_error_literal.
770         Thanks to Christian Spurk.
771
772 2008-12-31  Hib Eris  <hib@hiberis.nl>
773         
774         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
775
776         Fix mime type handling.
777         
778 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * po/POTFILES.in:
781
782         Add ev-print-operation.c.
783         
784 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/ev-window.c: (ev_window_clear_progress_idle),
787         (reset_progress_idle), (ev_window_show_progress_message),
788         (ev_window_reset_progress_cancellable),
789         (ev_window_progress_response_cb), (show_loading_progress),
790         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
791         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
792         (show_reloading_progress), (reload_remote_copy_ready_cb),
793         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
794         (show_saving_progress), (window_save_file_copy_ready_cb),
795         (window_save_file_copy_progress_cb), (ev_window_save_remote),
796         (ev_window_dispose):
797
798         Show progress information when loading/saving remote files. Fixes
799         bug #370958.
800         
801 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
804
805         Show better warning message when temp file cannot be deleted.
806         
807 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-window.c: (image_save_dialog_response_cb):
810
811         Fix saving images to remote locations.
812         
813 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * shell/ev-application.[ch]: (ev_application_shutdown),
816         (ev_application_get_print_settings_file),
817         (ev_application_save_print_settings),
818         (ev_application_get_print_settings),
819         (ev_application_set_print_settings),
820         (ev_application_get_page_setup), (ev_application_set_page_setup):
821         * shell/ev-window.c: (ev_window_save_print_page_setup),
822         (ev_window_load_print_page_setup_from_metadata),
823         (ev_window_print_page_setup_done_cb),
824         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
825         (ev_window_cmd_preview_print):
826
827         Remember page setup options too. Paper size is globally remembered
828         while page margins are stored per document in metadata file. Fixes
829         bugs #525185 and #349102.
830         
831 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-print-operation.c:
834         (ev_print_operation_export_print_dialog_response_cb):
835
836         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
837         
838 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-print-operation.c: (export_cancel),
841         (export_job_cancelled), (ev_print_operation_export_begin),
842         (ev_print_operation_export_cancel):
843         * shell/ev-window.c: (ev_window_print_cancel),
844         (ev_window_print_update_pending_jobs_message),
845         (ev_window_print_operation_done),
846         (ev_window_print_operation_status_changed),
847         (print_jobs_confirmation_dialog_response),
848         (ev_window_cmd_file_close_window):
849
850         Show a confirmation dialog when there are pending print jobs while
851         closing the main window. Fixes bug #480964.
852         
853 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
856         (ev_print_operation_get_job_name),
857         (ev_print_operation_get_status),
858         (ev_print_operation_get_progress),
859         (ev_print_operation_update_status),
860         (ev_print_operation_export_get_job_name), (clamp_ranges),
861         (get_first_and_last_page), (ev_print_operation_export_run_next),
862         (print_job_finished), (export_print_done), (export_job_cancelled),
863         (update_progress), (export_print_page),
864         (ev_print_operation_export_begin),
865         (ev_print_operation_export_print_dialog_response_cb),
866         (ev_print_operation_export_run),
867         (ev_print_operation_export_cancel),
868         (ev_print_operation_export_class_init):
869         * shell/ev-window.c:
870         (ev_window_print_update_pending_jobs_message),
871         (ev_window_print_operation_done),
872         (ev_window_print_progress_response_cb),
873         (ev_window_print_operation_status_changed),
874         (ev_window_print_operation_begin_print), (ev_window_print_range),
875         (ev_window_dispose):
876
877         Show progress information when printing. Fixes bug #482770.
878         
879 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * shell/Makefile.am:
882         * shell/ev-progress-message-area.[ch]:
883         * shell/ev-message-area.[ch]: (ev_message_area_init),
884         (ev_message_area_set_image_from_stock):
885
886         Add EvProgressMessageArea derived from EvMessageArea to show
887         progress information in the message area. 
888         
889 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
892
893         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
894         close button. Add a function to get the contents of the message
895         area.
896         
897 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * shell/Makefile.am:
900         * shell/ev-print-operation.[ch]:
901         * shell/ev-jobs.[ch]: (ev_job_export_init),
902         (ev_job_export_dispose), (ev_job_export_run),
903         (ev_job_export_class_init), (ev_job_export_new),
904         (ev_job_export_set_page):
905         * shell/ev-window.c: (ev_window_print_operation_done),
906         (ev_window_print_range), (ev_window_dispose):
907
908         First step of the printing system rework. EvJobPrint has been
909         replaced by EvJobExport so that every page is scheduled to be
910         exported in a thread instead of scheduling the whole printing
911         process. This way the gui is responsive during printing.
912         
913 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-window.c: (setup_size_from_metadata),
916         (ev_window_load_print_settings_from_metadata):
917
918         Fix memory leaks.
919         
920 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * libdocument/ev-document.c: (ev_document_get_type):
923
924         Add GObject type as prerequisite to EvDocument interface so that
925         document instances can be used as GObjects.
926         
927 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-view.c: (jump_to_find_result):
930
931         Only jump the the location of the find result for the first match
932         when searching. It drastically improves the performance when
933         searching. Bug catched and fixed by Michael Hunold. Fixes bug
934         #564774.
935         
936 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * properties/ev-properties-main.c: (ev_properties_get_pages):
939         * properties/ev-properties-view.[ch]:
940         (ev_properties_view_dispose), (ev_properties_view_class_init),
941         (ev_properties_view_set_info), (ev_properties_view_new):
942         * shell/ev-properties-dialog.[ch]:
943         (ev_properties_dialog_set_document):
944         * shell/ev-window.c: (ev_window_setup_document),
945         (ev_window_cmd_file_properties):
946
947         Add document URI to properties page. Fixes bug #555376.
948         
949 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * configure.ac:
952         * data/Makefile.am:
953         * data/evince-password.glade: Removed
954         * data/evince-properties.glade: Removed
955         * properties/ev-properties-view.c:
956         (ev_properties_view_class_init), (set_property),
957         (ev_properties_view_set_info), (ev_properties_view_init):
958         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
959         (font_cell_data_func), (ev_properties_fonts_init):
960
961         Remove Glade dependency.
962         
963 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * backend/comics/comics-document.c: (comics_document_load):
966
967         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
968         
969 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * NEWS:
972         * configure.ac:
973
974         Update for release 2.25.2
975         
976 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * configure.ac:
979         * shell/Makefile.am:
980         * shell/ev-keyring.[ch]:
981         * shell/ev-password.[ch]: Removed
982         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
983         (ev_password_view_class_init), (ev_password_view_clicked_cb),
984         (ev_password_view_init), (ev_password_view_set_uri),
985         (ev_password_dialog_got_response),
986         (ev_password_dialog_remember_button_toggled),
987         (ev_password_dialog_entry_changed_cb),
988         (ev_password_dialog_entry_activated_cb),
989         (ev_password_view_ask_password), (ev_password_view_get_password),
990         (ev_password_view_get_password_save_flags),
991         (ev_password_view_new):
992         * shell/ev-window.c: (ev_window_password_view_unlock),
993         (ev_window_load_job_cb), (ev_window_close_dialogs),
994         (ev_window_init):
995
996         Rework the password view. When the password is in the keyring it's
997         used automatically without showing the password dialog and it's  
998         only stored in the keyring when we are sure it's correct. The
999         password dialog has been reworked too, in order to make it
1000         more hig compliant and consistent with the GTK+ dialog used in
1001         gtkmountoperation. Fixes bug #562496. 
1002         
1003 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * backend/comics/comics-document.c: (comics_document_load):
1006
1007         Do not trust file extensions when getting the command needed to
1008         uncompress comic documents. Fixes bug #562143.
1009         
1010 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * libdocument/ev-document-factory.c: (get_document_from_uri),
1013         (ev_document_factory_get_document):
1014         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1015         (get_mime_type_from_data), (ev_file_get_mime_type):
1016
1017         Move mime-type functions from document-facrory to file-helpers so
1018         that it can be reused.
1019         
1020 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1023         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1024         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1025         (ev_window_reload_remote), (ev_window_reload_document):
1026
1027         Add support for reloading remote documents. Fixes bug #555399.
1028         
1029 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-view.c: (ev_view_find_previous):
1032
1033         Make sure find_result is never < 0 which causes a crash while
1034         searching. Fixes bug #558377.
1035         
1036 2008-11-19  Marek Kašík <mkasik@redhat.com>
1037
1038         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1039         (ev_pixbuf_cache_get_selection_surface):
1040         
1041         Fixes crash on fast scrolling with simultaneous text selection.
1042
1043 2008-11-19  Marek Kašík <mkasik@redhat.com>
1044
1045         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1046         * shell/ev-window.c (launch_external_uri):
1047         
1048         Fixes assertion fail on selecting text. See bug #561393.
1049
1050 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/Makefile.am:
1053         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1054         (ev_job_layers_dispose), (ev_job_layers_run),
1055         (ev_job_layers_class_init), (ev_job_layers_new):
1056         * shell/ev-sidebar-layers.[ch]:
1057         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1058         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1059         (ev_view_reload_page), (ev_view_reload):
1060         * shell/ev-window.c: (setup_sidebar_from_metadata),
1061         (ev_window_sidebar_current_page_changed_cb),
1062         (sidebar_layers_visibility_changed), (ev_window_init):
1063
1064         Add layers support.
1065         
1066 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * data/icons/22x22/actions/Makefile.am:
1069         * data/icons/22x22/actions/eye.png:
1070         * shell/ev-stock-icons.[ch]:
1071         
1072         Add eye icon from gimp to hide/show layers.
1073         
1074 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * configure.ac:
1077         * cut-n-paste/Makefile.am:
1078         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1079         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1080         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1081
1082         Add GimpCellRendererToggle from gimp slightly modified to fit our
1083         needs. 
1084         
1085 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * configure.ac:
1088         * backend/pdf/ev-poppler.cc:
1089
1090         Implement layers interface in PDF backend.
1091         
1092 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * libdocument/Makefile.am:
1095         * libdocument/ev-document-layers.[ch]:
1096         * libdocument/ev-layer.[ch]:
1097
1098         Add optional content (layers) interface.
1099         
1100 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1101
1102         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1103         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1104
1105         Removes unused code.
1106
1107 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * NEWS:
1110         * configure.ac:
1111
1112         Update for 2.25.1 release
1113
1114 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * shell/ev-window.c:
1117
1118         Fix build with GTK+ < 2.14
1119
1120 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1121
1122         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1123         
1124         Makes menu label translatable. Fixes bug #559129.
1125
1126 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1127
1128         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1129         (t1_transform_font):
1130         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1131         
1132         More renames of warning to mdvi_warning in follow up to the
1133         fix of the bug #553369. Fix for the bug #559257 by
1134         Tuxce <tuxce.net@gmail.com>.
1135         
1136 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-application.c: (ev_application_init_session):
1139         * shell/main.c: (main):
1140
1141         Move the egg_set_desktop_file() call to main and remove
1142         gtk_window_set_default_icon_name() since it's already called by
1143         egg_set_desktop_file()
1144         
1145 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1148
1149         Initialize GError to NULL.
1150         
1151 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1154         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1155         (ev_window_preview_print_finished), (launch_action):
1156
1157         Do not use popup dialogs to show error messages anymore, use the
1158         message area instead.
1159         
1160 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * shell/ev-window.c: (ev_window_error_message),
1163         (ev_window_warning_message), (ev_window_set_document),
1164         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1165         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1166         (ev_window_cmd_help_contents), (launch_external_uri),
1167         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1168         (ev_attachment_popup_cmd_open_attachment),
1169         (attachment_save_dialog_response_cb):
1170
1171         Use a message format (with printf()-style) in
1172         ev_window_error_message and ev_window_warning_message.
1173
1174 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-window.c: (ev_window_error_message),
1177         (ev_window_warning_message), (ev_window_set_document),
1178         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1179         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1180         (ev_window_cmd_help_contents), (launch_external_uri),
1181         (image_save_dialog_response_cb),
1182         (ev_attachment_popup_cmd_open_attachment),
1183         (attachment_save_dialog_response_cb):
1184
1185         Change ev_window_error_message and ev_window_warning_message to
1186         receive a EvWindow instead of a GtkWindow. It's more consistent
1187         and avoids unneeded casts.
1188         
1189 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-window.c: (ev_window_cmd_help_contents):
1192
1193         Use gtk_show_uri() when availale to display help contents.
1194         
1195 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * configure.ac:
1198         * backend/pdf/ev-poppler.cc:
1199         * properties/ev-properties-view.c:
1200         * shell/Makefile.am:
1201         * shell/ev-tooltip.[ch]: Removed
1202         * shell/ev-view-private.h
1203         * shell/eggfindbar.c:
1204         * shell/ev-application.c:
1205         * shell/ev-open-recent-action.c:
1206         * shell/ev-sidebar-thumbnails.c:
1207         * shell/ev-view.c:
1208         * shell/ev-window.c:
1209
1210         Bump GTK+ requirement to 2.12.
1211         
1212 2008-10-27 Christian Persch <chpe@gnome.org>
1213
1214         * backend/djvu/djvu-document.c
1215         * backend/dvi/cairo-device.c
1216         * cut-n-paste/evmountoperation/ev-mount-operation.h
1217         * cut-n-paste/gedit-message-area/gedit-message-area.h
1218         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1219         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1220         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1221         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1222         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1223         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1224         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1225         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1226         * cut-n-paste/zoom-control/ephy-zoom-action.c
1227         * cut-n-paste/zoom-control/ephy-zoom-action.h
1228         * cut-n-paste/zoom-control/ephy-zoom-control.c
1229         * cut-n-paste/zoom-control/ephy-zoom-control.h
1230         * libdocument/ev-async-renderer.h
1231         * libdocument/ev-document-factory.c
1232         * libdocument/ev-document-misc.h
1233         * libdocument/ev-image.h
1234         * libdocument/ev-selection.h
1235         * shell/ev-properties-fonts.h
1236         * shell/ev-stock-icons.h
1237         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1238         directly. Bug #558064.
1239
1240 2008-10-27 Christian Persch <chpe@gnome.org>
1241
1242         * cut-and-paste/smclient/*: Update from libegg.
1243
1244 2008-10-27 Christian Persch <chpe@gnome.org>
1245
1246         * backend/djvu/djvu-document.c
1247         * backend/ps/ev-spectre.c
1248         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1249
1250 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1251
1252         * shell/ev-view.c (ev_view_change_page),
1253         (ev_view_transition_animation_finish),
1254         (ev_view_transition_animation_cancel), (page_changed_cb),
1255         (ev_view_set_presentation), (ev_view_next_page),
1256         (ev_view_previous_page):
1257         
1258         Cancel the animation without scheduling transition start
1259         and proceed to the next page to fix bug #516749.
1260
1261 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * NEWS:
1264         * configure.ac:
1265
1266         Update for release 2.24.1
1267         
1268 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1271
1272         Disable toggle function of F5 when in presentation mode. Patch by
1273         Dave Neary. Fixes bug #556162.
1274         
1275 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1278         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1279         (ev_sidebar_thumbnails_fill_model),
1280         (ev_sidebar_thumbnails_refresh),
1281         (ev_sidebar_thumbnails_set_document):
1282
1283         Instead of using only one loading icon for thumbnails based on the
1284         size of the first page, create an icon for every different page
1285         size. Fixes bug #556264.
1286         
1287 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1290
1291         Fix memory leak.
1292         
1293 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1296
1297         Removes bad prefixes from window title. Patch by 
1298         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1299         
1300 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-window.c: (launch_external_uri):
1303
1304         Do not consider mailto links as http uris. Fixes bug #555801.
1305         
1306 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1309
1310         Fix memory leak. Fixes bug #555134.
1311         
1312 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1315
1316         Emit the job finished signal when the job is handled before the
1317         page_ready callback.
1318         
1319 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * shell/ev-window.c: (launch_action):
1322
1323         Use GdkAppLaunchContext when available to launch external
1324         applications.
1325         
1326 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * shell/ev-window.c: (launch_action):
1329
1330         Fix launching external applications for launch actions which seems
1331         to be broken since the gio port. Fixes bug #554500.
1332         
1333 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * backend/dvi/Makefile.am:
1336         * backend/dvi/cairo-device.c:
1337         * backend/dvi/dvi-document.c:
1338         * backend/dvi/mdvi-lib/Makefile.am:
1339
1340         Fix several compile warnings in the dvi backend.
1341         
1342 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * backend/dvi/mdvi-lib/common.h:
1345         * backend/dvi/mdvi-lib/dviread.c:
1346         * backend/dvi/mdvi-lib/font.c:
1347         * backend/dvi/mdvi-lib/fontmap.c:
1348         * backend/dvi/mdvi-lib/fontsrch.c:
1349         * backend/dvi/mdvi-lib/gf.c:
1350         * backend/dvi/mdvi-lib/pagesel.c:
1351         * backend/dvi/mdvi-lib/pk.c:
1352         * backend/dvi/mdvi-lib/sp-epsf.c:
1353         * backend/dvi/mdvi-lib/special.c:
1354         * backend/dvi/mdvi-lib/tfm.c:
1355         * backend/dvi/mdvi-lib/tfmfile.c:
1356         * backend/dvi/mdvi-lib/util.c:
1357         * backend/dvi/mdvi-lib/vf.c:
1358
1359         Rename error as mdvi_error to avoid symbol conflicts with the libc
1360         error. Rename also message, crash, fatal and warning for
1361         consistency. Fixes bug #553369.
1362         
1363 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * backend/dvi/dvi-document.c: (dvi_document_load):
1366
1367         Fix memory leak.
1368         
1369 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * backend/dvi/dvi-document.c:
1372
1373         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1374         G_IMPLEMENT_INTERFACE.
1375         
1376 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1379
1380         Make sure copy_job_page_and_selection_to_job_info is always called
1381         before copy_job_to_job_info. Fixes bug #552382.
1382         
1383 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * NEWS:
1386         * configure.ac:
1387
1388         Update for release 2.24.0
1389         
1390 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-window.c: (launch_external_uri):
1393
1394         Use GdkAppLaunchContext when available to launch external uris.
1395         
1396 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-window.c: (launch_external_uri):
1399
1400         Use the message area to show errors when lauching external uris
1401         instead of a popup window.
1402         
1403 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-window.c: (launch_external_uri):
1406
1407         Assume invalid uris are http uris. Fixes bug #552071.
1408         
1409 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * NEWS:
1412         * configure.ac:
1413
1414         Update for release 2.23.92.
1415         
1416 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/eggfindbar.c: (egg_find_bar_class_init):
1419
1420         Allow page scrolling with PageUp/PageDown keys when find bar is
1421         active. Fixes bug #529833.
1422         
1423 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-view-private.h:
1426         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1427         (ev_view_scroll), (ev_view_class_init):
1428         * shell/ev-view-accessible.c:
1429         (ev_view_accessible_action_do_action):
1430         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1431         (ev_window_cmd_scroll_backward):
1432
1433         Use GtkScrollType instead of EvScrollType.
1434         
1435 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1436
1437         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1438         
1439         Patch for case unsensitive page label match by Michael Lee.
1440         See bug #550136.
1441         
1442         * shell/ev-page-action.c (create_tool_item):    
1443         * test/Makefile.am:
1444         * test/test1.py:
1445         * test/test4.py:
1446         * test/test5.py:
1447         
1448         Added test for the above and updated other tests.
1449
1450 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * shell/ev-window.c: (image_save_dialog_response_cb):
1453
1454         Do not append the file extension twice when saving an image.
1455         
1456 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1459
1460         Remove an invalid ifdef.
1461         
1462 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-view.c: (ev_view_motion_notify_event):
1465
1466         Make sure the cursor is correctly restored after showing the right
1467         click menu.
1468         
1469 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1472         (ev_attachment_open):
1473         * shell/ev-sidebar-attachments.c:
1474         (ev_sidebar_attachments_button_press):
1475         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1476
1477         Use GdkAppLaunchContext when available to open attachments.
1478         
1479 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1482
1483         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1484         by Eric Piel.
1485         
1486 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-application.c: (ev_application_get_media_keys):
1489         * shell/ev-media-player-keys.[ch]:
1490         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1491         (ev_media_player_keys_grab_keys),
1492         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1493         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1494         * shell/ev-window.[ch]: (ev_window_dispose),
1495         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1496         (ev_window_init):
1497
1498         Clean up the media player keys stuff.
1499         
1500 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * NEWS:
1503         * configure.ac:
1504
1505         Update for release 2.23.91.
1506         
1507 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1510         (sm_client_xsmp_set_initial_properties):
1511
1512         Fix memory leak.
1513         
1514 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-application.c: (ev_application_open_window),
1517         (ev_application_open_uri_at_dest):
1518
1519         Make sure evince starts up in the right workspace when resuming a
1520         previous session.
1521         
1522 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * shell/ev-application.[ch]: (ev_application_open_window),
1525         (ev_application_add_icon_path_for_screen),
1526         (ev_application_open_uri_at_dest):
1527
1528         Fix window manager warnings shown in ~/.xsession-errors
1529         
1530 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * configure.ac:
1533         * cut-n-paste/Makefile.am:
1534         * cut-n-paste/smclient/Makefile.am:
1535         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1536         * cut-n-paste/smclient/eggsmclient-private.h:
1537         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1538         * cut-n-paste/smclient/eggsmclient.[ch]:
1539
1540         EggSMClient copied from libegg
1541
1542         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1543         * shell/Makefile.am:
1544         * shell/ev-application.[ch]: (ev_application_load_session),
1545         (smclient_save_state_cb), (smclient_quit_cb),
1546         (ev_application_init_session), (ev_application_shutdown),
1547         (ev_application_init):
1548         * shell/main.c: (main):
1549
1550         Use EggSMClient instead of gnome-client and remove libgnome and
1551         libgnomeui dependencies.
1552         
1553 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/main.c: (main):
1556
1557         Remove gnome_authentication_manager_init.
1558         
1559 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_goto_window_create):
1562
1563         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1564         since it's now deprecated.
1565         
1566 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/djvu/Makefile.am:
1569         * backend/djvu/djvu-document-private.h:
1570         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1571         (djvu_document_find_iface_init):
1572         * backend/djvu/djvu-text-page.[ch]:
1573         * backend/djvu/djvu-text.[ch]: Removed
1574         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1575         (pdf_document_find_iface_init):
1576         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1577         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1578         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1579         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1580         (ev_job_find_has_results), (ev_job_find_get_results):
1581         * shell/ev-view-private.h:
1582         * shell/ev-view.[ch]: (ev_view_expose_event),
1583         (highlight_find_results), (ev_view_finalize),
1584         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1585         (ev_view_set_document), (ev_view_find_get_n_results),
1586         (ev_view_find_get_result), (jump_to_find_result),
1587         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1588         (ev_view_find_previous), (ev_view_find_search_changed),
1589         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1590         * shell/ev-window.c: (ev_window_update_actions),
1591         (page_changed_cb), (ev_window_setup_document),
1592         (ev_window_update_find_status_message),
1593         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1594         (ev_window_clear_find_job), (find_bar_close_cb),
1595         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1596         (ev_window_dispose), (ev_window_init):
1597
1598         Rework find interface. The find logic has been moved from backends
1599         to the shell avoiding a lot of duplicated code in the backends and
1600         making easier to implement the find interface in the backends.
1601         
1602 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * backend/pdf/ev-poppler.cc:
1605         (pdf_document_thumbnails_get_dimensions):
1606
1607         Make sure thumbnail size returned by the PDF is actually
1608         valid. Fixes bug #548462.
1609         
1610 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * shell/ev-window.c: (ev_window_setup_document),
1613         (ev_window_set_document), (ev_window_dispose):
1614
1615         Remove the idle function for setting the document up when the
1616         window is destroyed. Fixes bug #549163.
1617         
1618 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1621         (ev_job_attachments_dispose), (ev_job_attachments_run),
1622         (ev_job_attachments_class_init), (ev_job_attachments_new):
1623         * shell/ev-sidebar-attachments.c:
1624         (ev_sidebar_attachments_set_document):
1625
1626         Add a new job to get the attachments in a thread with the document
1627         lock held. Fixes bug #548653.
1628         
1629 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1632         (tiff_document_document_iface_init):
1633
1634         Implement document_get_page_label in tiff backend.
1635         
1636 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * backend/tiff/tiff-document.c: (tiff_document_render):
1639
1640         Handle document orientation in tiff backend. Fixes bug #548444.
1641         
1642 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1645
1646         Do not crash when adjustment page size is 0. Fixes bug #547440.
1647         
1648 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1651
1652         Sync with current GTK+.
1653         
1654 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1655
1656         * configure.ac:
1657         
1658         Update for release 2.23.6.
1659
1660 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1663         (ev_job_load_set_password):
1664         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1665         * shell/ev-window.c: (password_dialog_response),
1666         (ev_window_load_job_cb):
1667
1668         Fix loading encrypted documents since I broke it with the jobs
1669         rework.
1670         
1671 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * NEWS:
1674
1675         Update NEWS for 2.23.6 release.
1676         
1677 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1678
1679         * backend/impress/impress-document.c:
1680         * backend/impress/render.h:
1681         * libdocument/ev-document-factory.c:
1682         * libdocument/ev-document-factory.h:
1683         * libdocument/ev-document-links.h:
1684         * libdocument/ev-document-misc.c:
1685         * libdocument/ev-document-misc.h:
1686         * properties/ev-properties-main.c:
1687         * properties/ev-properties-view.c:
1688         * properties/ev-properties-view.h:
1689         * shell/eggfindbar.c:
1690         * shell/eggfindbar.h:
1691         * shell/ev-application.c:
1692         * shell/ev-application.h:
1693         * shell/ev-jobs.h:
1694         * shell/ev-message-area.h:
1695         * shell/ev-navigation-action.c:
1696         * shell/ev-navigation-action.h:
1697         * shell/ev-open-recent-action.c:
1698         * shell/ev-open-recent-action.h:
1699         * shell/ev-page-action-widget.c:
1700         * shell/ev-page-action.c:
1701         * shell/ev-page-action.h:
1702         * shell/ev-page-cache.h:
1703         * shell/ev-password-view.h:
1704         * shell/ev-password.h:
1705         * shell/ev-pixbuf-cache.h:
1706         * shell/ev-properties-fonts.c:
1707         * shell/ev-sidebar-attachments.c:
1708         * shell/ev-sidebar-links.c:
1709         * shell/ev-sidebar-links.h:
1710         * shell/ev-sidebar-thumbnails.c:
1711         * shell/ev-sidebar-thumbnails.h:
1712         * shell/ev-sidebar.c:
1713         * shell/ev-sidebar.h:
1714         * shell/ev-stock-icons.c:
1715         * shell/ev-tooltip.h:
1716         * shell/ev-view.c:
1717         * shell/ev-view.h:
1718         * shell/ev-window.c:
1719         * shell/ev-window.h:
1720         * shell/main.c:
1721
1722         More #include cleanups. Again: reordering, single gtk.h
1723         includes and other stuff.
1724
1725 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1726
1727         * shell/eggfindbar.c:
1728         * shell/ev-application.c:
1729         * shell/ev-message-area.c:
1730         * shell/ev-navigation-action.c:
1731         * shell/ev-open-recent-action.c:
1732         * shell/ev-page-action-widget.c:
1733         * shell/ev-page-action.c:
1734         * shell/ev-password-view.c:
1735         * shell/ev-properties-dialog.c:
1736         * shell/ev-properties-fonts.c:
1737         * shell/ev-sidebar-attachments.c:
1738         * shell/ev-sidebar-page.c:
1739         * shell/ev-sidebar-thumbnails.c:
1740         * shell/ev-stock-icons.c:
1741         * shell/ev-tooltip.c:
1742         * shell/ev-view.c:
1743         * shell/ev-window.c:
1744         * shell/main.c:
1745
1746         Cleanup many #include statements: reorder so that a
1747         generic-to-specific order is used, use single gtk.h
1748         includes, and some other cleanups.
1749
1750 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/ev-jobs.h:
1753
1754         Add gio header.
1755         
1756 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1759         (ev_document_fc_mutex_trylock):
1760         * shell/Makefile.am:
1761         * shell/ev-job-queue.[ch]:
1762         * shell/ev-job-scheduler.[ch]:
1763         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1764         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1765         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1766         (ev_job_failed_from_error), (ev_job_succeeded),
1767         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1768         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1769         (ev_job_links_class_init), (ev_job_render_init),
1770         (notify_page_ready), (ev_job_render_page_ready),
1771         (ev_job_render_run), (ev_job_render_class_init),
1772         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1773         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1774         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1775         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1776         (ev_job_save_dispose), (ev_job_save_run),
1777         (ev_job_save_class_init), (ev_job_print_init),
1778         (ev_job_print_dispose), (ev_job_print_run),
1779         (ev_job_print_class_init):
1780         * shell/ev-page-cache.c:
1781         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1782         (check_job_size_and_unref), (move_one_job),
1783         (copy_job_to_job_info), (add_job),
1784         (ev_pixbuf_cache_add_jobs_if_needed):
1785         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1786         (job_fonts_finished_cb), (job_fonts_updated_cb),
1787         (ev_properties_fonts_set_document):
1788         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1789         (ev_sidebar_links_set_document):
1790         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1791         (ev_sidebar_thumbnails_set_document),
1792         (ev_sidebar_thumbnails_clear_job):
1793         * shell/ev-view-private.h:
1794         * shell/ev-view.c:
1795         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1796         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1797         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1798         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1799         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1800         (ev_window_reload_document), (ev_window_clear_save_job),
1801         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1802         (ev_window_clear_print_job), (ev_window_print_job_cb),
1803         (ev_window_print_dialog_response_cb):
1804         * shell/main.c: (main):
1805
1806         Rework the jobs system in order to make it simpler and more
1807         extensible. It allows to run jobs in the main loop instead of
1808         using a thread when it's appropriate like the fonts job. Now it's
1809         also possible to cancel jobs that are currently running. 
1810         
1811 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * libdocument/ev-debug.c: (profile_init):
1814
1815         Create the hash table also when profiling service is enabled for
1816         all sections.
1817         
1818 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1821         (ev_profiler_stop):
1822         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1823         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1824         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1825         (ev_job_print_run):
1826         * shell/main.c: (main):
1827
1828         Add a profile mode available when debug is enabled. Add profilers
1829         in ev-jobs.
1830         
1831 2008-07-23  Götz Waschk <waschk@mandriva.org>
1832
1833         * configure.ac: Correctly build desktop file. Fixes
1834         bug #544237.
1835
1836 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1837
1838         * configure.ac:
1839         
1840         Update for release 2.23.5.
1841
1842 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * NEWS:
1845
1846         Update NEWS for 2.23.5 release.
1847         
1848 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-window.c: (ev_window_state_event),
1851         (ev_window_class_init):
1852
1853         Intercept window manager's fullscreen request in order to run/stop
1854         fullscreen mode. Fixes bug #493541.
1855         
1856 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1859
1860         Restart the job search when the find bar is opened for the second
1861         time. Fixes bug #531956.
1862         
1863 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1866         (get_document_from_uri):
1867
1868         Make sure we always return a valid error struct when
1869         get_document_from_uri fails. Fixes nautilus crash, see bug
1870         #542548.
1871         
1872 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1873
1874         * libdocument/ev-transition-effect.c
1875         (ev_transition_effect_type_get_type),
1876         (ev_transition_effect_alignment_get_type),
1877         (ev_transition_effect_direction_get_type):
1878         
1879         Fixes bug #542924. Makes enums static to fix Solaris build.
1880
1881 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-view.c: (ev_view_key_press_event):
1884
1885         Add '.' keybinding for blanking the screen in presentation
1886         mode. Fixes bug #542001.
1887         
1888 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * libdocument/ev-document-misc.c:
1891         (ev_document_misc_pixbuf_from_surface):
1892
1893         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1894         #540950.
1895         
1896 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1897
1898         * backend/comics/comics-document.c (comics_document_load):
1899         * backend/comics/comicsdocument.evince-backend.in:
1900         * configure.ac:
1901         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1902         
1903         Added support for 7-zip based cb7 comic book. Patch by
1904         Kartik Rustagi. Fixes bug #532312.
1905
1906 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1907
1908         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1909         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1910         Fixes bug #539972.
1911
1912 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1913
1914         * shell/Makefile.am:
1915         * shell/ev-application.c (ev_application_init),
1916         (ev_application_get_media_keys):
1917         * shell/ev-application.h:
1918         * shell/ev-marshal.list:
1919         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1920         (proxy_destroy), (on_media_player_key_pressed),
1921         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1922         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1923         * shell/ev-media-player-keys.h:
1924         * shell/ev-window.c (ev_window_go_previous_page),
1925         (ev_window_go_next_page), (ev_window_go_first_page),
1926         (ev_window_go_last_page), (ev_window_start_presentation),
1927         (ev_window_dispose), (view_actions_focus_in_cb):
1928         * shell/ev-window.h: When building with D-Bus support, listen
1929         for multimedia key events from gnome-settings-daemon. This allows
1930         to go to the next/previous/first/last pages using, respectively,
1931         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1932         a presentation. Fixes bug #539971.
1933
1934 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1935
1936         * configure.ac:
1937         
1938         Update for release 2.23.4.
1939
1940 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * NEWS:
1943
1944         Update news for 2.23.4 release.
1945         
1946 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1949         * shell/ev-sidebar-thumbnails.c:
1950         (ev_sidebar_thumbnails_set_loading_icon),
1951         (ev_sidebar_thumbnails_refresh):
1952         * shell/ev-window.c: (ev_window_error_message),
1953         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1954         (ev_window_set_document):
1955
1956         Do not crash opening documents with no pages and show a warning
1957         message in the message area. Fixes bugs #537574 and #171588.
1958         
1959 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/Makefile.am:
1962         * shell/ev-file-monitor.[ch]:
1963         * shell/ev-window.c: (ev_window_document_changed),
1964         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1965         (ev_window_reload_job_cb), (ev_window_open_uri),
1966         (ev_window_reload_document), (ev_window_cmd_view_reload),
1967         (ev_window_dispose):
1968
1969         Automaticly reload the document when the file has changed on
1970         disk. Bug #304249.
1971         
1972 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1973
1974         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1975         * libdocument/ev-image.c: (ev_image_save_tmp):
1976         * libdocument/ev-module.c: (ev_module_load):
1977         * shell/ev-application.c: (ev_application_shutdown),
1978         (ev_application_get_print_settings):
1979         * shell/ev-sidebar-attachments.c:
1980         (ev_sidebar_attachments_button_press),
1981         (ev_sidebar_attachments_drag_data_get):
1982         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1983         (ev_window_print_finished), (ev_window_print_send),
1984         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1985         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1986         (ev_window_cmd_preview_print):
1987         * shell/main.c: (load_files_remote):
1988         Fix some build warnings under GCC 4.3.0. (#537535).
1989
1990 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-jobs.c: (ev_job_render_dispose):
1993
1994         Fix a crash in debug mode. Patch by Daniel M German.
1995         
1996 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-window.c:
1999
2000         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2001         
2002 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-window.c: (ev_window_print_send),
2005         (ev_window_do_preview_print):
2006
2007         Use the window title as print job name instead of just
2008         "evince-print". Fixes bug #534493.
2009         
2010 2008-05-19  Frederic Peters  <fpeters@0d.be>
2011
2012         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2013         Bug #533897.
2014
2015 2008-05-19  Frederic Peters  <fpeters@0d.be>
2016
2017         * help/reference/Makefile.am: added missing libevmountoperation to
2018         gtkdoc-scanobj libraries.  Bug #533896.
2019
2020 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2021
2022         * properties/ev-properties-view.c (get_default_user_units):
2023         Fixes check for default units string translation. Bug #533323.
2024
2025 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2026
2027         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2028         be an iks_free(). Fix an array overflow in the XML parser that
2029         would occur whenever the number of attributes in a tag was greater
2030         than 0 and divisible by 6. Fixes GNOME bug #530852.
2031
2032 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * backend/djvu/djvu-document-private.h:
2035         * backend/djvu/djvu-links.c:
2036         * backend/djvu/djvu-text.c:
2037         * backend/djvu/djvu-document.c: (djvu_handle_events),
2038         (djvu_wait_for_message), (djvu_document_load),
2039         (document_get_page_size), (djvu_document_render),
2040         (djvu_document_thumbnails_get_thumbnail),
2041         (djvu_document_file_exporter_end):
2042
2043         Make sure load job doesn't finish successfully when the document
2044         is not successfully decoded by libdjvu. Fixes bug #530202.
2045         
2046 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * configure.ac:
2049         * libdocument/Makefile.am:
2050         * libdocument/ev-debug.[ch]:
2051         * libdocument/ev-document.c:
2052         * shell/ev-jobs.c: (ev_job_links_dispose),
2053         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2054         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2055         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2056         (ev_job_render_page_ready), (ev_job_render_run),
2057         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2058         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2059         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2060         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2061         (ev_job_print_new), (ev_job_print_run):
2062         * shell/main.c: (main):
2063
2064         Add debug mode based on gedit code. Add debug messages in
2065         ev-jobs.
2066         
2067 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * libdocument/ev-document-factory.c: (get_document_from_uri):
2070
2071         Fix memory leak.
2072         
2073 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2074
2075         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2076         (get_mime_type_from_data), (get_document_from_uri),
2077         (ev_document_factory_get_document):
2078         
2079         Improved error message about file opening failture.
2080         Bug #529129.
2081
2082 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2083
2084         * data/evince-toolbar.xml:
2085         
2086         Allow to add SaveAs to toolbar.
2087
2088 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * shell/ev-view-private.h:
2091         * shell/ev-view.[ch]: (ev_view_button_release_event),
2092         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2093         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2094         (ev_view_update_primary_selection), (clear_link_selected),
2095         (ev_view_copy_link_address):
2096         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2097
2098         Update also the primary selection when copying a link
2099         address. Fixes bug #520855.
2100         
2101 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * libdocument/ev-document-factory.c: (get_document_from_uri):
2104
2105         Use the pixbuf backend only when the mime type is not supported by
2106         any of the other backend so that tiff documents, for instance, are
2107         handled by the tiff backend instead of the pixbuf backend. fixes
2108         bug #520290.
2109         
2110 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * cut-n-paste/Makefile.am:
2113
2114         Add evmountoperation to subdirs list.
2115         
2116 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * configure.ac:
2119
2120         Fix libspectre check in configure script. Fixes bug #528549.
2121         
2122 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * configure.ac:
2125         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2126         * shell/Makefile.am:
2127         * shell/ev-window.c: (ev_window_load_remote_failed),
2128         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2129
2130         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2131         open documents in remote locations that are not mounted.
2132         
2133 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2136         (bitmap_convert_msb8):
2137         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2138         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2139
2140         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2141         
2142 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2145         (ev_job_render_new), (ev_job_render_set_selection_info),
2146         (ev_job_render_run):
2147         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2148         (check_job_size_and_unref),
2149         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2150         (add_job), (ev_pixbuf_cache_get_selection_surface):
2151
2152         Create the render context needed for rendering a page in the render
2153         thread so that we don't block the main thread. Simplify
2154         EvJobRender API.
2155         
2156 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * libdocument/Makefile.am:
2159         * libdocument/ev-page.[ch]:
2160         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2161         (ev_render_context_new), (ev_render_context_set_page):
2162         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2163         (ev_form_field_finalize), (ev_form_field_class_init):
2164         * libdocument/ev-document-forms.[ch]:
2165         (ev_document_forms_get_form_fields):
2166         * libdocument/ev-document.[ch]: (ev_document_get_page),
2167         (ev_document_get_page_size), (ev_document_get_page_label):
2168         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2169         (ev_job_render_run), (ev_job_thumbnail_new),
2170         (ev_job_thumbnail_run), (ev_job_print_run):
2171         * shell/ev-page-cache.c: (ev_page_cache_new):
2172         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2173         (check_job_size_and_unref), (add_job):
2174         * shell/ev-sidebar-thumbnails.c: (add_range):
2175         * shell/ev-view.c: (ev_view_form_field_get_region),
2176         (ev_view_form_field_button_create_widget),
2177         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2178         (ev_view_handle_form_field), (ev_view_size_allocate),
2179         (get_selected_text):
2180         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2181         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2182         (pdf_document_get_page), (pdf_document_get_page_label),
2183         (pdf_document_render), (pdf_document_get_info),
2184         (pdf_document_document_iface_init),
2185         (pdf_document_thumbnails_get_thumbnail),
2186         (pdf_document_thumbnails_get_dimensions),
2187         (pdf_document_file_exporter_do_page),
2188         (pdf_selection_render_selection),
2189         (pdf_selection_get_selected_text),
2190         (pdf_selection_get_selection_region),
2191         (pdf_selection_get_selection_map),
2192         (pdf_document_forms_get_form_fields),
2193         (pdf_document_forms_form_field_text_get_text),
2194         (pdf_document_forms_form_field_text_set_text),
2195         (pdf_document_forms_form_field_button_set_state),
2196         (pdf_document_forms_form_field_button_get_state),
2197         (pdf_document_forms_form_field_choice_get_item),
2198         (pdf_document_forms_form_field_choice_get_n_items),
2199         (pdf_document_forms_form_field_choice_is_item_selected),
2200         (pdf_document_forms_form_field_choice_select_item),
2201         (pdf_document_forms_form_field_choice_toggle_item),
2202         (pdf_document_forms_form_field_choice_unselect_all),
2203         (pdf_document_forms_form_field_choice_set_text),
2204         (pdf_document_forms_form_field_choice_get_text):
2205         * backend/ps/ev-spectre.c: (ps_document_get_page),
2206         (ps_document_get_page_size), (ps_document_get_page_label),
2207         (ps_document_render), (ps_document_document_iface_init),
2208         (ps_document_file_exporter_do_page):
2209         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2210         (tiff_document_render), (tiff_document_render_pixbuf),
2211         (tiff_document_file_exporter_do_page):
2212         * backend/pixbuf/pixbuf-document.c:
2213         (pixbuf_document_get_page_size):
2214         * backend/comics/comics-document.c:
2215         (comics_document_get_page_size), (comics_document_render_pixbuf):
2216         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2217         (djvu_document_render), (djvu_selection_get_selected_text),
2218         (djvu_document_thumbnails_get_thumbnail),
2219         (djvu_document_file_exporter_do_page),
2220         (djvu_document_find_get_result):
2221         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2222         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2223         (dvi_document_thumbnails_get_thumbnail),
2224         (dvi_document_file_exporter_do_page):
2225         * backend/impress/impress-document.c:
2226         (impress_document_get_page_size),
2227         (impress_document_render_pixbuf):
2228         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2229
2230         Add EvPage so that we can hold a reference to the backend
2231         page. Form fields keep now a reference to the poppler page
2232         improving performance since we don't have to create/destroy the
2233         poppler field for every form operation. This will be needed for
2234         annotations too.
2235         
2236 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * data/evince-ui.xml:
2239         * shell/ev-window.c:
2240
2241         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2242         
2243 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * configure.ac:
2246         * backend/ps/Makefile.am:
2247
2248         Remove gs stuff from ps backend.
2249         
2250 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * configure.ac:
2253         * backend/pdf/ev-poppler.cc:
2254
2255         Bump poppler requirement to 0.8.0.
2256         
2257 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2258
2259         * NEWS:
2260         * configure.ac:
2261
2262         Update for release 2.22.1.1
2263
2264 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * configure.ac:
2267
2268         Fix build (again) when poppler version is 0.6
2269         
2270 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * backend/djvu/djvu-links.c: (build_tree):
2273
2274         Make sure link title is a valid utf8 string. Fixes bug #526517.
2275         
2276 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * configure.ac:
2279
2280         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2281         #526799.
2282         
2283 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2284
2285         * configure.ac:
2286         
2287         Update for release 2.22.1.
2288
2289 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * NEWS:
2292
2293         Update for upcoming release.
2294
2295 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * configure.ac:
2298         * backend/dvi/dvidocument.evince-backend.in:
2299
2300         Add compressed dvi to the list of supported mime types. Patch by
2301         Ed Catmur. Fixes bug #307087.
2302
2303 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2306
2307         Fix a crash when printing a range that doesn't specify the start or
2308         end page. Fixes bug #524288.
2309
2310 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-window.c: (ev_window_cmd_continuous),
2313         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2314         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2315         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2316         (ev_window_run_presentation), (ev_window_stop_presentation),
2317         (ev_window_cmd_view_presentation),
2318         (ev_window_cmd_leave_fullscreen),
2319         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2320
2321         Do not unfullscreen and fullscreen again the window when changing
2322         from fullscreen to presentation mode and vice versa. Fixes bug
2323         #524112.
2324         
2325 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2328
2329         Do not crash when thumbnail failed to render in PS backend. Fixes
2330         bug #525015.
2331         
2332 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2335         (ev_window_load_file_remote), (ev_window_open_uri):
2336
2337         Handle errors when opening remote files.
2338         
2339 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2342
2343         Only grab the focus for the current visible proxy widget. Fixes
2344         bug #521224.
2345         
2346 2008-03-30  Emil Soleyman  <emil@nishra.com>
2347
2348         * shell/ev-window.c: (launch_external_uri):
2349         
2350         Reuse g_app_info_launch_default_for_uri to
2351         save some code and fix bug #525009.
2352
2353 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2354
2355         * shell/ev-window.c (image_save_dialog_response_cb):
2356
2357         Use g_str_has_suffix. See bug #523069.
2358
2359 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * configure.ac:
2362
2363         Add a configure option to enable/diable DBus. Patch by Rémi
2364         Cardona. Fixes bug 521797.
2365
2366 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2369
2370         Fix printing in documents with rotated pages. Patch by Eugen
2371         Dedu. Fixes bug #512648.
2372         
2373 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2376         (ev_link_from_action):
2377
2378         Fix warning messages.
2379         
2380 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-window.c: (image_save_dialog_response_cb):
2383
2384         Do not append the extension to filename when saving an image
2385         if the filename alredy contains the extension. Fixes bug #523069.
2386         
2387 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-view.[ch]: (ev_view_find_cancel):
2390         * shell/ev-window.c: (find_bar_close_cb):
2391
2392         Cancel the find operation when the find bar is closed. Fixes bug
2393         #508845.
2394         
2395 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * backend/ps/psdocument.evince-backend.in:
2398
2399         Make ps backend module resident. Fixes bug #520607.
2400         
2401 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * shell/ev-jobs.c: (ev_job_print_run):
2404
2405         Invert collate action in order to work as expected, fix reverse
2406         printing so that it doesn't start with a blank page and fix number
2407         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2408         
2409 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2412
2413         Fix build with poppler <= 0.7.2
2414         
2415 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * libdocument/ev-document-misc.c:
2418         (ev_document_misc_surface_from_pixbuf):
2419
2420         Fix selections with poppler-splash.
2421         
2422 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * configure.ac:
2425         * backend/pdf/ev-poppler.cc:
2426
2427         Fix build with poppler >= 0.7.2
2428         
2429 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2430
2431         * configure.ac:
2432         
2433         Update for release 2.22.0
2434
2435 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * NEWS:
2438
2439         Update for upcoming release.
2440
2441 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2442
2443         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2444
2445         Bug 495107 – Handle print dialog responses correctly
2446
2447         Correctly handle print dialog response. Properly fixes
2448         the above mentioned bug.
2449
2450 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2453
2454         Make sure print job is only run when the print button is
2455         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2456         
2457 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * backend/pdf/pdfdocument.evince-backend.in:
2460         * libdocument/ev-backends-manager.c:
2461         (ev_backends_manager_load_backend),
2462         (ev_backends_manager_get_document):
2463         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2464
2465         Allow making backend modules resident. This is needed only for
2466         some backends like pdf to avoid registering glib types more than
2467         once.
2468         
2469 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * backend/comics/comics-document.c:
2472         * backend/djvu/djvu-document.c:
2473         * backend/impress/impress-document.c:
2474         * backend/pdf/ev-poppler.cc:
2475         * backend/pixbuf/pixbuf-document.c:
2476         * backend/ps/ev-spectre.c:
2477         * backend/ps/ps-document.c:
2478         * backend/tiff/tiff-document.c:
2479         * libdocument/ev-document.h:
2480         * properties/ev-properties-main.c:
2481
2482         Use g_type_module_add_interface instead of
2483         g_type_add_interface_static. Fixes bug #519679.
2484         
2485 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2486
2487         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2488         Added. Returns whether the animation has everything necessary to run.
2489         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2490         is ready just because it's been created. Fixes #519106.
2491         (draw_one_page): Do not show the "Loading..." text in presentation
2492         mode, there was a slim probability that this could happen.
2493
2494 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2497
2498         Duplicate mime_type string before freeing it so that it doesn't
2499         always fail when getting mime type from uri. Fixes bug #518874.
2500         
2501 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2504
2505         Fix a crash when a choice form field doesn't have any item
2506         selected. Fixes bug #518831
2507         
2508 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2509
2510         * shell/ev-window.c (ev_window_clear_temp_file):
2511         Use g_file_has_prefix instead of renamed
2512         g_file_contains_file.
2513
2514         * configure.ac:
2515         Require new glib for above change.
2516         
2517 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * libdocument/ev-image.c: (ev_image_finalize),
2520         (ev_image_save_tmp):
2521
2522         Return a real uri instead of a filename when saving an
2523         image. Fixes images drag an drop from evince to nautilus. 
2524         
2525 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/pdf/ev-poppler.cc:
2528         (pdf_document_images_get_image_mapping):
2529
2530         Return the image list in the right order. Fixes bug #516237.
2531         
2532 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2533
2534         * backend/impress/impress-document.c:
2535         (impress_document_thumbnails_get_thumbnail):
2536
2537         Remove unused variable to avoid a compiler warning.
2538
2539 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2540
2541         * configure.ac:
2542         
2543         Update for release 2.21.91.
2544
2545 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * configure.ac:
2548         * shell/Makefile.am:
2549         * shell/ev-application.[ch]:
2550         * shell/ev-sidebar-links.c:
2551         * shell/ev-utils.[ch]:
2552         * shell/ev-window.[ch]:
2553
2554         Remove libgnomeprint support. Fixes bug #512370.
2555         
2556 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2557
2558         * thumbnailer/evince-thumbnailer.c: (main):
2559
2560         Initialize glib type system before using it. Fixes bug #513934.
2561         
2562 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * properties/ev-properties-main.c:
2565
2566         Add missing #include.
2567         
2568 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * configure.ac:
2571         * backend/djvu/djvu-document.c: (djvu_document_render):
2572         * backend/tiff/tiff-document.c: (tiff_document_render):
2573
2574         Use the new cairo function cairo_format_stride_for_width when
2575         available. Fixes bug #482720.
2576
2577 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2580         (get_mime_type_from_data), (get_document_from_uri):
2581
2582         Use g_content_type_guess() only when slow is true in
2583         get_document_from_uri(). Fix several memory leaks.
2584         
2585 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2586
2587         * libdocument/ev-document-factory.c:
2588         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2589         (get_document_from_uri):
2590
2591         Use g_content_type_guess () to get mimetype for files.
2592         Bug #510401.
2593
2594 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * thumbnailer/Makefile.am:
2597
2598         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2599         
2600 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * configure.ac:
2603
2604         Fix build with --without-libgnome. Fixes bug #512771.
2605         
2606 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2607
2608         * backend/dvi/Makefile.am: Install only dvi
2609         module. Fixes bug #512718.
2610
2611 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2612
2613         * properties/ev-properties-main.c: (nautilus_module_initialize):
2614         
2615         Initialize backends in properties tab. Fixes bug
2616         #512720.
2617
2618 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2619
2620         * properties/Makefile.am: No need to link with 
2621         libraries. Fixes bug #512719.
2622
2623 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2624
2625         * NEWS:
2626         * configure.ac:
2627         
2628         Update for release 2.21.90.
2629
2630 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * shell/ev-window.c: (ev_window_cmd_escape):
2633
2634         Fix compile warning.
2635         
2636 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2639
2640         Fix printing in dvi backend when filename contains white
2641         espaces. Fixes bug #502839.
2642         
2643 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2646         (screensaver_disable_x11):
2647         * shell/Makefile.am:
2648         * shell/xdg-user-dir-lookup.c: Removed
2649         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2650         * shell/ev-view.c: (ev_view_presentation_transition_start):
2651         * shell/ev-window.c: (ev_window_cmd_file_open),
2652         (ev_window_cmd_save_as), (presentation_set_timeout):
2653
2654         Remove #ifdefs that are no longer needed.
2655         
2656 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-view.[ch]: (ev_view_button_release_event),
2659         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2660         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2661         (ev_window_cmd_escape):
2662
2663         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2664         
2665 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * configure.ac:
2668         * backend/comics/comics-document.c: (comics_document_load):
2669         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2670         (ev_attachment_set_property), (ev_attachment_init),
2671         (ev_attachment_save), (ev_attachment_launch_app),
2672         (ev_attachment_open):
2673         * libdocument/ev-document-factory.c: (get_document_from_uri):
2674         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2675         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2676         * shell/ev-jobs.c:
2677         * shell/ev-password.c: (ev_password_dialog_set_property),
2678         (ev_password_dialog_save_password):
2679         * shell/ev-sidebar-attachments.c:
2680         (ev_sidebar_attachments_drag_data_get):
2681         * shell/ev-window-title.c: (get_filename_from_uri):
2682         * shell/ev-window.c: (ev_window_clear_temp_file),
2683         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2684         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2685         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2686         (launch_external_uri), (image_save_dialog_response_cb),
2687         (attachment_save_dialog_response_cb):
2688         * shell/main.c: (load_files), (load_files_remote), (main):
2689         * thumbnailer/evince-thumbnailer.c: (main):
2690
2691         Port to gio and drop gnome-vfs dependency. Fixes bug
2692         #510401. Based on patch by Cosimo Cecchi.
2693         
2694 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2695
2696         * NEWS:
2697
2698         Fixed formatting inconsistencies (spaces vs. tabs)
2699
2700 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2701
2702         * shell/ev-window.c:
2703
2704         Use top/up/bottom/down arrows instead of
2705         first/left/last/right in the toolbar and menu actions.
2706         This fixes issues with RTL languages and is visually
2707         consistent with the page view. Fixes bug #170081.
2708
2709 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2710
2711         * NEWS:
2712
2713         Fixed some inaccuracies pointed out by Carlos Garcia
2714         Campos.
2715
2716 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2717
2718         * NEWS:
2719         * data/evince.schemas.in:
2720         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2721
2722         Override PDF restrictions by default. Fixes bug #382700.
2723
2724 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2725
2726         * NEWS: Updated for upcoming release
2727
2728 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2731
2732         Fix memory leak.
2733         
2734 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2735
2736         * shell/ev-window.c: (register_custom_actions):
2737         
2738         Added comment for translators
2739
2740 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-view.c: (ev_view_button_release_event):
2743
2744         Do not create the idle function for kinetic scrolling if we are
2745         not in a drag operation.
2746
2747 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2750         (ev_view_button_press_event), (ev_view_motion_notify_event),
2751         (ev_view_button_release_event):
2752
2753         Restore cursor after autoscrolling. Fixes bug #509958.
2754
2755 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * configure.ac:
2758         * backend/pdf/ev-poppler.cc:
2759         (pdf_document_images_get_image_mapping),
2760         (pdf_document_images_get_image),
2761         (pdf_document_document_images_iface_init):
2762         * libdocument/ev-document-images.[ch]:
2763         (ev_document_images_get_image_mapping),
2764         (ev_document_images_get_image):
2765         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2766         (ev_image_get_id), (ev_image_save_tmp):
2767         * shell/ev-jobs.c: (ev_job_render_run):
2768         * shell/ev-view.c: (ev_view_drag_data_get):
2769         * shell/ev-window.c: (image_save_dialog_response_cb),
2770         (ev_view_popup_cmd_copy_image):
2771
2772         Do not render images when rendering the page but on demand. It
2773         reduces the memory comsumption.
2774         
2775 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2776
2777         * configure.a:
2778         * shell/ev-password.c:
2779
2780         Make gnome-keyring optional. Fixes bug #509676.
2781         
2782 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-pixbuf-cache.c: (add_job):
2785
2786         Initialize include_images variable as FALSE instead of TRUE.
2787         
2788 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * configure.ac:
2791         * cut-n-paste/Makefile.am:
2792         * cut-n-paste/fileformatchooser/Makefile.am:
2793         * cut-n-paste/fileformatchooser/egg-macros.h:
2794         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2795         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2796         * shell/Makefile.am:
2797         * shell/ev-utils.c:
2798         (file_chooser_dialog_add_writable_pixbuf_formats),
2799         (get_gdk_pixbuf_format_by_extension):
2800         * shell/ev-utils.h:
2801         * shell/ev-window.c: (ev_window_error_message),
2802         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2803         
2804         Simplify image format selection on save.
2805
2806 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2807
2808         * shell/ev-view.c: (ev_view_scroll_event):
2809         
2810         Repair gorizontal scrolling with shift. Fixes
2811         bug #483412.
2812
2813 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2814         
2815         * MAINTAINERS:
2816
2817         Fix formatting issues.
2818         
2819 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2820
2821         * backend/comics/comics-document.c: (comics_regex_quote):
2822         
2823         Don't overquote special chars except of '. See bug 
2824         502500. Thanks to Tom Parker.
2825
2826 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2827
2828         * MAINTAINERS:
2829         
2830         Added Nickolay and Carlos, since they're doing most of
2831         the releases nowadays.
2832
2833 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2834
2835         * properties/Makefile.am:
2836
2837         Get the nautilus extension dir properly instead of using
2838         a hack. Fixes bug #505359.
2839
2840 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2841
2842         * properties/Makefile.am:
2843         
2844         Install nautilus extension into new place. See bug
2845         #505359. Thanks to Matthias Clasen, Brian Pepple and
2846         Damien Carbery.
2847
2848 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2849
2850         * shell/ev-window.c: (ev_window_get_recent_file_label):
2851         
2852         RTL marker in recent file list. See bug #509076.
2853
2854 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2857         * shell/ev-window.c: (image_save_dialog_response_cb):
2858
2859         Fix compile warnings due to unused variables.
2860         
2861 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * configure.ac:
2864         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2865         * backend/ps/ev-spectre.c: (ps_document_render):
2866
2867         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2868
2869 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2870
2871         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2872         (ev_transition_animation_paint): Implement "fade" effect.
2873
2874 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2875
2876         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2877         (ev_transition_animation_paint): Implement "uncover" effect.
2878
2879 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2880
2881         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2882         (ev_transition_animation_paint): Implement "cover" effect.
2883
2884 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2885
2886         * shell/ev-transition-animation.c (ev_transition_animation_push)
2887         (ev_transition_animation_paint): Implement "push" effect.
2888
2889 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2890
2891         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2892         (ev_transition_animation_paint): Implement "dissolve" effect.
2893
2894 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2895
2896         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2897         (ev_transition_animation_paint): Implement "wipe" effect.
2898
2899 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2900
2901         * shell/ev-transition-animation.c (ev_transition_animation_box)
2902         (ev_transition_animation_paint): Implement "box" effect.
2903
2904 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2905
2906         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2907         (ev_transition_animation_paint): Implement "blinds" effect.
2908
2909 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2910
2911         * shell/ev-transition-animation.c (ev_transition_animation_split)
2912         (ev_transition_animation_paint): Implement "split" effect.
2913
2914 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2915
2916         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2917         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2918         (ev_view_transition_animation_start) 
2919         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2920         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2921         (ev_view_next_page) (ev_view_previous_page):
2922         
2923         Use EvTransitionAnimation to drive page changes in the presentation
2924         mode, the animation will wait to start until both the origin and 
2925         destination page surfaces are available. Fixes #458460.
2926
2927         (draw_loading_text):
2928
2929         Remove workaround for bug #320352, it's now fixed properly.
2930
2931
2932 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2933
2934         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2935         will contain the implementations for page transition animations, at
2936         the moment it just has the "replace" effect.
2937         * shell/Makefile.am: Added these files to build.
2938
2939 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2940
2941         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2942         animations.
2943         * shell/Makefile.am: Added these files to build.
2944
2945 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2946
2947         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2948         implementation to get_effect() in EvDocumentTransitionIface.
2949
2950 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2951
2952         * libdocument/ev-transition-effect.[ch]: New files, define a page
2953         transition effect, at the moment it maps PopplerPageTransition to a
2954         GObject.
2955         * libdocument/Makefile.am: Added these files to build.
2956         * libdocument/ev-document-transition.[ch]
2957         (ev_document_transition_get_effect): New method, gets the
2958         EvTransitionEffect returned by the interface implementation, with
2959         fallback to the "replace" effect.
2960
2961 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2962
2963         * configure.ac:
2964         * cut-n-paste/Makefile.am:
2965         * cut-n-paste/fileformatchooser/Makefile.am:
2966         * cut-n-paste/fileformatchooser/egg-macros.h:
2967         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2968         * shell/Makefile.am:
2969         * shell/ev-window.c: (image_save_dialog_response_cb),
2970         (ev_view_popup_cmd_save_image_as):
2971
2972         Allow exporting images in any format supported by
2973         GdkPixbuf. Fixes bug #500209.
2974         
2975 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * backend/pixbuf/pixbuf-document.c:
2978
2979         More warnings fixed.
2980         
2981 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2984         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2985         * backend/djvu/djvu-text.h:
2986         * backend/tiff/tiff-document.c: (tiff_document_render):
2987
2988         Fix compile warnings.
2989         
2990 2007-12-28  Christian Persch  <chpe@gnome.org>
2991
2992         * **/*.c: Include config.h. Bug #504721.
2993
2994 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * configure.ac:
2997         * Makefile.am:
2998         * po/POTFILES.in:
2999         * backend/comics/Makefile.am:
3000         * backend/comics/comics-document.[ch]:
3001         * backend/comics/comicsdocument.evince-backend.in:
3002         * backend/djvu/Makefile.am:
3003         * backend/djvu/djvu-document.[ch]:
3004         * backend/djvu/djvudocument.evince-backend.in:
3005         * backend/dvi/Makefile.am:
3006         * backend/dvi/dvi-document.[c]:
3007         * backend/dvi/dvidocument.evince-backend.in:
3008         * backend/impress/Makefile.am:
3009         * backend/impress/impress-document.[ch]:
3010         * backend/impress/impressdocument.evince-backend.in:
3011         * backend/pdf/Makefile.am:
3012         * backend/pdf/ev-poppler.cc:
3013         * backend/pdf/ev-poppler.h:
3014         * backend/pdf/pdfdocument.evince-backend.in:
3015         * backend/pixbuf/Makefile.am:
3016         * backend/pixbuf/pixbuf-document.[ch]:
3017         * backend/pixbuf/pixbufdocument.evince-backend.in:
3018         * backend/ps/Makefile.am:
3019         * backend/ps/ev-spectre.[ch]:
3020         * backend/ps/ps-document.[ch]:
3021         * backend/ps/psdocument.evince-backend.in:
3022         * backend/tiff/Makefile.am:
3023         * backend/tiff/tiff-document.[ch]:
3024         * backend/tiff/tiffdocument.evince-backend.in:
3025         * libdocument/Makefile.am:
3026         * libdocument/ev-backends-manager.[ch]:
3027         * libdocument/ev-module.[ch]:
3028         * libdocument/ev-document.h:
3029         * libdocument/ev-document-factory.[ch]:
3030         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3031         (get_compression_from_mime_type), (get_document_from_uri),
3032         (ev_document_factory_get_document), (file_filter_add_mime_types),
3033         (ev_document_factory_add_filters):
3034         * shell/Makefile.am:
3035         * shell/ev-window-title.c: (get_filename_from_uri):
3036         * shell/main.c: (main):
3037         * thumbnailer/Makefile.am:
3038         * thumbnailer/evince-thumbnailer.c: (main):
3039
3040         Plugin system for backends. Fixes bug #351348.
3041         
3042 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * shell/ev-view-private.h:
3045         * shell/ev-view.c: (ev_view_drag_update_momentum),
3046         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3047         (ev_view_button_release_event), (ev_view_destroy):
3048         
3049         Kinetic scrolling implemented as requested in
3050         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3051
3052 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3053
3054         * data/evince-toolbar.xml:
3055         * data/evince-ui.xml:
3056         * shell/ev-view-private.h:
3057         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3058         (ev_view_button_press_event), (ev_view_motion_notify_event),
3059         (ev_view_button_release_event), (ev_view_init),
3060         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3061         (ev_view_set_cursor):
3062         * shell/ev-view.h:
3063         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3064         (ev_window_cmd_view_autoscroll):
3065         
3066         Autoscroll feature with the context menu. Fixes bug 
3067         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3068
3069 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3070
3071         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3072
3073         Disconnect also page-ready signal when removing a job because the
3074         page size has changed. Thanks to kripken
3075         <kripkensteiner@gmail.com>.
3076
3077 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3080         
3081         Scroll pages in page entry with mouse wheel. Fixes bug
3082         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3083
3084 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * backend/dvi/Makefile.am:
3087         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3088         (mdvi_cairo_device_init):
3089         * backend/dvi/mdvi-lib/common.h:
3090         * backend/dvi/mdvi-lib/mdvi.h:
3091         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3092         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3093         (mdvi_build_path_from_cwd):
3094
3095         Add ps specials support in dvi backend when libspectre is
3096         present. Fixes bug #386005.
3097         
3098 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * configure.ac:
3101         * backend/ps/Makefile.am:
3102         * backend/ps/ev-spectre.[ch]:
3103         
3104         Use libspectre, if available, for the ps backend. Fixes bugs
3105         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3106
3107 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3108         
3109         * backend/comics/comics-document.c: (comics_document_load):
3110         
3111         Cygwin build issue fix.
3112
3113 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * shell/ev-view.c: (ev_view_set_zoom):
3116
3117         Do not limit the minimum zoom factor when sizing mode is best bit
3118         or fit width. Fixes bug #503805.
3119         
3120 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3123         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3124         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3125         (ev_link_dest_get_property), (ev_link_dest_set_property),
3126         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3127         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3128         (ev_link_dest_new_fitr):
3129         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3130         (goto_fith_dest), (goto_xyz_dest):
3131
3132         Do not change left, top and zoom values when they are null in PDF
3133         destinations. Fixes bug #460658.
3134         
3135 2007-12-10  Christian Persch  <chpe@gnome.org>
3136
3137         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3138         (ev_view_accessible_class_init),
3139         (ev_view_accessible_idle_do_action),
3140         (ev_view_accessible_action_do_action),
3141         (ev_view_accessible_action_get_description),
3142         (ev_view_accessible_action_set_description),
3143         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3144         (ev_view_accessible_factory_init),
3145         (ev_view_accessible_factory_get_accessible_type):
3146         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3147         private data, and G_DEFINE_TYPE. Bug #502843.
3148
3149 2007-12-08  Christian Persch  <chpe@gnome.org>
3150
3151         * shell/ev-metadata-manager.c: (item_free),
3152         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3153         (value_free), (parse_value), (parseItem),
3154         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3155         (save_values): Use GSlice to allocate small amounts of memory. Bug
3156         #475972.
3157
3158 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3161
3162         Restore cursor to normal after a drag operation. Fixes bug
3163         #501603.
3164         
3165 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3166
3167         * NEWS:
3168         * configure.ac:
3169         
3170         Update for release 2.21.1
3171
3172 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * configure.ac:
3175         * cut-n-paste/gedit-message-area/Makefile.am:
3176         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3177         * shell/Makefile.am:
3178         * shell/ev-message-area.[ch]:
3179         * shell/ev-window.c: (ev_window_set_message_area),
3180         (ev_window_error_message_response_cb), (ev_window_error_message),
3181         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3182         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3183         (ev_attachment_popup_cmd_open_attachment),
3184         (attachment_save_dialog_response_cb), (ev_window_set_document),
3185         (ev_window_init):
3186
3187         Use a message area instead of a popup dialog for error
3188         notifications. Fixes bug #337495.
3189         
3190 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3193         (ev_window_run_fullscreen):
3194
3195         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3196         
3197 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * ev-sidebar-thumbnails.c: (update_visible_range),
3200         (ev_sidebar_thumbnails_refresh),
3201         (ev_sidebar_thumbnails_set_document),
3202         (ev_sidebar_thumbnails_support_document):
3203
3204         Show thumbnails for documents with one page. Fixes bug #358751.
3205         
3206 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-window.c:
3209         (ev_window_load_print_settings_from_metadata),
3210         (ev_window_save_print_settings), (ev_window_print_finished),
3211         (ev_window_print_range):
3212
3213         Print settings that are specific to the document are now saved per
3214         document in the metadata file. Fixes bug #488806.
3215         
3216 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3217
3218         * backend/tiff/tiff-document.c: (tiff_document_render):
3219
3220         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3221         
3222 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-application.[ch]: (get_find_string_from_args),
3225         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3226         (ev_application_open_uri_list):
3227         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3228         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3229         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3230         (ev_window_cmd_recent_file_activate),
3231         (ev_window_open_recent_action_item_activated),
3232         (ev_window_print_send), (open_remote_link):
3233         * shell/main.c: (arguments_parse):
3234
3235         Add a command line option for search. Fixes bug #497710.
3236         
3237 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3238
3239         * shell/ev-jobs.c: (ev_job_print_new):
3240
3241         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3242         
3243 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * data/evince-toolbar.xml:
3246         * shell/Makefile.am:
3247         * shell/ev-application.c: (ev_application_init):
3248         * shell/ev-open-recent-action.[ch]:
3249         * shell/ev-window.c:
3250         (ev_window_open_recent_action_item_activated),
3251         (register_custom_actions):
3252
3253         Add an expander to the open toolbar item which pops up a dropdown
3254         menu with the recently used documents. Fixes bug #487215.
3255         
3256 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-window.c: (ev_window_open_uri),
3259         (ev_window_cmd_view_reload):
3260
3261         Do not jump to the first page when reloading by running evince
3262         from the command line. Fixes bug #490847.
3263         
3264 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3265
3266         * shell/ev-window.c: (ev_window_cmd_help_contents):
3267
3268         Plugged memory leak when help file is not found. Fixes bug
3269         #490762.
3270         
3271 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * configure.ac:
3274
3275         Enable djvu, dvi and comics backends by default. Fixes bug
3276         #437121.
3277         
3278 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * configure.ac:
3281         * cut-n-paste/Makefile.am:
3282         * cut-n-paste/recent-files/*: Removed
3283         * help/reference/Makefile.am:
3284         * shell/Makefile.am:
3285         * shell/ev-application.[ch]: (ev_application_shutdown),
3286         (ev_application_init):
3287         * shell/ev-window.c: (ev_window_add_recent),
3288         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3289
3290         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3291         
3292 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3293
3294         * shell/ev-window.c: (launch_external_uri):
3295
3296         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3297         and report error if the URL is not supported (#489910).
3298
3299 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3302         (pdf_document_file_exporter_begin_page),
3303         (pdf_document_file_exporter_end_page):
3304
3305         Fix printing with poppler splash backend. Fixes bug #489774.
3306         
3307 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3310         * shell/ev-print-job.c: (ev_print_job_class_init):
3311
3312         Fix a crash when printing with the gnome-print dialog. Fixes bug
3313         #488939.
3314         
3315 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3316
3317         * backend/pixbuf/pixbuf-document.c:
3318
3319         Fix an implicit function definition warning (#487655)
3320
3321 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-window.c:
3324
3325         Fix conflicting shortcut for view sade pane and presentation.
3326         
3327 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * backend/pdf/ev-poppler.cc:
3330         (pdf_document_file_exporter_begin_page),
3331         (pdf_document_file_exporter_do_page),
3332         (pdf_document_file_exporter_end_page),
3333         (pdf_document_file_exporter_iface_init):
3334         * libdocument/ev-file-exporter.[ch]:
3335         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3336         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3337         (ev_job_print_run):
3338
3339         When printing multiple pages per sheet in reverse option, do not
3340         invert the order of the pages in every sheet, but the order of the
3341         sheets. Do not print blank pages when page range is invalid. Fixes
3342         bugs #484857 and #485521.
3343         
3344 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3347         (ev_job_print_run):
3348         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3349
3350         Respect ranges order when printing more than one range in random
3351         order.
3352         
3353 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3354
3355         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3356         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3357
3358         Rotate also the window icon when document is rotated. Fixes bug
3359         #474681.
3360         
3361 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3364         (pdf_document_forms_get_form_fields):
3365
3366         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3367         Matthias Drochner.
3368         
3369 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * configure.ac:
3372         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3373
3374         Use poppler_page_render_for_printing() instead of
3375         poppler_page_render() if available when exporting to a ps or pdf
3376         file. Fixes bug #476627.
3377         
3378 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-window.c: (ev_window_run_fullscreen):
3381
3382         Do not show the toolbar in fullscreen mode if the main toolbar is
3383         not visible. Fixes bug #483048.
3384         
3385 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-view.c: (ev_view_button_press_event):
3388
3389         Give priority to form fields over images when deciding whether a
3390         button press event is over an image or form field. It allows edit
3391         form fields when they are over a background image. Fixes bug
3392         #477841.
3393         
3394 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3395
3396         * NEWS:
3397         * configure.ac:
3398         
3399         Update for release 2.20.0
3400
3401 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * backend/pdf/ev-poppler.cc:
3404
3405         Remove #ifdef HAVE_FORMS, so that forms support works again.
3406
3407 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3408
3409         * configure.ac:
3410         * data/evince.desktop.in.in:
3411         
3412         Fixes desktop file issues. See bug #473471.
3413
3414 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3417         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3418         (ev_job_queue_remove_job):
3419         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3420         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3421         * shell/ev-window.c: (ev_window_clear_save_job),
3422         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3423         (ev_window_dispose):
3424
3425         Move save a copy task to its own job so that it's carried out in a
3426         thread avoiding another lock in the main thread. Use
3427         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3428         can be saved to a pathin another file system. Fixes bug #456891.
3429         
3430 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3431
3432         * NEWS:
3433         * configure.ac:
3434         
3435         Update for release 2.19.92
3436
3437 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * configure.ac:
3440         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3441         (pdf_selection_get_selection_region),
3442         (pdf_selection_get_selection_map),
3443         (ev_form_field_from_poppler_field):
3444
3445         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3446         and triple click selections are enabled again now.
3447
3448 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * shell/ev-window.c: (ev_window_add_history):
3451
3452         Make sure not to use the history with documents not supporting
3453         links. Fixes bug #468954.
3454
3455 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-window.c: (ev_window_load_job_cb):
3458
3459         Restart the search when reloading a document with the find bar
3460         visible. Fixes bug #461962.
3461
3462 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * shell/ev-window.c: (setup_document_from_metadata),
3465         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3466
3467         Do not jump to the first page when reloading a document from the
3468         last page.
3469
3470 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3471
3472         * shell/ev-window.c: (update_chrome_flag),
3473         (setup_sidebar_from_metadata),
3474         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3475         (ev_window_cmd_edit_find_next),
3476         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3477         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3478         (find_bar_close_cb), (view_actions_focus_in_cb):
3479
3480         Do not update visibility when changing a chrome flag so that it's
3481         possible to update several flags and update visibility only once
3482         for all of them.
3483
3484 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3487
3488         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3489         supported by gtk+. Fixes bug #460907.
3490
3491 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * shell/ev-view.c: (view_update_range_and_current_page):
3494
3495         Make sure current-page <= end-page in continuous mode. Fixes bug
3496         #454950.
3497
3498 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * backend/pdf/ev-poppler.cc: (build_tree):
3501
3502         Ignore outline items without a title. Fixes bug #453913.
3503
3504 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3507         (ev_view_button_release_event), (ev_view_leave_notify_event):
3508
3509         Use always drag mouse cursor during a drag operation. Fixes bug
3510         #470564.
3511
3512 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3515         (pdf_selection_get_selection_region),
3516         (pdf_selection_get_selection_map):
3517
3518         Temporarily disable double and triple selections since it depends on
3519         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3520         released and the update of the external dependency minimal version
3521         approved.
3522
3523 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3524
3525         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3526         (pdf_document_file_exporter_do_page):
3527         * libdocument/ev-file-exporter.h:
3528         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3529         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3530
3531         Actually fix printing regressions. Remove orientation from
3532         EvPrintContext since it's redundant.
3533
3534 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3537         * backend/impress/impress-document.c:
3538         (impress_document_document_iface_init):
3539         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3540         * backend/djvu/djvu-document.c:
3541         (djvu_document_document_iface_init),
3542         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3543         * backend/tiff/tiff-document.c:
3544         (tiff_document_document_iface_init):
3545         * backend/pixbuf/pixbuf-document.c:
3546         (pixbuf_document_document_iface_init):
3547         * backend/comics/comics-document.c:
3548         (comics_document_document_iface_init):
3549         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3550         (pdf_selection_render_selection),
3551         (pdf_selection_get_selected_text),
3552         (pdf_selection_get_selection_region),
3553         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3554         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3555         (ev_selection_get_selection_region),
3556         (ev_selection_get_selection_map):
3557         * libdocument/ev-document.[ch]:
3558         * shell/ev-pixbuf-cache.[ch]: (add_job),
3559         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3560         * shell/ev-view-private.h:
3561         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3562         (ev_job_render_run):
3563         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3564         * shell/ev-view.c: (start_selection_for_event),
3565         (ev_view_button_press_event), (ev_view_drag_data_get),
3566         (ev_view_drag_data_received), (ev_view_button_release_event),
3567         (compute_new_selection_text), (compute_selections),
3568         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3569         (ev_view_primary_get_cb):
3570
3571         Add support for double and triple click selections.
3572
3573 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * NEWS:
3576         * configure.ac:
3577
3578         Update for release 2.19.4
3579
3580 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3581
3582         * shell/ev-view-private.h:
3583         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3584         (ev_view_set_highlight_search):
3585         * shell/ev-view.h:
3586         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3587         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3588         (find_bar_visibility_changed_cb):
3589         
3590         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3591
3592 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3595         (pdf_document_file_exporter_begin),
3596         (pdf_document_file_exporter_do_page):
3597         * shell/ev-jobs.c: (ev_job_print_run):
3598         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3599
3600         Create always a portrait cairo surface and rotate when needed for
3601         landscape. It fixes printing problems in real printers.
3602
3603 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3606         * libdocument/ev-file-exporter.[ch]:
3607         (ev_file_exporter_get_capabilities):
3608         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3609         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3610
3611         Adjust number of pages per row according to page orientation when
3612         printing 2 or 6 pages per sheet.
3613
3614 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-window.c: (ev_window_print_send):
3617
3618         Reset also cups setting to 1 when printing multiple pages per
3619         sheet. Fixes bug #468853.
3620
3621 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * libdocument/ev-document-misc.c:
3624         (ev_document_misc_surface_rotate_and_scale):
3625
3626         Use directly cairo_surface_get_content() when creating a similar
3627         surface as suggested by Jeff Muizelaar. Thanks again.
3628
3629 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * backend/djvu/djvu-document.c: (djvu_document_render):
3632         * backend/tiff/tiff-document.c: (tiff_document_render):
3633         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3634         * libdocument/ev-document-misc.c:
3635         (ev_document_misc_surface_from_pixbuf),
3636         (ev_document_misc_surface_rotate_and_scale):
3637
3638         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3639         creating page surfaces. Fixes bug #453123. Thank you very much to
3640         Jeff Muizelaar <jeff@infidigm.net>.
3641
3642 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * shell/ev-page-cache.c: (ev_page_cache_new),
3645         (ev_page_cache_get_thumbnail_size):
3646         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3647         (ev_sidebar_thumbnails_set_loading_icon):
3648
3649         Also store in page-cache the dimensions of the thumbnails so that
3650         they can be used to create the correct loading icon in the side
3651         pane. Fixes bug #466857.
3652
3653 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * backend/pdf/ev-poppler.cc:
3656         (pdf_document_thumbnails_get_thumbnail):
3657
3658         Fix thumbnails rotation in pdf documents that include embedded 
3659         thumbnails.
3660
3661 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3662
3663         * backend/pdf/ev-poppler.cc:
3664
3665         Don't use #ifdef in macro expansion. Some compilers don't
3666         like that. Closes bug #467042.
3667
3668 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3669
3670         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3671         
3672         Fixes memory leak in djvu backend.
3673
3674 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3675
3676         * data/icons/32x32/Makefile.am:
3677         * data/icons/32x32/actions/Makefile.am:
3678         * data/icons/32x32/actions/view-page-cont.svg:
3679         * data/icons/32x32/actions/view-page-facing.svg:
3680         * data/icons/48x48/Makefile.am:
3681         * data/icons/48x48/actions/Makefile.am:
3682         * data/icons/48x48/actions/view-page-cont.svg:
3683         * data/icons/48x48/actions/view-page-facing.svg:
3684         
3685         Icons for a new sizes.
3686
3687 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3688
3689         * shell/ev-page-cache.c: (build_height_to_page),
3690         (ev_page_cache_get_height_to_page):
3691         
3692         Fixes invalid read, see bug #466401.
3693
3694 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3697         (set_drag_cursor):
3698         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3699         (configure_item_cursor), (new_pixbuf_from_widget):
3700
3701         Fix multihead problems in toolbar editor. Fixes bug #382055.
3702
3703 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-window.c: (ev_window_cmd_file_open),
3706         (ev_window_cmd_save_as):
3707
3708         Use g_get_user_special_dir when available instead of
3709         xdg_user_dir_lookup.
3710
3711 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * MAINTAINERS:
3714         
3715         Updated according to request on desktop-devel.
3716
3717 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3720
3721         Do not use cairo_rectangle and cairo_clip since we are
3722         not using cairo_fill but cairo_paint. Use the same cairo context
3723         for every page in the same expose event.
3724
3725 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3726
3727         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3728         leak.
3729
3730 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * configure.ac:
3733         * NEWS:
3734
3735         Release 0.9.3
3736
3737 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * libdocument/ev-document-info.h:
3740         * libdocument/ev-document.h:
3741         * shell/ev-page-action.h:
3742         * shell/ev-sidebar-links.h:
3743
3744         Fix a headers problem with ev-link
3745         
3746         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3747         * shell/ev-view-private.h:
3748         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3749         (get_link_area), (ev_view_query_tooltip),
3750         (ev_view_leave_notify_event), (ev_view_destroy),
3751         (ev_view_class_init):
3752
3753         Use new gtk tooltips when available instead of ev-tooltip.
3754         
3755 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-window.c: (update_chrome_visibility),
3758         (ev_window_sidebar_visibility_changed_cb):
3759
3760         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3761         
3762 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-navigation-action.c:
3765         (ev_navigation_action_history_changed),
3766         (ev_navigation_action_set_history):
3767         * shell/ev-navigation-action-widget.c:
3768         (ev_navigation_action_widget_init):
3769         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3770
3771         Fix compile warnings.
3772         
3773 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3776         (egg_editable_toolbar_dispose):
3777
3778         Fix memory leak.
3779         
3780 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3783         (screensaver_disable_x11):
3784         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3785         * shell/ev-window.c: (presentation_set_timeout):
3786         * shell/ev-view.c: (ev_view_presentation_transition_start):
3787
3788         Use g_timeout_add_seconds instead of g_timeout_add when
3789         available.
3790         
3791 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3794
3795         Set horizontal scrollbar policy to AUTOMATIC instead of
3796         NEVER. Workaround for bug #449462.
3797         
3798 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-jobs.c: (ev_job_render_page_ready):
3801
3802         Add page_ready callback to main loop with high priority and hold
3803         a reference to job during idle.
3804         
3805 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * configure.ac:
3808         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3809         (pdf_document_file_exporter_begin),
3810         (pdf_document_file_exporter_do_page),
3811         (pdf_document_file_exporter_get_capabilities):
3812         * libdocument/ev-file-exporter.h:
3813         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3814         * shell/ev-window.c: (ev_window_print_send),
3815         (ev_window_print_dialog_response_cb):
3816
3817         Allow printing multiple pages per sheet. Fixes bug #395573.
3818         
3819 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3820
3821         * shell/ev-view.c: (tip_from_link):
3822         
3823         Check for NULL, fixes bug #460862.
3824
3825 2007-07-29  Christian Persch  <chpe@gnome.org>
3826
3827         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3828         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3829         (ev_window_cmd_preview_print):
3830         
3831         Fixes bug #437681 - blocks while enumerating printers.
3832
3833 2007-07-29  Christian Persch  <chpe@gnome.org>
3834
3835         * shell/ev-window.c: (ev_window_screen_changed):
3836         
3837         Don't use deprecated gtk+ function. See bug #460909.
3838
3839 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-utils.c: (get_num_monitors):
3842         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3843
3844         Do not use display before initializing it. Remove compile
3845         warnings.
3846
3847 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3848
3849         * shell/ev-view.c: (ev_view_class_init):
3850         
3851         Unix-like hjkl bindings added. See bug #458111.
3852
3853 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3854
3855         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3856         * shell/ev-utils.h:
3857         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3858         (ev_view_update_view_size):
3859         * shell/ev-view.h:
3860         * shell/ev-window.c: (ev_window_update_actions),
3861         (setup_view_from_metadata), (ev_window_screen_changed),
3862         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3863         (zoom_control_changed_cb):
3864         * shell/ev-window.h:
3865         
3866         Reorganizes utility functions.
3867
3868 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3871         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3872         (add_job), (ev_pixbuf_cache_get_surface),
3873         (ev_pixbuf_cache_get_link_mapping),
3874         (ev_pixbuf_cache_get_image_mapping),
3875         (ev_pixbuf_cache_get_form_field_mapping),
3876         (ev_pixbuf_cache_get_text_mapping):
3877         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3878         (notify_page_ready), (ev_job_render_page_ready),
3879         (ev_job_render_run):
3880
3881         Add page_ready signal to notify that page is ready as soon as
3882         possible even if other page elements like links, forms, images or
3883         text mapping are not ready yet.
3884
3885 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3886
3887         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3888         (dvi_document_file_exporter_do_page),
3889         (dvi_document_file_exporter_get_capabilities),
3890         (dvi_document_file_exporter_iface_init):
3891         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3892         (ps_document_file_exporter_do_page),
3893         (ps_document_file_exporter_get_capabilities),
3894         (ps_document_file_exporter_iface_init):
3895         * backend/djvu/djvu-document.c:
3896         (djvu_document_file_exporter_begin),
3897         (djvu_document_file_exporter_end),
3898         (djvu_document_file_exporter_get_capabilities),
3899         (djvu_document_file_exporter_iface_init):
3900         * backend/tiff/tiff-document.c:
3901         (tiff_document_file_exporter_begin),
3902         (tiff_document_file_exporter_get_capabilities),
3903         (tiff_document_document_file_exporter_iface_init):
3904         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3905         (pdf_document_file_exporter_do_page),
3906         (pdf_document_file_exporter_get_capabilities),
3907         (pdf_document_file_exporter_iface_init):
3908         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3909         (ev_file_exporter_get_capabilities):
3910         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3911         (idle_print_handler), (ev_print_job_print):
3912         * shell/ev-jobs.c: (ev_job_print_run):
3913         * shell/ev-window.c: (ev_window_print_send),
3914         (ev_window_print_range):
3915
3916         Use capabilities to know which options should be offered by the
3917         print dialog depending on the document backend.
3918
3919 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3922
3923         Give priority to forms over text to set the cursor.
3924
3925 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3926
3927         * shell/ev-view-private.h:
3928         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3929         (ev_view_leave_notify_event), (ev_view_finalize),
3930         (ev_view_get_property), (ev_view_class_init):
3931
3932         Use IBEAM cursor for text form fields and NORMAL cursor for read
3933         only fields. Remove unused status attribute.
3934
3935 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3938
3939         Update region for current selected items also for checkbox
3940         buttons, since they can behave as radio buttons when they are in a
3941         set.
3942
3943 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * configure.ac:
3946         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3947
3948         Get max length of text form fields.
3949
3950 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3953         * libdocument/ev-form-field.h:
3954         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3955
3956         Fix build with current poppler cvs head.
3957
3958 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3961         * shell/eggfindbar.c: (egg_find_bar_init):
3962
3963         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3964         deprecation. Fixes bug #455667
3965
3966 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3967
3968         * NEWS:
3969         * configure.ac:
3970         
3971         Update for release 0.9.2
3972
3973 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * shell/ev-view.c: (ev_view_form_field_text_save),
3976         (ev_view_form_field_choice_save):
3977
3978         Fix a crash when closing whith a form widget visible.
3979
3980 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3983
3984         Update also the region of the current selected button when
3985         clicking on another button if they are radio buttons.
3986
3987 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3990         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3991         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3992         (ev_pixbuf_cache_get_link_mapping),
3993         (ev_pixbuf_cache_get_image_mapping),
3994         (ev_pixbuf_cache_get_form_field_mapping),
3995         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3996         * shell/ev-view.c: (ev_view_form_field_get_region),
3997         (ev_view_form_field_button_create_widget),
3998         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3999         (job_finished_cb):
4000
4001         Redraw only form field region instead of the whole page when
4002         reloading a page to show changes on the form field.
4003
4004 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-view.c: (ev_view_form_field_choice_save):
4007
4008         Fix selection of first item in list form fields.
4009
4010 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4013         (ev_pixbuf_cache_reload_page),
4014         (ev_pixbuf_cache_get_form_field_mapping):
4015
4016         Some refactoring to avoid duplicated code.
4017
4018 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * configure.ac:
4021         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4022         (ev_form_field_from_poppler_field),
4023         (pdf_document_forms_get_form_fields),
4024         (pdf_document_forms_form_field_text_get_text),
4025         (pdf_document_forms_form_field_text_set_text),
4026         (pdf_document_forms_form_field_button_set_state),
4027         (pdf_document_forms_form_field_button_get_state),
4028         (pdf_document_forms_form_field_choice_get_item),
4029         (pdf_document_forms_form_field_choice_get_n_items),
4030         (pdf_document_forms_form_field_choice_is_item_selected),
4031         (pdf_document_forms_form_field_choice_select_item),
4032         (pdf_document_forms_form_field_choice_toggle_item),
4033         (pdf_document_forms_form_field_choice_unselect_all),
4034         (pdf_document_forms_form_field_choice_set_text),
4035         (pdf_document_forms_form_field_choice_get_text),
4036         (pdf_document_document_forms_iface_init):
4037         * libdocument/Makefile.am:
4038         * libdocument/ev-form-field.[ch]:
4039         * libdocument/ev-document-forms.[ch]:
4040         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4041         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4042         (add_job), (ev_pixbuf_cache_reload_page),
4043         (ev_pixbuf_cache_get_form_field_mapping):
4044         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4045         * shell/ev-view-private.h:
4046         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4047         (ev_view_handle_cursor_over_xy),
4048         (ev_view_get_form_field_at_location),
4049         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4050         (ev_view_form_field_button_create_widget),
4051         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4052         (ev_view_form_field_text_create_widget),
4053         (ev_view_form_field_choice_save),
4054         (ev_view_form_field_choice_changed),
4055         (ev_view_form_field_choice_create_widget),
4056         (ev_view_handle_form_field), (ev_view_size_allocate),
4057         (ev_view_realize), (draw_end_presentation_page),
4058         (ev_view_button_press_event), (ev_view_remove_all),
4059         (ev_view_motion_notify_event), (ev_view_key_press_event),
4060         (ev_view_enter_notify_event), (highlight_find_results),
4061         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4062         (ev_view_class_init), (page_changed_cb),
4063         (on_adjustment_value_changed), (ev_view_set_presentation),
4064         (merge_selection_region), (ev_view_set_cursor),
4065         (ev_view_reset_presentation_state):
4066         
4067         Merge evince-forms branch.
4068
4069 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4070
4071         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4072
4073         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4074         This script also updates itself from libegg
4075
4076         * cut-n-paste/toolbar-editor/egg*:
4077         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4078         libegg
4079
4080 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4081
4082         * shell/ev-window.c:
4083         
4084         Adds a nice icon to page action during toolbar editing.
4085         See bug #452872.
4086
4087 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4088
4089         * data/evince-toolbar.xml:
4090         * shell/ev-window.c:
4091         
4092         Let user add a presentation and fullscreen icons on toolbar.
4093         See bug #449734.
4094
4095 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4096
4097         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4098
4099         new script to keep in sync with toolbareditor in libegg
4100
4101         * cut-n-paste/toolbar-editor/*: 
4102
4103         Run update-toolbareditor-from-libegg so we are in sync again. 
4104         Fixes bug #452850.
4105         
4106
4107 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * shell/ev-sidebar-links.c: (job_finished_callback):
4110
4111         Do not connect selection changed signal more than once. Fixes bug
4112         #349433.
4113
4114 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4117
4118         Do not change sidebar chrome flag when pressing F9 key in
4119         presentation mode.
4120
4121 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * backend/pdf/ev-poppler.cc:
4124         (pdf_document_thumbnails_get_dimensions):
4125
4126         Make sure thumbnails width and height is not <= 0. Fixes a crash
4127         with some pdf documents which have really small pages.
4128
4129 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4130
4131         * shell/main.c: (main):
4132
4133         Fixes program description translation issue.
4134         Bug #450148.
4135
4136 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4137
4138         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4139
4140         Do not change current page when returning from black/white mode
4141         in presentation. Fixes bug #415032.
4142
4143 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4144
4145         * NEWS:
4146         * configure.ac:
4147         
4148         Update for release 0.9.1
4149
4150 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4151
4152         * backend/dvi/dvi-document.c:
4153         (dvi_document_finalize),
4154         (dvi_document_file_exporter_format_supported),
4155         (dvi_document_file_exporter_begin),
4156         (dvi_document_file_exporter_do_page),
4157         (dvi_document_file_exporter_end),
4158         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4159         
4160         PDF exporter for dvi documents. Fixes bug #441319.
4161
4162 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * shell/ev-window.c: (ev_window_clear_print_job):
4165
4166         Clear gtk print job when job has finished. Fixes bug #447612.
4167
4168 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * shell/ev-window.c: (ev_window_print_send),
4171         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4172
4173         Add preview button to print dialog. Fixes bug #445419.
4174
4175 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * backend/dvi/Makefile.am:
4178         * backend/dvi/pixbuf-device.[ch]: Removed
4179         * backend/dvi/cairo-device.[ch]: Added
4180         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4181         * backend/dvi/dvi-document.c: (dvi_document_load),
4182         (dvi_document_render), (dvi_document_finalize),
4183         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4184         (dvi_document_do_color_special):
4185         * libdocument/ev-document-misc.[ch]:
4186         (ev_document_misc_pixbuf_from_surface):
4187
4188         Port dvi backend to cairo and fix a problem with colors. 
4189
4190 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-view.c: (draw_one_page):
4193
4194         Draw only visible region.
4195
4196 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * backend/djvu/djvu-document.c: (djvu_document_render):
4199
4200         Fix rotation in djvu backend.
4201
4202 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4205         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4206         (ev_pixbuf_cache_get_image_mapping),
4207         (ev_pixbuf_cache_get_text_mapping):
4208
4209         Redraw view every time we have a new surface. Fixes bug #443587.
4210
4211 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * libdocument/ev-document.c: (ev_document_info_free):
4214
4215         Fix memory leaks.
4216
4217 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * backend/dvi/dvi-document.c: (dvi_document_render),
4220         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4221         * backend/impress/impress-document.c:
4222         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4223         (impress_document_render), (impress_document_document_iface_init),
4224         (impress_document_thumbnails_get_thumbnail):
4225         * backend/djvu/djvu-document-private.h:
4226         * backend/djvu/djvu-document.c: (djvu_document_render),
4227         (djvu_document_finalize), (djvu_document_document_iface_init),
4228         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4229         * backend/tiff/tiff-document.c: (tiff_document_render),
4230         (tiff_document_render_pixbuf),
4231         (tiff_document_document_iface_init):
4232         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4233         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4234         (pdf_selection_render_selection):
4235         * backend/comics/comics-document.c:
4236         (comics_document_render_pixbuf), (comics_document_render),
4237         (comics_document_document_iface_init):
4238         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4239         (pixbuf_document_document_iface_init):
4240         * libdocument/ev-document-misc.[ch]:
4241         (ev_document_misc_surface_from_pixbuf),
4242         (ev_document_misc_surface_rotate_and_scale):
4243         * libdocument/ev-document.[ch]: (ev_document_render):
4244         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4245         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4246         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4247         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4248         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4249         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4250         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4251         (render_finished_cb), (ev_job_render_run):
4252         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4253         (merge_selection_region):
4254
4255         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4256         and selections.
4257
4258 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-window-title.c: (ev_window_title_update):
4261
4262         Fix memory leak.
4263
4264 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-view.c: (draw_loading_text):
4267
4268         Show loading text centered. Fixes bug #433061
4269
4270 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * shell/ev-sidebar-thumbnails.c:
4273         (ev_sidebar_thumbnails_set_loading_icon):
4274
4275         Remove a mutex in the main thread that blocks the UI in heavy
4276         documents.
4277
4278 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4281
4282         Set points_set to TRUE so that selections don't disappear after a
4283         zoom change.
4284
4285 2007-06-07  Michael Monreal  <infernux@web.de>
4286
4287         * data/icons/16x16/actions/Makefile.am:
4288         * data/icons/16x16/actions/zoom.svg:
4289         * data/icons/22x22/actions/Makefile.am:
4290         * data/icons/22x22/actions/zoom.svg:
4291         * data/icons/24x24/actions/Makefile.am:
4292         * shell/ev-stock-icons.c:
4293         * shell/ev-stock-icons.h:
4294         * shell/ev-window.c:
4295         
4296         Zoom icon artwork. See bug #444795.
4297
4298 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4299
4300         * shell/ev-metadata-manager.c: Remove extraneous function
4301         (Closes: #444386)
4302
4303 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4304
4305         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4306         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4307         (ev_metadata_manager_set), (ev_metadata_manager_save):
4308         Simplify the timeout, no need for modified anymore
4309
4310 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4311
4312         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4313         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4314         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4315         (ev_metadata_manager_save): Adapted patch from Arjan van de
4316         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4317         time, saves on power (Closes: #443851)
4318
4319 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * configure.ac:
4322         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4323         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4324
4325         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4326
4327 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * shell/ev-window.c: (ev_window_add_history):
4330
4331         Check if history is NULL
4332
4333 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4334
4335         * libdocument/ev-image.c: (ev_image_finalize):
4336         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4337         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4338         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4339         (ev_tmp_uri_unlink):
4340
4341         Add functions to delete temporary files created by evince in a safe
4342         way.
4343
4344         * shell/ev-window.c: (ev_window_clear_local_uri),
4345         (open_xfer_update_progress_callback),
4346         (save_xfer_update_progress_callback), (ev_window_save_remote),
4347         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4348         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4349         (attachment_save_dialog_response_cb),
4350         (ev_attachment_popup_cmd_save_attachment_as):
4351
4352         Allow saving a copy of a document, image or attachment to a remote
4353         location. Fixes bug #440754. 
4354
4355 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * configure.ac:
4358         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4359
4360         Fix build with current poppler from cvs head. 
4361
4362 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4363
4364         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4365
4366         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4367         directory exists.
4368
4369 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4370
4371         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4372         * shell/ev-window.c:
4373
4374         Change sidebar ordering. Fixes bug #439939.
4375
4376 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4377
4378         * backend/comics/Makefile.am:
4379         
4380         Fixes build with --without-libgnome.
4381
4382 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4383         
4384         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4385
4386         Update cursor and tooltip on page change and view scroll. Fixes bug
4387         #439217.
4388
4389 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * NEWS:
4392         * configure.ac:
4393         
4394         Update for release 0.9.0
4395
4396 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4397
4398         * backend/djvu/djvu-document-private.h:
4399         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4400         (djvu_document_finalize),
4401         (djvu_document_file_exporter_format_supported),
4402         (djvu_document_file_exporter_begin),
4403         (djvu_document_file_exporter_do_page),
4404         (djvu_document_file_exporter_end),
4405         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4406         
4407         Implemented printing with djvu. Bug #437998.
4408
4409 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * backend/impress/zip.c:
4412         Add missing ulong definition.
4413
4414         * backend/ps/ps-interpreter.c:
4415         Add missing headers.
4416
4417         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4418
4419 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4422
4423         Add missing call to parent class dispose method. 
4424
4425 2007-05-12  Ross Burton  <ross@openedhand.com>
4426
4427         * shell/main.c:
4428         Sync keybindings manually when building without libgnome
4429         (#437925).
4430
4431 2007-05-12  Ross Burton  <ross@openedhand.com>
4432
4433         * shell/ev-window.c:
4434         Respect the screen when opening help (#437866).
4435
4436 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * data/evince-ui.xml:
4439         * shell/ev-application.[ch]: (get_print_settings_from_args),
4440         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4441         (ev_application_open_uri_list):
4442         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4443         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4444         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4445         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4446         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4447         (ev_window_dispose):
4448         * shell/main.c: (arguments_parse):
4449
4450         Add print button in preview mode. Fixes bug #396475. 
4451
4452 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * cut-n-paste/zoom-control/ephy-zoom.h:
4455         
4456         Fixes zoom level factors. See bug #408119 for details.
4457
4458 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * backend/comics/comics-document.c: (comics_regex_quote),
4461         (extract_argv):
4462         
4463         Correctly quote symbols. Fixes crash in the bug
4464         #415370.
4465
4466 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * shell/ev-navigation-action-widget.c:
4469         (ev_navigation_action_widget_init),
4470         (ev_navigation_action_widget_class_init),
4471         (ev_navigation_action_widget_button_press_event):
4472         
4473         Connect to button-press event on correct widget. Fixes
4474         bug #431988
4475
4476 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * shell/ev-application.c: (ev_application_open_window),
4479         (ev_application_add_icon_path_for_screen),
4480         (ev_application_open_uri_at_dest):
4481         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4482         * shell/ev-navigation-action.c: (build_menu):
4483         
4484         Add app-specific icons to our icon theme. Fixes bug
4485         #425508.
4486
4487 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4488
4489         * shell/ev-history.c: (ev_history_class_init),
4490         (ev_history_add_link):
4491         * shell/ev-history.h:
4492         * shell/ev-navigation-action.c:
4493         (ev_navigation_action_history_changed),
4494         (ev_navigation_action_set_history), (build_menu),
4495         (ev_navigation_action_finalize):
4496         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4497         
4498         Make navigation action unsensitive instead of showing
4499         menu with unsensitive word. Fixes bug #417392.
4500
4501 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-application.[ch]: (ev_application_shutdown),
4504         (ev_application_get_print_settings),
4505         (ev_application_set_print_settings):
4506         * shell/ev-window.c:
4507
4508         Remember print settings. Fixes bug #349102. 
4509
4510 2007-05-08  Christian Persch  <chpe@gnome.org>
4511
4512         * configure.ac:
4513         * properties/ev-properties-view.c:
4514
4515         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4516         Bug #382438.
4517
4518 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4519
4520         * configure.ac:
4521         * properties/ev-properties-view.c: (ev_regular_paper_size):
4522
4523         Use gtk+ builtin paper list to identify the document's paper size.
4524         Fixes bug #382438. 
4525
4526 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4527
4528         * configure.ac:
4529
4530         Fix build when compiling with thumbnailer and libgnome support. 
4531
4532 2007-05-04  Ross Burton  <ross@openedhand.com>
4533
4534         * configure.ac:
4535         Add --without-libgnome, check for libgnome and libgnomeui
4536         separately, and add them to the symbols as required.
4537
4538         * libdocument/ev-file-helpers.c:
4539         When building without libgnome, use g_get_user_config_dir instead
4540         of gnome_user_dir_get.
4541
4542         * shell/ev-application.c:
4543         When building without libgnome, don't use session management.
4544
4545         * shell/main.c:
4546         When building without libgnome, don't use GnomeProgram or
4547         initialise the authentication manager.
4548
4549         This fixes #328842.
4550
4551 2007-05-04  Ross Burton  <ross@openedhand.com>
4552
4553         * shell/ev-window.c:
4554         Don't use libgnome to open help, instead call Yelp directly.
4555
4556 2007-05-04  Ross Burton  <ross@openedhand.com>
4557
4558         * shell/ev-sidebar-attachments.c:
4559         Don't use libgnome to lookup icons for MIME types, instead copy
4560         code from GTK+ to do it manually.
4561
4562 2007-05-04  Ross Burton  <ross@openedhand.com>
4563
4564         * configure.ac:
4565         Add libxml to the dependencies for SHELL_CORE (#435818).
4566
4567 2007-05-02  Ross Burton  <ross@openedhand.com>
4568
4569         * configure.ac:
4570         * Makefile.am:
4571         Add --disable-thumbnailer (#434825)
4572
4573 2007-05-02  Ross Burton  <ross@openedhand.com>
4574
4575         * shell/ev-window.c:
4576         Add missing includes, fix indentation.
4577
4578         * shell/main.c:
4579         Fix indentation.
4580
4581 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4582
4583         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4584         ev_application_open_uri_at_dest instead of ev_application_open_uri
4585         preventing new document always being opened in a new window even if there
4586         is an empty window.
4587
4588 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4591         (egg_recent_view_uimanager_finalize):
4592         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4593         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4594         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4595         (ev_pixbuf_cache_dispose):
4596         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4597         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4598         
4599         Add missing chain to parent class methods. Fixes
4600         bug #433128.
4601
4602 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4603
4604         * data/Makefile.am (update-icon-cache): Updates
4605         gtk-update-icon-cache in uninstall-hook.
4606
4607 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-window.c: (ev_window_setup_document),
4610         (ev_window_set_document), (ev_window_load_job_cb):
4611         * shell/ev-view.c: (setup_caches):
4612         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4613
4614         Start rendering pages before any other jobs. 
4615
4616 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4617
4618         * shell/ev-window.c: (ev_window_stop_fullscreen),
4619         (ev_window_stop_presentation):
4620
4621         Update chrome visibility before window unfullscreen. 
4622
4623 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * data/Makefile.am:
4626         * data/evince-ui.xml:
4627         * shell/ev-stock-icons.[ch]:
4628         * shell/ev-application.[ch]: (ev_application_shutdown),
4629         (ev_application_init), (ev_application_get_toolbars_model):
4630         * shell/ev-window.c: (update_chrome_visibility),
4631         (fullscreen_toolbar_setup_item_properties),
4632         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4633         (ev_window_run_presentation), (ev_window_stop_presentation),
4634         (ev_window_run_preview), (ev_window_screen_changed),
4635         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4636         (ev_window_dispose), (ev_window_init):
4637
4638         Make fullscreen toolbar always visible. Do not use egg toolbars for
4639         fullscreen and preview modes since such toolbars are not editables.
4640         Fixes bugs #300278, #338910 and #316188.  
4641
4642 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4643
4644         * shell/ev-application.c:
4645         * shell/ev-job-queue.c:
4646         * shell/ev-metadata-manager.c:
4647         * shell/ev-stock-icons.c:
4648         * shell/ev-window.c:
4649         * shell/main.c:
4650         
4651         Developers documentation updated.
4652
4653 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4656
4657         Check whether uri is valid before launching it. Fixes bug #427664.
4658
4659 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4660
4661         * shell/ev-window.c:
4662
4663         Change key accelerator for Open a Copy menu entry which is in conflict
4664         with Close. Fixes bug #427321.
4665
4666 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * NEWS:
4669         * configure.ac:
4670         
4671         Update for release 0.8.1
4672
4673 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * shell/ev-window.c: (setup_size_from_metadata):
4676         
4677         Do not make window bigger than screen. Fixes bug 
4678         #388985.
4679
4680 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4683         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4684
4685         Use default resolution when it's not provided by document. Fixes bug
4686         #408762.
4687
4688 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * configure.ac:
4691         * thumbnailer/Makefile.am:
4692         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4693         * thumbnailer/evince-thumbnailer.schemas.in:
4694         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4695
4696         Add support for ps, eps and compressed documents thumbnails. Do not
4697         ignore size parameter. 
4698
4699 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4700
4701         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4702         (dvi_document_do_color_special):
4703         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4704
4705         Implement font color specials in the DVI backend. Fixes bug #303651.
4706
4707 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4708
4709         Fixup the previous commit:
4710
4711         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4712         * shell/xdg-user-dir-lookup.c: Make the function non-static
4713         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4714
4715 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4716
4717         * shell/ev-window.c (file_open_dialog_response_cb): Use
4718         the xdg-user-dirs DOCUMENTS folder as default folder when
4719         opening a file chooser.  (#424858)
4720
4721         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4722         xdg-user-dirs.
4723
4724 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_load_job_cb):
4727
4728         Do not setup view from metadata on preview mode. 
4729
4730 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/main.c:
4733
4734         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4735
4736 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * shell/ev-view.c: (ev_view_primary_get_cb):
4739
4740         Check pointer != NULL before using it. Fixes bug #416841. 
4741
4742 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * NEWS:
4745         * configure.ac:
4746         
4747         Release 0.8.0
4748
4749 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4750
4751         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4752
4753         Do not render thumbnails when sidebar thumbnail page is not visible
4754         at startup. Fixes bug #416447. 
4755
4756 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4757
4758         * data/evince.desktop.in.in:
4759
4760         "Application" is not a valid category in the freedesktop specification.
4761
4762 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * libdocument/ev-file-helpers.[ch]: (compression_run),
4765         (ev_file_uncompress), (ev_file_compress):
4766         * shell/ev-window.c: (file_save_dialog_response_cb):
4767
4768         Save document compressed when saving a copy of a compressed document.
4769         Fixes bug #334542.
4770
4771 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4774
4775         Allow deleting in goto window entry in presentation mode. 
4776
4777 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4778
4779         * Makefile.am: Dist MAINTAINERS.
4780
4781 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4782
4783         * shell/ev-window.c: (ev_window_update_actions):
4784
4785         Fix zoom shortcut keys when searching. Fixes bug #409828.
4786
4787 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-window.c: (ev_window_setup_document):
4790
4791         Fix crash when loading documents with only one page. 
4792
4793 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * backend/dvi/dvi-document.c:
4796         (dvi_document_thumbnails_get_dimensions),
4797         (dvi_document_thumbnails_get_thumbnail):
4798         * backend/impress/impress-document.c:
4799         (impress_document_thumbnails_get_thumbnail),
4800         (impress_document_thumbnails_get_dimensions):
4801         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4802         (ps_document_thumbnails_get_dimensions):
4803         * backend/djvu/djvu-document.c:
4804         (djvu_document_thumbnails_get_dimensions),
4805         (djvu_document_thumbnails_get_thumbnail):
4806         * backend/tiff/tiff-document.c:
4807         (tiff_document_thumbnails_get_thumbnail),
4808         (tiff_document_thumbnails_get_dimensions):
4809         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4810         (pdf_document_thumbnails_get_thumbnail),
4811         (pdf_document_thumbnails_get_dimensions):
4812         * backend/comics/comics-document.c:
4813         (comics_document_thumbnails_get_thumbnail),
4814         (comics_document_thumbnails_get_dimensions):
4815         * backend/pixbuf/pixbuf-document.c:
4816         (pixbuf_document_thumbnails_get_thumbnail),
4817         (pixbuf_document_thumbnails_get_dimensions):
4818         * libdocument/ev-document-thumbnails.[ch]:
4819         (ev_document_thumbnails_get_thumbnail),
4820         (ev_document_thumbnails_get_dimensions):
4821         * libdocument/ev-document-misc.[ch]:
4822         (ev_document_misc_get_thumbnail_frame):
4823         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4824         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4825         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4826         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4827         (ev_sidebar_thumbnails_refresh):
4828         * shell/ev-window.c: (ev_window_setup_document):
4829         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4830
4831         Use an EvRenderContext for rendering thumbnails instead of a suggested
4832         width, so that different sized pages get sized proportionally.
4833
4834 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4835
4836         * shell/ev-view.c: (ev_view_button_press_event),
4837         (ev_view_key_press_event):
4838
4839         Fix critical warnings when there is no document loaded. 
4840
4841 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-page-action-widget.c:
4844         * shell/ev-navigation-action.c:
4845         * shell/ev-window.c:
4846
4847         Fix compile warnings. 
4848
4849 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4850
4851         * backend/djvu/djvu-text.h:
4852         * backend/djvu/djvu-document.c:
4853         * backend/djvu/djvu-text-page.c:
4854         * backend/djvu/djvu-links.c:
4855         * backend/djvu/djvu-text-page.h:
4856         * backend/djvu/djvu-text.c:
4857         
4858         Fix build on Mac. Fixes bug #392186. Patch by
4859         <ephraim_owns@hotmail.com>
4860
4861 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4864
4865         Restore cairo context before rendering every page when printing a PDF
4866         document into a PDF file. 
4867
4868 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * backend/ps/gstypes.h:
4871         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4872         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4873         (ps_document_thumbnails_get_thumbnail):
4874
4875         Handle PostScript page orientation. Fixes bug #318568.
4876
4877 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4878
4879         * backend/ps/Makefile.am:
4880         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4881         (document_load), (ps_document_load), (save_document),
4882         (save_page_list), (ps_document_get_n_pages),
4883         (ps_document_get_page_size), (ps_document_get_info),
4884         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4885         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4886         (ps_document_thumbnails_get_thumbnail),
4887         (ps_document_thumbnails_get_dimensions),
4888         (ps_document_document_thumbnails_iface_init):
4889         * backend/ps/ps.[ch]: (psgetpagebox):
4890         * backend/ps/ps-interpreter.[ch]:
4891
4892         Add support for thumbnails in ps backend. Fixes bug #164755. 
4893
4894 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * NEWS:
4897         * configure.ac:
4898         
4899         Release 0.7.2
4900
4901 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4902
4903         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4904         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4905         (ev_window_dispose):
4906
4907         Use document thumbnail as window icon. Fixes bug #384442.
4908
4909 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4910
4911         * configure.ac:
4912
4913         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4914         duplicated adding application/x-bzpostscript instead. 
4915
4916 2007-02-11  Tom Parker  <palfrey@tevp.net>
4917
4918         * backend/ps/ps-document.c: (document_load):
4919
4920         Check return value of psscan before trying
4921         to use it. Fixes bug #372414.
4922
4923 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4926
4927         Fix invalid free in ev-page-cache. Fixes bug #404745.
4928
4929 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * test/Makefile.am:
4932         * test/test3.py:
4933         
4934         Added reload test case.
4935
4936 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * po/POTFILES.in:
4939         * backend/djvu/djvu-document.c: (djvu_document_load):
4940
4941         Check whether there are missing files in indirect multipage djvu
4942         documents. Fixes bug #361683. 
4943
4944 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * test/Makefile.am:
4947         * test/test-mime.bin:
4948         * test/test3.py:
4949         
4950         Added test for slow mime type
4951
4952 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4953
4954         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4955
4956         Add some checks and call parent_class->finalize. Fixes bug #404745.
4957
4958 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-navigation-action.c: (connect_proxy):
4961         
4962         Fixes dropdown history menu. Thanks a lot Carlos!
4963
4964 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4967
4968         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4969         bug #373715.
4970
4971 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4972
4973         * backend/ps/ps.c: (psscan):
4974
4975         Fix memory leak. 
4976
4977 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * configure.ac:
4980         * libdocument/ev-file-helpers.c: 
4981
4982         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4983
4984 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * configure.ac:
4987         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4988         (ps_interpreter_start), (document_load), (save_document),
4989         (save_page_list):
4990         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4991         * libdocument/ev-document-factory.c:
4992         (ev_document_factory_get_from_mime), (get_document_from_uri),
4993         (free_uncompressed_uri), (ev_document_factory_get_document):
4994         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4995
4996         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4997
4998 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * libdocument/ev-document.h:
5001
5002         Fix typo in function name. 
5003
5004 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * backend/ps/ps-document.c: (ps_interpreter_finished),
5007         (ps_interpreter_start), (ps_interpreter_failed):
5008
5009         Handle ghostscript interpreter crashes. 
5010
5011 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * shell/ev-window.c: (ev_window_open_uri),
5014         (window_configure_event_cb):
5015
5016         Setup window size and position before showing it. Fixes bug #401711.
5017
5018 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5019
5020         * backend/ps/Makefile.am:
5021         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5022         (ps_document_dispose), (ps_document_class_init),
5023         (ps_interpreter_input), (ps_interpreter_output),
5024         (ps_interpreter_error), (setup_interpreter_env),
5025         (ps_interpreter_start), (ps_interpreter_stop),
5026         (ps_interpreter_failed), (ps_interpreter_is_ready),
5027         (check_filecompressed), (document_load), (ps_document_load),
5028         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5029         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5030         (render_page):
5031
5032         Rework ps-document. Code cleanups, remove deprecated code. 
5033
5034 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-view.c: (ev_view_button_press_event):
5037
5038         Do not start an image drag and drop operation when pointer is on 
5039         text, so that we can select text when the whole background is an
5040         image. 
5041
5042 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-window.c: (ev_window_update_actions): 
5045
5046         Disable all zoom related actions during presentation mode. 
5047
5048 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5049
5050         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5051
5052         Do not zoom in or out on presentation mode. Fixes bug #401305.
5053
5054 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-navigation-action.c: (connect_proxy),
5057         (create_menu_item), (ev_navigation_action_class_init):
5058         
5059         Correctly show menu and fix crash when navigaton 
5060         action is out of toolbar visible area.
5061
5062 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * data/Makefile.am:
5065         * data/evince.1:
5066         
5067         Added man file
5068
5069 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * help/reference/* :
5072         * configure.ac:
5073         
5074         Added gtk-doc based documentation for Evince.
5075         Still in initial state but I hope it will
5076         grow.
5077         
5078         * configure.ac:
5079         
5080         Lower dbus requirement to 0.70
5081
5082 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * shell/ev-window.c: (ev_window_add_history):
5085
5086         Fix memory leak. 
5087
5088 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5089
5090         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5091         * shell/ev-view.h:
5092         * shell/ev-window.c: (ev_window_add_history):
5093         
5094         Correctly handle named destination links
5095
5096 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5097
5098         * NOTES:
5099         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5100         * backend/pdf/ev-poppler.cc:
5101         * libdocument/ev-document-links.h:
5102         * libdocument/ev-link.c: (ev_link_get_page):
5103         * libdocument/ev-link.h:
5104         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5105         (ev_history_add_link):
5106         * shell/ev-history.h:
5107         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5108         (new_history_menu_item), (build_menu):
5109         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5110         * shell/ev-sidebar-links.c: (create_loading_model),
5111         (print_section_cb), (ev_sidebar_links_construct),
5112         (fill_page_labels), (update_page_callback_foreach),
5113         (update_page_callback), (job_finished_callback):
5114         * shell/ev-view.c: (ev_view_handle_link):
5115         * shell/ev-window.c: (ev_window_find_chapter),
5116         (ev_window_add_history), (view_handle_link_cb),
5117         (history_changed_cb):
5118         
5119         Implements another history variant
5120
5121 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5122
5123         * shell/ev-window.c: (view_external_link_cb):
5124         * shell/ev-view.c: (ev_view_button_release_event):
5125
5126         Open links in new window when clicking with middle button. 
5127
5128 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-navigation-action.c: (new_history_menu_item):
5131         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5132         * shell/ev-view.c: (ev_view_handle_link):
5133         * shell/ev-window.c:
5134         
5135         Store link before jump, not the destination. For me it 
5136         seems like more natural history behavior.
5137
5138 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5139
5140         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5141         (ev_navigation_action_class_init):
5142         * shell/ev-navigation-action.h:
5143         * shell/ev-page-action.c: (activate_cb):
5144         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5145         (ev_page_cache_set_current_page_history):
5146         * shell/ev-page-cache.h:
5147         * shell/ev-sidebar-thumbnails.c:
5148         (ev_sidebar_tree_selection_changed),
5149         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5150         * shell/ev-view-private.h:
5151         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5152         * shell/ev-view.h:
5153         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5154         (ev_window_setup_document), (ev_window_load_job_cb):
5155         * shell/ev-window.h:
5156         
5157         History finally works as expected.
5158
5159 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5162
5163         Do not update links treeview if it doesn't have a model assigned yet. 
5164
5165 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5168         (ev_sidebar_links_class_init), (update_page_callback):
5169
5170         Do not update links treeview when sidepane is not visible. 
5171
5172 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * shell/ev-marshal.list:
5175         * shell/ev-page-action.c: (activate_cb),
5176         (ev_page_action_class_init):
5177         * shell/ev-page-action.h:
5178         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5179         * shell/ev-window.c:
5180         
5181         Remove activate_link signal, not required.
5182
5183 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * shell/ev-navigation-action.c: (build_menu):
5186         
5187         Reorder menu items and build menu with fixed length.
5188
5189 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5190
5191         * shell/ev-view.c: (get_selected_text):
5192         
5193         Normalize text to fix ligatures problem. See bug
5194         #341947 for details.
5195
5196 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5197
5198         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5199
5200         Fix memory leak in ev-page-cache. 
5201
5202 2007-01-25  Tom Parker <palfrey@tevp.net>
5203
5204         * backend/impress/impress-document.c: (impress_document_load),
5205         (impress_document_finalize), (impress_document_init):
5206         * properties/ev-properties-main.c: (ev_properties_get_pages):
5207         
5208         Correctly handle impress document errors. Fixes nautilus
5209         crash in property page #370491.
5210
5211 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5214         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5215         (ev_job_queue_remove_job):
5216         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5217         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5218         (ev_job_load_run):
5219         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5220         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5221         (ev_window_load_job_cb), (xfer_update_progress_callback),
5222         (ev_window_open_uri), (ev_window_dispose):
5223         * shell/main.c: (main):
5224
5225         Do file transfer asynchronously in the main thread instead of
5226         synchronously in the load thread. Fixes bugs #399694, #398307 and
5227         #343542.
5228
5229 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * shell/ev-jobs.c: (ev_job_xfer_run):
5232
5233         Load the document with the font-config lock held. 
5234
5235 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * backend/ps/ps-document.c: (start_interpreter):
5238
5239         Fix memory leaks in ps backend. 
5240
5241 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5242
5243         * backend/impress/impress-document.c:
5244         (impress_document_render_pixbuf):
5245
5246         Do not acquire fontconfig lock in impress backend, since it is using
5247         the main loop for rendering. 
5248
5249 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5250
5251         * po/POTFILES.in: 
5252
5253         Remove mdvi files that shouldn't be translated. 
5254
5255 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5256
5257         * shell/ev-view-private.h:
5258         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5259         (ev_view_set_zoom):
5260
5261         Render "loading..." text into a cairo surface instead of directly into
5262         the window so that fontconfig lock is only needed once and UI is not
5263         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5264
5265 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5268         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5269
5270         Use icon theme associated with the window screen rather than default. 
5271
5272 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5273
5274         * configure.ac:
5275
5276         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5277
5278 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5279
5280         * data/icons/*/apps/evince.*:
5281
5282         Move Evince icons under new apps directory.
5283
5284         * data/icons/*/actions/*:
5285
5286         Add new custom themeable Evince icons: view-page-continuous, 
5287         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5288         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5289
5290         * configure.ac:
5291
5292         Add new directories to AC_CONFIG_FILES.
5293
5294         * shell/ev-stock-icons.c:
5295         * shell/ev-stock-icons.h:
5296
5297         Use new custom themeable icons.
5298
5299 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5300
5301         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5302
5303         Do not draw white background page in presentation mode. 
5304
5305 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5306
5307         * shell/ev-view.c: Remove unused gnome-vfs include.
5308
5309 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5310
5311         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5312         
5313         Format string is corrected, fixes bug #397129.
5314
5315 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5316
5317         * shell/ev-window.c: (ev_window_setup_recent):
5318
5319         Do not include in recent menu inexistent documents. Fixes
5320         bug #339171.
5321
5322 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * po/POTFILES.skip: 
5325
5326         Update POTFILES.skip file according to current source tree. 
5327
5328 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-window.c: (file_save_dialog_response_cb):
5331
5332         Do Save a copy in atomic way. Fixes bug #328266. 
5333
5334 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5337
5338         Keep selected cell always visible in index treeview.
5339
5340 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5341         
5342         * shell/ev-view.c: (ev_view_size_allocate):
5343
5344         Restore horizontal scrollbar after switching to/from fullscreen
5345         or presentation mode. Fixes bug #331728.
5346
5347 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * shell/ev-view-private.h:
5350         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5351         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5352         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5353         (ev_view_can_zoom_out):
5354
5355         Use max and min scale values in the view iby taking dpi into account. 
5356
5357 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * configure.ac:
5360         * NEWS:
5361
5362         Release 0.7.1
5363
5364 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5365
5366         * shell/ev-window.c: (ev_window_print_send):
5367
5368         Send print job to printer with some settings set to default values,
5369         since we have already exported to a file according to such settings
5370         and they could be taken twice by some printers. 
5371
5372 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5373
5374         * shell/ev-jobs.c: (ev_job_xfer_run):
5375         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5376
5377         Show main window and load document with the font-config lock held. 
5378
5379 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * configure.ac:
5382         * shell/ev-application.c: (ev_application_register_service):
5383         * shell/main.c: (load_files_remote):
5384
5385         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5386
5387 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * doc/debugging.txt:
5390         
5391         Remove obsolete documentation.
5392
5393 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * Makefile.am:
5396         * backend/Makefile.am:
5397         * backend/comics/Makefile.am:
5398         * backend/djvu/Makefile.am:
5399         * backend/dvi/Makefile.am:
5400         * backend/ev-async-renderer.c:
5401         * backend/ev-async-renderer.h:
5402         * backend/ev-attachment.c:
5403         * backend/ev-attachment.h:
5404         * backend/ev-backend-marshal.c:
5405         * backend/ev-document-factory.c:
5406         * backend/ev-document-factory.h:
5407         * backend/ev-document-find.c:
5408         * backend/ev-document-find.h:
5409         * backend/ev-document-fonts.c:
5410         * backend/ev-document-fonts.h:
5411         * backend/ev-document-images.c:
5412         * backend/ev-document-images.h:
5413         * backend/ev-document-info.h:
5414         * backend/ev-document-links.c:
5415         * backend/ev-document-links.h:
5416         * backend/ev-document-misc.c:
5417         * backend/ev-document-misc.h:
5418         * backend/ev-document-security.c:
5419         * backend/ev-document-security.h:
5420         * backend/ev-document-thumbnails.c:
5421         * backend/ev-document-thumbnails.h:
5422         * backend/ev-document-transition.c:
5423         * backend/ev-document-transition.h:
5424         * backend/ev-document.c:
5425         * backend/ev-document.h:
5426         * backend/ev-file-exporter.c:
5427         * backend/ev-file-exporter.h:
5428         * backend/ev-image.c:
5429         * backend/ev-image.h:
5430         * backend/ev-link-action.c:
5431         * backend/ev-link-action.h:
5432         * backend/ev-link-dest.c:
5433         * backend/ev-link-dest.h:
5434         * backend/ev-link.c:
5435         * backend/ev-link.h:
5436         * backend/ev-render-context.c:
5437         * backend/ev-render-context.h:
5438         * backend/ev-selection.c:
5439         * backend/ev-selection.h:
5440         * backend/impress/Makefile.am:
5441         * backend/pdf/Makefile.am:
5442         * backend/pixbuf/Makefile.am:
5443         * backend/ps/Makefile.am:
5444         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5445         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5446         (start_interpreter), (stop_interpreter), (document_load),
5447         (ps_document_next_page), (render_page):
5448         * backend/tiff/Makefile.am:
5449         * comics/Makefile.am:
5450         * comics/comics-document.c:
5451         * comics/comics-document.h:
5452         * configure.ac:
5453         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5454         * djvu/Makefile.am:
5455         * djvu/djvu-document-private.h:
5456         * djvu/djvu-document.c:
5457         * djvu/djvu-document.h:
5458         * djvu/djvu-links.c:
5459         * djvu/djvu-links.h:
5460         * djvu/djvu-text-page.c:
5461         * djvu/djvu-text-page.h:
5462         * djvu/djvu-text.c:
5463         * djvu/djvu-text.h:
5464         * dvi/Makefile.am:
5465         * dvi/dvi-document.c:
5466         * dvi/dvi-document.h:
5467         * dvi/fonts.c:
5468         * dvi/fonts.h:
5469         * dvi/mdvi-lib/Makefile.am:
5470         * dvi/mdvi-lib/afmparse.c:
5471         * dvi/mdvi-lib/afmparse.h:
5472         * dvi/mdvi-lib/bitmap.c:
5473         * dvi/mdvi-lib/bitmap.h:
5474         * dvi/mdvi-lib/color.c:
5475         * dvi/mdvi-lib/color.h:
5476         * dvi/mdvi-lib/common.c:
5477         * dvi/mdvi-lib/common.h:
5478         * dvi/mdvi-lib/defaults.h:
5479         * dvi/mdvi-lib/dvimisc.c:
5480         * dvi/mdvi-lib/dviopcodes.h:
5481         * dvi/mdvi-lib/dviread.c:
5482         * dvi/mdvi-lib/files.c:
5483         * dvi/mdvi-lib/font.c:
5484         * dvi/mdvi-lib/fontmap.c:
5485         * dvi/mdvi-lib/fontmap.h:
5486         * dvi/mdvi-lib/fontsrch.c:
5487         * dvi/mdvi-lib/gf.c:
5488         * dvi/mdvi-lib/hash.c:
5489         * dvi/mdvi-lib/hash.h:
5490         * dvi/mdvi-lib/list.c:
5491         * dvi/mdvi-lib/mdvi.h:
5492         * dvi/mdvi-lib/pagesel.c:
5493         * dvi/mdvi-lib/paper.c:
5494         * dvi/mdvi-lib/paper.h:
5495         * dvi/mdvi-lib/pk.c:
5496         * dvi/mdvi-lib/private.h:
5497         * dvi/mdvi-lib/setup.c:
5498         * dvi/mdvi-lib/sp-epsf.c:
5499         * dvi/mdvi-lib/special.c:
5500         * dvi/mdvi-lib/sysdeps.h:
5501         * dvi/mdvi-lib/t1.c:
5502         * dvi/mdvi-lib/tfm.c:
5503         * dvi/mdvi-lib/tfmfile.c:
5504         * dvi/mdvi-lib/tt.c:
5505         * dvi/mdvi-lib/util.c:
5506         * dvi/mdvi-lib/vf.c:
5507         * dvi/pixbuf-device.c:
5508         * dvi/pixbuf-device.h:
5509         * impress/Makefile.am:
5510         * impress/common.h:
5511         * impress/document.c:
5512         * impress/f_oasis.c:
5513         * impress/f_oo13.c:
5514         * impress/iksemel.c:
5515         * impress/iksemel.h:
5516         * impress/imposter.h:
5517         * impress/impress-document.c:
5518         * impress/impress-document.h:
5519         * impress/internal.h:
5520         * impress/r_back.c:
5521         * impress/r_draw.c:
5522         * impress/r_geometry.c:
5523         * impress/r_gradient.c:
5524         * impress/r_style.c:
5525         * impress/r_text.c:
5526         * impress/render.c:
5527         * impress/render.h:
5528         * impress/zip.c:
5529         * impress/zip.h:
5530         * lib/Makefile.am:
5531         * lib/ev-debug.c:
5532         * lib/ev-debug.h:
5533         * lib/ev-file-helpers.c:
5534         * lib/ev-file-helpers.h:
5535         * lib/ev-gui.c:
5536         * lib/ev-gui.h:
5537         * lib/ev-tooltip.c:
5538         * lib/ev-tooltip.h:
5539         * libdocument/Makefile.am:
5540         * libdocument/ev-file-helpers.c:
5541         * pdf/Makefile.am:
5542         * pdf/ev-poppler.cc:
5543         * pdf/ev-poppler.h:
5544         * pixbuf/Makefile.am:
5545         * pixbuf/pixbuf-document.c:
5546         * pixbuf/pixbuf-document.h:
5547         * properties/Makefile.am:
5548         * ps/Makefile.am:
5549         * ps/gsdefaults.c:
5550         * ps/gsdefaults.h:
5551         * ps/gsio.c:
5552         * ps/gsio.h:
5553         * ps/gstypes.h:
5554         * ps/ps-document.c:
5555         * ps/ps-document.h:
5556         * ps/ps.c:
5557         * ps/ps.h:
5558         * shell/Makefile.am:
5559         * shell/ev-application.h:
5560         * shell/ev-sidebar-links.c:
5561         * shell/ev-sidebar-links.h:
5562         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5563         (ev_gui_menu_position_tree_selection):
5564         * shell/ev-utils.h:
5565         * shell/ev-view.c: (ev_view_finalize):
5566         * shell/ev-window.c:
5567         * shell/main.c: (main):
5568         * thumbnailer/Makefile.am:
5569         * tiff/Makefile.am:
5570         * tiff/tiff-document.c:
5571         * tiff/tiff-document.h:
5572         * tiff/tiff2ps.c:
5573         * tiff/tiff2ps.h:
5574         
5575         Reorganize source tree.
5576
5577 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * backend/ev-document-factory.c:
5580
5581         Do not include ev-poppler.h when pdf is disabled. 
5582
5583 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5584
5585         * configure.ac:
5586         * data/evince-ui.xml:
5587         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5588         (pdf_document_document_images_iface_init):
5589         * backend/Makefile.am:
5590         * backend/ev-document-images.[ch]:
5591         * backend/ev-image.[ch]:
5592         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5593         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5594         (ev_job_xfer_run):
5595         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5596         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5597         (ev_pixbuf_cache_get_image_mapping):
5598         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5599         (view_menu_popup_cb), (ev_window_dispose),
5600         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5601         (ev_view_popup_cmd_copy_image):
5602         * shell/ev-view-private.h:
5603         * shell/ev-view.c: (ev_view_get_image_at_location),
5604         (ev_view_do_popup_menu), (ev_view_popup_menu),
5605         (ev_view_button_press_event), (ev_view_drag_data_get),
5606         (ev_view_drag_motion), (ev_view_drag_data_received),
5607         (ev_view_motion_notify_event), (ev_view_button_release_event),
5608         (ev_view_finalize), (ev_view_class_init):
5609
5610         Add image handling support. Fixes bugs #310008 and #325047. Images
5611         selection is not supported yet. 
5612
5613 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5614
5615         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5616         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5617         (ev_view_init):
5618
5619         Move view drag and drop stuff to ev-view.
5620
5621 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5624         * shell/ev-view.c: (clear_selection): 
5625
5626         Clear selection also in pixbuf cache.
5627
5628 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5629
5630         * data/evince.desktop.in.in:
5631         
5632         Change icon name in desktop file. See bug #390734
5633         for details.
5634
5635 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5636
5637         * thumbnailer/Makefile.am:
5638
5639         Use top_builddir instead top_srcdir for generated schema
5640         file installation. Fixes bug #390161.
5641
5642 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5643
5644         * configure.ac:
5645         * backend/Makefile.am:
5646         * backend/ev-document-transition.[ch]:
5647         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5648         (pdf_document_page_transition_iface_init):
5649         * shell/ev-view-private.h:
5650         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5651         (ev_view_set_presentation), (transition_next_page),
5652         (ev_view_presentation_transition_stop),
5653         (ev_view_presentation_transition_start), (ev_view_next_page):
5654
5655         Add page transition support in presentation mode. At the moment only
5656         page duration is supported, but not transition effects. Fixes bug
5657         #309815.
5658
5659 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5662
5663         Run find_link_dest with document lock held, since it's called by links
5664         thread and main thread at the same time. 
5665
5666 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * shell/ev-view.c: (goto_dest):
5669
5670         Update page-cache when page is changed by the view, so that
5671         page-changed signal is emitted. 
5672
5673 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5674
5675         * test/test1.py:
5676         * test/test2.py:
5677
5678         Use C locale in tests. 
5679
5680 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * shell/ev-window.c: (ev_window_run_presentation):
5683         * shell/ev-view-private.h:
5684         * shell/ev-view.c: (ev_view_set_presentation):
5685
5686         Restore zoom settings when back from presentation mode. 
5687
5688 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5689
5690         * shell/ev-window.c: (ev_window_run_presentation):
5691
5692         Always use "best fit" zoom in presentation mode.
5693         Fixes bug #389195.
5694
5695 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5696
5697         * shell/ev-view.c: (ev_view_goto_window_create):
5698
5699         Show "Jump to page" label in the page jumping popup in
5700         presentation mode instead of just a GtkEntry.
5701
5702 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5703
5704         * shell/ev-window.c: (launch_external_uri):
5705
5706         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5707         #378085.
5708
5709 2006-12-22  Elijah Newren  <newren gmail com>
5710
5711         * configure.ac: explicitly check for libxml2.  Fixes #388795
5712
5713 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5714
5715         * shell/ev-view-private.h:
5716         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5717         (ev_view_goto_window_delete_event), (key_is_numeric),
5718         (ev_view_goto_window_key_press_event),
5719         (ev_view_goto_window_button_press_event),
5720         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5721         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5722         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5723
5724         Allow jumping to another page by typing a page number in presentation
5725         mode. It uses a popup window with an entry. Fixes bug #353625.
5726
5727 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * configure.ac:
5730         * properties/ev-properties-view.c: (ev_get_default_user_units),
5731         (ev_regular_paper_size):
5732         
5733         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5734         to Damien Carbery <damien.carbery@sun.com> and
5735         Yevgen Muntyan <muntyan@tamu.edu>.
5736
5737 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5738
5739         * shell/ev-window.c: (setup_document_from_metadata):
5740
5741         Make sure Evince doesn't restore the view on the last
5742         page when a document is reopened. Fixes bug #383381.
5743
5744 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5745
5746         * shell/ev-view.c: (draw_loading_text):
5747
5748         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5749
5750 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * configure.ac:
5753         * NEWS:
5754
5755         Release 0.7.0
5756
5757 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5758
5759         * configure.ac:
5760         * pdf/ev-poppler.cc: (pdf_print_context_free),
5761         (pdf_document_file_exporter_begin),
5762         (pdf_document_file_exporter_do_page):
5763
5764         Make cairo-pdf depedency optional. 
5765
5766 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5767
5768         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5769
5770         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5771
5772 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5775         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5776         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5777         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5778         * shell/ev-view.c: (draw_loading_text):
5779         * shell/ev-window.c: (ev_window_cmd_file_properties):
5780
5781         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5782         related to using FontConfig from different threads.
5783         
5784 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * shell/ev-view.c: (draw_loading_text):
5787
5788         Acquire lock document when drawing "Loading..." text so that only one
5789         thread will use FontConfig at the same time. Fixes bug #374750.
5790
5791 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * shell/ev-page-action.[ch]: (activate_cb):
5794         * shell/ev-window.c: (activate_label_cb):
5795
5796         Check if text inserted in page entry is a valid page number when it
5797         doesn't match to any document page label. Fixes bug #383165.
5798
5799 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5800         * shell/ev-window.c:
5801
5802         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5803         available with GTK < 2.10. Added an ifdef to avoid compilation
5804         error.
5805
5806 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * configure.ac:
5809         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5810
5811         Fix ps backend in multihead systems.
5812
5813 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5814
5815         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5816         * shell/ev-window.c: (ev_window_get_screen_dpi),
5817         (ev_window_update_actions), (setup_view_from_metadata),
5818         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5819
5820         Take screen DPI into account when zooming. Fixes bug #318285.
5821
5822 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5823
5824         * data/Makefile.am:
5825
5826         Cleaned up/slightly refactored Makefile.am. Added GConf
5827         schemas uninstallation as well.
5828
5829 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5830
5831         * Makefile.am:
5832         * test/Makefile.am:
5833
5834         Fight with autotools to fix make check. Make distcheck
5835         works fine as well now!
5836
5837 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5838
5839         * shell/ev-view.c: (draw_end_presentation_page):
5840
5841         Corrected "end of presentation" string.
5842
5843 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5844
5845         * shell/ev-view.c: (ev_view_key_press_event):
5846
5847         Correctly propagate key press event so that up/down keys
5848         work as expected (correct behaviour was broken by
5849         black/white screen key bindings for presentations).
5850
5851 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5854         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5855         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5856         (pdf_selection_get_selection_region),
5857         (pdf_selection_get_selection_map):
5858
5859         Add "static" to some private functions. 
5860
5861 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5862
5863         * lib/ev-tooltip.h:
5864         * properties/ev-properties-view.h:
5865         * shell/ev-jobs.h:
5866         * shell/ev-properties-dialog.h:
5867         * shell/ev-properties-fonts.h:
5868         * shell/ev-sidebar-links.h:
5869         * shell/ev-sidebar-thumbnails.h:
5870         * shell/ev-sidebar.h:
5871         * shell/ev-window.h:
5872         
5873         Fixes CHACK type in class casts. See bug #385343
5874         for details.
5875
5876 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5877
5878         * shell/ev-view-private.h:
5879         * shell/ev-view.c: (draw_end_presentation_page),
5880         (ev_view_expose_event), (ev_view_key_press_event),
5881         (ev_view_class_init), (ev_view_init):
5882
5883         Blank screen in presentation mode when pressing 'b' (filling with
5884         black) or 'w' (filling with white) keys. Fixes bug #358132.
5885
5886 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5887
5888         * data/evince-toolbar.xml:
5889         * shell/ev-window.c:
5890         
5891         Use stock icon for Select All action. Fixes
5892         bug #382652.
5893
5894 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5895
5896         * shell/ev-view.c: (get_doc_point_from_offset),
5897         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5898
5899         Add links support in rotated documents. Fixes bug #343733.
5900
5901 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5902
5903         * shell/ev-view-private.h:
5904         * shell/ev-view.c: (draw_end_presentation_page),
5905         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5906
5907         Show a blank page after the last page in presentation mode with a
5908         message indicating that presentation has finished and how to exit. 
5909
5910 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * shell/ev-window.c: (fullscreen_timeout_cb):
5913
5914         Hide cursor after a while in presentation mode. 
5915
5916 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5917
5918         * backend/ev-document-info.h:
5919         * data/evince-properties.glade:
5920         * pdf/ev-poppler.cc:
5921         * properties/ev-properties-view.c: (ev_regular_paper_size),
5922         (ev_properties_view_set_info):
5923         * ps/ps-document.c: (ps_document_get_info):
5924
5925         Adds a paper size field to the properties dialog. Fixes
5926         bug #307315. Patch by Kasper Svendsen (with some i18n
5927         changes done by me).
5928
5929 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5932         (screensaver_init_dbus), (totem_scrsaver_new),
5933         (totem_scrsaver_init):
5934         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5935         * shell/ev-application.c: (ev_application_register_service),
5936         (ev_application_screensaver_enable),
5937         (ev_application_screensaver_disable):
5938         * shell/ev-application.h:
5939         * shell/ev-window.c: (ev_window_run_presentation),
5940         (ev_window_stop_presentation), (build_comments_string),
5941         (ev_window_init):
5942         
5943         Move screensaver handling to application. No more
5944         message on startup.
5945
5946 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5947
5948         * configure.ac:
5949         * backend/Makefile.am:
5950         * backend/ev-file-exporter.[ch]:
5951         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5952         * ps/ps-document.c: (ps_document_file_exporter_*):
5953         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5954         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5955         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5956         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5957
5958         Allow printing to PDF when suppoted by the backend.
5959         
5960 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5961
5962         * shell/ev-window.c: (build_comments_string):
5963
5964         Use always "Document Viewer" in about dialog. 
5965
5966 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5967
5968         * djvu/djvu-document.c: (djvu_document_get_page_size):
5969
5970         Display a warning message when get_pageinfo fails. 
5971
5972 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5973
5974         * Makefile.am:
5975         * backend/Makefile.am:
5976         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5977         * configure.ac:
5978         * shell/ev-window.c: (build_comments_string):
5979         
5980         Make pdf compilation optional. See bug #38007.
5981
5982 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5983
5984         * ps/ps.c: (get_next_text):
5985
5986         Fix CVE-2006-5864.
5987
5988 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5989
5990         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5991         * shell/ev-navigation-action.c: (connect_proxy),
5992         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5993         
5994         Do not call g_type_class_peek_parent twice.
5995
5996 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * configure.ac:
5999         * data/icons/24x24/.cvsignore:
6000         * data/icons/24x24/Makefile.am:
6001         * data/icons/24x24/evince.png:
6002         * data/icons/Makefile.am:
6003         
6004         Add 24x24 icon. Thanks to 
6005         Michael Monreal <infernux@web.de>.
6006
6007 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * configure.ac: Fix typo in configure.ac. Thanks
6010         to dmacks@netspace.org for notification.
6011
6012 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6013
6014         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6015         
6016         Drop dbus include, fixes compilation with older dbus.
6017
6018 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6019
6020         * configure.ac:
6021         * cut-n-paste/Makefile.am:
6022         * cut-n-paste/totem-screensaver/.cvsignore
6023         * cut-n-paste/totem-screensaver/Makefile.am:
6024         * cut-n-paste/totem-screensaver/README:
6025         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6026         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6027         * shell/Makefile.am:
6028         * shell/ev-window.c: (ev_window_run_presentation),
6029         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6030         (ev_window_init):
6031
6032         Implemented screensaver enabling/disabling for
6033         presentation mode (not fullscreen mode). Code stolen
6034         from Totem (with some minor tweaks). Fixes bug #338889.
6035
6036 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6037
6038         * configure.ac:
6039
6040         Bump gnome-icon-theme requirements. We use the rotation
6041         icons that appeared recently.
6042
6043 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6044
6045         * shell/ev-history.c: (ev_history_add_page):
6046         * shell/ev-history.h:
6047         * shell/ev-window.c: (page_changed_cb):
6048         
6049         Use page labels instead of numbers.
6050
6051 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6052
6053         * data/evince-toolbar.xml:
6054         * po/POTFILES.in:
6055         * shell/Makefile.am:
6056         * shell/ev-navigation-action-widget.c:
6057         (ev_navigation_action_widget_init),
6058         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6059         (menu_detacher), (ev_navigation_action_widget_set_menu),
6060         (menu_position_func), (popup_menu_under_arrow),
6061         (ev_navigation_action_widget_toggled),
6062         (ev_navigation_action_widget_button_press_event):
6063         * shell/ev-navigation-action-widget.h:
6064         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6065         (ev_navigation_action_set_window), (activate_menu_item_cb),
6066         (new_history_menu_item), (new_empty_history_menu_item),
6067         (build_menu), (menu_activated_cb), (connect_proxy),
6068         (create_tool_item), (ev_navigation_action_init),
6069         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6070         * shell/ev-navigation-action.h:
6071         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6072         (ev_page_action_widget_set_page_cache),
6073         (ev_page_action_widget_finalize),
6074         (ev_page_action_widget_class_init), (match_selected_cb),
6075         (display_completion_text), (match_completion), (build_new_tree_cb),
6076         (get_filter_model_from_model),
6077         (ev_page_action_widget_update_model):
6078         * shell/ev-page-action-widget.h:
6079         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6080         (connect_proxy):
6081         * shell/ev-page-action.h:
6082         * shell/ev-stock-icons.c:
6083         * shell/ev-stock-icons.h:
6084         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6085         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6086         (register_custom_actions):
6087         * shell/main.c:
6088         
6089         Preliminary history implementation
6090
6091 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6092
6093         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6094         (dvi_document_class_init), (dvi_document_init_params):
6095         * dvi/mdvi-lib/font.c: (font_reference):
6096         
6097         Add reference to subfont. Fixes bug #374277.
6098
6099 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6100
6101         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6102         (ev_window_cmd_file_open_copy_at_dest):
6103
6104         Fix a race condition when creating symlink. Increase the counter
6105         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6106         Mathias Hasselmann).
6107
6108 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6109
6110         * backend/Makefile.am:
6111         * backend/ev-attachment.c: (ev_attachment_open):
6112         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6113         (ev_tmp_dir), (ev_tmp_filename):
6114         * shell/ev-sidebar-attachments.c:
6115         (ev_sidebar_attachments_drag_data_get):
6116         * shell/ev-window.c: (ev_window_clear_temp_file):
6117
6118         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6119         in ensure_dir_exists. Abort without crashing when we can't create
6120         user's directory.
6121
6122 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * data/evince-ui.xml:
6125         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6126         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6127         (ev_window_cmd_file_open_copy_at_dest),
6128         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6129         (ev_view_popup_cmd_open_link_new_window):
6130
6131         Allow opening a copy of the current document in a new window. Fixes bug
6132         #357472
6133
6134 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * data/evince-toolbar.xml:
6137         
6138         Add rotate right and rotate left to available items for toolbar.
6139         
6140         * data/evince-ui.xml:
6141         * shell/ev-window.c: (ev_window_init):
6142         
6143         Customize toolbar with right click. Fixes bug #372451.
6144
6145 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6146
6147         * shell/ev-window.c: 
6148         
6149         Use "object-rotate-{left,right}" stock icons. Fixes 
6150         bug #373863.
6151
6152 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6153
6154         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6155         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6156         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6157         (ev_window_open_uri):
6158         * shell/main.c: (arguments_parse):
6159
6160         Remove temp file created when evince is used by GTK+ in
6161         preview mode. Fixes bug #365282. 
6162
6163 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6166         
6167         Fixes bug #372474 - Side pane disabled when entering 
6168         and leaving fullscreen mode.
6169
6170 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6173         * data/Makefile.am:
6174         * data/evince-preview-toolbar.xml:
6175         * data/evince-toolbar.xml:
6176         * shell/ev-application.c: (ev_application_shutdown),
6177         (ev_application_init), (ev_application_get_toolbars_model):
6178         * shell/ev-application.h:
6179         * shell/ev-window.c: (update_chrome_visibility),
6180         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6181         (ev_window_cmd_edit_toolbar), (ev_window_init):
6182         
6183         Fixes bug #364364 - toolbar editor shows zoom actions again.
6184
6185 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6186
6187         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6188
6189         Do not take margins into consideration for paper size when printing.
6190         Really fixes bug #350491.
6191
6192 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * data/evince-ui.xml:
6195         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6196         (ev_window_cmd_file_print_setup),
6197         (ev_window_print_dialog_response_cb),
6198         (ev_window_setup_action_sensitivity):
6199
6200         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6201
6202 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6203
6204         * shell/ev-window.c: (ev_window_print_range):
6205
6206         Revert my previuos commit, since printing to PDF is not supported by
6207         evince yet. 
6208
6209 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * shell/ev-window.c: (ev_window_print_range):
6212
6213         Enable print to a PDF. Fixes bug #332121.
6214
6215 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6216
6217         * shell/ev-application-service.xml:
6218         * shell/ev-application.[ch]: (ev_application_open_window),
6219         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6220         (ev_application_open_uri), (ev_application_open_uri_list):
6221         * shell/ev-window.c: (file_open_dialog_response_cb),
6222         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6223         (drag_data_received_cb), (open_remote_link):
6224         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6225
6226         Add support for multiscreen systems. Fixes bug #316206.
6227
6228 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6229
6230         * shell/ev-jobs.[ch]: (ev_job_print_new),
6231         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6232         (ev_job_print_do_page):
6233         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6234
6235         Allow printing only odd/even pages. Fixes bug #367289.
6236
6237 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6238
6239         * test/test1.py:
6240         * test/test2.py:
6241
6242         Re-add locale settings to test files.
6243
6244 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * data/evince-ui.xml:
6247         * shell/ev-window.c: (set_action_properties):
6248         
6249         Removed garbage from code and ui.
6250
6251 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6252
6253         * shell/ev-window.c: (ev_window_cmd_help_about):
6254
6255         Shamelessly add my name to the list of contributors.
6256
6257 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6258
6259         * test/test1.py:
6260         * test/test2.py:
6261
6262         Cleaned up the dogtail scripts.
6263
6264 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6265
6266         * shell/ev-view.c: (draw_loading_text): Don't render
6267         "loading..." text in presentation mode. Temporary
6268         workaround for bug #320352.
6269
6270 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6271
6272         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6273         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6274
6275         Use print settings scale, copies, collate and reverse which were
6276         ignored. Fixes bug #359032.
6277
6278 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * configure.ac:
6281         * data/evince-password.glade:
6282         * test/Makefile.am:
6283         * test/test-encrypt.pdf:
6284         * test/test-links.pdf:
6285         * test/test1.py:
6286         * test/test2.py:
6287
6288         Add automated UI tests for evince with dogtail. See
6289         bug #300948.    
6290
6291 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6292
6293         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6294
6295         Hide fullscreen toolbar when switching to another desktop workspace.
6296         Fixes bug #338871
6297
6298 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-window-title.c: 
6301         
6302         Test for .dvi in title of pdf documents.
6303
6304 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6305
6306         * shell/ev-view.c: (ev_view_scroll):
6307
6308         Page Up/Down should do page jumps in "Best fit" mode.
6309         If a user has explicitly chosen to view exactly one page
6310         at a time, scrolling just a part of the page when
6311         pressing Page Up/Down is not right. Fixes bug #323107.
6312
6313 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * NEWS:
6316         * configure.ac:
6317         
6318         Update for 0.6.1
6319
6320 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6323         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6324         
6325         Correctly disconnect from job signals on destroy.
6326
6327 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * shell/ev-view-private.h:
6330         * shell/ev-view.c: (view_set_adjustment_values),
6331         (view_update_range_and_current_page),
6332         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6333         
6334         Fixes bug #343199, current page now follows find page.
6335
6336 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6337
6338         * backend/ev-document-factory.c:
6339         * configure.ac:
6340         Assigned OpenDocument presenation MIME type to the
6341         Impress backend. Added some missing (but harmless)
6342         #ifdefs in the document factory as well to make things
6343         consistent again. Fixes bug #360658.
6344
6345 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6346
6347         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6348         * backend/ev-document-find.c: (ev_document_find_get_type):
6349         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6350         * backend/ev-document-links.c: (ev_document_links_get_type):
6351         * backend/ev-document-security.c: (ev_document_security_get_type):
6352         * backend/ev-document-thumbnails.c:
6353         (ev_document_thumbnails_get_type):
6354         * backend/ev-document.c: (ev_document_get_type):
6355         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6356         * backend/ev-selection.c: (ev_selection_get_type):
6357         * cut-n-paste/recent-files/egg-recent-model.c:
6358         (egg_recent_model_get_type):
6359         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6360         (egg_recent_view_uimanager_get_type):
6361         * cut-n-paste/recent-files/egg-recent-view.c:
6362         (egg_recent_view_get_type):
6363         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6364         (egg_editable_toolbar_get_type):
6365         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6366         (egg_toolbar_editor_get_type):
6367         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6368         (egg_toolbars_model_get_type):
6369         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6370         (egg_tree_multi_drag_source_get_type):
6371         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6372         (ephy_zoom_action_get_type):
6373         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6374         (ephy_zoom_control_get_type):
6375         * impress/r_back.c: (_imp_fill_back):
6376         * properties/ev-properties-main.c:
6377         (ev_properties_plugin_register_type):
6378         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6379         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6380         (ev_view_accessible_factory_get_type):
6381
6382         Reduce relocations. Bug #360616.
6383
6384 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6385
6386         * backend/ev-document-factory.c:
6387         (ev_document_factory_get_document):
6388         
6389         Load document even if extension is wrong.
6390
6391 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * shell/ev-metadata-manager.c: (save_values):
6394         * shell/ev-window.c: (setup_size_from_metadata),
6395         (setup_view_from_metadata), (ev_window_setup_document),
6396         (ev_window_xfer_job_cb), (window_configure_event_cb):
6397         
6398         Set size according to the document size/page size ratio.
6399         That should correct rather wierd behaviour of the previous
6400         commit.
6401
6402 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * shell/ev-window.c: (setup_view_from_metadata):
6405         
6406         Set size for new windows from previous window size.
6407         See bugs #354968 and #168450 for details. Thanks
6408         to Meik Hellmund.
6409
6410 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6411
6412         * djvu/djvu-links.c: (build_tree):
6413
6414         Fix memory leak.
6415
6416 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6419         
6420         Don't make sidebar close button insensitive. Fixes
6421         bug #357871.
6422
6423 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6426         (ev_window_set_view_accels_sensitivity):
6427         
6428         Don't enable Slash on documents which don't support
6429         find. Fixes bug #358648.
6430
6431 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6432
6433         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6434         open dialog fall back to the current document uri if the
6435         filechooser hasn't been used before. Fixes bug #356980.
6436
6437 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6438
6439         * shell/ev-window.c: (ev_window_setup_recent), 
6440         (ev_window_get_recent_file_label):
6441
6442         Escape underscores in filenames of recent file items.
6443
6444 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6445
6446         * configure.ac:
6447         
6448         Bumped poppler requirements, really 0.5.3 is very 
6449         buggy, now we require 0.5.4.
6450
6451 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * djvu/Makefile.am:
6454         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6455         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6456         (djvu_document_document_links_iface_init):
6457         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6458         (number_from_string_10), (get_djvu_link_dest),
6459         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6460         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6461         (djvu_links_get_links), (djvu_links_find_link_dest),
6462         (djvu_links_get_links_model):
6463         * djvu/djvu-links.h:
6464         
6465         Add support for links and bookmarks in djvu documents. Thanks
6466         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6467         patch.
6468
6469 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6472         
6473         Reopen should reload document. Fixes 
6474         bug 327951.
6475
6476 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * configure.ac:
6479         * data/Makefile.am:
6480         * data/evince-16.png:
6481         * data/evince-22.png:
6482         * data/evince.png:
6483         * data/evince.svg:
6484         * data/icons/16x16/Makefile.am:
6485         * data/icons/16x16/evince.png:
6486         * data/icons/22x22/Makefile.am:
6487         * data/icons/22x22/evince.png:
6488         * data/icons/48x48/Makefile.am:
6489         * data/icons/48x48/evince.png:
6490         * data/icons/Makefile.am:
6491         * data/icons/scalable/Makefile.am:
6492         * data/icons/scalable/evince.svg:
6493         
6494         Install icons with correct names. Fixes
6495         bug #354429.
6496
6497 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6498
6499         * shell/ev-view.c: (ev_view_button_release_event):
6500
6501         Don't open links with middle mouse button. Fixes bug #353649
6502
6503 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * NEWS:
6506         * configure.ac:
6507         
6508         Update for release 0.6.0
6509
6510 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6513         Implement Close named action. Patch by Carlos Garcia Campos.
6514
6515 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6516
6517         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6518         
6519         Don't clear link mapping on copy_job_to_job_info. Fixes
6520         bug 346168.
6521
6522 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6523
6524         * shell/main.c: (main):
6525
6526         Revert my previous commit, gnome_program_init owns the option context.
6527         Fix another memory leak in main. Both caught by Christian Persch. 
6528
6529 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * shell/main.c: (main):
6532
6533         Fix memory leak.
6534
6535 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6536
6537         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6538
6539         Fix crash when opening a pdf with password protection. 
6540
6541 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6542
6543         * pdf/ev-poppler.cc: (pdf_document_search_free):
6544
6545         Fix memory leak. 
6546
6547 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * backend/ev-document-factory.c:
6550         (ev_document_factory_get_document):
6551         * tiff/tiff-document.c: (tiff_document_finalize):
6552         
6553         More correct handling of document loading. Fixes
6554         bug #349043.
6555
6556 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * backend/ev-attachment.c: (ev_attachment_save):
6559
6560         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6561         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6562
6563 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6564         
6565         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6566         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6567
6568 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * shell/ev-sidebar-thumbnails.c:
6571
6572         Do not render thumbnails unless thumbnails page is active in the
6573         sidebar.
6574
6575 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6576
6577         * shell/ev-properties-dialog.c:
6578
6579         Fix dialogue spacing. Bug #351370.
6580
6581 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6582
6583         * configure.ac:
6584
6585         Use lowercase gettext catalog file names (evince.mo
6586         instead of Evince.mo)
6587
6588 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6589
6590         * shell/ev-sidebar-attachments.c:
6591
6592         GtkIconTheme is now screen safe too. Fixes bug #350878
6593
6594 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6595
6596         * shell/ev-window.c:
6597
6598         GtkRecent manager is now screen safe. Fixes bug #350145
6599
6600 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * shell/ev-sidebar.c: (ev_sidebar_init):
6603         
6604         Make sidebar close icon smaller. Fix for bug 350177.
6605         See also bugs 350176 and 165770.
6606
6607 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6608
6609         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6610
6611         Ignore zoom for xyz destinations when it's <= 1, keeping user
6612         preferences instead. Set correct sizing-mode for fith and fitv
6613         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6614
6615 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6616
6617         * NEWS:
6618         * configure.ac:
6619         
6620         Update for release 0.5.5
6621
6622 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6623         
6624         * shell/ev-window.c: (ev_window_cmd_escape)
6625
6626         Escape unfocus page entry. Fixes bug #345809.
6627
6628 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6629
6630         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6631         (build_tree), (pdf_document_links_get_links),
6632         (pdf_document_links_find_link_dest):
6633         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6634         (goto_xyz_dest):
6635
6636         Convert from PDF style coordinates to X style coordinates in the
6637         backend rather than in the view. Fixes bug #338440
6638
6639 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * shell/ev-window.c:
6642         
6643         Remove Ctrl+Shift+T shortcut for toolbars. See
6644         the bug #350098.
6645
6646 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6647
6648         * configure.ac:
6649
6650         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6651         of this. 
6652
6653 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6654
6655         * configure.ac:
6656         * cut-n-paste/Makefile.am:
6657         * data/evince-ui.xml:
6658         * shell/Makefile.am:
6659         * shell/ev-application.[ch]:
6660         * shell/ev-window.c:
6661
6662         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6663         #349273
6664
6665 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6666
6667         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6668         findbar code: s/help/search/
6669
6670 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6671
6672         * shell/ev-window.c: (setup_document_from_metadata),
6673         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6674         (setup_view_from_metadata):
6675         
6676         Fix memory leaks.
6677
6678 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6679
6680         * autogen.sh, configure.ac: 
6681         
6682         Update automake usage. See bug 349292.
6683
6684 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6685
6686         * shell/eggfindbar.c: (egg_find_bar_class_init),
6687         (entry_activate_callback), (egg_find_bar_init),
6688         (egg_find_bar_set_status_text):
6689         * shell/eggfindbar.h:
6690         
6691         Unify Evince findbar with Epiphany. Nice patch
6692         from Fabricio Silva <silva@crans.org> and
6693         Frederic Peters <fpeters@entrouvert.com>. See
6694         bug #339966 for details.
6695
6696 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * data/evince.desktop.in.in:
6699         
6700         Correct information for bugzilla. Thanks to
6701         Olaf Vitters, see bug #348855.
6702
6703 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6704
6705         * shell/ev-jobs.[ch]:
6706         * shell/ev-sidebar-links.c:
6707         * shell/ev-window.[ch]:
6708
6709         GtkPrintJob doesn't support print ranges or current page, so we export
6710         to a ps file now when printing ranges or current page.
6711
6712 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * pdf/ev-poppler.cc:
6715         * shell/ev-window.c: (do_action_named):
6716
6717         We should be more clear about bugzilla. See the
6718         poppler bug #7623.
6719
6720 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6721
6722         * configure.ac:
6723         * shell/Makefile.am:
6724         * shell/ev-job-queue.c:
6725         * shell/ev-jobs.[ch]:
6726         * shell/ev-sidebar-links.c:
6727         * shell/ev-window.[ch]:
6728         
6729         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6730         #348422
6731
6732 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6733
6734         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6735         * shell/ev-application-service.xml:
6736         * shell/ev-application.[ch]:
6737         * shell/ev-jobs.[ch]:
6738         * shell/ev-window.[ch]: (ev_window_run_preview):
6739         * shell/main.c: 
6740
6741         Add preview mode to use evince as a printing previewer. It also adds
6742         other command line options for fullscreen and presentation modes.
6743         Fixes bugs #347822, #317031
6744
6745 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * NEWS:
6748         * configure.ac:
6749         
6750         Update for release 0.5.4
6751
6752 2006-07-11  Bastien Nocera <hadess@hadess.net>
6753
6754         * Makefile.am:
6755         * backend/Makefile.am:
6756         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6757         * backend/ev-document-factory.h:
6758         * configure.ac:
6759         * impress/.cvsignore:
6760         * impress/Makefile.am:
6761         * impress/common.h:
6762         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6763         (imp_get_page), (imp_next_page), (imp_prev_page),
6764         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6765         * impress/f_oasis.c: (render_object), (render_page),
6766         (get_geometry), (_imp_oasis_load):
6767         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6768         (_imp_oo13_load):
6769         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6770         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6771         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6772         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6773         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6774         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6775         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6776         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6777         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6778         (iks_new_within), (iks_insert), (iks_insert_cdata),
6779         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6780         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6781         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6782         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6783         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6784         (iks_cdata), (iks_cdata_size), (iks_has_children),
6785         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6786         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6787         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6788         (iks_tree), (iks_load), (iks_save):
6789         * impress/iksemel.h:
6790         * impress/imposter.h:
6791         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6792         (imp_render_draw_bezier_real), (imp_render_get_size),
6793         (imp_render_set_fg_color), (imp_render_draw_line),
6794         (imp_render_draw_rect), (imp_render_draw_polygon),
6795         (imp_render_draw_arc), (imp_render_draw_bezier),
6796         (imp_render_open_image), (imp_render_get_image_size),
6797         (imp_render_scale_image), (imp_render_draw_image),
6798         (imp_render_close_image), (imp_render_markup),
6799         (imp_render_get_text_size), (imp_render_draw_text),
6800         (impress_document_load), (impress_document_save),
6801         (impress_document_get_n_pages), (impress_document_get_page_size),
6802         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6803         (impress_document_finalize), (impress_document_class_init),
6804         (impress_document_can_get_text), (impress_document_get_info),
6805         (impress_document_document_iface_init),
6806         (impress_document_thumbnails_get_thumbnail),
6807         (impress_document_thumbnails_get_dimensions),
6808         (impress_document_document_thumbnails_iface_init),
6809         (impress_document_init):
6810         * impress/impress-document.h:
6811         * impress/internal.h:
6812         * impress/r_back.c: (_imp_fill_back):
6813         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6814         (_imp_draw_image), (_imp_tile_image):
6815         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6816         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6817         (r_polyline):
6818         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6819         (r_draw_gradient_complex), (r_draw_gradient):
6820         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6821         (r_get_bullet):
6822         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6823         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6824         (r_text):
6825         * impress/render.c: (imp_create_context), (imp_context_set_page),
6826         (imp_context_set_step), (imp_render), (imp_delete_context):
6827         * impress/render.h:
6828         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6829         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6830         (zip_load_xml), (zip_get_size), (zip_load):
6831         * impress/zip.h:
6832         * shell/ev-utils.c:
6833         
6834         New backend to support impress slides. Fixes bug #30867.
6835
6836 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6837
6838         * shell/ev-utils.c: (using_postscript_printer):
6839         
6840         Fixes crash when print using PAPI backend,
6841         bug #345012.
6842
6843 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6844
6845         * shell/ev-jobs.c: (ev_job_xfer_run):
6846         * shell/ev-window.c: (password_dialog_response),
6847         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6848         (ev_window_dispose):
6849         Fixes bug #344160: if the xfer job doesn't complete
6850         because a password is required, reload the existing
6851         instance instead of creating a new one.
6852
6853 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * shell/main.c: (main): Call gdk_threads_init. Thus
6856         we'll avoid errors in auth dialog. Fix for the bug
6857         #343347.
6858
6859 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6860
6861         * configure.ac: Advertise pixbuf support, fix
6862         for the bug 343317.
6863
6864 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6867         (ev_sidebar_thumbnails_set_document):
6868         
6869         Update sidebar thumbnails after reloading.
6870
6871 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6874         * shell/ev-jobs.h:
6875         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6876         (ev_window_cmd_view_reload), (ev_window_init):
6877         
6878         Don't crash on reload. Fix for the bug #343167.
6879
6880 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * shell/ev-jobs.c: (ev_job_render_run):
6883         
6884         Check for document links.
6885
6886 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * backend/ev-attachment.c: (ev_attachment_save),
6889         (ev_attachment_launch_app), (ev_attachment_open):
6890         * backend/ev-document-factory.c: (get_document_from_uri):
6891         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6892         (egg_recent_view_uimanager_set_list):
6893         * ps/ps-document.c: (check_filecompressed), (document_load),
6894         (ps_document_load):
6895         * shell/ev-metadata-manager.c: (load_values):
6896         * shell/ev-password.c: (ev_password_dialog_set_property):
6897         * shell/ev-view.c: (tip_from_link):
6898         * shell/ev-window.c: (file_save_dialog_response_cb),
6899         (ev_window_print_dialog_response_cb):
6900         
6901         Use consistent quoting style. Fix for the bug #320285.
6902
6903 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * shell/ev-jobs.c: (ev_job_xfer_run):
6906         * shell/main.c: (load_files):
6907                 
6908         Open links with anchors. Fix for the bug #339836.
6909
6910 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6911
6912         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6913         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6914         (ev_link_dest_set_property), (ev_link_dest_finalize),
6915         (ev_link_dest_class_init), (ev_link_dest_new_named),
6916         (ev_link_dest_new_page_label):
6917         * backend/ev-link-dest.h:
6918         * shell/ev-application.c: (ev_application_open_uri):
6919         * shell/ev-view.c: (goto_dest):
6920         * shell/ev-window.c:
6921         * shell/ev-window.h:
6922         
6923         Fix page-label command line option. Bug #342070.
6924
6925 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6926
6927         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6928         
6929         Don't show highlight rects if page can't be showed. Fix for 
6930         the bug #342076
6931
6932 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6933
6934         * shell/ev-window.c: (setup_sidebar_from_metadata),
6935         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6936         
6937         Setup sidebar from metadata even if there is no document
6938         loaded. Fix for the bug #342807.
6939
6940 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * cut-n-paste/toolbar-editor/Makefile.am:
6943         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6944         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6945         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6946         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6947         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6948         (popup_context_menu_cb), (button_press_event_cb),
6949         (configure_item_sensitivity), (configure_item_cursor),
6950         (configure_item_tooltip), (connect_widget_signals),
6951         (action_sensitive_cb), (create_item_from_action),
6952         (create_item_from_position), (toolbar_drag_data_received_cb),
6953         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6954         (toolbar_drag_leave_cb), (configure_drag_dest),
6955         (toggled_visibility_cb), (toolbar_visibility_refresh),
6956         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6957         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6958         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6959         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6960         (egg_editable_toolbar_dispose),
6961         (egg_editable_toolbar_set_ui_manager),
6962         (egg_editable_toolbar_get_selected),
6963         (egg_editable_toolbar_set_selected), (set_edit_mode),
6964         (egg_editable_toolbar_set_property),
6965         (egg_editable_toolbar_get_property),
6966         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6967         (egg_editable_toolbar_new_with_model),
6968         (egg_editable_toolbar_get_edit_mode),
6969         (egg_editable_toolbar_set_edit_mode),
6970         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6971         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6972         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6973         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6974         (item_added_or_removed_cb), (toolbar_removed_cb),
6975         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6976         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6977         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6978         (editor_create_item_from_name), (append_table),
6979         (update_editor_sheet), (egg_toolbar_editor_init):
6980         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6981         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6982         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6983         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6984         (toolbar_node_free), (egg_toolbars_model_get_flags),
6985         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6986         (egg_toolbars_model_get_name), (impl_add_item),
6987         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6988         (parse_data_list), (parse_item_list), (parse_toolbars),
6989         (egg_toolbars_model_load_toolbars), (parse_available_list),
6990         (parse_names), (egg_toolbars_model_load_names),
6991         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6992         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6993         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6994         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6995         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6996         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6997         (egg_toolbars_model_set_types), (fill_avail_array),
6998         (egg_toolbars_model_get_name_avail),
6999         (egg_toolbars_model_get_name_flags),
7000         (egg_toolbars_model_set_name_flags):
7001         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7002         * cut-n-paste/toolbar-editor/eggintl.h:
7003         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7004         (egg_tree_multi_drag_source_get_type),
7005         (egg_tree_multi_drag_source_row_draggable),
7006         (egg_tree_multi_drag_source_drag_data_delete),
7007         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7008         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7009         (path_list_free), (set_context_data), (get_context_data),
7010         (get_info), (egg_tree_multi_drag_drag_data_get),
7011         (egg_tree_multi_drag_motion_event),
7012         (egg_tree_multi_drag_button_press_event),
7013         (egg_tree_multi_drag_add_drag_support):
7014         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7015         * shell/ev-application.c: (ev_application_init),
7016         (ev_application_save_toolbars_model):
7017         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7018         (ev_window_cmd_edit_toolbar), (ev_window_init):
7019         
7020         Sync toolbareditor with epiphany and libegg
7021
7022 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7023
7024         * configure.ac: 
7025
7026         Depend on poppler 0.5.2
7027
7028 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * shell/ev-jobs.c: (ev_job_render_run):
7031         
7032         Check if document supports links iterface.
7033
7034 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * NEWS:
7037         * configure.ac:
7038         
7039         Update for release 0.5.3
7040
7041 2006-05-13  Michael Plump  <plumpy@skylab.org>
7042
7043         * configure.ac:
7044         * shell/Makefile.am:
7045         * shell/main.c: (main):
7046         
7047         Port to GOption command line parsing. Fix for the 
7048         bug #327518
7049
7050 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * shell/ev-window.c: (ev_window_cmd_help_about):
7053         
7054         Do not wrap license. Fix for the bug #309460.
7055
7056 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7057
7058         * configure.ac:
7059         * properties/ev-properties-main.c: (ev_properties_get_pages):
7060         * shell/ev-application.c: (ev_application_open_window),
7061         (ev_application_open_uri_at_dest):
7062         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7063         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7064         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7065         * shell/ev-utils.c: (save_print_config_to_file):
7066         * shell/ev-window.c: (ev_window_cmd_save_as),
7067         (ev_attachment_popup_cmd_save_attachment_as):
7068         * shell/main.c: (load_files_remote):
7069         
7070         Bump requirements to gtk 2.8 and drop all ifdefs used.
7071
7072 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7075         * shell/ev-window.c: (ev_window_init):
7076         
7077         Show attachments page.
7078
7079 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * po/POTFILES.in:
7082         * shell/ev-attachment-bar.c:
7083         * shell/ev-attachment-bar.h:
7084         * shell/ev-sidebar-attachments.c:
7085         (ev_sidebar_attachments_icon_cache_add),
7086         (icon_theme_get_pixbuf_from_mime_type),
7087         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7088         (ev_sidebar_attachments_icon_cache_refresh),
7089         (ev_sidebar_attachments_get_attachment_at_pos),
7090         (ev_sidebar_attachments_popup_menu_show),
7091         (ev_sidebar_attachments_popup_menu),
7092         (ev_sidebar_attachments_button_press),
7093         (ev_sidebar_attachments_update_icons),
7094         (ev_sidebar_attachments_drag_data_get),
7095         (ev_sidebar_attachments_get_property),
7096         (ev_sidebar_attachments_destroy),
7097         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7098         (ev_sidebar_attachments_new),
7099         (ev_sidebar_attachments_set_document),
7100         (ev_sidebar_attachments_support_document),
7101         (ev_sidebar_attachments_get_label),
7102         (ev_sidebar_attachments_page_iface_init):
7103         * shell/ev-sidebar-attachments.h:
7104         * shell/ev-window.c: (update_chrome_visibility),
7105         (setup_sidebar_from_metadata), (ev_window_setup_document),
7106         (ev_window_sidebar_current_page_changed_cb),
7107         (attachment_bar_menu_popup_cb), (ev_window_init):
7108         
7109         Move attachments bar to sidebar.
7110
7111 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7112
7113         * pdf/ev-poppler.cc:
7114         * shell/ev-application.[ch]:
7115         * shell/main.c:
7116
7117         Fix some memory leaks.
7118
7119 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7120
7121         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7122
7123         Change the properties dialog response to
7124         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7125         will make the dialog go away when the user presses
7126         enter. With gtk+ >= 2.9 this will happen anyway, but for
7127         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7128         escape by default. Fixes bug #340539. See also bug
7129         #101293 for the gtk+ part.
7130
7131 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7132
7133         * shell/ev-view.c (tip_from_action_named): Replace some strings
7134         that were wrong. Closes #340970.
7135
7136 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7137
7138         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7139
7140         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7141         #341049
7142
7143 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145         * djvu/Makefile.am:
7146         * dvi/Makefile.am:
7147         * dvi/mdvi-lib/Makefile.am:
7148         * properties/Makefile.am:
7149         * ps/Makefile.am:
7150         * shell/Makefile.am:
7151         * thumbnailer/Makefile.am:
7152         
7153         Due to broken libtool that is unable to track dependencies
7154         of noinst libraries we are forced to explicitely point
7155         libraries for binary. Fix for the bug #333334.
7156
7157 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159         * data/evince.desktop.in.in:
7160         * shell/ev-view.c: (view_update_range_and_current_page),
7161         (ev_view_next_page), (ev_view_previous_page):
7162         * shell/ev-window.c: (update_chrome_visibility),
7163         (setup_sidebar_from_metadata), (ev_window_setup_document),
7164         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7165         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7166         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7167         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7168         (ev_window_stop_presentation), (ev_window_focus_in_event),
7169         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7170         (ev_window_init):
7171         * thumbnailer/Makefile.am:
7172         
7173         Update fullscreen and presentation timeout handling. Hide
7174         cursor in presentation after timeout. Fix for the bugs
7175         #136359 and #336981.
7176
7177 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7178
7179         * backend/ev-link-action.[ch]:
7180         * pdf/ev-poppler.cc: (ev_link_from_action):
7181         * shell/ev-view-private.h:
7182         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7183         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7184
7185         Add support for Named Action links
7186
7187 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7188
7189         * backend/Makefile.am:
7190         * backend/ev-document-links.[ch]:
7191         * backend/ev-document.[ch]:
7192         * backend/ev-link-action.[ch]:
7193         * backend/ev-link-dest.[ch]:
7194         * backend/ev-link.[ch]:
7195         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7196         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7197         * shell/ev-page-action.c: (build_new_tree_cb):
7198         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7199         (links_page_num_func), (update_page_callback):
7200         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7201         (tip_from_link):
7202         * shell/ev-jobs.c:
7203         * shell/ev-window.[ch]: (ev_window_open_uri),
7204         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7205         * shell/ev-application.[ch]: (ev_application_open_window),
7206         (ev_application_open_uri):
7207
7208         Rework links system, it adds support for remote links now and it makes
7209         easier to add new kinds of actions and destinations. Fixes bug #317292
7210
7211 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * data/Makefile.am:
7214         * data/evince.png:
7215         * data/evince-16.png:
7216         * data/evince-22.png:
7217         * data/evince.svg:
7218         * shell/main.c: (main):
7219         
7220         Evince use it's own icon. Fix for the bug #313392.
7221
7222         * shell/ev-window.c: (fullscreen_timeout_cb),
7223         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7224         (ev_window_cmd_help_about), (ev_window_dispose):
7225         
7226         Simplify fullscreen timeout code.
7227
7228 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7229
7230         * backend/ev-attachment.c: 
7231         * shell/ev-attachment-bar.c:
7232         * shell/ev-window.c:
7233
7234         Allow multiple selection of attachments
7235
7236 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * shell/ev-view.c: (view_update_range_and_current_page),
7239         (ev_view_scroll):
7240         
7241         Fix for the bug #312573 – Optimal selection of current 
7242         page among visible pages.
7243
7244 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * configure.ac:
7247         * djvu/Makefile.am:
7248         * djvu/djvu-text.h:
7249         
7250         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7251         for the bug 339868.
7252
7253 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7254
7255         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7256
7257 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7258
7259         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7260         dictated by the GNOME HIG. Fixes bug #339235.
7261
7262 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7263
7264         * data/evince-ui.xml:
7265         * shell/ev-view.c: (ev_view_can_find_previous):
7266         * shell/ev-view.h:
7267         * shell/ev-window.c: (ev_window_update_actions),
7268         (ev_window_cmd_edit_find_previous):
7269
7270         Add support for "Find Previous" as dictated by the GNOME HIG. A
7271         menu item is added and some glue code to make it all work is added
7272         to various files.
7273
7274 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7275
7276         * configure.ac: Award myself the "useless use of cat" award.
7277
7278 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7279
7280         * po/LINGUAS: New file listing all supported languages.
7281
7282         * configure.in: Use po/LINGUAS instead of including all languages
7283         directly in this file. See the wiki for more information:
7284         http://live.gnome.org/GnomeGoals/PoLinguas
7285
7286 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7287
7288         * backend/ev-document-factory.c:
7289
7290         Do not load the document twice when there isn't errors
7291
7292 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7293
7294         * backend/ev-attachment.c: 
7295
7296         Fix a crash when there isn't a default application to open an
7297         attachment
7298
7299 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7300
7301         * backend/ev-attachment.[ch]:
7302         * shell/ev-attachment-bar.[ch]:
7303
7304         Added missing files. 
7305
7306 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7307
7308         * backend/Makefile.am:
7309         * data/evince-ui.xml:
7310         * backend/ev-attachment.[ch]:
7311         * backend/ev-document.[ch]: (ev_document_has_attachments),
7312         (ev_document_get_attachments):
7313         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7314         (attachment_save_to_buffer), (pdf_document_get_attachments),
7315         (pdf_document_document_iface_init):
7316         * shell/Makefile.am:
7317         * shell/ev-attachment-bar.[ch]:
7318         * shell/ev-window.c:
7319
7320         Add support for PDF attachments. Fixes bug #325143
7321
7322 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * backend/ev-document-factory.c: (get_document_from_uri),
7325         (ev_document_factory_get_document):
7326         * backend/ev-document-factory.h:
7327         * properties/ev-properties-main.c: (ev_properties_get_pages):
7328         * shell/Makefile.am:
7329         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7330         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7331         (ev_job_queue_remove_job):
7332         * shell/ev-job-queue.h:
7333         * shell/ev-job-xfer.c:
7334         * shell/ev-job-xfer.h:
7335         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7336         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7337         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7338         (ev_job_xfer_run):
7339         * shell/ev-jobs.h:
7340         * shell/ev-window.c: (ev_window_is_empty),
7341         (password_dialog_response), (ev_window_clear_xfer_job),
7342         (ev_window_xfer_job_cb), (ev_window_open_uri),
7343         (ev_window_cmd_focus_page_selector),
7344         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7345         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7346         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7347         (ev_window_dispose):
7348         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7349         
7350         * Cleanup mime type detection on document load. Fix for the
7351         bug #336448.
7352
7353 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7356         
7357         Fix crash on exit, described in the bug #336825.
7358
7359 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * backend/ev-document-factory.c:
7362         (ev_document_factory_get_from_mime),
7363         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7364         (ev_document_factory_get_document),
7365         (file_filter_add_mime_list_and_free),
7366         (ev_document_factory_add_filters):
7367         * backend/ev-document-factory.h:
7368         * properties/ev-properties-main.c: (ev_properties_get_pages):
7369         * shell/Makefile.am:
7370         * shell/ev-application.c:
7371         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7372         * shell/ev-window.c: (ev_window_cmd_file_open),
7373         (ev_window_cmd_save_as):
7374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7375         
7376         Rework factory functions so they are placed now in a single 
7377         file ev-document-factory.c
7378
7379 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-window.c: (update_chrome_visibility):
7382         
7383         Fix for the bug 166566 - don't show menubar in fullscreen
7384         mode.
7385
7386 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7387
7388         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7389
7390 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * shell/ev-view.c: (ev_view_expose_event):
7393         
7394         More correctly draw loading text when document
7395         is empty.
7396
7397 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-view.c: (ev_view_scroll):
7400         
7401         Fix for the bug #334854, page down and page up switch
7402         pages in presentation mode.
7403
7404 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * shell/ev-window.c: (ev_window_set_action_sensitive),
7407         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7408         (ev_window_set_view_accels_sensitivity),
7409         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7410         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7411         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7412         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7413         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7414         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7415         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7416         (view_actions_focus_in_cb), (ev_window_init):
7417         
7418         Fix for the bug #333902, now it's possible to search
7419         words with slash.
7420
7421 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7422
7423         * configure.ac: Added Breton translation.
7424         * po/br.po: Added Breton translation.
7425
7426 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7427
7428         * shell/ev-window-title (ev_window_title_update):
7429
7430         Fix memory leak in window title. Fixes bug #333944
7431
7432 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7433
7434         * shell/ev-metadata-manager.c (parseItem):
7435
7436         Fix memory leaks. Fixes bug #333945
7437
7438 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7439         
7440         * NEWS, configure.ac, TODO:
7441         
7442         Update for release 0.5.2.
7443
7444 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * shell/ev-view.c: (view_update_range_and_current_page),
7447         (page_changed_cb):
7448         
7449         Don't jump on scrolling, fix for the bug #333127.
7450
7451 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7452
7453         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7454         
7455         Scroll by one page in presentation mode. Fix for the bug
7456         #332993.
7457
7458 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7459
7460         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7461
7462 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7463
7464         * configure.ac  Added lv in ALL_LINGUAS line.
7465
7466 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7467         
7468         * NEWS, configure.ac:
7469         
7470         Update for release 0.5.1
7471
7472 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7473
7474         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7475         * backend/ev-document-misc.h:
7476         * shell/ev-view.c: (draw_one_page):
7477         
7478          Clairfy what page the toolbar page number applies to. Fix
7479          for the bug #328102.
7480
7481 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7482
7483         * shell/ev-view-private.h:
7484         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7485         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7486         (ev_view_search_changed):
7487         * shell/ev-view.h:
7488         * shell/ev-window.c: (find_bar_search_changed_cb):
7489         
7490         Dont't jump to find result if window was scrolled during search.
7491         Fix for the bug #313266.
7492
7493 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7494
7495         * shell/eggfindbar.c: (egg_find_bar_class_init):
7496         * shell/eggfindbar.h:
7497         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7498         * shell/ev-view-private.h:
7499         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7500         (ev_view_class_init), (ev_sizing_mode_get_type),
7501         (ev_scroll_type_get_type):
7502         * shell/ev-view.h:
7503         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7504         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7505         (ev_window_init):
7506         
7507         Fix for the bug 319133 - Find entry should allow text scroll.
7508
7509 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7510
7511         * shell/ev-view-private.h:
7512         * shell/ev-view.c: (view_update_range_and_current_page),
7513         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7514         (ev_view_set_document), (update_find_status_message),
7515         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7516         (ev_view_find_previous):
7517         
7518         Fix for the bug #319137. Search now takes account for scrolling.
7519
7520 2006-02-19  Michael Hofmann <mh21@piware.de>
7521
7522         * configure.ac:
7523         * djvu/Makefile.am:
7524         * djvu/djvu-document-private.h:
7525         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7526         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7527         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7528         (djvu_document_can_get_text), (djvu_document_get_text),
7529         (djvu_document_document_iface_init),
7530         (djvu_document_thumbnails_get_thumbnail),
7531         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7532         (djvu_document_find_get_result),
7533         (djvu_document_find_page_has_results),
7534         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7535         (djvu_document_find_iface_init):
7536         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7537         (djvu_text_page_selection), (djvu_text_page_limits_process),
7538         (djvu_text_page_limits), (djvu_text_page_copy),
7539         (djvu_text_page_position), (djvu_text_page_union),
7540         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7541         (djvu_text_page_box), (djvu_text_page_append_text),
7542         (djvu_text_page_search), (djvu_text_page_prepare_search),
7543         (djvu_text_page_new), (djvu_text_page_free):
7544         * djvu/djvu-text-page.h:
7545         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7546         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7547         (djvu_text_n_results), (djvu_text_has_results),
7548         (djvu_text_get_result), (djvu_text_get_progress):
7549         * djvu/djvu-text.h:
7550         
7551         Text search in djvu. Fix for the bug #303415.
7552
7553 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * configure.ac:
7556         * shell/ev-window.c: (ev_window_cmd_save_as):
7557         
7558         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7559         Thanks to Gary Coady <gary@lyranthe.org>
7560
7561 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * shell/ev-print-job.c: (idle_print_handler):
7564         
7565         Inverse order printing, bug #320919.
7566
7567 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7568
7569         * data/evince-toolbar.xml:
7570         * shell/ev-window.c:
7571         
7572         Allow to add sidebar checkbutton on toolbar. Fix
7573         for the bug #144577.
7574
7575 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7578         
7579         Add checks that have sense for empty ps document.
7580
7581 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7582
7583         * configure.ac: Include PS in mime types list. 
7584
7585 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * configure.ac:
7588         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7589         * ps/gsdefaults.h:
7590         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7591         
7592         Runtime check for gs interpreter. Fix for the bug #320868.
7593         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7594
7595 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7596
7597         * shell/ev-application.c: 
7598
7599         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7600         dbus>=0.60, so that the request is not queued. 
7601
7602 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * configure.ac:
7605         * shell/Makefile.am:
7606         * shell/ev-sidebar-links.c: (print_section_cb):
7607         * shell/ev-utils.c:
7608         * shell/ev-utils.h:
7609         * shell/ev-window.c: (update_action_sensitivity),
7610         (ev_window_close_dialogs), (ev_window_print):
7611         * shell/ev-window.h:
7612         
7613         Make printing support optional. Patch from Eduardo de Barros Lima
7614         <eduardo.lima@indt.org.br> for the bug #330546.
7615
7616 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * shell/ev-view-private.h:
7619         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7620         (ev_view_set_document):
7621         * shell/ev-view.h:
7622         * shell/ev-window.c: (ev_window_load_job_cb),
7623         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7624         (ev_window_init):
7625
7626         Draw Loading message during xfer job. Fix for the bug #329495.
7627
7628 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * comics/comics-document.c: (comics_regex_quote),
7631         (comics_document_load), (extract_argv):
7632         
7633         Correcly quote regexp before passing it to unzip.
7634
7635 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * shell/ev-page-cache.c: (build_height_to_page),
7638         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7639         (ev_page_cache_get_dual_even_left):
7640         * shell/ev-page-cache.h:
7641         * shell/ev-view.c: (view_update_range_and_current_page),
7642         (get_page_y_offset), (get_page_extents):
7643         
7644         Place even pages to the left if document has less then
7645         two pages. Fix for the bug #328856.
7646
7647 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7648
7649         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7650         
7651         Correct comics scheme. This make evince create thumbnails
7652         for comic books. Fix for the bug 329088.
7653
7654 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7655
7656         * data/evince-password.glade: Don't explicitly set
7657         invisible_char to the current default value in case
7658         the default changes; let GTK+ do its magic.
7659
7660 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661
7662         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7663         real filename to tmp filename since often document
7664         type is determined by extension.
7665
7666 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7667
7668         * shell/ev-view.c: (add_scroll_binding_keypad),
7669         (ev_view_binding_activated), (ev_view_class_init):
7670         
7671         Add keybindings for percision-scrolling of display area. 
7672         Fix for the bug #314072.
7673
7674 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * data/evince.desktop.in.in:
7677         
7678         Add GTK to the list of categories. Fix for the bug #328034.
7679
7680 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7681
7682         * shell/ev-application.c: (ev_application_shutdown),
7683         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7684         * shell/ev-application.h:
7685         * shell/ev-window.c: (file_open_dialog_response_cb),
7686         (ev_window_cmd_file_open):
7687         
7688         Save last uri in file chooser dialog. Fix for the bug #327950.
7689
7690 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7691
7692         * NEWS:
7693         * README:
7694         
7695         Final update for release 0.5.0
7696         
7697         * shell/Makefile.am:
7698         
7699         Remove disable deprecated until we'll require libgnome-2.13.7
7700         and port to GOption argument parsing. See bug 327518.
7701
7702 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7703
7704         * comics/comics-document.c: (comics_document_save):
7705         * djvu/djvu-document.c: (djvu_document_save):
7706         * dvi/dvi-document.c: (dvi_document_save):
7707         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7708         * lib/ev-file-helpers.h:
7709         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7710         * tiff/tiff-document.c: (tiff_document_save):
7711         
7712         Use common save function for backends.
7713
7714 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7715
7716         * backend/ev-document-types.c:
7717         
7718         Fix crash on saving pixbuf.
7719
7720 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * cut-n-paste/recent-files/egg-recent-item.c:
7723         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7724         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7725         (parse_info_free), (valid_element), (start_element_handler),
7726         (end_element_handler), (text_handler), (egg_recent_model_filter),
7727         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7728         (egg_recent_model_monitor), (egg_recent_model_read),
7729         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7730         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7731         (egg_recent_model_set_property), (egg_recent_model_class_init),
7732         (egg_recent_model_init), (egg_recent_model_add_full),
7733         (egg_recent_model_delete), (egg_recent_model_get_list),
7734         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7735         (egg_recent_model_set_filter_mime_types),
7736         (egg_recent_model_clear_group_filter),
7737         (egg_recent_model_set_filter_groups),
7738         (egg_recent_model_clear_scheme_filter),
7739         (egg_recent_model_set_filter_uri_schemes),
7740         (egg_recent_model_remove_expired):
7741         * cut-n-paste/recent-files/egg-recent-util.c:
7742         (egg_recent_util_get_icon):
7743         * cut-n-paste/recent-files/egg-recent-util.h:
7744         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7745         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7746         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7747         (egg_recent_view_uimanager_set_property),
7748         (egg_recent_view_uimanager_get_property),
7749         (egg_recent_view_uimanager_class_init),
7750         (egg_recent_view_uimanager_init),
7751         (egg_recent_view_uimanager_set_label_width),
7752         (egg_recent_view_uimanager_get_label_width):
7753         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7755         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7756         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7757         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7758         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7759         
7760         Update from libegg.
7761
7762 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7763
7764         * shell/ev-page-cache.c: (build_height_to_page),
7765         (ev_page_cache_get_height_to_page):
7766         * shell/ev-page-cache.h:
7767         * shell/ev-view.c: (view_update_range_and_current_page),
7768         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7769         (ev_view_previous_page):
7770         
7771         Dual mode places even pages to the left. Fix for the bug #309393.
7772
7773         * shell/ev-view.h:
7774         * shell/ev-window.c: (update_action_sensitivity),
7775         (setup_view_from_metadata), (view_menu_popup_cb):
7776         
7777         Don't restore presentation in empty windows, more intelligent
7778         next page behaviour in dual mode.
7779
7780         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7781         (ev_pixbuf_cache_clear_job_sizes):
7782         
7783         Cleanup job callback on removal. Fix for the bug #325886.
7784
7785 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7786
7787         * ps/ps.c: (psscan):
7788         
7789         Commit workaround Mozilla problem. Fix for the bug #325919
7790         
7791         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7792         (save_item):
7793         
7794         Fix for year 2038 problem.
7795
7796 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-window.c: (setup_document_from_metadata),
7799         (ev_window_cmd_view_reload):
7800
7801         Clamp page recieved from metadata in valid values. Fix
7802         for the bug #325986.
7803
7804 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7805
7806         * MAINTAINERS: 
7807         Add MAINTAINERS as requested on desktop-devel-list.
7808
7809 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7810
7811         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7812         (mime_type_supported_by_gdk_pixbuf),
7813         (ev_document_factory_get_mime_types),
7814         (ev_document_factory_get_all_mime_types):
7815         
7816         Don't add pixbuf mime types if pixbuf backend is disabled.
7817         
7818         * shell/ev-application.c: (ev_application_get_uri_window):
7819         
7820         Fix for the bug 325815 - unhandled MIME type message doesn't 
7821         appear a second time. 
7822         
7823         * shell/ev-document-types.c: (ev_document_types_add_filters):
7824         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7825         (password_dialog_response), (ev_window_popup_password_dialog),
7826         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7827         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7828         (ev_window_run_presentation), (ev_window_stop_presentation),
7829         (save_sizing_mode), (ev_window_zoom_changed_cb),
7830         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7831         (ev_window_dual_mode_changed_cb),
7832         (ev_window_sidebar_current_page_changed_cb),
7833         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7834         (window_state_event_cb), (window_configure_event_cb):
7835         
7836         Cleanup additional uris holded by EvWindow.
7837
7838 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7839
7840         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7841         (ev_view_can_previous_page), (ev_view_can_next_page):
7842         * shell/ev-view.h:
7843         * shell/ev-window.c: (update_action_sensitivity):
7844         
7845         Two page scrolling with Space and PageUp in dual mode. Second fix 
7846         for the bug #316608.
7847
7848 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7849
7850         * shell/ev-view.c: (scroll_to_current_page):
7851         
7852         Correctly clamp adjustment value. Fix for the bug
7853         #325808.
7854
7855 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-sidebar-links.c: (print_section_cb):
7858         * shell/ev-window.c: (ev_window_get_uri),
7859         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7860         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7861         (ev_window_dispose):
7862         
7863         Make print dialog non-modal. Fix for the bug #325622.
7864
7865 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * shell/ev-metadata-manager.c:
7868         * shell/ev-utils.c: (using_pdf_printer),
7869         (using_postscript_printer), (load_print_config_from_file),
7870         (save_print_config_to_file):
7871         * shell/ev-utils.h:
7872         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7873         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7874         (setup_view_from_metadata), (ev_window_setup_document),
7875         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7876         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7877         (ev_window_run_presentation), (ev_window_stop_presentation),
7878         (save_sizing_mode), (ev_window_zoom_changed_cb),
7879         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7880         (ev_window_dual_mode_changed_cb),
7881         (ev_window_sidebar_current_page_changed_cb),
7882         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7883         (window_state_event_cb), (window_configure_event_cb),
7884         (ev_window_init):
7885         
7886         Setting saving behaviour fixes.
7887
7888 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7889
7890         * configure.ac:
7891         
7892         Make antialiasing gs options better and allow
7893         to change them during configure. Fix for the 
7894         bug #319049.
7895
7896 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * shell/ev-window.c: (setup_view_from_metadata):
7899         
7900         Remember if last window was maximized. Fix for the
7901         bug #323797.
7902
7903 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7904
7905         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7906
7907 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7910         * shell/ev-page-action.c: (build_new_tree_cb):
7911         * shell/ev-sidebar-links.c: (links_page_num_func),
7912         (update_page_callback_foreach), (update_page_callback):
7913         * shell/ev-view.c: (scroll_to_current_page):
7914         
7915         Fix for the bug #325067 with more intelligent selection
7916         of current link in sidebar. Make sidebar handle links
7917         of FITR-like type more correctly.
7918
7919         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7920         (dvi_pixbuf_put_pixel):
7921         
7922         Fix memory consumtion with disabled alpha channel.
7923
7924 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * data/evince-ui.xml:
7927         * shell/ev-window.c: (view_menu_popup_cb),
7928         (ev_popup_cmd_open_link), (ev_window_init):
7929         
7930         Update context menu for internal links. Fix for the bug
7931         #325066.
7932
7933 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7934
7935         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7936         
7937         Bind context menu to keyboard also. Fix for the bug
7938         #325065.
7939
7940 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * shell/ev-view.c: (selection_scroll_timeout_cb):
7943         
7944         Horizontal scroll on selection also.
7945
7946 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * shell/ev-metadata-manager.c: (parse_value):
7949         * shell/ev-view.c: (goto_xyz_link):
7950         
7951         Correct zoom setup and metadata save broken in 
7952         some locales.
7953
7954 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7955
7956         * shell/ev-view-private.h:
7957         * shell/ev-view.c: (scroll_to_current_page),
7958         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7959         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7960         (page_changed_cb), (ev_view_set_continuous),
7961         (ev_view_set_dual_page), (ev_view_set_presentation):
7962         
7963         Delay scroll until allocation to correctly position page. Fix
7964         for the bug #317334.
7965
7966 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * NEWS:
7969         * configure.ac:
7970         
7971         Update NEWS and require poppler 0.5.0.
7972
7973 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7974         
7975         * data/evince-ui.xml:
7976         * shell/ev-view-private.h:
7977         * shell/ev-view.c: (ev_view_get_link_at_location),
7978         (handle_link_over_xy), (ev_view_button_press_event),
7979         (ev_view_button_release_event), (ev_view_class_init):
7980         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7981         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7982         (ev_window_init):
7983         
7984         Implement right-click context menu.
7985
7986 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7987
7988         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7989         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7990         (mdvi_pixbuf_device_render):
7991         * pdf/ev-poppler.cc:
7992
7993         Don't generate thumbnails with alpha. See bug #324077.
7994         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7995
7996 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * shell/ev-window.c: (setup_chrome_from_metadata):
7999         
8000         Fix typo that was hiding toolbar.
8001
8002 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8003
8004         * shell/ev-view-private.h:
8005         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8006         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8007         (ev_view_button_release_event), (ev_view_destroy):
8008         
8009         Small cleanup and autoscrolling during selection. Thanks to 
8010         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8011
8012 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8013
8014         * configure.ac:
8015         
8016         Correctly check for comics option.
8017
8018 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8019         * Makefile.am:
8020         * configure.ac:
8021         * backend/Makefile.am:
8022         * backend/ev-document-factory.c:
8023         * shell/ev-document-types.c:
8024
8025         Included option in configure to make ps backend 
8026         compilation optional with --disable-ps.
8027
8028 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * backend/ev-document-factory.c:
8031         * comics/Makefile.am:
8032         * comics/comics-document.c: (comics_document_load):
8033         * comics/ev-cbr-mime.xml:
8034         * configure.ac:
8035         
8036         Comics mime types are added to shared-mime-info CVS. Now
8037         we don't need to install our own mime types.
8038
8039 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8040
8041         * shell/ev-window.c:
8042         
8043         Add shortcut for "save a copy" menu entry. Fix for
8044         the bug #324582.
8045
8046 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8049         (job_finished_cb), (new_selection_pixbuf_needed),
8050         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8051         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8052         
8053         Rework selection job info logic and fix critical warning.
8054
8055 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8056
8057         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8058
8059 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8060
8061         * data/evince-ui.xml:
8062         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8063         
8064         Enter as shortcut key for next page. Fix for the bug
8065         #321394.
8066
8067 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8068
8069         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8070
8071 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8072
8073         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8074         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8075         (new_selection_pixbuf_needed),
8076         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8077         (clear_job_selection):
8078         
8079         Too early for 0.5. Pixbuf cache code cleaned a bit.
8080
8081 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * NEWS:
8084         * configure.ac:
8085         
8086         Release 0.5.0 preparation
8087
8088 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * comics/Makefile.am:
8091         * configure.ac:
8092         * shell/ev-document-types.c: (ev_document_types_add_filters):
8093         
8094         More advanced handling of custom mime type installation.
8095
8096 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * data/evince.schemas.in:
8099         * shell/ev-metadata-manager.c: (value_free),
8100         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8101         (ev_metadata_manager_get), (ev_metadata_manager_set):
8102         * shell/ev-metadata-manager.h:
8103         * shell/ev-window.c: (update_chrome_flag),
8104         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8105         (setup_document_from_metadata), (setup_chrome_from_metadata),
8106         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8107         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8108         (ev_window_view_toolbar_cb),
8109         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8110         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8111         
8112         Save last document settings and reuse them for new documents.
8113
8114 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * Makefile.am:
8117         * backend/Makefile.am:
8118         * backend/ev-document-factory.c:
8119         * backend/ev-document-factory.h:
8120         * comics/Makefile.am:
8121         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8122         (comics_document_load), (comics_document_save),
8123         (comics_document_get_n_pages), (comics_document_get_page_size),
8124         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8125         (comics_document_class_init), (comics_document_can_get_text),
8126         (comics_document_get_info), (comics_document_document_iface_init),
8127         (comics_document_init), (get_supported_image_extensions),
8128         (comics_document_thumbnails_get_geometry),
8129         (comics_document_thumbnails_get_thumbnail),
8130         (comics_document_thumbnails_get_dimensions),
8131         (comics_document_document_thumbnails_iface_init), (extract_argv):
8132         * comics/comics-document.h:
8133         * comics/ev-cbr-mime.xml:
8134         * configure.ac:
8135         * po/POTFILES.in:
8136         * shell/ev-application.c: (ev_application_register_service):
8137         * shell/ev-document-types.c: (ev_document_types_add_filters):
8138         * thumbnailer/Makefile.am:
8139         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8140         
8141         New CBR/CBZ backend for comic books.
8142
8143 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8144
8145         * shell/main.c: (load_files_remote):
8146
8147         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8148         warning on startup of second instance is fixed. It
8149         is bug #320353.
8150
8151 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * shell/ev-window.c: (ev_window_finalize):
8154         
8155         Fix double free that cause crash.
8156
8157 2005-10-29  Bastien Nocera <hadess@hadess.net>
8158
8159         * tiff/tiff-document.c: (tiff_document_load):
8160         
8161         Fix memory leak.
8162
8163 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8164
8165         * po/POTFILES.in:
8166         * shell/Makefile.am:
8167         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8168         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8169         (ev_view_accessible_get_text),
8170         (ev_view_accessible_get_character_at_offset),
8171         (ev_view_accessible_get_text_before_offset),
8172         (ev_view_accessible_get_text_at_offset),
8173         (ev_view_accessible_get_text_after_offset),
8174         (ev_view_accessible_get_character_count),
8175         (ev_view_accessible_get_caret_offset),
8176         (ev_view_accessible_set_caret_offset),
8177         (ev_view_accessible_get_run_attributes),
8178         (ev_view_accessible_get_default_attributes),
8179         (ev_view_accessible_get_character_extents),
8180         (ev_view_accessible_get_offset_at_point),
8181         (ev_view_accessible_get_n_selections),
8182         (ev_view_accessible_get_selection),
8183         (ev_view_accessible_add_selection),
8184         (ev_view_accessible_remove_selection),
8185         (ev_view_accessible_set_selection),
8186         (ev_view_accessible_text_iface_init),
8187         (ev_view_accessible_idle_do_action),
8188         (ev_view_accessible_action_do_action),
8189         (ev_view_accessible_action_get_n_actions),
8190         (ev_view_accessible_action_get_description),
8191         (ev_view_accessible_action_get_name),
8192         (ev_view_accessible_action_set_description),
8193         (ev_view_accessible_action_iface_init),
8194         (ev_view_accessible_get_type), (ev_view_accessible_new),
8195         (ev_view_accessible_factory_get_accessible_type),
8196         (ev_view_accessible_factory_create_accessible),
8197         (ev_view_accessible_factory_class_init),
8198         (ev_view_accessible_factory_get_type):
8199         * shell/ev-view-accessible.h:
8200         * shell/ev-view-private.h:
8201         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8202         * shell/ev-view.h:
8203         
8204         Initial accessibility support.
8205
8206 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8207
8208         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8209
8210 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8211
8212         * shell/ev-print-job.c: (idle_print_handler):
8213         
8214         Fix for bug Bug 318916: Printing multiple pages.
8215
8216 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8217
8218         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8219
8220 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8221
8222         * pdf/ev-poppler.cc:
8223         
8224         Thumnail dimensions unified with other backends.
8225         
8226         * shell/ev-window-title.c: (ev_window_title_update):
8227         
8228         Fix warning.
8229
8230 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8231
8232         * data/ev-stock-zoom-fit-width.png:
8233         
8234         Remove unused file.
8235
8236 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * configure.ac:
8239         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8240         (djvu_document_finalize):
8241         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8242         (dvi_document_finalize):
8243         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8244         (pixbuf_document_save), (pixbuf_document_finalize):
8245         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8246         (tiff_document_finalize):
8247         
8248         Save a copy implemented for various backends.
8249
8250 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8251
8252         * configure.ac:
8253         
8254         Don't link with ltiff if tiff is disabled.
8255
8256 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * pdf/GDKSplashOutputDev.cc:
8259         * pdf/GDKSplashOutputDev.h:
8260         * pdf/Thumb.cc:
8261         * pdf/Thumb.h:
8262         * pdf/pdf-document.cc:
8263         * pdf/pdf-document.h:
8264         * pdf/test-gdk-output-dev.cc:
8265         
8266         Remove old unused files.
8267
8268 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8269
8270         * shell/ev-window.c: (ev_window_setup_document):
8271         
8272         Fixed warnings on reload and probably crash reason.
8273
8274 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * properties/ev-properties-view.c:
8277         (ev_properties_view_format_date):
8278         
8279         Check if date is invalid. Fix for bug 318134.
8280
8281 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8282
8283         * shell/ev-window-title.c:
8284         
8285         Add .indd files (Adobe Indesign) to the list of "bad
8286         extensions".
8287
8288 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * data/evince-ui.xml:
8291         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8292         
8293         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8294
8295 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8296
8297         * shell/ev-window.c: (launch_link), (launch_external_uri),
8298         (view_external_link_cb):
8299
8300         URL-escape link before passing it to gnome_vfs_url_show.
8301
8302 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8303
8304         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8305         there isn't text selected.
8306
8307 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * shell/ev-view.c: (handle_link_over_xy):
8310
8311         Check tooltip is valid utf8 before showing it
8312
8313 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8314
8315         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8316
8317 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8318
8319         * shell/ev-window-title.c: (ev_window_title_update):
8320
8321         Guard against using g_strstrip on NULL. Fixes bug #317291.
8322
8323 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8324
8325         * pdf/ev-poppler.cc:
8326
8327         Show title even for unknown links
8328
8329 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * shell/ev-window-title.c: (ev_window_title_update):
8332
8333         Strip the title string
8334
8335 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * shell/ev-window-title.c:
8338
8339         Add .rtf to the bad extensions list
8340
8341 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8342
8343         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8344         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8345
8346         Ignore link coordinates if they are outside page bounds
8347
8348 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * backend/ev-link.c: (ev_link_type_get_type),
8351         (ev_link_get_filename), (ev_link_get_params),
8352         (ev_link_get_property), (ev_link_set_property),
8353         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8354         * backend/ev-link.h:
8355         * pdf/ev-poppler.cc:
8356         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8357         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8358         (ev_window_init):
8359
8360         Implement launch links. Delegate external link opening to
8361         the window.
8362
8363 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8366         (ev_link_get_right), (ev_link_get_property),
8367         (ev_link_set_property), (ev_link_class_init),
8368         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8369         * backend/ev-link.h:
8370         * pdf/ev-poppler.cc:
8371         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8372
8373         Implement fitr links
8374
8375 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8376
8377         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8378         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8379         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8380         (ev_view_size_request_continuous),
8381         (ev_view_size_request_dual_page),
8382         (ev_view_size_request_single_page), (ev_view_size_allocate),
8383         (ev_view_zoom_for_size_continuous_and_dual_page),
8384         (ev_view_zoom_for_size_continuous),
8385         (ev_view_zoom_for_size_dual_page),
8386         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8387         (ev_sizing_mode_get_type):
8388         * shell/ev-view.h:
8389         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8390
8391         Do not use modes for link, we need to calculate size ad hoc.
8392         Still not perfect because of the usual scrollbar issues grrr.
8393
8394 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * backend/ev-link.c: (ev_link_type_get_type),
8397         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8398         * backend/ev-link.h:
8399         * pdf/ev-poppler.cc:
8400         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8401         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8402         (ev_view_size_request_continuous),
8403         (ev_view_size_request_dual_page),
8404         (ev_view_size_request_single_page), (ev_view_size_allocate),
8405         (zoom_for_size_fit_height),
8406         (ev_view_zoom_for_size_continuous_and_dual_page),
8407         (ev_view_zoom_for_size_continuous),
8408         (ev_view_zoom_for_size_dual_page),
8409         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8410         (ev_sizing_mode_get_type):
8411         * shell/ev-view.h:
8412         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8413
8414         Implement FIT_HEIGHT mode (only for links).
8415         Implement FITH links
8416
8417 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * shell/ev-window-title.c: (get_filename_from_uri),
8420         (ev_window_title_sanitize_extension), (ev_window_title_update),
8421         (ev_window_title_set_document), (ev_window_title_set_uri),
8422         (ev_window_title_free):
8423         * shell/ev-window-title.h:
8424         * shell/ev-window.c: (ev_window_setup_document),
8425         (ev_window_popup_password_dialog):
8426
8427         Refactor window title building while fixing it for
8428         password documents.
8429
8430 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * pdf/ev-poppler.cc:
8433
8434         Escape link title before setting it in the model
8435
8436 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * shell/ev-application.c: (removed_from_session), (save_session),
8439         (init_session), (ev_application_get_empty_window),
8440         (ev_application_init), (ev_application_get_windows):
8441         * shell/ev-application.h:
8442         * shell/ev-window.c: (ev_window_finalize):
8443
8444         Add a function to retrieve window list and share it where
8445         necessary.
8446         Implement session handling, works pretty well thanks to the
8447         metadata system.
8448
8449 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8450
8451         * shell/ev-password.c: (ev_password_item_created_callback),
8452         (ev_password_dialog_save_password):
8453         
8454         Fix for bug 316972. Use async gnome-keyring API.
8455
8456 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8457
8458         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8459         Remove unused unrealize handler. Add scroll handling to
8460         ev_view_scroll_event for presentation mode (bug #316708),
8461         and fix the event state checks there.
8462
8463 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * shell/ev-page-action.c: (page_changed_cb):
8466
8467         "marco, maybe we should be crazy and jump right to 6! :)"
8468
8469         Bryan Clark, Sep 2005
8470
8471 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8472
8473         * ps/ps-document.c: (save_document), (ps_document_save),
8474         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8475         (ps_document_ps_export_end):
8476
8477         Fix unstructured documents save and print
8478
8479 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * shell/ev-application.c: (ev_application_open_uri):
8482
8483         Fix window size persistance
8484
8485 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8486
8487         * shell/ev-view.c: (ev_view_button_release_event):
8488
8489         Based on a patch from carlosgc@gnome.org. Mouse buttons
8490         switch pages in presentation mode.
8491
8492 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8495
8496         Dont cast to int before scaling
8497
8498 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * backend/ev-link.c: (ev_link_type_get_type),
8501         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8502         (ev_link_new_page_fith):
8503         * backend/ev-link.h:
8504         * pdf/ev-poppler.cc:
8505         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8506
8507         Implement FIT and FITH links
8508
8509 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8510
8511         * pdf/ev-poppler.cc:
8512
8513         Return 0 results when search is not in progress.
8514
8515         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8516         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8517
8518         Update menu sensitivity when cancelling search
8519
8520 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8521
8522         * shell/ev-view.c: (ev_view_can_find_next):
8523
8524         Take all pages in consideration, not just current one
8525
8526 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * shell/ev-page-cache.c:
8529         * shell/ev-page-cache.h:
8530         * shell/ev-view.c: (ev_view_binding_activated),
8531         (ev_view_next_page), (ev_view_previous_page),
8532         (ev_sizing_mode_get_type):
8533         * shell/ev-view.h:
8534         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8535         (ev_window_cmd_go_next_page):
8536
8537         Move page next/previous functions from page chace to
8538         view and change it to move by 2 page steps in dual mode.
8539
8540 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8541
8542         * shell/ev-window.c: (update_sidebar_visibility),
8543         (setup_sidebar_from_metadata), (ev_window_setup_document),
8544         (setup_view_from_metadata):
8545
8546         Show the index by default when there is one     
8547
8548 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-window-title.c: (ev_window_title_set_document):
8551
8552         Missing null check
8553
8554 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8555
8556         * shell/ev-view.c: (view_update_range_and_current_page):
8557         
8558         Allow display of last odd page in dual view. Fix for 316347.
8559
8560 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8561
8562         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8563         
8564         Make close button default. Fix for 316383.
8565
8566 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8569         
8570         Mark close button as default. Fix for 316381.
8571
8572 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * backend/ev-link.c: (ev_link_class_init):
8575
8576         Allow negative doubles in left/top properties
8577
8578 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8579
8580         * shell/ev-window.c:
8581
8582         Remove a bunch of strings that was used only
8583         by the statusbar.
8584
8585 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * shell/ev-window-title.c: (get_filename_from_uri),
8588         (ev_window_title_set_document):
8589
8590         When title has a confusing extension, show also
8591         the document filename inside ()
8592
8593 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * shell/Makefile.am:
8596         * shell/ev-window-title.c: (ev_window_title_new),
8597         (ev_window_title_update), (ev_window_title_set_type),
8598         (ev_window_title_set_document), (ev_window_title_free):
8599         * shell/ev-window-title.h:
8600         * shell/ev-window.c: (ev_window_setup_document),
8601         (password_dialog_response), (ev_window_popup_password_dialog),
8602         (ev_window_dispose), (ev_window_init):
8603
8604         Factor out and cleanup window title code
8605
8606 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8609         (unable_to_load):
8610
8611         Make dialog transient so it doesnt block other windows
8612
8613 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8614
8615         * pdf/ev-poppler.cc:
8616         
8617         Fix pdf thumbnails rendering.
8618
8619 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8620
8621         * shell/ev-window.c: (fullscreen_set_timeout):
8622         
8623         Increase timeout to hide full screen popup. Bug 
8624         316123. 
8625
8626 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8627
8628         * data/evince.schemas.in:
8629         * shell/ev-window.c: (update_action_sensitivity):
8630
8631         Allow the user to override document restrictions. Fix for bug
8632         305818.
8633
8634 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8635
8636         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8637         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8638         (ev_window_class_init): Fix multihead behaviour of fullscreen
8639         toolbar popup. Fixes bug #315451.
8640
8641 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8642
8643         * configure.ac:
8644         * data/evince-password.glade:
8645         * shell/ev-password.c: (ev_password_dialog_set_property),
8646         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8647         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8648         (ev_password_dialog_entry_changed_cb),
8649         (ev_password_dialog_entry_activated_cb),
8650         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8651         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8652         (ev_password_dialog_set_bad_pass):
8653         * shell/ev-password.h:
8654         * shell/ev-window.c: (password_dialog_response),
8655         (ev_window_popup_password_dialog):
8656         
8657         Support for gnome-keyring for encrypted PDF's.
8658
8659 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8660
8661         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8662         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8663         (ev_view_enter_notify_event), (ev_view_class_init):
8664         
8665         More precise handling of enter_notify/leave_notify events
8666         in EvView. Fix for bug 315470.
8667
8668 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8669
8670         * shell/ev-window.c: (fullscreen_timeout_cb),
8671         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8672         (ev_window_dispose):
8673
8674         leak fix: unref fullscreen_timeout_source before clearing it
8675
8676 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8677
8678         * configure.ac, dvi/mdvi/Makefile.am: 
8679         
8680         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8681
8682 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * backend/ev-link.c: (ev_link_new_page_xyz):
8685         * pdf/ev-poppler.cc:
8686         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8687
8688         Fix some bugs with xyz links, respect zoom
8689
8690 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8691
8692         * shell/ev-window.c: (page_changed_cb),
8693         (setup_document_from_metadata), (update_sidebar_visibility),
8694         (setup_view_from_metadata), (ev_window_run_fullscreen),
8695         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8696         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8697         (ev_window_dual_mode_changed_cb),
8698         (ev_window_sidebar_current_page_changed_cb):
8699
8700         null check uri before setting and getting metadata
8701
8702 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * dvi/Makefile.am:
8705         * properties/Makefile.am:
8706         * shell/Makefile.am:
8707         * thumbnailer/Makefile.am:
8708
8709         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8710
8711 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8714         (selection_changed_callback):
8715         * shell/ev-sidebar-links.h:
8716
8717         Add a signal for link activation.
8718
8719         * shell/ev-view.c: (ev_view_goto_link),
8720         (ev_view_button_release_event):
8721         * shell/ev-view.h:
8722         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8723         (ev_window_init):
8724
8725         Implement the signal so that we can handle all link types.
8726
8727         * shell/ev-page-cache.c:
8728
8729         Remove unused set_link function
8730
8731 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8734
8735         Add some space from the cursor, hardcoded but I couldnt
8736         find a better way.
8737
8738 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * lib/ev-tooltip.c:
8741
8742         Use mozilla style vs gtk style, way better for links.
8743
8744         * shell/ev-view.c: (ev_view_motion_notify_event),
8745         (ev_view_destroy), (ev_view_init):
8746
8747         Deactive tooltip when the link hovered is changed.
8748
8749 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * backend/ev-document.h:
8752         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8753         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8754         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8755         (ev_link_new_page), (ev_link_new_page_xyz):
8756         * backend/ev-link.h:
8757         * pdf/ev-poppler.cc:
8758         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8759         (go_to_link), (tip_from_link):
8760
8761         Implement xyz links, still not functional. Links are a total
8762         mess, will need to refactor and bugfix a lot :(
8763
8764 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8765
8766         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8767
8768 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8769
8770         * data/evince-ui.xml:
8771         * data/evince.schemas.in:
8772         * shell/Makefile.am:
8773         * shell/ev-window.c: (update_chrome_visibility),
8774         (password_dialog_response), (ev_window_load_job_cb),
8775         (ev_window_xfer_job_cb), (ev_window_open_uri),
8776         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8777         (ev_window_init):
8778
8779         Remove the statusbar. This regress loading feedback, need to
8780         check with Bryan what we want to do there...
8781
8782 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8783
8784         * lib/ev-tooltip.c: (ev_tooltip_init):
8785
8786         Fix tooltip border and size handling
8787
8788 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8791         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8792         (ev_tooltip_timeout), (ev_tooltip_activate),
8793         (ev_tooltip_deactivate):
8794         * lib/ev-tooltip.h:
8795         * shell/ev-view.c: (ev_view_motion_notify_event):
8796
8797         Delay popup showing. Mirror gtk logic/times.
8798
8799 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * lib/Makefile.am:
8802         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8803         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8804         (ev_tooltip_set_text), (ev_tooltip_set_position):
8805         * lib/ev-tooltip.h:
8806
8807         Simple widget to show tooltips at a custom position
8808
8809         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8810         (ev_view_destroy):
8811
8812         Use it for links. First go, needs work
8813
8814 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8815
8816         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8817         HIG fixes.  Use title capitalization for window title. Use 12 
8818         pixels of space between the dialog's vbox and action area.
8819
8820 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/ev-window.c: (file_open_dialog_response_cb),
8823         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8824         (ev_window_cmd_save_as):
8825
8826         Make file pickers not modal and refactor code some
8827
8828 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8829
8830         * shell/ev-sidebar.h:
8831         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8832         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8833         (ev_sidebar_class_init), (ev_sidebar_select_page),
8834         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8835         (ev_sidebar_set_page):
8836
8837         Add a current page property and allow to get/set it
8838
8839         * shell/ev-window.c: (setup_view_from_metadata),
8840         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8841
8842         Persist current sidebar page per document
8843
8844 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * data/evince.schemas.in:
8847         * shell/ev-window.c: (update_chrome_visibility),
8848         (setup_document_from_metadata), (update_sidebar_visibility),
8849         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8850         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8851         (ev_window_run_presentation), (ev_window_stop_presentation),
8852         (ev_window_view_sidebar_cb),
8853         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8854         (load_chrome), (ev_window_init):
8855
8856         Persist size/visibility of sidebar per document
8857
8858 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8859
8860         * shell/ev-view.c (draw_loading_text): Draw loading text.
8861
8862 2005-09-02  Dan Damian  <dand@gnome.ro>
8863
8864         * configure.in: Added "ro" to ALL_LINGUAS.
8865
8866 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8867
8868         * shell/ev-view.c: (clear_caches):
8869
8870         ev_page_cache_get doesnt return a reference,
8871         dont try to unref it.
8872
8873 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * shell/main.c: (load_files_remote):
8876
8877         Fix timestamp parameter with dbus <= 0.33
8878
8879 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * data/evince.schemas.in:
8882
8883         Add missing full stop
8884
8885 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8886
8887         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8888         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8889
8890         Plug some memory leaks
8891
8892 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8893
8894         * configure.ac:
8895         * lib/ev-debug.c: (trap_handler):
8896
8897         Check for execinfo.h and use it only if it exists.
8898         Ported from Epiphany (bug #314776).
8899
8900 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8901
8902         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8903
8904 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8905
8906         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8907         * po/id.po      : Added Indonesian translation
8908
8909 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8910
8911         * shell/main.c:
8912         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8913         * NEWS: Release 0.4.0
8914
8915 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8916
8917         * configure.ac: catch another gtk+-2.8ism
8918         * shell/main.c: Make work with gtk+-2.6
8919
8920 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8921
8922         * shell/ev-application-service.xml: Add 'timestamp' argument to
8923           ev_application_open_window and ev_application_open_uri methods.
8924
8925         * shell/ev-application.h: Add 'timestamp' argument to
8926           ev_application_open_window, ev_application_open_uri,
8927           and ev_application_open_uri_list functions.
8928
8929         * shell/ev-application.c (ev_application_open_window,
8930           ev_application_open_uri, ev_application_open_uri_list): Change
8931           functions that show/present windows to use a timestamp if one
8932           is passed in.
8933
8934         * shell/ev-window.c (ev_window_cmd_file_open,
8935           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8936         * shell/main.c (load_files): Modify calls to ev_application to
8937           include GDK_CURRENT_TIME as timestamp.
8938
8939         * shell/main.c (load_files_remote): Obtain timestamp for client
8940           instance from GDK and pass to server instance so new windows are
8941           focused properly.  Fix dbus_g_proxy_call() calls by including second
8942           G_TYPE_INVALID.
8943           
8944         Closes bug #314475.
8945
8946 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8947
8948         * shell/ev-window.c (ev_window_finalize): Check for
8949         avail. EvWindows when quiting to handle the finalize better,
8950         #314497
8951
8952 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8953         
8954         * properties/ev-properties-view.c: 
8955         
8956         Set textdomain to libglade. Fixes translation problem in property page.
8957
8958 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8961         * dvi/Makefile.am:
8962         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8963         * dvi/mdvi-lib/Makefile.am:
8964         
8965         Fix rotation of thumbnails, ported to new API. Moved library
8966         dependencies earlier, probably it will fix linkage problem.
8967
8968 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8969
8970         * backend/ev-document-misc.c:
8971         (ev_document_misc_get_thumbnail_frame):
8972         * backend/ev-document-misc.h:
8973         * configure.ac:
8974         * pdf/ev-poppler.cc:
8975         * shell/Makefile.am:
8976         * shell/ev-sidebar-thumbnails.c: (add_range),
8977         (ev_sidebar_thumbnails_set_loading_icon),
8978         (ev_sidebar_thumbnails_refresh),
8979         (ev_sidebar_thumbnails_set_document):
8980         * shell/ev-sidebar-thumbnails.h:
8981         * shell/ev-view.c: (ev_view_motion_notify_event),
8982         (ev_view_set_property), (ev_view_get_property),
8983         (ev_view_class_init), (ev_view_set_rotation):
8984         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8985         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8986         (ev_window_init):
8987         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8988         Redo rotation (again).  prepare for 0.4.0
8989
8990 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8991
8992         * configure.ac: Bump poppler requirement to 0.4.1.
8993
8994         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8995         argument to poppler_page_render_selection() call.
8996
8997 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9000         (djvu_document_thumbnails_get_thumbnail):
9001         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9002         (dvi_document_thumbnails_get_thumbnail):
9003         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9004         (pixbuf_document_thumbnails_get_thumbnail):
9005         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9006         
9007         Update rotation direction of backends to fit with pdf and ps.
9008
9009 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9010
9011         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9012         * backend/ev-async-renderer.h:
9013         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9014         (setup_page), (ps_document_get_page_size),
9015         (ps_async_renderer_render_pixbuf):
9016         * ps/ps-document.h:
9017         * shell/ev-jobs.c: (ev_job_render_run):
9018
9019         Fix orientation in the postscript document
9020
9021 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * pdf/ev-poppler.cc:
9024         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9025         * shell/ev-view.c: (highlight_find_results):
9026
9027         Adapt to the new poppler rotation API. Fix text maps on landscape
9028         documents.
9029
9030 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9031
9032         * shell/ev-view.c (compute_new_selection_text): get the correct
9033         region when selecting in modes other than continuous.
9034
9035 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9036
9037         * shell/main.c (main): remove redundant g_warnings.
9038
9039 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * shell/Makefile.am: Don't include autogenerated
9042         file ev-application-service.h into distribution, since
9043         it causes dbus crash. Fix for bugs 313724 and 313443. 
9044
9045 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9046
9047         * configure.ac: Fix sed expression for FreeBSD. Thanks
9048         to Joe Marcus Clark <marcus@freebsd.org>
9049         
9050         * shell/eggfindbar.c: (entry_activate_callback),
9051         (entry_changed_callback), (egg_find_bar_init),
9052         (egg_find_bar_set_search_string):
9053         
9054         Made findbar buttons unsensitive if there is no text in
9055         entry. Fix for the bug 313285.
9056
9057 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9058
9059         * ps/ps-document.c: Use g_filename_display_name for displaying
9060         filenames and revert string freeze breackage
9061
9062 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * NEWS:
9065         * configure.ac:
9066
9067         Update for 0.3.4
9068
9069         * shell/Makefile.am:
9070
9071         Add ev-application-service.xml to extra dist
9072
9073         * shell/ev-view.c: (find_page_at_location):
9074
9075         Remove unused function (fix warning)
9076
9077 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9078
9079         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9080         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9081         
9082         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9083         bug 313623.
9084
9085 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9086
9087         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9088         * shell/ev-window.c:
9089         Fix build warnings
9090
9091 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9092
9093         * configure.ac: Update script to get dbus version.
9094         Fix for the bug #313443.
9095
9096 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9097
9098         * shell/ev-window.c: (ev_window_cmd_escape):
9099         
9100         Return focus back to view on escape. Fix for bug 313295.
9101
9102 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9103
9104         * shell/ev-window.c: (update_window_title),
9105         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9106         (ev_window_cmd_save_as):
9107         
9108         Correct conversion from uri to displayable string. Fix for
9109         bug 313296.
9110
9111 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9112
9113         * ps/ps-document.c: convert filename to utf8 when there is an error
9114         loading document. Fixes #309915
9115
9116 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * configure.ac:
9119
9120         We depend on poppler 0.4.0
9121
9122 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9123
9124         * configure.ac:
9125         * NEWS: Release 0.3.3.
9126         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9127
9128 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9129
9130         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9131         add a couple missing mnemonics to menu items, use title 
9132         capitalization for menu items and window titles, and add 
9133         ellipsis to open menu item.     
9134
9135 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * pdf/ev-poppler.cc:
9138         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9139         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9140         (ev_view_get_rotation):
9141         * shell/ev-view.h:
9142         * shell/ev-window.c: (setup_view_from_metadata),
9143         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9144         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9145         disk.
9146
9147 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9148
9149         * configure.ac: Added tr to ALL_LINGUAS
9150
9151 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9152
9153         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9154         requires several clicks to find word. Thanks to 
9155         Colin Slater <kiltedtaco@gmail.com>.
9156
9157 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9158
9159         * data/evince.desktop.in.in: Hide menu entry and
9160         rename it to "Document Viewer". Fix for bug 
9161         #312399.
9162
9163 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9164
9165         * shell/ev-page-action.c (ev_page_action_class_init): 
9166
9167         Point to the correct function in constructor of the
9168         activate_label signal
9169
9170 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9171
9172         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9173         * shell/ev-jobs.h: Make thread safe.
9174
9175 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9176
9177         * shell/ev-view.c: (view_update_range_and_current_page):
9178         Don't update page range if we are scrolling to some document
9179         point.
9180
9181 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9182
9183         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9184         when getting max_page_width, fix drawing in dual mode.
9185
9186 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9187
9188         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9189         getting the area for select_all.
9190
9191 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9192
9193         * backend/ev-selection.c: (ev_selection_render_selection):
9194         * backend/ev-selection.h:
9195         * pdf/ev-poppler.cc:
9196         * shell/ev-jobs.c: (ev_job_render_new):
9197         * shell/ev-jobs.h:
9198         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9199         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9200         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9201         (ev_view_class_init):
9202
9203         Change selection color on focus in and focus out events.  Also,
9204         poppler now uses GdkColor for specifying the selection colors, so
9205         drop some awkward conversion code.
9206
9207 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9208
9209         * configure.ac: Added Hebrew translation
9210
9211 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9212
9213         * NOTES:
9214         * backend/ev-selection.c: (ev_selection_render_selection):
9215         * backend/ev-selection.h:
9216         * pdf/ev-poppler.cc:
9217         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9218         (ev_job_render_run):
9219         * shell/ev-jobs.h:
9220         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9221         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9222         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9223         (ev_pixbuf_cache_style_changed),
9224         (ev_pixbuf_cache_get_selection_pixbuf),
9225         (ev_pixbuf_cache_set_selection_list),
9226         (ev_pixbuf_cache_get_selection_list):
9227         * shell/ev-pixbuf-cache.h:
9228         * shell/ev-utils.c: (ev_print_region_contents):
9229         * shell/ev-utils.h:
9230         * shell/ev-view.c: (ev_view_queue_draw_page),
9231         (selection_update_idle_cb), (ev_view_motion_notify_event),
9232         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9233         (setup_caches), (ev_view_find_next), (merge_selection_region),
9234         (selection_free):
9235         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9236
9237         Clean up selection to be much smoother!
9238
9239 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9240
9241         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9242         to poppler_page_render_selection().
9243
9244 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9245
9246         * ps/ps-document.c: (save_page_list): Use
9247         unzipped document when printing. Thanks to 
9248         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9249         311016.
9250
9251 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * shell/ev-window.c: (update_action_sensitivity):
9254         
9255         Disable print and save respect to lockdown gconf keys. Fix
9256         for 312342.
9257
9258 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * configure.ac:
9261         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9262         (write_to_temp_file), (ev_file_set_contents):
9263         * shell/ev-utils.h:
9264         * shell/ev-window.c: (save_print_config_to_file):
9265         
9266         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9267         Fix for bug 312238
9268
9269 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9270
9271         * shell/ev-window.c: (load_print_config_from_file),
9272         (save_print_config_to_file), (ev_window_print_range):
9273
9274         Persist the print settings. Fixes bug #311578.
9275
9276 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9277
9278         * djvu/djvu-document.c: (djvu_document_get_page_size),
9279         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9280         (djvu_document_thumbnails_get_thumbnail):
9281         * dvi/dvi-document.c: (dvi_document_get_page_size),
9282         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9283         (dvi_document_thumbnails_get_dimensions),
9284         (dvi_document_thumbnails_get_thumbnail):
9285         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9286         (pixbuf_document_render_pixbuf),
9287         (pixbuf_document_document_iface_init),
9288         (pixbuf_document_thumbnails_get_thumbnail):
9289         
9290         Update backends to make them build with new rotation system.
9291
9292 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9293
9294         * help/C/figures/evince_start_window.png:
9295         
9296         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9297
9298 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9299
9300         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9301         * shell/ev-pixbuf-cache.h:
9302         * shell/ev-sidebar-thumbnails.c:
9303         (ev_sidebar_thumbnails_get_property), (add_range),
9304         (adjustment_changed_cb):
9305         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9306         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9307         we were thumbnailing the entire docment on startup, slowing us
9308         down hugely. 
9309
9310 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9311
9312         * shell/ev-page-cache.c: (ev_page_cache_new):
9313         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9314         == 0, fixes #310306.
9315
9316 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9317
9318         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9319         (ev_view_rotate_left):
9320
9321         Account rotation in doc_rect_to_view_rect.
9322         Ensure rotation doesnt go out of bounds.
9323
9324 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9325
9326         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9327
9328         Correct and cleanup w/h swapping
9329
9330 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * backend/ev-document-thumbnails.c:
9333         (ev_document_thumbnails_get_thumbnail):
9334         * backend/ev-document-thumbnails.h:
9335         * backend/ev-document.c:
9336         * backend/ev-document.h:
9337         * backend/ev-render-context.c: (ev_render_context_new),
9338         (ev_render_context_set_rotation):
9339         * backend/ev-render-context.h:
9340         * pdf/ev-poppler.cc:
9341         * ps/ps-document.c: (ps_document_document_iface_init):
9342         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9343         * shell/ev-jobs.h:
9344         * shell/ev-page-cache.c: (build_height_to_page),
9345         (ev_page_cache_new), (ev_page_cache_get_size),
9346         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9347         (ev_page_cache_get_height_to_page):
9348         * shell/ev-page-cache.h:
9349         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9350         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9351         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9352         (ev_pixbuf_cache_get_selection_pixbuf):
9353         * shell/ev-pixbuf-cache.h:
9354         * shell/ev-print-job.c: (idle_print_handler):
9355         * shell/ev-sidebar-thumbnails.c: (add_range):
9356         * shell/ev-view.c: (view_update_range_and_current_page),
9357         (get_page_y_offset), (get_page_extents),
9358         (ev_view_size_request_continuous_dual_page),
9359         (ev_view_size_request_continuous),
9360         (ev_view_size_request_dual_page),
9361         (ev_view_size_request_single_page), (draw_one_page),
9362         (ev_view_set_rotation), (ev_view_rotate_right),
9363         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9364         (ev_view_zoom_for_size_continuous_and_dual_page),
9365         (ev_view_zoom_for_size_continuous),
9366         (ev_view_zoom_for_size_dual_page),
9367         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9368         (ev_view_select_all):
9369         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9370         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9371         (tiff_document_document_iface_init),
9372         (tiff_document_thumbnails_get_thumbnail):
9373
9374         Use rotation rather than orientation. It's easier and enough
9375         for our needs.
9376
9377 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9378
9379         * shell/ev-page-cache.c: (build_height_to_page),
9380         (ev_page_cache_new), (ev_page_cache_get_size),
9381         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9382         (ev_page_cache_get_height_to_page):
9383         * shell/ev-page-cache.h:
9384         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9385         (ev_view_size_request_continuous_dual_page),
9386         (ev_view_size_request_continuous),
9387         (ev_view_zoom_for_size_continuous_and_dual_page),
9388         (ev_view_zoom_for_size_continuous):
9389
9390         Make the page cache aware of page orientation.
9391
9392 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9393
9394         * backend/ev-document-thumbnails.c:
9395         (ev_document_thumbnails_get_thumbnail):
9396         * backend/ev-document-thumbnails.h:
9397         * backend/ev-document.c:
9398         * backend/ev-document.h:
9399         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9400         * backend/ev-ps-exporter.h:
9401         * pdf/ev-poppler.cc:
9402         * ps/ps-document.c: (ps_document_document_iface_init),
9403         (ps_document_ps_export_do_page):
9404         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9405         * shell/ev-jobs.h:
9406         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9407         (ev_page_cache_get):
9408         * shell/ev-page-cache.h:
9409         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9410         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9411         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9412         * shell/ev-pixbuf-cache.h:
9413         * shell/ev-print-job.c: (idle_print_handler):
9414         * shell/ev-sidebar-thumbnails.c: (add_range):
9415         * shell/ev-view.c: (view_update_range_and_current_page),
9416         (get_page_extents), (ev_view_size_request_dual_page),
9417         (ev_view_size_request_single_page), (draw_one_page),
9418         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9419         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9420         (ev_view_zoom_for_size_dual_page),
9421         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9422         (ev_view_select_all):
9423         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9424         * tiff/tiff-document.c: (tiff_document_get_page_size),
9425         (tiff_document_get_orientation), (rotate_pixbuf),
9426         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9427         (tiff_document_thumbnails_get_thumbnail),
9428         (tiff_document_ps_export_do_page), (tiff_document_init):
9429
9430         Really make use of the orientation bit of the render context.
9431         Use the render context in a few more places in the backend API.
9432         This regress orientation, but now it's done right. Will try to
9433         fix it up asap...
9434
9435 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9436
9437         * shell/ev-view.c: (ensure_rectangle_is_visible):
9438
9439         Patch by Nickolay V. Shmyrev to fix find flickering
9440
9441 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9442
9443         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9444         duplex parameters to ::begin.
9445
9446         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9447         * shell/ev-print-job.c (idle_print_handler): 
9448         * ps/ps-document.c (ps_document_ps_export_begin): 
9449         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9450         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9451         implementations. Poppler backend needs poppler cvs. Rest has
9452         unchanged behavior.
9453
9454 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9455
9456         * shell/ev-window.c (using_pdf_printer): new function.
9457         (ev_window_print_range): print a less techy message if someone
9458         tries to print to PDF.
9459
9460 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9461
9462         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9463         from "unknown font" string. Bug #311431
9464
9465 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9466
9467         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9468
9469 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9470
9471         Bug #311280
9472         
9473         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9474         name for PopplerFontTypes
9475         (pdf_document_fonts_fill_model): add font type to the detail column
9476
9477         * backend/ev-document-fonts.h: added
9478         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9479
9480         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9481         font name and font details, add a little markup.
9482         (ev_properties_fonts_init): use the new cell data func, specify ypad
9483         property for the cell renderer.
9484         (ev_properties_fonts_set_document): add the details column.
9485
9486 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9487
9488         * configure.ac: Added "pl" to ALL_LINGUAS.
9489
9490 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9491
9492         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9493
9494 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9495
9496         * help/ChangeLog: Started this for translations of manual.
9497         * configure.ac, autogen.sh, .cvsignore: Migrated to
9498         gnome-doc-utils. Patch in bug #311222.
9499
9500 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9501
9502         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9503         #ifdef this away to fix an unused-function warning.
9504
9505 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9506
9507         * configure.ac: Added 'gl' to ALL_LINGUAS.
9508
9509 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9510
9511         * configure.ac: Added ne in ALL_LINGUAS
9512         
9513 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9514
9515         * shell/ev-view.c: (ev_view_leave_notify_event):
9516         
9517         Clear status message when pointer leaves view. Fix for bug
9518         #310818 
9519
9520 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9521
9522         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9523
9524 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9525
9526         * shell/ev-view.c: (ev_view_leave_notify_event),
9527         (ev_view_class_init):
9528         
9529         Set cursor to normal then leaving view.
9530
9531 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9532
9533         * configure.ac:
9534         
9535         Fix required djvulibre version.
9536
9537 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9538
9539         *configure.ac: Hindi (hi) language added
9540
9541 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9542
9543         *configure.ac: Punjabi (pa) Language added
9544
9545 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9546
9547         * data/evince-ui.xml, shell/ev-window.c:
9548         
9549         Add keypad accelerators for zooming. Fix for bug 308128.
9550
9551 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * Makefile.am:
9554         * backend/Makefile.am:
9555         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9556         * configure.ac:
9557         * shell/ev-document-types.c: (ev_document_types_add_filters):
9558
9559         Allow to enable/disable the pixbuf backend.
9560         Default to off for now. If we want it enabled we should
9561         really put mime types in the desktop, implement properties etc.
9562
9563         * properties/evince-properties.c:
9564
9565         Initialize error to NULL.
9566         Check error is not NULL before freeing.
9567
9568 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9569
9570         * shell/ev-window.c:
9571
9572         Use F5 as presentation accell
9573
9574 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * shell/ev-window.c: (update_chrome_visibility),
9577         (ev_window_create_fullscreen_popup), (ev_window_init):
9578
9579         Do not leak the fullscreen toolbar
9580
9581 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * shell/ev-window.c: (view_actions_focus_in_cb),
9584         (view_actions_focus_out_cb):
9585
9586         These has a return value! Fix totally random focus
9587         issues we was seeing.
9588
9589 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9590
9591         * shell/main.c: (load_files_remote):
9592
9593         Allow open more than one file
9594
9595 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9596
9597         * shell/main.c: (load_files_remote):
9598
9599         Fix for dbus 0.33. bug #309975
9600
9601 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9602
9603         * properties/ev-properties-main.c: (ev_properties_get_pages):
9604
9605         Actually return NULL for types we dont support
9606
9607 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9608
9609         * po/POTFILES.in:
9610
9611         Remove empty lines.
9612
9613 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9614
9615         * backend/ev-document-factory.c:
9616         (ev_document_factory_get_document):
9617
9618         Do not try to create the object if type
9619         is invalid.
9620
9621 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9622
9623         * ps/ps-document.c: (ps_document_dispose),
9624         (ps_async_renderer_render_pixbuf):
9625         * ps/ps-document.h:
9626
9627         Do not leak the target window
9628
9629 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9630
9631         * shell/ev-application.c: (ev_application_init):
9632
9633         Let tbe check file existence for us.
9634         Add a comment about eggrecent mime filter.
9635
9636 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9637
9638         * data/evince-ui.xml:
9639         * shell/ev-application.c: (ev_application_shutdown),
9640         (ev_application_init), (ev_application_get_toolbars_model),
9641         (ev_application_get_recent_model),
9642         (ev_application_save_toolbars_model):
9643         * shell/ev-application.h:
9644         * shell/ev-window.c: (ev_window_add_recent),
9645         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9646         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9647         (ev_window_init):
9648
9649         Use common toolbar and recent models for all windows.
9650         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9651
9652 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9653
9654         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9655         successfully check for gtk_icon_view_get_visible_range.
9656
9657 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9658
9659         * djvu/Makefile.am:
9660         * dvi/Makefile.am:
9661         
9662         Fix djvu and dvi backend build.
9663
9664 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9665
9666         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9667         (new_separator_pixbuf):
9668
9669         Don't leak windows.
9670
9671 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9672
9673         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9674
9675         HIGification of toolbar editor dialogue.
9676
9677 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9678
9679         * configure.ac:
9680         * shell/Makefile.am:
9681
9682         Ever build metadata manager since it's just
9683         disabled at runtime now.
9684
9685 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9686
9687         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9688         (ev_metadata_manager_get), (ev_metadata_manager_set):
9689         * shell/ev-metadata-manager.h:
9690
9691         Add an _init functions that enabled metadata management
9692         at runtime.
9693
9694         * shell/ev-window.c: (page_changed_cb),
9695         (setup_document_from_metadata), (ev_window_setup_document),
9696         (setup_view_from_metadata), (ev_window_open_uri),
9697         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9698         (ev_window_run_presentation), (ev_window_stop_presentation),
9699         (save_sizing_mode), (ev_window_zoom_changed_cb),
9700         (ev_window_continuous_changed_cb),
9701         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9702         (window_configure_event_cb):
9703
9704         Remove all ugly metadata define since we deal with it
9705         at runtime now.
9706
9707         * shell/main.c: (load_files_remote), (main):
9708
9709         Add support for dbus cvs head. Hopefully didnt break one
9710         of the other versions now!
9711
9712         If we dont get a response from the dbus server just
9713         give up with it and not enable metadata.
9714
9715 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9716
9717         * Makefile.am:
9718         * backend/Makefile.am:
9719         * configure.ac:
9720         * cut-n-paste/recent-files/Makefile.am:
9721         * cut-n-paste/toolbar-editor/Makefile.am:
9722         * cut-n-paste/zoom-control/Makefile.am:
9723         * lib/Makefile.am:
9724         * pdf/Makefile.am:
9725         * pixbuf/Makefile.am:
9726         * properties/Makefile.am:
9727         * ps/Makefile.am:
9728         * shell/Makefile.am:
9729         * thumbnailer/Makefile.am:
9730         * tiff/Makefile.am:
9731
9732         Make frontends depend on just libev.
9733         Rework and group CFLAGS/LIBS definitions.
9734         Cleanups.
9735
9736 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9737
9738         * shell/ev-window:
9739
9740         do not unnecessarily save zoom
9741
9742         * configure.ac:
9743         * lib/ev-file-helpers.c: (ev_dot_dir):
9744         * shell/Makefile.am:
9745         * shell/dummy.cc:
9746
9747         Some cleanups
9748
9749 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9750
9751         * configure.ac:
9752         
9753         Remove unnecessary dependencies
9754
9755 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9756
9757         * properties/Makefile.am:
9758         * thumbnailer/Makefile.am:
9759         * tiff/Makefile.am:
9760
9761         Some more cleanups. Was really necessary
9762         but I probably introduced bugs, feel free
9763         to flame :)
9764
9765 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * backend/Makefile.am:
9768         * configure.ac:
9769         * cut-n-paste/recent-files/Makefile.am:
9770         * cut-n-paste/toolbar-editor/Makefile.am:
9771         * cut-n-paste/zoom-control/Makefile.am:
9772         * lib/Makefile.am:
9773         * pdf/Makefile.am:
9774         * pixbuf/Makefile.am:
9775         * properties/Makefile.am:
9776         * ps/Makefile.am:
9777         * shell/Makefile.am:
9778         * thumbnailer/Makefile.am:
9779         * tiff/Makefile.am:
9780
9781         Use gnome-common macros when possible.
9782         Cleanup dependencies.
9783         Actually disable deprecated where possible.
9784
9785 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9786
9787         * Makefile.am:
9788         * backend/Makefile.am:
9789         * properties/Makefile.am:
9790         * shell/Makefile.am:
9791         * thumbnailer/Makefile.am:
9792
9793         This should solve the circular dep without
9794         requiring dir reorg!
9795
9796         * shell/ev-window.c: (setup_view_from_metadata):
9797
9798         Never restore window size/position when the
9799         window is already visible.
9800
9801 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9802
9803         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9804
9805         Return a boolean from timeout func. Fix ported from gedit.
9806
9807 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9808
9809         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9810
9811 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9812
9813         * shell/ev-document-types.c: set "All Documents" as default filter in
9814         open dialog
9815
9816 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9817
9818         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9819         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9820         (ev_metadata_manager_set_boolean): fix value/val thinko.
9821
9822 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * shell/ev-window.c: (setup_view_from_metadata),
9825         (window_state_event_cb), (window_configure_event_cb),
9826         (ev_window_init):
9827
9828         Remember window position and maximized state
9829
9830 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9831
9832         * configure.ac:
9833
9834         Fix DBUS configure checks.
9835
9836         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9837         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9838         (ev_metadata_manager_set_boolean):
9839
9840         Plug mem leaks.
9841
9842         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9843         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9844         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9845         (ev_window_continuous_changed_cb),
9846         (ev_window_dual_mode_changed_cb), (ev_window_new):
9847
9848         Fix the build without DBUS.
9849
9850 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9853         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9854         (ev_metadata_manager_set_string),
9855         (ev_metadata_manager_set_boolean):
9856         * shell/ev-metadata-manager.h:
9857
9858         Add support for some more types
9859
9860         * shell/ev-view.c: (scroll_to_current_page),
9861         (ev_view_get_continuous), (ev_view_set_continuous),
9862         (ev_view_get_dual_page):
9863         * shell/ev-view.h:
9864         * shell/ev-window.c: (page_changed_cb),
9865         (setup_document_from_metadata), (ev_window_setup_document),
9866         (setup_view_from_metadata), (ev_window_open_uri),
9867         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9868         (ev_window_run_presentation), (ev_window_stop_presentation),
9869         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9870         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9871         (ev_window_update_dual_page_action),
9872         (ev_window_continuous_changed_cb),
9873         (ev_window_dual_mode_changed_cb), (ev_window_init):
9874
9875         Remember a bunch of view/document properties. Prolly some
9876         are still missing but it's getting interesting.
9877
9878 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9879
9880         * configure.ac: check if dbus-binding-tool is installed. Not the
9881         case on current Ubuntu breezy, it seems.
9882
9883 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9884
9885         * data/evince.desktop.in.in:
9886         
9887         Allow open uri lists and add TryExec field.
9888
9889 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9890
9891         * configure.ac:
9892
9893         Enable dbus when available, do not require a configure
9894         option.
9895
9896 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9897
9898         * configure.ac:
9899
9900         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9901         disabled.
9902
9903 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9904         Marco Pesenti Gritti  <mpg@redhat.com>
9905
9906         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9907         
9908         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9909         functions to the format required by dbus
9910
9911         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9912         errors. Use the RPC parameters in the expected way
9913
9914 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9915
9916         * Makefile.am:
9917         * properties/Makefile.am:
9918         * properties/ev-properties-main.c: (ev_properties_get_pages):
9919
9920         Support all mime types
9921
9922         * shell/Makefile.am:
9923         * thumbnailer/Makefile.am:
9924         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9925         (evince_thumbnail_pngenc_get):
9926
9927         Use the document factory
9928
9929 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * backend/Makefile.am:
9932         * backend/ev-document-factory.c:
9933         (mime_type_supported_by_gdk_pixbuf),
9934         (ev_document_type_get_from_mime),
9935         (ev_document_factory_get_document),
9936         (ev_document_factory_get_backend),
9937         (ev_document_factory_get_mime_types),
9938         (ev_document_factory_get_all_mime_types):
9939         * backend/ev-document-factory.h:
9940         * shell/Makefile.am:
9941         * shell/ev-document-types.c: (get_document_from_uri),
9942         (ev_document_types_get_document),
9943         (file_filter_add_mime_list_and_free),
9944         (ev_document_types_add_filters):
9945         * shell/ev-document-types.h:
9946         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9947         * shell/ev-properties-dialog.c:
9948         (ev_properties_dialog_set_document):
9949         * shell/ev-window.c: (ev_window_cmd_file_open),
9950         (ev_window_cmd_save_as):
9951         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9952
9953         Rework document types managing to avoid code duplication
9954         and actually abstract from backend implementations.
9955         Also provide a minimal factory api that can be used by
9956         thumbnailer/properties.
9957
9958 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9959
9960         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9961         Plug a mem leak.
9962         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9963         HIG spacings.
9964
9965 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9966
9967         * shell/ev-properties-dialog.c
9968         (ev_properties_dialog_set_document): only call
9969         ev_properties_fonts_set_document() if the document implements the
9970         fonts interface
9971
9972 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * configure.ac:
9975         * properties/Makefile.am:
9976         * properties/ev-properties-view.c:
9977         (ev_properties_view_register_type):
9978         * properties/ev-properties-view.h:
9979         * properties/ev-properties-main.h:
9980
9981         Implement nautilus plugin for properties.
9982         Works only for pdf atm, I need to rework the
9983         document types stuff to get this to work
9984         for all backends...
9985
9986 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9987
9988         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9989         (ev_properties_fonts_set_document): use
9990         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9991
9992 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9993
9994         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9995         them
9996         (PlaceImage, tiff2ps_process_page): use
9997         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9998
9999
10000 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10001
10002         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10003         (main): to call gnome_authentication_manager_init. Should fix
10004         Bug #308510
10005
10006         * configure.ac: that requires libgnomeui 2.6.0.
10007
10008 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10009
10010         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10011         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10012         use the new tiff2ps interfaces
10013
10014         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10015         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10016
10017         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10018         structure instead of global variables.  Remove use of static
10019         variables in functions.
10020
10021 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10022
10023         * shell/ev-page-action.c: unref the completion after setting it to the
10024         entry
10025
10026 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10027
10028         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10029         postscript files
10030
10031 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10032
10033         * shell/ev-window.c (update_action_sensitivity): disable
10034         File->Print if the document does not implement the ps exporter
10035         interface
10036
10037 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10038
10039         * Makefile.am:
10040         * configure.ac:
10041         * data/evince-properties.glade:
10042         * properties/.cvsignore:
10043         * properties/Makefile.am:
10044         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10045         (ev_properties_view_class_init), (ev_properties_view_format_date),
10046         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10047         (ev_properties_view_init), (ev_properties_view_new):
10048         * properties/ev-properties-view.h:
10049         * shell/Makefile.am:
10050         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10051         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10052         (ev_properties_dialog_new):
10053         * shell/ev-properties-dialog.h:
10054         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10055         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10056         (update_progress_label), (job_fonts_finished_cb),
10057         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10058         * shell/ev-properties-fonts.h:
10059         * shell/ev-properties.c:
10060         * shell/ev-properties.h:
10061         * shell/ev-window.c: (ev_window_setup_document),
10062         (ev_window_cmd_file_properties):
10063
10064         Split the properties pages in two different objects, depend
10065         only on the backend where possible, use widgets instead
10066         of gobject for the glade part, reimplement the dialog
10067         itself with gtk.
10068         I need this to implement nautilus properties page.
10069
10070 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10071
10072         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10073         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10074         (tiff_document_document_ps_exporter_iface_init): implement the ps
10075         exporter interface for tiff documents
10076
10077         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10078         libtiff to implement TIFF postscript export
10079
10080         * tiff/tiff2ps.h: added a header file for external tiff2ps
10081         functions.
10082
10083         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10084         tiff2ps.h
10085
10086 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10087
10088         * shell/ev-view.c: (scroll_to_current_page),
10089         (ev_view_set_fullscreen), (ev_view_set_presentation):
10090         
10091         Scroll to current page when exit from presentation
10092
10093 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10094
10095         * shell/ev-window.c: (update_document_mode),
10096         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10097         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10098         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10099         
10100         Exit from fullscreen mode when switch to presentation. Fix for
10101         bug 309365
10102
10103 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10104
10105         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10106         return NULL if the document does not implement the selection
10107         interface.
10108
10109 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10110
10111         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10112         reported height by using the resolution aspect ratio
10113         (tiff_document_render_pixbuf): scale the pixbuf using the
10114         resolution aspect ratio
10115
10116 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10117
10118         * configure.ac:
10119         
10120         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10121         <kiltedaco@gmail.com>
10122         
10123         * djvu/djvu-document.c: (djvu_document_get_orientation),
10124         (djvu_document_set_orientation), (djvu_document_get_page_size),
10125         (rotate_pixbuf), (djvu_document_render_pixbuf),
10126         (djvu_document_document_iface_init):
10127         * dvi/dvi-document.c: (dvi_document_get_orientation),
10128         (dvi_document_set_orientation), (dvi_document_get_page_size),
10129         (rotate_pixbuf), (dvi_document_render_pixbuf),
10130         (dvi_document_document_iface_init):
10131         
10132         Dvi and djvu backends are ported to new API
10133
10134 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10135
10136         * backend/ev-selection.c: (ev_selection_get_selection_region),
10137         (ev_selection_get_selection_map):
10138         * backend/ev-selection.h:
10139         * pdf/ev-poppler.cc:
10140         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10141         * shell/ev-jobs.h:
10142         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10143         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10144         (ev_pixbuf_cache_get_text_mapping):
10145         * shell/ev-pixbuf-cache.h:
10146         * shell/ev-view.c: (location_in_text),
10147         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10148         support to EvView.  Now we can see where we can select!  Sweet!
10149
10150 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10151
10152         * shell/ev-view.c (ev_view_button_press_event): Fix
10153         event->y + view->scroll_x typo.
10154
10155 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10156
10157         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10158         sub-GdkPixbuf instead of passing dest_x and dest_y.
10159         
10160         * shell/ev-view.c: (view_point_to_doc_point),
10161         (view_rect_to_doc_rect), (ev_view_button_press_event),
10162         (ev_view_motion_notify_event), (compute_new_selection_rect),
10163         (gdk_rectangle_point_in), (compute_new_selection_text),
10164         (compute_selections): Update selection code to keep the selection
10165         around as two points and not as a normalized rectangle, and fix
10166         page level selection in two-column mode.
10167
10168 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10169
10170         * shell/ev-window.c: (window_configure_event_cb): 
10171         
10172         Fix compilation
10173         
10174 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * pdf/ev-poppler.cc:
10177
10178         Fix compilation
10179
10180 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10181
10182         * shell/Makefile.am:
10183         * shell/ev-metadata-manager.c: (item_free),
10184         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10185         (parse_value), (parseItem), (load_values),
10186         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10187         (save_values), (save_item), (get_oldest), (resize_items),
10188         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10189         * shell/ev-metadata-manager.h:
10190
10191         Metadata manager from gedit but modified to use GValue, so that
10192         we dont need to keep converting from strings.
10193
10194         * configure.ac:
10195
10196         ENABLE_METADATA conditional, on when dbus is on
10197
10198         * shell/ev-application.c: (ev_application_open_uri):
10199
10200         Show the window after load so that we can initialize
10201         window size before it's showed.
10202
10203         * shell/ev-window.c: (ev_window_setup_from_metadata),
10204         (ev_window_open_uri), (window_configure_event_cb),
10205         (ev_window_init):
10206
10207         Save and load metadata information about window size.
10208         Not yet keeping states in account.
10209
10210         * shell/main.c: (main):
10211
10212         Shutdown metadata manager.
10213
10214 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10215
10216         * shell/ev-application-service.xml:
10217         * configure.ac:
10218         * shell/Makefile.am:
10219         * shell/ev-application.c:
10220         * shell/ev-application.h:
10221         * shell/ev-window.c:
10222         * shell/ev-window.h:
10223         * shell/main.c:
10224
10225         Add an optional dbus interface (--enable-dbus).
10226         Rework application code, mainly to be easier to
10227         use "remotely".
10228         Do not open multiple windows with the same document,
10229         spatial evince!
10230
10231 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10232
10233         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10234         pixbuf iff it exists.
10235
10236 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10237
10238         * shell/*:
10239         * backend/ev-render-context.[ch]:
10240         * backend/ev-selection.[ch]:
10241
10242         Massive changes.  We now support text selection of pdfs, and not
10243         just rectangular selection.  This is pretty broken still, but I
10244         want to get something into CVS.
10245
10246 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10247
10248         * pdf/ev-poppler.cc:
10249         
10250         Fix for Bug 309080: crash on window close.
10251         
10252         * shell/ev-page-action.c: (page_changed_cb):
10253         
10254         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10255         jensgr@gmx.net (Jens Granseuer).
10256
10257 2005-06-25  Marcel Telka  <marcel@telka.sk>
10258
10259         * configure.in (ALL_LINGUAS): Added sk.
10260
10261 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10262
10263         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10264         not a document open
10265
10266 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10267
10268         * NEWS:
10269         * configure.ac:
10270
10271         Release 0.3.2
10272
10273         * cut-n-paste/recent-files/Makefile.am:
10274
10275         Fix make distcheck
10276
10277 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10278
10279         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10280         (pixbuf_document_set_orientation), (rotate_pixbuf),
10281         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10282         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10283
10284         Implement rotation and cleanup the code a bit.
10285
10286         * tiff/tiff-document.c: (tiff_document_get_page_size),
10287         (tiff_document_get_orientation), (tiff_document_set_orientation),
10288         (rotate_pixbuf), (tiff_document_render_pixbuf),
10289         (tiff_document_document_iface_init), (tiff_document_init):
10290
10291         Implement rotation. Was the quicker solution for the release
10292         but we really need to share this code in the shell.
10293
10294 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10295
10296         * pdf/ev-poppler.cc:
10297
10298         Enable rotation, require poppler cvs. Fix a leak.
10299
10300 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10301
10302         * shell/ev-window.c: (update_action_sensitivity):
10303         
10304         Make properties unsensitive if document backend doesn't provide
10305         any info
10306
10307 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10308
10309         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10310         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10311         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10312         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10313         (bitmap_flip_rotate_counter_clockwise):
10314         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10315         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10316         (buff_gets):
10317         * dvi/mdvi-lib/common.h:
10318         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10319         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10320         (opendvi), (mdvi_reload), (mdvi_init_context),
10321         (mdvi_destroy_context), (mdvi_dopage), (special):
10322         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10323         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10324         (file_hash_free), (register_encoding), (parse_spec),
10325         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10326         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10327         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10328         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10329         (mdvi_register_font_type), (mdvi_unregister_font_type),
10330         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10331         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10332         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10333         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10334         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10335         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10336         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10337         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10338         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10339         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10340         (mdvi_unregister_special), (mdvi_flush_specials):
10341         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10342         (t1_font_remove):
10343         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10344         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10345         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10346         (free_font_metrics), (flush_font_metrics):
10347         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10348         (tt_font_remove):
10349         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10350         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10351         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10352         (dstring_insert), (dstring_new), (dstring_reset):
10353         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10354         
10355         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10356         avoid conflict with libtool on FC4
10357         
10358         * shell/ev-window.c: (ev_window_cmd_help_about):
10359         
10360         Update copyright year. Fix for bug 308828.
10361
10362 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * shell/ev-view.c: (add_scroll_binding_keypad),
10365         (ev_view_binding_activated), (ev_view_class_init),
10366         (on_adjustment_value_changed):
10367         
10368         Bug 170874: Arrow keys switch pages in presentation mode
10369
10370 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10371
10372         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10373         
10374         Fix for Bug 308265: Sidebar dissappears coming out of 
10375         Presentation mode
10376
10377 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10378
10379         * shell/ev-application.c: (ev_application_open):
10380         * shell/ev-document-types.c: (ev_document_types_add_filters),
10381         (ev_document_types_add_filters_for_type):
10382         * shell/ev-document-types.h:
10383         * shell/ev-window.c: (ev_window_cmd_save_as):
10384         
10385         Suggest basename as template when saving, provide filters
10386         for save dialog. It's bug 308402
10387
10388 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10389
10390         * pdf/ev-poppler.cc:
10391         * shell/ev-sidebar-links.c: (job_finished_callback):
10392         * shell/ev-view.c: (update_find_status_message):
10393         
10394         Some leaks fixed
10395
10396 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10397
10398         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10399         (egg_recent_view_uimanager_set_list):
10400
10401         Fix buglet in !show_numbers case.
10402
10403 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10404
10405         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10406         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10407
10408         Use pango ellipsisation.
10409
10410         * pdf/ev-poppler.cc:
10411
10412         Fix refcount leak, from nsh.
10413
10414 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10415
10416         * cut-n-paste/recent-files/Makefile.am:
10417         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10418         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10419         
10420         Removed EggRecentViewGtk
10421         
10422         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10423         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10424         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10425         (ev_window_setup_recent):
10426         
10427         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10428         with other projects
10429
10430 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10431
10432         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10433         (egg_recent_view_gtk_finalize):
10434
10435         Fix memory leak
10436
10437         * cut-n-paste/toolbar-editor/Makefile.am:
10438         
10439         Fix location of cursor icon.
10440         
10441         * pdf/ev-poppler.cc:
10442         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10443         (display_completion_text), (match_completion):
10444         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10445         (selection_changed_callback), (create_loading_model),
10446         (print_section_cb), (links_page_num_func),
10447         (update_page_callback_foreach):
10448         * shell/ev-window.c: (ev_window_dispose):
10449         
10450         Small memory fixes. Links model now store objects instead
10451         of pointers to improve memory management. 
10452
10453 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10454
10455         * shell/ev-window.c: (zoom_control_changed_cb):
10456         
10457         Fix update of zoom control (bug 308268).
10458
10459 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10460
10461         * shell/ev-properties.c (set_property): escape the text correctly.
10462         Handles non-UTF-8 properties and escaped properties.  Also, sets
10463         the text to "<i>None</i>" if the property isn't set.
10464
10465         * data/evince-properties.glade: Change the label to be ellipsized,
10466         and give it a minimum size.
10467
10468 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10469
10470         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10471         * shell/ev-sidebar-links.c: (create_loading_model):
10472         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10473         * shell/ev-view.c: (ev_view_set_document):
10474         * shell/ev-window.c: (ev_window_dispose):
10475         
10476         Various small fixes, mostly memory leaks. Thanks to valgrind.
10477
10478 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10479
10480         * ps/ps-document.c: remove the locale.h include again ;-). And
10481         kill the (bogus) setlocale/savelocale business.
10482
10483 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10484
10485         * ps/ps-document.c:
10486         
10487         Include locale.h to fix build
10488         
10489         * shell/ev-sidebar.c:
10490         
10491         Remove unnecessary includes
10492
10493 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10494
10495         * dvi/dvi-document.c: (dvi_document_load):
10496         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10497         * po/POTFILES.in:
10498         
10499         Check for incorrect dvi files. Fix parsing dvi on AMD64
10500         platform. Thanks to tester@tester.ca (Olivier Crete).
10501
10502 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10503
10504         * shell/ev-page-action.c: (match_selected_cb),
10505         (display_completion_text), (match_completion), (update_model):
10506         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10507         (expand_open_links):
10508         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10509         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10510         (ev_sidebar_set_document):
10511         * shell/ev-window.c: (ev_window_xfer_job_cb),
10512         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10513         
10514         Fixed lot's of memory leaks, for example, memory leak on reload, 
10515         described in bug 307793.
10516
10517 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10518
10519         * pdf/ev-poppler.cc:
10520         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10521         (update_visible_range), (adjustment_changed_cb),
10522         (ev_sidebar_thumbnails_fill_model),
10523         (ev_sidebar_thumbnails_refresh),
10524         (ev_sidebar_tree_selection_changed),
10525         (ev_sidebar_icon_selection_changed),
10526         (ev_sidebar_thumbnails_use_icon_view),
10527         (ev_sidebar_thumbnails_set_document):
10528         * shell/ev-sidebar-thumbnails.h:
10529         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10530         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10531
10532         Refresh thumbnails when changing orientation. Not fully
10533         working yet becuase of a sidebar bug.
10534
10535         Set page orientation to poppler page everywhere. This sucks
10536         really need to fix poppler.
10537
10538 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10539
10540         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10541         (egg_recent_view_gtk_new_menu_item),
10542         (egg_recent_view_gtk_set_property),
10543         (egg_recent_view_gtk_get_property),
10544         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10545         (egg_recent_view_gtk_set_tooltip_func),
10546         (egg_recent_view_gtk_set_label_width),
10547         (egg_recent_view_gtk_get_label_width):
10548         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10549
10550         Sync with libegg (ellipsize labels)
10551
10552 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10553
10554         * data/evince-ui.xml:
10555         * shell/ev-window.c: (ev_window_cmd_go_forward),
10556         (ev_window_cmd_go_backward):
10557         
10558         Shift + PageUp moves 10 Pages. Fix for 306125
10559
10560 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10561
10562         * pdf/ev-poppler.cc:
10563
10564         Add a flag to check if orientation has been overriden
10565
10566 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10567
10568         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10569         field if necessary.
10570
10571         * ps/ps.h: add creator field to document.
10572
10573         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10574         set creator field.
10575
10576 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10577
10578         * data/evince-properties.glade:
10579         * shell/ev-properties.c: (ev_properties_set_document):
10580
10581         s/PDF Version/Format
10582
10583 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * shell/ev-properties.c: (ev_properties_set_document):
10586
10587         Remove unnecessary translations
10588
10589 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10590
10591         * cut-n-paste/toolbar-editor/Makefile.am:
10592
10593         Correct library name    
10594
10595 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10596
10597         * configure.ac:
10598         * cut-n-paste/recent-files/egg-recent-model.c:
10599         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10600         (egg_recent_model_unlock_file):
10601         * cut-n-paste/recent-files/egg-recent-util.c:
10602         (egg_recent_util_get_unique_id):
10603         * cut-n-paste/recent-files/update-from-egg.sh:
10604         * cut-n-paste/toolbar-editor/Makefile.am:
10605         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10606         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10607         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10608         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10609         (egg_toolbars_model_get_type):
10610         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10611
10612         Better makefile for toolbar editor and update everything
10613         to latest libegg.
10614
10615 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10616
10617         * shell/ev-window.c: (update_document_mode):
10618
10619         Prefer presentation mode when the document
10620         require fullscreen.
10621
10622 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * data/evince-ui.xml:
10625         * shell/ev-window.c:
10626
10627         Add control-equal for zooming
10628
10629 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10630
10631         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10632
10633 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10634
10635         * backend/ev-document.c: (ev_document_get_orientation):
10636         * backend/ev-document.h:
10637         * pdf/ev-poppler.cc:
10638         * ps/ps-document.c: (ps_document_get_orientation),
10639         (ps_document_set_orientation), (ps_document_document_iface_init):
10640
10641         Add a get_orientation api. Improve set_orientation.
10642
10643         * data/evince-ui.xml:
10644         * shell/ev-view.c: (ev_view_set_orientation),
10645         (ev_view_rotate_right), (ev_view_rotate_left):
10646         * shell/ev-view.h:
10647         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10648         (ev_window_cmd_edit_rotate_right):
10649
10650         Better ui for changing document orientation
10651
10652 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10653
10654         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10655         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10656         * shell/ev-sidebar-links.h:
10657         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10658         (ev_sidebar_page_iface_init):
10659         * shell/ev-sidebar-page.h:
10660         * shell/ev-sidebar-thumbnails.c:
10661         (ev_sidebar_thumbnails_get_property),
10662         (ev_sidebar_thumbnails_class_init),
10663         (ev_sidebar_thumbnails_set_document):
10664         * shell/ev-sidebar-thumbnails.h:
10665         * shell/ev-view.c: (ev_view_motion_notify_event):
10666         * shell/ev-window.c: (update_chrome_visibility),
10667         (ev_window_cmd_focus_page_selector),
10668         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10669         (sidebar_page_main_widget_update_cb), (ev_window_init):
10670         
10671         Autoraise toolbar on GoToPage binding and fix bindings in
10672         EvSidebarThumbnails page.
10673
10674 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10675
10676         * shell/ev-properties.c: (update_progress_label):
10677
10678         Hide the progress label when finished; bug #307697.
10679
10680 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10681
10682         * pdf/ev-poppler.cc:
10683
10684         Enable is_open for links, you will need poppler cvs
10685
10686         * shell/ev-properties.c: (job_fonts_finished_cb):
10687
10688         Get a lock on the document when filling the tree view
10689
10690 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10691
10692         * backend/ev-document-links.h:
10693         * pdf/ev-poppler.cc:
10694         * shell/ev-sidebar-links.c: (create_loading_model),
10695         (expand_open_links), (job_finished_callback):
10696
10697         Expand links when specified by the document.
10698         Depend on a poppler api (defined out for now)
10699
10700 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10701
10702         * shell/ev-properties.c: (ev_properties_dispose),
10703         (ev_properties_class_init), (dialog_destroy_cb),
10704         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10705         (ev_properties_set_document), (ev_properties_new),
10706         (ev_properties_show):
10707         * shell/ev-properties.h:
10708
10709         Make it an object, cleanup the code, api to show it as transient
10710         and to set the document.
10711
10712         * shell/ev-window.c: (ev_window_setup_document),
10713         (ev_window_cmd_file_properties):
10714
10715         Adapt to EvProperties changes, do not show multiple
10716         times, update it when document changes.
10717
10718 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * ps/gstypes.h:
10721         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10722         (ps_document_set_orientation), (ps_document_document_iface_init):
10723         * ps/ps-document.h:
10724
10725         Implement orientation here too
10726
10727         * shell/ev-properties.c: (ev_properties_new):
10728         * data/evince-properties.glade:
10729
10730         Hide the fonts page for backends that doesnt
10731         support it.     
10732
10733 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10734
10735         * backend/ev-document.c: (ev_document_set_orientation):
10736         * backend/ev-document.h:
10737         * pdf/ev-poppler.cc:
10738
10739         Add orientation api. Currently poppler api is not optimal,
10740         we need to set orientation every time we _get a page.
10741         I will try to fix that at some point.
10742
10743         * data/evince-ui.xml:
10744         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10745         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10746
10747         Add orientation menu items
10748
10749         * shell/ev-page-cache.c: (ev_page_cache_clear):
10750         * shell/ev-page-cache.h:
10751
10752         Add api to clear the cache
10753
10754         * shell/ev-view.c: (setup_caches), (clear_caches),
10755         (ev_view_set_document), (ev_view_zoom_out),
10756         (ev_view_set_orientation):
10757         * shell/ev-view.h:
10758
10759         Implement orientation changing
10760
10761 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10762
10763         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10764         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10765         * backend/ev-document-fonts.h:
10766
10767         Separate scan and fill so that we can incrementally fill from
10768         the main thread. Add a progress api.
10769
10770         * data/evince-properties.glade:
10771         * pdf/ev-poppler.cc:
10772         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10773         * shell/ev-jobs.h:
10774         * shell/ev-properties.c: (update_progress_label),
10775         (job_fonts_finished_cb), (setup_fonts_view):
10776
10777         Incrementally feel the list and show the progress
10778         percentage in a label like acrobat does.
10779
10780         You are going to need poppler cvs
10781
10782 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10783
10784         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10785         * backend/ev-document-fonts.h:
10786         * pdf/ev-poppler.cc:
10787
10788         Make fonts model fill incrementally.
10789
10790         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10791         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10792         (ev_job_queue_remove_job):
10793         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10794         (ev_job_fonts_new), (ev_job_fonts_run):
10795         * shell/ev-jobs.h:
10796
10797         New job for fonts scanning
10798
10799         * shell/ev-properties.c: (job_fonts_finished_cb),
10800         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10801         * shell/ev-properties.h:
10802         * shell/ev-window.c: (ev_window_cmd_file_properties):
10803
10804         Incrementally feel the treeview using the new job. Show Loading...
10805         message until scanning is completed.
10806
10807         Hopefully I didnt break the build without the poppler patch.
10808
10809 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10810
10811         * shell/ev-application.c: (ev_application_open):
10812         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10813         (ev_document_type_get_type), (ev_document_type_lookup):
10814         * shell/ev-document-types.h:
10815         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10816         * shell/ev-job-xfer.h:
10817         * shell/ev-window.c: (ev_window_clear_local_uri),
10818         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10819         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10820         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10821         
10822         Transfer remote documents to tmp directory to display them later.
10823
10824 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10825
10826         * backend/ev-document-info.h:
10827         * shell/ev-properties.c: (ev_properties_new):
10828
10829         s/GTime*/GTime. Not sure why we was using a pointer
10830         at all there!
10831
10832 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10833
10834         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10835         situations.  That situation is that you're using GTK+-HEAD with
10836         the patch at #306726 is applied, and you have a document with <
10837         1500 pages in it.  It's not quite as uniformly nice as the
10838         TreeView, but should be better in the long run.
10839
10840         I'm pretty sure I guarded against breaking compilation with
10841         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10842         I missed some.
10843
10844         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10845         widget yet, so I commented that code out
10846         enable_view_actions_for_widget() for now.  Need to figure this
10847         out.
10848
10849         * shell/ev-page-action.c (match_selected_cb): emit the right
10850         signals.  Our cool C-l completion now works.
10851
10852 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10853
10854         * backend/Makefile.am:
10855         * backend/ev-document-fonts.c:
10856         * backend/ev-document-links.c:
10857         * backend/ev-document.c: (ev_document_load):
10858         * backend/ev-document.h:
10859         * backend/ev-job-queue.c:
10860         * backend/ev-job-queue.h:
10861         * backend/ev-jobs.c:
10862         * backend/ev-jobs.h:
10863         * backend/ev-page-cache.c:
10864         * backend/ev-page-cache.h:
10865
10866         EvPageCache and EvJobs are moved to shell.
10867
10868         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10869         (ev_tmp_filename):
10870         * lib/ev-file-helpers.h:
10871         
10872         New helper to work with temporary files
10873         
10874         * shell/Makefile.am:
10875         * shell/ev-application.c: (ev_application_open):
10876         * shell/ev-application.h:
10877         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10878         (remove_job_from_async_queue), (add_job_to_async_queue),
10879         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10880         (handle_job), (search_for_jobs_unlocked),
10881         (no_jobs_available_unlocked), (ev_render_thread),
10882         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10883         (ev_job_queue_add_job), (move_job_async), (move_job),
10884         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10885         * shell/ev-job-queue.h:
10886         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10887         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10888         * shell/ev-job-xfer.h:
10889         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10890         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10891         (ev_job_links_class_init), (ev_job_render_init),
10892         (ev_job_render_dispose), (ev_job_render_class_init),
10893         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10894         (ev_job_thumbnail_class_init), (ev_job_load_init),
10895         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10896         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10897         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10898         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10899         * shell/ev-jobs.h:
10900         * shell/ev-page-action.c: (ev_page_action_set_document):
10901         * shell/ev-page-cache.c: (ev_page_cache_init),
10902         (ev_page_cache_class_init), (ev_page_cache_finalize),
10903         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10904         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10905         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10906         (ev_page_cache_get_title), (ev_page_cache_get_size),
10907         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10908         (ev_page_cache_get_height_to_page),
10909         (ev_page_cache_get_max_label_chars),
10910         (ev_page_cache_get_page_label),
10911         (ev_page_cache_has_nonnumeric_page_labels),
10912         (ev_page_cache_get_info), (ev_page_cache_next_page),
10913         (ev_page_cache_prev_page), (ev_page_cache_get):
10914         * shell/ev-page-cache.h:
10915         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10916         (ev_pixbuf_cache_clear_job_sizes),
10917         (ev_pixbuf_cache_add_jobs_if_needed),
10918         (ev_pixbuf_cache_set_page_range):
10919         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10920         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10921         * shell/ev-sidebar-thumbnails.c:
10922         (ev_sidebar_tree_selection_changed),
10923         (ev_sidebar_thumbnails_set_document):
10924         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10925         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10926         (ev_statusbar_get_context_id), (ev_statusbar_push),
10927         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10928         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10929         (ev_statusbar_set_progress):
10930         * shell/ev-statusbar.h:
10931         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10932         (ev_view_find_previous):
10933         * shell/ev-window.c: (ev_window_is_empty),
10934         (ev_window_setup_document), (password_dialog_response),
10935         (ev_window_clear_jobs), (ev_window_load_job_cb),
10936         (ev_window_xfer_job_cb), (ev_window_open_uri),
10937         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10938         (ev_window_print), (ev_window_print_range),
10939         (ev_window_state_event), (ev_window_cmd_view_reload),
10940         (menu_item_select_cb), (menu_item_deselect_cb),
10941         (view_status_changed_cb), (ev_window_dispose),
10942         (drag_data_received_cb), (ev_window_init):
10943         * shell/ev-window.h:
10944         * shell/main.c: (load_files):
10945         
10946         New statusbar to show progress on idle. Two new jobs - 
10947         xfer job and load job to load document in background. And update
10948         of page_cache clients to new location of code.
10949
10950 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10951
10952         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10953         selection in open dialog. It also remembers the last visited directory 
10954         in the current session.
10955
10956 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10957
10958         * shell/ev-properties.c: (ev_properties_new):
10959         * shell/ev-properties.h:
10960         * shell/ev-window.c: (ev_window_cmd_file_properties):
10961         
10962         Get document info from page cache instead of document itself.
10963         This should fix crash related to race conditions described in
10964         bug 306545.
10965
10966 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10967
10968         * ps/ps-document.c: (ps_document_init),
10969         (send_ps), (get_page_box), (output), (catchPipe), (input),
10970         (stop_interpreter), (file_length), (file_readable),
10971         (check_filecompressedb), (ps_document_enable_interpreter),
10972         (document_load), (ps_async_renderer_render_pixbuf):
10973         * ps/ps-document.h:
10974
10975         Big cleanup of the ps code
10976
10977 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10978
10979         * backend/Makefile.am:
10980         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10981         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10982         * backend/ev-async-renderer.h:
10983
10984         Add an async renderer interface (method + callback) which
10985         is useful for backends like ps.
10986
10987         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10988         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10989         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10990         (ev_job_queue_add_job), (move_job_async), (move_job),
10991         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10992
10993         Add queues for async renderer, these are executed on the
10994         main thread.
10995
10996         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10997         (ev_job_render_run):
10998         * backend/ev-jobs.h:
10999
11000         If the backend support async renderer interface use it.
11001
11002         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11003         (setup_pixmap), (ps_document_get_type),
11004         (ps_async_renderer_render_pixbuf),
11005         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11006
11007         Implement async renderer interface.
11008
11009 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11010
11011         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11012
11013         Cleanup links job on exit.
11014
11015 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11016
11017         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11018         (drag_data_get_cb), (drag_data_received_cb):
11019         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11020         (drag_data_get_cb), (parse_item_list),
11021         (egg_toolbar_editor_load_actions):
11022         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11023         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11024         (parse_item_list), (parse_toolbars):
11025         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11026         (dvi_pixbuf_put_pixel):
11027         
11028         Fix gcc 4.0 warnings
11029
11030 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11031
11032         * ps/ps-document.c: (start_interpreter):
11033
11034         Fix warning when loading ps
11035
11036 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11037
11038         * ps/ps-document.c: (output):
11039
11040         Fix crash when priting gs error messages.
11041
11042 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11043
11044         * backend/ev-page-cache.c: (_ev_page_cache_new):
11045         * backend/ev-page-cache.h:
11046
11047         Use a const to return title so that we dont double
11048         free it. Small cleanup and fix a leak.
11049
11050         * shell/ev-window.c: (update_window_title):
11051
11052         strdup value from get_title.
11053
11054 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11055
11056         * shell/ev-sidebar-links.c: (job_finished_callback),
11057         (ev_sidebar_links_set_document):
11058
11059         Cleanup the old job when changing document
11060
11061 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11062
11063         * shell/ev-stock-icons.c:
11064         * shell/ev-stock-icons.h:
11065         * shell/ev-window.c:
11066         
11067         Add stock icons for actions that can appear in toolbar. Fix for
11068         bug 306566.
11069
11070 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11073         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11074         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11075         * backend/ev-page-cache.h:
11076         * shell/ev-view.c: (scroll_to_current_page),
11077         (view_update_range_and_current_page), (get_page_y_offset),
11078         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11079         (ev_view_size_request_continuous),
11080         (ev_view_zoom_for_size_continuous_and_dual_page),
11081         (ev_view_zoom_for_size_continuous):
11082         
11083         More compact EvView layout in document with pages of different size.
11084
11085 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11086
11087         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11088         compilation.
11089
11090 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11091
11092         * shell/ev-view.c: (view_set_adjustment_values):
11093         * shell/ev-window.c: (ev_window_cmd_file_properties):
11094         
11095         A bit different fix for rounding problem but it has no
11096         problems on startup. Make properties window transient to parent.
11097
11098 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11099
11100         * pdf/ev-poppler.cc:
11101         
11102         More commenting of font stuff.
11103
11104 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11105
11106         * pdf/ev-poppler.cc:
11107
11108         Comment out some more fonts stuff. Should really
11109         work without the poppler patch now.
11110
11111 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * pdf/ev-poppler.cc:
11114
11115         Adapt to api change
11116
11117 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11118
11119         * data/evince-properties.glade:
11120         * pdf/ev-poppler.cc:
11121         * shell/ev-properties.c: (setup_fonts_view):
11122
11123         Set the column title. Show the dialog only
11124         once everything is setup.
11125         Getting font info can be very slow... will
11126         prolly need to make this threaded too.
11127
11128 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * backend/Makefile.am:
11131         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11132         (ev_document_fonts_get_fonts_model):
11133         * backend/ev-document-fonts.h:
11134         * data/evince-properties.glade:
11135         * pdf/ev-poppler.cc:
11136         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11137         * shell/ev-properties.h:
11138         * shell/ev-window.c: (ev_window_cmd_file_properties):
11139
11140         Implement fonts list. Defined out for now, since it depends
11141         on a not yet committed poppler patch.
11142
11143 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11144
11145         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11146         page + 1.
11147
11148         * shell/ev-window.c: Make sure we add the timeout when we get a
11149         focus-in event.
11150
11151         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11152         adjustment->value before calculating the zoom factor to average
11153         out all of our rounding errors.  The page no longer 'drifts' when
11154         resizing.
11155
11156 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11157
11158         * data/evince-properties.glade:
11159         * shell/ev-properties.c: (ev_properties_format_date),
11160         (set_property):
11161         
11162         Labels don't expand when the dialogue is resized.
11163         strftime result needs to be converted to UTF-8. Thanks
11164         to Christian Persch <chpe@gnome.org>.
11165
11166 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * data/evince-properties.glade:
11169
11170         Hide the fonts tab
11171
11172 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11173
11174         * backend/ev-document-info.h:
11175         * backend/ev-document.c: (ev_document_info_free):
11176         * data/evince-properties.glade:
11177         * pdf/ev-poppler.cc:
11178         * ps/ps-document.c: (ps_document_get_info):
11179         * shell/ev-properties.c: (ev_properties_format_date),
11180         (set_property), (ev_properties_new):
11181         * shell/ev-properties.h:
11182         * shell/ev-window.c: (ev_window_cmd_file_properties):
11183
11184         Rework properties code to take only EvPropertyInfo
11185         in the constructor so that it can be useful for
11186         nautilus plugin too.
11187
11188         Deal with backends that doesnt support some properties.
11189         Make set property code generic.
11190
11191 2005-06-04  Christian Persch <chpe@gnome.org>
11192
11193         * data/evince-properties.glade:
11194
11195         fix spacings, make resizeable, and make data labels
11196         selectable + ellipsised
11197
11198 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11199
11200         * backend/ev-document-info.h:
11201         * data/Makefile.am:
11202         * data/evince-ui.xml:
11203         * pdf/ev-poppler.cc:
11204         * shell/Makefile.am:
11205         * shell/ev-window.c: (update_action_sensitivity),
11206         (ev_window_cmd_file_properties):
11207
11208         Initial go at file properties. Patch by
11209         Emil Soleyman-Zomalan <emil@soleyman.com>.
11210         Needs love see #169583
11211
11212 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11213
11214         * ps/ps-document.c: (output):
11215         * ps/ps.c: (psscan):
11216
11217         Try to render even if psscan fails.
11218
11219 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11220
11221         * ps/ps.c: (psscan), (pscopydoc):
11222
11223         Port buffered reading code from gv
11224
11225 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * ps/ps-document.c: (interpreter_message), (output):
11228
11229         Do not fail on interpreter messages
11230
11231 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11232
11233         * backend/ev-document-misc.c:
11234         (ev_document_misc_get_thumbnail_frame):
11235
11236         Pages can be 0 x 0, dont assert on this case
11237
11238 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11241         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11242
11243         Correctly manage our reference on document. Finally the reload
11244         huge leak is gone...
11245
11246 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * ps/ps-document.c: (ps_document_dispose):
11249
11250         Forgot to chain it to the parent. Thanks chpe.
11251
11252 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11253
11254         * ps/ps-document.c: (ps_document_dispose),
11255         (ps_document_class_init), (stop_interpreter), (document_load):
11256
11257         Cleanup dispose a bit. Dont leak the whole pixmap.
11258
11259 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * pdf/ev-poppler.cc:
11262
11263         Release the poppler document on dispose
11264
11265 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11266
11267         * shell/ev-view.c: (ev_view_set_document):
11268
11269         Release ref on the pixbuf cache when changing
11270         document.
11271
11272 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11273
11274         * ps/ps-document.c: (ps_document_get_info):
11275
11276         Fix a double free
11277
11278 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11279
11280         * backend/ev-page-cache.c: (ev_page_cache_init),
11281         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11282         * backend/ev-page-cache.h:
11283         * shell/ev-page-action.c: (page_changed_cb):
11284         
11285         Set page action entry width depending on labels width. Fix
11286         for bug 305202.
11287
11288 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11289
11290         * backend/ev-link.c: (ev_link_class_init):
11291
11292         Allow -1 as page value (error)
11293
11294 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11295
11296         * shell/ev-sidebar-thumbnails.c:
11297         (ev_sidebar_thumbnails_set_document):
11298         * shell/ev-view.c: (scroll_to_current_page),
11299         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11300         (page_changed_cb), (on_adjustment_value_changed),
11301         (ev_view_set_document):
11302
11303         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11304         Fix bug 305377
11305
11306 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11307
11308         * configure.ac:
11309         * djvu/djvu-document.c: (djvu_document_get_page_size):
11310
11311         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11312         bug 301993.
11313
11314 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11315
11316         * shell/ev-view.c (draw_one_page): modify the expose handling to
11317         get the shadows.
11318
11319         * shell/ev-window.c (update_action_sensitivity): Respect
11320         permissions field.  Kowtow to the man.
11321
11322         * pdf/ev-poppler.cc: Get the permissions field.
11323
11324         * tiff/*c: Make a tiny bit more robust.
11325
11326 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11327
11328         * djvu/djvu-document.c:
11329         
11330         Pop messages from djvu context message queue.
11331
11332 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11333
11334         * configure.ac, Makefile.am, shell/Makefile.am:
11335         * tiff/Makefile.am, shell/ev-document-types.c:
11336         
11337         Cleanup tiff configure checks. Fix for bug 305218.
11338
11339 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11340
11341         * configure.ac: Added "uk" to ALL_LINGUAS.
11342
11343 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11344
11345         * cut-n-paste/zoom-control/ephy-zoom.c:
11346         (ephy_zoom_get_changed_zoom_level):
11347         * cut-n-paste/zoom-control/ephy-zoom.h:
11348         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11349         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11350         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11351         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11352         (zoom_control_changed_cb), (ev_window_init):
11353         
11354         Fix minor points related to moving best fit up. Introduce
11355         "zoom" property and make zoom control change it's value on
11356         notify::zoom signals. Fix for 305080.
11357
11358 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11359
11360         * data/evince-ui.xml:
11361         * shell/ev-window.c: (set_view_actions_sensitivity):
11362         
11363         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11364
11365 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11366
11367         * configure.ac:
11368
11369         Depends on poppler 0.3.2
11370
11371 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11372
11373         * cut-n-paste/recent-files/egg-recent-item.c:
11374         (egg_recent_item_get_short_name):
11375         * cut-n-paste/toolbar-editor/Makefile.am:
11376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11377         (new_pixbuf_from_widget):
11378         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11379         * cut-n-paste/toolbar-editor/egg-marshal.c:
11380         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11381         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11382
11383         Sync
11384
11385 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * tiff/tiff-document.c: Rough TIFF backend.
11388
11389 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11390
11391         * NEWS:
11392         * configure.ac:
11393         * cut-n-paste/toolbar-editor/Makefile.am:
11394
11395         Release 0.3.1
11396
11397 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11398
11399         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11400         (ev_view_find_next), (ev_view_find_previous):
11401
11402         Remove the locks around get_n_results   
11403
11404 2005-05-21  Juerg Billeter  <j@bitron.ch>
11405
11406         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11407
11408         Pass correct number of pages to poppler.
11409
11410 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11411
11412         * configure.ac:
11413         * data/Makefile.am:
11414         * data/evince.desktop.in: 
11415         * data/evince.desktop.in.in:
11416         * po/POTFILES.in:
11417         
11418         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11419
11420 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11421
11422         * shell/ev-view.c: (view_update_adjustments),
11423         (view_set_adjustment_values): cast adjustmen->value to (int)
11424         before using it.  Otherwise, we get off by a pixel in some
11425         situations.
11426
11427         (draw_one_page): Draw the border on expose.
11428
11429 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11430
11431         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11432         adjustment when the mode changes, #304923
11433
11434 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11435
11436         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11437         flickering on resize but still use gdk_window_scroll on
11438         scrolling
11439
11440 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11441
11442         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11443         option, #170458
11444
11445 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11446
11447         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11448         second page on page_changed if possible, #304669
11449
11450 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11451
11452         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11453         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11454
11455 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * .cvsignore:
11458         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11459         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11460         (ev_view_zoom_for_size_presentation),
11461         (ev_view_zoom_for_size_continuous_and_dual_page),
11462         (ev_view_zoom_for_size_continuous),
11463         (ev_view_zoom_for_size_dual_page),
11464         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11465         * shell/ev-view.h:
11466         * shell/ev-window.c: (update_view_size),
11467         (ev_window_sizing_mode_changed_cb):
11468
11469         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11470         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11471         an infinite loop, #304769
11472
11473
11474 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11475
11476         * data/evince-ui.xml:
11477         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11478         * shell/ev-window.c: (set_view_actions_sensitivity):
11479
11480         Make PgUp/Down behave like Space
11481
11482 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11483
11484         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11485         * backend/ev-ps-exporter.h:
11486         * pdf/ev-poppler.cc:
11487         * ps/ps-document.c: (ps_document_ps_export_begin):
11488         * shell/ev-print-job.c: (idle_print_handler):
11489
11490         Adapt to new poppler api
11491
11492 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11493
11494         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11495         (ephy_zoom_control_init):
11496
11497         Translate zoom levels
11498
11499 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11500
11501         * cut-n-paste/zoom-control/ephy-zoom.c:
11502         (ephy_zoom_get_zoom_level_index):
11503
11504         Fix current zoom -> zoom control match
11505
11506 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11507
11508         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11509         rather than the scrolled_window that it's in. Fixes bug #304655.
11510
11511 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * shell/ev-view.c: (view_update_adjustments),
11514         (view_set_adjustment_values), (view_update_range_and_current_page),
11515         (view_scroll_to_page), (set_scroll_adjustment),
11516         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11517         (ev_view_scroll), (ev_view_scroll_view),
11518         (ensure_rectangle_is_visible), (find_page_at_location),
11519         (get_link_at_location), (go_to_link), (status_message_from_link),
11520         (ev_view_size_request_continuous_dual_page),
11521         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11522         (ev_view_unrealize), (ev_view_expose_event),
11523         (ev_view_button_press_event), (ev_view_motion_notify_event),
11524         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11525         (draw_rubberband), (highlight_find_results), (draw_one_page),
11526         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11527         (ev_view_init), (find_changed_cb), (page_changed_cb),
11528         (on_adjustment_value_changed), (ev_view_new),
11529         (ev_view_set_document), (ev_view_set_zoom),
11530         (ev_view_set_continuous), (ev_view_set_dual_page),
11531         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11532         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11533         (ev_view_zoom_for_size_presentation),
11534         (ev_view_zoom_for_size_continuous_dual_page),
11535         (ev_view_zoom_for_size_continuous),
11536         (ev_view_zoom_for_size_dual_page),
11537         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11538         (ev_view_get_status), (ev_view_set_status),
11539         (update_find_status_message), (ev_view_get_find_status),
11540         (ev_view_set_find_status), (jump_to_find_result),
11541         (jump_to_find_page), (compute_selections), (clear_selection),
11542         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11543         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11544         (ev_view_update_primary_selection),
11545         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11546         * shell/ev-view.h:
11547         * shell/ev-window.c: (ev_window_open_page_label),
11548         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11549         (ev_window_init):
11550         * shell/ev-window.h:
11551         * shell/main.c: (load_files):
11552
11553         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11554         when resizing.  Remove the bin_window().  Also, patch from James
11555         Bowes to fix command line page, #300641
11556         
11557 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11558
11559         * data/evince-ui.xml:
11560         * shell/ev-view.c:
11561         * shell/ev-view.h:
11562         * shell/ev-window.c: (update_action_sensitivity):
11563
11564         Get rid of View->Normal Size, it's just confusing
11565
11566 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11567
11568         * backend/ev-document-info.h:
11569         * backend/ev-document.c: (ev_document_info_free): Free the
11570         EvDocumentInfo.
11571
11572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11573         (clear_range), (add_range), (update_visible_range),
11574         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11575         (ev_sidebar_thumbnails_set_document):
11576         * shell/ev-window.c: (ev_window_setup_document): Only render the
11577         visible thumbnails.  It takes an instant to render, but it uses
11578         much less memory.
11579
11580 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11581
11582         * shell/ev-sidebar-links.c: (popup_menu_cb):
11583
11584         Select first item
11585
11586 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11587
11588         * lib/Makefile.am:
11589         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11590         (button_press_cb), (ev_sidebar_links_construct):
11591
11592         Show the popup menu also on keybindings
11593
11594 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11595
11596         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11597         * shell/ev-window.h:
11598
11599         Expose api to print a range (with dialog). Make private _print use
11600         it.
11601
11602         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11603         (ev_sidebar_links_construct):
11604
11605         Show a print context menu on linkx, it prints the selected
11606         section.
11607
11608 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11609
11610         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11611         button.
11612
11613 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11614
11615         * AUTHORS:
11616
11617         Update
11618
11619         * shell/ev-window.c: (build_comments_string),
11620         (ev_window_cmd_help_about):
11621
11622         Show poppler version/backend and authors
11623
11624 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11625
11626         * cut-n-paste/zoom-control/ephy-zoom.c:
11627         (ephy_zoom_get_zoom_level_index):
11628         * cut-n-paste/zoom-control/ephy-zoom.h:
11629
11630         Move the best fit items at the top of the list
11631
11632 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11633
11634         * shell/ev-marshal.list:
11635         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11636         (activate_cb), (match_selected_cb), (activate_link_cb),
11637         (connect_proxy), (ev_page_action_class_init):
11638         * shell/ev-page-action.h:
11639
11640         Use signals to notify action activation. Hopefully
11641         I did not break completion since I cant test...
11642
11643         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11644         (register_custom_actions):
11645
11646         Connect to page selector actions and also grab focus on
11647         the view when activated.
11648
11649 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11650
11651         * pdf/ev-poppler.cc:
11652         * backend/ev-page-cache.c: make page size calculation consistent
11653         and set it to (int)( width * scale + 0.5).  This makes the weird
11654         line going through the middle of the page go away.
11655
11656         * shell/ev-view.c: move painting the background page after
11657         checking the expose area covers us.
11658
11659 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11660
11661         * data/evince-password.glade:
11662         
11663         Mark labels as not translatable. Fix for bug 302842.
11664
11665 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11666
11667         * configure.ac: Added "es" to ALL_LINGUAS.
11668
11669 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11670
11671         * data/evince-toolbar.xml:
11672         * shell/ev-window.c: (update_action_sensitivity),
11673         (ev_window_setup_document), (ev_window_set_page_mode),
11674         (ev_window_init):
11675
11676         Remove some leftover code from jrb first continous
11677         attempt. Use the new actions, we still need good icons
11678         though...
11679
11680 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11681
11682         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11683
11684         Update label when connecting proxy. Fix a warning with NULL
11685         page_cache.
11686
11687 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11688
11689         * data/evince-ui.xml:
11690         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11691         * shell/ev-page-action.h:
11692         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11693
11694         Add mnemonic for edit toolbar.
11695         ctrl+l focus the page entry.
11696
11697 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11698
11699         * lib/Makefile.am:
11700         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11701         (ev_window_init):
11702         * shell/main.c: (main):
11703
11704         Put the toolbar xml in evince own dot dir
11705
11706 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * shell/ev-window.c: (ev_window_init):
11709
11710         Make the toolbar not removable
11711
11712 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11713
11714         * data/evince-ui.xml:
11715         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11716         * shell/ev-sidebar-links.h:
11717         * shell/ev-sidebar-thumbnails.c:
11718         (ev_sidebar_thumbnails_get_treeview):
11719         * shell/ev-sidebar-thumbnails.h:
11720         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11721         (ev_view_class_init):
11722         * shell/ev-view.h:
11723         * shell/ev-window.c: (update_action_sensitivity),
11724         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11725         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11726         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11727         (ev_window_init):
11728
11729         This is evil... Make space/backspace global accelerators but
11730         enable them only for some widgets (sidebars and view).
11731         I dont like it, but I dont know a better way... :/
11732
11733 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11734
11735         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11736         (ev_page_action_widget_finalize),
11737         (ev_page_action_widget_class_init), (update_page_cache):
11738
11739         Keep a weak reference on proxy->page_cache so that we
11740         dont try to disconnect the signal if the object is already
11741         gone. Maybe there is a better way to cleanup reference handling
11742         in page action though...
11743
11744 2005-05-10  Juerg Billeter  <j@bitron.ch>
11745
11746         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11747         * backend/ev-ps-exporter.h:
11748         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11749         * ps/ps-document.c: (ps_document_ps_export_begin):
11750         
11751         Change api to pass print range to ps_exporter_begin. The pdf backend
11752         requires this information.
11753         
11754         * shell/ev-print-job.c: (idle_print_handler):
11755         
11756         Adapt to api change
11757
11758 2005-05-10  Juerg Billeter  <j@bitron.ch>
11759
11760         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11761         (idle_print_handler)
11762         * shell/ev-window.c: (ev_window_print):
11763
11764         Support printing page range, based on patch by Amaury Jacquot
11765
11766 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11767
11768         * data/evince-toolbar.xml:
11769
11770         Add zoom control to available items
11771
11772 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11773
11774         * shell/ev-window.c: (update_action_sensitivity):
11775
11776         Set slash action insensitive when appropriate
11777
11778 2005-05-10  Christian Persch <chpe@gnome.org>
11779
11780         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11781
11782         Fix warning on the overflow menu
11783
11784 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11785
11786         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11787
11788         Check for uri correctness/existence
11789
11790 2005-05-09  Juerg Billeter  <j@bitron.ch>
11791
11792         * shell/ev-window.c: (using_postscript_printer):
11793
11794         LPD printers use postscript, too
11795
11796 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11797
11798         * shell/ev-window.c: (register_custom_actions):
11799
11800         The zoom one is actually sort of useful,
11801         put it back
11802
11803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * shell/ev-window.c: (register_custom_actions):
11806
11807         Hide page/zoom controls from overflow, they
11808         are useless.
11809
11810 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11811
11812         * cut-n-paste/update-from-egg.sh:
11813         
11814         Share it between all cut-n-paste subdirs
11815
11816         * cut-n-paste/recent-files/Makefile.am:
11817
11818         Fix to use "global" update-from-egg.sh
11819
11820         * cut-n-paste/recent-files/egg-recent-model.c:
11821         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11822         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11823         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11824         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11825
11826         Update from libegg
11827
11828         * cut-n-paste/toolbar-editor/Makefile.am:
11829
11830         Fix to use "global" update-from-egg.sh
11831
11832         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11833
11834         Update from libegg
11835
11836 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11837
11838         * configure.ac:
11839         * cut-n-paste/Makefile.am:
11840         * cut-n-paste/recent-files/Makefile.am:
11841         * cut-n-paste/toolbar-editor/.cvsignore:
11842         * cut-n-paste/toolbar-editor/Makefile.am:
11843         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11844         (egg_editable_toolbar_get_type), (get_toolbar_position),
11845         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11846         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11847         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11848         (set_item_drag_source), (create_item_from_action), (create_item),
11849         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11850         (popup_toolbar_context_menu_cb), (free_dragged_item),
11851         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11852         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11853         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11854         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11855         (item_added_cb), (item_removed_cb),
11856         (egg_editable_toolbar_construct),
11857         (egg_editable_toolbar_disconnect_model),
11858         (egg_editable_toolbar_deconstruct),
11859         (egg_editable_toolbar_set_model),
11860         (egg_editable_toolbar_set_ui_manager),
11861         (egg_editable_toolbar_set_property),
11862         (egg_editable_toolbar_get_property),
11863         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11864         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11865         (egg_editable_toolbar_new_with_model),
11866         (egg_editable_toolbar_get_edit_mode),
11867         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11868         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11869         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11870         (new_pixbuf_from_widget), (new_separator_pixbuf),
11871         (update_separator_image), (style_set_cb),
11872         (_egg_editable_toolbar_new_separator_image),
11873         (egg_editable_toolbar_get_model):
11874         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11875         * cut-n-paste/toolbar-editor/egg-marshal.c:
11876         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11877         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11878         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11879         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11880         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11881         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11882         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11883         (editor_drag_data_delete_cb), (drag_data_get_cb),
11884         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11885         (editor_create_item), (update_editor_sheet), (setup_editor),
11886         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11887         (parse_item_list), (model_has_action), (update_actions_list),
11888         (egg_toolbar_editor_load_actions):
11889         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11890         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11891         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11892         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11893         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11894         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11895         (egg_toolbars_model_add_separator), (impl_add_item),
11896         (parse_item_list), (egg_toolbars_model_add_toolbar),
11897         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11898         (impl_get_item_data), (impl_get_item_type),
11899         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11900         (egg_toolbars_model_init), (free_toolbar),
11901         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11902         (egg_toolbars_model_remove_toolbar),
11903         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11904         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11905         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11906         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11907         (egg_toolbars_model_get_item_data),
11908         (egg_toolbars_model_get_item_type):
11909         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11910         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11911         * data/Makefile.am:
11912         * data/evince-toolbar.xml:
11913         * data/evince-ui.xml:
11914         * data/hand-open.png:
11915         * po/POTFILES.in:
11916         * shell/Makefile.am:
11917         * shell/ev-window.c: (update_chrome_visibility),
11918         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11919         (ev_window_dispose), (ev_window_init):
11920
11921         Implement epiphany like toolbar editor. Based on patch by
11922         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11923
11924 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11925
11926         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11927
11928         Use set_cursor instead of set_selection, so that
11929         the keyboard focus moves too.
11930
11931 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11932
11933         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11934
11935         Fix infinite loop when loading Type1 fonts
11936
11937 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11938
11939         * data/evince-ui.xml:
11940         * shell/ev-window.c:
11941
11942         Slash -> Find
11943
11944 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11945
11946         * configure.ac:
11947
11948         Make --disable really disable
11949
11950 2005-05-07  Juerg Billeter  <j@bitron.ch>
11951
11952         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11953
11954         Compare page labels even without has_labels set, fixes setting page
11955         with entry
11956
11957 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11958
11959         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11960         (ev_view_set_cursor), (ev_view_button_press_event),
11961         (ev_view_motion_notify_event), (ev_view_button_release_event),
11962         (ev_view_init):
11963
11964         Implement middle button scrolling. Based on a patch
11965         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11966
11967 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11968
11969         * shell/ev-document-types.c: (get_slow_mime_type),
11970         (get_document_type_from_mime), (ev_document_type_lookup):
11971         * shell/ev-document-types.h:
11972
11973         Change api to lookup from uri. Do fast lookup first, if the
11974         type is unknown try with data sniffing.
11975
11976         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11977         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11978
11979         Adapt to api change
11980
11981 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11982
11983         * thumbnailer/Makefile.am:
11984
11985         Fix distcheck
11986
11987 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11988
11989         * NEWS:
11990         * configure.ac:
11991
11992         Release 0.3.0
11993
11994         * data/evince-ui.xml:
11995
11996         Hide presentation mode for now
11997
11998         * shell/ev-view.c: (highlight_find_results):
11999
12000         Show current find selection only on current page
12001
12002 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12003
12004         * shell/ev-view.c: (ev_view_select_all):
12005
12006         Compute size of the actual page, not of
12007         the current one.
12008
12009 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12010
12011         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12012         (view_rect_to_doc_rect), (compute_selections),
12013         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12014         (ev_view_copy), (ev_view_primary_get_cb),
12015         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12016         (ev_view_button_press_event), (ev_view_motion_notify_event),
12017         (ev_view_button_release_event), (page_changed_cb):
12018
12019         Fix text selection
12020
12021 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12022
12023         * shell/ev-view.c: (compute_border), (get_page_extents),
12024         (doc_rect_to_view_rect), (highlight_find_results),
12025         (ev_view_bin_expose), (ev_view_select_all),
12026         (ev_view_motion_notify_event), (update_find_status_message),
12027         (jump_to_find_result), (jump_to_find_page):
12028
12029         First go at fixing search, still buggy
12030
12031 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12032
12033         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12034         dropdown box and button at the top of the sidebar.
12035
12036 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12037
12038         * configure.ac: Output zoom-control Makefile.
12039         * cut-n-paste/Makefile.am: build zoom-control subdir.
12040         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12041         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12042         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12043         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12044         * cut-n-paste/zoom-control/ephy-zoom.c:
12045         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12046         from epiphany, and modified to add a separator into the menu.
12047         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12048         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12049         zoom-control action.
12050         * shell/Makefile.am: Include zoom-control flags.
12051         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12052         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12053         (ev_view_zoom_for_size_presentation),
12054         (ev_view_zoom_for_size_continuous_and_dual_page),
12055         (ev_view_zoom_for_size_continuous),
12056         (ev_view_zoom_for_size_dual_page),
12057         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12058         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12059         ev_view_get_zoom and ev_view_get_sizing_mode.
12060         * shell/ev-view.h:
12061         * shell/ev-window.c: (update_action_sensitivity),
12062         (update_sizing_buttons), (zoom_control_changed_cb),
12063         (register_custom_actions): Initialize and use the zoom-control 
12064         widget.
12065
12066 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12069         preview cache back to 1.  Don't know when it got set to 0.
12070         
12071         * shell/ev-view.c: (compute_border), (ev_view_realize),
12072         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12073         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12074         (ev_view_get_fullscreen), (ev_view_set_presentation),
12075         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12076         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12077         * shell/ev-view.h:
12078         * shell/ev-window.c:
12079         (update_chrome_visibility),
12080         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12081         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12082         (update_document_mode), (ev_window_update_fullscreen_action),
12083         (ev_window_fullscreen), (ev_window_unfullscreen),
12084         (ev_window_cmd_view_fullscreen),
12085         (ev_window_update_presentation_action),
12086         (ev_window_run_presentation), (ev_window_stop_presentation),
12087         (ev_window_cmd_view_presentation), (ev_window_state_event),
12088         (ev_window_focus_in_event), (ev_window_focus_out_event),
12089         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12090         * data/evince-ui.xml: Initial presentation mode.  We should
12091         probably hide this until it's done, as it's quite rough.  Also,
12092         change full-screen to fullscreen and add two getters to EvView.
12093
12094 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12095
12096         * shell/ev-page-action.c: (update_page_cache),
12097         (ev_page_action_dispose):
12098         * shell/ev-window.c: (destroy_fullscreen_popup),
12099         (ev_window_create_fullscreen_popup):
12100
12101         Use connect_object rather than explicitly
12102         disconnect on dispose.
12103
12104 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12105
12106         * shell/ev-page-action.c: (update_page_cache),
12107         (ev_page_action_dispose):
12108
12109 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12110
12111         * backend/ev-page-cache.c: (_ev_page_cache_new),
12112         (ev_page_cache_set_page_label),
12113         (ev_page_cache_has_nonnumeric_page_labels):
12114         * backend/ev-page-cache.h:
12115         * shell/ev-page-action.c: (update_pages_label):
12116         
12117         If all page labels are numeric, fallback to default
12118         way to display number of pages. See bug 173185.
12119
12120 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12121
12122         * shell/ev-page-action.c: (ev_page_action_dispose):
12123         * shell/ev-view.c: (view_update_range_and_current_page):
12124         * shell/ev-window.c: (ev_window_dispose):
12125         
12126         Set page on scroll in continuous mode. Fixes bug 301986.
12127         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12128
12129 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12130
12131         * configure.ac:
12132
12133         Require poppler 0.3.0
12134
12135 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12136         
12137         * shell/Makefile.am, configure.ac: Fix build problems
12138         with t1lib. Bug 301996.
12139
12140 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12141
12142         * shell/ev-view.c: (ev_view_scroll_event):
12143         
12144         Scroll up increase zoom
12145
12146 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12147
12148         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12149         (ev_view_set_sizing_mode),
12150         (ev_view_zoom_for_size_continuous_and_dual_page),
12151         (ev_view_zoom_for_size_continuous):
12152         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12153         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12154         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12155         (ev_window_init):
12156
12157         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12158         Fix for 165473 and 165472.
12159
12160 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12161
12162         * po/POTFILES.in:
12163         * thumbnailer/Makefile.am:
12164         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12165         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12166         * thumbnailer/evince-thumbnailer.schemas.in:
12167         
12168         Make thumbnailer schemas translatable. Fix for bug 301773
12169         
12170         * thumbnailer/evince-thumbnailer-djvu.schemas:
12171         * thumbnailer/evince-thumbnailer-dvi.schemas:
12172         * thumbnailer/evince-thumbnailer.schemas:
12173
12174         Removed files
12175
12176 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12177
12178         * shell/ev-view.c (ev_view_init): forgot to set this.
12179
12180 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12181
12182         * shell/ev-view.c: (find_page_at_location),
12183         (get_link_at_location),
12184         (ev_view_set_show_border), (ev_view_set_spacing),
12185         (ev_view_zoom_for_size_continuous_and_dual_page),
12186         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12187         Also, add a quick fix measuring of widths.  Also, removed
12188         ev_view_set_spacing and ev_view_set_show_border.
12189         
12190         * shell/ev-window.c: (ev_window_unfullscreen),
12191         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12192
12193 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12194
12195         * shell/ev-view.c: (view_update_range_and_current_page),
12196         (page_changed_cb):
12197         
12198         Fix crash on exit and scrolling to page in continuous view.
12199
12200 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12201
12202         * TODO:
12203         * backend/ev-page-cache.c: (_ev_page_cache_new),
12204         (ev_page_cache_get_max_width_size),
12205         (ev_page_cache_get_max_height_size):
12206         * backend/ev-page-cache.h:
12207         * data/evince-ui.xml:
12208         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12209         * shell/ev-view.c: (view_update_adjustments),
12210         (view_update_range_and_current_page), (get_bounding_box_size),
12211         (ev_view_size_request_continuous_and_dual_page),
12212         (ev_view_size_request_continuous),
12213         (ev_view_size_request_dual_page),
12214         (ev_view_size_request_single_page), (ev_view_size_request),
12215         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12216         (ev_view_bin_expose), (ev_view_expose_event),
12217         (ev_view_set_property), (ev_view_get_property),
12218         (ev_view_class_init), (ev_view_init), (ev_view_new),
12219         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12220         (ev_view_set_dual_page), (ev_view_set_full_screen),
12221         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12222         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12223         (ev_view_zoom_out), (zoom_for_size_fit_width),
12224         (zoom_for_size_best_fit),
12225         (ev_view_zoom_for_size_continuous_and_dual_page),
12226         (ev_view_zoom_for_size_continuous),
12227         (ev_view_zoom_for_size_dual_page),
12228         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12229         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12230         * shell/ev-view.h:
12231         * shell/ev-window.c: (update_action_sensitivity),
12232         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12233         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12234         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12235         (ev_window_cmd_view_zoom_out), (update_view_size),
12236         (ev_window_set_sizing_mode), (ev_window_init):
12237
12238         Add Continuous and Dual page modes.
12239
12240 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12241
12242         * dvi/dvi-document.c: (dvi_document_load),
12243         (dvi_document_thumbnails_get_thumbnail),
12244         (dvi_document_init_params): Fix up some mixups between
12245         width and height to correct thumbnail rendering.
12246
12247 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12248
12249         * dvi/mdvi-lib/private.h:
12250         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12251         
12252         Suppess output for kpathsea during font generation. Thanks to
12253         James Bowes
12254
12255 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12256
12257         * NEWS:
12258         * configure.ac:
12259
12260         Release 0.2.1
12261
12262         * Makefile.am: fix distcheck.
12263
12264 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12265
12266         * shell/ev-sidebar-links.c: (selection_changed_callback),
12267         (update_page_callback), (row_activated_callback),
12268         (job_finished_callback), (ev_sidebar_links_set_document):
12269         
12270         Fix for bug #169901. Double click on links expands tree.
12271
12272 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12273
12274         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12275         hard-coded style. Fix for bug 170111
12276
12277 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12278
12279         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12280         locking.
12281
12282 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12283
12284         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12285
12286 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12287
12288         * pdf/ev-poppler.cc:
12289         * shell/ev-view.c: (highlight_find_results):
12290
12291         Fix find on single page documents
12292
12293 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12294
12295         * data/evince.schemas.in: fix for bug 301390
12296
12297 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12298
12299         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12300         (ev_view_zoom_out), (ev_view_zoom_normal):
12301         * shell/ev-view.h:
12302         * shell/ev-window.c: (update_action_sensitivity),
12303         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12304         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12305         (ev_window_cmd_view_normal_size):
12306
12307         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12308         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12309         better than oom. 
12310
12311 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12312
12313         * configure.ac:
12314
12315         Depend on 2.57, 2.59 doesnt seem to be necessary
12316
12317 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12318
12319         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12320         (create_tool_item):
12321
12322         Put back total number of pages as (1 of 1234)
12323
12324 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12325
12326         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12327         remove the job.
12328
12329         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12330         function.  This helps debugging.
12331
12332 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12333
12334         * djvu/djvu-document.c: (djvu_document_class_init),
12335         (djvu_document_get_info), (djvu_document_document_iface_init):
12336         * dvi/dvi-document.c: (dvi_document_class_init),
12337         (dvi_document_get_info), (dvi_document_document_iface_init):
12338
12339         Dummy implementation of get_info method for dvi and
12340         djvu. Fix crashes with those backends
12341
12342 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12343
12344         * data/evince.desktop.in:
12345
12346         Add application/x-gzpostscript
12347
12348 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12349
12350         * data/evince.schemas.in: Added real long descriptions, 
12351         closes bug 172496 
12352
12353         * README: Added actual text, closes bug 171869
12354
12355 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12356
12357         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12358
12359         Thumbnail page 0
12360
12361 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12362
12363         * backend/ev-document-info.h:
12364
12365         s/GDate */GDate so we can just use g_free
12366
12367 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12368
12369         * shell/ev-window.c: (update_document_mode),
12370         (ev_window_setup_document):
12371
12372         Show the window in fullscreen when specified by
12373         the document
12374
12375 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12376
12377         * backend/ev-document.c: (ev_document_class_init),
12378         (ev_document_get_info), (ev_document_render_pixbuf):
12379         * backend/ev-document.h:
12380         * backend/ev-page-cache.c: (_ev_page_cache_new):
12381         * pdf/ev-poppler.cc:
12382         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12383         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12384         * ps/ps-document.c: (ps_document_class_init), (document_load),
12385         (ps_document_get_info), (ps_document_document_iface_init):
12386
12387         Remove get_title from the interface, we can just use document info
12388
12389 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12390
12391         * backend/Makefile.am:
12392         * backend/ev-document.c: (ev_document_render_get_info):
12393         * backend/ev-document.h:
12394         * pdf/ev-poppler.cc:
12395
12396         Initial support for document info. Based on jrb patch.
12397
12398 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12399
12400         * shell/ev-window.c: (ev_window_state_event),
12401         (ev_window_class_init), (ev_window_init):
12402         
12403         Doesn't show resize grip when maximized. See bug #301053
12404
12405 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12406
12407         * po/POTFILES.in:
12408         
12409         ev-sidebar-thumbnails now has translatable labels
12410         
12411         * shell/Makefile.am:
12412         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12413         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12414         (ev_sidebar_links_page_iface_init):
12415         * shell/ev-sidebar-links.h:
12416         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12417         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12418         (ev_sidebar_page_get_label):
12419         * shell/ev-sidebar-page.h:
12420         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12421         (ev_sidebar_thumbnails_set_document),
12422         (ev_sidebar_thumbnails_support_document),
12423         (ev_sidebar_thumbnails_get_label),
12424         (ev_sidebar_thumbnails_page_iface_init):
12425         * shell/ev-sidebar-thumbnails.h:
12426         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12427         (ev_sidebar_set_document):
12428         * shell/ev-sidebar.h:
12429         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12430         
12431         Small rework of sidebar code. Now sidebar pages should implement
12432         EvSidebarPage interface. That makes page management in EvSidebar
12433         easier. See bug #164811 for details
12434
12435 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12436
12437         * shell/ev-application.c: (ev_application_open):
12438         * shell/ev-document-types.c:
12439         
12440         Fix build error and small problem with application exit
12441
12442 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12443
12444         * thumbnailer/Makefile.am:
12445         * thumbnailer/evince-thumbnailer-djvu.schemas:
12446         * thumbnailer/evince-thumbnailer-dvi.schemas:
12447         
12448         Conditionally install schemas for djvu/dvi thumbnailer
12449
12450 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12451
12452         * shell/ev-document-types.h: 
12453         * shell/ev-document-types.c: 
12454         New files, handling the mapping from mimetypes to backends
12455         
12456         * shell/ev-window.c: 
12457         * thumbnailer/evince-thumbnailer.c:     
12458         Use the ev-document-types code
12459         
12460         * shell/Makefile.am: 
12461         Added new convenience library libevbackendfactory_la, containing
12462         the new mimetype->backend logic; moved the backends into it.
12463
12464         * thumbnailer/Makefile.am:
12465         Make the thumbnailer link with the libevbackend.la convenience
12466         library, rather than having a duplicate of the backend logic here.
12467
12468 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12469
12470         * shell/ev-stock-icons.c: constify some vars.
12471         * shell/ev-window.c: ditto.
12472
12473 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12474
12475         * ps/ps-document.c (get_page_orientation):
12476
12477         Respect document orientation 
12478
12479 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12480
12481         * djvu/Makefile.am:
12482         * dvi/Makefile.am:
12483         * shell/Makefile.am:
12484         
12485         Move library dependencies to components.
12486         
12487         * shell/ev-window.c: (update_window_title),
12488         (start_loading_document):
12489         
12490         Fix display of uris with spaces. Bug 168358.
12491
12492 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12493
12494         * shell/ev-sidebar-links.c: (selection_changed_cb):
12495         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12496         (ev_view_button_release_event), (ev_view_set_document):
12497         * shell/ev-view.h:
12498         * shell/ev-window.c: (find_bar_search_changed_cb):
12499         * shell/ev-window.h: Minor cleanups removing some dead code.
12500
12501 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12502
12503         * backend/ev-page-cache.c: (_ev_page_cache_new):
12504         
12505         Set current page to 0 if document has pages.
12506
12507 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12508
12509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12510
12511         Initialize GError to NULL, fix a crash when loading fails.
12512
12513 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12514
12515         * shell/ev-window.c: (update_view_size):
12516
12517         Calculate shadow size only when there is actually
12518         a shadow.
12519
12520 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12521
12522         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12523         * shell/ev-view.h:
12524
12525         Allow setting view spacing, default to 0
12526
12527         * shell/ev-window.c: (ev_window_unfullscreen),
12528         (ev_window_cmd_view_fullscreen), (ev_window_init):
12529
12530         Remove spacing in fullscreen mode
12531
12532 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12533
12534         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12535         (ev_view_size_request), (expose_bin_window),
12536         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12537         * shell/ev-view.h:
12538         * shell/ev-window.c: (ev_window_unfullscreen),
12539         (ev_window_cmd_view_fullscreen):
12540
12541         Do not draw the border in fulscreen
12542
12543 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12544
12545         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12546         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12547         (find_page_at_location), (page_changed_cb):
12548
12549         Rework border calculation, so that I can more easily disable it.
12550         Code somewhat cleaner too.
12551
12552 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12553
12554         * backend/ev-page-cache.c: (ev_page_cache_init),
12555         (_ev_page_cache_new):
12556
12557         Remove some assertions, documents can have 0 pages.
12558         Make initial current page -1.
12559
12560         * shell/ev-page-action.c: (page_changed_cb):
12561
12562         Show "" if current page is -1
12563
12564         * shell/ev-window.c: (update_action_sensitivity),
12565         (ev_window_setup_document):
12566
12567         When document has 0 pages do not set the view
12568         and make nearly everything insensitive.
12569
12570 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12571
12572         * shell/ev-page-view.c:
12573         * shell/ev-page-view.h:
12574
12575         Remove unused files.
12576         
12577         * shell/ev-sidebar-thumbnails.c:
12578         (ev_sidebar_thumbnails_set_document):
12579         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12580         (ev_sidebar_supports_document):
12581         * shell/ev-sidebar.h:
12582         * shell/ev-window.c: (ev_window_setup_document):
12583         
12584         Doesn't show thumbnails if document has 1 page. Make
12585         sidebar menu entries sensitive only if if they have 
12586         sense. Fix bug 164811. 
12587
12588 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12591         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12592         (ev_view_zoom_out), (ev_view_set_size):
12593
12594         Rework sizing to deal with documents with not uniform page
12595         size.
12596
12597 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12598
12599         * backend/ev-page-cache.c: (_ev_page_cache_new):
12600
12601         Fix several page size caching bugs
12602
12603 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12604
12605         * shell/ev-window.c: (set_action_properties):
12606
12607         Make all toolbar items translatable
12608
12609 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12610
12611         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12612         (save_page_list), (ps_document_save),
12613         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12614         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12615         (ps_document_ps_exporter_iface_init):
12616         * ps/ps-document.h:
12617
12618         Based on a patch by J�rg Billeter <j@bitron.ch>
12619         
12620         Implement print and save a copy for the ps backend.
12621
12622 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12623
12624         * backend/ev-document.h:
12625         * djvu/djvu-document.c: (djvu_document_can_get_text),
12626         (djvu_document_document_iface_init):
12627         * dvi/dvi-document.c: (dvi_document_can_get_text),
12628         (dvi_document_document_iface_init):
12629         * pdf/ev-poppler.cc:
12630         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12631         (pixbuf_document_document_iface_init):
12632         * ps/ps-document.c: (ps_document_can_get_text),
12633         (ps_document_document_iface_init):
12634         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12635         * shell/ev-window.c: (update_action_sensitivity):
12636
12637         Fix the crash when trying to copy in backends that doesnt
12638         support it. We can implement a better solution once we
12639         do real text selection.
12640
12641 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12642
12643         * data/evince-ui.xml:
12644         * shell/ev-window.c: (ev_window_cmd_escape):
12645         
12646         Work around the Escape conflict (find bar and unfullscreen)
12647
12648 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12649
12650         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12651         
12652         Fix for #300233. Next page correctly handles document end.
12653         
12654         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12655         (ev_sidebar_thumbnails_class_init),
12656         (ev_sidebar_thumbnails_set_document),
12657         (ev_sidebar_thumbnails_clear_job),
12658         (ev_sidebar_thumbnails_clear_model):
12659         
12660         Cleanup thumbnail jobs on document changes.
12661         
12662         * shell/ev-view.c: (add_scroll_binding_keypad),
12663         (add_scroll_binding_shifted), (ev_view_class_init):
12664         
12665         Shift + Space scrolls up. Fix for #173184
12666         
12667         * shell/ev-window.c: (ev_window_open_page),
12668         (ev_window_cmd_view_reload):
12669         
12670         Fix reload (Bug #300094)
12671
12672 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12673
12674         
12675         * dvi/mdvi-lib/assoc.c:
12676         * dvi/mdvi-lib/assoc.h: Removed garbage files
12677         
12678         * dvi/mdvi-lib/bitmap.c:
12679         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12680         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12681         * dvi/mdvi-lib/color.h: Antialias of rules
12682         
12683         * dvi/mdvi-lib/common.h:
12684         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12685         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12686         * dvi/mdvi-lib/files.c:
12687         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12688         * dvi/mdvi-lib/mdvi.h:
12689         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12690         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12691         * dvi/mdvi-lib/util.c: Fix compile warnings
12692         
12693         * dvi/dvi-document.c:
12694         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12695         (dvi_document_thumbnails_get_thumbnail),
12696         (dvi_document_document_thumbnails_iface_init):
12697         * dvi/mdvi-lib/Makefile.am:
12698         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12699         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12700         
12701         Dvi backend now renders thumbnails
12702
12703 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12704
12705         * shell/main.c: (main): 
12706         
12707         Save accelerators on exit. Fixes bug #172095.
12708
12709 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12710
12711         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12712         update priority" comment.
12713
12714         * backend/ev-job-queue.c: Give a way to change priority.
12715
12716 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12717
12718         * shell/ev-page-action.c: Fix logic.
12719
12720 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12721
12722         * shell/ev-view.c: (ev_view_can_find_next):
12723         * shell/ev-window.c: (ev_window_setup_document):
12724
12725         Check that the document supports find
12726
12727 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12728
12729         * data/evince-ui.xml:
12730         * shell/ev-view.c: (ev_view_can_find_next):
12731         * shell/ev-view.h:
12732         * shell/ev-window.c: (update_action_sensitivity),
12733         (find_changed_cb), (ev_window_setup_document),
12734         (ev_window_cmd_edit_find_next):
12735
12736         Add Edit->Find Next
12737
12738 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12739
12740         * pdf/ev-poppler.cc:
12741         * shell/ev-print-job.c: (idle_print_handler):
12742
12743         Make printing work again
12744
12745 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12746
12747         * shell/ev-page-action.h:
12748         * shell/ev-page-action.c: (ev_page_action_widget_init),
12749         (ev_page_action_widget_class_init), (page_changed_cb),
12750         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12751         (get_filter_model_from_model), (match_selected_cb),
12752         (display_completion_text), (match_completion), (update_model),
12753         (connect_proxy), (ev_page_action_set_property),
12754         (ev_page_action_get_property), (ev_page_action_set_document),
12755         (ev_page_action_set_model), (ev_page_action_class_init): Big
12756         reworking to make completions work iff we have >= GTK-2.7.0
12757                 
12758         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12759         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12760         (job_finished_cb): We now have a 'model' property that is set when
12761         the links are loaded.  This can be caught with "notify::model"
12762
12763         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12764         listen for the model to be set, and propagate it to the action.
12765
12766 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12767
12768         * cut-n-paste/recent-files/egg-recent-item.c:
12769         (egg_recent_item_set_uri), (make_valid_utf8),
12770         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12771         * cut-n-paste/recent-files/egg-recent-item.h:
12772         
12773         Update egg-recent from libegg. This should fix long
12774         startup problem. For details see
12775         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12776
12777 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12778
12779         * cut-n-paste/recent-files/Makefile.am:
12780         * data/evince-ui.xml, shell/Makefile.am:
12781         * shell/ev-application.c, shell/ev-application.h:
12782         * shell/ev-window.c: Recent files support.
12783         
12784         * configure.ac: Added "ru" to ALL_LINGUAS.
12785         
12786         * dvju: new backend to support DJVU files.
12787         * dvi: new backend to support DVI.
12788
12789         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12790         * ev-application.c: Support for new backends.
12791         
12792         * help, ev-window.c, main.c shell/Makefile.am: 
12793         Evince user documentation.
12794
12795 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12796
12797         * po/POTFILES.in:
12798         * shell/ev-window.c:
12799         * thumbnailer/evince-thumbnailer.c:
12800
12801         s/pdf-document/ev-poppler
12802
12803 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12804
12805         * NEWS:
12806         * configure.ac:
12807
12808         Release 0.2.0
12809
12810         * ps/ps-document.c: (setup_pixmap):
12811
12812         Remove debug code
12813
12814 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12815
12816         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12817         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12818         (ev_window_cmd_go_first_page): Fix of by one errors.
12819
12820 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12821
12822         * ps/ps-document.c: (get_page_box):
12823
12824         Fix page size calculation
12825
12826 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12827
12828         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12829         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12830         (get_page_orientation), (setup_page), (document_load),
12831         (ps_document_get_page_size), (render_pixbuf_idle):
12832         * ps/ps-document.h:
12833
12834         More refactoring to adapt to EvDocument changes
12835
12836 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12837
12838         * ps/ps-document.c: (start_interpreter):
12839
12840         Actually add alpha args
12841
12842 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12843
12844         * pdf/ev-poppler.cc:
12845
12846         Make clipboard work again
12847
12848 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12849
12850         Make searching work again.
12851         
12852         * backend/ev-document.c:
12853         * backend/ev-document.h:
12854         * backend/ev-document-find.c:
12855         * backend/ev-document-find.h: Change EvDocumentIface so we no
12856         longer store the current page or zoom level in the document.  The
12857         consequence is that all calls that operate on the current page now
12858         instead take the page number as an extra argument, and all
12859         coordinates are now doubles in document coordinate system.
12860
12861         * pdf/ev-poppler.cc:
12862         * pixbuf/pixbuf-document.c:
12863         * ps/ps-document.c: Update backends accordingly.
12864
12865 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12866
12867         * autogen.sh:
12868
12869         Add required gettext version
12870
12871 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12872
12873         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12874         make F1 bring up non-existent help.
12875
12876         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12877         epiphany's find bar, #167477
12878
12879         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12880         <emil@nishra.com> to add space-bar scrolling, 
12881
12882         * shell/ev-window.c (static GtkActionEntry entries): add default
12883         keybinding for Help (F1)
12884         Fixes #171068
12885
12886         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12887         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12888         170110
12889
12890 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12891
12892         * Makefile.am: 
12893         * pixbuf/pixbuf-document.c: 
12894
12895         Got pixbuf backend working again
12896
12897 2005-04-01  Steve Murphy  <murf@e-tools.com>
12898
12899         * configure.in: Added "rw" to ALL_LINGUAS.
12900
12901 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12902
12903         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12904         model types, noticed by Martin Kretzschmar.
12905
12906 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12907
12908         * pdf/ev-poppler.cc: Implement search based on
12909         poppler_page_find_text().  Currently a bit crude since we remember
12910         all matches from all pages.  Also, we grab the big document lock
12911         when we search since searching changes the underlying stream and
12912         thus conflicts with the rendering thread.
12913         
12914         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12915         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12916         (ev_view_find_previous): Fix some page indexes to be 0 based,
12917         offset rubber band by view offset,
12918
12919 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12920
12921         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12922
12923 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12924
12925         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12926         completely because I didn't understand GtkActions.  I should
12927         read Marco's code more carefully in the future.
12928
12929         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12930         function
12931
12932 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12933
12934         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12935         PopplerRectangle change from poppler CVS.
12936
12937 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12938
12939         * backend/ev-document.c: (ev_document_get_page_label):
12940         * backend/ev-document.h:
12941         * backend/ev-page-cache.c: (_ev_page_cache_new),
12942         (ev_page_cache_get_page_label):
12943         * backend/ev-page-cache.h:
12944         * pdf/ev-poppler.cc:
12945         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12946         (links_page_num_func):
12947         * shell/ev-sidebar-thumbnails.c:
12948         (ev_sidebar_thumbnails_set_document):
12949         * shell/ev-view.c: (status_message_from_link),
12950         (ev_view_motion_notify_event):
12951         * shell/ev-window.c: (document_supports_sidebar): Add in page
12952         label support.  It's not perfect yet, but it's the first 'feature'
12953         in a while.
12954         Also, fix a bogus comment noticed by crispin. 
12955
12956 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12957
12958         * Makefile.am: Remove pixbuf backend for now
12959
12960         * configure.ac: Require poppler-glib instead of just poppler.
12961
12962         * backend/ev-document-thumbnails.h: Add a comment
12963
12964         * backend/ev-document.h:
12965         * backend/ev-document.c: (ev_document_class_init),
12966         (ev_document_load), (ev_document_get_link),
12967         (ev_document_get_links): Remove 3 methods and add get_links.
12968         Also, made 0 based.
12969
12970         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12971         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12972
12973         * backend/ev-link.c: (ev_link_set_title),
12974         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12975         (ev_link_mapping_find):
12976         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12977         
12978         * backend/ev-page-cache.c: (ev_page_cache_init),
12979         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12980         (ev_page_cache_get_size), (ev_page_cache_next_page),
12981         (ev_page_cache_prev_page): Fix to be 0 based.
12982
12983         * pdf/Makefile.am: 
12984         * pdf/ev-poppler.h:
12985         * pdf/ev-poppler.cc: New backend.
12986         
12987         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12988         (ps_document_get_page), (ps_document_document_iface_init):
12989
12990         * shell/ev-pixbuf-cache.h:
12991         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12992         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12993         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12994         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12995         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12996         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12997         based.
12998         
12999         * shell/ev-sidebar-thumbnails.c:
13000         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13001         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13002
13003         * shell/ev-view.c: (status_message_from_link),
13004         (find_page_at_location), (get_link_at_location),
13005         (ev_view_motion_notify_event), (ev_view_button_release_event),
13006         (ev_view_init): Use the new link code.  Fix to be 0 based.
13007
13008         * shell/ev-window.c: (update_action_sensitivity),
13009         (document_supports_sidebar): 0 based.
13010
13011 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13012
13013         * pdf/pdf-document.cc: Patch from Fernando Herrera
13014         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13015         *blush*
13016
13017 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13018
13019         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13020         1 to the page, as this seems to be 1 based.  I thought we has this
13021         fixed.  grump.
13022
13023 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13024
13025         * TODO:
13026         * backend/Makefile.am:
13027         * backend/ev-document-links.c:
13028         (ev_document_links_has_document_links),
13029         (ev_document_links_get_links_model):
13030         * backend/ev-document-links.h:
13031         * backend/ev-document.c: (ev_document_get_page_cache),
13032         (ev_document_get_doc_mutex), (ev_document_load),
13033         (ev_document_save), (ev_document_get_title),
13034         (ev_document_get_n_pages), (ev_document_set_page),
13035         (ev_document_get_page), (ev_document_set_target),
13036         (ev_document_set_scale), (ev_document_set_page_offset),
13037         (ev_document_get_page_size), (ev_document_get_text),
13038         (ev_document_get_link), (ev_document_render),
13039         (ev_document_render_pixbuf), (ev_document_scale_changed):
13040         * backend/ev-document.h:
13041         * backend/ev-job-queue.c: (remove_object_from_queue),
13042         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13043         (no_jobs_available_unlocked), (ev_render_thread),
13044         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13045         (ev_job_queue_remove_job):
13046         * backend/ev-job-queue.h:
13047         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13048         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13049         (ev_job_links_class_init), (ev_job_render_init),
13050         (ev_job_render_dispose), (ev_job_render_class_init),
13051         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13052         (ev_job_thumbnail_class_init), (ev_job_finished),
13053         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13054         (ev_job_render_run), (ev_job_thumbnail_new),
13055         (ev_job_thumbnail_run):
13056         * backend/ev-jobs.h:
13057         * backend/ev-link.c:
13058         * backend/ev-link.h:
13059         * backend/ev-page-cache.c: (ev_page_cache_init),
13060         (ev_page_cache_class_init), (ev_page_cache_finalize),
13061         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13062         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13063         (ev_page_cache_set_link), (ev_page_cache_get_title),
13064         (ev_page_cache_get_size), (ev_page_cache_next_page),
13065         (ev_page_cache_prev_page):
13066         * backend/ev-page-cache.h:
13067         * pdf/pdf-document.cc:
13068         * ps/gsdefaults.c:
13069         * ps/gsdefaults.h:
13070         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13071         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13072         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13073         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13074         (is_interpreter_ready), (output), (catchPipe), (input),
13075         (start_interpreter), (check_filecompressed), (compute_dimensions),
13076         (ps_document_enable_interpreter), (document_load),
13077         (ps_document_next_page), (render_page), (ps_document_set_page),
13078         (ps_document_set_scale), (render_pixbuf_idle),
13079         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13080         * ps/ps-document.h:
13081         * shell/Makefile.am:
13082         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13083         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13084         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13085         (ev_pixbuf_cache_new), (job_finished_cb),
13086         (check_job_size_and_unref), (move_one_job),
13087         (ev_pixbuf_cache_update_range), (find_job_cache),
13088         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13089         (ev_pixbuf_cache_add_jobs_if_needed),
13090         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13091         * shell/ev-pixbuf-cache.h:
13092         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13093         (idle_print_handler):
13094         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13095         (selection_changed_cb), (create_loading_model),
13096         (ev_sidebar_links_construct), (links_page_num_func),
13097         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13098         (update_page_callback), (job_finished_cb),
13099         (ev_sidebar_links_set_document):
13100         * shell/ev-sidebar-thumbnails.c:
13101         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13102         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13103         (page_changed_cb), (thumbnail_job_completed_callback),
13104         (ev_sidebar_thumbnails_set_document):
13105         * shell/ev-sidebar-thumbnails.h:
13106         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13107         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13108         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13109         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13110         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13111         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13112         (ev_view_button_release_event), (ev_view_scroll_view),
13113         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13114         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13115         (ev_view_new), (job_finished_cb), (page_changed_cb),
13116         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13117         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13118         (ev_view_find_previous):
13119         * shell/ev-view.h:
13120         * shell/ev-window.c: (update_action_sensitivity),
13121         (ev_window_open_page), (update_window_title), (update_total_pages),
13122         (page_changed_cb), (ev_window_setup_document),
13123         (password_dialog_response), (ev_window_cmd_save_as),
13124         (ev_window_print), (ev_window_cmd_go_previous_page),
13125         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13126         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13127         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13128         * shell/main.c: (main):
13129
13130         Merge evince-threads branch
13131
13132 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13133
13134         * configure.ac: Added "lt" to ALL_LINGUAS.
13135
13136 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * NEWS:
13139         * configure.ac:
13140
13141         Release 0.1.9
13142
13143 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13144
13145         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13146
13147         Fix here also the thumbnails 1-basedness :)
13148
13149 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * NEWS:
13152         * configure.ac:
13153
13154         Release 0.1.8
13155
13156 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * pdf/pdf-document.cc:
13159         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13160         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13161
13162         Fix the mess we did with thumbnails and 1-basedness
13163
13164 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13165
13166         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13167
13168 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * NEWS:
13171         * configure.ac:
13172
13173         Release 0.1.7
13174
13175 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * ps/Makefile.am:
13178         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13179         (gtk_gs_defaults_get_alpha_parameters),
13180         (gtk_gs_defaults_get_ungzip_cmd),
13181         (gtk_gs_defaults_get_unbzip2_cmd):
13182         * ps/gsdefaults.h:
13183         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13184         (ps_document_get_orientation), (document_load),
13185         (ps_document_goto_page), (ps_document_set_page_size):
13186         * ps/ps-document.h:
13187
13188         Some more sanitization of the ps backend. Remove a lot
13189         of unused code and do not base our defaults on ggv
13190         preferences (ugh!)
13191
13192 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13193
13194         * thumbnailer/evince-thumbnailer.schemas:
13195         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13196         (main): add -s option for thumbnail size.
13197
13198 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13199
13200         * configure.ac:
13201
13202         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13203         remove it.
13204
13205 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * pdf/pdf-document.cc:
13208
13209         Remove 4 pixels of useless border from the
13210         thumbnail.
13211
13212 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * backend/ev-document-thumbnails.c:
13215         (ev_document_thumbnails_get_thumbnail):
13216         * backend/ev-document-thumbnails.h:
13217
13218         Rework API a bit. Add a border flag and
13219         change sizing logic (now the size we specify
13220         applies to the bigger dimension).
13221
13222         * pdf/pdf-document.cc:
13223         * pixbuf/pixbuf-document.c:
13224         (pixbuf_document_thumbnails_get_thumbnail):
13225         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13226         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13227
13228         Adapt to the new API and do not draw a border for nautilus
13229         thumbnailer.
13230
13231 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13232
13233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13234         take thumbnails from page "0" instead of "1". Added a copyright header.
13235
13236 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13237
13238         * ps/ps-document.c: (set_up_page), (start_interpreter):
13239
13240         Make it C89 compliant
13241
13242 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * Makefile.am:
13245         * configure.ac:
13246         * pdf/.cvsignore:
13247         * pdf/pdf-document.cc:
13248         * thumbnailer/Makefile.am:
13249         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13250         (main):
13251         * thumbnailer/evince-thumbnailer.schemas:
13252         * thumbnailer/pdf-icon.png:
13253
13254         Add a nautilus thumbnailer.
13255         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13256
13257 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * NEWS:
13260         * configure.ac:
13261         * po/POTFILES.in:
13262
13263         Release 0.1.6
13264
13265 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13266
13267         Use poppler instead of including xpdf source code.  Poppler is a
13268         fork of xpdf to build it as a shared library. See
13269         http://freedesktop.org/wiki/Software/poppler.
13270
13271         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13272         xpdf fork.
13273         
13274         * pdf/Makefile.am: Build libpdfdocument.a here.
13275         
13276         * pdf/GDKSplashOutputDev.cc:
13277         * pdf/GDKSplashOutputDev.h:
13278         * pdf/GnomeVFSStream.cc:
13279         * pdf/GnomeVFSStream.h:
13280         * pdf-document.cc:
13281         * pdf-document.h:
13282         * test-gdk-output-dev.cc
13283         * Thumb.cc:
13284         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13285         against poppler.
13286
13287 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13290
13291         Clear idle stack before unsetting the document
13292
13293 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * ps/ps-document.c: (ps_document_widget_event),
13296         (ps_document_set_target), (ps_document_finalize),
13297         (ps_document_get_page):
13298
13299         Disconnect the widget event signal on finalize.
13300         Some code cleanups.
13301
13302 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13303
13304         * ps/ps-document.c: (set_up_page):
13305
13306         If there is no bpixmap create one, even if size
13307         is not changed.
13308
13309 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13312         (set_up_page), (document_load), (ps_document_set_zoom):
13313
13314         Default page is 0. Calculate size even when we have no
13315         target yet.
13316
13317 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13318
13319         * shell/ev-sidebar.c: expand the selection widget to be always as
13320         wide as the sidebar
13321
13322 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * shell/ev-sidebar-thumbnails.c:
13325         (ev_sidebar_thumbnails_set_document):
13326
13327         Clear the list store when setting document
13328
13329 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * shell/ev-page-action.c: (update_entry), (sync_entry),
13332         (activate_cb), (entry_size_request_cb), (create_tool_item),
13333         (connect_proxy):
13334
13335         Use an entry for the page control instead of spinbuttons
13336
13337 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * data/evince.schemas.in:
13340
13341         Correct confusing string
13342
13343 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13344
13345         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13346         for real.  Gosh, how long has this been broken.
13347
13348         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13349         check for a NULL link.  We crash otherwise.
13350
13351 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * NEWS:
13354         * configure.ac:
13355
13356         Release 0.1.5
13357
13358 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13359
13360         * configure.ac: add the french translation.
13361
13362 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * shell/ev-window.c:
13365
13366         Remove unused header -> fix distcheck
13367
13368 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * shell/ev-window.c: (update_window_title),
13371         (ev_window_popup_password_dialog):
13372
13373         Unescape filename for display
13374
13375 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * pdf/xpdf/pdf-document.cc:
13378
13379         In get_page_size deal with rotation. Also
13380         cleanup the function a bit.
13381
13382 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * pdf/xpdf/pdf-document.cc:
13385
13386         Fix crash when opening in new window
13387
13388 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * configure.ac:
13391
13392         Check ghostscript >= 7
13393
13394 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13395
13396         * shell/ev-window.c:
13397
13398         Make page width the default sizing mode
13399
13400 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13401         Marco Pesenti Gritti <marco@gnome.org>
13402
13403         * shell/ev-window.c: Remember the sidebar size
13404
13405         * data/evince.schemas.in: Add a new gconf key to store the size of
13406         the sidebar
13407
13408 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13409
13410         * data/evince-ui.xml:
13411         * shell/ev-window.c: (update_action_sensitivity),
13412         (ev_window_cmd_view_reload):
13413         
13414         Add a "Reload" action and menu entry
13415
13416 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13417
13418         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13419         iff the type doesn't support thumbnailing and indexing.
13420
13421 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13422
13423         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13424
13425 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * pdf/splash/Splash.cc:
13428
13429         Port fix for a crasher from kde bug
13430         http://bugs.kde.org/show_bug.cgi?id=97131
13431
13432 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * pdf/xpdf/pdf-document.cc:
13435
13436         Return a link even if it's of an unrecognized
13437         type. Otherwise we go in an infinte cycle.
13438
13439 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13440
13441         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13442         (size_allocate_cb), (ev_window_set_sizing_mode):
13443
13444         Update size when switching mode
13445
13446 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13449         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13450         (ev_window_cmd_view_normal_size):
13451
13452         Fix size toggle buttons behavior
13453
13454 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13457         (doc_rect_to_view_rect), (ev_view_size_allocate),
13458         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13459         (scale_changed_callback):
13460
13461         Do not cache offsets in size_allocate.
13462
13463 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * shell/ev-view.c: (ev_view_size_allocate):
13466
13467         Calculate offsets before calling the parent
13468         class (which does a redraw)
13469
13470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13471
13472         * pdf/xpdf/pdf-document.cc:
13473
13474         Fix a crasher on exit. Unused code, put a TODO
13475
13476 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * backend/ev-document.c: (ev_document_class_init),
13479         (ev_document_page_changed), (ev_document_scale_changed):
13480         * backend/ev-document.h:
13481
13482         Separate page/scale notifications
13483
13484         * pdf/xpdf/pdf-document.cc:
13485
13486         Emit the new signals.
13487         Do not display the pdf page in _render, do it
13488         when scale/page are requested.
13489
13490         * ps/ps-document.c: (ps_document_set_zoom),
13491         (ps_document_widget_event):
13492         * ps/ps-document.h:
13493
13494         Emit the new signals.
13495
13496         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13497         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13498         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13499         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13500         * shell/ev-view.h:
13501         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13502         (ev_window_cmd_view_page_width), (size_allocate_cb),
13503         (ev_window_set_sizing_mode):
13504
13505         Rework sizing to be pixel based.
13506         There are bugs but should be already way better.
13507
13508 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * shell/ev-window.c: (ev_window_init):
13511
13512         Do not allow to shrink sidebar smaller then
13513         child requisition
13514
13515 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13516
13517         * shell/ev-sidebar.[ch]
13518         * shell/ev-window.c:
13519
13520         Improved sidebar widget. Fixes #166683
13521
13522 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13523
13524         * shell/ev-view.c (update_find_status_message): Give translators
13525         more flexibility with ngettext plural handling.
13526
13527 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13528
13529         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13530         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13531         page when we get the page size.
13532
13533 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13536
13537         ps pages are 0 based, convert 
13538
13539 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13540
13541         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13542
13543         Initialize correct parent class. Set GError on document load
13544
13545 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * pdf/xpdf/pdf-document.cc:
13548
13549         Fixup selection offset calculation
13550
13551         * shell/ev-view.c: (view_rect_to_doc_rect),
13552         (doc_rect_to_view_rect), (ev_view_size_allocate),
13553         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13554         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13555
13556         Store selection as document relative, so that zooming
13557         and offset changing doesnt break it.
13558
13559 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13560
13561         * shell/ev-view.c: (ev_view_best_fit):
13562
13563         Do not try to best fit if the view is not realized
13564
13565 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13566           
13567         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13568
13569 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13570
13571         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13572
13573 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13574
13575         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13576         the popup window.  That prevents it resizing when in full screen
13577         mode.
13578
13579         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13580         multiple rerenders.  This pretty much sucks.
13581
13582         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13583         rest of the toolbar.
13584
13585 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13586
13587         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13588
13589 2005-02-17  Alexander Shopov  <ash@contact.bg>
13590
13591         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13592
13593 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13594
13595         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13596
13597 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13600         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13601         (set_document_page), (document_changed_callback),
13602         (ev_view_set_document), (ev_view_find_previous),
13603         (ev_view_hide_cursor), (ev_view_show_cursor):
13604         * shell/ev-view.h:
13605         * shell/ev-window.c: (update_chrome_visibility),
13606         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13607         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13608         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13609         (ev_window_unfullscreen):
13610         * shell/main.c: (main):
13611
13612         Automatically hide the fullscreen button.
13613         Patch by Kristian Høgsberg <krh@redhat.com>
13614
13615 2005-02-16  Vincent Noel  <vnoel@cox.net>
13616
13617         * shell/main.c (main): Specify an icon for the window. Patch by
13618         Jaap A. Haitsma. Fixes #166177.
13619
13620 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13621
13622         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13623
13624 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13625
13626         * backend/ev-document-misc.h:
13627         * backend/ev-document-misc.c:
13628         (ev_document_misc_get_page_border_size),
13629         (ev_document_misc_paint_one_page): New function to canonicalize
13630         sizing/painting a border.
13631
13632         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13633         used.
13634
13635         * pdf/xpdf/pdf-document.cc: use new function
13636
13637         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13638         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13639         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13640         shell/ev-window.c: (update_sizing_buttons),
13641         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13642         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13643         (ev_window_cmd_view_page_width), (size_allocate_cb),
13644         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13645         and "fit width" values act as toggle buttons so they stay
13646         toggled.  It's not 100% perfect, and it's a little slow, but it's
13647         good enough to commit I think.
13648
13649 2005-02-15  David Lodge  <dave@cirt.net>
13650
13651         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13652
13653 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13654
13655         * shell/ev-window.c (update_window_title): replace newlines in
13656         the title by spaces. Bug #166107.
13657
13658 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13659
13660         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13661         parameters providing allocation width and height without
13662         scrollbars and width of a possible vertical scrollbar. With this
13663         additional information the functions can work as
13664         intended. Unfortunately they're not idempotent. We should
13665         transform these commands to toggles. Fixes Bug #164976
13666         Initial patch by Stephane Loeuillet, then heavily modified.
13667
13668         * shell/ev-view.h: update prototypes.
13669
13670         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13671         (ev_window_cmd_view_page_width): provide EvView fit functions with
13672         all the information they need. Formulas to calculate this
13673         information taken from GtkScrolledWindow.
13674
13675 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13676
13677         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13678         created a thumbnail, the list store is updated to know
13679         that the thumbnail is set. Fixes bug #166792
13680
13681 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13682
13683         * shell/ev-window.c: fixed typo, closes bug 166897
13684
13685         * TODO: updated TODO with bug numbers that are relevant
13686
13687 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13688
13689         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13690
13691 2005-02-09  Vincent Noel  <vnoel@cox.net>
13692
13693         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13694         and "Next" toolbar buttons as important to make them stand out.
13695
13696 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13697
13698         * lib/ev-debug.c:
13699         * lib/ev-debug.h:
13700         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13701         (start_interpreter), (stop_interpreter), (document_load),
13702         (ps_document_next_page), (ps_document_goto_page),
13703         (ps_document_set_page_size), (ps_document_widget_event),
13704         (ps_document_render):
13705         * shell/ev-page-view.c: (ev_page_view_dispose):
13706         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13707
13708         Fix compilation on non-gcc platforms
13709
13710 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13711
13712         * NEWS:
13713         * configure.ac:
13714
13715         Release 0.1.4
13716
13717         * pdf/xpdf/Catalog.cc:
13718         * pdf/xpdf/XRef.cc:
13719
13720         Fix the fix for CAN-2004-0888
13721
13722 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13723
13724         * data/Makefile.am:
13725         * data/evince-ui.xml:
13726         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13727         * shell/ev-stock-icons.h:
13728         * shell/ev-window.c: (update_action_sensitivity),
13729         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13730         (set_action_properties):
13731
13732         Improve toolbar layout/icons
13733
13734 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * pdf/xpdf/pdf-document.cc:
13737
13738         Add warnings about unimplemented/unknown link
13739         types.
13740
13741 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13742
13743         * ps/ps-document.c: (set_up_page):
13744
13745         Log gs property
13746
13747 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * ps/ps-document.c: (start_interpreter):
13750
13751         Log gs env var
13752
13753 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13754
13755         * shell/ev-page-view.c: (ev_page_view_dispose):
13756         * shell/ev-view.c: (ev_view_finalize):
13757         * shell/ev-window.c: (ev_window_setup_document),
13758         (ev_window_dispose), (ev_window_init):
13759
13760         Solve more refs issues.
13761
13762         I commented out the page_view initialization for now:
13763         it was never destroyed (because it's never added
13764         to a container). Because of that we was leaking
13765         gs processes. Couldnt think to a clean fix.
13766         We need to figure this out, password view has the
13767         same issue probably.
13768
13769 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * ps/ps-document.c: (ps_document_finalize),
13772         (ps_document_get_n_pages), (ps_document_get_page):
13773
13774         Some cleanups, stop the interpreter on finalize
13775
13776         * shell/ev-page-view.c: (ev_page_view_dispose),
13777         (ev_page_view_class_init):
13778
13779         Release our reference on the document
13780
13781 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13782
13783         * Makefile.am:
13784         * configure.ac:
13785         * doc/debugging.txt:
13786         * lib/.cvsignore:
13787         * lib/Makefile.am:
13788         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13789         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13790         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13791         * lib/ev-debug.h:
13792
13793         Add debugging helpers
13794
13795         * ps/Makefile.am:
13796         * ps/ps-document.c: (set_up_page), (start_interpreter),
13797         (stop_interpreter), (document_load), (ps_document_next_page),
13798         (ps_document_goto_page), (ps_document_set_page_size),
13799         (ps_document_widget_event), (ps_document_render):
13800         * shell/Makefile.am:
13801         * shell/ev-view.c: (expose_bin_window):
13802         * shell/main.c: (main):
13803
13804         Add some logs
13805         
13806 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13807
13808         * ps/ps-document.c: (ps_document_widget_event):
13809
13810         Initialize message_window, this should make ps
13811         rendering really work! (Never noticed because I was
13812         testing with a ps that is causing gs to exit every time!)
13813
13814 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13815
13816         * data/evince.schemas.in: updated simple error in applyto closing tag
13817
13818 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13819
13820         * Makefile.am:
13821         * configure.ac:
13822         * data/.cvsignore:
13823         * data/Makefile.am:
13824         * data/evince-ui.xml:
13825         A data/evince.schemas.in:
13826         * po/POTFILES.in:
13827         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13828         * shell/ev-stock-icons.h:
13829         * shell/ev-window.c: (update_chrome_visibility),
13830         (update_chrome_flag), (ev_window_cmd_edit_find),
13831         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13832         (ev_window_unfullscreen), (ev_window_focus_in_event),
13833         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13834         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13835         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13836         (ev_window_dispose), (ev_window_class_init),
13837         (set_action_properties), (set_chrome_actions), (load_chrome),
13838         (ev_window_init):
13839
13840         Implement fullscreen mode changes from bug #164776.
13841         Also implement persistent chrome toggles.
13842
13843 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13844
13845         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13846
13847 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13848
13849         * NEWS:
13850         * configure.ac:
13851         * shell/ev-view.c:
13852
13853         Add another check for find interface
13854
13855         Release 0.1.3
13856
13857 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13858
13859         * shell/ev-application.c: (ev_application_open):
13860         * shell/ev-window.c: (ev_window_open):
13861
13862         Open gzipped ps documents
13863
13864 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13865
13866         * TODO:
13867         * shell/ev-view.c: (set_document_page):
13868
13869         Clamp page number, dont try to move to
13870         not existant pages.
13871
13872 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13873
13874         * backend/ev-document-find.c: (ev_document_find_changed):
13875         * backend/ev-document-find.h:
13876         * pdf/xpdf/pdf-document.cc:
13877         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13878         * shell/ev-window.c: (find_bar_search_changed_cb):
13879
13880         Fix several bugs with find
13881
13882 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13883
13884         * shell/ev-sidebar-thumbnails.c
13885         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13886         document. Prevents warning from scroll_to_cell.
13887
13888 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13889
13890         * configure.ac: Add «nb» to ALL_LINGUAS too.
13891
13892 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13893
13894         * NOTES: New file with some random thoughts.
13895
13896         * TODO: Update.
13897
13898         * backend/ev-document-misc.c:
13899         (ev_document_misc_get_page_border_size): New function to
13900         canonicalize shadow drawing sizes.  Possibly goofy.
13901
13902         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13903         (ev_view_best_fit), (ev_view_fit_width):
13904         * pdf/xpdf/pdf-document.cc:
13905         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13906         * ps/ps-document.c: (ps_document_get_page_size):
13907         * backend/ev-document-misc.h:
13908         * backend/ev-document.c: (ev_document_get_page_size):
13909         * backend/ev-document.h: get_page_size now takes a page number
13910         parameter.  Made all the backends/frontends honor it.
13911
13912         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13913         see.  Doesn't work yet.
13914
13915         * shell/Makefile.am:
13916         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13917         Doesn't do anything yet.
13918
13919         * shell/ev-sidebar-thumbnails.c:
13920         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13921         [0..n_pages-1]
13922
13923         * shell/ev-window.c: (update_action_sensitivity),
13924         (ev_window_setup_document), (ev_window_set_page_mode),
13925         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13926         view-swapping code a bit so we can have multiple views on a
13927         document.  Add the multi-page view, though it can't be turned on
13928         yet.
13929
13930 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13931
13932         * shell/ev-application.c: (ev_application_open):
13933         * shell/ev-view.c: (expose_bin_window):
13934         * shell/ev-window.c: (ev_window_open):
13935
13936         Support eps and check document supports find
13937         before drawing highlightings in expose.
13938
13939 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13940
13941         * pixbuf/pixbuf-document.c:
13942         (pixbuf_document_thumbnails_get_dimensions),
13943         (pixbuf_document_document_thumbnails_iface_init):
13944
13945         implement get_dimensions
13946
13947 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13948
13949         * NEWS:
13950         * configure.ac:
13951
13952         Release 0.1.2
13953
13954 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * shell/ev-view.c: (set_document_page):
13957
13958         Scroll at the top of the page when changing page
13959
13960 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13961
13962         * shell/ev-view.c: (ev_view_motion_notify_event):
13963
13964         Do not redraw unnecessarily
13965
13966 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13967
13968         * pdf/xpdf/pdf-document.cc:
13969         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13970         (expose_bin_window), (find_changed_cb):
13971
13972         Yay! find works now... Now to find bugs...
13973
13974 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13975
13976         * backend/ev-document-find.c: (ev_document_find_base_init),
13977         (ev_document_find_changed):
13978         * backend/ev-document-find.h:
13979         * pdf/xpdf/pdf-document.cc:
13980         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13981         (expose_bin_window), (ev_view_init), (set_document_page),
13982         (ensure_rectangle_is_visible), (jump_to_find_result),
13983         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13984         (ev_view_find_next), (ev_view_find_previous):
13985         * shell/ev-view.h:
13986         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13987
13988         More work on find implementation, mostly there now
13989
13990 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13991
13992         * backend/ev-backend-marshalers.list:
13993         * backend/ev-document-find.c: (ev_document_find_base_init),
13994         (ev_document_find_cancel), (ev_document_find_page_has_results),
13995         (ev_document_find_get_n_results), (ev_document_find_get_result),
13996         (ev_document_find_get_progress), (ev_document_find_changed):
13997         * backend/ev-document-find.h:
13998
13999         Enanche the find interface to be really able to do
14000         multi page find.
14001
14002         * pdf/xpdf/pdf-document.cc:
14003
14004         Implement
14005
14006         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14007         (expose_bin_window), (ev_view_init),
14008         (ev_view_get_find_status_message), (find_changed_cb),
14009         (ev_view_set_document), (set_document_page):
14010
14011         Adapt to the new interface. A few things are regressed sorry,
14012         I will finish it soon.
14013
14014 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14015
14016         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14017         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14018         ev_sidebar_thumbnails_parent_class variable, don't define another
14019         parent_class variable.
14020
14021         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14022         (ev_page_action_class_init): ditto.
14023
14024         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14025         (pixbuf_document_class_init): ditto.
14026
14027         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14028         ditto.
14029
14030         * .cvsignore: ignore various valgrind output files.
14031
14032 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14033
14034         * data/evince-ui.xml:
14035         * shell/Makefile.am:
14036         * shell/ev-history.c:
14037         * shell/ev-history.h:
14038         * shell/ev-navigation-action.c:
14039         * shell/ev-navigation-action.h:
14040         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14041         (ev_view_set_page), (ev_view_fit_width):
14042         * shell/ev-view.h:
14043         * shell/ev-window.c: (update_action_sensitivity),
14044         (ev_window_setup_document), (register_custom_actions):
14045
14046         Kill session history
14047
14048 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * shell/ev-window.c: (update_action_sensitivity):
14051
14052         Fix inverted up/down buttons
14053
14054 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14055
14056         * shell/ev-sidebar-thumbnails.c
14057         (ev_sidebar_thumbnails_select_page): make sure the selected
14058         thumbnail stays visible.
14059
14060 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14061
14062         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14063         scrolled window for Federico.
14064
14065 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14066
14067         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14068
14069 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * configure.ac:
14072         * pdf/splash/SplashFTFontEngine.cc:
14073
14074         Fix CID fonts with freetype 2.1.9
14075
14076 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14077
14078         * TODO: added item for desktop icon thumbnailer
14079
14080 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14081
14082         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14083         unloaded docs when the title is accessed.
14084
14085         * shell/ev-password-view.[hc]: New widget for displaying password
14086         state.
14087
14088         * shell/ev-window.[ch]: Refactor password handling code to handle
14089         the new view.
14090
14091 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * NEWS:
14094         * configure.ac:
14095         * data/Makefile.am:
14096
14097         Release 0.1.1
14098
14099 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14100
14101         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14102         ignore page offset here, to make search results independent of it,
14103
14104         * shell/ev-view.c (expose_bin_window): but take offsets into
14105         account here. Bug #164932
14106
14107         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14108         scale at the right time. Bug #164996
14109
14110 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14111
14112         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14113         fix the problem. Now I just removed the Adobe font names and hope
14114         that the URW fonts are always in outline format. Bug #164934
14115
14116         * shell/ev-window.c (update_window_title): empty titles are
14117         useless, use filename in that case too.
14118
14119         * NEWS: Add some content.
14120
14121 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14122
14123         * TODO: added one more TODO item and a TODONE section :)
14124
14125 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14126
14127         * ps/ps-document.h: add page_[xy]_offset fields.
14128
14129         * ps/ps-document.c (ps_document_set_page_offset)
14130         (ps_document_render): Keep offset in consideration in a few
14131         places. Bug #164752 "postscript documents are not centered in
14132         window"
14133
14134         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14135         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14136
14137         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14138         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14139         stub out missing methods for complete EvDocument implementation.
14140         Fixes segfaults with Save A Copy and Copy actions.
14141
14142         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14143         (ps_document_document_iface_init): ditto.
14144         
14145 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * data/.cvsignore:
14148         * data/Makefile.am:
14149         * data/evince.desktop.in:
14150
14151         Add desktop file
14152
14153 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * shell/ev-view.c: (ev_view_button_press_event),
14156         (ev_view_motion_notify_event):
14157
14158         Make selection work in any direction
14159
14160 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14161
14162         * TODO:
14163         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14164
14165         Use shorter labels for some of the toolbars items
14166
14167 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * pdf/xpdf/pdf-document.cc:
14170
14171         Check the links info is initialized before
14172         using it. Should fix a crash on startup.
14173
14174 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14175
14176         * pixbuf/pixbuf-document.c
14177         (pixbuf_document_thumbnails_get_dimensions): force floating point
14178         division to calculate page_ratio. Fixes crash with landscape
14179         format pixbufs.
14180
14181 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14182
14183         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14184
14185 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14186
14187         * shell/ev-view.c (set_document_page): unset has_selection when
14188         the page changes.
14189         (set_document_page): handle paper size changes when the page
14190         changes (test with Free Culture, page 2).
14191
14192 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14193
14194         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14195         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14196
14197         Use normal style color for the widget background and
14198         draw a black box around the page.
14199
14200 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14201
14202         * pdf/xpdf/pdf-document.cc:
14203
14204         Keep offset in consideration in a few places
14205
14206         * shell/ev-view.c: (expose_bin_window):
14207
14208         Set the offsets so that the document is ever centered
14209
14210 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14211
14212         * TODO: Added TODO items and finished off the first todo item
14213
14214         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14215         reflect current authors
14216
14217 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14218
14219         * pdf/xpdf/pdf-document.cc:
14220         * shell/ev-view.c: (ev_view_set_cursor),
14221         (ev_view_motion_notify_event), (document_changed_callback),
14222         (set_document_page):
14223
14224         Show a wait cursor while the page is rendering
14225
14226 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * shell/ev-sidebar-thumbnails.c:
14229         (ev_sidebar_tree_selection_changed),
14230         (ev_sidebar_thumbnails_select_page):
14231         * shell/ev-sidebar-thumbnails.h:
14232         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14233         (ev_view_can_go_forward):
14234         * shell/ev-window.c: (ev_window_open_page),
14235         (ev_window_setup_document), (update_current_page),
14236         (view_page_changed_cb), (ev_window_init):
14237         * shell/ev-window.h:
14238
14239         Ensure thumbnails selection, toolbar page control and
14240         current page are in sync.
14241
14242 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14243
14244         * pdf/xpdf/XRef.cc:
14245
14246         Fix CAN-2005-0064
14247
14248 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14249
14250         * backend/Makefile.am:
14251         * backend/ev-document-links.h:
14252         * backend/ev-document-security.c: (ev_document_security_get_type),
14253         (ev_document_security_has_document_security),
14254         (ev_document_security_set_password):
14255         * backend/ev-document-security.h:
14256         * backend/ev-document.c: (ev_document_error_quark):
14257         * backend/ev-document.h:
14258         * data/Makefile.am:
14259         * data/evince-password.glade:
14260         * pdf/xpdf/pdf-document.cc:
14261         * shell/Makefile.am:
14262         * shell/ev-password.c: (ev_password_set_bad_password_label),
14263         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14264         (ev_password_dialog_get_password),
14265         (ev_password_dialog_set_bad_pass):
14266         * shell/ev-password.h:
14267         * shell/ev-window.c: (ev_window_get_attribute),
14268         (ev_window_set_property), (update_action_sensitivity),
14269         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14270         (ev_window_setup_document), (ev_window_get_password),
14271         (ev_window_open), (ev_window_cmd_save_as),
14272         (using_postscript_printer), (ev_window_print),
14273         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14274         (update_fullscreen_popup), (ev_window_fullscreen),
14275         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14276         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14277         (menu_item_select_cb), (find_bar_search_changed_cb),
14278         (ev_window_dispose), (ev_window_init):
14279
14280         Add initial support for password-supported dialogs.  This could be
14281         a lot cooler, but it'll do for now.
14282
14283 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * pdf/xpdf/pdf-document.cc:
14286         * shell/ev-view.c: (status_message_from_link),
14287         (ev_view_set_status), (ev_view_set_cursor),
14288         (ev_view_motion_notify_event), (ev_view_init):
14289         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14290
14291         Fix bugs in the links implementation and change cursor
14292         when hovering a link.
14293
14294 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14295
14296         * viewer/.cvsignore: added cvsignore file for viewer directory
14297
14298         * TODO: created TODO document
14299
14300 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14301
14302         * shell/ev-view.h:
14303         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14304         new functions to help with implementation of sensitivity code
14305         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14306         of all actions that might require it.  Fixes a crash when you
14307         click on the Zoom actions in a window lacking a document.
14308
14309 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14310
14311         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14312         of the Find action
14313
14314 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14315
14316         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14317         (pixbuf_document_document_iface_init):
14318         * ps/ps-document.c: (ps_document_get_link),
14319         (ps_document_document_iface_init):
14320         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14321         (status_message_from_link), (ev_view_set_status),
14322         (ev_view_set_find_status), (ev_view_motion_notify_event),
14323         (ev_view_button_release_event), (ev_view_set_property),
14324         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14325         (ev_view_get_find_status_message), (update_find_results),
14326         (ev_view_get_status), (ev_view_get_find_status):
14327         * shell/ev-view.h:
14328         * shell/ev-window.c: (view_status_changed_cb),
14329         (view_find_status_changed_cb), (ev_window_init):
14330
14331         View status message support, use it to show the links.
14332         Needs work...
14333
14334 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * backend/ev-document.c: (ev_document_get_link):
14337         * backend/ev-document.h:
14338         * pdf/xpdf/pdf-document.cc:
14339         * shell/ev-application.c: (ev_application_open):
14340         * shell/ev-application.h:
14341         * shell/ev-sidebar-links.c: (selection_changed_cb):
14342         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14343         (ev_view_go_to_link):
14344
14345         Add support for document links
14346
14347 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14348
14349         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14350         (create_tool_item):
14351         Set the spin button limits correctly.
14352         
14353         * shell/ev-sidebar-thumbnails.c:
14354         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14355         Support changing pages by clicking on the thumbnails.
14356         
14357 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14358
14359         * pixbuf/pixbuf-document.c:
14360         (pixbuf_document_thumbnails_get_dimensions),
14361         (pixbuf_document_document_thumbnails_iface_init):
14362
14363         implement get_dimensions
14364
14365 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * ps/ps-document.c: (ps_document_goto_page):
14368
14369         Fix page switching on multipage documents
14370
14371 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14372
14373         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14374         
14375         check for NULL before assigning to width and height parameters
14376
14377 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14378
14379         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14380         (pixbuf_document_set_property), (pixbuf_document_get_property):
14381
14382         implement get/set properties
14383
14384 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14385
14386         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14387         
14388         return NULL instead of "Unknown", letting the title get set to
14389         the filename when the pdf has no title.
14390
14391 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14392
14393         * ps/ps-document.c: (ps_document_get_page_count),
14394         (ps_document_goto_page):
14395
14396 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * shell/ev-history.c: (ev_history_get_property),
14399         (ev_history_set_property), (ev_history_class_init),
14400         (ev_history_add_page), (ev_history_set_current_index):
14401         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14402         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14403         (ev_navigation_action_finalize):
14404         * shell/ev-navigation-action.h:
14405         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14406         (ev_view_go_forward), (ev_view_get_find_status_message),
14407         (history_index_changed_cb), (ev_view_set_history):
14408         * shell/ev-view.h:
14409         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14410         (update_current_page), (register_custom_actions):
14411
14412         Implement history dropdowns
14413
14414 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14415
14416         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14417         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14418         (ev_view_go_forward):
14419         * shell/ev-window.c: (register_custom_actions):
14420
14421         Fix several history bugs
14422
14423 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14424
14425         * configure.ac: Add «nb» to ALL_LINGUAS.
14426
14427 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14428
14429         * backend/Makefile.am:
14430         * backend/ev-bookmark.c:
14431         * backend/ev-bookmark.h:
14432         * backend/ev-document-bookmarks.c:
14433         * backend/ev-document-bookmarks.h:
14434         * backend/ev-document-links.c: (ev_document_links_get_type),
14435         (ev_document_links_has_document_links),
14436         (ev_document_links_begin_read), (ev_document_links_get_link),
14437         (ev_document_links_get_child), (ev_document_links_next),
14438         (ev_document_links_free_iter):
14439         * backend/ev-document-links.h:
14440         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14441         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14442         (ev_link_get_link_type), (ev_link_set_link_type),
14443         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14444         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14445         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14446         (ev_link_new_external):
14447         * backend/ev-link.h:
14448         * pdf/xpdf/pdf-document.cc:
14449         * shell/Makefile.am:
14450         * shell/ev-application.c: (ev_application_open_link):
14451         * shell/ev-application.h:
14452         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14453         (ev_history_get_link_nth):
14454         * shell/ev-history.h:
14455         * shell/ev-sidebar-bookmarks.c:
14456         * shell/ev-sidebar-bookmarks.h:
14457         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14458         (ev_sidebar_links_class_init), (selection_changed_cb),
14459         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14460         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14461         (do_one_iteration), (populate_links_idle),
14462         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14463         * shell/ev-sidebar-links.h:
14464         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14465         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14466         (go_to_index):
14467         * shell/ev-view.h:
14468         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14469         * shell/ev-window.h:
14470
14471         Rename bookmark to link, and use "Index" for the sidebar panel.
14472
14473 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14474
14475         * shell/Makefile.am:
14476         * shell/ev-application.c: (ev_application_open_bookmark):
14477         * shell/ev-application.h:
14478         * shell/ev-history.c: (ev_history_init), (free_links_list),
14479         (ev_history_finalize), (ev_history_class_init),
14480         (ev_history_add_link), (ev_history_add_page),
14481         (ev_history_get_link_nth), (ev_history_get_n_links),
14482         (ev_history_get_current_index), (ev_history_set_current_index),
14483         (ev_history_new):
14484         * shell/ev-history.h:
14485         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14486         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14487         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14488         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14489         (ev_view_set_page):
14490         * shell/ev-view.h:
14491         * shell/ev-window.c: (ev_window_open_bookmark),
14492         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14493         (goto_page_cb), (register_custom_actions):
14494         * shell/ev-window.h:
14495
14496         Initial history implementation. Needs work.
14497
14498 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14499
14500         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14501
14502 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14503
14504         * cut-n-paste/recent-files/egg-recent-item.c:
14505         * cut-n-paste/recent-files/egg-recent-item.h:
14506         * cut-n-paste/recent-files/egg-recent-model.c:
14507         * cut-n-paste/recent-files/egg-recent-util.c:
14508         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14509         * cut-n-paste/recent-files/egg-recent-view.c:
14510
14511         Update
14512
14513 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14514
14515         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14516         (fillGlyph, fillImageMask, drawImage):
14517         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14518         pdf/splash/SplashTypes.h:
14519         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14520         packed mode for Splash.
14521
14522         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14523         RGB8 packed mode, eliminates the pixbuf data creation loop.
14524
14525         * shell/ev-print-job.c (ev_print_job_finalize)
14526         (ev_print_job_set_property, ev_print_job_get_property)
14527         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14528         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14529         (print_closure_finalize, ev_print_job_print): implement
14530         printing (for backends with EvPsExporter)
14531
14532         * shell/ev_print_job.h: update prototypes.
14533
14534         * shell/ev-window.c (ev_window_print): unref print job after
14535         printing.
14536
14537         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14538         unless the document implements the EvDocumentFind interface.
14539
14540 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14541
14542         * configure.ac: Added ja to ALL_LINGUAS.
14543
14544 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14545
14546         * pdf/xpdf/pdf-document.cc:
14547
14548         add a FIXME. We should probably not allocate
14549         a bookmark object every time
14550
14551 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14552
14553         * shell/ev-application.c: (ev_application_open),
14554         (ev_application_open_bookmark):
14555         * shell/ev-application.h:
14556         
14557         Add a way to open bookmarks
14558
14559         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14560         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14561         (ev_bookmark_set_property), (ev_bookmark_class_init),
14562         (ev_bookmark_new_title), (ev_bookmark_new_link),
14563         (ev_bookmark_new_external):
14564
14565         Support for external uris, better constructors.
14566
14567         * backend/ev-bookmark.h:
14568         * pdf/xpdf/pdf-document.cc:
14569         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14570
14571         Handle external uris
14572
14573 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14574
14575         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14576         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14577
14578         Hook up bookmarks navigation
14579
14580 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14581
14582         * backend/Makefile.am:
14583         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14584         (ev_bookmark_get_title), (ev_bookmark_set_title),
14585         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14586         (ev_bookmark_get_page), (ev_bookmark_set_page),
14587         (ev_bookmark_get_property), (ev_bookmark_set_property),
14588         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14589         (ev_bookmark_new):
14590         * backend/ev-bookmark.h:
14591         * backend/ev-document-bookmarks.c:
14592         (ev_document_bookmarks_get_bookmark):
14593         * backend/ev-document-bookmarks.h:
14594         * pdf/xpdf/pdf-document.cc:
14595         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14596
14597         Add a bookmark object to the backend and use it instead of get_values
14598
14599 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14600
14601         * data/evince-ui.xml:
14602
14603         Cleanup and add select all.
14604
14605         * shell/ev-view.c: (ev_view_select_all),
14606         (ev_view_button_press_event):
14607         * shell/ev-view.h:
14608         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14609
14610         Add select all.
14611         Clear selection on click.
14612
14613 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14614
14615         * shell/ev-sidebar-thumbnails.c
14616         (ev_sidebar_thumbnails_set_document): forgot to unref the
14617         loading_icon.
14618
14619 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14620
14621         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14622         at the visible page, not just linearly.  This makes it look fast.
14623
14624 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14625
14626         * backend/ev-document-misc.c
14627         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14628         white.
14629         * backend/ev-document-thumbnails.h: New interface to get the size
14630         of a page.
14631
14632 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14633
14634         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14635         make dist works
14636
14637 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14638
14639         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14640         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14641         things up a bit.
14642
14643         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14644
14645 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14646
14647         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14648         fonts. Should fix font problems on systems that have the base
14649         fonts in bitmap format. Reported by James Henstridge
14650         <james@jamesh.id.au>.
14651
14652 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14653
14654         * pdf/xpdf/Gfx.cc:
14655         * pdf/xpdf/GfxState.cc:
14656
14657         Fix for CAN-2004-1125
14658
14659 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14660
14661         * shell/ev-view.c: (ev_view_copy):
14662         * shell/ev-view.h:
14663         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14664
14665         Implement Edit->Copy
14666
14667 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14668
14669         * backend/ev-document.c: (ev_document_get_text):
14670         * backend/ev-document.h:
14671         * pdf/xpdf/pdf-document.cc:
14672         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14673         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14674         (ev_view_update_primary_selection), (ev_view_button_press_event),
14675         (ev_view_motion_notify_event), (ev_view_button_release_event):
14676
14677         Beginnings of clipboard support. Incomplete but primary sort
14678         of work.
14679
14680 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14681
14682         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14683         (expose_bin_window):
14684
14685         Nicer rubberband drawing, from GtkIconView.
14686
14687 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14688
14689         * backend/ev-document.c: (ev_document_save):
14690         * backend/ev-document.h:
14691         * data/evince-ui.xml:
14692         * pdf/xpdf/pdf-document.cc:
14693         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14694
14695         Implement "Save a copy..." menu item
14696
14697 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14698
14699         * shell/ev-view.c: (ev_view_zoom):
14700
14701         Queue a resize when zoom changes
14702
14703 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14704
14705         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14706         shadows.
14707
14708         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14709         thumbnails..
14710
14711 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14712
14713         * pdf/xpdf/pdf-document.cc
14714         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14715
14716 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14717
14718         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14719         It's slow, but I'll speed it up next!
14720
14721 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14722
14723         * shell/main.c (load_files):
14724
14725         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14726         from the command line and because it seems more appropriate.
14727
14728 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14729
14730         * data/evince-ui.xml:
14731         * shell/ev-window.c: (update_action_sensitivity),
14732         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14733
14734         s/next page/page down
14735         s/previous page/page up
14736
14737 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14738
14739         * data/evince-ui.xml:
14740
14741         Change the layout to match clarkbw design.
14742
14743         * shell/Makefile.am:
14744         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14745         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14746         (ev_navigation_action_finalize),
14747         (ev_navigation_action_set_property),
14748         (ev_navigation_action_get_property),
14749         (ev_navigation_action_class_init):
14750         * shell/ev-navigation-action.h:
14751
14752         Implement clarkbw toolbar navigation controls (incomplete)
14753
14754         * shell/ev-page-action.c: (update_label), (update_spin),
14755         (value_changed_cb), (create_tool_item), (connect_proxy),
14756         (ev_page_action_init), (ev_page_action_finalize),
14757         (ev_page_action_set_property), (ev_page_action_get_property),
14758         (ev_page_action_set_current_page),
14759         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14760         * shell/ev-page-action.h:
14761
14762         Implement a page switcher in the toolbar
14763
14764         * shell/ev-view.c: (ev_view_scroll_view):
14765         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14766         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14767         (register_custom_actions), (ev_window_init):
14768
14769         Change page on PageUp/Down.
14770
14771 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14772
14773         * pdf/xpdf/pdf-document.cc
14774         (pdf_document_thumbnails_get_thumbnail): initial stab at
14775         implementing thumbnail support for pdfs.  It only does documents
14776         with precached pdfs now.
14777
14778 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14779
14780         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14781         thumbnail code into a time-based idle as well.  Also, turn off the
14782         shadow temporarily as it's really slow.
14783
14784 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14785
14786         * backend/ev-document.c: (ev_document_class_init):
14787         * pdf/xpdf/pdf-document.cc:
14788         * shell/ev-window.c: (ev_window_open):
14789
14790         Fix document title bugs and fallback to
14791         filename when not available.
14792
14793 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14794
14795         * backend/ev-document.c: (ev_document_get_type),
14796         (ev_document_class_init), (ev_document_load),
14797         (ev_document_get_title):
14798         * backend/ev-document.h:
14799         * pdf/xpdf/pdf-document.cc:
14800         * ps/ps-document.c: (ps_document_set_property),
14801         (ps_document_get_property), (ps_document_class_init),
14802         (document_load):
14803         * ps/ps-document.h:
14804         * ps/ps.h:
14805         * shell/ev-window.c: (update_window_title), (ev_window_open),
14806         (ev_window_init):
14807
14808         Initial support for document title. Not working yet.
14809
14810 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14811
14812         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14813
14814         Grab focus on the view when clicking it
14815
14816 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14817
14818         * shell/ev-marshal.list:
14819         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14820         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14821
14822         Add key bindings to the view. Now if the focus would work
14823         right...
14824
14825 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14826
14827         * Makefile.am:
14828         * backend/Makefile.am:
14829         * data/Makefile.am:
14830         * dvi/Makefile.am:
14831         * dvi/dvilib/Makefile.am:
14832         * pdf/xpdf/Makefile.am:
14833         * po/POTFILES.in:
14834         * ps/Makefile.am:
14835
14836         Fix distcheck
14837
14838 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14839
14840         * shell/ev-view.c: (ev_view_realize):
14841
14842         Fix mouse wheel scrolling
14843
14844 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * ps/Makefile.am:
14847         * ps/gstypes.h:
14848         * ps/gtkgs.c:
14849         * ps/gtkgs.h:
14850         * ps/ps-document.c: (catchPipe), (ps_document_init),
14851         (ps_document_class_init), (ps_document_cleanup),
14852         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14853         (set_up_page), (close_pipe), (is_interpreter_ready),
14854         (interpreter_failed), (output), (input), (start_interpreter),
14855         (stop_interpreter), (file_length), (file_readable),
14856         (check_filecompressed), (check_pdf), (compute_xdpi),
14857         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14858         (ps_document_get_type), (ps_document_emit_error_msg),
14859         (document_load), (ps_document_next_page),
14860         (ps_document_get_current_page), (ps_document_get_page_count),
14861         (ps_document_goto_page), (ps_document_set_page_size),
14862         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14863         (ps_document_load), (ps_document_get_n_pages),
14864         (ps_document_set_page), (ps_document_get_page),
14865         (ps_document_widget_event), (ps_document_set_target),
14866         (ps_document_set_scale), (ps_document_set_page_offset),
14867         (ps_document_get_page_size), (ps_document_render),
14868         (ps_document_document_iface_init):
14869         * ps/ps-document.h:
14870         * ps/ps.c:
14871         * shell/ev-window.c: (ev_window_open):
14872
14873         Rename GtkGS to PSDocument
14874
14875 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14876
14877         * ps/gtkgs.c: (gtk_gs_class_init):
14878         * ps/gtkgs.h:
14879
14880         Some more leftover...
14881
14882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14883
14884         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14885         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14886         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14887         * ps/gtkgs.h:
14888
14889         Remove unused code and make a lot of stuff private
14890
14891 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14892
14893         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14894         (gtk_gs_defaults_changed):
14895         * ps/gsdefaults.h:
14896         * ps/gtkgs.c:
14897         * ps/gtkgs.h:
14898         * ps/ps.h:
14899
14900         Cleanup headers dependencies
14901
14902 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14903
14904         * ps/Makefile.am:
14905         * ps/ggvutils.c:
14906         * ps/ggvutils.h:
14907         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14908         * ps/gsdefaults.h:
14909         * ps/gtkgs.c: (file_length), (file_readable),
14910         (check_filecompressed), (check_pdf), (gtk_gs_load),
14911         (gtk_gs_get_postscript):
14912
14913         Get rid of ggvutils
14914
14915 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14916
14917         * ps/ggvutils.c:
14918         * ps/ggvutils.h:
14919         * ps/gsio.h:
14920         * ps/gtkgs.c: (gtk_gs_set_zoom):
14921
14922         Cleanups
14923
14924 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14925
14926         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14927
14928         Ensure the page is rerendered when changing zoom
14929
14930 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14931
14932         * backend/ev-document.c: (ev_document_base_init),
14933         (ev_document_changed):
14934         * backend/ev-document.h:
14935
14936         Add a changed event that is emitted when the page content
14937         changes. This is necessary to deal with the fact that
14938         in ps backend rendering happen asycrounously.
14939         This makes the ps backend mostly work.
14940
14941         * pdf/xpdf/pdf-document.cc:
14942
14943         Emit changed event
14944
14945         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14946         (ps_document_set_target):
14947
14948         Emit changed event
14949
14950         * shell/ev-view.c: (document_changed_callback),
14951         (ev_view_set_document), (ev_view_set_page):
14952
14953         Redraw on the changed signal
14954
14955 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14956
14957         * configure.ac: Added pt_BR to ALL_LINGUAS.
14958
14959 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14960
14961         * backend/ev-document-bookmarks.c:
14962         (ev_document_bookmarks_get_child): *
14963         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14964         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14965         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14966         (ev_sidebar_bookmarks_destroy),
14967         (ev_sidebar_bookmarks_class_init),
14968         (ev_sidebar_bookmarks_construct), (stack_data_free),
14969         (do_one_iteration), (populate_bookmarks_idle),
14970         (ev_sidebar_bookmarks_clear_document),
14971         (ev_sidebar_bookmarks_set_document): *
14972         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14973         (ev_sidebar_add_page),
14974         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14975         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14976         it displays both the topics and the page numbers.
14977
14978 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14979
14980         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14981         toggle.
14982         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14983         visible.
14984
14985 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14986
14987         * configure.ac: Added en_CA to ALL_LINGUAS.
14988
14989 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14990
14991         * ChangeLog: replace bottom of this ChangeLog (merged history of
14992         ggv and gpdf; where all paths were wrong and most of the files are
14993         not even in this tree) with ChangeLog (from arch) of the shell
14994         code.
14995
14996 2004-12-23  Havoc Pennington  <hp@redhat.com>
14997
14998         * shell/ev-window.c: hook up potentially-questionable "find
14999         results status text" feature - something involving the sidebar or
15000         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15001         might be better in the end.
15002
15003         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15004         with corresponding signal when it should be updated
15005
15006         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15007
15008 2004-12-22  Havoc Pennington  <hp@redhat.com>
15009
15010         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15011         find stuff on other pages, sort of (only returns one result on
15012         invisible pages, to show they have results; updates full results
15013         for a page when you view it). Currently repaints the current page
15014         every time a new result is found on any page, which isn't so nice.
15015
15016 2004-12-22  Havoc Pennington  <hp@redhat.com>
15017
15018         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15019         the document doesn't support find (better ideas?)
15020         (find_bar_search_changed_cb): handle missing document or document
15021         that doesn't support find
15022
15023         * pdf/xpdf/pdf-document.cc: port to implement the new
15024         EvDocumentFindIface
15025
15026         * backend/ev-document-find.c: create a new interface for searching
15027
15028         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15029
15030 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15031
15032         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15033         libevbackend.la.
15034
15035         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15036         EvPrintJob constructor arguments.
15037
15038         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15039         for documents that can export PostScript (page by page).
15040
15041         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15042         
15043         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15044         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15045         (pdf_document_ps_exporter_iface_init:
15046         Implement EvPSExporter.
15047
15048         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15049
15050 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15051
15052         * backend/Makefile.am:
15053         * backend/ev-document-thumbnails.c:
15054         (ev_document_thumbnails_get_type),
15055         (ev_document_thumbnails_get_thumbnail):
15056         * backend/ev-document-thumbnails.h:
15057         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15058         (pixbuf_document_thumbnails_get_thumbnail),
15059         (pixbuf_document_document_thumbnails_iface_init):
15060         * shell/Makefile.am:
15061         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15062         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15063         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15064         * shell/ev-sidebar-thumbnails.h:
15065         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15066         (ev_sidebar_set_document):
15067         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15068         (create_shadow), (ev_pixbuf_add_shadow):
15069         * shell/ev-utils.h:
15070         Add thumbnail support.
15071         
15072 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15073
15074         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15075         (using_postscript_printer): Set up a print dialog for "PostScript
15076         injection" method.
15077
15078         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15079         EvPrintJob.
15080
15081         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15082
15083 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15084
15085         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15086         (ps_document_set_target), (ps_document_get_page_size),
15087         (ps_document_render):
15088         * ps/gtkgs.h:
15089
15090         Fix a few bugs
15091
15092 2004-12-22  Christian Rose  <menthos@menthos.com>
15093
15094         * configure.ac: Added "sv" to ALL_LINGUAS.
15095
15096 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15097
15098         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15099         document supports bookmarks.
15100
15101 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15102
15103         * ps/ggvutils.c: (ggv_file_readable):
15104         * ps/ggvutils.h:
15105         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15106         (gtk_gs_get_postscript):
15107
15108         Remove unused utils
15109
15110 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15111
15112         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15113         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15114         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15115         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15116         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15117         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15118         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15119         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15120         (gtk_gs_set_antialiasing), (ps_document_load),
15121         (ps_document_render):
15122         * ps/gtkgs.h:
15123
15124         Another check point for the ps backend. Now I can get it to show
15125         pages!
15126
15127 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15128
15129         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15130         document setting code.
15131
15132 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15133
15134         * shell/eggfindbar.c: (entry_activate_callback):
15135         Animate the next button when activate is pressed.
15136         
15137 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15138
15139         * shell/ev-window.c: (ev_window_cmd_edit_find),
15140         (update_fullscreen_popup), (ev_window_fullscreen),
15141         (ev_window_unfullscreen), (ev_window_state_event_cb),
15142         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15143         Fix bugs in fullscreen code.
15144         
15145 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15146
15147         * Makefile.am:
15148         * configure.ac:
15149         * pixbuf/Makefile.am:
15150         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15151         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15152         (pixbuf_document_set_page), (pixbuf_document_get_page),
15153         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15154         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15155         (pixbuf_document_render), (pixbuf_document_begin_find),
15156         (pixbuf_document_end_find), (pixbuf_document_finalize),
15157         (pixbuf_document_class_init),
15158         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15159         * pixbuf/pixbuf-document.h:
15160         * shell/Makefile.am:
15161         * shell/ev-application.c: (ev_application_open):
15162         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15163         (ev_window_open):
15164         Add pixbuf backend.
15165         
15166 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15167
15168         * Makefile.am: 
15169         * dvi/dvilib/Makefile.am:
15170         * dvi/Makefile.am:
15171         * configure.ac: Auto*ify dvi and dvi/dvilib
15172
15173         * dvi/Makefile: Remove from CVS
15174         
15175         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15176         confusion.
15177
15178         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15179         
15180         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15181         
15182 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15183
15184         * ps/Makefile.am:
15185         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15186         (gtk_gs_value_adjustment_changed), (compute_size),
15187         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15188         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15189         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15190         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15191         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15192         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15193         (ps_document_load), (ps_document_get_n_pages),
15194         (ps_document_set_page), (ps_document_get_page),
15195         (ps_document_set_target), (ps_document_set_scale),
15196         (ps_document_set_page_offset), (ps_document_get_page_size),
15197         (ps_document_render), (ps_document_begin_find),
15198         (ps_document_end_find), (ps_document_document_iface_init):
15199         * ps/gtkgs.h:
15200         * shell/Makefile.am:
15201         * shell/ev-window.c: (ev_window_open):
15202
15203         Some work to integrate gtkgs with EvDocument
15204
15205 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15206
15207         * shell/ev-window.c: (update_fullscreen_popup),
15208         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15209         (exit_fullscreen_button_clicked_cb),
15210         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15211         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15212         (ev_window_state_event_cb), (ev_window_init):
15213         Add fullscreen support from Epiphany.
15214         
15215 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15216
15217         * data/ev-stock-zoom-fit-width.png: fit-width
15218         stock icon from gpdf.
15219         
15220         * shell/ev-stock-icons.[ch]: copied from gpdf.
15221         
15222         * shell/main.c: (main): init stock icons.
15223         
15224         * shell/ev-window.c: use the fit-width icon.
15225         
15226         * data/evince-ui.xml: add zooming toolbar items.
15227
15228 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15229
15230         * shell/ev-view.c: 
15231         (ev_view_best_fit), (ev_view_fit_width): because
15232         get_page_size() returns the scaled page size, we
15233         need to calculate the scale factor relative to
15234         the previous scale factor. Should really just
15235         add get_real_page_size().
15236
15237 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15238
15239         * shell/ev-view.[ch]:
15240         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15241         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15242         add zooming.
15243         
15244         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15245         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15246         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15247         hook it up.
15248         
15249         * pdf/xpdf/pdf-document.cc:
15250         (pdf_document_begin_find),
15251         (pdf_document_end_find): make static.
15252
15253 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15254
15255         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15256
15257         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15258         names to fontconfig patterns.
15259         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15260
15261         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15262         setupBaseFontsFc.
15263
15264 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15265
15266         * Makefile.am:
15267         * configure.ac:
15268         * ps/Makefile.am:
15269         * ps/ggvutils.c:
15270         * ps/ggvutils.h:
15271         * ps/gsdefaults.c:
15272         * ps/gsdefaults.h:
15273         * ps/gsio.c:
15274         * ps/gsio.h:
15275         * ps/gtkgs.c:
15276         * ps/gtkgs.h:
15277         * ps/ps.c:
15278         * ps/ps.h:
15279
15280         Import ggv backend. Not hooked up yet.
15281
15282 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15283
15284         * shell/main.c: (load_files), (main): load files
15285         from the command line.
15286
15287 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15288
15289         * configure.ac: don't require bonobo.
15290         
15291         * cut-n-paste/recent-files/*: kill bonobo recent
15292         view.
15293
15294         * shell/ev-window.c:
15295         (ev_window_is_empty): upd.
15296         (unable_to_load), (ev_window_open): load backend
15297         based on the mime type.
15298
15299 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15300
15301         * backend/.cvsignore: ignore generated marshalers source.
15302
15303         * shell/main.c (main): this is not epiphany.
15304
15305 2004-12-22  Havoc Pennington  <hp@redhat.com>
15306
15307         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15308         (expose_bin_window): draw find highlights
15309
15310         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15311         
15312         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15313         (pdf_document_end_find): implement this interface
15314
15315         * backend/ev-document.c (ev_document_found): add this to emit
15316         signal
15317
15318 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15319
15320         * data/evince-ui.xml: Add a few more toolbar items.
15321
15322         * shell/ev-window.c: Hook up page navigation toolbar 
15323         items.
15324
15325         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15326         a page-changed signal.
15327
15328         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15329         Add ev_document_get_page().
15330
15331         * shell/ev-window.c: Sensitize/desensitize navigation
15332         actions.
15333
15334 2004-12-21  Havoc Pennington  <hp@redhat.com>
15335
15336         * backend/ev-backend-marshal.c,
15337         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15338         marshaler-generator thingy. I'm sure there's a better way to do
15339         this in the modern world.
15340
15341         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15342         end_find methods and "found" signal.
15343
15344         * configure.ac: find glib-genmarshal
15345
15346 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15347
15348         * shell/ev-sidebar.c: Construct an actual sidebar.
15349         * shell/ev-sidebar-bookmarks.[ch]:
15350         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15351
15352 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15353
15354         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15355         Redo size handling.
15356         
15357         * shell/ev-view.c: Track the size from the document.
15358
15359 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15360
15361         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15362         constructor assumes ownership of the string passed in.
15363         
15364         * shell/ev-window.c (ev_window_open): Destroy the error
15365         dialog once we've displayed it.
15366
15367 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15368
15369         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15370         a bit, it works! (sort of)
15371
15372         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15373         Move to .cc since we need to use C++ in the implementation.
15374
15375         * shell/dummy.cc: Add a CC file to force evince
15376         to be linked as a C++ program.
15377
15378 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15379
15380         * shell/ev-view.[ch]: Start of content-area widget.
15381
15382         * shell/ev-window.c: Create a EvView, update it
15383         as we change documents.
15384
15385         * shell/Makefile.am shell/ev-marshal.list: Add
15386         generated marshalers.
15387
15388 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15389
15390         * Makefile.am (SUBDIRS): move shell.
15391
15392 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15393
15394         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15395         .a to libtool convenience libraries.
15396
15397         * shell/ev-window.c (ev_window_open): Hard code loading
15398         a PDF document.
15399         
15400         * backend/ev-document.h: Add a boolean return to load(),
15401         fix GError * to GError **.
15402
15403         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15404         object for a PDF backend EvDocument.
15405
15406 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15407
15408         * dvi/*: New directory with the beginning of a .dvi backend.
15409
15410 2004-12-21  Havoc Pennington  <hp@redhat.com>
15411
15412         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15413         previous/next instead of back/forward
15414
15415 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15416
15417         * backend/ev-document.[ch]: Fix a couple of problems so
15418         it compile.
15419
15420 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15421
15422         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15423         to backend/ directory, rename EvViewer to EvDocument.
15424
15425 2004-12-21  Havoc Pennington  <hp@redhat.com>
15426
15427         * shell/ev-window.c: hook up the find bar widget; now we just need
15428         a document to find things in
15429
15430         * shell/eggfindbar.c: a find bar widget
15431
15432 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15433
15434         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15435
15436 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15437
15438         * pdf/**: Import of xpdf code from gpdf. 
15439
15440         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15441
15442         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15443         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15444         Fix FreeType includes.
15445
15446         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15447         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15448         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15449         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15450         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15451         Include xpdfconfig.h
15452         
15453 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15454
15455         * shell/ev-window.c (ev_window_dispose): dispose can be called
15456         multiple times.
15457
15458 2004-12-21  Havoc Pennington  <hp@redhat.com>
15459
15460         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15461         rather than Evince
15462
15463         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15464         items; really they should be synced with the strings, etc. from
15465         current gpdf, but just getting the boring typing out of the way 
15466
15467 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15468
15469         * po/POTFILES.in:
15470         * shell/ev-application.c: (window_destroy_cb):
15471         * shell/ev-window.c:
15472         * shell/main.c: (main):
15473
15474         Actually show the window...
15475
15476 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15477
15478         * Makefile.am:
15479         * shell/Makefile.am:
15480         * shell/ev-application.c: (ev_application_class_init):
15481         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15482
15483         Make it build again
15484
15485 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15486
15487         Import to gnome cvs.
15488         
15489         * Remove copies of gpdf and ggv trees.
15490         * Rip out all the recursive configure code.
15491         * Remove bonobo machinery.
15492         * viewer/*: GInterfaces that backends should/can implement.
15493
15494 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15495
15496         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15497         typo
15498
15499 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15500
15501         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15502         (ev_application_finalize, ev_application_class_init)
15503         (ev_application_init): use GType instance private data for priv.
15504
15505         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15506         (ev_window_finalize, ev_window_class_init)
15507         (ev_window_init): ditto.
15508
15509 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15510
15511         * shell/ev-application.c (ev_application_new_window): make public
15512         (ev_application_show_initial_window): kill.
15513
15514         * shell/ev-application.h: update prototypes.
15515
15516         * shell/main.cc (main): inline ev_application_show_initial_window.
15517
15518 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15519
15520         * shell/ev-application.c (ev_application_new_window): impl.
15521         (ev_application_show_initial_window): use it.
15522         (is_window_empty, ev_application_get_empty_window): returns an
15523         existing empty window or a new one.
15524         (ev_application_open): from ev_window_cmd_file_open.
15525
15526         * shell/ev-application.h: update prototypes
15527
15528         * shell/ev-window.c (ev_window_is_empty): impl.
15529         (ev_window_open): make public.
15530         (ev_window_cmd_file_open): use ev_application_open
15531
15532         * shell/ev-window.h: update prototypes, remove unused.
15533
15534 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15535
15536         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15537         move destroy handler out of here...
15538
15539         * shell/ev-application.c, shell/ev-application.h: ...into this new
15540         class. Also handles initial window creation.
15541
15542         * shell/main.cc (main): use EvApplication to create initial
15543         window.
15544
15545 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15546
15547         * Makefile.am (SUBDIRS): add cut-n-paste
15548
15549         * cut-n-paste/Makefile.am: add
15550
15551         * configure.ac: generate Makefiles in cut-n-paste
15552
15553 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15554
15555         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15556         (ev_window_class_init): install ev_window_dispose.
15557
15558 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15561         char (gchar looks stupid).
15562
15563 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15564
15565         * po/de.po: updated German translation.
15566
15567 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15568
15569         * configure.ac: add more pkg-config library checks for gnome-vfs,
15570         bonobo etc.
15571
15572         * gpdf/configure.in: temporarily disable libpaper
15573         checks. Otherwise I'd have to add the checks for the shell, too.
15574
15575 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15576
15577         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15578         and * file filters to the file choose.
15579
15580 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15581
15582         * po/de.po: Updated German translation.
15583
15584 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15587
15588 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15589
15590         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15591
15592         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15593         (ev_window_init): implement those menuitems.
15594
15595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15596
15597         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15598
15599         * shell/ev-window.c (ev_window_init): use the toolbar.
15600
15601 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15602
15603         * shell/ev-window.c (ev_window_init): use menu translations
15604
15605 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15606
15607         * configure.ac: add "de" to ALL_LINGUAS.
15608
15609         * po/de.po: add German translation.
15610
15611 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15612
15613         * Makefile.am (SUBDIRS): add po
15614
15615         * configure.ac: check intltool, glib-gettext etc, generate
15616         po/Makefile.in
15617
15618         * po, po/POTFILES.in, po/POTFILES.skip: new.
15619
15620 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15621
15622         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15623         already use (#ifdef ENABLE_NLS)
15624
15625         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15626         pointer indirection thinko.
15627
15628         * shell/main.c: include gi18n.h for bindtextdomain etc.
15629
15630 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15631
15632         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15633         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15634         tooltips for menu items in the statusbar.
15635
15636 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15637
15638         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15639         pkgdatadir drop UIDIR
15640
15641 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15642
15643         * data/evince-ui.xml: Add File->Open menu item
15644
15645         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15646         chooser), hook it up in the ui manager.
15647
15648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15649
15650         * shell/ev-window.c: fix Help->About tooltip.
15651
15652 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15653
15654         * configure.ac: set CFLAGS for libevprivate.
15655
15656         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15657         definitions, factory etc.
15658
15659         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15660
15661         * shell/Makefile.am: link against libevprivate.a.
15662
15663         * shell/ev-window.c (entries): add stock icon to Help->About.
15664
15665         * shell/main.c (main): init stock icon code.
15666
15667 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15668
15669         * lib/recent-files: egg recent files code
15670
15671         * lib/Makefile.am: add.
15672
15673         * Makefile.am: add lib subdir.
15674
15675         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15676         set CFLAGS for recent-files.
15677
15678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15679
15680         * configure.ac: disable -ansi and -pedantic gcc flags. They
15681         disable POSIX stuff in stdio.h, but egg-recent uses them.
15682
15683 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15684
15685         * configure.ac: add --disable-deprecated flag (defaults to on in
15686         "cvs" builds).
15687
15688         * shell/Makefile.am (INCLUDES): use it.
15689
15690 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15691
15692         * shell/main.c: add missing #include.
15693
15694         * shell/ev-window.c: fix for pedantic gcc.
15695         (ev_window_cmd_help_about): split license into paragraphs for
15696         translators and pedantic compilers.
15697
15698 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15699
15700         * configure.ac: add more warning flags if compiling with gcc from
15701         cvs (or explicitly requested with --enable-more-warnings).
15702
15703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15704
15705         * data/evince-ui.xml: add File and File->Close menu.
15706
15707         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15708         (ev_window_destroy): quit after destroy.
15709         (ev_window_class_init): override GtkObject::destroy.
15710         (entries): install close_window callback.
15711
15712 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15713
15714         * Makefile.am (SUBDIRS): add data subdir.
15715
15716         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15717         gtk+ 2.5.0 for GtkAboutDialog.
15718
15719         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15720         main window.
15721
15722         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15723
15724         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15725         manager.
15726         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15727
15728 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15729
15730         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15731
15732 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15733
15734         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15735
15736 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15737
15738         * shell/*: Added shell directory boilerplate, build it.
15739
15740 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15741
15742         * configure.ac, Makefile.am: Added top-level configure.ac and
15743         Makefile.am