]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated for release 2.26.0
[evince.git] / ChangeLog
1 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Updated for release 2.26.0
6         
7 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
8
9         * properties/ev-properties-view.c:
10         (ev_properties_view_format_date): Make the fixed sized string a 
11         semantically correct const char[] instead of a const char* to fix 
12         a compiler warning if built with -Wformat.
13         ** Fixes bug 574168
14
15 2009-03-03  Christian Persch  <chpe@gnome.org>
16
17         * libdocument/ev-document-factory.c:
18         (ev_document_factory_get_document): If the document is encrypted,
19         the ev_document_factory_get_document() is supposed to return the
20         document *and* fill in the error. So let's propagate the local error.
21
22 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * NEWS:
25
26         Update for release 2.25.92.
27         
28 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * libview/ev-view.c: (ev_view_goto_window_create):
31
32         Show the 'jump to page' window in the right GdkScreen. Fixes bug
33         #560541.
34         
35 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * shell/ev-window.c: (ev_window_set_document),
38         (ev_window_reload_job_cb):
39
40         Do not lose page position when reloading. Fixes bug #573091.
41         
42 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
45         (pdf_document_thumbnails_get_thumbnail),
46         (pdf_document_thumbnails_get_dimensions):
47
48         Make our own thumbnail when the provided one doesn't have the size
49         we need. Based on patch and feedback by Christian Spurk. Fixes
50         bugs #323198 and #307357.
51         
52 2009-02-27   Christian Spurk  <mail@code.chriki.de>
53
54         * thumbnailer/evince-thumbnailer.c: (main):
55
56         Reduce the restriction on the minimum size of thumbnails from 40
57         to 1. See bug #323198.
58         
59 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
62
63         Use GOption in thumbnailer.
64         
65 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * backend/pdf/ev-poppler.cc: (pdf_document_save),
68         (pdf_document_forms_form_field_text_set_text),
69         (pdf_document_forms_form_field_button_set_state),
70         (pdf_document_forms_form_field_choice_select_item),
71         (pdf_document_forms_form_field_choice_toggle_item),
72         (pdf_document_forms_form_field_choice_unselect_all),
73         (pdf_document_forms_form_field_choice_set_text):
74
75         Use poppler_document_save_a_copy(), which never saves the document
76         modifications, when saving an unmodified document. It makes saving
77         a copy of encrypted PDFs work again. Fixes bug #566791.
78         
79 2009-02-18  Christian Persch  <chpe@gnome.org>
80
81         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
82         Don't use g_quark_from_static_string in a loadable module!
83
84 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * configure.ac:
87
88         Update for release 2.25.91
89         
90 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
91
92         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
93         GTK symbol in commented out code. Bug #571707
94
95 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * NEWS:
98
99         Update for release 2.25.91.
100         
101 2009-02-16  Christian Persch  <chpe@gnome.org>
102
103         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
104         memory read.
105
106 2009-02-15  Christian Persch  <chpe@gnome.org>
107
108         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
109         warnings.
110
111 2009-02-15  Christian Persch  <chpe@gnome.org>
112
113         * libdocument/Makefile.am:
114         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
115
116 2009-02-15  Christian Persch  <chpe@gnome.org>
117
118         * libdocument/ev-document-type-builtins.c.template:
119         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
120
121 2009-02-14  Christian Persch  <chpe@gnome.org>
122
123         * backend/impress/impress-document.c: (impress_document_save):
124         Fill in the error.
125
126 2009-02-14  Christian Persch  <chpe@gnome.org>
127
128         * libdocument/ev-document.c: (ev_document_load): Add code to catch
129         backends incorrectly implementing the load vfunc.
130
131 2009-02-14  Christian Persch  <chpe@gnome.org>
132
133         * libdocument/ev-document-factory.c:
134         (ev_document_factory_get_document): Use a local GError, and propagate
135         as appropriate, making sure always to fill in @error if returning NULL.
136
137 2009-02-14  Christian Persch  <chpe@gnome.org>
138
139         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
140
141 2009-02-14  Christian Persch  <chpe@gnome.org>
142
143         * backend/pdf/ev-poppler.cc: Plug a mem leak.
144
145 2009-02-14  Christian Persch  <chpe@gnome.org>
146
147         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
148         an error.
149
150 2009-02-14  Christian Persch  <chpe@gnome.org>
151
152         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
153         to always set @error when returning FALSE. Fix a typo.
154
155 2009-02-14  Christian Persch  <chpe@gnome.org>
156
157         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
158         to always set @error when returning FALSE.
159
160 2009-02-14  Christian Persch  <chpe@gnome.org>
161
162         * backend/comics/comics-document.c: (comics_document_load): Make sure
163         to always set @error when returning FALSE.
164
165 2009-02-14  Christian Persch  <chpe@gnome.org>
166
167         * backend/impress/impress-document.c: (impress_document_load): Plug a
168         mem leak.
169
170 2009-02-14  Christian Persch  <chpe@gnome.org>
171
172         * backend/impress/impress-document.c: (impress_document_load): Don't
173         overwrite an error.
174
175 2009-02-14  Christian Persch  <chpe@gnome.org>
176
177         * libdocument/ev-document.c: (ev_document_info_copy): Remove
178         unnecessary NULL check; g_strdup() is NULL-safe.
179
180 2009-02-14  Christian Persch  <chpe@gnome.org>
181
182         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
183         that this returns either NULL and fills in error, or non-NULL. Use a
184         local GError so we can reliably check it.
185
186 2009-02-14  Christian Persch  <chpe@gnome.org>
187
188         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
189         content type to get the description, not the MIME type.
190
191 2009-02-14  Christian Persch  <chpe@gnome.org>
192
193         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
194         in @error on failure. Also, since this is exported in public APIs,
195         cope with the passed-in GError** being NULL.
196
197 2009-02-13  Christian Persch  <chpe@gnome.org>
198
199         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
200         safety.
201         (get_mime_type_from_data): Return the MIME type, not the content type.
202
203 2009-02-13  Christian Persch  <chpe@gnome.org>
204
205         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
206         the input stream.
207
208 2009-02-13  Christian Persch  <chpe@gnome.org>
209
210         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
211         all errors upwards.
212
213 2009-02-13  Christian Persch  <chpe@gnome.org>
214
215         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
216         more bytes from buffer than were read from the file.
217
218 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
219
220         * properties/ev-properties-view.c (set_property):
221         
222         Fixes bug #571787.
223
224 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * shell/eggfindbar.c: (egg_find_bar_init):
227
228         Use gtk_tool_button_set_use_underline() for next/previous buttons
229         so that the underline is used for the mnemonic. Fixes bug #571547.
230         
231 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * shell/ev-window.c: (setup_document_from_metadata),
234         (setup_sidebar_from_metadata), (setup_document_from_metadata),
235         (setup_view_from_metadata), (ev_window_set_document),
236         (ev_window_load_job_cb), (ev_window_reload_job_cb),
237         (ev_window_reload_remote), (ev_window_init):
238
239         Do not use metadata when reloading the document, so that the
240         window is not resized when reloading. See bugs #571051 and
241         #304249.
242         
243 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * configure.ac:
246         * cut-n-paste/smclient/Makefile.am:
247
248         Fix smclient libs on cycgwin. See bug #339172.
249         
250 2009-02-08  Christian Persch  <chpe@gnome.org>
251
252         * configure.ac:
253         * libdocument/Makefile.am:
254         * libview/Makefile.am: Add experimental introspection support.
255         Disabled by default; use --enable-introspection to enable it.
256         Bug #569083.
257
258 2009-02-08  Christian Persch  <chpe@gnome.org>
259
260         * libview/Makefile.am: Link libevdocument.la to libevview.la.
261
262 2009-02-05  Christian Persch  <chpe@gnome.org>
263
264         * backend/comics/comics-document.c: (comics_document_load):
265         * backend/djvu/djvu-document.c: (djvu_document_load):
266         * backend/dvi/dvi-document.c: (dvi_document_load):
267         * backend/impress/impress-document.c: (impress_document_load):
268         * backend/pdf/ev-poppler.cc:
269         * libdocument/ev-document-factory.c: (get_document_from_uri),
270         (ev_document_factory_get_document):
271         * shell/ev-print-operation.c:
272         (ev_print_operation_export_print_dialog_response_cb): Use
273         g_set_error_literal now that we depend on glib 2.18.
274
275 2009-02-05  Hib Eris  <hib@hiberis.nl>
276
277         * shell/ev-application.c:
278
279         Include gdkx.h only with X11. See bug #339172.
280         
281 2009-02-05  Hib Eris  <hib@hiberis.nl>
282
283         * backend/pdf/pdfdocument.evince-backend.in:
284
285         Add application/x-ext-pdf mime type for pdf backend. See bug
286         #339172.
287         
288 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * configure.ac:
291         * cut-n-paste/smclient/Makefile.am:
292         * cut-n-paste/smclient/eggdesktopfile.c:
293         * cut-n-paste/smclient/eggsmclient-win32.c:
294         * shell/main.c:
295
296         Make session manager code compile for w32. These changes have been
297         taken from upstream libegg. Based on patch by Hib Eris. See bug
298         #339172.
299         
300 2009-02-05  Hib Eris  <hib@hiberis.nl>
301
302         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
303
304         Make screensaver code compile for w32. These changes have been
305         copied from upstream totem. See bug #339172.
306         
307 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * configure.ac:
310         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
311
312         Make use of GConf optional. Based on patch by Hib Eris. See bug
313         #339172.
314         
315 2009-02-04  Christian Persch  <chpe@gnome.org>
316
317         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
318         evince gettext domain, so i18n works in the library.
319
320         * properties/ev-properties-main.c: (nautilus_module_initialize):
321         Remove extra bindtextdomain call.
322
323 2009-02-04  Christian Persch  <chpe@gnome.org>
324
325         * backend/comics/comics-document.c:
326         * backend/djvu/djvu-document.c:
327         * backend/dvi/dvi-document.c:
328         * backend/impress/impress-document.c:
329         * backend/pdf/ev-poppler.cc:
330         * backend/pixbuf/pixbuf-document.c:
331         * backend/ps/ev-spectre.c:
332         * backend/tiff/tiff-document.c:
333         * libdocument/ev-attachment.c:
334         * libdocument/ev-document-factory.c:
335         * libview/ev-jobs.c:
336         * libview/ev-view-accessible.c:
337         * libview/ev-view.c:
338         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
339         gi18n.h.
340
341 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * NEWS:
344         * configure.ac:
345
346         Update for release 2.25.90
347         
348 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * cut-n-paste/zoom-control/ephy-zoom-control.c:
351         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
352
353         Remove the old tooltips code and use G_DEFINE_TYPE().
354         
355 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * configure.ac:
358         * help/reference/Makefile.am:
359         * help/reference/libdocument/Makefile.am:
360         * help/reference/libdocument/libevdocument-docs.sgml:
361         * help/reference/libdocument/libevdocument.types:
362         * help/reference/libdocument/version.xml.in:
363         * help/reference/libview/Makefile.am:
364         * help/reference/libview/libevview-docs.sgml:
365         * help/reference/libview/libevview.types:
366         * help/reference/libview/version.xml.in:
367         * help/reference/shell/Makefile.am:
368         * help/reference/shell/evince-docs.sgml:
369         * help/reference/shell/evince.types:
370         * help/reference/shell/tmpl/dummy.sgml:
371         * help/reference/shell/version.xml.in:
372
373         Split API documentation into libdocument, libview and
374         shell. Required gtk-doc files has been added, but API docs still
375         need to be completed and improved. Fixes bug #568465.
376         
377 2009-02-01  Christian Persch  <chpe@gnome.org>
378
379         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
380
381 2009-02-01  Christian Persch  <chpe@gnome.org>
382
383         * backend/Makefile.am:
384         A backend/backend.symbols:
385         * configure.ac: Only export the backend module entry point. Bug
386         #569998.
387
388 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/eggfindbar.c: (egg_find_bar_init):
391
392         Add mnemonics to buttons in search bar. Fixes bug #569212.
393         
394 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
395         
396         * shell/ev-print-operation.c:
397         (ev_print_operation_export_print_dialog_response_cb):
398
399         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
400         
401 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
404
405         Clamp top/bottom values of destinations to make sure they are not
406         bigger than the page height. Fixes bug #569327.
407         
408 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * libdocument/ev-debug.h:
411
412         Fix build when debug mode is disabled.
413         
414 2009-01-30  Christian Persch  <chpe@gnome.org>
415
416         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
417         this return TRUE only if any backends were loaded, so the ev_init()
418         function works as documented.
419
420 2009-01-30  Christian Persch  <chpe@gnome.org>
421
422         * evince-document.h:
423         * libdocument/Makefile.am:
424         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
425         #569117.
426
427         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
428         * libdocument/ev-backends-manager.h:
429         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
430         * libdocument/ev-debug.h:
431         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
432         (_ev_file_helpers_shutdown):
433         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
434         private.
435
436         * properties/ev-properties-main.c: (nautilus_module_initialize),
437         (nautilus_module_shutdown):
438         * shell/main.c: (main):
439         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
440         init/shutdown method.
441
442 2009-01-29  Christian Persch  <chpe@gnome.org>
443
444         * shell/main.c: (option_version_cb): Add --version which was lost in
445         the libgnome removal. Bug #562869.
446
447 2009-01-26  Christian Persch  <chpe@gnome.org>
448
449         * shell/ev-application.c: (ev_application_register_service),
450         (ev_application_shutdown):
451         * shell/main.c: (main): Move metadata manager initialisation and
452         shutdown into EvApplication. Follow-up from bug #569120.
453
454 2009-01-26  Christian Persch  <chpe@gnome.org>
455
456         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
457         copy the string twice. Bug #569231.
458
459 2009-01-26  Christian Persch  <chpe@gnome.org>
460
461         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
462         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
463         * libdocument/ev-file-helpers.h:
464         * shell/ev-application.c: (ev_application_shutdown),
465         (ev_application_init), (ev_application_screensaver_disable),
466         (ev_application_save_print_settings),
467         (ev_application_set_page_setup):
468         * shell/ev-application.h:
469         * shell/ev-metadata-manager.c: (load_values),
470         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
471         shell, since it shouldn't be public API. Bug #569120.
472
473         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
474         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
475
476 2009-01-25  Christian Persch  <chpe@gnome.org>
477
478         Bug 569082 – use versioned directory for backends
479
480         * configure.ac: Define ev_binary_version and backenddir.
481         * evince-document.pc.in: Add backenddir variable.
482         * libdocument/Makefile.am:
483         * backend/*/Makefile.am: Remove backenddir definition, so it picks
484         up the one from configure.
485
486 2009-01-25  Christian Persch  <chpe@gnome.org>
487
488         * configure.ac:
489         * evince-document.pc.in: Renamed from evince-backend.pc.in.
490         * libdocument/Makefile.am: Renamed library to libevdocument.la.
491         * libview/Makefile.am:
492         * shell/Makefile.am:
493         * backend/*/Makefile.am: Adapt to changed library name.
494
495         * libdocument/Makefile.am:
496         * libview/Makefile.am: Change the installed headers path to match
497         the directory names in SVN.
498
499         * evince-document.h:
500         * evince-view.h: Add single headers. Bug #568227.
501
502         * libdocument/*.h:
503         * libview/*.h: Add single headers guards.
504
505         * libview/Makefile.am:
506         * libdocument/Makefile.am:
507         * backend/*/Makefile.am:
508         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
509         still include individual headers.
510
511         * properties/Makefile.am:
512         * properties/ev-properties-main.c:
513         * properties/ev-properties-view.h:
514         * thumbnailer/Makefile.am:
515         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
516
517         * libdocument/Makefile.am:
518         * libview/Makefile.am: Generate type builtins from all installed headers.
519         * libdocument/ev-link-action.[ch]:
520         * libdocument/ev-link-dest.[ch]:
521         * libdocument/ev-transition-effect.[ch]:
522         * libview/ev-view.[ch]: Remove handcoded type builtins.
523
524         * libdocument/Makefile.am:
525         * evince-document.h: Add ev-document-factory.h to the public headers.
526
527 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * shell/ev-sidebar-page.c:
530
531         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
532         #568228.
533         
534 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * libdocument/ev-document.h:
537
538         Add EV_DEFINE_INTERFACE macro.
539         
540         * libdocument/ev-async-renderer.c:
541         * libdocument/ev-document-find.c:
542         * libdocument/ev-document-fonts.c:
543         * libdocument/ev-document-forms.c:
544         * libdocument/ev-document-images.c:
545         * libdocument/ev-document-layers.c:
546         * libdocument/ev-document-links.c:
547         * libdocument/ev-document-security.c:
548         * libdocument/ev-document-thumbnails.c:
549         * libdocument/ev-document-transition.c:
550         * libdocument/ev-document.c:
551         * libdocument/ev-file-exporter.c:
552         * libdocument/ev-selection.c:
553
554         Use EV_DEFINE_INTERFACE macro to define interfaces in
555         libdocument. See bug #568228.
556         
557 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * libdocument/ev-document.[ch]:
560
561         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
562         #568228.
563         
564 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
565
566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
567         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
568         (new_separator_pixbuf):
569         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
570         (egg_toolbar_editor_disconnect_model),
571         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
572         (egg_toolbar_editor_finalize):
573         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
574         * cut-n-paste/toolbar-editor/eggmarshalers.list:
575         
576         Sync EggToolbarEditor with libegg.
577
578 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
579
580         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
581         When saving a file, using the default permissions for the user/system,
582         respecting umask and any setgid bit on the directory. Uses the new
583         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
584         Bug #568593.
585         
586 2009-01-21  Christian Persch  <chpe@gnome.org>
587
588         * configure.ac:
589         * libdocument/Makefile.am:
590         * libview/Makefile.am: Add libtool versioning to libevbackend and
591         libevview. Bug #568229.
592
593 2009-01-21  Christian Persch  <chpe@gnome.org>
594
595         * Makefile.am:
596         * configure.ac:
597         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
598
599 2009-01-21  Christian Persch  <chpe@gnome.org>
600
601         * configure.ac:
602         * libdocument/Makefile.am:
603         A libdocument/ev-version.h.in: Add version defines and version check
604         macro. Bug #568224.
605
606 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
607
608         * shell/ev-sidebar-links.c
609         * shell/ev-print-operation.c:
610         * shell/ev-history.c:
611         * shell/ev-file-monitor.c:
612         * shell/ev-window.c:
613         * shell/ev-password-view.c:
614         * shell/ev-sidebar-thumbnails.c:
615         * shell/ev-sidebar-attachments.c:
616         * libview/ev-pixbuf-cache.c:
617         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
618         Bug #568386.
619
620 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
621
622         * libdocument/ev-document-info.h:
623
624         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
625         
626 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
627
628         * libview/Makefile.am:
629
630         Install ev-job-scheduler.h. See bug #567790.
631         
632 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
633
634         * libdocument/Makefile.am:
635
636         Install ev-backends-manager.h and
637         ev-document-type-builtins.h. Fixes bug #567787.
638         
639 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * NEWS:
642         * configure.ac:
643
644         Update for release 2.25.5
645         
646 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * libview/ev-view.c: (ev_view_drag_data_get):
649
650         Fix second parameter passed to gtk_selection_data_set_uris(), 
651         it expects a gchar **.
652         
653 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
654
655         * libdocument/Makefile.am:
656         * libdocument/ev-document-info.h:
657         * libdocument/ev-document-type-builtins.c.template:
658         * libdocument/ev-document-type-builtins.h.template:
659         * libdocument/ev-document.c: (ev_document_info_get_type),
660         (ev_document_info_copy):
661
662         Make EvDocumentInfo and enums definded in ev-document-info.h
663         GTypes. Fixes bug #567789.
664         
665 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
666
667         * shell/main.c (arguments_parse): Fix for a minor code typo.
668
669 2009-01-18  Christian Persch  <chpe@gnome.org>
670
671         * help/reference/Makefile.am:
672         * help/reference/evince.types: Fix the API docs build. Bug #568171.
673
674 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
675
676         * libview/Makefile.am:
677         * libview/ev-view-type-builtins.c.template:
678         * libview/ev-view-type-builtins.h.template:
679
680         Make EvJobPriority a proper GType. Fixes bug #567788.
681         
682 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * configure.ac:
685         * cut-n-paste/*/Makefile.am:
686         * libdocument/Makefile.am:
687
688         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
689         code.
690         
691 2009-01-18  Christian Persch  <chpe@gnome.org>
692
693         * libview/ev-view.c: (ev_view_drag_data_get),
694         (ev_view_drag_motion), (ev_view_update_primary_selection),
695         (clear_link_selected):
696         * shell/ev-sidebar-attachments.c:
697         (ev_sidebar_attachments_drag_data_get),
698         (ev_sidebar_attachments_get_property),
699         (ev_sidebar_attachments_init):
700         * shell/ev-window.c: Update drag handling code to use the
701         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
702         hardcoding the targets lists. Bug #558084.
703         
704 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * libdocument/Makefile.am:
707         * libdocument/ev-backend-marshal.c:
708         * libdocument/ev-backend-marshalers.list:
709         * libdocument/ev-document.c:
710
711         Remove unused marshalers stuff from libdocument.
712         
713 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * po/POTFILES.in:
716
717         Update for the current source tree.
718         
719 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * configure.ac:
722         * Makefile.am:
723         * libdocument/Makefile.am:
724         * libview/Makefile.am:
725         * libview/ev-job-scheduler.[ch]:
726         * libview/ev-jobs.[ch]:
727         * libview/ev-page-cache.[ch]:
728         * libview/ev-pixbuf-cache.[ch]:
729         * libview/ev-timeline.[ch]:
730         * libview/ev-transition-animation.[ch]:
731         * libview/ev-view-accessible.[ch]:
732         * libview/ev-view-marshal.list:
733         * libview/ev-view.[ch]:
734         * shell/Makefile.am:
735
736         Move EvView specific code to a libeviview library so that it can
737         be embbeded in other applications. Based on patches by Tomeu
738         Vizoso. Fixes bug #567751.
739         
740 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
743         * shell/ev-window.c: (ev_window_load_job_cb),
744         (ev_window_load_job_cb), (ev_window_open_uri),
745         (ev_window_reload_local), (ev_window_dispose):
746
747         Remove dest, mode and search_string from EvJobLoad since they are
748         not really needed by the job, but for the window.
749         
750 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * shell/ev-view.c: (ev_view_drag_data_received),
753         (ev_view_class_init), (ev_view_init):
754         * shell/ev-window.c: (ev_window_drag_data_received),
755         (ev_window_class_init), (ev_window_init):
756
757         Make the whole EvWindow the destination of a drag and drop
758         operation.
759         
760 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-window.c: (window_open_file_copy_progress_cb):
763
764         Add missing brakets around the percentage in progress
765         messages. See bug #567910.
766         
767 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-application.c: (ev_application_open_window),
770         (ev_application_open_uri_at_dest):
771
772         Do no use gdk_x11_* when not available. Based on patch by Hib
773         Eris, see bug #339172.
774         
775 2009-01-16  Hib Eris  <hib@hiberis.nl>
776
777         * configure.ac:
778         * properties/ev-properties-view.c:
779         (ev_properties_view_format_date):
780
781         Check for localtime_r. See bug #339172.
782         
783 2009-01-16  Hib Eris  <hib@hiberis.nl>
784
785         * shell/main.c:
786
787         Include gdkx only for dbus support. See bug #339172.
788         
789 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
790
791         * shell/ev-view.c: (ev_view_set_zoom_for_size):
792
793         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
794         #567785.
795         
796 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c: (reload_remote_copy_progress_cb),
799         (window_save_file_copy_progress_cb):
800
801         Use brakets around the percentage in progress messages. See bug
802         #567910.
803         
804 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * shell/ev-window.c: (reload_remote_copy_ready_cb):
807
808         Fix typo in error message. See bug #567910.
809         
810 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (ev_window_cmd_file_close_window):
813
814         Fix mnemonic conflict. Fixes bug #567937.
815         
816 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
817
818         * NEWS:
819         * configure.ac:
820
821         Update for release 2.25.4
822         
823 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
824
825         * configure.ac:
826         
827         GLib version requirement bumped to 2.18 due to g_set_error_literal.
828         Thanks to Christian Spurk.
829
830 2008-12-31  Hib Eris  <hib@hiberis.nl>
831         
832         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
833
834         Fix mime type handling.
835         
836 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * po/POTFILES.in:
839
840         Add ev-print-operation.c.
841         
842 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (ev_window_clear_progress_idle),
845         (reset_progress_idle), (ev_window_show_progress_message),
846         (ev_window_reset_progress_cancellable),
847         (ev_window_progress_response_cb), (show_loading_progress),
848         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
849         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
850         (show_reloading_progress), (reload_remote_copy_ready_cb),
851         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
852         (show_saving_progress), (window_save_file_copy_ready_cb),
853         (window_save_file_copy_progress_cb), (ev_window_save_remote),
854         (ev_window_dispose):
855
856         Show progress information when loading/saving remote files. Fixes
857         bug #370958.
858         
859 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
862
863         Show better warning message when temp file cannot be deleted.
864         
865 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * shell/ev-window.c: (image_save_dialog_response_cb):
868
869         Fix saving images to remote locations.
870         
871 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-application.[ch]: (ev_application_shutdown),
874         (ev_application_get_print_settings_file),
875         (ev_application_save_print_settings),
876         (ev_application_get_print_settings),
877         (ev_application_set_print_settings),
878         (ev_application_get_page_setup), (ev_application_set_page_setup):
879         * shell/ev-window.c: (ev_window_save_print_page_setup),
880         (ev_window_load_print_page_setup_from_metadata),
881         (ev_window_print_page_setup_done_cb),
882         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
883         (ev_window_cmd_preview_print):
884
885         Remember page setup options too. Paper size is globally remembered
886         while page margins are stored per document in metadata file. Fixes
887         bugs #525185 and #349102.
888         
889 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * shell/ev-print-operation.c:
892         (ev_print_operation_export_print_dialog_response_cb):
893
894         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
895         
896 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/ev-print-operation.c: (export_cancel),
899         (export_job_cancelled), (ev_print_operation_export_begin),
900         (ev_print_operation_export_cancel):
901         * shell/ev-window.c: (ev_window_print_cancel),
902         (ev_window_print_update_pending_jobs_message),
903         (ev_window_print_operation_done),
904         (ev_window_print_operation_status_changed),
905         (print_jobs_confirmation_dialog_response),
906         (ev_window_cmd_file_close_window):
907
908         Show a confirmation dialog when there are pending print jobs while
909         closing the main window. Fixes bug #480964.
910         
911 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
914         (ev_print_operation_get_job_name),
915         (ev_print_operation_get_status),
916         (ev_print_operation_get_progress),
917         (ev_print_operation_update_status),
918         (ev_print_operation_export_get_job_name), (clamp_ranges),
919         (get_first_and_last_page), (ev_print_operation_export_run_next),
920         (print_job_finished), (export_print_done), (export_job_cancelled),
921         (update_progress), (export_print_page),
922         (ev_print_operation_export_begin),
923         (ev_print_operation_export_print_dialog_response_cb),
924         (ev_print_operation_export_run),
925         (ev_print_operation_export_cancel),
926         (ev_print_operation_export_class_init):
927         * shell/ev-window.c:
928         (ev_window_print_update_pending_jobs_message),
929         (ev_window_print_operation_done),
930         (ev_window_print_progress_response_cb),
931         (ev_window_print_operation_status_changed),
932         (ev_window_print_operation_begin_print), (ev_window_print_range),
933         (ev_window_dispose):
934
935         Show progress information when printing. Fixes bug #482770.
936         
937 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/Makefile.am:
940         * shell/ev-progress-message-area.[ch]:
941         * shell/ev-message-area.[ch]: (ev_message_area_init),
942         (ev_message_area_set_image_from_stock):
943
944         Add EvProgressMessageArea derived from EvMessageArea to show
945         progress information in the message area. 
946         
947 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
950
951         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
952         close button. Add a function to get the contents of the message
953         area.
954         
955 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/Makefile.am:
958         * shell/ev-print-operation.[ch]:
959         * shell/ev-jobs.[ch]: (ev_job_export_init),
960         (ev_job_export_dispose), (ev_job_export_run),
961         (ev_job_export_class_init), (ev_job_export_new),
962         (ev_job_export_set_page):
963         * shell/ev-window.c: (ev_window_print_operation_done),
964         (ev_window_print_range), (ev_window_dispose):
965
966         First step of the printing system rework. EvJobPrint has been
967         replaced by EvJobExport so that every page is scheduled to be
968         exported in a thread instead of scheduling the whole printing
969         process. This way the gui is responsive during printing.
970         
971 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-window.c: (setup_size_from_metadata),
974         (ev_window_load_print_settings_from_metadata):
975
976         Fix memory leaks.
977         
978 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * libdocument/ev-document.c: (ev_document_get_type):
981
982         Add GObject type as prerequisite to EvDocument interface so that
983         document instances can be used as GObjects.
984         
985 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * shell/ev-view.c: (jump_to_find_result):
988
989         Only jump the the location of the find result for the first match
990         when searching. It drastically improves the performance when
991         searching. Bug catched and fixed by Michael Hunold. Fixes bug
992         #564774.
993         
994 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * properties/ev-properties-main.c: (ev_properties_get_pages):
997         * properties/ev-properties-view.[ch]:
998         (ev_properties_view_dispose), (ev_properties_view_class_init),
999         (ev_properties_view_set_info), (ev_properties_view_new):
1000         * shell/ev-properties-dialog.[ch]:
1001         (ev_properties_dialog_set_document):
1002         * shell/ev-window.c: (ev_window_setup_document),
1003         (ev_window_cmd_file_properties):
1004
1005         Add document URI to properties page. Fixes bug #555376.
1006         
1007 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * configure.ac:
1010         * data/Makefile.am:
1011         * data/evince-password.glade: Removed
1012         * data/evince-properties.glade: Removed
1013         * properties/ev-properties-view.c:
1014         (ev_properties_view_class_init), (set_property),
1015         (ev_properties_view_set_info), (ev_properties_view_init):
1016         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1017         (font_cell_data_func), (ev_properties_fonts_init):
1018
1019         Remove Glade dependency.
1020         
1021 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * backend/comics/comics-document.c: (comics_document_load):
1024
1025         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1026         
1027 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * NEWS:
1030         * configure.ac:
1031
1032         Update for release 2.25.2
1033         
1034 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * configure.ac:
1037         * shell/Makefile.am:
1038         * shell/ev-keyring.[ch]:
1039         * shell/ev-password.[ch]: Removed
1040         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1041         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1042         (ev_password_view_init), (ev_password_view_set_uri),
1043         (ev_password_dialog_got_response),
1044         (ev_password_dialog_remember_button_toggled),
1045         (ev_password_dialog_entry_changed_cb),
1046         (ev_password_dialog_entry_activated_cb),
1047         (ev_password_view_ask_password), (ev_password_view_get_password),
1048         (ev_password_view_get_password_save_flags),
1049         (ev_password_view_new):
1050         * shell/ev-window.c: (ev_window_password_view_unlock),
1051         (ev_window_load_job_cb), (ev_window_close_dialogs),
1052         (ev_window_init):
1053
1054         Rework the password view. When the password is in the keyring it's
1055         used automatically without showing the password dialog and it's  
1056         only stored in the keyring when we are sure it's correct. The
1057         password dialog has been reworked too, in order to make it
1058         more hig compliant and consistent with the GTK+ dialog used in
1059         gtkmountoperation. Fixes bug #562496. 
1060         
1061 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * backend/comics/comics-document.c: (comics_document_load):
1064
1065         Do not trust file extensions when getting the command needed to
1066         uncompress comic documents. Fixes bug #562143.
1067         
1068 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * libdocument/ev-document-factory.c: (get_document_from_uri),
1071         (ev_document_factory_get_document):
1072         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1073         (get_mime_type_from_data), (ev_file_get_mime_type):
1074
1075         Move mime-type functions from document-facrory to file-helpers so
1076         that it can be reused.
1077         
1078 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1081         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1082         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1083         (ev_window_reload_remote), (ev_window_reload_document):
1084
1085         Add support for reloading remote documents. Fixes bug #555399.
1086         
1087 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * shell/ev-view.c: (ev_view_find_previous):
1090
1091         Make sure find_result is never < 0 which causes a crash while
1092         searching. Fixes bug #558377.
1093         
1094 2008-11-19  Marek Kašík <mkasik@redhat.com>
1095
1096         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1097         (ev_pixbuf_cache_get_selection_surface):
1098         
1099         Fixes crash on fast scrolling with simultaneous text selection.
1100
1101 2008-11-19  Marek Kašík <mkasik@redhat.com>
1102
1103         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1104         * shell/ev-window.c (launch_external_uri):
1105         
1106         Fixes assertion fail on selecting text. See bug #561393.
1107
1108 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/Makefile.am:
1111         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1112         (ev_job_layers_dispose), (ev_job_layers_run),
1113         (ev_job_layers_class_init), (ev_job_layers_new):
1114         * shell/ev-sidebar-layers.[ch]:
1115         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1116         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1117         (ev_view_reload_page), (ev_view_reload):
1118         * shell/ev-window.c: (setup_sidebar_from_metadata),
1119         (ev_window_sidebar_current_page_changed_cb),
1120         (sidebar_layers_visibility_changed), (ev_window_init):
1121
1122         Add layers support.
1123         
1124 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * data/icons/22x22/actions/Makefile.am:
1127         * data/icons/22x22/actions/eye.png:
1128         * shell/ev-stock-icons.[ch]:
1129         
1130         Add eye icon from gimp to hide/show layers.
1131         
1132 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * configure.ac:
1135         * cut-n-paste/Makefile.am:
1136         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1137         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1138         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1139
1140         Add GimpCellRendererToggle from gimp slightly modified to fit our
1141         needs. 
1142         
1143 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * configure.ac:
1146         * backend/pdf/ev-poppler.cc:
1147
1148         Implement layers interface in PDF backend.
1149         
1150 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * libdocument/Makefile.am:
1153         * libdocument/ev-document-layers.[ch]:
1154         * libdocument/ev-layer.[ch]:
1155
1156         Add optional content (layers) interface.
1157         
1158 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1159
1160         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1161         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1162
1163         Removes unused code.
1164
1165 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * NEWS:
1168         * configure.ac:
1169
1170         Update for 2.25.1 release
1171
1172 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * shell/ev-window.c:
1175
1176         Fix build with GTK+ < 2.14
1177
1178 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1179
1180         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1181         
1182         Makes menu label translatable. Fixes bug #559129.
1183
1184 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1185
1186         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1187         (t1_transform_font):
1188         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1189         
1190         More renames of warning to mdvi_warning in follow up to the
1191         fix of the bug #553369. Fix for the bug #559257 by
1192         Tuxce <tuxce.net@gmail.com>.
1193         
1194 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-application.c: (ev_application_init_session):
1197         * shell/main.c: (main):
1198
1199         Move the egg_set_desktop_file() call to main and remove
1200         gtk_window_set_default_icon_name() since it's already called by
1201         egg_set_desktop_file()
1202         
1203 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1206
1207         Initialize GError to NULL.
1208         
1209 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1212         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1213         (ev_window_preview_print_finished), (launch_action):
1214
1215         Do not use popup dialogs to show error messages anymore, use the
1216         message area instead.
1217         
1218 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * shell/ev-window.c: (ev_window_error_message),
1221         (ev_window_warning_message), (ev_window_set_document),
1222         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1223         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1224         (ev_window_cmd_help_contents), (launch_external_uri),
1225         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1226         (ev_attachment_popup_cmd_open_attachment),
1227         (attachment_save_dialog_response_cb):
1228
1229         Use a message format (with printf()-style) in
1230         ev_window_error_message and ev_window_warning_message.
1231
1232 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-window.c: (ev_window_error_message),
1235         (ev_window_warning_message), (ev_window_set_document),
1236         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1237         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1238         (ev_window_cmd_help_contents), (launch_external_uri),
1239         (image_save_dialog_response_cb),
1240         (ev_attachment_popup_cmd_open_attachment),
1241         (attachment_save_dialog_response_cb):
1242
1243         Change ev_window_error_message and ev_window_warning_message to
1244         receive a EvWindow instead of a GtkWindow. It's more consistent
1245         and avoids unneeded casts.
1246         
1247 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-window.c: (ev_window_cmd_help_contents):
1250
1251         Use gtk_show_uri() when availale to display help contents.
1252         
1253 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * configure.ac:
1256         * backend/pdf/ev-poppler.cc:
1257         * properties/ev-properties-view.c:
1258         * shell/Makefile.am:
1259         * shell/ev-tooltip.[ch]: Removed
1260         * shell/ev-view-private.h
1261         * shell/eggfindbar.c:
1262         * shell/ev-application.c:
1263         * shell/ev-open-recent-action.c:
1264         * shell/ev-sidebar-thumbnails.c:
1265         * shell/ev-view.c:
1266         * shell/ev-window.c:
1267
1268         Bump GTK+ requirement to 2.12.
1269         
1270 2008-10-27 Christian Persch <chpe@gnome.org>
1271
1272         * backend/djvu/djvu-document.c
1273         * backend/dvi/cairo-device.c
1274         * cut-n-paste/evmountoperation/ev-mount-operation.h
1275         * cut-n-paste/gedit-message-area/gedit-message-area.h
1276         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1277         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1278         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1279         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1280         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1281         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1282         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1283         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1284         * cut-n-paste/zoom-control/ephy-zoom-action.c
1285         * cut-n-paste/zoom-control/ephy-zoom-action.h
1286         * cut-n-paste/zoom-control/ephy-zoom-control.c
1287         * cut-n-paste/zoom-control/ephy-zoom-control.h
1288         * libdocument/ev-async-renderer.h
1289         * libdocument/ev-document-factory.c
1290         * libdocument/ev-document-misc.h
1291         * libdocument/ev-image.h
1292         * libdocument/ev-selection.h
1293         * shell/ev-properties-fonts.h
1294         * shell/ev-stock-icons.h
1295         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1296         directly. Bug #558064.
1297
1298 2008-10-27 Christian Persch <chpe@gnome.org>
1299
1300         * cut-and-paste/smclient/*: Update from libegg.
1301
1302 2008-10-27 Christian Persch <chpe@gnome.org>
1303
1304         * backend/djvu/djvu-document.c
1305         * backend/ps/ev-spectre.c
1306         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1307
1308 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1309
1310         * shell/ev-view.c (ev_view_change_page),
1311         (ev_view_transition_animation_finish),
1312         (ev_view_transition_animation_cancel), (page_changed_cb),
1313         (ev_view_set_presentation), (ev_view_next_page),
1314         (ev_view_previous_page):
1315         
1316         Cancel the animation without scheduling transition start
1317         and proceed to the next page to fix bug #516749.
1318
1319 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * NEWS:
1322         * configure.ac:
1323
1324         Update for release 2.24.1
1325         
1326 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1329
1330         Disable toggle function of F5 when in presentation mode. Patch by
1331         Dave Neary. Fixes bug #556162.
1332         
1333 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1336         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1337         (ev_sidebar_thumbnails_fill_model),
1338         (ev_sidebar_thumbnails_refresh),
1339         (ev_sidebar_thumbnails_set_document):
1340
1341         Instead of using only one loading icon for thumbnails based on the
1342         size of the first page, create an icon for every different page
1343         size. Fixes bug #556264.
1344         
1345 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1348
1349         Fix memory leak.
1350         
1351 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1352
1353         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1354
1355         Removes bad prefixes from window title. Patch by 
1356         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1357         
1358 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-window.c: (launch_external_uri):
1361
1362         Do not consider mailto links as http uris. Fixes bug #555801.
1363         
1364 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1367
1368         Fix memory leak. Fixes bug #555134.
1369         
1370 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1373
1374         Emit the job finished signal when the job is handled before the
1375         page_ready callback.
1376         
1377 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-window.c: (launch_action):
1380
1381         Use GdkAppLaunchContext when available to launch external
1382         applications.
1383         
1384 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-window.c: (launch_action):
1387
1388         Fix launching external applications for launch actions which seems
1389         to be broken since the gio port. Fixes bug #554500.
1390         
1391 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * backend/dvi/Makefile.am:
1394         * backend/dvi/cairo-device.c:
1395         * backend/dvi/dvi-document.c:
1396         * backend/dvi/mdvi-lib/Makefile.am:
1397
1398         Fix several compile warnings in the dvi backend.
1399         
1400 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/dvi/mdvi-lib/common.h:
1403         * backend/dvi/mdvi-lib/dviread.c:
1404         * backend/dvi/mdvi-lib/font.c:
1405         * backend/dvi/mdvi-lib/fontmap.c:
1406         * backend/dvi/mdvi-lib/fontsrch.c:
1407         * backend/dvi/mdvi-lib/gf.c:
1408         * backend/dvi/mdvi-lib/pagesel.c:
1409         * backend/dvi/mdvi-lib/pk.c:
1410         * backend/dvi/mdvi-lib/sp-epsf.c:
1411         * backend/dvi/mdvi-lib/special.c:
1412         * backend/dvi/mdvi-lib/tfm.c:
1413         * backend/dvi/mdvi-lib/tfmfile.c:
1414         * backend/dvi/mdvi-lib/util.c:
1415         * backend/dvi/mdvi-lib/vf.c:
1416
1417         Rename error as mdvi_error to avoid symbol conflicts with the libc
1418         error. Rename also message, crash, fatal and warning for
1419         consistency. Fixes bug #553369.
1420         
1421 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * backend/dvi/dvi-document.c: (dvi_document_load):
1424
1425         Fix memory leak.
1426         
1427 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * backend/dvi/dvi-document.c:
1430
1431         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1432         G_IMPLEMENT_INTERFACE.
1433         
1434 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1437
1438         Make sure copy_job_page_and_selection_to_job_info is always called
1439         before copy_job_to_job_info. Fixes bug #552382.
1440         
1441 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * NEWS:
1444         * configure.ac:
1445
1446         Update for release 2.24.0
1447         
1448 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-window.c: (launch_external_uri):
1451
1452         Use GdkAppLaunchContext when available to launch external uris.
1453         
1454 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * shell/ev-window.c: (launch_external_uri):
1457
1458         Use the message area to show errors when lauching external uris
1459         instead of a popup window.
1460         
1461 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-window.c: (launch_external_uri):
1464
1465         Assume invalid uris are http uris. Fixes bug #552071.
1466         
1467 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * NEWS:
1470         * configure.ac:
1471
1472         Update for release 2.23.92.
1473         
1474 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/eggfindbar.c: (egg_find_bar_class_init):
1477
1478         Allow page scrolling with PageUp/PageDown keys when find bar is
1479         active. Fixes bug #529833.
1480         
1481 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-view-private.h:
1484         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1485         (ev_view_scroll), (ev_view_class_init):
1486         * shell/ev-view-accessible.c:
1487         (ev_view_accessible_action_do_action):
1488         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1489         (ev_window_cmd_scroll_backward):
1490
1491         Use GtkScrollType instead of EvScrollType.
1492         
1493 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1494
1495         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1496         
1497         Patch for case unsensitive page label match by Michael Lee.
1498         See bug #550136.
1499         
1500         * shell/ev-page-action.c (create_tool_item):    
1501         * test/Makefile.am:
1502         * test/test1.py:
1503         * test/test4.py:
1504         * test/test5.py:
1505         
1506         Added test for the above and updated other tests.
1507
1508 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-window.c: (image_save_dialog_response_cb):
1511
1512         Do not append the file extension twice when saving an image.
1513         
1514 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1517
1518         Remove an invalid ifdef.
1519         
1520 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * shell/ev-view.c: (ev_view_motion_notify_event):
1523
1524         Make sure the cursor is correctly restored after showing the right
1525         click menu.
1526         
1527 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1530         (ev_attachment_open):
1531         * shell/ev-sidebar-attachments.c:
1532         (ev_sidebar_attachments_button_press):
1533         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1534
1535         Use GdkAppLaunchContext when available to open attachments.
1536         
1537 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1540
1541         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1542         by Eric Piel.
1543         
1544 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * shell/ev-application.c: (ev_application_get_media_keys):
1547         * shell/ev-media-player-keys.[ch]:
1548         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1549         (ev_media_player_keys_grab_keys),
1550         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1551         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1552         * shell/ev-window.[ch]: (ev_window_dispose),
1553         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1554         (ev_window_init):
1555
1556         Clean up the media player keys stuff.
1557         
1558 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * NEWS:
1561         * configure.ac:
1562
1563         Update for release 2.23.91.
1564         
1565 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1568         (sm_client_xsmp_set_initial_properties):
1569
1570         Fix memory leak.
1571         
1572 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-application.c: (ev_application_open_window),
1575         (ev_application_open_uri_at_dest):
1576
1577         Make sure evince starts up in the right workspace when resuming a
1578         previous session.
1579         
1580 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-application.[ch]: (ev_application_open_window),
1583         (ev_application_add_icon_path_for_screen),
1584         (ev_application_open_uri_at_dest):
1585
1586         Fix window manager warnings shown in ~/.xsession-errors
1587         
1588 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * configure.ac:
1591         * cut-n-paste/Makefile.am:
1592         * cut-n-paste/smclient/Makefile.am:
1593         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1594         * cut-n-paste/smclient/eggsmclient-private.h:
1595         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1596         * cut-n-paste/smclient/eggsmclient.[ch]:
1597
1598         EggSMClient copied from libegg
1599
1600         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1601         * shell/Makefile.am:
1602         * shell/ev-application.[ch]: (ev_application_load_session),
1603         (smclient_save_state_cb), (smclient_quit_cb),
1604         (ev_application_init_session), (ev_application_shutdown),
1605         (ev_application_init):
1606         * shell/main.c: (main):
1607
1608         Use EggSMClient instead of gnome-client and remove libgnome and
1609         libgnomeui dependencies.
1610         
1611 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/main.c: (main):
1614
1615         Remove gnome_authentication_manager_init.
1616         
1617 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-view.c: (ev_view_goto_window_create):
1620
1621         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1622         since it's now deprecated.
1623         
1624 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * backend/djvu/Makefile.am:
1627         * backend/djvu/djvu-document-private.h:
1628         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1629         (djvu_document_find_iface_init):
1630         * backend/djvu/djvu-text-page.[ch]:
1631         * backend/djvu/djvu-text.[ch]: Removed
1632         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1633         (pdf_document_find_iface_init):
1634         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1635         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1636         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1637         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1638         (ev_job_find_has_results), (ev_job_find_get_results):
1639         * shell/ev-view-private.h:
1640         * shell/ev-view.[ch]: (ev_view_expose_event),
1641         (highlight_find_results), (ev_view_finalize),
1642         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1643         (ev_view_set_document), (ev_view_find_get_n_results),
1644         (ev_view_find_get_result), (jump_to_find_result),
1645         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1646         (ev_view_find_previous), (ev_view_find_search_changed),
1647         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1648         * shell/ev-window.c: (ev_window_update_actions),
1649         (page_changed_cb), (ev_window_setup_document),
1650         (ev_window_update_find_status_message),
1651         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1652         (ev_window_clear_find_job), (find_bar_close_cb),
1653         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1654         (ev_window_dispose), (ev_window_init):
1655
1656         Rework find interface. The find logic has been moved from backends
1657         to the shell avoiding a lot of duplicated code in the backends and
1658         making easier to implement the find interface in the backends.
1659         
1660 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * backend/pdf/ev-poppler.cc:
1663         (pdf_document_thumbnails_get_dimensions):
1664
1665         Make sure thumbnail size returned by the PDF is actually
1666         valid. Fixes bug #548462.
1667         
1668 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-window.c: (ev_window_setup_document),
1671         (ev_window_set_document), (ev_window_dispose):
1672
1673         Remove the idle function for setting the document up when the
1674         window is destroyed. Fixes bug #549163.
1675         
1676 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1679         (ev_job_attachments_dispose), (ev_job_attachments_run),
1680         (ev_job_attachments_class_init), (ev_job_attachments_new):
1681         * shell/ev-sidebar-attachments.c:
1682         (ev_sidebar_attachments_set_document):
1683
1684         Add a new job to get the attachments in a thread with the document
1685         lock held. Fixes bug #548653.
1686         
1687 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1690         (tiff_document_document_iface_init):
1691
1692         Implement document_get_page_label in tiff backend.
1693         
1694 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * backend/tiff/tiff-document.c: (tiff_document_render):
1697
1698         Handle document orientation in tiff backend. Fixes bug #548444.
1699         
1700 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1703
1704         Do not crash when adjustment page size is 0. Fixes bug #547440.
1705         
1706 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1709
1710         Sync with current GTK+.
1711         
1712 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1713
1714         * configure.ac:
1715         
1716         Update for release 2.23.6.
1717
1718 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1721         (ev_job_load_set_password):
1722         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1723         * shell/ev-window.c: (password_dialog_response),
1724         (ev_window_load_job_cb):
1725
1726         Fix loading encrypted documents since I broke it with the jobs
1727         rework.
1728         
1729 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * NEWS:
1732
1733         Update NEWS for 2.23.6 release.
1734         
1735 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1736
1737         * backend/impress/impress-document.c:
1738         * backend/impress/render.h:
1739         * libdocument/ev-document-factory.c:
1740         * libdocument/ev-document-factory.h:
1741         * libdocument/ev-document-links.h:
1742         * libdocument/ev-document-misc.c:
1743         * libdocument/ev-document-misc.h:
1744         * properties/ev-properties-main.c:
1745         * properties/ev-properties-view.c:
1746         * properties/ev-properties-view.h:
1747         * shell/eggfindbar.c:
1748         * shell/eggfindbar.h:
1749         * shell/ev-application.c:
1750         * shell/ev-application.h:
1751         * shell/ev-jobs.h:
1752         * shell/ev-message-area.h:
1753         * shell/ev-navigation-action.c:
1754         * shell/ev-navigation-action.h:
1755         * shell/ev-open-recent-action.c:
1756         * shell/ev-open-recent-action.h:
1757         * shell/ev-page-action-widget.c:
1758         * shell/ev-page-action.c:
1759         * shell/ev-page-action.h:
1760         * shell/ev-page-cache.h:
1761         * shell/ev-password-view.h:
1762         * shell/ev-password.h:
1763         * shell/ev-pixbuf-cache.h:
1764         * shell/ev-properties-fonts.c:
1765         * shell/ev-sidebar-attachments.c:
1766         * shell/ev-sidebar-links.c:
1767         * shell/ev-sidebar-links.h:
1768         * shell/ev-sidebar-thumbnails.c:
1769         * shell/ev-sidebar-thumbnails.h:
1770         * shell/ev-sidebar.c:
1771         * shell/ev-sidebar.h:
1772         * shell/ev-stock-icons.c:
1773         * shell/ev-tooltip.h:
1774         * shell/ev-view.c:
1775         * shell/ev-view.h:
1776         * shell/ev-window.c:
1777         * shell/ev-window.h:
1778         * shell/main.c:
1779
1780         More #include cleanups. Again: reordering, single gtk.h
1781         includes and other stuff.
1782
1783 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1784
1785         * shell/eggfindbar.c:
1786         * shell/ev-application.c:
1787         * shell/ev-message-area.c:
1788         * shell/ev-navigation-action.c:
1789         * shell/ev-open-recent-action.c:
1790         * shell/ev-page-action-widget.c:
1791         * shell/ev-page-action.c:
1792         * shell/ev-password-view.c:
1793         * shell/ev-properties-dialog.c:
1794         * shell/ev-properties-fonts.c:
1795         * shell/ev-sidebar-attachments.c:
1796         * shell/ev-sidebar-page.c:
1797         * shell/ev-sidebar-thumbnails.c:
1798         * shell/ev-stock-icons.c:
1799         * shell/ev-tooltip.c:
1800         * shell/ev-view.c:
1801         * shell/ev-window.c:
1802         * shell/main.c:
1803
1804         Cleanup many #include statements: reorder so that a
1805         generic-to-specific order is used, use single gtk.h
1806         includes, and some other cleanups.
1807
1808 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-jobs.h:
1811
1812         Add gio header.
1813         
1814 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1817         (ev_document_fc_mutex_trylock):
1818         * shell/Makefile.am:
1819         * shell/ev-job-queue.[ch]:
1820         * shell/ev-job-scheduler.[ch]:
1821         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1822         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1823         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1824         (ev_job_failed_from_error), (ev_job_succeeded),
1825         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1826         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1827         (ev_job_links_class_init), (ev_job_render_init),
1828         (notify_page_ready), (ev_job_render_page_ready),
1829         (ev_job_render_run), (ev_job_render_class_init),
1830         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1831         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1832         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1833         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1834         (ev_job_save_dispose), (ev_job_save_run),
1835         (ev_job_save_class_init), (ev_job_print_init),
1836         (ev_job_print_dispose), (ev_job_print_run),
1837         (ev_job_print_class_init):
1838         * shell/ev-page-cache.c:
1839         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1840         (check_job_size_and_unref), (move_one_job),
1841         (copy_job_to_job_info), (add_job),
1842         (ev_pixbuf_cache_add_jobs_if_needed):
1843         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1844         (job_fonts_finished_cb), (job_fonts_updated_cb),
1845         (ev_properties_fonts_set_document):
1846         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1847         (ev_sidebar_links_set_document):
1848         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1849         (ev_sidebar_thumbnails_set_document),
1850         (ev_sidebar_thumbnails_clear_job):
1851         * shell/ev-view-private.h:
1852         * shell/ev-view.c:
1853         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1854         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1855         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1856         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1857         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1858         (ev_window_reload_document), (ev_window_clear_save_job),
1859         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1860         (ev_window_clear_print_job), (ev_window_print_job_cb),
1861         (ev_window_print_dialog_response_cb):
1862         * shell/main.c: (main):
1863
1864         Rework the jobs system in order to make it simpler and more
1865         extensible. It allows to run jobs in the main loop instead of
1866         using a thread when it's appropriate like the fonts job. Now it's
1867         also possible to cancel jobs that are currently running. 
1868         
1869 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * libdocument/ev-debug.c: (profile_init):
1872
1873         Create the hash table also when profiling service is enabled for
1874         all sections.
1875         
1876 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1879         (ev_profiler_stop):
1880         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1881         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1882         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1883         (ev_job_print_run):
1884         * shell/main.c: (main):
1885
1886         Add a profile mode available when debug is enabled. Add profilers
1887         in ev-jobs.
1888         
1889 2008-07-23  Götz Waschk <waschk@mandriva.org>
1890
1891         * configure.ac: Correctly build desktop file. Fixes
1892         bug #544237.
1893
1894 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1895
1896         * configure.ac:
1897         
1898         Update for release 2.23.5.
1899
1900 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * NEWS:
1903
1904         Update NEWS for 2.23.5 release.
1905         
1906 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-window.c: (ev_window_state_event),
1909         (ev_window_class_init):
1910
1911         Intercept window manager's fullscreen request in order to run/stop
1912         fullscreen mode. Fixes bug #493541.
1913         
1914 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1917
1918         Restart the job search when the find bar is opened for the second
1919         time. Fixes bug #531956.
1920         
1921 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1924         (get_document_from_uri):
1925
1926         Make sure we always return a valid error struct when
1927         get_document_from_uri fails. Fixes nautilus crash, see bug
1928         #542548.
1929         
1930 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1931
1932         * libdocument/ev-transition-effect.c
1933         (ev_transition_effect_type_get_type),
1934         (ev_transition_effect_alignment_get_type),
1935         (ev_transition_effect_direction_get_type):
1936         
1937         Fixes bug #542924. Makes enums static to fix Solaris build.
1938
1939 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * shell/ev-view.c: (ev_view_key_press_event):
1942
1943         Add '.' keybinding for blanking the screen in presentation
1944         mode. Fixes bug #542001.
1945         
1946 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * libdocument/ev-document-misc.c:
1949         (ev_document_misc_pixbuf_from_surface):
1950
1951         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1952         #540950.
1953         
1954 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1955
1956         * backend/comics/comics-document.c (comics_document_load):
1957         * backend/comics/comicsdocument.evince-backend.in:
1958         * configure.ac:
1959         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1960         
1961         Added support for 7-zip based cb7 comic book. Patch by
1962         Kartik Rustagi. Fixes bug #532312.
1963
1964 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1965
1966         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1967         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1968         Fixes bug #539972.
1969
1970 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1971
1972         * shell/Makefile.am:
1973         * shell/ev-application.c (ev_application_init),
1974         (ev_application_get_media_keys):
1975         * shell/ev-application.h:
1976         * shell/ev-marshal.list:
1977         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1978         (proxy_destroy), (on_media_player_key_pressed),
1979         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1980         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1981         * shell/ev-media-player-keys.h:
1982         * shell/ev-window.c (ev_window_go_previous_page),
1983         (ev_window_go_next_page), (ev_window_go_first_page),
1984         (ev_window_go_last_page), (ev_window_start_presentation),
1985         (ev_window_dispose), (view_actions_focus_in_cb):
1986         * shell/ev-window.h: When building with D-Bus support, listen
1987         for multimedia key events from gnome-settings-daemon. This allows
1988         to go to the next/previous/first/last pages using, respectively,
1989         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1990         a presentation. Fixes bug #539971.
1991
1992 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1993
1994         * configure.ac:
1995         
1996         Update for release 2.23.4.
1997
1998 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * NEWS:
2001
2002         Update news for 2.23.4 release.
2003         
2004 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2007         * shell/ev-sidebar-thumbnails.c:
2008         (ev_sidebar_thumbnails_set_loading_icon),
2009         (ev_sidebar_thumbnails_refresh):
2010         * shell/ev-window.c: (ev_window_error_message),
2011         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2012         (ev_window_set_document):
2013
2014         Do not crash opening documents with no pages and show a warning
2015         message in the message area. Fixes bugs #537574 and #171588.
2016         
2017 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * shell/Makefile.am:
2020         * shell/ev-file-monitor.[ch]:
2021         * shell/ev-window.c: (ev_window_document_changed),
2022         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2023         (ev_window_reload_job_cb), (ev_window_open_uri),
2024         (ev_window_reload_document), (ev_window_cmd_view_reload),
2025         (ev_window_dispose):
2026
2027         Automaticly reload the document when the file has changed on
2028         disk. Bug #304249.
2029         
2030 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2031
2032         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2033         * libdocument/ev-image.c: (ev_image_save_tmp):
2034         * libdocument/ev-module.c: (ev_module_load):
2035         * shell/ev-application.c: (ev_application_shutdown),
2036         (ev_application_get_print_settings):
2037         * shell/ev-sidebar-attachments.c:
2038         (ev_sidebar_attachments_button_press),
2039         (ev_sidebar_attachments_drag_data_get):
2040         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2041         (ev_window_print_finished), (ev_window_print_send),
2042         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2043         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2044         (ev_window_cmd_preview_print):
2045         * shell/main.c: (load_files_remote):
2046         Fix some build warnings under GCC 4.3.0. (#537535).
2047
2048 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * shell/ev-jobs.c: (ev_job_render_dispose):
2051
2052         Fix a crash in debug mode. Patch by Daniel M German.
2053         
2054 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-window.c:
2057
2058         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2059         
2060 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-window.c: (ev_window_print_send),
2063         (ev_window_do_preview_print):
2064
2065         Use the window title as print job name instead of just
2066         "evince-print". Fixes bug #534493.
2067         
2068 2008-05-19  Frederic Peters  <fpeters@0d.be>
2069
2070         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2071         Bug #533897.
2072
2073 2008-05-19  Frederic Peters  <fpeters@0d.be>
2074
2075         * help/reference/Makefile.am: added missing libevmountoperation to
2076         gtkdoc-scanobj libraries.  Bug #533896.
2077
2078 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2079
2080         * properties/ev-properties-view.c (get_default_user_units):
2081         Fixes check for default units string translation. Bug #533323.
2082
2083 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2084
2085         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2086         be an iks_free(). Fix an array overflow in the XML parser that
2087         would occur whenever the number of attributes in a tag was greater
2088         than 0 and divisible by 6. Fixes GNOME bug #530852.
2089
2090 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * backend/djvu/djvu-document-private.h:
2093         * backend/djvu/djvu-links.c:
2094         * backend/djvu/djvu-text.c:
2095         * backend/djvu/djvu-document.c: (djvu_handle_events),
2096         (djvu_wait_for_message), (djvu_document_load),
2097         (document_get_page_size), (djvu_document_render),
2098         (djvu_document_thumbnails_get_thumbnail),
2099         (djvu_document_file_exporter_end):
2100
2101         Make sure load job doesn't finish successfully when the document
2102         is not successfully decoded by libdjvu. Fixes bug #530202.
2103         
2104 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * libdocument/Makefile.am:
2108         * libdocument/ev-debug.[ch]:
2109         * libdocument/ev-document.c:
2110         * shell/ev-jobs.c: (ev_job_links_dispose),
2111         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2112         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2113         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2114         (ev_job_render_page_ready), (ev_job_render_run),
2115         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2116         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2117         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2118         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2119         (ev_job_print_new), (ev_job_print_run):
2120         * shell/main.c: (main):
2121
2122         Add debug mode based on gedit code. Add debug messages in
2123         ev-jobs.
2124         
2125 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * libdocument/ev-document-factory.c: (get_document_from_uri):
2128
2129         Fix memory leak.
2130         
2131 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2132
2133         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2134         (get_mime_type_from_data), (get_document_from_uri),
2135         (ev_document_factory_get_document):
2136         
2137         Improved error message about file opening failture.
2138         Bug #529129.
2139
2140 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2141
2142         * data/evince-toolbar.xml:
2143         
2144         Allow to add SaveAs to toolbar.
2145
2146 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-view-private.h:
2149         * shell/ev-view.[ch]: (ev_view_button_release_event),
2150         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2151         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2152         (ev_view_update_primary_selection), (clear_link_selected),
2153         (ev_view_copy_link_address):
2154         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2155
2156         Update also the primary selection when copying a link
2157         address. Fixes bug #520855.
2158         
2159 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * libdocument/ev-document-factory.c: (get_document_from_uri):
2162
2163         Use the pixbuf backend only when the mime type is not supported by
2164         any of the other backend so that tiff documents, for instance, are
2165         handled by the tiff backend instead of the pixbuf backend. fixes
2166         bug #520290.
2167         
2168 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * cut-n-paste/Makefile.am:
2171
2172         Add evmountoperation to subdirs list.
2173         
2174 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * configure.ac:
2177
2178         Fix libspectre check in configure script. Fixes bug #528549.
2179         
2180 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * configure.ac:
2183         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2184         * shell/Makefile.am:
2185         * shell/ev-window.c: (ev_window_load_remote_failed),
2186         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2187
2188         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2189         open documents in remote locations that are not mounted.
2190         
2191 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2194         (bitmap_convert_msb8):
2195         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2196         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2197
2198         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2199         
2200 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2203         (ev_job_render_new), (ev_job_render_set_selection_info),
2204         (ev_job_render_run):
2205         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2206         (check_job_size_and_unref),
2207         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2208         (add_job), (ev_pixbuf_cache_get_selection_surface):
2209
2210         Create the render context needed for rendering a page in the render
2211         thread so that we don't block the main thread. Simplify
2212         EvJobRender API.
2213         
2214 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * libdocument/Makefile.am:
2217         * libdocument/ev-page.[ch]:
2218         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2219         (ev_render_context_new), (ev_render_context_set_page):
2220         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2221         (ev_form_field_finalize), (ev_form_field_class_init):
2222         * libdocument/ev-document-forms.[ch]:
2223         (ev_document_forms_get_form_fields):
2224         * libdocument/ev-document.[ch]: (ev_document_get_page),
2225         (ev_document_get_page_size), (ev_document_get_page_label):
2226         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2227         (ev_job_render_run), (ev_job_thumbnail_new),
2228         (ev_job_thumbnail_run), (ev_job_print_run):
2229         * shell/ev-page-cache.c: (ev_page_cache_new):
2230         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2231         (check_job_size_and_unref), (add_job):
2232         * shell/ev-sidebar-thumbnails.c: (add_range):
2233         * shell/ev-view.c: (ev_view_form_field_get_region),
2234         (ev_view_form_field_button_create_widget),
2235         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2236         (ev_view_handle_form_field), (ev_view_size_allocate),
2237         (get_selected_text):
2238         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2239         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2240         (pdf_document_get_page), (pdf_document_get_page_label),
2241         (pdf_document_render), (pdf_document_get_info),
2242         (pdf_document_document_iface_init),
2243         (pdf_document_thumbnails_get_thumbnail),
2244         (pdf_document_thumbnails_get_dimensions),
2245         (pdf_document_file_exporter_do_page),
2246         (pdf_selection_render_selection),
2247         (pdf_selection_get_selected_text),
2248         (pdf_selection_get_selection_region),
2249         (pdf_selection_get_selection_map),
2250         (pdf_document_forms_get_form_fields),
2251         (pdf_document_forms_form_field_text_get_text),
2252         (pdf_document_forms_form_field_text_set_text),
2253         (pdf_document_forms_form_field_button_set_state),
2254         (pdf_document_forms_form_field_button_get_state),
2255         (pdf_document_forms_form_field_choice_get_item),
2256         (pdf_document_forms_form_field_choice_get_n_items),
2257         (pdf_document_forms_form_field_choice_is_item_selected),
2258         (pdf_document_forms_form_field_choice_select_item),
2259         (pdf_document_forms_form_field_choice_toggle_item),
2260         (pdf_document_forms_form_field_choice_unselect_all),
2261         (pdf_document_forms_form_field_choice_set_text),
2262         (pdf_document_forms_form_field_choice_get_text):
2263         * backend/ps/ev-spectre.c: (ps_document_get_page),
2264         (ps_document_get_page_size), (ps_document_get_page_label),
2265         (ps_document_render), (ps_document_document_iface_init),
2266         (ps_document_file_exporter_do_page):
2267         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2268         (tiff_document_render), (tiff_document_render_pixbuf),
2269         (tiff_document_file_exporter_do_page):
2270         * backend/pixbuf/pixbuf-document.c:
2271         (pixbuf_document_get_page_size):
2272         * backend/comics/comics-document.c:
2273         (comics_document_get_page_size), (comics_document_render_pixbuf):
2274         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2275         (djvu_document_render), (djvu_selection_get_selected_text),
2276         (djvu_document_thumbnails_get_thumbnail),
2277         (djvu_document_file_exporter_do_page),
2278         (djvu_document_find_get_result):
2279         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2280         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2281         (dvi_document_thumbnails_get_thumbnail),
2282         (dvi_document_file_exporter_do_page):
2283         * backend/impress/impress-document.c:
2284         (impress_document_get_page_size),
2285         (impress_document_render_pixbuf):
2286         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2287
2288         Add EvPage so that we can hold a reference to the backend
2289         page. Form fields keep now a reference to the poppler page
2290         improving performance since we don't have to create/destroy the
2291         poppler field for every form operation. This will be needed for
2292         annotations too.
2293         
2294 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * data/evince-ui.xml:
2297         * shell/ev-window.c:
2298
2299         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2300         
2301 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * configure.ac:
2304         * backend/ps/Makefile.am:
2305
2306         Remove gs stuff from ps backend.
2307         
2308 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * configure.ac:
2311         * backend/pdf/ev-poppler.cc:
2312
2313         Bump poppler requirement to 0.8.0.
2314         
2315 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2316
2317         * NEWS:
2318         * configure.ac:
2319
2320         Update for release 2.22.1.1
2321
2322 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * configure.ac:
2325
2326         Fix build (again) when poppler version is 0.6
2327         
2328 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * backend/djvu/djvu-links.c: (build_tree):
2331
2332         Make sure link title is a valid utf8 string. Fixes bug #526517.
2333         
2334 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * configure.ac:
2337
2338         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2339         #526799.
2340         
2341 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2342
2343         * configure.ac:
2344         
2345         Update for release 2.22.1.
2346
2347 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * NEWS:
2350
2351         Update for upcoming release.
2352
2353 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * configure.ac:
2356         * backend/dvi/dvidocument.evince-backend.in:
2357
2358         Add compressed dvi to the list of supported mime types. Patch by
2359         Ed Catmur. Fixes bug #307087.
2360
2361 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2364
2365         Fix a crash when printing a range that doesn't specify the start or
2366         end page. Fixes bug #524288.
2367
2368 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-window.c: (ev_window_cmd_continuous),
2371         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2372         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2373         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2374         (ev_window_run_presentation), (ev_window_stop_presentation),
2375         (ev_window_cmd_view_presentation),
2376         (ev_window_cmd_leave_fullscreen),
2377         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2378
2379         Do not unfullscreen and fullscreen again the window when changing
2380         from fullscreen to presentation mode and vice versa. Fixes bug
2381         #524112.
2382         
2383 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2386
2387         Do not crash when thumbnail failed to render in PS backend. Fixes
2388         bug #525015.
2389         
2390 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2393         (ev_window_load_file_remote), (ev_window_open_uri):
2394
2395         Handle errors when opening remote files.
2396         
2397 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2400
2401         Only grab the focus for the current visible proxy widget. Fixes
2402         bug #521224.
2403         
2404 2008-03-30  Emil Soleyman  <emil@nishra.com>
2405
2406         * shell/ev-window.c: (launch_external_uri):
2407         
2408         Reuse g_app_info_launch_default_for_uri to
2409         save some code and fix bug #525009.
2410
2411 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2412
2413         * shell/ev-window.c (image_save_dialog_response_cb):
2414
2415         Use g_str_has_suffix. See bug #523069.
2416
2417 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * configure.ac:
2420
2421         Add a configure option to enable/diable DBus. Patch by Rémi
2422         Cardona. Fixes bug 521797.
2423
2424 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2427
2428         Fix printing in documents with rotated pages. Patch by Eugen
2429         Dedu. Fixes bug #512648.
2430         
2431 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2434         (ev_link_from_action):
2435
2436         Fix warning messages.
2437         
2438 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * shell/ev-window.c: (image_save_dialog_response_cb):
2441
2442         Do not append the extension to filename when saving an image
2443         if the filename alredy contains the extension. Fixes bug #523069.
2444         
2445 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-view.[ch]: (ev_view_find_cancel):
2448         * shell/ev-window.c: (find_bar_close_cb):
2449
2450         Cancel the find operation when the find bar is closed. Fixes bug
2451         #508845.
2452         
2453 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * backend/ps/psdocument.evince-backend.in:
2456
2457         Make ps backend module resident. Fixes bug #520607.
2458         
2459 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-jobs.c: (ev_job_print_run):
2462
2463         Invert collate action in order to work as expected, fix reverse
2464         printing so that it doesn't start with a blank page and fix number
2465         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2466         
2467 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2470
2471         Fix build with poppler <= 0.7.2
2472         
2473 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * libdocument/ev-document-misc.c:
2476         (ev_document_misc_surface_from_pixbuf):
2477
2478         Fix selections with poppler-splash.
2479         
2480 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * configure.ac:
2483         * backend/pdf/ev-poppler.cc:
2484
2485         Fix build with poppler >= 0.7.2
2486         
2487 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2488
2489         * configure.ac:
2490         
2491         Update for release 2.22.0
2492
2493 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * NEWS:
2496
2497         Update for upcoming release.
2498
2499 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2500
2501         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2502
2503         Bug 495107 – Handle print dialog responses correctly
2504
2505         Correctly handle print dialog response. Properly fixes
2506         the above mentioned bug.
2507
2508 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2511
2512         Make sure print job is only run when the print button is
2513         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2514         
2515 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * backend/pdf/pdfdocument.evince-backend.in:
2518         * libdocument/ev-backends-manager.c:
2519         (ev_backends_manager_load_backend),
2520         (ev_backends_manager_get_document):
2521         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2522
2523         Allow making backend modules resident. This is needed only for
2524         some backends like pdf to avoid registering glib types more than
2525         once.
2526         
2527 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * backend/comics/comics-document.c:
2530         * backend/djvu/djvu-document.c:
2531         * backend/impress/impress-document.c:
2532         * backend/pdf/ev-poppler.cc:
2533         * backend/pixbuf/pixbuf-document.c:
2534         * backend/ps/ev-spectre.c:
2535         * backend/ps/ps-document.c:
2536         * backend/tiff/tiff-document.c:
2537         * libdocument/ev-document.h:
2538         * properties/ev-properties-main.c:
2539
2540         Use g_type_module_add_interface instead of
2541         g_type_add_interface_static. Fixes bug #519679.
2542         
2543 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2544
2545         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2546         Added. Returns whether the animation has everything necessary to run.
2547         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2548         is ready just because it's been created. Fixes #519106.
2549         (draw_one_page): Do not show the "Loading..." text in presentation
2550         mode, there was a slim probability that this could happen.
2551
2552 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2555
2556         Duplicate mime_type string before freeing it so that it doesn't
2557         always fail when getting mime type from uri. Fixes bug #518874.
2558         
2559 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2562
2563         Fix a crash when a choice form field doesn't have any item
2564         selected. Fixes bug #518831
2565         
2566 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2567
2568         * shell/ev-window.c (ev_window_clear_temp_file):
2569         Use g_file_has_prefix instead of renamed
2570         g_file_contains_file.
2571
2572         * configure.ac:
2573         Require new glib for above change.
2574         
2575 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * libdocument/ev-image.c: (ev_image_finalize),
2578         (ev_image_save_tmp):
2579
2580         Return a real uri instead of a filename when saving an
2581         image. Fixes images drag an drop from evince to nautilus. 
2582         
2583 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/pdf/ev-poppler.cc:
2586         (pdf_document_images_get_image_mapping):
2587
2588         Return the image list in the right order. Fixes bug #516237.
2589         
2590 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2591
2592         * backend/impress/impress-document.c:
2593         (impress_document_thumbnails_get_thumbnail):
2594
2595         Remove unused variable to avoid a compiler warning.
2596
2597 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2598
2599         * configure.ac:
2600         
2601         Update for release 2.21.91.
2602
2603 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * configure.ac:
2606         * shell/Makefile.am:
2607         * shell/ev-application.[ch]:
2608         * shell/ev-sidebar-links.c:
2609         * shell/ev-utils.[ch]:
2610         * shell/ev-window.[ch]:
2611
2612         Remove libgnomeprint support. Fixes bug #512370.
2613         
2614 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2615
2616         * thumbnailer/evince-thumbnailer.c: (main):
2617
2618         Initialize glib type system before using it. Fixes bug #513934.
2619         
2620 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * properties/ev-properties-main.c:
2623
2624         Add missing #include.
2625         
2626 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * configure.ac:
2629         * backend/djvu/djvu-document.c: (djvu_document_render):
2630         * backend/tiff/tiff-document.c: (tiff_document_render):
2631
2632         Use the new cairo function cairo_format_stride_for_width when
2633         available. Fixes bug #482720.
2634
2635 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2638         (get_mime_type_from_data), (get_document_from_uri):
2639
2640         Use g_content_type_guess() only when slow is true in
2641         get_document_from_uri(). Fix several memory leaks.
2642         
2643 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2644
2645         * libdocument/ev-document-factory.c:
2646         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2647         (get_document_from_uri):
2648
2649         Use g_content_type_guess () to get mimetype for files.
2650         Bug #510401.
2651
2652 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * thumbnailer/Makefile.am:
2655
2656         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2657         
2658 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * configure.ac:
2661
2662         Fix build with --without-libgnome. Fixes bug #512771.
2663         
2664 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2665
2666         * backend/dvi/Makefile.am: Install only dvi
2667         module. Fixes bug #512718.
2668
2669 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2670
2671         * properties/ev-properties-main.c: (nautilus_module_initialize):
2672         
2673         Initialize backends in properties tab. Fixes bug
2674         #512720.
2675
2676 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2677
2678         * properties/Makefile.am: No need to link with 
2679         libraries. Fixes bug #512719.
2680
2681 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         * NEWS:
2684         * configure.ac:
2685         
2686         Update for release 2.21.90.
2687
2688 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * shell/ev-window.c: (ev_window_cmd_escape):
2691
2692         Fix compile warning.
2693         
2694 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2697
2698         Fix printing in dvi backend when filename contains white
2699         espaces. Fixes bug #502839.
2700         
2701 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2704         (screensaver_disable_x11):
2705         * shell/Makefile.am:
2706         * shell/xdg-user-dir-lookup.c: Removed
2707         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2708         * shell/ev-view.c: (ev_view_presentation_transition_start):
2709         * shell/ev-window.c: (ev_window_cmd_file_open),
2710         (ev_window_cmd_save_as), (presentation_set_timeout):
2711
2712         Remove #ifdefs that are no longer needed.
2713         
2714 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-view.[ch]: (ev_view_button_release_event),
2717         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2718         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2719         (ev_window_cmd_escape):
2720
2721         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2722         
2723 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2724
2725         * configure.ac:
2726         * backend/comics/comics-document.c: (comics_document_load):
2727         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2728         (ev_attachment_set_property), (ev_attachment_init),
2729         (ev_attachment_save), (ev_attachment_launch_app),
2730         (ev_attachment_open):
2731         * libdocument/ev-document-factory.c: (get_document_from_uri):
2732         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2733         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2734         * shell/ev-jobs.c:
2735         * shell/ev-password.c: (ev_password_dialog_set_property),
2736         (ev_password_dialog_save_password):
2737         * shell/ev-sidebar-attachments.c:
2738         (ev_sidebar_attachments_drag_data_get):
2739         * shell/ev-window-title.c: (get_filename_from_uri):
2740         * shell/ev-window.c: (ev_window_clear_temp_file),
2741         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2742         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2743         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2744         (launch_external_uri), (image_save_dialog_response_cb),
2745         (attachment_save_dialog_response_cb):
2746         * shell/main.c: (load_files), (load_files_remote), (main):
2747         * thumbnailer/evince-thumbnailer.c: (main):
2748
2749         Port to gio and drop gnome-vfs dependency. Fixes bug
2750         #510401. Based on patch by Cosimo Cecchi.
2751         
2752 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2753
2754         * NEWS:
2755
2756         Fixed formatting inconsistencies (spaces vs. tabs)
2757
2758 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2759
2760         * shell/ev-window.c:
2761
2762         Use top/up/bottom/down arrows instead of
2763         first/left/last/right in the toolbar and menu actions.
2764         This fixes issues with RTL languages and is visually
2765         consistent with the page view. Fixes bug #170081.
2766
2767 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2768
2769         * NEWS:
2770
2771         Fixed some inaccuracies pointed out by Carlos Garcia
2772         Campos.
2773
2774 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2775
2776         * NEWS:
2777         * data/evince.schemas.in:
2778         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2779
2780         Override PDF restrictions by default. Fixes bug #382700.
2781
2782 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2783
2784         * NEWS: Updated for upcoming release
2785
2786 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2789
2790         Fix memory leak.
2791         
2792 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2793
2794         * shell/ev-window.c: (register_custom_actions):
2795         
2796         Added comment for translators
2797
2798 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-view.c: (ev_view_button_release_event):
2801
2802         Do not create the idle function for kinetic scrolling if we are
2803         not in a drag operation.
2804
2805 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2808         (ev_view_button_press_event), (ev_view_motion_notify_event),
2809         (ev_view_button_release_event):
2810
2811         Restore cursor after autoscrolling. Fixes bug #509958.
2812
2813 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * configure.ac:
2816         * backend/pdf/ev-poppler.cc:
2817         (pdf_document_images_get_image_mapping),
2818         (pdf_document_images_get_image),
2819         (pdf_document_document_images_iface_init):
2820         * libdocument/ev-document-images.[ch]:
2821         (ev_document_images_get_image_mapping),
2822         (ev_document_images_get_image):
2823         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2824         (ev_image_get_id), (ev_image_save_tmp):
2825         * shell/ev-jobs.c: (ev_job_render_run):
2826         * shell/ev-view.c: (ev_view_drag_data_get):
2827         * shell/ev-window.c: (image_save_dialog_response_cb),
2828         (ev_view_popup_cmd_copy_image):
2829
2830         Do not render images when rendering the page but on demand. It
2831         reduces the memory comsumption.
2832         
2833 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2834
2835         * configure.a:
2836         * shell/ev-password.c:
2837
2838         Make gnome-keyring optional. Fixes bug #509676.
2839         
2840 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-pixbuf-cache.c: (add_job):
2843
2844         Initialize include_images variable as FALSE instead of TRUE.
2845         
2846 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2847
2848         * configure.ac:
2849         * cut-n-paste/Makefile.am:
2850         * cut-n-paste/fileformatchooser/Makefile.am:
2851         * cut-n-paste/fileformatchooser/egg-macros.h:
2852         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2853         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2854         * shell/Makefile.am:
2855         * shell/ev-utils.c:
2856         (file_chooser_dialog_add_writable_pixbuf_formats),
2857         (get_gdk_pixbuf_format_by_extension):
2858         * shell/ev-utils.h:
2859         * shell/ev-window.c: (ev_window_error_message),
2860         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2861         
2862         Simplify image format selection on save.
2863
2864 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2865
2866         * shell/ev-view.c: (ev_view_scroll_event):
2867         
2868         Repair gorizontal scrolling with shift. Fixes
2869         bug #483412.
2870
2871 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2872         
2873         * MAINTAINERS:
2874
2875         Fix formatting issues.
2876         
2877 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2878
2879         * backend/comics/comics-document.c: (comics_regex_quote):
2880         
2881         Don't overquote special chars except of '. See bug 
2882         502500. Thanks to Tom Parker.
2883
2884 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2885
2886         * MAINTAINERS:
2887         
2888         Added Nickolay and Carlos, since they're doing most of
2889         the releases nowadays.
2890
2891 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2892
2893         * properties/Makefile.am:
2894
2895         Get the nautilus extension dir properly instead of using
2896         a hack. Fixes bug #505359.
2897
2898 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2899
2900         * properties/Makefile.am:
2901         
2902         Install nautilus extension into new place. See bug
2903         #505359. Thanks to Matthias Clasen, Brian Pepple and
2904         Damien Carbery.
2905
2906 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2907
2908         * shell/ev-window.c: (ev_window_get_recent_file_label):
2909         
2910         RTL marker in recent file list. See bug #509076.
2911
2912 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2913
2914         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2915         * shell/ev-window.c: (image_save_dialog_response_cb):
2916
2917         Fix compile warnings due to unused variables.
2918         
2919 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * configure.ac:
2922         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2923         * backend/ps/ev-spectre.c: (ps_document_render):
2924
2925         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2926
2927 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2928
2929         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2930         (ev_transition_animation_paint): Implement "fade" effect.
2931
2932 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2933
2934         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2935         (ev_transition_animation_paint): Implement "uncover" effect.
2936
2937 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2938
2939         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2940         (ev_transition_animation_paint): Implement "cover" effect.
2941
2942 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2943
2944         * shell/ev-transition-animation.c (ev_transition_animation_push)
2945         (ev_transition_animation_paint): Implement "push" effect.
2946
2947 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2948
2949         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2950         (ev_transition_animation_paint): Implement "dissolve" effect.
2951
2952 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2953
2954         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2955         (ev_transition_animation_paint): Implement "wipe" effect.
2956
2957 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2958
2959         * shell/ev-transition-animation.c (ev_transition_animation_box)
2960         (ev_transition_animation_paint): Implement "box" effect.
2961
2962 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2963
2964         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2965         (ev_transition_animation_paint): Implement "blinds" effect.
2966
2967 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2968
2969         * shell/ev-transition-animation.c (ev_transition_animation_split)
2970         (ev_transition_animation_paint): Implement "split" effect.
2971
2972 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2973
2974         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2975         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2976         (ev_view_transition_animation_start) 
2977         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2978         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2979         (ev_view_next_page) (ev_view_previous_page):
2980         
2981         Use EvTransitionAnimation to drive page changes in the presentation
2982         mode, the animation will wait to start until both the origin and 
2983         destination page surfaces are available. Fixes #458460.
2984
2985         (draw_loading_text):
2986
2987         Remove workaround for bug #320352, it's now fixed properly.
2988
2989
2990 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2991
2992         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2993         will contain the implementations for page transition animations, at
2994         the moment it just has the "replace" effect.
2995         * shell/Makefile.am: Added these files to build.
2996
2997 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2998
2999         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3000         animations.
3001         * shell/Makefile.am: Added these files to build.
3002
3003 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3004
3005         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3006         implementation to get_effect() in EvDocumentTransitionIface.
3007
3008 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3009
3010         * libdocument/ev-transition-effect.[ch]: New files, define a page
3011         transition effect, at the moment it maps PopplerPageTransition to a
3012         GObject.
3013         * libdocument/Makefile.am: Added these files to build.
3014         * libdocument/ev-document-transition.[ch]
3015         (ev_document_transition_get_effect): New method, gets the
3016         EvTransitionEffect returned by the interface implementation, with
3017         fallback to the "replace" effect.
3018
3019 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3020
3021         * configure.ac:
3022         * cut-n-paste/Makefile.am:
3023         * cut-n-paste/fileformatchooser/Makefile.am:
3024         * cut-n-paste/fileformatchooser/egg-macros.h:
3025         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3026         * shell/Makefile.am:
3027         * shell/ev-window.c: (image_save_dialog_response_cb),
3028         (ev_view_popup_cmd_save_image_as):
3029
3030         Allow exporting images in any format supported by
3031         GdkPixbuf. Fixes bug #500209.
3032         
3033 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * backend/pixbuf/pixbuf-document.c:
3036
3037         More warnings fixed.
3038         
3039 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3042         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3043         * backend/djvu/djvu-text.h:
3044         * backend/tiff/tiff-document.c: (tiff_document_render):
3045
3046         Fix compile warnings.
3047         
3048 2007-12-28  Christian Persch  <chpe@gnome.org>
3049
3050         * **/*.c: Include config.h. Bug #504721.
3051
3052 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3053
3054         * configure.ac:
3055         * Makefile.am:
3056         * po/POTFILES.in:
3057         * backend/comics/Makefile.am:
3058         * backend/comics/comics-document.[ch]:
3059         * backend/comics/comicsdocument.evince-backend.in:
3060         * backend/djvu/Makefile.am:
3061         * backend/djvu/djvu-document.[ch]:
3062         * backend/djvu/djvudocument.evince-backend.in:
3063         * backend/dvi/Makefile.am:
3064         * backend/dvi/dvi-document.[c]:
3065         * backend/dvi/dvidocument.evince-backend.in:
3066         * backend/impress/Makefile.am:
3067         * backend/impress/impress-document.[ch]:
3068         * backend/impress/impressdocument.evince-backend.in:
3069         * backend/pdf/Makefile.am:
3070         * backend/pdf/ev-poppler.cc:
3071         * backend/pdf/ev-poppler.h:
3072         * backend/pdf/pdfdocument.evince-backend.in:
3073         * backend/pixbuf/Makefile.am:
3074         * backend/pixbuf/pixbuf-document.[ch]:
3075         * backend/pixbuf/pixbufdocument.evince-backend.in:
3076         * backend/ps/Makefile.am:
3077         * backend/ps/ev-spectre.[ch]:
3078         * backend/ps/ps-document.[ch]:
3079         * backend/ps/psdocument.evince-backend.in:
3080         * backend/tiff/Makefile.am:
3081         * backend/tiff/tiff-document.[ch]:
3082         * backend/tiff/tiffdocument.evince-backend.in:
3083         * libdocument/Makefile.am:
3084         * libdocument/ev-backends-manager.[ch]:
3085         * libdocument/ev-module.[ch]:
3086         * libdocument/ev-document.h:
3087         * libdocument/ev-document-factory.[ch]:
3088         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3089         (get_compression_from_mime_type), (get_document_from_uri),
3090         (ev_document_factory_get_document), (file_filter_add_mime_types),
3091         (ev_document_factory_add_filters):
3092         * shell/Makefile.am:
3093         * shell/ev-window-title.c: (get_filename_from_uri):
3094         * shell/main.c: (main):
3095         * thumbnailer/Makefile.am:
3096         * thumbnailer/evince-thumbnailer.c: (main):
3097
3098         Plugin system for backends. Fixes bug #351348.
3099         
3100 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3101
3102         * shell/ev-view-private.h:
3103         * shell/ev-view.c: (ev_view_drag_update_momentum),
3104         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3105         (ev_view_button_release_event), (ev_view_destroy):
3106         
3107         Kinetic scrolling implemented as requested in
3108         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3109
3110 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * data/evince-toolbar.xml:
3113         * data/evince-ui.xml:
3114         * shell/ev-view-private.h:
3115         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3116         (ev_view_button_press_event), (ev_view_motion_notify_event),
3117         (ev_view_button_release_event), (ev_view_init),
3118         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3119         (ev_view_set_cursor):
3120         * shell/ev-view.h:
3121         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3122         (ev_window_cmd_view_autoscroll):
3123         
3124         Autoscroll feature with the context menu. Fixes bug 
3125         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3126
3127 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3130
3131         Disconnect also page-ready signal when removing a job because the
3132         page size has changed. Thanks to kripken
3133         <kripkensteiner@gmail.com>.
3134
3135 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3136
3137         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3138         
3139         Scroll pages in page entry with mouse wheel. Fixes bug
3140         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3141
3142 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * backend/dvi/Makefile.am:
3145         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3146         (mdvi_cairo_device_init):
3147         * backend/dvi/mdvi-lib/common.h:
3148         * backend/dvi/mdvi-lib/mdvi.h:
3149         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3150         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3151         (mdvi_build_path_from_cwd):
3152
3153         Add ps specials support in dvi backend when libspectre is
3154         present. Fixes bug #386005.
3155         
3156 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * configure.ac:
3159         * backend/ps/Makefile.am:
3160         * backend/ps/ev-spectre.[ch]:
3161         
3162         Use libspectre, if available, for the ps backend. Fixes bugs
3163         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3164
3165 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3166         
3167         * backend/comics/comics-document.c: (comics_document_load):
3168         
3169         Cygwin build issue fix.
3170
3171 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * shell/ev-view.c: (ev_view_set_zoom):
3174
3175         Do not limit the minimum zoom factor when sizing mode is best bit
3176         or fit width. Fixes bug #503805.
3177         
3178 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3181         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3182         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3183         (ev_link_dest_get_property), (ev_link_dest_set_property),
3184         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3185         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3186         (ev_link_dest_new_fitr):
3187         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3188         (goto_fith_dest), (goto_xyz_dest):
3189
3190         Do not change left, top and zoom values when they are null in PDF
3191         destinations. Fixes bug #460658.
3192         
3193 2007-12-10  Christian Persch  <chpe@gnome.org>
3194
3195         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3196         (ev_view_accessible_class_init),
3197         (ev_view_accessible_idle_do_action),
3198         (ev_view_accessible_action_do_action),
3199         (ev_view_accessible_action_get_description),
3200         (ev_view_accessible_action_set_description),
3201         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3202         (ev_view_accessible_factory_init),
3203         (ev_view_accessible_factory_get_accessible_type):
3204         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3205         private data, and G_DEFINE_TYPE. Bug #502843.
3206
3207 2007-12-08  Christian Persch  <chpe@gnome.org>
3208
3209         * shell/ev-metadata-manager.c: (item_free),
3210         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3211         (value_free), (parse_value), (parseItem),
3212         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3213         (save_values): Use GSlice to allocate small amounts of memory. Bug
3214         #475972.
3215
3216 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3219
3220         Restore cursor to normal after a drag operation. Fixes bug
3221         #501603.
3222         
3223 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * NEWS:
3226         * configure.ac:
3227         
3228         Update for release 2.21.1
3229
3230 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * configure.ac:
3233         * cut-n-paste/gedit-message-area/Makefile.am:
3234         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3235         * shell/Makefile.am:
3236         * shell/ev-message-area.[ch]:
3237         * shell/ev-window.c: (ev_window_set_message_area),
3238         (ev_window_error_message_response_cb), (ev_window_error_message),
3239         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3240         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3241         (ev_attachment_popup_cmd_open_attachment),
3242         (attachment_save_dialog_response_cb), (ev_window_set_document),
3243         (ev_window_init):
3244
3245         Use a message area instead of a popup dialog for error
3246         notifications. Fixes bug #337495.
3247         
3248 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3251         (ev_window_run_fullscreen):
3252
3253         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3254         
3255 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * ev-sidebar-thumbnails.c: (update_visible_range),
3258         (ev_sidebar_thumbnails_refresh),
3259         (ev_sidebar_thumbnails_set_document),
3260         (ev_sidebar_thumbnails_support_document):
3261
3262         Show thumbnails for documents with one page. Fixes bug #358751.
3263         
3264 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-window.c:
3267         (ev_window_load_print_settings_from_metadata),
3268         (ev_window_save_print_settings), (ev_window_print_finished),
3269         (ev_window_print_range):
3270
3271         Print settings that are specific to the document are now saved per
3272         document in the metadata file. Fixes bug #488806.
3273         
3274 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3275
3276         * backend/tiff/tiff-document.c: (tiff_document_render):
3277
3278         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3279         
3280 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-application.[ch]: (get_find_string_from_args),
3283         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3284         (ev_application_open_uri_list):
3285         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3286         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3287         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3288         (ev_window_cmd_recent_file_activate),
3289         (ev_window_open_recent_action_item_activated),
3290         (ev_window_print_send), (open_remote_link):
3291         * shell/main.c: (arguments_parse):
3292
3293         Add a command line option for search. Fixes bug #497710.
3294         
3295 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3296
3297         * shell/ev-jobs.c: (ev_job_print_new):
3298
3299         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3300         
3301 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * data/evince-toolbar.xml:
3304         * shell/Makefile.am:
3305         * shell/ev-application.c: (ev_application_init):
3306         * shell/ev-open-recent-action.[ch]:
3307         * shell/ev-window.c:
3308         (ev_window_open_recent_action_item_activated),
3309         (register_custom_actions):
3310
3311         Add an expander to the open toolbar item which pops up a dropdown
3312         menu with the recently used documents. Fixes bug #487215.
3313         
3314 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-window.c: (ev_window_open_uri),
3317         (ev_window_cmd_view_reload):
3318
3319         Do not jump to the first page when reloading by running evince
3320         from the command line. Fixes bug #490847.
3321         
3322 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3323
3324         * shell/ev-window.c: (ev_window_cmd_help_contents):
3325
3326         Plugged memory leak when help file is not found. Fixes bug
3327         #490762.
3328         
3329 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * configure.ac:
3332
3333         Enable djvu, dvi and comics backends by default. Fixes bug
3334         #437121.
3335         
3336 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * configure.ac:
3339         * cut-n-paste/Makefile.am:
3340         * cut-n-paste/recent-files/*: Removed
3341         * help/reference/Makefile.am:
3342         * shell/Makefile.am:
3343         * shell/ev-application.[ch]: (ev_application_shutdown),
3344         (ev_application_init):
3345         * shell/ev-window.c: (ev_window_add_recent),
3346         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3347
3348         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3349         
3350 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3351
3352         * shell/ev-window.c: (launch_external_uri):
3353
3354         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3355         and report error if the URL is not supported (#489910).
3356
3357 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3360         (pdf_document_file_exporter_begin_page),
3361         (pdf_document_file_exporter_end_page):
3362
3363         Fix printing with poppler splash backend. Fixes bug #489774.
3364         
3365 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3368         * shell/ev-print-job.c: (ev_print_job_class_init):
3369
3370         Fix a crash when printing with the gnome-print dialog. Fixes bug
3371         #488939.
3372         
3373 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3374
3375         * backend/pixbuf/pixbuf-document.c:
3376
3377         Fix an implicit function definition warning (#487655)
3378
3379 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-window.c:
3382
3383         Fix conflicting shortcut for view sade pane and presentation.
3384         
3385 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * backend/pdf/ev-poppler.cc:
3388         (pdf_document_file_exporter_begin_page),
3389         (pdf_document_file_exporter_do_page),
3390         (pdf_document_file_exporter_end_page),
3391         (pdf_document_file_exporter_iface_init):
3392         * libdocument/ev-file-exporter.[ch]:
3393         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3394         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3395         (ev_job_print_run):
3396
3397         When printing multiple pages per sheet in reverse option, do not
3398         invert the order of the pages in every sheet, but the order of the
3399         sheets. Do not print blank pages when page range is invalid. Fixes
3400         bugs #484857 and #485521.
3401         
3402 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3405         (ev_job_print_run):
3406         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3407
3408         Respect ranges order when printing more than one range in random
3409         order.
3410         
3411 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3412
3413         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3414         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3415
3416         Rotate also the window icon when document is rotated. Fixes bug
3417         #474681.
3418         
3419 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3422         (pdf_document_forms_get_form_fields):
3423
3424         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3425         Matthias Drochner.
3426         
3427 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * configure.ac:
3430         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3431
3432         Use poppler_page_render_for_printing() instead of
3433         poppler_page_render() if available when exporting to a ps or pdf
3434         file. Fixes bug #476627.
3435         
3436 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * shell/ev-window.c: (ev_window_run_fullscreen):
3439
3440         Do not show the toolbar in fullscreen mode if the main toolbar is
3441         not visible. Fixes bug #483048.
3442         
3443 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-view.c: (ev_view_button_press_event):
3446
3447         Give priority to form fields over images when deciding whether a
3448         button press event is over an image or form field. It allows edit
3449         form fields when they are over a background image. Fixes bug
3450         #477841.
3451         
3452 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * NEWS:
3455         * configure.ac:
3456         
3457         Update for release 2.20.0
3458
3459 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * backend/pdf/ev-poppler.cc:
3462
3463         Remove #ifdef HAVE_FORMS, so that forms support works again.
3464
3465 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3466
3467         * configure.ac:
3468         * data/evince.desktop.in.in:
3469         
3470         Fixes desktop file issues. See bug #473471.
3471
3472 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3475         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3476         (ev_job_queue_remove_job):
3477         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3478         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3479         * shell/ev-window.c: (ev_window_clear_save_job),
3480         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3481         (ev_window_dispose):
3482
3483         Move save a copy task to its own job so that it's carried out in a
3484         thread avoiding another lock in the main thread. Use
3485         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3486         can be saved to a pathin another file system. Fixes bug #456891.
3487         
3488 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * NEWS:
3491         * configure.ac:
3492         
3493         Update for release 2.19.92
3494
3495 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * configure.ac:
3498         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3499         (pdf_selection_get_selection_region),
3500         (pdf_selection_get_selection_map),
3501         (ev_form_field_from_poppler_field):
3502
3503         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3504         and triple click selections are enabled again now.
3505
3506 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * shell/ev-window.c: (ev_window_add_history):
3509
3510         Make sure not to use the history with documents not supporting
3511         links. Fixes bug #468954.
3512
3513 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * shell/ev-window.c: (ev_window_load_job_cb):
3516
3517         Restart the search when reloading a document with the find bar
3518         visible. Fixes bug #461962.
3519
3520 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-window.c: (setup_document_from_metadata),
3523         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3524
3525         Do not jump to the first page when reloading a document from the
3526         last page.
3527
3528 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * shell/ev-window.c: (update_chrome_flag),
3531         (setup_sidebar_from_metadata),
3532         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3533         (ev_window_cmd_edit_find_next),
3534         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3535         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3536         (find_bar_close_cb), (view_actions_focus_in_cb):
3537
3538         Do not update visibility when changing a chrome flag so that it's
3539         possible to update several flags and update visibility only once
3540         for all of them.
3541
3542 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3545
3546         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3547         supported by gtk+. Fixes bug #460907.
3548
3549 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * shell/ev-view.c: (view_update_range_and_current_page):
3552
3553         Make sure current-page <= end-page in continuous mode. Fixes bug
3554         #454950.
3555
3556 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * backend/pdf/ev-poppler.cc: (build_tree):
3559
3560         Ignore outline items without a title. Fixes bug #453913.
3561
3562 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3565         (ev_view_button_release_event), (ev_view_leave_notify_event):
3566
3567         Use always drag mouse cursor during a drag operation. Fixes bug
3568         #470564.
3569
3570 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3573         (pdf_selection_get_selection_region),
3574         (pdf_selection_get_selection_map):
3575
3576         Temporarily disable double and triple selections since it depends on
3577         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3578         released and the update of the external dependency minimal version
3579         approved.
3580
3581 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3584         (pdf_document_file_exporter_do_page):
3585         * libdocument/ev-file-exporter.h:
3586         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3587         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3588
3589         Actually fix printing regressions. Remove orientation from
3590         EvPrintContext since it's redundant.
3591
3592 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3595         * backend/impress/impress-document.c:
3596         (impress_document_document_iface_init):
3597         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3598         * backend/djvu/djvu-document.c:
3599         (djvu_document_document_iface_init),
3600         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3601         * backend/tiff/tiff-document.c:
3602         (tiff_document_document_iface_init):
3603         * backend/pixbuf/pixbuf-document.c:
3604         (pixbuf_document_document_iface_init):
3605         * backend/comics/comics-document.c:
3606         (comics_document_document_iface_init):
3607         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3608         (pdf_selection_render_selection),
3609         (pdf_selection_get_selected_text),
3610         (pdf_selection_get_selection_region),
3611         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3612         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3613         (ev_selection_get_selection_region),
3614         (ev_selection_get_selection_map):
3615         * libdocument/ev-document.[ch]:
3616         * shell/ev-pixbuf-cache.[ch]: (add_job),
3617         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3618         * shell/ev-view-private.h:
3619         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3620         (ev_job_render_run):
3621         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3622         * shell/ev-view.c: (start_selection_for_event),
3623         (ev_view_button_press_event), (ev_view_drag_data_get),
3624         (ev_view_drag_data_received), (ev_view_button_release_event),
3625         (compute_new_selection_text), (compute_selections),
3626         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3627         (ev_view_primary_get_cb):
3628
3629         Add support for double and triple click selections.
3630
3631 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3632
3633         * NEWS:
3634         * configure.ac:
3635
3636         Update for release 2.19.4
3637
3638 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3639
3640         * shell/ev-view-private.h:
3641         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3642         (ev_view_set_highlight_search):
3643         * shell/ev-view.h:
3644         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3645         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3646         (find_bar_visibility_changed_cb):
3647         
3648         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3649
3650 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3653         (pdf_document_file_exporter_begin),
3654         (pdf_document_file_exporter_do_page):
3655         * shell/ev-jobs.c: (ev_job_print_run):
3656         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3657
3658         Create always a portrait cairo surface and rotate when needed for
3659         landscape. It fixes printing problems in real printers.
3660
3661 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3664         * libdocument/ev-file-exporter.[ch]:
3665         (ev_file_exporter_get_capabilities):
3666         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3667         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3668
3669         Adjust number of pages per row according to page orientation when
3670         printing 2 or 6 pages per sheet.
3671
3672 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * shell/ev-window.c: (ev_window_print_send):
3675
3676         Reset also cups setting to 1 when printing multiple pages per
3677         sheet. Fixes bug #468853.
3678
3679 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * libdocument/ev-document-misc.c:
3682         (ev_document_misc_surface_rotate_and_scale):
3683
3684         Use directly cairo_surface_get_content() when creating a similar
3685         surface as suggested by Jeff Muizelaar. Thanks again.
3686
3687 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * backend/djvu/djvu-document.c: (djvu_document_render):
3690         * backend/tiff/tiff-document.c: (tiff_document_render):
3691         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3692         * libdocument/ev-document-misc.c:
3693         (ev_document_misc_surface_from_pixbuf),
3694         (ev_document_misc_surface_rotate_and_scale):
3695
3696         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3697         creating page surfaces. Fixes bug #453123. Thank you very much to
3698         Jeff Muizelaar <jeff@infidigm.net>.
3699
3700 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-page-cache.c: (ev_page_cache_new),
3703         (ev_page_cache_get_thumbnail_size):
3704         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3705         (ev_sidebar_thumbnails_set_loading_icon):
3706
3707         Also store in page-cache the dimensions of the thumbnails so that
3708         they can be used to create the correct loading icon in the side
3709         pane. Fixes bug #466857.
3710
3711 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * backend/pdf/ev-poppler.cc:
3714         (pdf_document_thumbnails_get_thumbnail):
3715
3716         Fix thumbnails rotation in pdf documents that include embedded 
3717         thumbnails.
3718
3719 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3720
3721         * backend/pdf/ev-poppler.cc:
3722
3723         Don't use #ifdef in macro expansion. Some compilers don't
3724         like that. Closes bug #467042.
3725
3726 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3727
3728         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3729         
3730         Fixes memory leak in djvu backend.
3731
3732 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3733
3734         * data/icons/32x32/Makefile.am:
3735         * data/icons/32x32/actions/Makefile.am:
3736         * data/icons/32x32/actions/view-page-cont.svg:
3737         * data/icons/32x32/actions/view-page-facing.svg:
3738         * data/icons/48x48/Makefile.am:
3739         * data/icons/48x48/actions/Makefile.am:
3740         * data/icons/48x48/actions/view-page-cont.svg:
3741         * data/icons/48x48/actions/view-page-facing.svg:
3742         
3743         Icons for a new sizes.
3744
3745 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3746
3747         * shell/ev-page-cache.c: (build_height_to_page),
3748         (ev_page_cache_get_height_to_page):
3749         
3750         Fixes invalid read, see bug #466401.
3751
3752 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3755         (set_drag_cursor):
3756         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3757         (configure_item_cursor), (new_pixbuf_from_widget):
3758
3759         Fix multihead problems in toolbar editor. Fixes bug #382055.
3760
3761 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * shell/ev-window.c: (ev_window_cmd_file_open),
3764         (ev_window_cmd_save_as):
3765
3766         Use g_get_user_special_dir when available instead of
3767         xdg_user_dir_lookup.
3768
3769 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * MAINTAINERS:
3772         
3773         Updated according to request on desktop-devel.
3774
3775 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3778
3779         Do not use cairo_rectangle and cairo_clip since we are
3780         not using cairo_fill but cairo_paint. Use the same cairo context
3781         for every page in the same expose event.
3782
3783 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3784
3785         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3786         leak.
3787
3788 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * configure.ac:
3791         * NEWS:
3792
3793         Release 0.9.3
3794
3795 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * libdocument/ev-document-info.h:
3798         * libdocument/ev-document.h:
3799         * shell/ev-page-action.h:
3800         * shell/ev-sidebar-links.h:
3801
3802         Fix a headers problem with ev-link
3803         
3804         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3805         * shell/ev-view-private.h:
3806         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3807         (get_link_area), (ev_view_query_tooltip),
3808         (ev_view_leave_notify_event), (ev_view_destroy),
3809         (ev_view_class_init):
3810
3811         Use new gtk tooltips when available instead of ev-tooltip.
3812         
3813 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * shell/ev-window.c: (update_chrome_visibility),
3816         (ev_window_sidebar_visibility_changed_cb):
3817
3818         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3819         
3820 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * shell/ev-navigation-action.c:
3823         (ev_navigation_action_history_changed),
3824         (ev_navigation_action_set_history):
3825         * shell/ev-navigation-action-widget.c:
3826         (ev_navigation_action_widget_init):
3827         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3828
3829         Fix compile warnings.
3830         
3831 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3832
3833         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3834         (egg_editable_toolbar_dispose):
3835
3836         Fix memory leak.
3837         
3838 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3841         (screensaver_disable_x11):
3842         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3843         * shell/ev-window.c: (presentation_set_timeout):
3844         * shell/ev-view.c: (ev_view_presentation_transition_start):
3845
3846         Use g_timeout_add_seconds instead of g_timeout_add when
3847         available.
3848         
3849 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3852
3853         Set horizontal scrollbar policy to AUTOMATIC instead of
3854         NEVER. Workaround for bug #449462.
3855         
3856 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * shell/ev-jobs.c: (ev_job_render_page_ready):
3859
3860         Add page_ready callback to main loop with high priority and hold
3861         a reference to job during idle.
3862         
3863 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * configure.ac:
3866         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3867         (pdf_document_file_exporter_begin),
3868         (pdf_document_file_exporter_do_page),
3869         (pdf_document_file_exporter_get_capabilities):
3870         * libdocument/ev-file-exporter.h:
3871         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3872         * shell/ev-window.c: (ev_window_print_send),
3873         (ev_window_print_dialog_response_cb):
3874
3875         Allow printing multiple pages per sheet. Fixes bug #395573.
3876         
3877 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * shell/ev-view.c: (tip_from_link):
3880         
3881         Check for NULL, fixes bug #460862.
3882
3883 2007-07-29  Christian Persch  <chpe@gnome.org>
3884
3885         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3886         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3887         (ev_window_cmd_preview_print):
3888         
3889         Fixes bug #437681 - blocks while enumerating printers.
3890
3891 2007-07-29  Christian Persch  <chpe@gnome.org>
3892
3893         * shell/ev-window.c: (ev_window_screen_changed):
3894         
3895         Don't use deprecated gtk+ function. See bug #460909.
3896
3897 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * shell/ev-utils.c: (get_num_monitors):
3900         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3901
3902         Do not use display before initializing it. Remove compile
3903         warnings.
3904
3905 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3906
3907         * shell/ev-view.c: (ev_view_class_init):
3908         
3909         Unix-like hjkl bindings added. See bug #458111.
3910
3911 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3912
3913         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3914         * shell/ev-utils.h:
3915         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3916         (ev_view_update_view_size):
3917         * shell/ev-view.h:
3918         * shell/ev-window.c: (ev_window_update_actions),
3919         (setup_view_from_metadata), (ev_window_screen_changed),
3920         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3921         (zoom_control_changed_cb):
3922         * shell/ev-window.h:
3923         
3924         Reorganizes utility functions.
3925
3926 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3929         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3930         (add_job), (ev_pixbuf_cache_get_surface),
3931         (ev_pixbuf_cache_get_link_mapping),
3932         (ev_pixbuf_cache_get_image_mapping),
3933         (ev_pixbuf_cache_get_form_field_mapping),
3934         (ev_pixbuf_cache_get_text_mapping):
3935         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3936         (notify_page_ready), (ev_job_render_page_ready),
3937         (ev_job_render_run):
3938
3939         Add page_ready signal to notify that page is ready as soon as
3940         possible even if other page elements like links, forms, images or
3941         text mapping are not ready yet.
3942
3943 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3946         (dvi_document_file_exporter_do_page),
3947         (dvi_document_file_exporter_get_capabilities),
3948         (dvi_document_file_exporter_iface_init):
3949         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3950         (ps_document_file_exporter_do_page),
3951         (ps_document_file_exporter_get_capabilities),
3952         (ps_document_file_exporter_iface_init):
3953         * backend/djvu/djvu-document.c:
3954         (djvu_document_file_exporter_begin),
3955         (djvu_document_file_exporter_end),
3956         (djvu_document_file_exporter_get_capabilities),
3957         (djvu_document_file_exporter_iface_init):
3958         * backend/tiff/tiff-document.c:
3959         (tiff_document_file_exporter_begin),
3960         (tiff_document_file_exporter_get_capabilities),
3961         (tiff_document_document_file_exporter_iface_init):
3962         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3963         (pdf_document_file_exporter_do_page),
3964         (pdf_document_file_exporter_get_capabilities),
3965         (pdf_document_file_exporter_iface_init):
3966         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3967         (ev_file_exporter_get_capabilities):
3968         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3969         (idle_print_handler), (ev_print_job_print):
3970         * shell/ev-jobs.c: (ev_job_print_run):
3971         * shell/ev-window.c: (ev_window_print_send),
3972         (ev_window_print_range):
3973
3974         Use capabilities to know which options should be offered by the
3975         print dialog depending on the document backend.
3976
3977 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3980
3981         Give priority to forms over text to set the cursor.
3982
3983 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * shell/ev-view-private.h:
3986         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3987         (ev_view_leave_notify_event), (ev_view_finalize),
3988         (ev_view_get_property), (ev_view_class_init):
3989
3990         Use IBEAM cursor for text form fields and NORMAL cursor for read
3991         only fields. Remove unused status attribute.
3992
3993 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3996
3997         Update region for current selected items also for checkbox
3998         buttons, since they can behave as radio buttons when they are in a
3999         set.
4000
4001 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * configure.ac:
4004         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4005
4006         Get max length of text form fields.
4007
4008 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4011         * libdocument/ev-form-field.h:
4012         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4013
4014         Fix build with current poppler cvs head.
4015
4016 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4019         * shell/eggfindbar.c: (egg_find_bar_init):
4020
4021         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4022         deprecation. Fixes bug #455667
4023
4024 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4025
4026         * NEWS:
4027         * configure.ac:
4028         
4029         Update for release 0.9.2
4030
4031 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * shell/ev-view.c: (ev_view_form_field_text_save),
4034         (ev_view_form_field_choice_save):
4035
4036         Fix a crash when closing whith a form widget visible.
4037
4038 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4041
4042         Update also the region of the current selected button when
4043         clicking on another button if they are radio buttons.
4044
4045 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4046
4047         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4048         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4049         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4050         (ev_pixbuf_cache_get_link_mapping),
4051         (ev_pixbuf_cache_get_image_mapping),
4052         (ev_pixbuf_cache_get_form_field_mapping),
4053         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4054         * shell/ev-view.c: (ev_view_form_field_get_region),
4055         (ev_view_form_field_button_create_widget),
4056         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4057         (job_finished_cb):
4058
4059         Redraw only form field region instead of the whole page when
4060         reloading a page to show changes on the form field.
4061
4062 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * shell/ev-view.c: (ev_view_form_field_choice_save):
4065
4066         Fix selection of first item in list form fields.
4067
4068 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4071         (ev_pixbuf_cache_reload_page),
4072         (ev_pixbuf_cache_get_form_field_mapping):
4073
4074         Some refactoring to avoid duplicated code.
4075
4076 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * configure.ac:
4079         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4080         (ev_form_field_from_poppler_field),
4081         (pdf_document_forms_get_form_fields),
4082         (pdf_document_forms_form_field_text_get_text),
4083         (pdf_document_forms_form_field_text_set_text),
4084         (pdf_document_forms_form_field_button_set_state),
4085         (pdf_document_forms_form_field_button_get_state),
4086         (pdf_document_forms_form_field_choice_get_item),
4087         (pdf_document_forms_form_field_choice_get_n_items),
4088         (pdf_document_forms_form_field_choice_is_item_selected),
4089         (pdf_document_forms_form_field_choice_select_item),
4090         (pdf_document_forms_form_field_choice_toggle_item),
4091         (pdf_document_forms_form_field_choice_unselect_all),
4092         (pdf_document_forms_form_field_choice_set_text),
4093         (pdf_document_forms_form_field_choice_get_text),
4094         (pdf_document_document_forms_iface_init):
4095         * libdocument/Makefile.am:
4096         * libdocument/ev-form-field.[ch]:
4097         * libdocument/ev-document-forms.[ch]:
4098         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4099         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4100         (add_job), (ev_pixbuf_cache_reload_page),
4101         (ev_pixbuf_cache_get_form_field_mapping):
4102         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4103         * shell/ev-view-private.h:
4104         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4105         (ev_view_handle_cursor_over_xy),
4106         (ev_view_get_form_field_at_location),
4107         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4108         (ev_view_form_field_button_create_widget),
4109         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4110         (ev_view_form_field_text_create_widget),
4111         (ev_view_form_field_choice_save),
4112         (ev_view_form_field_choice_changed),
4113         (ev_view_form_field_choice_create_widget),
4114         (ev_view_handle_form_field), (ev_view_size_allocate),
4115         (ev_view_realize), (draw_end_presentation_page),
4116         (ev_view_button_press_event), (ev_view_remove_all),
4117         (ev_view_motion_notify_event), (ev_view_key_press_event),
4118         (ev_view_enter_notify_event), (highlight_find_results),
4119         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4120         (ev_view_class_init), (page_changed_cb),
4121         (on_adjustment_value_changed), (ev_view_set_presentation),
4122         (merge_selection_region), (ev_view_set_cursor),
4123         (ev_view_reset_presentation_state):
4124         
4125         Merge evince-forms branch.
4126
4127 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4128
4129         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4130
4131         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4132         This script also updates itself from libegg
4133
4134         * cut-n-paste/toolbar-editor/egg*:
4135         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4136         libegg
4137
4138 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4139
4140         * shell/ev-window.c:
4141         
4142         Adds a nice icon to page action during toolbar editing.
4143         See bug #452872.
4144
4145 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * data/evince-toolbar.xml:
4148         * shell/ev-window.c:
4149         
4150         Let user add a presentation and fullscreen icons on toolbar.
4151         See bug #449734.
4152
4153 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4154
4155         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4156
4157         new script to keep in sync with toolbareditor in libegg
4158
4159         * cut-n-paste/toolbar-editor/*: 
4160
4161         Run update-toolbareditor-from-libegg so we are in sync again. 
4162         Fixes bug #452850.
4163         
4164
4165 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * shell/ev-sidebar-links.c: (job_finished_callback):
4168
4169         Do not connect selection changed signal more than once. Fixes bug
4170         #349433.
4171
4172 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4175
4176         Do not change sidebar chrome flag when pressing F9 key in
4177         presentation mode.
4178
4179 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * backend/pdf/ev-poppler.cc:
4182         (pdf_document_thumbnails_get_dimensions):
4183
4184         Make sure thumbnails width and height is not <= 0. Fixes a crash
4185         with some pdf documents which have really small pages.
4186
4187 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4188
4189         * shell/main.c: (main):
4190
4191         Fixes program description translation issue.
4192         Bug #450148.
4193
4194 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4195
4196         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4197
4198         Do not change current page when returning from black/white mode
4199         in presentation. Fixes bug #415032.
4200
4201 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * NEWS:
4204         * configure.ac:
4205         
4206         Update for release 0.9.1
4207
4208 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4209
4210         * backend/dvi/dvi-document.c:
4211         (dvi_document_finalize),
4212         (dvi_document_file_exporter_format_supported),
4213         (dvi_document_file_exporter_begin),
4214         (dvi_document_file_exporter_do_page),
4215         (dvi_document_file_exporter_end),
4216         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4217         
4218         PDF exporter for dvi documents. Fixes bug #441319.
4219
4220 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-window.c: (ev_window_clear_print_job):
4223
4224         Clear gtk print job when job has finished. Fixes bug #447612.
4225
4226 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-window.c: (ev_window_print_send),
4229         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4230
4231         Add preview button to print dialog. Fixes bug #445419.
4232
4233 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * backend/dvi/Makefile.am:
4236         * backend/dvi/pixbuf-device.[ch]: Removed
4237         * backend/dvi/cairo-device.[ch]: Added
4238         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4239         * backend/dvi/dvi-document.c: (dvi_document_load),
4240         (dvi_document_render), (dvi_document_finalize),
4241         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4242         (dvi_document_do_color_special):
4243         * libdocument/ev-document-misc.[ch]:
4244         (ev_document_misc_pixbuf_from_surface):
4245
4246         Port dvi backend to cairo and fix a problem with colors. 
4247
4248 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * shell/ev-view.c: (draw_one_page):
4251
4252         Draw only visible region.
4253
4254 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * backend/djvu/djvu-document.c: (djvu_document_render):
4257
4258         Fix rotation in djvu backend.
4259
4260 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4263         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4264         (ev_pixbuf_cache_get_image_mapping),
4265         (ev_pixbuf_cache_get_text_mapping):
4266
4267         Redraw view every time we have a new surface. Fixes bug #443587.
4268
4269 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * libdocument/ev-document.c: (ev_document_info_free):
4272
4273         Fix memory leaks.
4274
4275 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4276
4277         * backend/dvi/dvi-document.c: (dvi_document_render),
4278         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4279         * backend/impress/impress-document.c:
4280         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4281         (impress_document_render), (impress_document_document_iface_init),
4282         (impress_document_thumbnails_get_thumbnail):
4283         * backend/djvu/djvu-document-private.h:
4284         * backend/djvu/djvu-document.c: (djvu_document_render),
4285         (djvu_document_finalize), (djvu_document_document_iface_init),
4286         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4287         * backend/tiff/tiff-document.c: (tiff_document_render),
4288         (tiff_document_render_pixbuf),
4289         (tiff_document_document_iface_init):
4290         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4291         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4292         (pdf_selection_render_selection):
4293         * backend/comics/comics-document.c:
4294         (comics_document_render_pixbuf), (comics_document_render),
4295         (comics_document_document_iface_init):
4296         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4297         (pixbuf_document_document_iface_init):
4298         * libdocument/ev-document-misc.[ch]:
4299         (ev_document_misc_surface_from_pixbuf),
4300         (ev_document_misc_surface_rotate_and_scale):
4301         * libdocument/ev-document.[ch]: (ev_document_render):
4302         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4303         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4304         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4305         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4306         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4307         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4308         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4309         (render_finished_cb), (ev_job_render_run):
4310         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4311         (merge_selection_region):
4312
4313         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4314         and selections.
4315
4316 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4317
4318         * shell/ev-window-title.c: (ev_window_title_update):
4319
4320         Fix memory leak.
4321
4322 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4323
4324         * shell/ev-view.c: (draw_loading_text):
4325
4326         Show loading text centered. Fixes bug #433061
4327
4328 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * shell/ev-sidebar-thumbnails.c:
4331         (ev_sidebar_thumbnails_set_loading_icon):
4332
4333         Remove a mutex in the main thread that blocks the UI in heavy
4334         documents.
4335
4336 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4337
4338         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4339
4340         Set points_set to TRUE so that selections don't disappear after a
4341         zoom change.
4342
4343 2007-06-07  Michael Monreal  <infernux@web.de>
4344
4345         * data/icons/16x16/actions/Makefile.am:
4346         * data/icons/16x16/actions/zoom.svg:
4347         * data/icons/22x22/actions/Makefile.am:
4348         * data/icons/22x22/actions/zoom.svg:
4349         * data/icons/24x24/actions/Makefile.am:
4350         * shell/ev-stock-icons.c:
4351         * shell/ev-stock-icons.h:
4352         * shell/ev-window.c:
4353         
4354         Zoom icon artwork. See bug #444795.
4355
4356 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4357
4358         * shell/ev-metadata-manager.c: Remove extraneous function
4359         (Closes: #444386)
4360
4361 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4362
4363         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4364         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4365         (ev_metadata_manager_set), (ev_metadata_manager_save):
4366         Simplify the timeout, no need for modified anymore
4367
4368 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4369
4370         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4371         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4372         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4373         (ev_metadata_manager_save): Adapted patch from Arjan van de
4374         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4375         time, saves on power (Closes: #443851)
4376
4377 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * configure.ac:
4380         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4381         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4382
4383         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4384
4385 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4386
4387         * shell/ev-window.c: (ev_window_add_history):
4388
4389         Check if history is NULL
4390
4391 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * libdocument/ev-image.c: (ev_image_finalize):
4394         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4395         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4396         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4397         (ev_tmp_uri_unlink):
4398
4399         Add functions to delete temporary files created by evince in a safe
4400         way.
4401
4402         * shell/ev-window.c: (ev_window_clear_local_uri),
4403         (open_xfer_update_progress_callback),
4404         (save_xfer_update_progress_callback), (ev_window_save_remote),
4405         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4406         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4407         (attachment_save_dialog_response_cb),
4408         (ev_attachment_popup_cmd_save_attachment_as):
4409
4410         Allow saving a copy of a document, image or attachment to a remote
4411         location. Fixes bug #440754. 
4412
4413 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * configure.ac:
4416         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4417
4418         Fix build with current poppler from cvs head. 
4419
4420 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4421
4422         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4423
4424         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4425         directory exists.
4426
4427 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4428
4429         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4430         * shell/ev-window.c:
4431
4432         Change sidebar ordering. Fixes bug #439939.
4433
4434 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4435
4436         * backend/comics/Makefile.am:
4437         
4438         Fixes build with --without-libgnome.
4439
4440 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4441         
4442         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4443
4444         Update cursor and tooltip on page change and view scroll. Fixes bug
4445         #439217.
4446
4447 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * NEWS:
4450         * configure.ac:
4451         
4452         Update for release 0.9.0
4453
4454 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4455
4456         * backend/djvu/djvu-document-private.h:
4457         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4458         (djvu_document_finalize),
4459         (djvu_document_file_exporter_format_supported),
4460         (djvu_document_file_exporter_begin),
4461         (djvu_document_file_exporter_do_page),
4462         (djvu_document_file_exporter_end),
4463         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4464         
4465         Implemented printing with djvu. Bug #437998.
4466
4467 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/impress/zip.c:
4470         Add missing ulong definition.
4471
4472         * backend/ps/ps-interpreter.c:
4473         Add missing headers.
4474
4475         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4476
4477 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4478
4479         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4480
4481         Add missing call to parent class dispose method. 
4482
4483 2007-05-12  Ross Burton  <ross@openedhand.com>
4484
4485         * shell/main.c:
4486         Sync keybindings manually when building without libgnome
4487         (#437925).
4488
4489 2007-05-12  Ross Burton  <ross@openedhand.com>
4490
4491         * shell/ev-window.c:
4492         Respect the screen when opening help (#437866).
4493
4494 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * data/evince-ui.xml:
4497         * shell/ev-application.[ch]: (get_print_settings_from_args),
4498         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4499         (ev_application_open_uri_list):
4500         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4501         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4502         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4503         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4504         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4505         (ev_window_dispose):
4506         * shell/main.c: (arguments_parse):
4507
4508         Add print button in preview mode. Fixes bug #396475. 
4509
4510 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * cut-n-paste/zoom-control/ephy-zoom.h:
4513         
4514         Fixes zoom level factors. See bug #408119 for details.
4515
4516 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * backend/comics/comics-document.c: (comics_regex_quote),
4519         (extract_argv):
4520         
4521         Correctly quote symbols. Fixes crash in the bug
4522         #415370.
4523
4524 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * shell/ev-navigation-action-widget.c:
4527         (ev_navigation_action_widget_init),
4528         (ev_navigation_action_widget_class_init),
4529         (ev_navigation_action_widget_button_press_event):
4530         
4531         Connect to button-press event on correct widget. Fixes
4532         bug #431988
4533
4534 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * shell/ev-application.c: (ev_application_open_window),
4537         (ev_application_add_icon_path_for_screen),
4538         (ev_application_open_uri_at_dest):
4539         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4540         * shell/ev-navigation-action.c: (build_menu):
4541         
4542         Add app-specific icons to our icon theme. Fixes bug
4543         #425508.
4544
4545 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * shell/ev-history.c: (ev_history_class_init),
4548         (ev_history_add_link):
4549         * shell/ev-history.h:
4550         * shell/ev-navigation-action.c:
4551         (ev_navigation_action_history_changed),
4552         (ev_navigation_action_set_history), (build_menu),
4553         (ev_navigation_action_finalize):
4554         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4555         
4556         Make navigation action unsensitive instead of showing
4557         menu with unsensitive word. Fixes bug #417392.
4558
4559 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * shell/ev-application.[ch]: (ev_application_shutdown),
4562         (ev_application_get_print_settings),
4563         (ev_application_set_print_settings):
4564         * shell/ev-window.c:
4565
4566         Remember print settings. Fixes bug #349102. 
4567
4568 2007-05-08  Christian Persch  <chpe@gnome.org>
4569
4570         * configure.ac:
4571         * properties/ev-properties-view.c:
4572
4573         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4574         Bug #382438.
4575
4576 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * configure.ac:
4579         * properties/ev-properties-view.c: (ev_regular_paper_size):
4580
4581         Use gtk+ builtin paper list to identify the document's paper size.
4582         Fixes bug #382438. 
4583
4584 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * configure.ac:
4587
4588         Fix build when compiling with thumbnailer and libgnome support. 
4589
4590 2007-05-04  Ross Burton  <ross@openedhand.com>
4591
4592         * configure.ac:
4593         Add --without-libgnome, check for libgnome and libgnomeui
4594         separately, and add them to the symbols as required.
4595
4596         * libdocument/ev-file-helpers.c:
4597         When building without libgnome, use g_get_user_config_dir instead
4598         of gnome_user_dir_get.
4599
4600         * shell/ev-application.c:
4601         When building without libgnome, don't use session management.
4602
4603         * shell/main.c:
4604         When building without libgnome, don't use GnomeProgram or
4605         initialise the authentication manager.
4606
4607         This fixes #328842.
4608
4609 2007-05-04  Ross Burton  <ross@openedhand.com>
4610
4611         * shell/ev-window.c:
4612         Don't use libgnome to open help, instead call Yelp directly.
4613
4614 2007-05-04  Ross Burton  <ross@openedhand.com>
4615
4616         * shell/ev-sidebar-attachments.c:
4617         Don't use libgnome to lookup icons for MIME types, instead copy
4618         code from GTK+ to do it manually.
4619
4620 2007-05-04  Ross Burton  <ross@openedhand.com>
4621
4622         * configure.ac:
4623         Add libxml to the dependencies for SHELL_CORE (#435818).
4624
4625 2007-05-02  Ross Burton  <ross@openedhand.com>
4626
4627         * configure.ac:
4628         * Makefile.am:
4629         Add --disable-thumbnailer (#434825)
4630
4631 2007-05-02  Ross Burton  <ross@openedhand.com>
4632
4633         * shell/ev-window.c:
4634         Add missing includes, fix indentation.
4635
4636         * shell/main.c:
4637         Fix indentation.
4638
4639 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4640
4641         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4642         ev_application_open_uri_at_dest instead of ev_application_open_uri
4643         preventing new document always being opened in a new window even if there
4644         is an empty window.
4645
4646 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4649         (egg_recent_view_uimanager_finalize):
4650         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4651         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4652         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4653         (ev_pixbuf_cache_dispose):
4654         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4655         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4656         
4657         Add missing chain to parent class methods. Fixes
4658         bug #433128.
4659
4660 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4661
4662         * data/Makefile.am (update-icon-cache): Updates
4663         gtk-update-icon-cache in uninstall-hook.
4664
4665 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4666
4667         * shell/ev-window.c: (ev_window_setup_document),
4668         (ev_window_set_document), (ev_window_load_job_cb):
4669         * shell/ev-view.c: (setup_caches):
4670         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4671
4672         Start rendering pages before any other jobs. 
4673
4674 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-window.c: (ev_window_stop_fullscreen),
4677         (ev_window_stop_presentation):
4678
4679         Update chrome visibility before window unfullscreen. 
4680
4681 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4682
4683         * data/Makefile.am:
4684         * data/evince-ui.xml:
4685         * shell/ev-stock-icons.[ch]:
4686         * shell/ev-application.[ch]: (ev_application_shutdown),
4687         (ev_application_init), (ev_application_get_toolbars_model):
4688         * shell/ev-window.c: (update_chrome_visibility),
4689         (fullscreen_toolbar_setup_item_properties),
4690         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4691         (ev_window_run_presentation), (ev_window_stop_presentation),
4692         (ev_window_run_preview), (ev_window_screen_changed),
4693         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4694         (ev_window_dispose), (ev_window_init):
4695
4696         Make fullscreen toolbar always visible. Do not use egg toolbars for
4697         fullscreen and preview modes since such toolbars are not editables.
4698         Fixes bugs #300278, #338910 and #316188.  
4699
4700 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4701
4702         * shell/ev-application.c:
4703         * shell/ev-job-queue.c:
4704         * shell/ev-metadata-manager.c:
4705         * shell/ev-stock-icons.c:
4706         * shell/ev-window.c:
4707         * shell/main.c:
4708         
4709         Developers documentation updated.
4710
4711 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4714
4715         Check whether uri is valid before launching it. Fixes bug #427664.
4716
4717 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-window.c:
4720
4721         Change key accelerator for Open a Copy menu entry which is in conflict
4722         with Close. Fixes bug #427321.
4723
4724 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4725
4726         * NEWS:
4727         * configure.ac:
4728         
4729         Update for release 0.8.1
4730
4731 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * shell/ev-window.c: (setup_size_from_metadata):
4734         
4735         Do not make window bigger than screen. Fixes bug 
4736         #388985.
4737
4738 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4739
4740         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4741         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4742
4743         Use default resolution when it's not provided by document. Fixes bug
4744         #408762.
4745
4746 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4747
4748         * configure.ac:
4749         * thumbnailer/Makefile.am:
4750         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4751         * thumbnailer/evince-thumbnailer.schemas.in:
4752         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4753
4754         Add support for ps, eps and compressed documents thumbnails. Do not
4755         ignore size parameter. 
4756
4757 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4758
4759         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4760         (dvi_document_do_color_special):
4761         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4762
4763         Implement font color specials in the DVI backend. Fixes bug #303651.
4764
4765 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4766
4767         Fixup the previous commit:
4768
4769         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4770         * shell/xdg-user-dir-lookup.c: Make the function non-static
4771         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4772
4773 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4774
4775         * shell/ev-window.c (file_open_dialog_response_cb): Use
4776         the xdg-user-dirs DOCUMENTS folder as default folder when
4777         opening a file chooser.  (#424858)
4778
4779         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4780         xdg-user-dirs.
4781
4782 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * shell/ev-window.c: (ev_window_load_job_cb):
4785
4786         Do not setup view from metadata on preview mode. 
4787
4788 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4789
4790         * shell/main.c:
4791
4792         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4793
4794 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-view.c: (ev_view_primary_get_cb):
4797
4798         Check pointer != NULL before using it. Fixes bug #416841. 
4799
4800 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * NEWS:
4803         * configure.ac:
4804         
4805         Release 0.8.0
4806
4807 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4810
4811         Do not render thumbnails when sidebar thumbnail page is not visible
4812         at startup. Fixes bug #416447. 
4813
4814 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4815
4816         * data/evince.desktop.in.in:
4817
4818         "Application" is not a valid category in the freedesktop specification.
4819
4820 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * libdocument/ev-file-helpers.[ch]: (compression_run),
4823         (ev_file_uncompress), (ev_file_compress):
4824         * shell/ev-window.c: (file_save_dialog_response_cb):
4825
4826         Save document compressed when saving a copy of a compressed document.
4827         Fixes bug #334542.
4828
4829 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4830
4831         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4832
4833         Allow deleting in goto window entry in presentation mode. 
4834
4835 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4836
4837         * Makefile.am: Dist MAINTAINERS.
4838
4839 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4840
4841         * shell/ev-window.c: (ev_window_update_actions):
4842
4843         Fix zoom shortcut keys when searching. Fixes bug #409828.
4844
4845 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * shell/ev-window.c: (ev_window_setup_document):
4848
4849         Fix crash when loading documents with only one page. 
4850
4851 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4852
4853         * backend/dvi/dvi-document.c:
4854         (dvi_document_thumbnails_get_dimensions),
4855         (dvi_document_thumbnails_get_thumbnail):
4856         * backend/impress/impress-document.c:
4857         (impress_document_thumbnails_get_thumbnail),
4858         (impress_document_thumbnails_get_dimensions):
4859         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4860         (ps_document_thumbnails_get_dimensions):
4861         * backend/djvu/djvu-document.c:
4862         (djvu_document_thumbnails_get_dimensions),
4863         (djvu_document_thumbnails_get_thumbnail):
4864         * backend/tiff/tiff-document.c:
4865         (tiff_document_thumbnails_get_thumbnail),
4866         (tiff_document_thumbnails_get_dimensions):
4867         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4868         (pdf_document_thumbnails_get_thumbnail),
4869         (pdf_document_thumbnails_get_dimensions):
4870         * backend/comics/comics-document.c:
4871         (comics_document_thumbnails_get_thumbnail),
4872         (comics_document_thumbnails_get_dimensions):
4873         * backend/pixbuf/pixbuf-document.c:
4874         (pixbuf_document_thumbnails_get_thumbnail),
4875         (pixbuf_document_thumbnails_get_dimensions):
4876         * libdocument/ev-document-thumbnails.[ch]:
4877         (ev_document_thumbnails_get_thumbnail),
4878         (ev_document_thumbnails_get_dimensions):
4879         * libdocument/ev-document-misc.[ch]:
4880         (ev_document_misc_get_thumbnail_frame):
4881         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4882         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4883         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4884         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4885         (ev_sidebar_thumbnails_refresh):
4886         * shell/ev-window.c: (ev_window_setup_document):
4887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4888
4889         Use an EvRenderContext for rendering thumbnails instead of a suggested
4890         width, so that different sized pages get sized proportionally.
4891
4892 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * shell/ev-view.c: (ev_view_button_press_event),
4895         (ev_view_key_press_event):
4896
4897         Fix critical warnings when there is no document loaded. 
4898
4899 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * shell/ev-page-action-widget.c:
4902         * shell/ev-navigation-action.c:
4903         * shell/ev-window.c:
4904
4905         Fix compile warnings. 
4906
4907 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4908
4909         * backend/djvu/djvu-text.h:
4910         * backend/djvu/djvu-document.c:
4911         * backend/djvu/djvu-text-page.c:
4912         * backend/djvu/djvu-links.c:
4913         * backend/djvu/djvu-text-page.h:
4914         * backend/djvu/djvu-text.c:
4915         
4916         Fix build on Mac. Fixes bug #392186. Patch by
4917         <ephraim_owns@hotmail.com>
4918
4919 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4920
4921         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4922
4923         Restore cairo context before rendering every page when printing a PDF
4924         document into a PDF file. 
4925
4926 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * backend/ps/gstypes.h:
4929         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4930         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4931         (ps_document_thumbnails_get_thumbnail):
4932
4933         Handle PostScript page orientation. Fixes bug #318568.
4934
4935 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * backend/ps/Makefile.am:
4938         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4939         (document_load), (ps_document_load), (save_document),
4940         (save_page_list), (ps_document_get_n_pages),
4941         (ps_document_get_page_size), (ps_document_get_info),
4942         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4943         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4944         (ps_document_thumbnails_get_thumbnail),
4945         (ps_document_thumbnails_get_dimensions),
4946         (ps_document_document_thumbnails_iface_init):
4947         * backend/ps/ps.[ch]: (psgetpagebox):
4948         * backend/ps/ps-interpreter.[ch]:
4949
4950         Add support for thumbnails in ps backend. Fixes bug #164755. 
4951
4952 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * NEWS:
4955         * configure.ac:
4956         
4957         Release 0.7.2
4958
4959 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4962         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4963         (ev_window_dispose):
4964
4965         Use document thumbnail as window icon. Fixes bug #384442.
4966
4967 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4968
4969         * configure.ac:
4970
4971         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4972         duplicated adding application/x-bzpostscript instead. 
4973
4974 2007-02-11  Tom Parker  <palfrey@tevp.net>
4975
4976         * backend/ps/ps-document.c: (document_load):
4977
4978         Check return value of psscan before trying
4979         to use it. Fixes bug #372414.
4980
4981 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4984
4985         Fix invalid free in ev-page-cache. Fixes bug #404745.
4986
4987 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * test/Makefile.am:
4990         * test/test3.py:
4991         
4992         Added reload test case.
4993
4994 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4995
4996         * po/POTFILES.in:
4997         * backend/djvu/djvu-document.c: (djvu_document_load):
4998
4999         Check whether there are missing files in indirect multipage djvu
5000         documents. Fixes bug #361683. 
5001
5002 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * test/Makefile.am:
5005         * test/test-mime.bin:
5006         * test/test3.py:
5007         
5008         Added test for slow mime type
5009
5010 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5013
5014         Add some checks and call parent_class->finalize. Fixes bug #404745.
5015
5016 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-navigation-action.c: (connect_proxy):
5019         
5020         Fixes dropdown history menu. Thanks a lot Carlos!
5021
5022 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5025
5026         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5027         bug #373715.
5028
5029 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * backend/ps/ps.c: (psscan):
5032
5033         Fix memory leak. 
5034
5035 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * configure.ac:
5038         * libdocument/ev-file-helpers.c: 
5039
5040         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5041
5042 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * configure.ac:
5045         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5046         (ps_interpreter_start), (document_load), (save_document),
5047         (save_page_list):
5048         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5049         * libdocument/ev-document-factory.c:
5050         (ev_document_factory_get_from_mime), (get_document_from_uri),
5051         (free_uncompressed_uri), (ev_document_factory_get_document):
5052         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5053
5054         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5055
5056 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * libdocument/ev-document.h:
5059
5060         Fix typo in function name. 
5061
5062 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * backend/ps/ps-document.c: (ps_interpreter_finished),
5065         (ps_interpreter_start), (ps_interpreter_failed):
5066
5067         Handle ghostscript interpreter crashes. 
5068
5069 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5070
5071         * shell/ev-window.c: (ev_window_open_uri),
5072         (window_configure_event_cb):
5073
5074         Setup window size and position before showing it. Fixes bug #401711.
5075
5076 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * backend/ps/Makefile.am:
5079         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5080         (ps_document_dispose), (ps_document_class_init),
5081         (ps_interpreter_input), (ps_interpreter_output),
5082         (ps_interpreter_error), (setup_interpreter_env),
5083         (ps_interpreter_start), (ps_interpreter_stop),
5084         (ps_interpreter_failed), (ps_interpreter_is_ready),
5085         (check_filecompressed), (document_load), (ps_document_load),
5086         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5087         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5088         (render_page):
5089
5090         Rework ps-document. Code cleanups, remove deprecated code. 
5091
5092 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * shell/ev-view.c: (ev_view_button_press_event):
5095
5096         Do not start an image drag and drop operation when pointer is on 
5097         text, so that we can select text when the whole background is an
5098         image. 
5099
5100 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/ev-window.c: (ev_window_update_actions): 
5103
5104         Disable all zoom related actions during presentation mode. 
5105
5106 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5107
5108         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5109
5110         Do not zoom in or out on presentation mode. Fixes bug #401305.
5111
5112 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5113
5114         * shell/ev-navigation-action.c: (connect_proxy),
5115         (create_menu_item), (ev_navigation_action_class_init):
5116         
5117         Correctly show menu and fix crash when navigaton 
5118         action is out of toolbar visible area.
5119
5120 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * data/Makefile.am:
5123         * data/evince.1:
5124         
5125         Added man file
5126
5127 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * help/reference/* :
5130         * configure.ac:
5131         
5132         Added gtk-doc based documentation for Evince.
5133         Still in initial state but I hope it will
5134         grow.
5135         
5136         * configure.ac:
5137         
5138         Lower dbus requirement to 0.70
5139
5140 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * shell/ev-window.c: (ev_window_add_history):
5143
5144         Fix memory leak. 
5145
5146 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5149         * shell/ev-view.h:
5150         * shell/ev-window.c: (ev_window_add_history):
5151         
5152         Correctly handle named destination links
5153
5154 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * NOTES:
5157         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5158         * backend/pdf/ev-poppler.cc:
5159         * libdocument/ev-document-links.h:
5160         * libdocument/ev-link.c: (ev_link_get_page):
5161         * libdocument/ev-link.h:
5162         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5163         (ev_history_add_link):
5164         * shell/ev-history.h:
5165         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5166         (new_history_menu_item), (build_menu):
5167         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5168         * shell/ev-sidebar-links.c: (create_loading_model),
5169         (print_section_cb), (ev_sidebar_links_construct),
5170         (fill_page_labels), (update_page_callback_foreach),
5171         (update_page_callback), (job_finished_callback):
5172         * shell/ev-view.c: (ev_view_handle_link):
5173         * shell/ev-window.c: (ev_window_find_chapter),
5174         (ev_window_add_history), (view_handle_link_cb),
5175         (history_changed_cb):
5176         
5177         Implements another history variant
5178
5179 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-window.c: (view_external_link_cb):
5182         * shell/ev-view.c: (ev_view_button_release_event):
5183
5184         Open links in new window when clicking with middle button. 
5185
5186 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5187
5188         * shell/ev-navigation-action.c: (new_history_menu_item):
5189         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5190         * shell/ev-view.c: (ev_view_handle_link):
5191         * shell/ev-window.c:
5192         
5193         Store link before jump, not the destination. For me it 
5194         seems like more natural history behavior.
5195
5196 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5197
5198         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5199         (ev_navigation_action_class_init):
5200         * shell/ev-navigation-action.h:
5201         * shell/ev-page-action.c: (activate_cb):
5202         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5203         (ev_page_cache_set_current_page_history):
5204         * shell/ev-page-cache.h:
5205         * shell/ev-sidebar-thumbnails.c:
5206         (ev_sidebar_tree_selection_changed),
5207         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5208         * shell/ev-view-private.h:
5209         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5210         * shell/ev-view.h:
5211         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5212         (ev_window_setup_document), (ev_window_load_job_cb):
5213         * shell/ev-window.h:
5214         
5215         History finally works as expected.
5216
5217 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5220
5221         Do not update links treeview if it doesn't have a model assigned yet. 
5222
5223 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5226         (ev_sidebar_links_class_init), (update_page_callback):
5227
5228         Do not update links treeview when sidepane is not visible. 
5229
5230 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * shell/ev-marshal.list:
5233         * shell/ev-page-action.c: (activate_cb),
5234         (ev_page_action_class_init):
5235         * shell/ev-page-action.h:
5236         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5237         * shell/ev-window.c:
5238         
5239         Remove activate_link signal, not required.
5240
5241 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * shell/ev-navigation-action.c: (build_menu):
5244         
5245         Reorder menu items and build menu with fixed length.
5246
5247 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5248
5249         * shell/ev-view.c: (get_selected_text):
5250         
5251         Normalize text to fix ligatures problem. See bug
5252         #341947 for details.
5253
5254 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5255
5256         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5257
5258         Fix memory leak in ev-page-cache. 
5259
5260 2007-01-25  Tom Parker <palfrey@tevp.net>
5261
5262         * backend/impress/impress-document.c: (impress_document_load),
5263         (impress_document_finalize), (impress_document_init):
5264         * properties/ev-properties-main.c: (ev_properties_get_pages):
5265         
5266         Correctly handle impress document errors. Fixes nautilus
5267         crash in property page #370491.
5268
5269 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5270
5271         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5272         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5273         (ev_job_queue_remove_job):
5274         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5275         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5276         (ev_job_load_run):
5277         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5278         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5279         (ev_window_load_job_cb), (xfer_update_progress_callback),
5280         (ev_window_open_uri), (ev_window_dispose):
5281         * shell/main.c: (main):
5282
5283         Do file transfer asynchronously in the main thread instead of
5284         synchronously in the load thread. Fixes bugs #399694, #398307 and
5285         #343542.
5286
5287 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * shell/ev-jobs.c: (ev_job_xfer_run):
5290
5291         Load the document with the font-config lock held. 
5292
5293 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5294
5295         * backend/ps/ps-document.c: (start_interpreter):
5296
5297         Fix memory leaks in ps backend. 
5298
5299 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5300
5301         * backend/impress/impress-document.c:
5302         (impress_document_render_pixbuf):
5303
5304         Do not acquire fontconfig lock in impress backend, since it is using
5305         the main loop for rendering. 
5306
5307 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * po/POTFILES.in: 
5310
5311         Remove mdvi files that shouldn't be translated. 
5312
5313 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5314
5315         * shell/ev-view-private.h:
5316         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5317         (ev_view_set_zoom):
5318
5319         Render "loading..." text into a cairo surface instead of directly into
5320         the window so that fontconfig lock is only needed once and UI is not
5321         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5322
5323 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5326         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5327
5328         Use icon theme associated with the window screen rather than default. 
5329
5330 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5331
5332         * configure.ac:
5333
5334         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5335
5336 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5337
5338         * data/icons/*/apps/evince.*:
5339
5340         Move Evince icons under new apps directory.
5341
5342         * data/icons/*/actions/*:
5343
5344         Add new custom themeable Evince icons: view-page-continuous, 
5345         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5346         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5347
5348         * configure.ac:
5349
5350         Add new directories to AC_CONFIG_FILES.
5351
5352         * shell/ev-stock-icons.c:
5353         * shell/ev-stock-icons.h:
5354
5355         Use new custom themeable icons.
5356
5357 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5360
5361         Do not draw white background page in presentation mode. 
5362
5363 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5364
5365         * shell/ev-view.c: Remove unused gnome-vfs include.
5366
5367 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5368
5369         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5370         
5371         Format string is corrected, fixes bug #397129.
5372
5373 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-window.c: (ev_window_setup_recent):
5376
5377         Do not include in recent menu inexistent documents. Fixes
5378         bug #339171.
5379
5380 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * po/POTFILES.skip: 
5383
5384         Update POTFILES.skip file according to current source tree. 
5385
5386 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5387
5388         * shell/ev-window.c: (file_save_dialog_response_cb):
5389
5390         Do Save a copy in atomic way. Fixes bug #328266. 
5391
5392 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5393
5394         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5395
5396         Keep selected cell always visible in index treeview.
5397
5398 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5399         
5400         * shell/ev-view.c: (ev_view_size_allocate):
5401
5402         Restore horizontal scrollbar after switching to/from fullscreen
5403         or presentation mode. Fixes bug #331728.
5404
5405 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5406
5407         * shell/ev-view-private.h:
5408         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5409         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5410         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5411         (ev_view_can_zoom_out):
5412
5413         Use max and min scale values in the view iby taking dpi into account. 
5414
5415 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * configure.ac:
5418         * NEWS:
5419
5420         Release 0.7.1
5421
5422 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * shell/ev-window.c: (ev_window_print_send):
5425
5426         Send print job to printer with some settings set to default values,
5427         since we have already exported to a file according to such settings
5428         and they could be taken twice by some printers. 
5429
5430 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5431
5432         * shell/ev-jobs.c: (ev_job_xfer_run):
5433         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5434
5435         Show main window and load document with the font-config lock held. 
5436
5437 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5438
5439         * configure.ac:
5440         * shell/ev-application.c: (ev_application_register_service):
5441         * shell/main.c: (load_files_remote):
5442
5443         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5444
5445 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5446
5447         * doc/debugging.txt:
5448         
5449         Remove obsolete documentation.
5450
5451 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * Makefile.am:
5454         * backend/Makefile.am:
5455         * backend/comics/Makefile.am:
5456         * backend/djvu/Makefile.am:
5457         * backend/dvi/Makefile.am:
5458         * backend/ev-async-renderer.c:
5459         * backend/ev-async-renderer.h:
5460         * backend/ev-attachment.c:
5461         * backend/ev-attachment.h:
5462         * backend/ev-backend-marshal.c:
5463         * backend/ev-document-factory.c:
5464         * backend/ev-document-factory.h:
5465         * backend/ev-document-find.c:
5466         * backend/ev-document-find.h:
5467         * backend/ev-document-fonts.c:
5468         * backend/ev-document-fonts.h:
5469         * backend/ev-document-images.c:
5470         * backend/ev-document-images.h:
5471         * backend/ev-document-info.h:
5472         * backend/ev-document-links.c:
5473         * backend/ev-document-links.h:
5474         * backend/ev-document-misc.c:
5475         * backend/ev-document-misc.h:
5476         * backend/ev-document-security.c:
5477         * backend/ev-document-security.h:
5478         * backend/ev-document-thumbnails.c:
5479         * backend/ev-document-thumbnails.h:
5480         * backend/ev-document-transition.c:
5481         * backend/ev-document-transition.h:
5482         * backend/ev-document.c:
5483         * backend/ev-document.h:
5484         * backend/ev-file-exporter.c:
5485         * backend/ev-file-exporter.h:
5486         * backend/ev-image.c:
5487         * backend/ev-image.h:
5488         * backend/ev-link-action.c:
5489         * backend/ev-link-action.h:
5490         * backend/ev-link-dest.c:
5491         * backend/ev-link-dest.h:
5492         * backend/ev-link.c:
5493         * backend/ev-link.h:
5494         * backend/ev-render-context.c:
5495         * backend/ev-render-context.h:
5496         * backend/ev-selection.c:
5497         * backend/ev-selection.h:
5498         * backend/impress/Makefile.am:
5499         * backend/pdf/Makefile.am:
5500         * backend/pixbuf/Makefile.am:
5501         * backend/ps/Makefile.am:
5502         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5503         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5504         (start_interpreter), (stop_interpreter), (document_load),
5505         (ps_document_next_page), (render_page):
5506         * backend/tiff/Makefile.am:
5507         * comics/Makefile.am:
5508         * comics/comics-document.c:
5509         * comics/comics-document.h:
5510         * configure.ac:
5511         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5512         * djvu/Makefile.am:
5513         * djvu/djvu-document-private.h:
5514         * djvu/djvu-document.c:
5515         * djvu/djvu-document.h:
5516         * djvu/djvu-links.c:
5517         * djvu/djvu-links.h:
5518         * djvu/djvu-text-page.c:
5519         * djvu/djvu-text-page.h:
5520         * djvu/djvu-text.c:
5521         * djvu/djvu-text.h:
5522         * dvi/Makefile.am:
5523         * dvi/dvi-document.c:
5524         * dvi/dvi-document.h:
5525         * dvi/fonts.c:
5526         * dvi/fonts.h:
5527         * dvi/mdvi-lib/Makefile.am:
5528         * dvi/mdvi-lib/afmparse.c:
5529         * dvi/mdvi-lib/afmparse.h:
5530         * dvi/mdvi-lib/bitmap.c:
5531         * dvi/mdvi-lib/bitmap.h:
5532         * dvi/mdvi-lib/color.c:
5533         * dvi/mdvi-lib/color.h:
5534         * dvi/mdvi-lib/common.c:
5535         * dvi/mdvi-lib/common.h:
5536         * dvi/mdvi-lib/defaults.h:
5537         * dvi/mdvi-lib/dvimisc.c:
5538         * dvi/mdvi-lib/dviopcodes.h:
5539         * dvi/mdvi-lib/dviread.c:
5540         * dvi/mdvi-lib/files.c:
5541         * dvi/mdvi-lib/font.c:
5542         * dvi/mdvi-lib/fontmap.c:
5543         * dvi/mdvi-lib/fontmap.h:
5544         * dvi/mdvi-lib/fontsrch.c:
5545         * dvi/mdvi-lib/gf.c:
5546         * dvi/mdvi-lib/hash.c:
5547         * dvi/mdvi-lib/hash.h:
5548         * dvi/mdvi-lib/list.c:
5549         * dvi/mdvi-lib/mdvi.h:
5550         * dvi/mdvi-lib/pagesel.c:
5551         * dvi/mdvi-lib/paper.c:
5552         * dvi/mdvi-lib/paper.h:
5553         * dvi/mdvi-lib/pk.c:
5554         * dvi/mdvi-lib/private.h:
5555         * dvi/mdvi-lib/setup.c:
5556         * dvi/mdvi-lib/sp-epsf.c:
5557         * dvi/mdvi-lib/special.c:
5558         * dvi/mdvi-lib/sysdeps.h:
5559         * dvi/mdvi-lib/t1.c:
5560         * dvi/mdvi-lib/tfm.c:
5561         * dvi/mdvi-lib/tfmfile.c:
5562         * dvi/mdvi-lib/tt.c:
5563         * dvi/mdvi-lib/util.c:
5564         * dvi/mdvi-lib/vf.c:
5565         * dvi/pixbuf-device.c:
5566         * dvi/pixbuf-device.h:
5567         * impress/Makefile.am:
5568         * impress/common.h:
5569         * impress/document.c:
5570         * impress/f_oasis.c:
5571         * impress/f_oo13.c:
5572         * impress/iksemel.c:
5573         * impress/iksemel.h:
5574         * impress/imposter.h:
5575         * impress/impress-document.c:
5576         * impress/impress-document.h:
5577         * impress/internal.h:
5578         * impress/r_back.c:
5579         * impress/r_draw.c:
5580         * impress/r_geometry.c:
5581         * impress/r_gradient.c:
5582         * impress/r_style.c:
5583         * impress/r_text.c:
5584         * impress/render.c:
5585         * impress/render.h:
5586         * impress/zip.c:
5587         * impress/zip.h:
5588         * lib/Makefile.am:
5589         * lib/ev-debug.c:
5590         * lib/ev-debug.h:
5591         * lib/ev-file-helpers.c:
5592         * lib/ev-file-helpers.h:
5593         * lib/ev-gui.c:
5594         * lib/ev-gui.h:
5595         * lib/ev-tooltip.c:
5596         * lib/ev-tooltip.h:
5597         * libdocument/Makefile.am:
5598         * libdocument/ev-file-helpers.c:
5599         * pdf/Makefile.am:
5600         * pdf/ev-poppler.cc:
5601         * pdf/ev-poppler.h:
5602         * pixbuf/Makefile.am:
5603         * pixbuf/pixbuf-document.c:
5604         * pixbuf/pixbuf-document.h:
5605         * properties/Makefile.am:
5606         * ps/Makefile.am:
5607         * ps/gsdefaults.c:
5608         * ps/gsdefaults.h:
5609         * ps/gsio.c:
5610         * ps/gsio.h:
5611         * ps/gstypes.h:
5612         * ps/ps-document.c:
5613         * ps/ps-document.h:
5614         * ps/ps.c:
5615         * ps/ps.h:
5616         * shell/Makefile.am:
5617         * shell/ev-application.h:
5618         * shell/ev-sidebar-links.c:
5619         * shell/ev-sidebar-links.h:
5620         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5621         (ev_gui_menu_position_tree_selection):
5622         * shell/ev-utils.h:
5623         * shell/ev-view.c: (ev_view_finalize):
5624         * shell/ev-window.c:
5625         * shell/main.c: (main):
5626         * thumbnailer/Makefile.am:
5627         * tiff/Makefile.am:
5628         * tiff/tiff-document.c:
5629         * tiff/tiff-document.h:
5630         * tiff/tiff2ps.c:
5631         * tiff/tiff2ps.h:
5632         
5633         Reorganize source tree.
5634
5635 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5636
5637         * backend/ev-document-factory.c:
5638
5639         Do not include ev-poppler.h when pdf is disabled. 
5640
5641 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5642
5643         * configure.ac:
5644         * data/evince-ui.xml:
5645         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5646         (pdf_document_document_images_iface_init):
5647         * backend/Makefile.am:
5648         * backend/ev-document-images.[ch]:
5649         * backend/ev-image.[ch]:
5650         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5651         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5652         (ev_job_xfer_run):
5653         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5654         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5655         (ev_pixbuf_cache_get_image_mapping):
5656         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5657         (view_menu_popup_cb), (ev_window_dispose),
5658         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5659         (ev_view_popup_cmd_copy_image):
5660         * shell/ev-view-private.h:
5661         * shell/ev-view.c: (ev_view_get_image_at_location),
5662         (ev_view_do_popup_menu), (ev_view_popup_menu),
5663         (ev_view_button_press_event), (ev_view_drag_data_get),
5664         (ev_view_drag_motion), (ev_view_drag_data_received),
5665         (ev_view_motion_notify_event), (ev_view_button_release_event),
5666         (ev_view_finalize), (ev_view_class_init):
5667
5668         Add image handling support. Fixes bugs #310008 and #325047. Images
5669         selection is not supported yet. 
5670
5671 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5674         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5675         (ev_view_init):
5676
5677         Move view drag and drop stuff to ev-view.
5678
5679 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5680
5681         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5682         * shell/ev-view.c: (clear_selection): 
5683
5684         Clear selection also in pixbuf cache.
5685
5686 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5687
5688         * data/evince.desktop.in.in:
5689         
5690         Change icon name in desktop file. See bug #390734
5691         for details.
5692
5693 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5694
5695         * thumbnailer/Makefile.am:
5696
5697         Use top_builddir instead top_srcdir for generated schema
5698         file installation. Fixes bug #390161.
5699
5700 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5701
5702         * configure.ac:
5703         * backend/Makefile.am:
5704         * backend/ev-document-transition.[ch]:
5705         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5706         (pdf_document_page_transition_iface_init):
5707         * shell/ev-view-private.h:
5708         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5709         (ev_view_set_presentation), (transition_next_page),
5710         (ev_view_presentation_transition_stop),
5711         (ev_view_presentation_transition_start), (ev_view_next_page):
5712
5713         Add page transition support in presentation mode. At the moment only
5714         page duration is supported, but not transition effects. Fixes bug
5715         #309815.
5716
5717 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5718
5719         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5720
5721         Run find_link_dest with document lock held, since it's called by links
5722         thread and main thread at the same time. 
5723
5724 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5725
5726         * shell/ev-view.c: (goto_dest):
5727
5728         Update page-cache when page is changed by the view, so that
5729         page-changed signal is emitted. 
5730
5731 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5732
5733         * test/test1.py:
5734         * test/test2.py:
5735
5736         Use C locale in tests. 
5737
5738 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5739
5740         * shell/ev-window.c: (ev_window_run_presentation):
5741         * shell/ev-view-private.h:
5742         * shell/ev-view.c: (ev_view_set_presentation):
5743
5744         Restore zoom settings when back from presentation mode. 
5745
5746 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5747
5748         * shell/ev-window.c: (ev_window_run_presentation):
5749
5750         Always use "best fit" zoom in presentation mode.
5751         Fixes bug #389195.
5752
5753 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5754
5755         * shell/ev-view.c: (ev_view_goto_window_create):
5756
5757         Show "Jump to page" label in the page jumping popup in
5758         presentation mode instead of just a GtkEntry.
5759
5760 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * shell/ev-window.c: (launch_external_uri):
5763
5764         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5765         #378085.
5766
5767 2006-12-22  Elijah Newren  <newren gmail com>
5768
5769         * configure.ac: explicitly check for libxml2.  Fixes #388795
5770
5771 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * shell/ev-view-private.h:
5774         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5775         (ev_view_goto_window_delete_event), (key_is_numeric),
5776         (ev_view_goto_window_key_press_event),
5777         (ev_view_goto_window_button_press_event),
5778         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5779         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5780         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5781
5782         Allow jumping to another page by typing a page number in presentation
5783         mode. It uses a popup window with an entry. Fixes bug #353625.
5784
5785 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * configure.ac:
5788         * properties/ev-properties-view.c: (ev_get_default_user_units),
5789         (ev_regular_paper_size):
5790         
5791         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5792         to Damien Carbery <damien.carbery@sun.com> and
5793         Yevgen Muntyan <muntyan@tamu.edu>.
5794
5795 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5796
5797         * shell/ev-window.c: (setup_document_from_metadata):
5798
5799         Make sure Evince doesn't restore the view on the last
5800         page when a document is reopened. Fixes bug #383381.
5801
5802 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5803
5804         * shell/ev-view.c: (draw_loading_text):
5805
5806         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5807
5808 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5809
5810         * configure.ac:
5811         * NEWS:
5812
5813         Release 0.7.0
5814
5815 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5816
5817         * configure.ac:
5818         * pdf/ev-poppler.cc: (pdf_print_context_free),
5819         (pdf_document_file_exporter_begin),
5820         (pdf_document_file_exporter_do_page):
5821
5822         Make cairo-pdf depedency optional. 
5823
5824 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5827
5828         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5829
5830 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5831
5832         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5833         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5834         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5835         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5836         * shell/ev-view.c: (draw_loading_text):
5837         * shell/ev-window.c: (ev_window_cmd_file_properties):
5838
5839         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5840         related to using FontConfig from different threads.
5841         
5842 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5843
5844         * shell/ev-view.c: (draw_loading_text):
5845
5846         Acquire lock document when drawing "Loading..." text so that only one
5847         thread will use FontConfig at the same time. Fixes bug #374750.
5848
5849 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * shell/ev-page-action.[ch]: (activate_cb):
5852         * shell/ev-window.c: (activate_label_cb):
5853
5854         Check if text inserted in page entry is a valid page number when it
5855         doesn't match to any document page label. Fixes bug #383165.
5856
5857 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5858         * shell/ev-window.c:
5859
5860         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5861         available with GTK < 2.10. Added an ifdef to avoid compilation
5862         error.
5863
5864 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * configure.ac:
5867         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5868
5869         Fix ps backend in multihead systems.
5870
5871 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5872
5873         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5874         * shell/ev-window.c: (ev_window_get_screen_dpi),
5875         (ev_window_update_actions), (setup_view_from_metadata),
5876         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5877
5878         Take screen DPI into account when zooming. Fixes bug #318285.
5879
5880 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5881
5882         * data/Makefile.am:
5883
5884         Cleaned up/slightly refactored Makefile.am. Added GConf
5885         schemas uninstallation as well.
5886
5887 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5888
5889         * Makefile.am:
5890         * test/Makefile.am:
5891
5892         Fight with autotools to fix make check. Make distcheck
5893         works fine as well now!
5894
5895 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5896
5897         * shell/ev-view.c: (draw_end_presentation_page):
5898
5899         Corrected "end of presentation" string.
5900
5901 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5902
5903         * shell/ev-view.c: (ev_view_key_press_event):
5904
5905         Correctly propagate key press event so that up/down keys
5906         work as expected (correct behaviour was broken by
5907         black/white screen key bindings for presentations).
5908
5909 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5912         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5913         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5914         (pdf_selection_get_selection_region),
5915         (pdf_selection_get_selection_map):
5916
5917         Add "static" to some private functions. 
5918
5919 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5920
5921         * lib/ev-tooltip.h:
5922         * properties/ev-properties-view.h:
5923         * shell/ev-jobs.h:
5924         * shell/ev-properties-dialog.h:
5925         * shell/ev-properties-fonts.h:
5926         * shell/ev-sidebar-links.h:
5927         * shell/ev-sidebar-thumbnails.h:
5928         * shell/ev-sidebar.h:
5929         * shell/ev-window.h:
5930         
5931         Fixes CHACK type in class casts. See bug #385343
5932         for details.
5933
5934 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5935
5936         * shell/ev-view-private.h:
5937         * shell/ev-view.c: (draw_end_presentation_page),
5938         (ev_view_expose_event), (ev_view_key_press_event),
5939         (ev_view_class_init), (ev_view_init):
5940
5941         Blank screen in presentation mode when pressing 'b' (filling with
5942         black) or 'w' (filling with white) keys. Fixes bug #358132.
5943
5944 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5945
5946         * data/evince-toolbar.xml:
5947         * shell/ev-window.c:
5948         
5949         Use stock icon for Select All action. Fixes
5950         bug #382652.
5951
5952 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5953
5954         * shell/ev-view.c: (get_doc_point_from_offset),
5955         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5956
5957         Add links support in rotated documents. Fixes bug #343733.
5958
5959 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5960
5961         * shell/ev-view-private.h:
5962         * shell/ev-view.c: (draw_end_presentation_page),
5963         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5964
5965         Show a blank page after the last page in presentation mode with a
5966         message indicating that presentation has finished and how to exit. 
5967
5968 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5969
5970         * shell/ev-window.c: (fullscreen_timeout_cb):
5971
5972         Hide cursor after a while in presentation mode. 
5973
5974 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5975
5976         * backend/ev-document-info.h:
5977         * data/evince-properties.glade:
5978         * pdf/ev-poppler.cc:
5979         * properties/ev-properties-view.c: (ev_regular_paper_size),
5980         (ev_properties_view_set_info):
5981         * ps/ps-document.c: (ps_document_get_info):
5982
5983         Adds a paper size field to the properties dialog. Fixes
5984         bug #307315. Patch by Kasper Svendsen (with some i18n
5985         changes done by me).
5986
5987 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5990         (screensaver_init_dbus), (totem_scrsaver_new),
5991         (totem_scrsaver_init):
5992         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5993         * shell/ev-application.c: (ev_application_register_service),
5994         (ev_application_screensaver_enable),
5995         (ev_application_screensaver_disable):
5996         * shell/ev-application.h:
5997         * shell/ev-window.c: (ev_window_run_presentation),
5998         (ev_window_stop_presentation), (build_comments_string),
5999         (ev_window_init):
6000         
6001         Move screensaver handling to application. No more
6002         message on startup.
6003
6004 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6005
6006         * configure.ac:
6007         * backend/Makefile.am:
6008         * backend/ev-file-exporter.[ch]:
6009         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6010         * ps/ps-document.c: (ps_document_file_exporter_*):
6011         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6012         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6013         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6014         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6015
6016         Allow printing to PDF when suppoted by the backend.
6017         
6018 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6019
6020         * shell/ev-window.c: (build_comments_string):
6021
6022         Use always "Document Viewer" in about dialog. 
6023
6024 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6025
6026         * djvu/djvu-document.c: (djvu_document_get_page_size):
6027
6028         Display a warning message when get_pageinfo fails. 
6029
6030 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6031
6032         * Makefile.am:
6033         * backend/Makefile.am:
6034         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6035         * configure.ac:
6036         * shell/ev-window.c: (build_comments_string):
6037         
6038         Make pdf compilation optional. See bug #38007.
6039
6040 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6041
6042         * ps/ps.c: (get_next_text):
6043
6044         Fix CVE-2006-5864.
6045
6046 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6047
6048         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6049         * shell/ev-navigation-action.c: (connect_proxy),
6050         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6051         
6052         Do not call g_type_class_peek_parent twice.
6053
6054 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * configure.ac:
6057         * data/icons/24x24/.cvsignore:
6058         * data/icons/24x24/Makefile.am:
6059         * data/icons/24x24/evince.png:
6060         * data/icons/Makefile.am:
6061         
6062         Add 24x24 icon. Thanks to 
6063         Michael Monreal <infernux@web.de>.
6064
6065 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * configure.ac: Fix typo in configure.ac. Thanks
6068         to dmacks@netspace.org for notification.
6069
6070 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6073         
6074         Drop dbus include, fixes compilation with older dbus.
6075
6076 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6077
6078         * configure.ac:
6079         * cut-n-paste/Makefile.am:
6080         * cut-n-paste/totem-screensaver/.cvsignore
6081         * cut-n-paste/totem-screensaver/Makefile.am:
6082         * cut-n-paste/totem-screensaver/README:
6083         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6084         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6085         * shell/Makefile.am:
6086         * shell/ev-window.c: (ev_window_run_presentation),
6087         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6088         (ev_window_init):
6089
6090         Implemented screensaver enabling/disabling for
6091         presentation mode (not fullscreen mode). Code stolen
6092         from Totem (with some minor tweaks). Fixes bug #338889.
6093
6094 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6095
6096         * configure.ac:
6097
6098         Bump gnome-icon-theme requirements. We use the rotation
6099         icons that appeared recently.
6100
6101 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/ev-history.c: (ev_history_add_page):
6104         * shell/ev-history.h:
6105         * shell/ev-window.c: (page_changed_cb):
6106         
6107         Use page labels instead of numbers.
6108
6109 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * data/evince-toolbar.xml:
6112         * po/POTFILES.in:
6113         * shell/Makefile.am:
6114         * shell/ev-navigation-action-widget.c:
6115         (ev_navigation_action_widget_init),
6116         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6117         (menu_detacher), (ev_navigation_action_widget_set_menu),
6118         (menu_position_func), (popup_menu_under_arrow),
6119         (ev_navigation_action_widget_toggled),
6120         (ev_navigation_action_widget_button_press_event):
6121         * shell/ev-navigation-action-widget.h:
6122         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6123         (ev_navigation_action_set_window), (activate_menu_item_cb),
6124         (new_history_menu_item), (new_empty_history_menu_item),
6125         (build_menu), (menu_activated_cb), (connect_proxy),
6126         (create_tool_item), (ev_navigation_action_init),
6127         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6128         * shell/ev-navigation-action.h:
6129         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6130         (ev_page_action_widget_set_page_cache),
6131         (ev_page_action_widget_finalize),
6132         (ev_page_action_widget_class_init), (match_selected_cb),
6133         (display_completion_text), (match_completion), (build_new_tree_cb),
6134         (get_filter_model_from_model),
6135         (ev_page_action_widget_update_model):
6136         * shell/ev-page-action-widget.h:
6137         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6138         (connect_proxy):
6139         * shell/ev-page-action.h:
6140         * shell/ev-stock-icons.c:
6141         * shell/ev-stock-icons.h:
6142         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6143         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6144         (register_custom_actions):
6145         * shell/main.c:
6146         
6147         Preliminary history implementation
6148
6149 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6152         (dvi_document_class_init), (dvi_document_init_params):
6153         * dvi/mdvi-lib/font.c: (font_reference):
6154         
6155         Add reference to subfont. Fixes bug #374277.
6156
6157 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6158
6159         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6160         (ev_window_cmd_file_open_copy_at_dest):
6161
6162         Fix a race condition when creating symlink. Increase the counter
6163         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6164         Mathias Hasselmann).
6165
6166 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6167
6168         * backend/Makefile.am:
6169         * backend/ev-attachment.c: (ev_attachment_open):
6170         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6171         (ev_tmp_dir), (ev_tmp_filename):
6172         * shell/ev-sidebar-attachments.c:
6173         (ev_sidebar_attachments_drag_data_get):
6174         * shell/ev-window.c: (ev_window_clear_temp_file):
6175
6176         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6177         in ensure_dir_exists. Abort without crashing when we can't create
6178         user's directory.
6179
6180 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * data/evince-ui.xml:
6183         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6184         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6185         (ev_window_cmd_file_open_copy_at_dest),
6186         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6187         (ev_view_popup_cmd_open_link_new_window):
6188
6189         Allow opening a copy of the current document in a new window. Fixes bug
6190         #357472
6191
6192 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * data/evince-toolbar.xml:
6195         
6196         Add rotate right and rotate left to available items for toolbar.
6197         
6198         * data/evince-ui.xml:
6199         * shell/ev-window.c: (ev_window_init):
6200         
6201         Customize toolbar with right click. Fixes bug #372451.
6202
6203 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6204
6205         * shell/ev-window.c: 
6206         
6207         Use "object-rotate-{left,right}" stock icons. Fixes 
6208         bug #373863.
6209
6210 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6211
6212         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6213         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6214         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6215         (ev_window_open_uri):
6216         * shell/main.c: (arguments_parse):
6217
6218         Remove temp file created when evince is used by GTK+ in
6219         preview mode. Fixes bug #365282. 
6220
6221 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6224         
6225         Fixes bug #372474 - Side pane disabled when entering 
6226         and leaving fullscreen mode.
6227
6228 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6231         * data/Makefile.am:
6232         * data/evince-preview-toolbar.xml:
6233         * data/evince-toolbar.xml:
6234         * shell/ev-application.c: (ev_application_shutdown),
6235         (ev_application_init), (ev_application_get_toolbars_model):
6236         * shell/ev-application.h:
6237         * shell/ev-window.c: (update_chrome_visibility),
6238         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6239         (ev_window_cmd_edit_toolbar), (ev_window_init):
6240         
6241         Fixes bug #364364 - toolbar editor shows zoom actions again.
6242
6243 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6244
6245         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6246
6247         Do not take margins into consideration for paper size when printing.
6248         Really fixes bug #350491.
6249
6250 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6251
6252         * data/evince-ui.xml:
6253         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6254         (ev_window_cmd_file_print_setup),
6255         (ev_window_print_dialog_response_cb),
6256         (ev_window_setup_action_sensitivity):
6257
6258         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6259
6260 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6261
6262         * shell/ev-window.c: (ev_window_print_range):
6263
6264         Revert my previuos commit, since printing to PDF is not supported by
6265         evince yet. 
6266
6267 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6268
6269         * shell/ev-window.c: (ev_window_print_range):
6270
6271         Enable print to a PDF. Fixes bug #332121.
6272
6273 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6274
6275         * shell/ev-application-service.xml:
6276         * shell/ev-application.[ch]: (ev_application_open_window),
6277         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6278         (ev_application_open_uri), (ev_application_open_uri_list):
6279         * shell/ev-window.c: (file_open_dialog_response_cb),
6280         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6281         (drag_data_received_cb), (open_remote_link):
6282         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6283
6284         Add support for multiscreen systems. Fixes bug #316206.
6285
6286 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6287
6288         * shell/ev-jobs.[ch]: (ev_job_print_new),
6289         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6290         (ev_job_print_do_page):
6291         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6292
6293         Allow printing only odd/even pages. Fixes bug #367289.
6294
6295 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6296
6297         * test/test1.py:
6298         * test/test2.py:
6299
6300         Re-add locale settings to test files.
6301
6302 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * data/evince-ui.xml:
6305         * shell/ev-window.c: (set_action_properties):
6306         
6307         Removed garbage from code and ui.
6308
6309 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6310
6311         * shell/ev-window.c: (ev_window_cmd_help_about):
6312
6313         Shamelessly add my name to the list of contributors.
6314
6315 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6316
6317         * test/test1.py:
6318         * test/test2.py:
6319
6320         Cleaned up the dogtail scripts.
6321
6322 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6323
6324         * shell/ev-view.c: (draw_loading_text): Don't render
6325         "loading..." text in presentation mode. Temporary
6326         workaround for bug #320352.
6327
6328 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6331         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6332
6333         Use print settings scale, copies, collate and reverse which were
6334         ignored. Fixes bug #359032.
6335
6336 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * configure.ac:
6339         * data/evince-password.glade:
6340         * test/Makefile.am:
6341         * test/test-encrypt.pdf:
6342         * test/test-links.pdf:
6343         * test/test1.py:
6344         * test/test2.py:
6345
6346         Add automated UI tests for evince with dogtail. See
6347         bug #300948.    
6348
6349 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6350
6351         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6352
6353         Hide fullscreen toolbar when switching to another desktop workspace.
6354         Fixes bug #338871
6355
6356 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6357
6358         * shell/ev-window-title.c: 
6359         
6360         Test for .dvi in title of pdf documents.
6361
6362 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6363
6364         * shell/ev-view.c: (ev_view_scroll):
6365
6366         Page Up/Down should do page jumps in "Best fit" mode.
6367         If a user has explicitly chosen to view exactly one page
6368         at a time, scrolling just a part of the page when
6369         pressing Page Up/Down is not right. Fixes bug #323107.
6370
6371 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * NEWS:
6374         * configure.ac:
6375         
6376         Update for 0.6.1
6377
6378 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6381         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6382         
6383         Correctly disconnect from job signals on destroy.
6384
6385 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-view-private.h:
6388         * shell/ev-view.c: (view_set_adjustment_values),
6389         (view_update_range_and_current_page),
6390         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6391         
6392         Fixes bug #343199, current page now follows find page.
6393
6394 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6395
6396         * backend/ev-document-factory.c:
6397         * configure.ac:
6398         Assigned OpenDocument presenation MIME type to the
6399         Impress backend. Added some missing (but harmless)
6400         #ifdefs in the document factory as well to make things
6401         consistent again. Fixes bug #360658.
6402
6403 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6404
6405         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6406         * backend/ev-document-find.c: (ev_document_find_get_type):
6407         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6408         * backend/ev-document-links.c: (ev_document_links_get_type):
6409         * backend/ev-document-security.c: (ev_document_security_get_type):
6410         * backend/ev-document-thumbnails.c:
6411         (ev_document_thumbnails_get_type):
6412         * backend/ev-document.c: (ev_document_get_type):
6413         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6414         * backend/ev-selection.c: (ev_selection_get_type):
6415         * cut-n-paste/recent-files/egg-recent-model.c:
6416         (egg_recent_model_get_type):
6417         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6418         (egg_recent_view_uimanager_get_type):
6419         * cut-n-paste/recent-files/egg-recent-view.c:
6420         (egg_recent_view_get_type):
6421         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6422         (egg_editable_toolbar_get_type):
6423         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6424         (egg_toolbar_editor_get_type):
6425         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6426         (egg_toolbars_model_get_type):
6427         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6428         (egg_tree_multi_drag_source_get_type):
6429         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6430         (ephy_zoom_action_get_type):
6431         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6432         (ephy_zoom_control_get_type):
6433         * impress/r_back.c: (_imp_fill_back):
6434         * properties/ev-properties-main.c:
6435         (ev_properties_plugin_register_type):
6436         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6437         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6438         (ev_view_accessible_factory_get_type):
6439
6440         Reduce relocations. Bug #360616.
6441
6442 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * backend/ev-document-factory.c:
6445         (ev_document_factory_get_document):
6446         
6447         Load document even if extension is wrong.
6448
6449 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * shell/ev-metadata-manager.c: (save_values):
6452         * shell/ev-window.c: (setup_size_from_metadata),
6453         (setup_view_from_metadata), (ev_window_setup_document),
6454         (ev_window_xfer_job_cb), (window_configure_event_cb):
6455         
6456         Set size according to the document size/page size ratio.
6457         That should correct rather wierd behaviour of the previous
6458         commit.
6459
6460 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6461
6462         * shell/ev-window.c: (setup_view_from_metadata):
6463         
6464         Set size for new windows from previous window size.
6465         See bugs #354968 and #168450 for details. Thanks
6466         to Meik Hellmund.
6467
6468 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6469
6470         * djvu/djvu-links.c: (build_tree):
6471
6472         Fix memory leak.
6473
6474 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6475
6476         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6477         
6478         Don't make sidebar close button insensitive. Fixes
6479         bug #357871.
6480
6481 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6484         (ev_window_set_view_accels_sensitivity):
6485         
6486         Don't enable Slash on documents which don't support
6487         find. Fixes bug #358648.
6488
6489 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6490
6491         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6492         open dialog fall back to the current document uri if the
6493         filechooser hasn't been used before. Fixes bug #356980.
6494
6495 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6496
6497         * shell/ev-window.c: (ev_window_setup_recent), 
6498         (ev_window_get_recent_file_label):
6499
6500         Escape underscores in filenames of recent file items.
6501
6502 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * configure.ac:
6505         
6506         Bumped poppler requirements, really 0.5.3 is very 
6507         buggy, now we require 0.5.4.
6508
6509 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * djvu/Makefile.am:
6512         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6513         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6514         (djvu_document_document_links_iface_init):
6515         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6516         (number_from_string_10), (get_djvu_link_dest),
6517         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6518         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6519         (djvu_links_get_links), (djvu_links_find_link_dest),
6520         (djvu_links_get_links_model):
6521         * djvu/djvu-links.h:
6522         
6523         Add support for links and bookmarks in djvu documents. Thanks
6524         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6525         patch.
6526
6527 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6530         
6531         Reopen should reload document. Fixes 
6532         bug 327951.
6533
6534 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * configure.ac:
6537         * data/Makefile.am:
6538         * data/evince-16.png:
6539         * data/evince-22.png:
6540         * data/evince.png:
6541         * data/evince.svg:
6542         * data/icons/16x16/Makefile.am:
6543         * data/icons/16x16/evince.png:
6544         * data/icons/22x22/Makefile.am:
6545         * data/icons/22x22/evince.png:
6546         * data/icons/48x48/Makefile.am:
6547         * data/icons/48x48/evince.png:
6548         * data/icons/Makefile.am:
6549         * data/icons/scalable/Makefile.am:
6550         * data/icons/scalable/evince.svg:
6551         
6552         Install icons with correct names. Fixes
6553         bug #354429.
6554
6555 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * shell/ev-view.c: (ev_view_button_release_event):
6558
6559         Don't open links with middle mouse button. Fixes bug #353649
6560
6561 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6562
6563         * NEWS:
6564         * configure.ac:
6565         
6566         Update for release 0.6.0
6567
6568 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6571         Implement Close named action. Patch by Carlos Garcia Campos.
6572
6573 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6574
6575         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6576         
6577         Don't clear link mapping on copy_job_to_job_info. Fixes
6578         bug 346168.
6579
6580 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6581
6582         * shell/main.c: (main):
6583
6584         Revert my previous commit, gnome_program_init owns the option context.
6585         Fix another memory leak in main. Both caught by Christian Persch. 
6586
6587 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6588
6589         * shell/main.c: (main):
6590
6591         Fix memory leak.
6592
6593 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6594
6595         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6596
6597         Fix crash when opening a pdf with password protection. 
6598
6599 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6600
6601         * pdf/ev-poppler.cc: (pdf_document_search_free):
6602
6603         Fix memory leak. 
6604
6605 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * backend/ev-document-factory.c:
6608         (ev_document_factory_get_document):
6609         * tiff/tiff-document.c: (tiff_document_finalize):
6610         
6611         More correct handling of document loading. Fixes
6612         bug #349043.
6613
6614 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6615
6616         * backend/ev-attachment.c: (ev_attachment_save):
6617
6618         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6619         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6620
6621 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6622         
6623         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6624         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6625
6626 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * shell/ev-sidebar-thumbnails.c:
6629
6630         Do not render thumbnails unless thumbnails page is active in the
6631         sidebar.
6632
6633 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6634
6635         * shell/ev-properties-dialog.c:
6636
6637         Fix dialogue spacing. Bug #351370.
6638
6639 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6640
6641         * configure.ac:
6642
6643         Use lowercase gettext catalog file names (evince.mo
6644         instead of Evince.mo)
6645
6646 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6647
6648         * shell/ev-sidebar-attachments.c:
6649
6650         GtkIconTheme is now screen safe too. Fixes bug #350878
6651
6652 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6653
6654         * shell/ev-window.c:
6655
6656         GtkRecent manager is now screen safe. Fixes bug #350145
6657
6658 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659
6660         * shell/ev-sidebar.c: (ev_sidebar_init):
6661         
6662         Make sidebar close icon smaller. Fix for bug 350177.
6663         See also bugs 350176 and 165770.
6664
6665 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6666
6667         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6668
6669         Ignore zoom for xyz destinations when it's <= 1, keeping user
6670         preferences instead. Set correct sizing-mode for fith and fitv
6671         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6672
6673 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * NEWS:
6676         * configure.ac:
6677         
6678         Update for release 0.5.5
6679
6680 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6681         
6682         * shell/ev-window.c: (ev_window_cmd_escape)
6683
6684         Escape unfocus page entry. Fixes bug #345809.
6685
6686 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6687
6688         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6689         (build_tree), (pdf_document_links_get_links),
6690         (pdf_document_links_find_link_dest):
6691         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6692         (goto_xyz_dest):
6693
6694         Convert from PDF style coordinates to X style coordinates in the
6695         backend rather than in the view. Fixes bug #338440
6696
6697 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * shell/ev-window.c:
6700         
6701         Remove Ctrl+Shift+T shortcut for toolbars. See
6702         the bug #350098.
6703
6704 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6705
6706         * configure.ac:
6707
6708         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6709         of this. 
6710
6711 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6712
6713         * configure.ac:
6714         * cut-n-paste/Makefile.am:
6715         * data/evince-ui.xml:
6716         * shell/Makefile.am:
6717         * shell/ev-application.[ch]:
6718         * shell/ev-window.c:
6719
6720         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6721         #349273
6722
6723 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6724
6725         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6726         findbar code: s/help/search/
6727
6728 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6729
6730         * shell/ev-window.c: (setup_document_from_metadata),
6731         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6732         (setup_view_from_metadata):
6733         
6734         Fix memory leaks.
6735
6736 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6737
6738         * autogen.sh, configure.ac: 
6739         
6740         Update automake usage. See bug 349292.
6741
6742 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6743
6744         * shell/eggfindbar.c: (egg_find_bar_class_init),
6745         (entry_activate_callback), (egg_find_bar_init),
6746         (egg_find_bar_set_status_text):
6747         * shell/eggfindbar.h:
6748         
6749         Unify Evince findbar with Epiphany. Nice patch
6750         from Fabricio Silva <silva@crans.org> and
6751         Frederic Peters <fpeters@entrouvert.com>. See
6752         bug #339966 for details.
6753
6754 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * data/evince.desktop.in.in:
6757         
6758         Correct information for bugzilla. Thanks to
6759         Olaf Vitters, see bug #348855.
6760
6761 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6762
6763         * shell/ev-jobs.[ch]:
6764         * shell/ev-sidebar-links.c:
6765         * shell/ev-window.[ch]:
6766
6767         GtkPrintJob doesn't support print ranges or current page, so we export
6768         to a ps file now when printing ranges or current page.
6769
6770 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6771
6772         * pdf/ev-poppler.cc:
6773         * shell/ev-window.c: (do_action_named):
6774
6775         We should be more clear about bugzilla. See the
6776         poppler bug #7623.
6777
6778 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6779
6780         * configure.ac:
6781         * shell/Makefile.am:
6782         * shell/ev-job-queue.c:
6783         * shell/ev-jobs.[ch]:
6784         * shell/ev-sidebar-links.c:
6785         * shell/ev-window.[ch]:
6786         
6787         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6788         #348422
6789
6790 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6791
6792         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6793         * shell/ev-application-service.xml:
6794         * shell/ev-application.[ch]:
6795         * shell/ev-jobs.[ch]:
6796         * shell/ev-window.[ch]: (ev_window_run_preview):
6797         * shell/main.c: 
6798
6799         Add preview mode to use evince as a printing previewer. It also adds
6800         other command line options for fullscreen and presentation modes.
6801         Fixes bugs #347822, #317031
6802
6803 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * NEWS:
6806         * configure.ac:
6807         
6808         Update for release 0.5.4
6809
6810 2006-07-11  Bastien Nocera <hadess@hadess.net>
6811
6812         * Makefile.am:
6813         * backend/Makefile.am:
6814         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6815         * backend/ev-document-factory.h:
6816         * configure.ac:
6817         * impress/.cvsignore:
6818         * impress/Makefile.am:
6819         * impress/common.h:
6820         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6821         (imp_get_page), (imp_next_page), (imp_prev_page),
6822         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6823         * impress/f_oasis.c: (render_object), (render_page),
6824         (get_geometry), (_imp_oasis_load):
6825         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6826         (_imp_oo13_load):
6827         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6828         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6829         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6830         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6831         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6832         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6833         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6834         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6835         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6836         (iks_new_within), (iks_insert), (iks_insert_cdata),
6837         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6838         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6839         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6840         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6841         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6842         (iks_cdata), (iks_cdata_size), (iks_has_children),
6843         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6844         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6845         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6846         (iks_tree), (iks_load), (iks_save):
6847         * impress/iksemel.h:
6848         * impress/imposter.h:
6849         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6850         (imp_render_draw_bezier_real), (imp_render_get_size),
6851         (imp_render_set_fg_color), (imp_render_draw_line),
6852         (imp_render_draw_rect), (imp_render_draw_polygon),
6853         (imp_render_draw_arc), (imp_render_draw_bezier),
6854         (imp_render_open_image), (imp_render_get_image_size),
6855         (imp_render_scale_image), (imp_render_draw_image),
6856         (imp_render_close_image), (imp_render_markup),
6857         (imp_render_get_text_size), (imp_render_draw_text),
6858         (impress_document_load), (impress_document_save),
6859         (impress_document_get_n_pages), (impress_document_get_page_size),
6860         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6861         (impress_document_finalize), (impress_document_class_init),
6862         (impress_document_can_get_text), (impress_document_get_info),
6863         (impress_document_document_iface_init),
6864         (impress_document_thumbnails_get_thumbnail),
6865         (impress_document_thumbnails_get_dimensions),
6866         (impress_document_document_thumbnails_iface_init),
6867         (impress_document_init):
6868         * impress/impress-document.h:
6869         * impress/internal.h:
6870         * impress/r_back.c: (_imp_fill_back):
6871         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6872         (_imp_draw_image), (_imp_tile_image):
6873         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6874         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6875         (r_polyline):
6876         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6877         (r_draw_gradient_complex), (r_draw_gradient):
6878         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6879         (r_get_bullet):
6880         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6881         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6882         (r_text):
6883         * impress/render.c: (imp_create_context), (imp_context_set_page),
6884         (imp_context_set_step), (imp_render), (imp_delete_context):
6885         * impress/render.h:
6886         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6887         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6888         (zip_load_xml), (zip_get_size), (zip_load):
6889         * impress/zip.h:
6890         * shell/ev-utils.c:
6891         
6892         New backend to support impress slides. Fixes bug #30867.
6893
6894 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6895
6896         * shell/ev-utils.c: (using_postscript_printer):
6897         
6898         Fixes crash when print using PAPI backend,
6899         bug #345012.
6900
6901 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6902
6903         * shell/ev-jobs.c: (ev_job_xfer_run):
6904         * shell/ev-window.c: (password_dialog_response),
6905         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6906         (ev_window_dispose):
6907         Fixes bug #344160: if the xfer job doesn't complete
6908         because a password is required, reload the existing
6909         instance instead of creating a new one.
6910
6911 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * shell/main.c: (main): Call gdk_threads_init. Thus
6914         we'll avoid errors in auth dialog. Fix for the bug
6915         #343347.
6916
6917 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6918
6919         * configure.ac: Advertise pixbuf support, fix
6920         for the bug 343317.
6921
6922 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6925         (ev_sidebar_thumbnails_set_document):
6926         
6927         Update sidebar thumbnails after reloading.
6928
6929 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6932         * shell/ev-jobs.h:
6933         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6934         (ev_window_cmd_view_reload), (ev_window_init):
6935         
6936         Don't crash on reload. Fix for the bug #343167.
6937
6938 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * shell/ev-jobs.c: (ev_job_render_run):
6941         
6942         Check for document links.
6943
6944 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * backend/ev-attachment.c: (ev_attachment_save),
6947         (ev_attachment_launch_app), (ev_attachment_open):
6948         * backend/ev-document-factory.c: (get_document_from_uri):
6949         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6950         (egg_recent_view_uimanager_set_list):
6951         * ps/ps-document.c: (check_filecompressed), (document_load),
6952         (ps_document_load):
6953         * shell/ev-metadata-manager.c: (load_values):
6954         * shell/ev-password.c: (ev_password_dialog_set_property):
6955         * shell/ev-view.c: (tip_from_link):
6956         * shell/ev-window.c: (file_save_dialog_response_cb),
6957         (ev_window_print_dialog_response_cb):
6958         
6959         Use consistent quoting style. Fix for the bug #320285.
6960
6961 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6962
6963         * shell/ev-jobs.c: (ev_job_xfer_run):
6964         * shell/main.c: (load_files):
6965                 
6966         Open links with anchors. Fix for the bug #339836.
6967
6968 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6969
6970         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6971         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6972         (ev_link_dest_set_property), (ev_link_dest_finalize),
6973         (ev_link_dest_class_init), (ev_link_dest_new_named),
6974         (ev_link_dest_new_page_label):
6975         * backend/ev-link-dest.h:
6976         * shell/ev-application.c: (ev_application_open_uri):
6977         * shell/ev-view.c: (goto_dest):
6978         * shell/ev-window.c:
6979         * shell/ev-window.h:
6980         
6981         Fix page-label command line option. Bug #342070.
6982
6983 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6984
6985         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6986         
6987         Don't show highlight rects if page can't be showed. Fix for 
6988         the bug #342076
6989
6990 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6991
6992         * shell/ev-window.c: (setup_sidebar_from_metadata),
6993         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6994         
6995         Setup sidebar from metadata even if there is no document
6996         loaded. Fix for the bug #342807.
6997
6998 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * cut-n-paste/toolbar-editor/Makefile.am:
7001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7002         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7003         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7004         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7005         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7006         (popup_context_menu_cb), (button_press_event_cb),
7007         (configure_item_sensitivity), (configure_item_cursor),
7008         (configure_item_tooltip), (connect_widget_signals),
7009         (action_sensitive_cb), (create_item_from_action),
7010         (create_item_from_position), (toolbar_drag_data_received_cb),
7011         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7012         (toolbar_drag_leave_cb), (configure_drag_dest),
7013         (toggled_visibility_cb), (toolbar_visibility_refresh),
7014         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7015         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7016         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7017         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7018         (egg_editable_toolbar_dispose),
7019         (egg_editable_toolbar_set_ui_manager),
7020         (egg_editable_toolbar_get_selected),
7021         (egg_editable_toolbar_set_selected), (set_edit_mode),
7022         (egg_editable_toolbar_set_property),
7023         (egg_editable_toolbar_get_property),
7024         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7025         (egg_editable_toolbar_new_with_model),
7026         (egg_editable_toolbar_get_edit_mode),
7027         (egg_editable_toolbar_set_edit_mode),
7028         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7029         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7030         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7031         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7032         (item_added_or_removed_cb), (toolbar_removed_cb),
7033         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7034         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7035         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7036         (editor_create_item_from_name), (append_table),
7037         (update_editor_sheet), (egg_toolbar_editor_init):
7038         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7039         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7040         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7041         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7042         (toolbar_node_free), (egg_toolbars_model_get_flags),
7043         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7044         (egg_toolbars_model_get_name), (impl_add_item),
7045         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7046         (parse_data_list), (parse_item_list), (parse_toolbars),
7047         (egg_toolbars_model_load_toolbars), (parse_available_list),
7048         (parse_names), (egg_toolbars_model_load_names),
7049         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7050         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7051         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7052         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7053         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7054         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7055         (egg_toolbars_model_set_types), (fill_avail_array),
7056         (egg_toolbars_model_get_name_avail),
7057         (egg_toolbars_model_get_name_flags),
7058         (egg_toolbars_model_set_name_flags):
7059         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7060         * cut-n-paste/toolbar-editor/eggintl.h:
7061         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7062         (egg_tree_multi_drag_source_get_type),
7063         (egg_tree_multi_drag_source_row_draggable),
7064         (egg_tree_multi_drag_source_drag_data_delete),
7065         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7066         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7067         (path_list_free), (set_context_data), (get_context_data),
7068         (get_info), (egg_tree_multi_drag_drag_data_get),
7069         (egg_tree_multi_drag_motion_event),
7070         (egg_tree_multi_drag_button_press_event),
7071         (egg_tree_multi_drag_add_drag_support):
7072         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7073         * shell/ev-application.c: (ev_application_init),
7074         (ev_application_save_toolbars_model):
7075         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7076         (ev_window_cmd_edit_toolbar), (ev_window_init):
7077         
7078         Sync toolbareditor with epiphany and libegg
7079
7080 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7081
7082         * configure.ac: 
7083
7084         Depend on poppler 0.5.2
7085
7086 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * shell/ev-jobs.c: (ev_job_render_run):
7089         
7090         Check if document supports links iterface.
7091
7092 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * NEWS:
7095         * configure.ac:
7096         
7097         Update for release 0.5.3
7098
7099 2006-05-13  Michael Plump  <plumpy@skylab.org>
7100
7101         * configure.ac:
7102         * shell/Makefile.am:
7103         * shell/main.c: (main):
7104         
7105         Port to GOption command line parsing. Fix for the 
7106         bug #327518
7107
7108 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-window.c: (ev_window_cmd_help_about):
7111         
7112         Do not wrap license. Fix for the bug #309460.
7113
7114 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7115
7116         * configure.ac:
7117         * properties/ev-properties-main.c: (ev_properties_get_pages):
7118         * shell/ev-application.c: (ev_application_open_window),
7119         (ev_application_open_uri_at_dest):
7120         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7121         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7122         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7123         * shell/ev-utils.c: (save_print_config_to_file):
7124         * shell/ev-window.c: (ev_window_cmd_save_as),
7125         (ev_attachment_popup_cmd_save_attachment_as):
7126         * shell/main.c: (load_files_remote):
7127         
7128         Bump requirements to gtk 2.8 and drop all ifdefs used.
7129
7130 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7133         * shell/ev-window.c: (ev_window_init):
7134         
7135         Show attachments page.
7136
7137 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * po/POTFILES.in:
7140         * shell/ev-attachment-bar.c:
7141         * shell/ev-attachment-bar.h:
7142         * shell/ev-sidebar-attachments.c:
7143         (ev_sidebar_attachments_icon_cache_add),
7144         (icon_theme_get_pixbuf_from_mime_type),
7145         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7146         (ev_sidebar_attachments_icon_cache_refresh),
7147         (ev_sidebar_attachments_get_attachment_at_pos),
7148         (ev_sidebar_attachments_popup_menu_show),
7149         (ev_sidebar_attachments_popup_menu),
7150         (ev_sidebar_attachments_button_press),
7151         (ev_sidebar_attachments_update_icons),
7152         (ev_sidebar_attachments_drag_data_get),
7153         (ev_sidebar_attachments_get_property),
7154         (ev_sidebar_attachments_destroy),
7155         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7156         (ev_sidebar_attachments_new),
7157         (ev_sidebar_attachments_set_document),
7158         (ev_sidebar_attachments_support_document),
7159         (ev_sidebar_attachments_get_label),
7160         (ev_sidebar_attachments_page_iface_init):
7161         * shell/ev-sidebar-attachments.h:
7162         * shell/ev-window.c: (update_chrome_visibility),
7163         (setup_sidebar_from_metadata), (ev_window_setup_document),
7164         (ev_window_sidebar_current_page_changed_cb),
7165         (attachment_bar_menu_popup_cb), (ev_window_init):
7166         
7167         Move attachments bar to sidebar.
7168
7169 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7170
7171         * pdf/ev-poppler.cc:
7172         * shell/ev-application.[ch]:
7173         * shell/main.c:
7174
7175         Fix some memory leaks.
7176
7177 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7178
7179         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7180
7181         Change the properties dialog response to
7182         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7183         will make the dialog go away when the user presses
7184         enter. With gtk+ >= 2.9 this will happen anyway, but for
7185         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7186         escape by default. Fixes bug #340539. See also bug
7187         #101293 for the gtk+ part.
7188
7189 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7190
7191         * shell/ev-view.c (tip_from_action_named): Replace some strings
7192         that were wrong. Closes #340970.
7193
7194 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7195
7196         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7197
7198         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7199         #341049
7200
7201 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * djvu/Makefile.am:
7204         * dvi/Makefile.am:
7205         * dvi/mdvi-lib/Makefile.am:
7206         * properties/Makefile.am:
7207         * ps/Makefile.am:
7208         * shell/Makefile.am:
7209         * thumbnailer/Makefile.am:
7210         
7211         Due to broken libtool that is unable to track dependencies
7212         of noinst libraries we are forced to explicitely point
7213         libraries for binary. Fix for the bug #333334.
7214
7215 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * data/evince.desktop.in.in:
7218         * shell/ev-view.c: (view_update_range_and_current_page),
7219         (ev_view_next_page), (ev_view_previous_page):
7220         * shell/ev-window.c: (update_chrome_visibility),
7221         (setup_sidebar_from_metadata), (ev_window_setup_document),
7222         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7223         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7224         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7225         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7226         (ev_window_stop_presentation), (ev_window_focus_in_event),
7227         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7228         (ev_window_init):
7229         * thumbnailer/Makefile.am:
7230         
7231         Update fullscreen and presentation timeout handling. Hide
7232         cursor in presentation after timeout. Fix for the bugs
7233         #136359 and #336981.
7234
7235 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7236
7237         * backend/ev-link-action.[ch]:
7238         * pdf/ev-poppler.cc: (ev_link_from_action):
7239         * shell/ev-view-private.h:
7240         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7241         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7242
7243         Add support for Named Action links
7244
7245 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7246
7247         * backend/Makefile.am:
7248         * backend/ev-document-links.[ch]:
7249         * backend/ev-document.[ch]:
7250         * backend/ev-link-action.[ch]:
7251         * backend/ev-link-dest.[ch]:
7252         * backend/ev-link.[ch]:
7253         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7254         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7255         * shell/ev-page-action.c: (build_new_tree_cb):
7256         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7257         (links_page_num_func), (update_page_callback):
7258         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7259         (tip_from_link):
7260         * shell/ev-jobs.c:
7261         * shell/ev-window.[ch]: (ev_window_open_uri),
7262         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7263         * shell/ev-application.[ch]: (ev_application_open_window),
7264         (ev_application_open_uri):
7265
7266         Rework links system, it adds support for remote links now and it makes
7267         easier to add new kinds of actions and destinations. Fixes bug #317292
7268
7269 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7270
7271         * data/Makefile.am:
7272         * data/evince.png:
7273         * data/evince-16.png:
7274         * data/evince-22.png:
7275         * data/evince.svg:
7276         * shell/main.c: (main):
7277         
7278         Evince use it's own icon. Fix for the bug #313392.
7279
7280         * shell/ev-window.c: (fullscreen_timeout_cb),
7281         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7282         (ev_window_cmd_help_about), (ev_window_dispose):
7283         
7284         Simplify fullscreen timeout code.
7285
7286 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7287
7288         * backend/ev-attachment.c: 
7289         * shell/ev-attachment-bar.c:
7290         * shell/ev-window.c:
7291
7292         Allow multiple selection of attachments
7293
7294 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-view.c: (view_update_range_and_current_page),
7297         (ev_view_scroll):
7298         
7299         Fix for the bug #312573 – Optimal selection of current 
7300         page among visible pages.
7301
7302 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * configure.ac:
7305         * djvu/Makefile.am:
7306         * djvu/djvu-text.h:
7307         
7308         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7309         for the bug 339868.
7310
7311 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7312
7313         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7314
7315 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7316
7317         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7318         dictated by the GNOME HIG. Fixes bug #339235.
7319
7320 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7321
7322         * data/evince-ui.xml:
7323         * shell/ev-view.c: (ev_view_can_find_previous):
7324         * shell/ev-view.h:
7325         * shell/ev-window.c: (ev_window_update_actions),
7326         (ev_window_cmd_edit_find_previous):
7327
7328         Add support for "Find Previous" as dictated by the GNOME HIG. A
7329         menu item is added and some glue code to make it all work is added
7330         to various files.
7331
7332 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7333
7334         * configure.ac: Award myself the "useless use of cat" award.
7335
7336 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7337
7338         * po/LINGUAS: New file listing all supported languages.
7339
7340         * configure.in: Use po/LINGUAS instead of including all languages
7341         directly in this file. See the wiki for more information:
7342         http://live.gnome.org/GnomeGoals/PoLinguas
7343
7344 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7345
7346         * backend/ev-document-factory.c:
7347
7348         Do not load the document twice when there isn't errors
7349
7350 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7351
7352         * backend/ev-attachment.c: 
7353
7354         Fix a crash when there isn't a default application to open an
7355         attachment
7356
7357 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7358
7359         * backend/ev-attachment.[ch]:
7360         * shell/ev-attachment-bar.[ch]:
7361
7362         Added missing files. 
7363
7364 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7365
7366         * backend/Makefile.am:
7367         * data/evince-ui.xml:
7368         * backend/ev-attachment.[ch]:
7369         * backend/ev-document.[ch]: (ev_document_has_attachments),
7370         (ev_document_get_attachments):
7371         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7372         (attachment_save_to_buffer), (pdf_document_get_attachments),
7373         (pdf_document_document_iface_init):
7374         * shell/Makefile.am:
7375         * shell/ev-attachment-bar.[ch]:
7376         * shell/ev-window.c:
7377
7378         Add support for PDF attachments. Fixes bug #325143
7379
7380 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * backend/ev-document-factory.c: (get_document_from_uri),
7383         (ev_document_factory_get_document):
7384         * backend/ev-document-factory.h:
7385         * properties/ev-properties-main.c: (ev_properties_get_pages):
7386         * shell/Makefile.am:
7387         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7388         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7389         (ev_job_queue_remove_job):
7390         * shell/ev-job-queue.h:
7391         * shell/ev-job-xfer.c:
7392         * shell/ev-job-xfer.h:
7393         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7394         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7395         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7396         (ev_job_xfer_run):
7397         * shell/ev-jobs.h:
7398         * shell/ev-window.c: (ev_window_is_empty),
7399         (password_dialog_response), (ev_window_clear_xfer_job),
7400         (ev_window_xfer_job_cb), (ev_window_open_uri),
7401         (ev_window_cmd_focus_page_selector),
7402         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7403         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7404         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7405         (ev_window_dispose):
7406         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7407         
7408         * Cleanup mime type detection on document load. Fix for the
7409         bug #336448.
7410
7411 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7412
7413         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7414         
7415         Fix crash on exit, described in the bug #336825.
7416
7417 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * backend/ev-document-factory.c:
7420         (ev_document_factory_get_from_mime),
7421         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7422         (ev_document_factory_get_document),
7423         (file_filter_add_mime_list_and_free),
7424         (ev_document_factory_add_filters):
7425         * backend/ev-document-factory.h:
7426         * properties/ev-properties-main.c: (ev_properties_get_pages):
7427         * shell/Makefile.am:
7428         * shell/ev-application.c:
7429         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7430         * shell/ev-window.c: (ev_window_cmd_file_open),
7431         (ev_window_cmd_save_as):
7432         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7433         
7434         Rework factory functions so they are placed now in a single 
7435         file ev-document-factory.c
7436
7437 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * shell/ev-window.c: (update_chrome_visibility):
7440         
7441         Fix for the bug 166566 - don't show menubar in fullscreen
7442         mode.
7443
7444 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7445
7446         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7447
7448 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7449
7450         * shell/ev-view.c: (ev_view_expose_event):
7451         
7452         More correctly draw loading text when document
7453         is empty.
7454
7455 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7456
7457         * shell/ev-view.c: (ev_view_scroll):
7458         
7459         Fix for the bug #334854, page down and page up switch
7460         pages in presentation mode.
7461
7462 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7463
7464         * shell/ev-window.c: (ev_window_set_action_sensitive),
7465         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7466         (ev_window_set_view_accels_sensitivity),
7467         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7468         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7469         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7470         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7471         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7472         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7473         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7474         (view_actions_focus_in_cb), (ev_window_init):
7475         
7476         Fix for the bug #333902, now it's possible to search
7477         words with slash.
7478
7479 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7480
7481         * configure.ac: Added Breton translation.
7482         * po/br.po: Added Breton translation.
7483
7484 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7485
7486         * shell/ev-window-title (ev_window_title_update):
7487
7488         Fix memory leak in window title. Fixes bug #333944
7489
7490 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7491
7492         * shell/ev-metadata-manager.c (parseItem):
7493
7494         Fix memory leaks. Fixes bug #333945
7495
7496 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7497         
7498         * NEWS, configure.ac, TODO:
7499         
7500         Update for release 0.5.2.
7501
7502 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * shell/ev-view.c: (view_update_range_and_current_page),
7505         (page_changed_cb):
7506         
7507         Don't jump on scrolling, fix for the bug #333127.
7508
7509 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7512         
7513         Scroll by one page in presentation mode. Fix for the bug
7514         #332993.
7515
7516 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7517
7518         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7519
7520 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7521
7522         * configure.ac  Added lv in ALL_LINGUAS line.
7523
7524 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7525         
7526         * NEWS, configure.ac:
7527         
7528         Update for release 0.5.1
7529
7530 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7531
7532         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7533         * backend/ev-document-misc.h:
7534         * shell/ev-view.c: (draw_one_page):
7535         
7536          Clairfy what page the toolbar page number applies to. Fix
7537          for the bug #328102.
7538
7539 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7540
7541         * shell/ev-view-private.h:
7542         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7543         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7544         (ev_view_search_changed):
7545         * shell/ev-view.h:
7546         * shell/ev-window.c: (find_bar_search_changed_cb):
7547         
7548         Dont't jump to find result if window was scrolled during search.
7549         Fix for the bug #313266.
7550
7551 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7552
7553         * shell/eggfindbar.c: (egg_find_bar_class_init):
7554         * shell/eggfindbar.h:
7555         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7556         * shell/ev-view-private.h:
7557         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7558         (ev_view_class_init), (ev_sizing_mode_get_type),
7559         (ev_scroll_type_get_type):
7560         * shell/ev-view.h:
7561         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7562         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7563         (ev_window_init):
7564         
7565         Fix for the bug 319133 - Find entry should allow text scroll.
7566
7567 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7568
7569         * shell/ev-view-private.h:
7570         * shell/ev-view.c: (view_update_range_and_current_page),
7571         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7572         (ev_view_set_document), (update_find_status_message),
7573         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7574         (ev_view_find_previous):
7575         
7576         Fix for the bug #319137. Search now takes account for scrolling.
7577
7578 2006-02-19  Michael Hofmann <mh21@piware.de>
7579
7580         * configure.ac:
7581         * djvu/Makefile.am:
7582         * djvu/djvu-document-private.h:
7583         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7584         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7585         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7586         (djvu_document_can_get_text), (djvu_document_get_text),
7587         (djvu_document_document_iface_init),
7588         (djvu_document_thumbnails_get_thumbnail),
7589         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7590         (djvu_document_find_get_result),
7591         (djvu_document_find_page_has_results),
7592         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7593         (djvu_document_find_iface_init):
7594         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7595         (djvu_text_page_selection), (djvu_text_page_limits_process),
7596         (djvu_text_page_limits), (djvu_text_page_copy),
7597         (djvu_text_page_position), (djvu_text_page_union),
7598         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7599         (djvu_text_page_box), (djvu_text_page_append_text),
7600         (djvu_text_page_search), (djvu_text_page_prepare_search),
7601         (djvu_text_page_new), (djvu_text_page_free):
7602         * djvu/djvu-text-page.h:
7603         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7604         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7605         (djvu_text_n_results), (djvu_text_has_results),
7606         (djvu_text_get_result), (djvu_text_get_progress):
7607         * djvu/djvu-text.h:
7608         
7609         Text search in djvu. Fix for the bug #303415.
7610
7611 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * configure.ac:
7614         * shell/ev-window.c: (ev_window_cmd_save_as):
7615         
7616         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7617         Thanks to Gary Coady <gary@lyranthe.org>
7618
7619 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7620
7621         * shell/ev-print-job.c: (idle_print_handler):
7622         
7623         Inverse order printing, bug #320919.
7624
7625 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * data/evince-toolbar.xml:
7628         * shell/ev-window.c:
7629         
7630         Allow to add sidebar checkbutton on toolbar. Fix
7631         for the bug #144577.
7632
7633 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7636         
7637         Add checks that have sense for empty ps document.
7638
7639 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7640
7641         * configure.ac: Include PS in mime types list. 
7642
7643 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * configure.ac:
7646         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7647         * ps/gsdefaults.h:
7648         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7649         
7650         Runtime check for gs interpreter. Fix for the bug #320868.
7651         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7652
7653 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7654
7655         * shell/ev-application.c: 
7656
7657         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7658         dbus>=0.60, so that the request is not queued. 
7659
7660 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661
7662         * configure.ac:
7663         * shell/Makefile.am:
7664         * shell/ev-sidebar-links.c: (print_section_cb):
7665         * shell/ev-utils.c:
7666         * shell/ev-utils.h:
7667         * shell/ev-window.c: (update_action_sensitivity),
7668         (ev_window_close_dialogs), (ev_window_print):
7669         * shell/ev-window.h:
7670         
7671         Make printing support optional. Patch from Eduardo de Barros Lima
7672         <eduardo.lima@indt.org.br> for the bug #330546.
7673
7674 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * shell/ev-view-private.h:
7677         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7678         (ev_view_set_document):
7679         * shell/ev-view.h:
7680         * shell/ev-window.c: (ev_window_load_job_cb),
7681         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7682         (ev_window_init):
7683
7684         Draw Loading message during xfer job. Fix for the bug #329495.
7685
7686 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7687
7688         * comics/comics-document.c: (comics_regex_quote),
7689         (comics_document_load), (extract_argv):
7690         
7691         Correcly quote regexp before passing it to unzip.
7692
7693 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * shell/ev-page-cache.c: (build_height_to_page),
7696         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7697         (ev_page_cache_get_dual_even_left):
7698         * shell/ev-page-cache.h:
7699         * shell/ev-view.c: (view_update_range_and_current_page),
7700         (get_page_y_offset), (get_page_extents):
7701         
7702         Place even pages to the left if document has less then
7703         two pages. Fix for the bug #328856.
7704
7705 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7708         
7709         Correct comics scheme. This make evince create thumbnails
7710         for comic books. Fix for the bug 329088.
7711
7712 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7713
7714         * data/evince-password.glade: Don't explicitly set
7715         invisible_char to the current default value in case
7716         the default changes; let GTK+ do its magic.
7717
7718 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7721         real filename to tmp filename since often document
7722         type is determined by extension.
7723
7724 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7725
7726         * shell/ev-view.c: (add_scroll_binding_keypad),
7727         (ev_view_binding_activated), (ev_view_class_init):
7728         
7729         Add keybindings for percision-scrolling of display area. 
7730         Fix for the bug #314072.
7731
7732 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7733
7734         * data/evince.desktop.in.in:
7735         
7736         Add GTK to the list of categories. Fix for the bug #328034.
7737
7738 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * shell/ev-application.c: (ev_application_shutdown),
7741         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7742         * shell/ev-application.h:
7743         * shell/ev-window.c: (file_open_dialog_response_cb),
7744         (ev_window_cmd_file_open):
7745         
7746         Save last uri in file chooser dialog. Fix for the bug #327950.
7747
7748 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * NEWS:
7751         * README:
7752         
7753         Final update for release 0.5.0
7754         
7755         * shell/Makefile.am:
7756         
7757         Remove disable deprecated until we'll require libgnome-2.13.7
7758         and port to GOption argument parsing. See bug 327518.
7759
7760 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7761
7762         * comics/comics-document.c: (comics_document_save):
7763         * djvu/djvu-document.c: (djvu_document_save):
7764         * dvi/dvi-document.c: (dvi_document_save):
7765         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7766         * lib/ev-file-helpers.h:
7767         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7768         * tiff/tiff-document.c: (tiff_document_save):
7769         
7770         Use common save function for backends.
7771
7772 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7773
7774         * backend/ev-document-types.c:
7775         
7776         Fix crash on saving pixbuf.
7777
7778 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * cut-n-paste/recent-files/egg-recent-item.c:
7781         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7782         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7783         (parse_info_free), (valid_element), (start_element_handler),
7784         (end_element_handler), (text_handler), (egg_recent_model_filter),
7785         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7786         (egg_recent_model_monitor), (egg_recent_model_read),
7787         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7788         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7789         (egg_recent_model_set_property), (egg_recent_model_class_init),
7790         (egg_recent_model_init), (egg_recent_model_add_full),
7791         (egg_recent_model_delete), (egg_recent_model_get_list),
7792         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7793         (egg_recent_model_set_filter_mime_types),
7794         (egg_recent_model_clear_group_filter),
7795         (egg_recent_model_set_filter_groups),
7796         (egg_recent_model_clear_scheme_filter),
7797         (egg_recent_model_set_filter_uri_schemes),
7798         (egg_recent_model_remove_expired):
7799         * cut-n-paste/recent-files/egg-recent-util.c:
7800         (egg_recent_util_get_icon):
7801         * cut-n-paste/recent-files/egg-recent-util.h:
7802         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7803         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7804         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7805         (egg_recent_view_uimanager_set_property),
7806         (egg_recent_view_uimanager_get_property),
7807         (egg_recent_view_uimanager_class_init),
7808         (egg_recent_view_uimanager_init),
7809         (egg_recent_view_uimanager_set_label_width),
7810         (egg_recent_view_uimanager_get_label_width):
7811         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7812         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7814         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7815         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7816         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7817         
7818         Update from libegg.
7819
7820 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7821
7822         * shell/ev-page-cache.c: (build_height_to_page),
7823         (ev_page_cache_get_height_to_page):
7824         * shell/ev-page-cache.h:
7825         * shell/ev-view.c: (view_update_range_and_current_page),
7826         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7827         (ev_view_previous_page):
7828         
7829         Dual mode places even pages to the left. Fix for the bug #309393.
7830
7831         * shell/ev-view.h:
7832         * shell/ev-window.c: (update_action_sensitivity),
7833         (setup_view_from_metadata), (view_menu_popup_cb):
7834         
7835         Don't restore presentation in empty windows, more intelligent
7836         next page behaviour in dual mode.
7837
7838         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7839         (ev_pixbuf_cache_clear_job_sizes):
7840         
7841         Cleanup job callback on removal. Fix for the bug #325886.
7842
7843 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7844
7845         * ps/ps.c: (psscan):
7846         
7847         Commit workaround Mozilla problem. Fix for the bug #325919
7848         
7849         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7850         (save_item):
7851         
7852         Fix for year 2038 problem.
7853
7854 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7855
7856         * shell/ev-window.c: (setup_document_from_metadata),
7857         (ev_window_cmd_view_reload):
7858
7859         Clamp page recieved from metadata in valid values. Fix
7860         for the bug #325986.
7861
7862 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * MAINTAINERS: 
7865         Add MAINTAINERS as requested on desktop-devel-list.
7866
7867 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7868
7869         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7870         (mime_type_supported_by_gdk_pixbuf),
7871         (ev_document_factory_get_mime_types),
7872         (ev_document_factory_get_all_mime_types):
7873         
7874         Don't add pixbuf mime types if pixbuf backend is disabled.
7875         
7876         * shell/ev-application.c: (ev_application_get_uri_window):
7877         
7878         Fix for the bug 325815 - unhandled MIME type message doesn't 
7879         appear a second time. 
7880         
7881         * shell/ev-document-types.c: (ev_document_types_add_filters):
7882         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7883         (password_dialog_response), (ev_window_popup_password_dialog),
7884         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7885         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7886         (ev_window_run_presentation), (ev_window_stop_presentation),
7887         (save_sizing_mode), (ev_window_zoom_changed_cb),
7888         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7889         (ev_window_dual_mode_changed_cb),
7890         (ev_window_sidebar_current_page_changed_cb),
7891         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7892         (window_state_event_cb), (window_configure_event_cb):
7893         
7894         Cleanup additional uris holded by EvWindow.
7895
7896 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7899         (ev_view_can_previous_page), (ev_view_can_next_page):
7900         * shell/ev-view.h:
7901         * shell/ev-window.c: (update_action_sensitivity):
7902         
7903         Two page scrolling with Space and PageUp in dual mode. Second fix 
7904         for the bug #316608.
7905
7906 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * shell/ev-view.c: (scroll_to_current_page):
7909         
7910         Correctly clamp adjustment value. Fix for the bug
7911         #325808.
7912
7913 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * shell/ev-sidebar-links.c: (print_section_cb):
7916         * shell/ev-window.c: (ev_window_get_uri),
7917         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7918         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7919         (ev_window_dispose):
7920         
7921         Make print dialog non-modal. Fix for the bug #325622.
7922
7923 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * shell/ev-metadata-manager.c:
7926         * shell/ev-utils.c: (using_pdf_printer),
7927         (using_postscript_printer), (load_print_config_from_file),
7928         (save_print_config_to_file):
7929         * shell/ev-utils.h:
7930         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7931         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7932         (setup_view_from_metadata), (ev_window_setup_document),
7933         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7934         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7935         (ev_window_run_presentation), (ev_window_stop_presentation),
7936         (save_sizing_mode), (ev_window_zoom_changed_cb),
7937         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7938         (ev_window_dual_mode_changed_cb),
7939         (ev_window_sidebar_current_page_changed_cb),
7940         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7941         (window_state_event_cb), (window_configure_event_cb),
7942         (ev_window_init):
7943         
7944         Setting saving behaviour fixes.
7945
7946 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * configure.ac:
7949         
7950         Make antialiasing gs options better and allow
7951         to change them during configure. Fix for the 
7952         bug #319049.
7953
7954 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7955
7956         * shell/ev-window.c: (setup_view_from_metadata):
7957         
7958         Remember if last window was maximized. Fix for the
7959         bug #323797.
7960
7961 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7962
7963         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7964
7965 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7968         * shell/ev-page-action.c: (build_new_tree_cb):
7969         * shell/ev-sidebar-links.c: (links_page_num_func),
7970         (update_page_callback_foreach), (update_page_callback):
7971         * shell/ev-view.c: (scroll_to_current_page):
7972         
7973         Fix for the bug #325067 with more intelligent selection
7974         of current link in sidebar. Make sidebar handle links
7975         of FITR-like type more correctly.
7976
7977         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7978         (dvi_pixbuf_put_pixel):
7979         
7980         Fix memory consumtion with disabled alpha channel.
7981
7982 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7983
7984         * data/evince-ui.xml:
7985         * shell/ev-window.c: (view_menu_popup_cb),
7986         (ev_popup_cmd_open_link), (ev_window_init):
7987         
7988         Update context menu for internal links. Fix for the bug
7989         #325066.
7990
7991 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7992
7993         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7994         
7995         Bind context menu to keyboard also. Fix for the bug
7996         #325065.
7997
7998 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7999
8000         * shell/ev-view.c: (selection_scroll_timeout_cb):
8001         
8002         Horizontal scroll on selection also.
8003
8004 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006         * shell/ev-metadata-manager.c: (parse_value):
8007         * shell/ev-view.c: (goto_xyz_link):
8008         
8009         Correct zoom setup and metadata save broken in 
8010         some locales.
8011
8012 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8013
8014         * shell/ev-view-private.h:
8015         * shell/ev-view.c: (scroll_to_current_page),
8016         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8017         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8018         (page_changed_cb), (ev_view_set_continuous),
8019         (ev_view_set_dual_page), (ev_view_set_presentation):
8020         
8021         Delay scroll until allocation to correctly position page. Fix
8022         for the bug #317334.
8023
8024 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * NEWS:
8027         * configure.ac:
8028         
8029         Update NEWS and require poppler 0.5.0.
8030
8031 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8032         
8033         * data/evince-ui.xml:
8034         * shell/ev-view-private.h:
8035         * shell/ev-view.c: (ev_view_get_link_at_location),
8036         (handle_link_over_xy), (ev_view_button_press_event),
8037         (ev_view_button_release_event), (ev_view_class_init):
8038         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8039         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8040         (ev_window_init):
8041         
8042         Implement right-click context menu.
8043
8044 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8047         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8048         (mdvi_pixbuf_device_render):
8049         * pdf/ev-poppler.cc:
8050
8051         Don't generate thumbnails with alpha. See bug #324077.
8052         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8053
8054 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8055
8056         * shell/ev-window.c: (setup_chrome_from_metadata):
8057         
8058         Fix typo that was hiding toolbar.
8059
8060 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8061
8062         * shell/ev-view-private.h:
8063         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8064         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8065         (ev_view_button_release_event), (ev_view_destroy):
8066         
8067         Small cleanup and autoscrolling during selection. Thanks to 
8068         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8069
8070 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8071
8072         * configure.ac:
8073         
8074         Correctly check for comics option.
8075
8076 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8077         * Makefile.am:
8078         * configure.ac:
8079         * backend/Makefile.am:
8080         * backend/ev-document-factory.c:
8081         * shell/ev-document-types.c:
8082
8083         Included option in configure to make ps backend 
8084         compilation optional with --disable-ps.
8085
8086 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8087
8088         * backend/ev-document-factory.c:
8089         * comics/Makefile.am:
8090         * comics/comics-document.c: (comics_document_load):
8091         * comics/ev-cbr-mime.xml:
8092         * configure.ac:
8093         
8094         Comics mime types are added to shared-mime-info CVS. Now
8095         we don't need to install our own mime types.
8096
8097 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * shell/ev-window.c:
8100         
8101         Add shortcut for "save a copy" menu entry. Fix for
8102         the bug #324582.
8103
8104 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8107         (job_finished_cb), (new_selection_pixbuf_needed),
8108         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8109         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8110         
8111         Rework selection job info logic and fix critical warning.
8112
8113 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8114
8115         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8116
8117 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8118
8119         * data/evince-ui.xml:
8120         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8121         
8122         Enter as shortcut key for next page. Fix for the bug
8123         #321394.
8124
8125 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8126
8127         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8128
8129 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8132         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8133         (new_selection_pixbuf_needed),
8134         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8135         (clear_job_selection):
8136         
8137         Too early for 0.5. Pixbuf cache code cleaned a bit.
8138
8139 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * NEWS:
8142         * configure.ac:
8143         
8144         Release 0.5.0 preparation
8145
8146 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8147
8148         * comics/Makefile.am:
8149         * configure.ac:
8150         * shell/ev-document-types.c: (ev_document_types_add_filters):
8151         
8152         More advanced handling of custom mime type installation.
8153
8154 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8155
8156         * data/evince.schemas.in:
8157         * shell/ev-metadata-manager.c: (value_free),
8158         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8159         (ev_metadata_manager_get), (ev_metadata_manager_set):
8160         * shell/ev-metadata-manager.h:
8161         * shell/ev-window.c: (update_chrome_flag),
8162         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8163         (setup_document_from_metadata), (setup_chrome_from_metadata),
8164         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8165         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8166         (ev_window_view_toolbar_cb),
8167         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8168         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8169         
8170         Save last document settings and reuse them for new documents.
8171
8172 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * Makefile.am:
8175         * backend/Makefile.am:
8176         * backend/ev-document-factory.c:
8177         * backend/ev-document-factory.h:
8178         * comics/Makefile.am:
8179         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8180         (comics_document_load), (comics_document_save),
8181         (comics_document_get_n_pages), (comics_document_get_page_size),
8182         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8183         (comics_document_class_init), (comics_document_can_get_text),
8184         (comics_document_get_info), (comics_document_document_iface_init),
8185         (comics_document_init), (get_supported_image_extensions),
8186         (comics_document_thumbnails_get_geometry),
8187         (comics_document_thumbnails_get_thumbnail),
8188         (comics_document_thumbnails_get_dimensions),
8189         (comics_document_document_thumbnails_iface_init), (extract_argv):
8190         * comics/comics-document.h:
8191         * comics/ev-cbr-mime.xml:
8192         * configure.ac:
8193         * po/POTFILES.in:
8194         * shell/ev-application.c: (ev_application_register_service):
8195         * shell/ev-document-types.c: (ev_document_types_add_filters):
8196         * thumbnailer/Makefile.am:
8197         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8198         
8199         New CBR/CBZ backend for comic books.
8200
8201 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8202
8203         * shell/main.c: (load_files_remote):
8204
8205         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8206         warning on startup of second instance is fixed. It
8207         is bug #320353.
8208
8209 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * shell/ev-window.c: (ev_window_finalize):
8212         
8213         Fix double free that cause crash.
8214
8215 2005-10-29  Bastien Nocera <hadess@hadess.net>
8216
8217         * tiff/tiff-document.c: (tiff_document_load):
8218         
8219         Fix memory leak.
8220
8221 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * po/POTFILES.in:
8224         * shell/Makefile.am:
8225         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8226         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8227         (ev_view_accessible_get_text),
8228         (ev_view_accessible_get_character_at_offset),
8229         (ev_view_accessible_get_text_before_offset),
8230         (ev_view_accessible_get_text_at_offset),
8231         (ev_view_accessible_get_text_after_offset),
8232         (ev_view_accessible_get_character_count),
8233         (ev_view_accessible_get_caret_offset),
8234         (ev_view_accessible_set_caret_offset),
8235         (ev_view_accessible_get_run_attributes),
8236         (ev_view_accessible_get_default_attributes),
8237         (ev_view_accessible_get_character_extents),
8238         (ev_view_accessible_get_offset_at_point),
8239         (ev_view_accessible_get_n_selections),
8240         (ev_view_accessible_get_selection),
8241         (ev_view_accessible_add_selection),
8242         (ev_view_accessible_remove_selection),
8243         (ev_view_accessible_set_selection),
8244         (ev_view_accessible_text_iface_init),
8245         (ev_view_accessible_idle_do_action),
8246         (ev_view_accessible_action_do_action),
8247         (ev_view_accessible_action_get_n_actions),
8248         (ev_view_accessible_action_get_description),
8249         (ev_view_accessible_action_get_name),
8250         (ev_view_accessible_action_set_description),
8251         (ev_view_accessible_action_iface_init),
8252         (ev_view_accessible_get_type), (ev_view_accessible_new),
8253         (ev_view_accessible_factory_get_accessible_type),
8254         (ev_view_accessible_factory_create_accessible),
8255         (ev_view_accessible_factory_class_init),
8256         (ev_view_accessible_factory_get_type):
8257         * shell/ev-view-accessible.h:
8258         * shell/ev-view-private.h:
8259         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8260         * shell/ev-view.h:
8261         
8262         Initial accessibility support.
8263
8264 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8265
8266         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8267
8268 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8269
8270         * shell/ev-print-job.c: (idle_print_handler):
8271         
8272         Fix for bug Bug 318916: Printing multiple pages.
8273
8274 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8275
8276         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8277
8278 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8279
8280         * pdf/ev-poppler.cc:
8281         
8282         Thumnail dimensions unified with other backends.
8283         
8284         * shell/ev-window-title.c: (ev_window_title_update):
8285         
8286         Fix warning.
8287
8288 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * data/ev-stock-zoom-fit-width.png:
8291         
8292         Remove unused file.
8293
8294 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8295
8296         * configure.ac:
8297         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8298         (djvu_document_finalize):
8299         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8300         (dvi_document_finalize):
8301         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8302         (pixbuf_document_save), (pixbuf_document_finalize):
8303         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8304         (tiff_document_finalize):
8305         
8306         Save a copy implemented for various backends.
8307
8308 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8309
8310         * configure.ac:
8311         
8312         Don't link with ltiff if tiff is disabled.
8313
8314 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8315
8316         * pdf/GDKSplashOutputDev.cc:
8317         * pdf/GDKSplashOutputDev.h:
8318         * pdf/Thumb.cc:
8319         * pdf/Thumb.h:
8320         * pdf/pdf-document.cc:
8321         * pdf/pdf-document.h:
8322         * pdf/test-gdk-output-dev.cc:
8323         
8324         Remove old unused files.
8325
8326 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8327
8328         * shell/ev-window.c: (ev_window_setup_document):
8329         
8330         Fixed warnings on reload and probably crash reason.
8331
8332 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8333
8334         * properties/ev-properties-view.c:
8335         (ev_properties_view_format_date):
8336         
8337         Check if date is invalid. Fix for bug 318134.
8338
8339 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8340
8341         * shell/ev-window-title.c:
8342         
8343         Add .indd files (Adobe Indesign) to the list of "bad
8344         extensions".
8345
8346 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8347
8348         * data/evince-ui.xml:
8349         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8350         
8351         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8352
8353 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8354
8355         * shell/ev-window.c: (launch_link), (launch_external_uri),
8356         (view_external_link_cb):
8357
8358         URL-escape link before passing it to gnome_vfs_url_show.
8359
8360 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8361
8362         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8363         there isn't text selected.
8364
8365 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * shell/ev-view.c: (handle_link_over_xy):
8368
8369         Check tooltip is valid utf8 before showing it
8370
8371 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8372
8373         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8374
8375 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8376
8377         * shell/ev-window-title.c: (ev_window_title_update):
8378
8379         Guard against using g_strstrip on NULL. Fixes bug #317291.
8380
8381 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * pdf/ev-poppler.cc:
8384
8385         Show title even for unknown links
8386
8387 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8388
8389         * shell/ev-window-title.c: (ev_window_title_update):
8390
8391         Strip the title string
8392
8393 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * shell/ev-window-title.c:
8396
8397         Add .rtf to the bad extensions list
8398
8399 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8400
8401         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8402         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8403
8404         Ignore link coordinates if they are outside page bounds
8405
8406 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * backend/ev-link.c: (ev_link_type_get_type),
8409         (ev_link_get_filename), (ev_link_get_params),
8410         (ev_link_get_property), (ev_link_set_property),
8411         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8412         * backend/ev-link.h:
8413         * pdf/ev-poppler.cc:
8414         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8415         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8416         (ev_window_init):
8417
8418         Implement launch links. Delegate external link opening to
8419         the window.
8420
8421 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8422
8423         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8424         (ev_link_get_right), (ev_link_get_property),
8425         (ev_link_set_property), (ev_link_class_init),
8426         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8427         * backend/ev-link.h:
8428         * pdf/ev-poppler.cc:
8429         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8430
8431         Implement fitr links
8432
8433 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8436         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8437         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8438         (ev_view_size_request_continuous),
8439         (ev_view_size_request_dual_page),
8440         (ev_view_size_request_single_page), (ev_view_size_allocate),
8441         (ev_view_zoom_for_size_continuous_and_dual_page),
8442         (ev_view_zoom_for_size_continuous),
8443         (ev_view_zoom_for_size_dual_page),
8444         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8445         (ev_sizing_mode_get_type):
8446         * shell/ev-view.h:
8447         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8448
8449         Do not use modes for link, we need to calculate size ad hoc.
8450         Still not perfect because of the usual scrollbar issues grrr.
8451
8452 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * backend/ev-link.c: (ev_link_type_get_type),
8455         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8456         * backend/ev-link.h:
8457         * pdf/ev-poppler.cc:
8458         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8459         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8460         (ev_view_size_request_continuous),
8461         (ev_view_size_request_dual_page),
8462         (ev_view_size_request_single_page), (ev_view_size_allocate),
8463         (zoom_for_size_fit_height),
8464         (ev_view_zoom_for_size_continuous_and_dual_page),
8465         (ev_view_zoom_for_size_continuous),
8466         (ev_view_zoom_for_size_dual_page),
8467         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8468         (ev_sizing_mode_get_type):
8469         * shell/ev-view.h:
8470         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8471
8472         Implement FIT_HEIGHT mode (only for links).
8473         Implement FITH links
8474
8475 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * shell/ev-window-title.c: (get_filename_from_uri),
8478         (ev_window_title_sanitize_extension), (ev_window_title_update),
8479         (ev_window_title_set_document), (ev_window_title_set_uri),
8480         (ev_window_title_free):
8481         * shell/ev-window-title.h:
8482         * shell/ev-window.c: (ev_window_setup_document),
8483         (ev_window_popup_password_dialog):
8484
8485         Refactor window title building while fixing it for
8486         password documents.
8487
8488 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * pdf/ev-poppler.cc:
8491
8492         Escape link title before setting it in the model
8493
8494 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-application.c: (removed_from_session), (save_session),
8497         (init_session), (ev_application_get_empty_window),
8498         (ev_application_init), (ev_application_get_windows):
8499         * shell/ev-application.h:
8500         * shell/ev-window.c: (ev_window_finalize):
8501
8502         Add a function to retrieve window list and share it where
8503         necessary.
8504         Implement session handling, works pretty well thanks to the
8505         metadata system.
8506
8507 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * shell/ev-password.c: (ev_password_item_created_callback),
8510         (ev_password_dialog_save_password):
8511         
8512         Fix for bug 316972. Use async gnome-keyring API.
8513
8514 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8515
8516         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8517         Remove unused unrealize handler. Add scroll handling to
8518         ev_view_scroll_event for presentation mode (bug #316708),
8519         and fix the event state checks there.
8520
8521 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * shell/ev-page-action.c: (page_changed_cb):
8524
8525         "marco, maybe we should be crazy and jump right to 6! :)"
8526
8527         Bryan Clark, Sep 2005
8528
8529 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * ps/ps-document.c: (save_document), (ps_document_save),
8532         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8533         (ps_document_ps_export_end):
8534
8535         Fix unstructured documents save and print
8536
8537 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8538
8539         * shell/ev-application.c: (ev_application_open_uri):
8540
8541         Fix window size persistance
8542
8543 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8544
8545         * shell/ev-view.c: (ev_view_button_release_event):
8546
8547         Based on a patch from carlosgc@gnome.org. Mouse buttons
8548         switch pages in presentation mode.
8549
8550 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8553
8554         Dont cast to int before scaling
8555
8556 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8557
8558         * backend/ev-link.c: (ev_link_type_get_type),
8559         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8560         (ev_link_new_page_fith):
8561         * backend/ev-link.h:
8562         * pdf/ev-poppler.cc:
8563         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8564
8565         Implement FIT and FITH links
8566
8567 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * pdf/ev-poppler.cc:
8570
8571         Return 0 results when search is not in progress.
8572
8573         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8574         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8575
8576         Update menu sensitivity when cancelling search
8577
8578 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8579
8580         * shell/ev-view.c: (ev_view_can_find_next):
8581
8582         Take all pages in consideration, not just current one
8583
8584 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * shell/ev-page-cache.c:
8587         * shell/ev-page-cache.h:
8588         * shell/ev-view.c: (ev_view_binding_activated),
8589         (ev_view_next_page), (ev_view_previous_page),
8590         (ev_sizing_mode_get_type):
8591         * shell/ev-view.h:
8592         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8593         (ev_window_cmd_go_next_page):
8594
8595         Move page next/previous functions from page chace to
8596         view and change it to move by 2 page steps in dual mode.
8597
8598 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8599
8600         * shell/ev-window.c: (update_sidebar_visibility),
8601         (setup_sidebar_from_metadata), (ev_window_setup_document),
8602         (setup_view_from_metadata):
8603
8604         Show the index by default when there is one     
8605
8606 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * shell/ev-window-title.c: (ev_window_title_set_document):
8609
8610         Missing null check
8611
8612 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * shell/ev-view.c: (view_update_range_and_current_page):
8615         
8616         Allow display of last odd page in dual view. Fix for 316347.
8617
8618 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8619
8620         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8621         
8622         Make close button default. Fix for 316383.
8623
8624 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8625
8626         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8627         
8628         Mark close button as default. Fix for 316381.
8629
8630 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * backend/ev-link.c: (ev_link_class_init):
8633
8634         Allow negative doubles in left/top properties
8635
8636 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * shell/ev-window.c:
8639
8640         Remove a bunch of strings that was used only
8641         by the statusbar.
8642
8643 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-window-title.c: (get_filename_from_uri),
8646         (ev_window_title_set_document):
8647
8648         When title has a confusing extension, show also
8649         the document filename inside ()
8650
8651 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8652
8653         * shell/Makefile.am:
8654         * shell/ev-window-title.c: (ev_window_title_new),
8655         (ev_window_title_update), (ev_window_title_set_type),
8656         (ev_window_title_set_document), (ev_window_title_free):
8657         * shell/ev-window-title.h:
8658         * shell/ev-window.c: (ev_window_setup_document),
8659         (password_dialog_response), (ev_window_popup_password_dialog),
8660         (ev_window_dispose), (ev_window_init):
8661
8662         Factor out and cleanup window title code
8663
8664 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8667         (unable_to_load):
8668
8669         Make dialog transient so it doesnt block other windows
8670
8671 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8672
8673         * pdf/ev-poppler.cc:
8674         
8675         Fix pdf thumbnails rendering.
8676
8677 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8678
8679         * shell/ev-window.c: (fullscreen_set_timeout):
8680         
8681         Increase timeout to hide full screen popup. Bug 
8682         316123. 
8683
8684 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * data/evince.schemas.in:
8687         * shell/ev-window.c: (update_action_sensitivity):
8688
8689         Allow the user to override document restrictions. Fix for bug
8690         305818.
8691
8692 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8693
8694         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8695         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8696         (ev_window_class_init): Fix multihead behaviour of fullscreen
8697         toolbar popup. Fixes bug #315451.
8698
8699 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8700
8701         * configure.ac:
8702         * data/evince-password.glade:
8703         * shell/ev-password.c: (ev_password_dialog_set_property),
8704         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8705         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8706         (ev_password_dialog_entry_changed_cb),
8707         (ev_password_dialog_entry_activated_cb),
8708         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8709         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8710         (ev_password_dialog_set_bad_pass):
8711         * shell/ev-password.h:
8712         * shell/ev-window.c: (password_dialog_response),
8713         (ev_window_popup_password_dialog):
8714         
8715         Support for gnome-keyring for encrypted PDF's.
8716
8717 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8718
8719         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8720         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8721         (ev_view_enter_notify_event), (ev_view_class_init):
8722         
8723         More precise handling of enter_notify/leave_notify events
8724         in EvView. Fix for bug 315470.
8725
8726 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8727
8728         * shell/ev-window.c: (fullscreen_timeout_cb),
8729         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8730         (ev_window_dispose):
8731
8732         leak fix: unref fullscreen_timeout_source before clearing it
8733
8734 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8735
8736         * configure.ac, dvi/mdvi/Makefile.am: 
8737         
8738         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8739
8740 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * backend/ev-link.c: (ev_link_new_page_xyz):
8743         * pdf/ev-poppler.cc:
8744         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8745
8746         Fix some bugs with xyz links, respect zoom
8747
8748 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8749
8750         * shell/ev-window.c: (page_changed_cb),
8751         (setup_document_from_metadata), (update_sidebar_visibility),
8752         (setup_view_from_metadata), (ev_window_run_fullscreen),
8753         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8754         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8755         (ev_window_dual_mode_changed_cb),
8756         (ev_window_sidebar_current_page_changed_cb):
8757
8758         null check uri before setting and getting metadata
8759
8760 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * dvi/Makefile.am:
8763         * properties/Makefile.am:
8764         * shell/Makefile.am:
8765         * thumbnailer/Makefile.am:
8766
8767         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8768
8769 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8772         (selection_changed_callback):
8773         * shell/ev-sidebar-links.h:
8774
8775         Add a signal for link activation.
8776
8777         * shell/ev-view.c: (ev_view_goto_link),
8778         (ev_view_button_release_event):
8779         * shell/ev-view.h:
8780         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8781         (ev_window_init):
8782
8783         Implement the signal so that we can handle all link types.
8784
8785         * shell/ev-page-cache.c:
8786
8787         Remove unused set_link function
8788
8789 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8790
8791         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8792
8793         Add some space from the cursor, hardcoded but I couldnt
8794         find a better way.
8795
8796 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8797
8798         * lib/ev-tooltip.c:
8799
8800         Use mozilla style vs gtk style, way better for links.
8801
8802         * shell/ev-view.c: (ev_view_motion_notify_event),
8803         (ev_view_destroy), (ev_view_init):
8804
8805         Deactive tooltip when the link hovered is changed.
8806
8807 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * backend/ev-document.h:
8810         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8811         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8812         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8813         (ev_link_new_page), (ev_link_new_page_xyz):
8814         * backend/ev-link.h:
8815         * pdf/ev-poppler.cc:
8816         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8817         (go_to_link), (tip_from_link):
8818
8819         Implement xyz links, still not functional. Links are a total
8820         mess, will need to refactor and bugfix a lot :(
8821
8822 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8823
8824         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8825
8826 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8827
8828         * data/evince-ui.xml:
8829         * data/evince.schemas.in:
8830         * shell/Makefile.am:
8831         * shell/ev-window.c: (update_chrome_visibility),
8832         (password_dialog_response), (ev_window_load_job_cb),
8833         (ev_window_xfer_job_cb), (ev_window_open_uri),
8834         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8835         (ev_window_init):
8836
8837         Remove the statusbar. This regress loading feedback, need to
8838         check with Bryan what we want to do there...
8839
8840 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8841
8842         * lib/ev-tooltip.c: (ev_tooltip_init):
8843
8844         Fix tooltip border and size handling
8845
8846 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8847
8848         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8849         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8850         (ev_tooltip_timeout), (ev_tooltip_activate),
8851         (ev_tooltip_deactivate):
8852         * lib/ev-tooltip.h:
8853         * shell/ev-view.c: (ev_view_motion_notify_event):
8854
8855         Delay popup showing. Mirror gtk logic/times.
8856
8857 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * lib/Makefile.am:
8860         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8861         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8862         (ev_tooltip_set_text), (ev_tooltip_set_position):
8863         * lib/ev-tooltip.h:
8864
8865         Simple widget to show tooltips at a custom position
8866
8867         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8868         (ev_view_destroy):
8869
8870         Use it for links. First go, needs work
8871
8872 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8873
8874         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8875         HIG fixes.  Use title capitalization for window title. Use 12 
8876         pixels of space between the dialog's vbox and action area.
8877
8878 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * shell/ev-window.c: (file_open_dialog_response_cb),
8881         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8882         (ev_window_cmd_save_as):
8883
8884         Make file pickers not modal and refactor code some
8885
8886 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8887
8888         * shell/ev-sidebar.h:
8889         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8890         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8891         (ev_sidebar_class_init), (ev_sidebar_select_page),
8892         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8893         (ev_sidebar_set_page):
8894
8895         Add a current page property and allow to get/set it
8896
8897         * shell/ev-window.c: (setup_view_from_metadata),
8898         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8899
8900         Persist current sidebar page per document
8901
8902 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * data/evince.schemas.in:
8905         * shell/ev-window.c: (update_chrome_visibility),
8906         (setup_document_from_metadata), (update_sidebar_visibility),
8907         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8908         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8909         (ev_window_run_presentation), (ev_window_stop_presentation),
8910         (ev_window_view_sidebar_cb),
8911         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8912         (load_chrome), (ev_window_init):
8913
8914         Persist size/visibility of sidebar per document
8915
8916 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8917
8918         * shell/ev-view.c (draw_loading_text): Draw loading text.
8919
8920 2005-09-02  Dan Damian  <dand@gnome.ro>
8921
8922         * configure.in: Added "ro" to ALL_LINGUAS.
8923
8924 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8925
8926         * shell/ev-view.c: (clear_caches):
8927
8928         ev_page_cache_get doesnt return a reference,
8929         dont try to unref it.
8930
8931 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * shell/main.c: (load_files_remote):
8934
8935         Fix timestamp parameter with dbus <= 0.33
8936
8937 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * data/evince.schemas.in:
8940
8941         Add missing full stop
8942
8943 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8944
8945         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8946         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8947
8948         Plug some memory leaks
8949
8950 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8951
8952         * configure.ac:
8953         * lib/ev-debug.c: (trap_handler):
8954
8955         Check for execinfo.h and use it only if it exists.
8956         Ported from Epiphany (bug #314776).
8957
8958 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8959
8960         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8961
8962 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8963
8964         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8965         * po/id.po      : Added Indonesian translation
8966
8967 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8968
8969         * shell/main.c:
8970         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8971         * NEWS: Release 0.4.0
8972
8973 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8974
8975         * configure.ac: catch another gtk+-2.8ism
8976         * shell/main.c: Make work with gtk+-2.6
8977
8978 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8979
8980         * shell/ev-application-service.xml: Add 'timestamp' argument to
8981           ev_application_open_window and ev_application_open_uri methods.
8982
8983         * shell/ev-application.h: Add 'timestamp' argument to
8984           ev_application_open_window, ev_application_open_uri,
8985           and ev_application_open_uri_list functions.
8986
8987         * shell/ev-application.c (ev_application_open_window,
8988           ev_application_open_uri, ev_application_open_uri_list): Change
8989           functions that show/present windows to use a timestamp if one
8990           is passed in.
8991
8992         * shell/ev-window.c (ev_window_cmd_file_open,
8993           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8994         * shell/main.c (load_files): Modify calls to ev_application to
8995           include GDK_CURRENT_TIME as timestamp.
8996
8997         * shell/main.c (load_files_remote): Obtain timestamp for client
8998           instance from GDK and pass to server instance so new windows are
8999           focused properly.  Fix dbus_g_proxy_call() calls by including second
9000           G_TYPE_INVALID.
9001           
9002         Closes bug #314475.
9003
9004 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/ev-window.c (ev_window_finalize): Check for
9007         avail. EvWindows when quiting to handle the finalize better,
9008         #314497
9009
9010 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9011         
9012         * properties/ev-properties-view.c: 
9013         
9014         Set textdomain to libglade. Fixes translation problem in property page.
9015
9016 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9017
9018         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9019         * dvi/Makefile.am:
9020         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9021         * dvi/mdvi-lib/Makefile.am:
9022         
9023         Fix rotation of thumbnails, ported to new API. Moved library
9024         dependencies earlier, probably it will fix linkage problem.
9025
9026 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9027
9028         * backend/ev-document-misc.c:
9029         (ev_document_misc_get_thumbnail_frame):
9030         * backend/ev-document-misc.h:
9031         * configure.ac:
9032         * pdf/ev-poppler.cc:
9033         * shell/Makefile.am:
9034         * shell/ev-sidebar-thumbnails.c: (add_range),
9035         (ev_sidebar_thumbnails_set_loading_icon),
9036         (ev_sidebar_thumbnails_refresh),
9037         (ev_sidebar_thumbnails_set_document):
9038         * shell/ev-sidebar-thumbnails.h:
9039         * shell/ev-view.c: (ev_view_motion_notify_event),
9040         (ev_view_set_property), (ev_view_get_property),
9041         (ev_view_class_init), (ev_view_set_rotation):
9042         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9043         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9044         (ev_window_init):
9045         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9046         Redo rotation (again).  prepare for 0.4.0
9047
9048 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9049
9050         * configure.ac: Bump poppler requirement to 0.4.1.
9051
9052         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9053         argument to poppler_page_render_selection() call.
9054
9055 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9056
9057         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9058         (djvu_document_thumbnails_get_thumbnail):
9059         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9060         (dvi_document_thumbnails_get_thumbnail):
9061         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9062         (pixbuf_document_thumbnails_get_thumbnail):
9063         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9064         
9065         Update rotation direction of backends to fit with pdf and ps.
9066
9067 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9068
9069         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9070         * backend/ev-async-renderer.h:
9071         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9072         (setup_page), (ps_document_get_page_size),
9073         (ps_async_renderer_render_pixbuf):
9074         * ps/ps-document.h:
9075         * shell/ev-jobs.c: (ev_job_render_run):
9076
9077         Fix orientation in the postscript document
9078
9079 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * pdf/ev-poppler.cc:
9082         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9083         * shell/ev-view.c: (highlight_find_results):
9084
9085         Adapt to the new poppler rotation API. Fix text maps on landscape
9086         documents.
9087
9088 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * shell/ev-view.c (compute_new_selection_text): get the correct
9091         region when selecting in modes other than continuous.
9092
9093 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9094
9095         * shell/main.c (main): remove redundant g_warnings.
9096
9097 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099         * shell/Makefile.am: Don't include autogenerated
9100         file ev-application-service.h into distribution, since
9101         it causes dbus crash. Fix for bugs 313724 and 313443. 
9102
9103 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105         * configure.ac: Fix sed expression for FreeBSD. Thanks
9106         to Joe Marcus Clark <marcus@freebsd.org>
9107         
9108         * shell/eggfindbar.c: (entry_activate_callback),
9109         (entry_changed_callback), (egg_find_bar_init),
9110         (egg_find_bar_set_search_string):
9111         
9112         Made findbar buttons unsensitive if there is no text in
9113         entry. Fix for the bug 313285.
9114
9115 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9116
9117         * ps/ps-document.c: Use g_filename_display_name for displaying
9118         filenames and revert string freeze breackage
9119
9120 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * NEWS:
9123         * configure.ac:
9124
9125         Update for 0.3.4
9126
9127         * shell/Makefile.am:
9128
9129         Add ev-application-service.xml to extra dist
9130
9131         * shell/ev-view.c: (find_page_at_location):
9132
9133         Remove unused function (fix warning)
9134
9135 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9136
9137         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9138         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9139         
9140         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9141         bug 313623.
9142
9143 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9144
9145         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9146         * shell/ev-window.c:
9147         Fix build warnings
9148
9149 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9150
9151         * configure.ac: Update script to get dbus version.
9152         Fix for the bug #313443.
9153
9154 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9155
9156         * shell/ev-window.c: (ev_window_cmd_escape):
9157         
9158         Return focus back to view on escape. Fix for bug 313295.
9159
9160 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9161
9162         * shell/ev-window.c: (update_window_title),
9163         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9164         (ev_window_cmd_save_as):
9165         
9166         Correct conversion from uri to displayable string. Fix for
9167         bug 313296.
9168
9169 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9170
9171         * ps/ps-document.c: convert filename to utf8 when there is an error
9172         loading document. Fixes #309915
9173
9174 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9175
9176         * configure.ac:
9177
9178         We depend on poppler 0.4.0
9179
9180 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9181
9182         * configure.ac:
9183         * NEWS: Release 0.3.3.
9184         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9185
9186 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9187
9188         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9189         add a couple missing mnemonics to menu items, use title 
9190         capitalization for menu items and window titles, and add 
9191         ellipsis to open menu item.     
9192
9193 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * pdf/ev-poppler.cc:
9196         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9197         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9198         (ev_view_get_rotation):
9199         * shell/ev-view.h:
9200         * shell/ev-window.c: (setup_view_from_metadata),
9201         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9202         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9203         disk.
9204
9205 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9206
9207         * configure.ac: Added tr to ALL_LINGUAS
9208
9209 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9210
9211         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9212         requires several clicks to find word. Thanks to 
9213         Colin Slater <kiltedtaco@gmail.com>.
9214
9215 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9216
9217         * data/evince.desktop.in.in: Hide menu entry and
9218         rename it to "Document Viewer". Fix for bug 
9219         #312399.
9220
9221 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9222
9223         * shell/ev-page-action.c (ev_page_action_class_init): 
9224
9225         Point to the correct function in constructor of the
9226         activate_label signal
9227
9228 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9231         * shell/ev-jobs.h: Make thread safe.
9232
9233 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9234
9235         * shell/ev-view.c: (view_update_range_and_current_page):
9236         Don't update page range if we are scrolling to some document
9237         point.
9238
9239 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9240
9241         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9242         when getting max_page_width, fix drawing in dual mode.
9243
9244 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9245
9246         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9247         getting the area for select_all.
9248
9249 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9250
9251         * backend/ev-selection.c: (ev_selection_render_selection):
9252         * backend/ev-selection.h:
9253         * pdf/ev-poppler.cc:
9254         * shell/ev-jobs.c: (ev_job_render_new):
9255         * shell/ev-jobs.h:
9256         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9257         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9258         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9259         (ev_view_class_init):
9260
9261         Change selection color on focus in and focus out events.  Also,
9262         poppler now uses GdkColor for specifying the selection colors, so
9263         drop some awkward conversion code.
9264
9265 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9266
9267         * configure.ac: Added Hebrew translation
9268
9269 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9270
9271         * NOTES:
9272         * backend/ev-selection.c: (ev_selection_render_selection):
9273         * backend/ev-selection.h:
9274         * pdf/ev-poppler.cc:
9275         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9276         (ev_job_render_run):
9277         * shell/ev-jobs.h:
9278         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9279         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9280         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9281         (ev_pixbuf_cache_style_changed),
9282         (ev_pixbuf_cache_get_selection_pixbuf),
9283         (ev_pixbuf_cache_set_selection_list),
9284         (ev_pixbuf_cache_get_selection_list):
9285         * shell/ev-pixbuf-cache.h:
9286         * shell/ev-utils.c: (ev_print_region_contents):
9287         * shell/ev-utils.h:
9288         * shell/ev-view.c: (ev_view_queue_draw_page),
9289         (selection_update_idle_cb), (ev_view_motion_notify_event),
9290         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9291         (setup_caches), (ev_view_find_next), (merge_selection_region),
9292         (selection_free):
9293         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9294
9295         Clean up selection to be much smoother!
9296
9297 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9298
9299         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9300         to poppler_page_render_selection().
9301
9302 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9303
9304         * ps/ps-document.c: (save_page_list): Use
9305         unzipped document when printing. Thanks to 
9306         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9307         311016.
9308
9309 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9310
9311         * shell/ev-window.c: (update_action_sensitivity):
9312         
9313         Disable print and save respect to lockdown gconf keys. Fix
9314         for 312342.
9315
9316 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9317
9318         * configure.ac:
9319         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9320         (write_to_temp_file), (ev_file_set_contents):
9321         * shell/ev-utils.h:
9322         * shell/ev-window.c: (save_print_config_to_file):
9323         
9324         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9325         Fix for bug 312238
9326
9327 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9328
9329         * shell/ev-window.c: (load_print_config_from_file),
9330         (save_print_config_to_file), (ev_window_print_range):
9331
9332         Persist the print settings. Fixes bug #311578.
9333
9334 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9335
9336         * djvu/djvu-document.c: (djvu_document_get_page_size),
9337         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9338         (djvu_document_thumbnails_get_thumbnail):
9339         * dvi/dvi-document.c: (dvi_document_get_page_size),
9340         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9341         (dvi_document_thumbnails_get_dimensions),
9342         (dvi_document_thumbnails_get_thumbnail):
9343         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9344         (pixbuf_document_render_pixbuf),
9345         (pixbuf_document_document_iface_init),
9346         (pixbuf_document_thumbnails_get_thumbnail):
9347         
9348         Update backends to make them build with new rotation system.
9349
9350 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9351
9352         * help/C/figures/evince_start_window.png:
9353         
9354         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9355
9356 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9359         * shell/ev-pixbuf-cache.h:
9360         * shell/ev-sidebar-thumbnails.c:
9361         (ev_sidebar_thumbnails_get_property), (add_range),
9362         (adjustment_changed_cb):
9363         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9364         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9365         we were thumbnailing the entire docment on startup, slowing us
9366         down hugely. 
9367
9368 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9369
9370         * shell/ev-page-cache.c: (ev_page_cache_new):
9371         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9372         == 0, fixes #310306.
9373
9374 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9375
9376         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9377         (ev_view_rotate_left):
9378
9379         Account rotation in doc_rect_to_view_rect.
9380         Ensure rotation doesnt go out of bounds.
9381
9382 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9385
9386         Correct and cleanup w/h swapping
9387
9388 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * backend/ev-document-thumbnails.c:
9391         (ev_document_thumbnails_get_thumbnail):
9392         * backend/ev-document-thumbnails.h:
9393         * backend/ev-document.c:
9394         * backend/ev-document.h:
9395         * backend/ev-render-context.c: (ev_render_context_new),
9396         (ev_render_context_set_rotation):
9397         * backend/ev-render-context.h:
9398         * pdf/ev-poppler.cc:
9399         * ps/ps-document.c: (ps_document_document_iface_init):
9400         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9401         * shell/ev-jobs.h:
9402         * shell/ev-page-cache.c: (build_height_to_page),
9403         (ev_page_cache_new), (ev_page_cache_get_size),
9404         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9405         (ev_page_cache_get_height_to_page):
9406         * shell/ev-page-cache.h:
9407         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9408         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9409         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9410         (ev_pixbuf_cache_get_selection_pixbuf):
9411         * shell/ev-pixbuf-cache.h:
9412         * shell/ev-print-job.c: (idle_print_handler):
9413         * shell/ev-sidebar-thumbnails.c: (add_range):
9414         * shell/ev-view.c: (view_update_range_and_current_page),
9415         (get_page_y_offset), (get_page_extents),
9416         (ev_view_size_request_continuous_dual_page),
9417         (ev_view_size_request_continuous),
9418         (ev_view_size_request_dual_page),
9419         (ev_view_size_request_single_page), (draw_one_page),
9420         (ev_view_set_rotation), (ev_view_rotate_right),
9421         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9422         (ev_view_zoom_for_size_continuous_and_dual_page),
9423         (ev_view_zoom_for_size_continuous),
9424         (ev_view_zoom_for_size_dual_page),
9425         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9426         (ev_view_select_all):
9427         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9428         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9429         (tiff_document_document_iface_init),
9430         (tiff_document_thumbnails_get_thumbnail):
9431
9432         Use rotation rather than orientation. It's easier and enough
9433         for our needs.
9434
9435 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9436
9437         * shell/ev-page-cache.c: (build_height_to_page),
9438         (ev_page_cache_new), (ev_page_cache_get_size),
9439         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9440         (ev_page_cache_get_height_to_page):
9441         * shell/ev-page-cache.h:
9442         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9443         (ev_view_size_request_continuous_dual_page),
9444         (ev_view_size_request_continuous),
9445         (ev_view_zoom_for_size_continuous_and_dual_page),
9446         (ev_view_zoom_for_size_continuous):
9447
9448         Make the page cache aware of page orientation.
9449
9450 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9451
9452         * backend/ev-document-thumbnails.c:
9453         (ev_document_thumbnails_get_thumbnail):
9454         * backend/ev-document-thumbnails.h:
9455         * backend/ev-document.c:
9456         * backend/ev-document.h:
9457         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9458         * backend/ev-ps-exporter.h:
9459         * pdf/ev-poppler.cc:
9460         * ps/ps-document.c: (ps_document_document_iface_init),
9461         (ps_document_ps_export_do_page):
9462         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9463         * shell/ev-jobs.h:
9464         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9465         (ev_page_cache_get):
9466         * shell/ev-page-cache.h:
9467         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9468         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9469         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9470         * shell/ev-pixbuf-cache.h:
9471         * shell/ev-print-job.c: (idle_print_handler):
9472         * shell/ev-sidebar-thumbnails.c: (add_range):
9473         * shell/ev-view.c: (view_update_range_and_current_page),
9474         (get_page_extents), (ev_view_size_request_dual_page),
9475         (ev_view_size_request_single_page), (draw_one_page),
9476         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9477         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9478         (ev_view_zoom_for_size_dual_page),
9479         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9480         (ev_view_select_all):
9481         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9482         * tiff/tiff-document.c: (tiff_document_get_page_size),
9483         (tiff_document_get_orientation), (rotate_pixbuf),
9484         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9485         (tiff_document_thumbnails_get_thumbnail),
9486         (tiff_document_ps_export_do_page), (tiff_document_init):
9487
9488         Really make use of the orientation bit of the render context.
9489         Use the render context in a few more places in the backend API.
9490         This regress orientation, but now it's done right. Will try to
9491         fix it up asap...
9492
9493 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9494
9495         * shell/ev-view.c: (ensure_rectangle_is_visible):
9496
9497         Patch by Nickolay V. Shmyrev to fix find flickering
9498
9499 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9500
9501         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9502         duplex parameters to ::begin.
9503
9504         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9505         * shell/ev-print-job.c (idle_print_handler): 
9506         * ps/ps-document.c (ps_document_ps_export_begin): 
9507         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9508         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9509         implementations. Poppler backend needs poppler cvs. Rest has
9510         unchanged behavior.
9511
9512 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9513
9514         * shell/ev-window.c (using_pdf_printer): new function.
9515         (ev_window_print_range): print a less techy message if someone
9516         tries to print to PDF.
9517
9518 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9519
9520         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9521         from "unknown font" string. Bug #311431
9522
9523 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9524
9525         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9526
9527 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9528
9529         Bug #311280
9530         
9531         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9532         name for PopplerFontTypes
9533         (pdf_document_fonts_fill_model): add font type to the detail column
9534
9535         * backend/ev-document-fonts.h: added
9536         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9537
9538         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9539         font name and font details, add a little markup.
9540         (ev_properties_fonts_init): use the new cell data func, specify ypad
9541         property for the cell renderer.
9542         (ev_properties_fonts_set_document): add the details column.
9543
9544 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9545
9546         * configure.ac: Added "pl" to ALL_LINGUAS.
9547
9548 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9549
9550         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9551
9552 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9553
9554         * help/ChangeLog: Started this for translations of manual.
9555         * configure.ac, autogen.sh, .cvsignore: Migrated to
9556         gnome-doc-utils. Patch in bug #311222.
9557
9558 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9559
9560         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9561         #ifdef this away to fix an unused-function warning.
9562
9563 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9564
9565         * configure.ac: Added 'gl' to ALL_LINGUAS.
9566
9567 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9568
9569         * configure.ac: Added ne in ALL_LINGUAS
9570         
9571 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9572
9573         * shell/ev-view.c: (ev_view_leave_notify_event):
9574         
9575         Clear status message when pointer leaves view. Fix for bug
9576         #310818 
9577
9578 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9579
9580         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9581
9582 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9583
9584         * shell/ev-view.c: (ev_view_leave_notify_event),
9585         (ev_view_class_init):
9586         
9587         Set cursor to normal then leaving view.
9588
9589 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9590
9591         * configure.ac:
9592         
9593         Fix required djvulibre version.
9594
9595 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9596
9597         *configure.ac: Hindi (hi) language added
9598
9599 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9600
9601         *configure.ac: Punjabi (pa) Language added
9602
9603 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9604
9605         * data/evince-ui.xml, shell/ev-window.c:
9606         
9607         Add keypad accelerators for zooming. Fix for bug 308128.
9608
9609 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9610
9611         * Makefile.am:
9612         * backend/Makefile.am:
9613         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9614         * configure.ac:
9615         * shell/ev-document-types.c: (ev_document_types_add_filters):
9616
9617         Allow to enable/disable the pixbuf backend.
9618         Default to off for now. If we want it enabled we should
9619         really put mime types in the desktop, implement properties etc.
9620
9621         * properties/evince-properties.c:
9622
9623         Initialize error to NULL.
9624         Check error is not NULL before freeing.
9625
9626 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9627
9628         * shell/ev-window.c:
9629
9630         Use F5 as presentation accell
9631
9632 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9633
9634         * shell/ev-window.c: (update_chrome_visibility),
9635         (ev_window_create_fullscreen_popup), (ev_window_init):
9636
9637         Do not leak the fullscreen toolbar
9638
9639 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9640
9641         * shell/ev-window.c: (view_actions_focus_in_cb),
9642         (view_actions_focus_out_cb):
9643
9644         These has a return value! Fix totally random focus
9645         issues we was seeing.
9646
9647 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9648
9649         * shell/main.c: (load_files_remote):
9650
9651         Allow open more than one file
9652
9653 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * shell/main.c: (load_files_remote):
9656
9657         Fix for dbus 0.33. bug #309975
9658
9659 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9660
9661         * properties/ev-properties-main.c: (ev_properties_get_pages):
9662
9663         Actually return NULL for types we dont support
9664
9665 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9666
9667         * po/POTFILES.in:
9668
9669         Remove empty lines.
9670
9671 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9672
9673         * backend/ev-document-factory.c:
9674         (ev_document_factory_get_document):
9675
9676         Do not try to create the object if type
9677         is invalid.
9678
9679 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * ps/ps-document.c: (ps_document_dispose),
9682         (ps_async_renderer_render_pixbuf):
9683         * ps/ps-document.h:
9684
9685         Do not leak the target window
9686
9687 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * shell/ev-application.c: (ev_application_init):
9690
9691         Let tbe check file existence for us.
9692         Add a comment about eggrecent mime filter.
9693
9694 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9695
9696         * data/evince-ui.xml:
9697         * shell/ev-application.c: (ev_application_shutdown),
9698         (ev_application_init), (ev_application_get_toolbars_model),
9699         (ev_application_get_recent_model),
9700         (ev_application_save_toolbars_model):
9701         * shell/ev-application.h:
9702         * shell/ev-window.c: (ev_window_add_recent),
9703         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9704         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9705         (ev_window_init):
9706
9707         Use common toolbar and recent models for all windows.
9708         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9711
9712         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9713         successfully check for gtk_icon_view_get_visible_range.
9714
9715 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9716
9717         * djvu/Makefile.am:
9718         * dvi/Makefile.am:
9719         
9720         Fix djvu and dvi backend build.
9721
9722 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9723
9724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9725         (new_separator_pixbuf):
9726
9727         Don't leak windows.
9728
9729 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9730
9731         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9732
9733         HIGification of toolbar editor dialogue.
9734
9735 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9736
9737         * configure.ac:
9738         * shell/Makefile.am:
9739
9740         Ever build metadata manager since it's just
9741         disabled at runtime now.
9742
9743 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9744
9745         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9746         (ev_metadata_manager_get), (ev_metadata_manager_set):
9747         * shell/ev-metadata-manager.h:
9748
9749         Add an _init functions that enabled metadata management
9750         at runtime.
9751
9752         * shell/ev-window.c: (page_changed_cb),
9753         (setup_document_from_metadata), (ev_window_setup_document),
9754         (setup_view_from_metadata), (ev_window_open_uri),
9755         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9756         (ev_window_run_presentation), (ev_window_stop_presentation),
9757         (save_sizing_mode), (ev_window_zoom_changed_cb),
9758         (ev_window_continuous_changed_cb),
9759         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9760         (window_configure_event_cb):
9761
9762         Remove all ugly metadata define since we deal with it
9763         at runtime now.
9764
9765         * shell/main.c: (load_files_remote), (main):
9766
9767         Add support for dbus cvs head. Hopefully didnt break one
9768         of the other versions now!
9769
9770         If we dont get a response from the dbus server just
9771         give up with it and not enable metadata.
9772
9773 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9774
9775         * Makefile.am:
9776         * backend/Makefile.am:
9777         * configure.ac:
9778         * cut-n-paste/recent-files/Makefile.am:
9779         * cut-n-paste/toolbar-editor/Makefile.am:
9780         * cut-n-paste/zoom-control/Makefile.am:
9781         * lib/Makefile.am:
9782         * pdf/Makefile.am:
9783         * pixbuf/Makefile.am:
9784         * properties/Makefile.am:
9785         * ps/Makefile.am:
9786         * shell/Makefile.am:
9787         * thumbnailer/Makefile.am:
9788         * tiff/Makefile.am:
9789
9790         Make frontends depend on just libev.
9791         Rework and group CFLAGS/LIBS definitions.
9792         Cleanups.
9793
9794 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9795
9796         * shell/ev-window:
9797
9798         do not unnecessarily save zoom
9799
9800         * configure.ac:
9801         * lib/ev-file-helpers.c: (ev_dot_dir):
9802         * shell/Makefile.am:
9803         * shell/dummy.cc:
9804
9805         Some cleanups
9806
9807 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9808
9809         * configure.ac:
9810         
9811         Remove unnecessary dependencies
9812
9813 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9814
9815         * properties/Makefile.am:
9816         * thumbnailer/Makefile.am:
9817         * tiff/Makefile.am:
9818
9819         Some more cleanups. Was really necessary
9820         but I probably introduced bugs, feel free
9821         to flame :)
9822
9823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9824
9825         * backend/Makefile.am:
9826         * configure.ac:
9827         * cut-n-paste/recent-files/Makefile.am:
9828         * cut-n-paste/toolbar-editor/Makefile.am:
9829         * cut-n-paste/zoom-control/Makefile.am:
9830         * lib/Makefile.am:
9831         * pdf/Makefile.am:
9832         * pixbuf/Makefile.am:
9833         * properties/Makefile.am:
9834         * ps/Makefile.am:
9835         * shell/Makefile.am:
9836         * thumbnailer/Makefile.am:
9837         * tiff/Makefile.am:
9838
9839         Use gnome-common macros when possible.
9840         Cleanup dependencies.
9841         Actually disable deprecated where possible.
9842
9843 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9844
9845         * Makefile.am:
9846         * backend/Makefile.am:
9847         * properties/Makefile.am:
9848         * shell/Makefile.am:
9849         * thumbnailer/Makefile.am:
9850
9851         This should solve the circular dep without
9852         requiring dir reorg!
9853
9854         * shell/ev-window.c: (setup_view_from_metadata):
9855
9856         Never restore window size/position when the
9857         window is already visible.
9858
9859 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9860
9861         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9862
9863         Return a boolean from timeout func. Fix ported from gedit.
9864
9865 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9866
9867         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9868
9869 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9870
9871         * shell/ev-document-types.c: set "All Documents" as default filter in
9872         open dialog
9873
9874 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9875
9876         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9877         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9878         (ev_metadata_manager_set_boolean): fix value/val thinko.
9879
9880 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9881
9882         * shell/ev-window.c: (setup_view_from_metadata),
9883         (window_state_event_cb), (window_configure_event_cb),
9884         (ev_window_init):
9885
9886         Remember window position and maximized state
9887
9888 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9889
9890         * configure.ac:
9891
9892         Fix DBUS configure checks.
9893
9894         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9895         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9896         (ev_metadata_manager_set_boolean):
9897
9898         Plug mem leaks.
9899
9900         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9901         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9902         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9903         (ev_window_continuous_changed_cb),
9904         (ev_window_dual_mode_changed_cb), (ev_window_new):
9905
9906         Fix the build without DBUS.
9907
9908 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9909
9910         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9911         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9912         (ev_metadata_manager_set_string),
9913         (ev_metadata_manager_set_boolean):
9914         * shell/ev-metadata-manager.h:
9915
9916         Add support for some more types
9917
9918         * shell/ev-view.c: (scroll_to_current_page),
9919         (ev_view_get_continuous), (ev_view_set_continuous),
9920         (ev_view_get_dual_page):
9921         * shell/ev-view.h:
9922         * shell/ev-window.c: (page_changed_cb),
9923         (setup_document_from_metadata), (ev_window_setup_document),
9924         (setup_view_from_metadata), (ev_window_open_uri),
9925         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9926         (ev_window_run_presentation), (ev_window_stop_presentation),
9927         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9928         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9929         (ev_window_update_dual_page_action),
9930         (ev_window_continuous_changed_cb),
9931         (ev_window_dual_mode_changed_cb), (ev_window_init):
9932
9933         Remember a bunch of view/document properties. Prolly some
9934         are still missing but it's getting interesting.
9935
9936 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9937
9938         * configure.ac: check if dbus-binding-tool is installed. Not the
9939         case on current Ubuntu breezy, it seems.
9940
9941 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9942
9943         * data/evince.desktop.in.in:
9944         
9945         Allow open uri lists and add TryExec field.
9946
9947 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9948
9949         * configure.ac:
9950
9951         Enable dbus when available, do not require a configure
9952         option.
9953
9954 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9955
9956         * configure.ac:
9957
9958         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9959         disabled.
9960
9961 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9962         Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9965         
9966         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9967         functions to the format required by dbus
9968
9969         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9970         errors. Use the RPC parameters in the expected way
9971
9972 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * Makefile.am:
9975         * properties/Makefile.am:
9976         * properties/ev-properties-main.c: (ev_properties_get_pages):
9977
9978         Support all mime types
9979
9980         * shell/Makefile.am:
9981         * thumbnailer/Makefile.am:
9982         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9983         (evince_thumbnail_pngenc_get):
9984
9985         Use the document factory
9986
9987 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9988
9989         * backend/Makefile.am:
9990         * backend/ev-document-factory.c:
9991         (mime_type_supported_by_gdk_pixbuf),
9992         (ev_document_type_get_from_mime),
9993         (ev_document_factory_get_document),
9994         (ev_document_factory_get_backend),
9995         (ev_document_factory_get_mime_types),
9996         (ev_document_factory_get_all_mime_types):
9997         * backend/ev-document-factory.h:
9998         * shell/Makefile.am:
9999         * shell/ev-document-types.c: (get_document_from_uri),
10000         (ev_document_types_get_document),
10001         (file_filter_add_mime_list_and_free),
10002         (ev_document_types_add_filters):
10003         * shell/ev-document-types.h:
10004         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10005         * shell/ev-properties-dialog.c:
10006         (ev_properties_dialog_set_document):
10007         * shell/ev-window.c: (ev_window_cmd_file_open),
10008         (ev_window_cmd_save_as):
10009         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10010
10011         Rework document types managing to avoid code duplication
10012         and actually abstract from backend implementations.
10013         Also provide a minimal factory api that can be used by
10014         thumbnailer/properties.
10015
10016 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10017
10018         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10019         Plug a mem leak.
10020         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10021         HIG spacings.
10022
10023 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10024
10025         * shell/ev-properties-dialog.c
10026         (ev_properties_dialog_set_document): only call
10027         ev_properties_fonts_set_document() if the document implements the
10028         fonts interface
10029
10030 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10031
10032         * configure.ac:
10033         * properties/Makefile.am:
10034         * properties/ev-properties-view.c:
10035         (ev_properties_view_register_type):
10036         * properties/ev-properties-view.h:
10037         * properties/ev-properties-main.h:
10038
10039         Implement nautilus plugin for properties.
10040         Works only for pdf atm, I need to rework the
10041         document types stuff to get this to work
10042         for all backends...
10043
10044 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10045
10046         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10047         (ev_properties_fonts_set_document): use
10048         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10049
10050 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10051
10052         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10053         them
10054         (PlaceImage, tiff2ps_process_page): use
10055         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10056
10057
10058 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10059
10060         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10061         (main): to call gnome_authentication_manager_init. Should fix
10062         Bug #308510
10063
10064         * configure.ac: that requires libgnomeui 2.6.0.
10065
10066 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10067
10068         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10069         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10070         use the new tiff2ps interfaces
10071
10072         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10073         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10074
10075         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10076         structure instead of global variables.  Remove use of static
10077         variables in functions.
10078
10079 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10080
10081         * shell/ev-page-action.c: unref the completion after setting it to the
10082         entry
10083
10084 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10085
10086         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10087         postscript files
10088
10089 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10090
10091         * shell/ev-window.c (update_action_sensitivity): disable
10092         File->Print if the document does not implement the ps exporter
10093         interface
10094
10095 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10096
10097         * Makefile.am:
10098         * configure.ac:
10099         * data/evince-properties.glade:
10100         * properties/.cvsignore:
10101         * properties/Makefile.am:
10102         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10103         (ev_properties_view_class_init), (ev_properties_view_format_date),
10104         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10105         (ev_properties_view_init), (ev_properties_view_new):
10106         * properties/ev-properties-view.h:
10107         * shell/Makefile.am:
10108         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10109         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10110         (ev_properties_dialog_new):
10111         * shell/ev-properties-dialog.h:
10112         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10113         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10114         (update_progress_label), (job_fonts_finished_cb),
10115         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10116         * shell/ev-properties-fonts.h:
10117         * shell/ev-properties.c:
10118         * shell/ev-properties.h:
10119         * shell/ev-window.c: (ev_window_setup_document),
10120         (ev_window_cmd_file_properties):
10121
10122         Split the properties pages in two different objects, depend
10123         only on the backend where possible, use widgets instead
10124         of gobject for the glade part, reimplement the dialog
10125         itself with gtk.
10126         I need this to implement nautilus properties page.
10127
10128 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10129
10130         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10131         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10132         (tiff_document_document_ps_exporter_iface_init): implement the ps
10133         exporter interface for tiff documents
10134
10135         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10136         libtiff to implement TIFF postscript export
10137
10138         * tiff/tiff2ps.h: added a header file for external tiff2ps
10139         functions.
10140
10141         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10142         tiff2ps.h
10143
10144 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10145
10146         * shell/ev-view.c: (scroll_to_current_page),
10147         (ev_view_set_fullscreen), (ev_view_set_presentation):
10148         
10149         Scroll to current page when exit from presentation
10150
10151 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10152
10153         * shell/ev-window.c: (update_document_mode),
10154         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10155         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10156         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10157         
10158         Exit from fullscreen mode when switch to presentation. Fix for
10159         bug 309365
10160
10161 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10162
10163         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10164         return NULL if the document does not implement the selection
10165         interface.
10166
10167 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10168
10169         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10170         reported height by using the resolution aspect ratio
10171         (tiff_document_render_pixbuf): scale the pixbuf using the
10172         resolution aspect ratio
10173
10174 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * configure.ac:
10177         
10178         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10179         <kiltedaco@gmail.com>
10180         
10181         * djvu/djvu-document.c: (djvu_document_get_orientation),
10182         (djvu_document_set_orientation), (djvu_document_get_page_size),
10183         (rotate_pixbuf), (djvu_document_render_pixbuf),
10184         (djvu_document_document_iface_init):
10185         * dvi/dvi-document.c: (dvi_document_get_orientation),
10186         (dvi_document_set_orientation), (dvi_document_get_page_size),
10187         (rotate_pixbuf), (dvi_document_render_pixbuf),
10188         (dvi_document_document_iface_init):
10189         
10190         Dvi and djvu backends are ported to new API
10191
10192 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10193
10194         * backend/ev-selection.c: (ev_selection_get_selection_region),
10195         (ev_selection_get_selection_map):
10196         * backend/ev-selection.h:
10197         * pdf/ev-poppler.cc:
10198         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10199         * shell/ev-jobs.h:
10200         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10201         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10202         (ev_pixbuf_cache_get_text_mapping):
10203         * shell/ev-pixbuf-cache.h:
10204         * shell/ev-view.c: (location_in_text),
10205         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10206         support to EvView.  Now we can see where we can select!  Sweet!
10207
10208 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10209
10210         * shell/ev-view.c (ev_view_button_press_event): Fix
10211         event->y + view->scroll_x typo.
10212
10213 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10214
10215         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10216         sub-GdkPixbuf instead of passing dest_x and dest_y.
10217         
10218         * shell/ev-view.c: (view_point_to_doc_point),
10219         (view_rect_to_doc_rect), (ev_view_button_press_event),
10220         (ev_view_motion_notify_event), (compute_new_selection_rect),
10221         (gdk_rectangle_point_in), (compute_new_selection_text),
10222         (compute_selections): Update selection code to keep the selection
10223         around as two points and not as a normalized rectangle, and fix
10224         page level selection in two-column mode.
10225
10226 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10227
10228         * shell/ev-window.c: (window_configure_event_cb): 
10229         
10230         Fix compilation
10231         
10232 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10233
10234         * pdf/ev-poppler.cc:
10235
10236         Fix compilation
10237
10238 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * shell/Makefile.am:
10241         * shell/ev-metadata-manager.c: (item_free),
10242         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10243         (parse_value), (parseItem), (load_values),
10244         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10245         (save_values), (save_item), (get_oldest), (resize_items),
10246         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10247         * shell/ev-metadata-manager.h:
10248
10249         Metadata manager from gedit but modified to use GValue, so that
10250         we dont need to keep converting from strings.
10251
10252         * configure.ac:
10253
10254         ENABLE_METADATA conditional, on when dbus is on
10255
10256         * shell/ev-application.c: (ev_application_open_uri):
10257
10258         Show the window after load so that we can initialize
10259         window size before it's showed.
10260
10261         * shell/ev-window.c: (ev_window_setup_from_metadata),
10262         (ev_window_open_uri), (window_configure_event_cb),
10263         (ev_window_init):
10264
10265         Save and load metadata information about window size.
10266         Not yet keeping states in account.
10267
10268         * shell/main.c: (main):
10269
10270         Shutdown metadata manager.
10271
10272 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * shell/ev-application-service.xml:
10275         * configure.ac:
10276         * shell/Makefile.am:
10277         * shell/ev-application.c:
10278         * shell/ev-application.h:
10279         * shell/ev-window.c:
10280         * shell/ev-window.h:
10281         * shell/main.c:
10282
10283         Add an optional dbus interface (--enable-dbus).
10284         Rework application code, mainly to be easier to
10285         use "remotely".
10286         Do not open multiple windows with the same document,
10287         spatial evince!
10288
10289 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10290
10291         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10292         pixbuf iff it exists.
10293
10294 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10295
10296         * shell/*:
10297         * backend/ev-render-context.[ch]:
10298         * backend/ev-selection.[ch]:
10299
10300         Massive changes.  We now support text selection of pdfs, and not
10301         just rectangular selection.  This is pretty broken still, but I
10302         want to get something into CVS.
10303
10304 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10305
10306         * pdf/ev-poppler.cc:
10307         
10308         Fix for Bug 309080: crash on window close.
10309         
10310         * shell/ev-page-action.c: (page_changed_cb):
10311         
10312         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10313         jensgr@gmx.net (Jens Granseuer).
10314
10315 2005-06-25  Marcel Telka  <marcel@telka.sk>
10316
10317         * configure.in (ALL_LINGUAS): Added sk.
10318
10319 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10320
10321         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10322         not a document open
10323
10324 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10325
10326         * NEWS:
10327         * configure.ac:
10328
10329         Release 0.3.2
10330
10331         * cut-n-paste/recent-files/Makefile.am:
10332
10333         Fix make distcheck
10334
10335 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10336
10337         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10338         (pixbuf_document_set_orientation), (rotate_pixbuf),
10339         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10340         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10341
10342         Implement rotation and cleanup the code a bit.
10343
10344         * tiff/tiff-document.c: (tiff_document_get_page_size),
10345         (tiff_document_get_orientation), (tiff_document_set_orientation),
10346         (rotate_pixbuf), (tiff_document_render_pixbuf),
10347         (tiff_document_document_iface_init), (tiff_document_init):
10348
10349         Implement rotation. Was the quicker solution for the release
10350         but we really need to share this code in the shell.
10351
10352 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10353
10354         * pdf/ev-poppler.cc:
10355
10356         Enable rotation, require poppler cvs. Fix a leak.
10357
10358 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * shell/ev-window.c: (update_action_sensitivity):
10361         
10362         Make properties unsensitive if document backend doesn't provide
10363         any info
10364
10365 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10366
10367         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10368         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10369         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10370         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10371         (bitmap_flip_rotate_counter_clockwise):
10372         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10373         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10374         (buff_gets):
10375         * dvi/mdvi-lib/common.h:
10376         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10377         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10378         (opendvi), (mdvi_reload), (mdvi_init_context),
10379         (mdvi_destroy_context), (mdvi_dopage), (special):
10380         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10381         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10382         (file_hash_free), (register_encoding), (parse_spec),
10383         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10384         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10385         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10386         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10387         (mdvi_register_font_type), (mdvi_unregister_font_type),
10388         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10389         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10390         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10391         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10392         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10393         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10394         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10395         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10396         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10397         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10398         (mdvi_unregister_special), (mdvi_flush_specials):
10399         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10400         (t1_font_remove):
10401         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10402         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10403         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10404         (free_font_metrics), (flush_font_metrics):
10405         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10406         (tt_font_remove):
10407         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10408         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10409         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10410         (dstring_insert), (dstring_new), (dstring_reset):
10411         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10412         
10413         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10414         avoid conflict with libtool on FC4
10415         
10416         * shell/ev-window.c: (ev_window_cmd_help_about):
10417         
10418         Update copyright year. Fix for bug 308828.
10419
10420 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10421
10422         * shell/ev-view.c: (add_scroll_binding_keypad),
10423         (ev_view_binding_activated), (ev_view_class_init),
10424         (on_adjustment_value_changed):
10425         
10426         Bug 170874: Arrow keys switch pages in presentation mode
10427
10428 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10429
10430         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10431         
10432         Fix for Bug 308265: Sidebar dissappears coming out of 
10433         Presentation mode
10434
10435 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10436
10437         * shell/ev-application.c: (ev_application_open):
10438         * shell/ev-document-types.c: (ev_document_types_add_filters),
10439         (ev_document_types_add_filters_for_type):
10440         * shell/ev-document-types.h:
10441         * shell/ev-window.c: (ev_window_cmd_save_as):
10442         
10443         Suggest basename as template when saving, provide filters
10444         for save dialog. It's bug 308402
10445
10446 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10447
10448         * pdf/ev-poppler.cc:
10449         * shell/ev-sidebar-links.c: (job_finished_callback):
10450         * shell/ev-view.c: (update_find_status_message):
10451         
10452         Some leaks fixed
10453
10454 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10455
10456         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10457         (egg_recent_view_uimanager_set_list):
10458
10459         Fix buglet in !show_numbers case.
10460
10461 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10462
10463         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10464         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10465
10466         Use pango ellipsisation.
10467
10468         * pdf/ev-poppler.cc:
10469
10470         Fix refcount leak, from nsh.
10471
10472 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10473
10474         * cut-n-paste/recent-files/Makefile.am:
10475         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10476         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10477         
10478         Removed EggRecentViewGtk
10479         
10480         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10481         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10482         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10483         (ev_window_setup_recent):
10484         
10485         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10486         with other projects
10487
10488 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10489
10490         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10491         (egg_recent_view_gtk_finalize):
10492
10493         Fix memory leak
10494
10495         * cut-n-paste/toolbar-editor/Makefile.am:
10496         
10497         Fix location of cursor icon.
10498         
10499         * pdf/ev-poppler.cc:
10500         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10501         (display_completion_text), (match_completion):
10502         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10503         (selection_changed_callback), (create_loading_model),
10504         (print_section_cb), (links_page_num_func),
10505         (update_page_callback_foreach):
10506         * shell/ev-window.c: (ev_window_dispose):
10507         
10508         Small memory fixes. Links model now store objects instead
10509         of pointers to improve memory management. 
10510
10511 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10512
10513         * shell/ev-window.c: (zoom_control_changed_cb):
10514         
10515         Fix update of zoom control (bug 308268).
10516
10517 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10518
10519         * shell/ev-properties.c (set_property): escape the text correctly.
10520         Handles non-UTF-8 properties and escaped properties.  Also, sets
10521         the text to "<i>None</i>" if the property isn't set.
10522
10523         * data/evince-properties.glade: Change the label to be ellipsized,
10524         and give it a minimum size.
10525
10526 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10527
10528         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10529         * shell/ev-sidebar-links.c: (create_loading_model):
10530         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10531         * shell/ev-view.c: (ev_view_set_document):
10532         * shell/ev-window.c: (ev_window_dispose):
10533         
10534         Various small fixes, mostly memory leaks. Thanks to valgrind.
10535
10536 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10537
10538         * ps/ps-document.c: remove the locale.h include again ;-). And
10539         kill the (bogus) setlocale/savelocale business.
10540
10541 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10542
10543         * ps/ps-document.c:
10544         
10545         Include locale.h to fix build
10546         
10547         * shell/ev-sidebar.c:
10548         
10549         Remove unnecessary includes
10550
10551 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * dvi/dvi-document.c: (dvi_document_load):
10554         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10555         * po/POTFILES.in:
10556         
10557         Check for incorrect dvi files. Fix parsing dvi on AMD64
10558         platform. Thanks to tester@tester.ca (Olivier Crete).
10559
10560 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10561
10562         * shell/ev-page-action.c: (match_selected_cb),
10563         (display_completion_text), (match_completion), (update_model):
10564         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10565         (expand_open_links):
10566         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10567         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10568         (ev_sidebar_set_document):
10569         * shell/ev-window.c: (ev_window_xfer_job_cb),
10570         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10571         
10572         Fixed lot's of memory leaks, for example, memory leak on reload, 
10573         described in bug 307793.
10574
10575 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * pdf/ev-poppler.cc:
10578         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10579         (update_visible_range), (adjustment_changed_cb),
10580         (ev_sidebar_thumbnails_fill_model),
10581         (ev_sidebar_thumbnails_refresh),
10582         (ev_sidebar_tree_selection_changed),
10583         (ev_sidebar_icon_selection_changed),
10584         (ev_sidebar_thumbnails_use_icon_view),
10585         (ev_sidebar_thumbnails_set_document):
10586         * shell/ev-sidebar-thumbnails.h:
10587         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10588         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10589
10590         Refresh thumbnails when changing orientation. Not fully
10591         working yet becuase of a sidebar bug.
10592
10593         Set page orientation to poppler page everywhere. This sucks
10594         really need to fix poppler.
10595
10596 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10599         (egg_recent_view_gtk_new_menu_item),
10600         (egg_recent_view_gtk_set_property),
10601         (egg_recent_view_gtk_get_property),
10602         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10603         (egg_recent_view_gtk_set_tooltip_func),
10604         (egg_recent_view_gtk_set_label_width),
10605         (egg_recent_view_gtk_get_label_width):
10606         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10607
10608         Sync with libegg (ellipsize labels)
10609
10610 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10611
10612         * data/evince-ui.xml:
10613         * shell/ev-window.c: (ev_window_cmd_go_forward),
10614         (ev_window_cmd_go_backward):
10615         
10616         Shift + PageUp moves 10 Pages. Fix for 306125
10617
10618 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10619
10620         * pdf/ev-poppler.cc:
10621
10622         Add a flag to check if orientation has been overriden
10623
10624 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10625
10626         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10627         field if necessary.
10628
10629         * ps/ps.h: add creator field to document.
10630
10631         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10632         set creator field.
10633
10634 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * data/evince-properties.glade:
10637         * shell/ev-properties.c: (ev_properties_set_document):
10638
10639         s/PDF Version/Format
10640
10641 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10642
10643         * shell/ev-properties.c: (ev_properties_set_document):
10644
10645         Remove unnecessary translations
10646
10647 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10648
10649         * cut-n-paste/toolbar-editor/Makefile.am:
10650
10651         Correct library name    
10652
10653 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10654
10655         * configure.ac:
10656         * cut-n-paste/recent-files/egg-recent-model.c:
10657         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10658         (egg_recent_model_unlock_file):
10659         * cut-n-paste/recent-files/egg-recent-util.c:
10660         (egg_recent_util_get_unique_id):
10661         * cut-n-paste/recent-files/update-from-egg.sh:
10662         * cut-n-paste/toolbar-editor/Makefile.am:
10663         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10664         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10665         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10666         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10667         (egg_toolbars_model_get_type):
10668         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10669
10670         Better makefile for toolbar editor and update everything
10671         to latest libegg.
10672
10673 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10674
10675         * shell/ev-window.c: (update_document_mode):
10676
10677         Prefer presentation mode when the document
10678         require fullscreen.
10679
10680 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10681
10682         * data/evince-ui.xml:
10683         * shell/ev-window.c:
10684
10685         Add control-equal for zooming
10686
10687 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10688
10689         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10690
10691 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10692
10693         * backend/ev-document.c: (ev_document_get_orientation):
10694         * backend/ev-document.h:
10695         * pdf/ev-poppler.cc:
10696         * ps/ps-document.c: (ps_document_get_orientation),
10697         (ps_document_set_orientation), (ps_document_document_iface_init):
10698
10699         Add a get_orientation api. Improve set_orientation.
10700
10701         * data/evince-ui.xml:
10702         * shell/ev-view.c: (ev_view_set_orientation),
10703         (ev_view_rotate_right), (ev_view_rotate_left):
10704         * shell/ev-view.h:
10705         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10706         (ev_window_cmd_edit_rotate_right):
10707
10708         Better ui for changing document orientation
10709
10710 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10711
10712         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10713         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10714         * shell/ev-sidebar-links.h:
10715         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10716         (ev_sidebar_page_iface_init):
10717         * shell/ev-sidebar-page.h:
10718         * shell/ev-sidebar-thumbnails.c:
10719         (ev_sidebar_thumbnails_get_property),
10720         (ev_sidebar_thumbnails_class_init),
10721         (ev_sidebar_thumbnails_set_document):
10722         * shell/ev-sidebar-thumbnails.h:
10723         * shell/ev-view.c: (ev_view_motion_notify_event):
10724         * shell/ev-window.c: (update_chrome_visibility),
10725         (ev_window_cmd_focus_page_selector),
10726         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10727         (sidebar_page_main_widget_update_cb), (ev_window_init):
10728         
10729         Autoraise toolbar on GoToPage binding and fix bindings in
10730         EvSidebarThumbnails page.
10731
10732 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10733
10734         * shell/ev-properties.c: (update_progress_label):
10735
10736         Hide the progress label when finished; bug #307697.
10737
10738 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10739
10740         * pdf/ev-poppler.cc:
10741
10742         Enable is_open for links, you will need poppler cvs
10743
10744         * shell/ev-properties.c: (job_fonts_finished_cb):
10745
10746         Get a lock on the document when filling the tree view
10747
10748 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10749
10750         * backend/ev-document-links.h:
10751         * pdf/ev-poppler.cc:
10752         * shell/ev-sidebar-links.c: (create_loading_model),
10753         (expand_open_links), (job_finished_callback):
10754
10755         Expand links when specified by the document.
10756         Depend on a poppler api (defined out for now)
10757
10758 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10759
10760         * shell/ev-properties.c: (ev_properties_dispose),
10761         (ev_properties_class_init), (dialog_destroy_cb),
10762         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10763         (ev_properties_set_document), (ev_properties_new),
10764         (ev_properties_show):
10765         * shell/ev-properties.h:
10766
10767         Make it an object, cleanup the code, api to show it as transient
10768         and to set the document.
10769
10770         * shell/ev-window.c: (ev_window_setup_document),
10771         (ev_window_cmd_file_properties):
10772
10773         Adapt to EvProperties changes, do not show multiple
10774         times, update it when document changes.
10775
10776 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10777
10778         * ps/gstypes.h:
10779         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10780         (ps_document_set_orientation), (ps_document_document_iface_init):
10781         * ps/ps-document.h:
10782
10783         Implement orientation here too
10784
10785         * shell/ev-properties.c: (ev_properties_new):
10786         * data/evince-properties.glade:
10787
10788         Hide the fonts page for backends that doesnt
10789         support it.     
10790
10791 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10792
10793         * backend/ev-document.c: (ev_document_set_orientation):
10794         * backend/ev-document.h:
10795         * pdf/ev-poppler.cc:
10796
10797         Add orientation api. Currently poppler api is not optimal,
10798         we need to set orientation every time we _get a page.
10799         I will try to fix that at some point.
10800
10801         * data/evince-ui.xml:
10802         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10803         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10804
10805         Add orientation menu items
10806
10807         * shell/ev-page-cache.c: (ev_page_cache_clear):
10808         * shell/ev-page-cache.h:
10809
10810         Add api to clear the cache
10811
10812         * shell/ev-view.c: (setup_caches), (clear_caches),
10813         (ev_view_set_document), (ev_view_zoom_out),
10814         (ev_view_set_orientation):
10815         * shell/ev-view.h:
10816
10817         Implement orientation changing
10818
10819 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10820
10821         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10822         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10823         * backend/ev-document-fonts.h:
10824
10825         Separate scan and fill so that we can incrementally fill from
10826         the main thread. Add a progress api.
10827
10828         * data/evince-properties.glade:
10829         * pdf/ev-poppler.cc:
10830         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10831         * shell/ev-jobs.h:
10832         * shell/ev-properties.c: (update_progress_label),
10833         (job_fonts_finished_cb), (setup_fonts_view):
10834
10835         Incrementally feel the list and show the progress
10836         percentage in a label like acrobat does.
10837
10838         You are going to need poppler cvs
10839
10840 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10841
10842         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10843         * backend/ev-document-fonts.h:
10844         * pdf/ev-poppler.cc:
10845
10846         Make fonts model fill incrementally.
10847
10848         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10849         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10850         (ev_job_queue_remove_job):
10851         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10852         (ev_job_fonts_new), (ev_job_fonts_run):
10853         * shell/ev-jobs.h:
10854
10855         New job for fonts scanning
10856
10857         * shell/ev-properties.c: (job_fonts_finished_cb),
10858         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10859         * shell/ev-properties.h:
10860         * shell/ev-window.c: (ev_window_cmd_file_properties):
10861
10862         Incrementally feel the treeview using the new job. Show Loading...
10863         message until scanning is completed.
10864
10865         Hopefully I didnt break the build without the poppler patch.
10866
10867 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10868
10869         * shell/ev-application.c: (ev_application_open):
10870         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10871         (ev_document_type_get_type), (ev_document_type_lookup):
10872         * shell/ev-document-types.h:
10873         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10874         * shell/ev-job-xfer.h:
10875         * shell/ev-window.c: (ev_window_clear_local_uri),
10876         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10877         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10878         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10879         
10880         Transfer remote documents to tmp directory to display them later.
10881
10882 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10883
10884         * backend/ev-document-info.h:
10885         * shell/ev-properties.c: (ev_properties_new):
10886
10887         s/GTime*/GTime. Not sure why we was using a pointer
10888         at all there!
10889
10890 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10891
10892         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10893         situations.  That situation is that you're using GTK+-HEAD with
10894         the patch at #306726 is applied, and you have a document with <
10895         1500 pages in it.  It's not quite as uniformly nice as the
10896         TreeView, but should be better in the long run.
10897
10898         I'm pretty sure I guarded against breaking compilation with
10899         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10900         I missed some.
10901
10902         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10903         widget yet, so I commented that code out
10904         enable_view_actions_for_widget() for now.  Need to figure this
10905         out.
10906
10907         * shell/ev-page-action.c (match_selected_cb): emit the right
10908         signals.  Our cool C-l completion now works.
10909
10910 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10911
10912         * backend/Makefile.am:
10913         * backend/ev-document-fonts.c:
10914         * backend/ev-document-links.c:
10915         * backend/ev-document.c: (ev_document_load):
10916         * backend/ev-document.h:
10917         * backend/ev-job-queue.c:
10918         * backend/ev-job-queue.h:
10919         * backend/ev-jobs.c:
10920         * backend/ev-jobs.h:
10921         * backend/ev-page-cache.c:
10922         * backend/ev-page-cache.h:
10923
10924         EvPageCache and EvJobs are moved to shell.
10925
10926         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10927         (ev_tmp_filename):
10928         * lib/ev-file-helpers.h:
10929         
10930         New helper to work with temporary files
10931         
10932         * shell/Makefile.am:
10933         * shell/ev-application.c: (ev_application_open):
10934         * shell/ev-application.h:
10935         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10936         (remove_job_from_async_queue), (add_job_to_async_queue),
10937         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10938         (handle_job), (search_for_jobs_unlocked),
10939         (no_jobs_available_unlocked), (ev_render_thread),
10940         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10941         (ev_job_queue_add_job), (move_job_async), (move_job),
10942         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10943         * shell/ev-job-queue.h:
10944         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10945         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10946         * shell/ev-job-xfer.h:
10947         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10948         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10949         (ev_job_links_class_init), (ev_job_render_init),
10950         (ev_job_render_dispose), (ev_job_render_class_init),
10951         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10952         (ev_job_thumbnail_class_init), (ev_job_load_init),
10953         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10954         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10955         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10956         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10957         * shell/ev-jobs.h:
10958         * shell/ev-page-action.c: (ev_page_action_set_document):
10959         * shell/ev-page-cache.c: (ev_page_cache_init),
10960         (ev_page_cache_class_init), (ev_page_cache_finalize),
10961         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10962         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10963         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10964         (ev_page_cache_get_title), (ev_page_cache_get_size),
10965         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10966         (ev_page_cache_get_height_to_page),
10967         (ev_page_cache_get_max_label_chars),
10968         (ev_page_cache_get_page_label),
10969         (ev_page_cache_has_nonnumeric_page_labels),
10970         (ev_page_cache_get_info), (ev_page_cache_next_page),
10971         (ev_page_cache_prev_page), (ev_page_cache_get):
10972         * shell/ev-page-cache.h:
10973         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10974         (ev_pixbuf_cache_clear_job_sizes),
10975         (ev_pixbuf_cache_add_jobs_if_needed),
10976         (ev_pixbuf_cache_set_page_range):
10977         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10978         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10979         * shell/ev-sidebar-thumbnails.c:
10980         (ev_sidebar_tree_selection_changed),
10981         (ev_sidebar_thumbnails_set_document):
10982         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10983         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10984         (ev_statusbar_get_context_id), (ev_statusbar_push),
10985         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10986         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10987         (ev_statusbar_set_progress):
10988         * shell/ev-statusbar.h:
10989         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10990         (ev_view_find_previous):
10991         * shell/ev-window.c: (ev_window_is_empty),
10992         (ev_window_setup_document), (password_dialog_response),
10993         (ev_window_clear_jobs), (ev_window_load_job_cb),
10994         (ev_window_xfer_job_cb), (ev_window_open_uri),
10995         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10996         (ev_window_print), (ev_window_print_range),
10997         (ev_window_state_event), (ev_window_cmd_view_reload),
10998         (menu_item_select_cb), (menu_item_deselect_cb),
10999         (view_status_changed_cb), (ev_window_dispose),
11000         (drag_data_received_cb), (ev_window_init):
11001         * shell/ev-window.h:
11002         * shell/main.c: (load_files):
11003         
11004         New statusbar to show progress on idle. Two new jobs - 
11005         xfer job and load job to load document in background. And update
11006         of page_cache clients to new location of code.
11007
11008 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11009
11010         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11011         selection in open dialog. It also remembers the last visited directory 
11012         in the current session.
11013
11014 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11015
11016         * shell/ev-properties.c: (ev_properties_new):
11017         * shell/ev-properties.h:
11018         * shell/ev-window.c: (ev_window_cmd_file_properties):
11019         
11020         Get document info from page cache instead of document itself.
11021         This should fix crash related to race conditions described in
11022         bug 306545.
11023
11024 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11025
11026         * ps/ps-document.c: (ps_document_init),
11027         (send_ps), (get_page_box), (output), (catchPipe), (input),
11028         (stop_interpreter), (file_length), (file_readable),
11029         (check_filecompressedb), (ps_document_enable_interpreter),
11030         (document_load), (ps_async_renderer_render_pixbuf):
11031         * ps/ps-document.h:
11032
11033         Big cleanup of the ps code
11034
11035 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11036
11037         * backend/Makefile.am:
11038         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11039         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11040         * backend/ev-async-renderer.h:
11041
11042         Add an async renderer interface (method + callback) which
11043         is useful for backends like ps.
11044
11045         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11046         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11047         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11048         (ev_job_queue_add_job), (move_job_async), (move_job),
11049         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11050
11051         Add queues for async renderer, these are executed on the
11052         main thread.
11053
11054         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11055         (ev_job_render_run):
11056         * backend/ev-jobs.h:
11057
11058         If the backend support async renderer interface use it.
11059
11060         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11061         (setup_pixmap), (ps_document_get_type),
11062         (ps_async_renderer_render_pixbuf),
11063         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11064
11065         Implement async renderer interface.
11066
11067 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11068
11069         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11070
11071         Cleanup links job on exit.
11072
11073 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11074
11075         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11076         (drag_data_get_cb), (drag_data_received_cb):
11077         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11078         (drag_data_get_cb), (parse_item_list),
11079         (egg_toolbar_editor_load_actions):
11080         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11081         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11082         (parse_item_list), (parse_toolbars):
11083         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11084         (dvi_pixbuf_put_pixel):
11085         
11086         Fix gcc 4.0 warnings
11087
11088 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11089
11090         * ps/ps-document.c: (start_interpreter):
11091
11092         Fix warning when loading ps
11093
11094 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * ps/ps-document.c: (output):
11097
11098         Fix crash when priting gs error messages.
11099
11100 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11101
11102         * backend/ev-page-cache.c: (_ev_page_cache_new):
11103         * backend/ev-page-cache.h:
11104
11105         Use a const to return title so that we dont double
11106         free it. Small cleanup and fix a leak.
11107
11108         * shell/ev-window.c: (update_window_title):
11109
11110         strdup value from get_title.
11111
11112 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11113
11114         * shell/ev-sidebar-links.c: (job_finished_callback),
11115         (ev_sidebar_links_set_document):
11116
11117         Cleanup the old job when changing document
11118
11119 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11120
11121         * shell/ev-stock-icons.c:
11122         * shell/ev-stock-icons.h:
11123         * shell/ev-window.c:
11124         
11125         Add stock icons for actions that can appear in toolbar. Fix for
11126         bug 306566.
11127
11128 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11129
11130         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11131         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11132         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11133         * backend/ev-page-cache.h:
11134         * shell/ev-view.c: (scroll_to_current_page),
11135         (view_update_range_and_current_page), (get_page_y_offset),
11136         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11137         (ev_view_size_request_continuous),
11138         (ev_view_zoom_for_size_continuous_and_dual_page),
11139         (ev_view_zoom_for_size_continuous):
11140         
11141         More compact EvView layout in document with pages of different size.
11142
11143 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11144
11145         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11146         compilation.
11147
11148 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11149
11150         * shell/ev-view.c: (view_set_adjustment_values):
11151         * shell/ev-window.c: (ev_window_cmd_file_properties):
11152         
11153         A bit different fix for rounding problem but it has no
11154         problems on startup. Make properties window transient to parent.
11155
11156 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11157
11158         * pdf/ev-poppler.cc:
11159         
11160         More commenting of font stuff.
11161
11162 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * pdf/ev-poppler.cc:
11165
11166         Comment out some more fonts stuff. Should really
11167         work without the poppler patch now.
11168
11169 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11170
11171         * pdf/ev-poppler.cc:
11172
11173         Adapt to api change
11174
11175 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11176
11177         * data/evince-properties.glade:
11178         * pdf/ev-poppler.cc:
11179         * shell/ev-properties.c: (setup_fonts_view):
11180
11181         Set the column title. Show the dialog only
11182         once everything is setup.
11183         Getting font info can be very slow... will
11184         prolly need to make this threaded too.
11185
11186 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * backend/Makefile.am:
11189         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11190         (ev_document_fonts_get_fonts_model):
11191         * backend/ev-document-fonts.h:
11192         * data/evince-properties.glade:
11193         * pdf/ev-poppler.cc:
11194         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11195         * shell/ev-properties.h:
11196         * shell/ev-window.c: (ev_window_cmd_file_properties):
11197
11198         Implement fonts list. Defined out for now, since it depends
11199         on a not yet committed poppler patch.
11200
11201 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11202
11203         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11204         page + 1.
11205
11206         * shell/ev-window.c: Make sure we add the timeout when we get a
11207         focus-in event.
11208
11209         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11210         adjustment->value before calculating the zoom factor to average
11211         out all of our rounding errors.  The page no longer 'drifts' when
11212         resizing.
11213
11214 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11215
11216         * data/evince-properties.glade:
11217         * shell/ev-properties.c: (ev_properties_format_date),
11218         (set_property):
11219         
11220         Labels don't expand when the dialogue is resized.
11221         strftime result needs to be converted to UTF-8. Thanks
11222         to Christian Persch <chpe@gnome.org>.
11223
11224 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11225
11226         * data/evince-properties.glade:
11227
11228         Hide the fonts tab
11229
11230 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11231
11232         * backend/ev-document-info.h:
11233         * backend/ev-document.c: (ev_document_info_free):
11234         * data/evince-properties.glade:
11235         * pdf/ev-poppler.cc:
11236         * ps/ps-document.c: (ps_document_get_info):
11237         * shell/ev-properties.c: (ev_properties_format_date),
11238         (set_property), (ev_properties_new):
11239         * shell/ev-properties.h:
11240         * shell/ev-window.c: (ev_window_cmd_file_properties):
11241
11242         Rework properties code to take only EvPropertyInfo
11243         in the constructor so that it can be useful for
11244         nautilus plugin too.
11245
11246         Deal with backends that doesnt support some properties.
11247         Make set property code generic.
11248
11249 2005-06-04  Christian Persch <chpe@gnome.org>
11250
11251         * data/evince-properties.glade:
11252
11253         fix spacings, make resizeable, and make data labels
11254         selectable + ellipsised
11255
11256 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * backend/ev-document-info.h:
11259         * data/Makefile.am:
11260         * data/evince-ui.xml:
11261         * pdf/ev-poppler.cc:
11262         * shell/Makefile.am:
11263         * shell/ev-window.c: (update_action_sensitivity),
11264         (ev_window_cmd_file_properties):
11265
11266         Initial go at file properties. Patch by
11267         Emil Soleyman-Zomalan <emil@soleyman.com>.
11268         Needs love see #169583
11269
11270 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11271
11272         * ps/ps-document.c: (output):
11273         * ps/ps.c: (psscan):
11274
11275         Try to render even if psscan fails.
11276
11277 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * ps/ps.c: (psscan), (pscopydoc):
11280
11281         Port buffered reading code from gv
11282
11283 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11284
11285         * ps/ps-document.c: (interpreter_message), (output):
11286
11287         Do not fail on interpreter messages
11288
11289 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11290
11291         * backend/ev-document-misc.c:
11292         (ev_document_misc_get_thumbnail_frame):
11293
11294         Pages can be 0 x 0, dont assert on this case
11295
11296 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11297
11298         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11299         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11300
11301         Correctly manage our reference on document. Finally the reload
11302         huge leak is gone...
11303
11304 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11305
11306         * ps/ps-document.c: (ps_document_dispose):
11307
11308         Forgot to chain it to the parent. Thanks chpe.
11309
11310 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11311
11312         * ps/ps-document.c: (ps_document_dispose),
11313         (ps_document_class_init), (stop_interpreter), (document_load):
11314
11315         Cleanup dispose a bit. Dont leak the whole pixmap.
11316
11317 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11318
11319         * pdf/ev-poppler.cc:
11320
11321         Release the poppler document on dispose
11322
11323 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11324
11325         * shell/ev-view.c: (ev_view_set_document):
11326
11327         Release ref on the pixbuf cache when changing
11328         document.
11329
11330 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11331
11332         * ps/ps-document.c: (ps_document_get_info):
11333
11334         Fix a double free
11335
11336 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11337
11338         * backend/ev-page-cache.c: (ev_page_cache_init),
11339         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11340         * backend/ev-page-cache.h:
11341         * shell/ev-page-action.c: (page_changed_cb):
11342         
11343         Set page action entry width depending on labels width. Fix
11344         for bug 305202.
11345
11346 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11347
11348         * backend/ev-link.c: (ev_link_class_init):
11349
11350         Allow -1 as page value (error)
11351
11352 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11353
11354         * shell/ev-sidebar-thumbnails.c:
11355         (ev_sidebar_thumbnails_set_document):
11356         * shell/ev-view.c: (scroll_to_current_page),
11357         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11358         (page_changed_cb), (on_adjustment_value_changed),
11359         (ev_view_set_document):
11360
11361         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11362         Fix bug 305377
11363
11364 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11365
11366         * configure.ac:
11367         * djvu/djvu-document.c: (djvu_document_get_page_size):
11368
11369         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11370         bug 301993.
11371
11372 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11373
11374         * shell/ev-view.c (draw_one_page): modify the expose handling to
11375         get the shadows.
11376
11377         * shell/ev-window.c (update_action_sensitivity): Respect
11378         permissions field.  Kowtow to the man.
11379
11380         * pdf/ev-poppler.cc: Get the permissions field.
11381
11382         * tiff/*c: Make a tiny bit more robust.
11383
11384 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11385
11386         * djvu/djvu-document.c:
11387         
11388         Pop messages from djvu context message queue.
11389
11390 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11391
11392         * configure.ac, Makefile.am, shell/Makefile.am:
11393         * tiff/Makefile.am, shell/ev-document-types.c:
11394         
11395         Cleanup tiff configure checks. Fix for bug 305218.
11396
11397 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11398
11399         * configure.ac: Added "uk" to ALL_LINGUAS.
11400
11401 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11402
11403         * cut-n-paste/zoom-control/ephy-zoom.c:
11404         (ephy_zoom_get_changed_zoom_level):
11405         * cut-n-paste/zoom-control/ephy-zoom.h:
11406         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11407         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11408         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11409         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11410         (zoom_control_changed_cb), (ev_window_init):
11411         
11412         Fix minor points related to moving best fit up. Introduce
11413         "zoom" property and make zoom control change it's value on
11414         notify::zoom signals. Fix for 305080.
11415
11416 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11417
11418         * data/evince-ui.xml:
11419         * shell/ev-window.c: (set_view_actions_sensitivity):
11420         
11421         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11422
11423 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11424
11425         * configure.ac:
11426
11427         Depends on poppler 0.3.2
11428
11429 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11430
11431         * cut-n-paste/recent-files/egg-recent-item.c:
11432         (egg_recent_item_get_short_name):
11433         * cut-n-paste/toolbar-editor/Makefile.am:
11434         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11435         (new_pixbuf_from_widget):
11436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11437         * cut-n-paste/toolbar-editor/egg-marshal.c:
11438         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11439         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11440
11441         Sync
11442
11443 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * tiff/tiff-document.c: Rough TIFF backend.
11446
11447 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11448
11449         * NEWS:
11450         * configure.ac:
11451         * cut-n-paste/toolbar-editor/Makefile.am:
11452
11453         Release 0.3.1
11454
11455 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11456
11457         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11458         (ev_view_find_next), (ev_view_find_previous):
11459
11460         Remove the locks around get_n_results   
11461
11462 2005-05-21  Juerg Billeter  <j@bitron.ch>
11463
11464         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11465
11466         Pass correct number of pages to poppler.
11467
11468 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11469
11470         * configure.ac:
11471         * data/Makefile.am:
11472         * data/evince.desktop.in: 
11473         * data/evince.desktop.in.in:
11474         * po/POTFILES.in:
11475         
11476         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11477
11478 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11479
11480         * shell/ev-view.c: (view_update_adjustments),
11481         (view_set_adjustment_values): cast adjustmen->value to (int)
11482         before using it.  Otherwise, we get off by a pixel in some
11483         situations.
11484
11485         (draw_one_page): Draw the border on expose.
11486
11487 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11488
11489         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11490         adjustment when the mode changes, #304923
11491
11492 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11493
11494         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11495         flickering on resize but still use gdk_window_scroll on
11496         scrolling
11497
11498 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11499
11500         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11501         option, #170458
11502
11503 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11506         second page on page_changed if possible, #304669
11507
11508 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11509
11510         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11511         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11512
11513 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11514
11515         * .cvsignore:
11516         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11517         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11518         (ev_view_zoom_for_size_presentation),
11519         (ev_view_zoom_for_size_continuous_and_dual_page),
11520         (ev_view_zoom_for_size_continuous),
11521         (ev_view_zoom_for_size_dual_page),
11522         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11523         * shell/ev-view.h:
11524         * shell/ev-window.c: (update_view_size),
11525         (ev_window_sizing_mode_changed_cb):
11526
11527         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11528         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11529         an infinite loop, #304769
11530
11531
11532 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11533
11534         * data/evince-ui.xml:
11535         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11536         * shell/ev-window.c: (set_view_actions_sensitivity):
11537
11538         Make PgUp/Down behave like Space
11539
11540 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11541
11542         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11543         * backend/ev-ps-exporter.h:
11544         * pdf/ev-poppler.cc:
11545         * ps/ps-document.c: (ps_document_ps_export_begin):
11546         * shell/ev-print-job.c: (idle_print_handler):
11547
11548         Adapt to new poppler api
11549
11550 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11551
11552         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11553         (ephy_zoom_control_init):
11554
11555         Translate zoom levels
11556
11557 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11558
11559         * cut-n-paste/zoom-control/ephy-zoom.c:
11560         (ephy_zoom_get_zoom_level_index):
11561
11562         Fix current zoom -> zoom control match
11563
11564 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11565
11566         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11567         rather than the scrolled_window that it's in. Fixes bug #304655.
11568
11569 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11570
11571         * shell/ev-view.c: (view_update_adjustments),
11572         (view_set_adjustment_values), (view_update_range_and_current_page),
11573         (view_scroll_to_page), (set_scroll_adjustment),
11574         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11575         (ev_view_scroll), (ev_view_scroll_view),
11576         (ensure_rectangle_is_visible), (find_page_at_location),
11577         (get_link_at_location), (go_to_link), (status_message_from_link),
11578         (ev_view_size_request_continuous_dual_page),
11579         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11580         (ev_view_unrealize), (ev_view_expose_event),
11581         (ev_view_button_press_event), (ev_view_motion_notify_event),
11582         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11583         (draw_rubberband), (highlight_find_results), (draw_one_page),
11584         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11585         (ev_view_init), (find_changed_cb), (page_changed_cb),
11586         (on_adjustment_value_changed), (ev_view_new),
11587         (ev_view_set_document), (ev_view_set_zoom),
11588         (ev_view_set_continuous), (ev_view_set_dual_page),
11589         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11590         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11591         (ev_view_zoom_for_size_presentation),
11592         (ev_view_zoom_for_size_continuous_dual_page),
11593         (ev_view_zoom_for_size_continuous),
11594         (ev_view_zoom_for_size_dual_page),
11595         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11596         (ev_view_get_status), (ev_view_set_status),
11597         (update_find_status_message), (ev_view_get_find_status),
11598         (ev_view_set_find_status), (jump_to_find_result),
11599         (jump_to_find_page), (compute_selections), (clear_selection),
11600         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11601         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11602         (ev_view_update_primary_selection),
11603         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11604         * shell/ev-view.h:
11605         * shell/ev-window.c: (ev_window_open_page_label),
11606         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11607         (ev_window_init):
11608         * shell/ev-window.h:
11609         * shell/main.c: (load_files):
11610
11611         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11612         when resizing.  Remove the bin_window().  Also, patch from James
11613         Bowes to fix command line page, #300641
11614         
11615 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11616
11617         * data/evince-ui.xml:
11618         * shell/ev-view.c:
11619         * shell/ev-view.h:
11620         * shell/ev-window.c: (update_action_sensitivity):
11621
11622         Get rid of View->Normal Size, it's just confusing
11623
11624 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11625
11626         * backend/ev-document-info.h:
11627         * backend/ev-document.c: (ev_document_info_free): Free the
11628         EvDocumentInfo.
11629
11630         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11631         (clear_range), (add_range), (update_visible_range),
11632         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11633         (ev_sidebar_thumbnails_set_document):
11634         * shell/ev-window.c: (ev_window_setup_document): Only render the
11635         visible thumbnails.  It takes an instant to render, but it uses
11636         much less memory.
11637
11638 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11639
11640         * shell/ev-sidebar-links.c: (popup_menu_cb):
11641
11642         Select first item
11643
11644 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11645
11646         * lib/Makefile.am:
11647         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11648         (button_press_cb), (ev_sidebar_links_construct):
11649
11650         Show the popup menu also on keybindings
11651
11652 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11653
11654         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11655         * shell/ev-window.h:
11656
11657         Expose api to print a range (with dialog). Make private _print use
11658         it.
11659
11660         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11661         (ev_sidebar_links_construct):
11662
11663         Show a print context menu on linkx, it prints the selected
11664         section.
11665
11666 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11667
11668         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11669         button.
11670
11671 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11672
11673         * AUTHORS:
11674
11675         Update
11676
11677         * shell/ev-window.c: (build_comments_string),
11678         (ev_window_cmd_help_about):
11679
11680         Show poppler version/backend and authors
11681
11682 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11683
11684         * cut-n-paste/zoom-control/ephy-zoom.c:
11685         (ephy_zoom_get_zoom_level_index):
11686         * cut-n-paste/zoom-control/ephy-zoom.h:
11687
11688         Move the best fit items at the top of the list
11689
11690 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11691
11692         * shell/ev-marshal.list:
11693         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11694         (activate_cb), (match_selected_cb), (activate_link_cb),
11695         (connect_proxy), (ev_page_action_class_init):
11696         * shell/ev-page-action.h:
11697
11698         Use signals to notify action activation. Hopefully
11699         I did not break completion since I cant test...
11700
11701         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11702         (register_custom_actions):
11703
11704         Connect to page selector actions and also grab focus on
11705         the view when activated.
11706
11707 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11708
11709         * pdf/ev-poppler.cc:
11710         * backend/ev-page-cache.c: make page size calculation consistent
11711         and set it to (int)( width * scale + 0.5).  This makes the weird
11712         line going through the middle of the page go away.
11713
11714         * shell/ev-view.c: move painting the background page after
11715         checking the expose area covers us.
11716
11717 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11718
11719         * data/evince-password.glade:
11720         
11721         Mark labels as not translatable. Fix for bug 302842.
11722
11723 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11724
11725         * configure.ac: Added "es" to ALL_LINGUAS.
11726
11727 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11728
11729         * data/evince-toolbar.xml:
11730         * shell/ev-window.c: (update_action_sensitivity),
11731         (ev_window_setup_document), (ev_window_set_page_mode),
11732         (ev_window_init):
11733
11734         Remove some leftover code from jrb first continous
11735         attempt. Use the new actions, we still need good icons
11736         though...
11737
11738 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11739
11740         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11741
11742         Update label when connecting proxy. Fix a warning with NULL
11743         page_cache.
11744
11745 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11746
11747         * data/evince-ui.xml:
11748         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11749         * shell/ev-page-action.h:
11750         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11751
11752         Add mnemonic for edit toolbar.
11753         ctrl+l focus the page entry.
11754
11755 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11756
11757         * lib/Makefile.am:
11758         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11759         (ev_window_init):
11760         * shell/main.c: (main):
11761
11762         Put the toolbar xml in evince own dot dir
11763
11764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11765
11766         * shell/ev-window.c: (ev_window_init):
11767
11768         Make the toolbar not removable
11769
11770 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11771
11772         * data/evince-ui.xml:
11773         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11774         * shell/ev-sidebar-links.h:
11775         * shell/ev-sidebar-thumbnails.c:
11776         (ev_sidebar_thumbnails_get_treeview):
11777         * shell/ev-sidebar-thumbnails.h:
11778         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11779         (ev_view_class_init):
11780         * shell/ev-view.h:
11781         * shell/ev-window.c: (update_action_sensitivity),
11782         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11783         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11784         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11785         (ev_window_init):
11786
11787         This is evil... Make space/backspace global accelerators but
11788         enable them only for some widgets (sidebars and view).
11789         I dont like it, but I dont know a better way... :/
11790
11791 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11792
11793         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11794         (ev_page_action_widget_finalize),
11795         (ev_page_action_widget_class_init), (update_page_cache):
11796
11797         Keep a weak reference on proxy->page_cache so that we
11798         dont try to disconnect the signal if the object is already
11799         gone. Maybe there is a better way to cleanup reference handling
11800         in page action though...
11801
11802 2005-05-10  Juerg Billeter  <j@bitron.ch>
11803
11804         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11805         * backend/ev-ps-exporter.h:
11806         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11807         * ps/ps-document.c: (ps_document_ps_export_begin):
11808         
11809         Change api to pass print range to ps_exporter_begin. The pdf backend
11810         requires this information.
11811         
11812         * shell/ev-print-job.c: (idle_print_handler):
11813         
11814         Adapt to api change
11815
11816 2005-05-10  Juerg Billeter  <j@bitron.ch>
11817
11818         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11819         (idle_print_handler)
11820         * shell/ev-window.c: (ev_window_print):
11821
11822         Support printing page range, based on patch by Amaury Jacquot
11823
11824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11825
11826         * data/evince-toolbar.xml:
11827
11828         Add zoom control to available items
11829
11830 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11831
11832         * shell/ev-window.c: (update_action_sensitivity):
11833
11834         Set slash action insensitive when appropriate
11835
11836 2005-05-10  Christian Persch <chpe@gnome.org>
11837
11838         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11839
11840         Fix warning on the overflow menu
11841
11842 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11843
11844         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11845
11846         Check for uri correctness/existence
11847
11848 2005-05-09  Juerg Billeter  <j@bitron.ch>
11849
11850         * shell/ev-window.c: (using_postscript_printer):
11851
11852         LPD printers use postscript, too
11853
11854 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11855
11856         * shell/ev-window.c: (register_custom_actions):
11857
11858         The zoom one is actually sort of useful,
11859         put it back
11860
11861 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11862
11863         * shell/ev-window.c: (register_custom_actions):
11864
11865         Hide page/zoom controls from overflow, they
11866         are useless.
11867
11868 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11869
11870         * cut-n-paste/update-from-egg.sh:
11871         
11872         Share it between all cut-n-paste subdirs
11873
11874         * cut-n-paste/recent-files/Makefile.am:
11875
11876         Fix to use "global" update-from-egg.sh
11877
11878         * cut-n-paste/recent-files/egg-recent-model.c:
11879         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11880         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11881         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11882         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11883
11884         Update from libegg
11885
11886         * cut-n-paste/toolbar-editor/Makefile.am:
11887
11888         Fix to use "global" update-from-egg.sh
11889
11890         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11891
11892         Update from libegg
11893
11894 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11895
11896         * configure.ac:
11897         * cut-n-paste/Makefile.am:
11898         * cut-n-paste/recent-files/Makefile.am:
11899         * cut-n-paste/toolbar-editor/.cvsignore:
11900         * cut-n-paste/toolbar-editor/Makefile.am:
11901         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11902         (egg_editable_toolbar_get_type), (get_toolbar_position),
11903         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11904         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11905         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11906         (set_item_drag_source), (create_item_from_action), (create_item),
11907         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11908         (popup_toolbar_context_menu_cb), (free_dragged_item),
11909         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11910         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11911         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11912         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11913         (item_added_cb), (item_removed_cb),
11914         (egg_editable_toolbar_construct),
11915         (egg_editable_toolbar_disconnect_model),
11916         (egg_editable_toolbar_deconstruct),
11917         (egg_editable_toolbar_set_model),
11918         (egg_editable_toolbar_set_ui_manager),
11919         (egg_editable_toolbar_set_property),
11920         (egg_editable_toolbar_get_property),
11921         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11922         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11923         (egg_editable_toolbar_new_with_model),
11924         (egg_editable_toolbar_get_edit_mode),
11925         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11926         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11927         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11928         (new_pixbuf_from_widget), (new_separator_pixbuf),
11929         (update_separator_image), (style_set_cb),
11930         (_egg_editable_toolbar_new_separator_image),
11931         (egg_editable_toolbar_get_model):
11932         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11933         * cut-n-paste/toolbar-editor/egg-marshal.c:
11934         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11935         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11936         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11937         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11938         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11939         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11940         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11941         (editor_drag_data_delete_cb), (drag_data_get_cb),
11942         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11943         (editor_create_item), (update_editor_sheet), (setup_editor),
11944         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11945         (parse_item_list), (model_has_action), (update_actions_list),
11946         (egg_toolbar_editor_load_actions):
11947         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11948         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11949         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11950         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11951         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11952         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11953         (egg_toolbars_model_add_separator), (impl_add_item),
11954         (parse_item_list), (egg_toolbars_model_add_toolbar),
11955         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11956         (impl_get_item_data), (impl_get_item_type),
11957         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11958         (egg_toolbars_model_init), (free_toolbar),
11959         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11960         (egg_toolbars_model_remove_toolbar),
11961         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11962         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11963         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11964         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11965         (egg_toolbars_model_get_item_data),
11966         (egg_toolbars_model_get_item_type):
11967         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11968         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11969         * data/Makefile.am:
11970         * data/evince-toolbar.xml:
11971         * data/evince-ui.xml:
11972         * data/hand-open.png:
11973         * po/POTFILES.in:
11974         * shell/Makefile.am:
11975         * shell/ev-window.c: (update_chrome_visibility),
11976         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11977         (ev_window_dispose), (ev_window_init):
11978
11979         Implement epiphany like toolbar editor. Based on patch by
11980         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11981
11982 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11983
11984         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11985
11986         Use set_cursor instead of set_selection, so that
11987         the keyboard focus moves too.
11988
11989 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11990
11991         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11992
11993         Fix infinite loop when loading Type1 fonts
11994
11995 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11996
11997         * data/evince-ui.xml:
11998         * shell/ev-window.c:
11999
12000         Slash -> Find
12001
12002 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12003
12004         * configure.ac:
12005
12006         Make --disable really disable
12007
12008 2005-05-07  Juerg Billeter  <j@bitron.ch>
12009
12010         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12011
12012         Compare page labels even without has_labels set, fixes setting page
12013         with entry
12014
12015 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12016
12017         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12018         (ev_view_set_cursor), (ev_view_button_press_event),
12019         (ev_view_motion_notify_event), (ev_view_button_release_event),
12020         (ev_view_init):
12021
12022         Implement middle button scrolling. Based on a patch
12023         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12024
12025 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12026
12027         * shell/ev-document-types.c: (get_slow_mime_type),
12028         (get_document_type_from_mime), (ev_document_type_lookup):
12029         * shell/ev-document-types.h:
12030
12031         Change api to lookup from uri. Do fast lookup first, if the
12032         type is unknown try with data sniffing.
12033
12034         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12035         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12036
12037         Adapt to api change
12038
12039 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12040
12041         * thumbnailer/Makefile.am:
12042
12043         Fix distcheck
12044
12045 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12046
12047         * NEWS:
12048         * configure.ac:
12049
12050         Release 0.3.0
12051
12052         * data/evince-ui.xml:
12053
12054         Hide presentation mode for now
12055
12056         * shell/ev-view.c: (highlight_find_results):
12057
12058         Show current find selection only on current page
12059
12060 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12061
12062         * shell/ev-view.c: (ev_view_select_all):
12063
12064         Compute size of the actual page, not of
12065         the current one.
12066
12067 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12068
12069         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12070         (view_rect_to_doc_rect), (compute_selections),
12071         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12072         (ev_view_copy), (ev_view_primary_get_cb),
12073         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12074         (ev_view_button_press_event), (ev_view_motion_notify_event),
12075         (ev_view_button_release_event), (page_changed_cb):
12076
12077         Fix text selection
12078
12079 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12080
12081         * shell/ev-view.c: (compute_border), (get_page_extents),
12082         (doc_rect_to_view_rect), (highlight_find_results),
12083         (ev_view_bin_expose), (ev_view_select_all),
12084         (ev_view_motion_notify_event), (update_find_status_message),
12085         (jump_to_find_result), (jump_to_find_page):
12086
12087         First go at fixing search, still buggy
12088
12089 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12090
12091         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12092         dropdown box and button at the top of the sidebar.
12093
12094 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12095
12096         * configure.ac: Output zoom-control Makefile.
12097         * cut-n-paste/Makefile.am: build zoom-control subdir.
12098         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12099         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12100         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12101         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12102         * cut-n-paste/zoom-control/ephy-zoom.c:
12103         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12104         from epiphany, and modified to add a separator into the menu.
12105         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12106         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12107         zoom-control action.
12108         * shell/Makefile.am: Include zoom-control flags.
12109         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12110         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12111         (ev_view_zoom_for_size_presentation),
12112         (ev_view_zoom_for_size_continuous_and_dual_page),
12113         (ev_view_zoom_for_size_continuous),
12114         (ev_view_zoom_for_size_dual_page),
12115         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12116         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12117         ev_view_get_zoom and ev_view_get_sizing_mode.
12118         * shell/ev-view.h:
12119         * shell/ev-window.c: (update_action_sensitivity),
12120         (update_sizing_buttons), (zoom_control_changed_cb),
12121         (register_custom_actions): Initialize and use the zoom-control 
12122         widget.
12123
12124 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12125
12126         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12127         preview cache back to 1.  Don't know when it got set to 0.
12128         
12129         * shell/ev-view.c: (compute_border), (ev_view_realize),
12130         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12131         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12132         (ev_view_get_fullscreen), (ev_view_set_presentation),
12133         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12134         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12135         * shell/ev-view.h:
12136         * shell/ev-window.c:
12137         (update_chrome_visibility),
12138         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12139         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12140         (update_document_mode), (ev_window_update_fullscreen_action),
12141         (ev_window_fullscreen), (ev_window_unfullscreen),
12142         (ev_window_cmd_view_fullscreen),
12143         (ev_window_update_presentation_action),
12144         (ev_window_run_presentation), (ev_window_stop_presentation),
12145         (ev_window_cmd_view_presentation), (ev_window_state_event),
12146         (ev_window_focus_in_event), (ev_window_focus_out_event),
12147         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12148         * data/evince-ui.xml: Initial presentation mode.  We should
12149         probably hide this until it's done, as it's quite rough.  Also,
12150         change full-screen to fullscreen and add two getters to EvView.
12151
12152 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12153
12154         * shell/ev-page-action.c: (update_page_cache),
12155         (ev_page_action_dispose):
12156         * shell/ev-window.c: (destroy_fullscreen_popup),
12157         (ev_window_create_fullscreen_popup):
12158
12159         Use connect_object rather than explicitly
12160         disconnect on dispose.
12161
12162 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12163
12164         * shell/ev-page-action.c: (update_page_cache),
12165         (ev_page_action_dispose):
12166
12167 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12168
12169         * backend/ev-page-cache.c: (_ev_page_cache_new),
12170         (ev_page_cache_set_page_label),
12171         (ev_page_cache_has_nonnumeric_page_labels):
12172         * backend/ev-page-cache.h:
12173         * shell/ev-page-action.c: (update_pages_label):
12174         
12175         If all page labels are numeric, fallback to default
12176         way to display number of pages. See bug 173185.
12177
12178 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12179
12180         * shell/ev-page-action.c: (ev_page_action_dispose):
12181         * shell/ev-view.c: (view_update_range_and_current_page):
12182         * shell/ev-window.c: (ev_window_dispose):
12183         
12184         Set page on scroll in continuous mode. Fixes bug 301986.
12185         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12186
12187 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12188
12189         * configure.ac:
12190
12191         Require poppler 0.3.0
12192
12193 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12194         
12195         * shell/Makefile.am, configure.ac: Fix build problems
12196         with t1lib. Bug 301996.
12197
12198 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12199
12200         * shell/ev-view.c: (ev_view_scroll_event):
12201         
12202         Scroll up increase zoom
12203
12204 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12205
12206         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12207         (ev_view_set_sizing_mode),
12208         (ev_view_zoom_for_size_continuous_and_dual_page),
12209         (ev_view_zoom_for_size_continuous):
12210         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12211         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12212         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12213         (ev_window_init):
12214
12215         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12216         Fix for 165473 and 165472.
12217
12218 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12219
12220         * po/POTFILES.in:
12221         * thumbnailer/Makefile.am:
12222         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12223         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12224         * thumbnailer/evince-thumbnailer.schemas.in:
12225         
12226         Make thumbnailer schemas translatable. Fix for bug 301773
12227         
12228         * thumbnailer/evince-thumbnailer-djvu.schemas:
12229         * thumbnailer/evince-thumbnailer-dvi.schemas:
12230         * thumbnailer/evince-thumbnailer.schemas:
12231
12232         Removed files
12233
12234 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * shell/ev-view.c (ev_view_init): forgot to set this.
12237
12238 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12239
12240         * shell/ev-view.c: (find_page_at_location),
12241         (get_link_at_location),
12242         (ev_view_set_show_border), (ev_view_set_spacing),
12243         (ev_view_zoom_for_size_continuous_and_dual_page),
12244         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12245         Also, add a quick fix measuring of widths.  Also, removed
12246         ev_view_set_spacing and ev_view_set_show_border.
12247         
12248         * shell/ev-window.c: (ev_window_unfullscreen),
12249         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12250
12251 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12252
12253         * shell/ev-view.c: (view_update_range_and_current_page),
12254         (page_changed_cb):
12255         
12256         Fix crash on exit and scrolling to page in continuous view.
12257
12258 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12259
12260         * TODO:
12261         * backend/ev-page-cache.c: (_ev_page_cache_new),
12262         (ev_page_cache_get_max_width_size),
12263         (ev_page_cache_get_max_height_size):
12264         * backend/ev-page-cache.h:
12265         * data/evince-ui.xml:
12266         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12267         * shell/ev-view.c: (view_update_adjustments),
12268         (view_update_range_and_current_page), (get_bounding_box_size),
12269         (ev_view_size_request_continuous_and_dual_page),
12270         (ev_view_size_request_continuous),
12271         (ev_view_size_request_dual_page),
12272         (ev_view_size_request_single_page), (ev_view_size_request),
12273         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12274         (ev_view_bin_expose), (ev_view_expose_event),
12275         (ev_view_set_property), (ev_view_get_property),
12276         (ev_view_class_init), (ev_view_init), (ev_view_new),
12277         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12278         (ev_view_set_dual_page), (ev_view_set_full_screen),
12279         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12280         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12281         (ev_view_zoom_out), (zoom_for_size_fit_width),
12282         (zoom_for_size_best_fit),
12283         (ev_view_zoom_for_size_continuous_and_dual_page),
12284         (ev_view_zoom_for_size_continuous),
12285         (ev_view_zoom_for_size_dual_page),
12286         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12287         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12288         * shell/ev-view.h:
12289         * shell/ev-window.c: (update_action_sensitivity),
12290         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12291         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12292         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12293         (ev_window_cmd_view_zoom_out), (update_view_size),
12294         (ev_window_set_sizing_mode), (ev_window_init):
12295
12296         Add Continuous and Dual page modes.
12297
12298 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12299
12300         * dvi/dvi-document.c: (dvi_document_load),
12301         (dvi_document_thumbnails_get_thumbnail),
12302         (dvi_document_init_params): Fix up some mixups between
12303         width and height to correct thumbnail rendering.
12304
12305 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12306
12307         * dvi/mdvi-lib/private.h:
12308         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12309         
12310         Suppess output for kpathsea during font generation. Thanks to
12311         James Bowes
12312
12313 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12314
12315         * NEWS:
12316         * configure.ac:
12317
12318         Release 0.2.1
12319
12320         * Makefile.am: fix distcheck.
12321
12322 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12323
12324         * shell/ev-sidebar-links.c: (selection_changed_callback),
12325         (update_page_callback), (row_activated_callback),
12326         (job_finished_callback), (ev_sidebar_links_set_document):
12327         
12328         Fix for bug #169901. Double click on links expands tree.
12329
12330 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12331
12332         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12333         hard-coded style. Fix for bug 170111
12334
12335 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12336
12337         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12338         locking.
12339
12340 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12341
12342         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12343
12344 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12345
12346         * pdf/ev-poppler.cc:
12347         * shell/ev-view.c: (highlight_find_results):
12348
12349         Fix find on single page documents
12350
12351 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12352
12353         * data/evince.schemas.in: fix for bug 301390
12354
12355 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12356
12357         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12358         (ev_view_zoom_out), (ev_view_zoom_normal):
12359         * shell/ev-view.h:
12360         * shell/ev-window.c: (update_action_sensitivity),
12361         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12362         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12363         (ev_window_cmd_view_normal_size):
12364
12365         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12366         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12367         better than oom. 
12368
12369 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12370
12371         * configure.ac:
12372
12373         Depend on 2.57, 2.59 doesnt seem to be necessary
12374
12375 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12376
12377         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12378         (create_tool_item):
12379
12380         Put back total number of pages as (1 of 1234)
12381
12382 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12383
12384         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12385         remove the job.
12386
12387         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12388         function.  This helps debugging.
12389
12390 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12391
12392         * djvu/djvu-document.c: (djvu_document_class_init),
12393         (djvu_document_get_info), (djvu_document_document_iface_init):
12394         * dvi/dvi-document.c: (dvi_document_class_init),
12395         (dvi_document_get_info), (dvi_document_document_iface_init):
12396
12397         Dummy implementation of get_info method for dvi and
12398         djvu. Fix crashes with those backends
12399
12400 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12401
12402         * data/evince.desktop.in:
12403
12404         Add application/x-gzpostscript
12405
12406 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12407
12408         * data/evince.schemas.in: Added real long descriptions, 
12409         closes bug 172496 
12410
12411         * README: Added actual text, closes bug 171869
12412
12413 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12414
12415         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12416
12417         Thumbnail page 0
12418
12419 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12420
12421         * backend/ev-document-info.h:
12422
12423         s/GDate */GDate so we can just use g_free
12424
12425 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12426
12427         * shell/ev-window.c: (update_document_mode),
12428         (ev_window_setup_document):
12429
12430         Show the window in fullscreen when specified by
12431         the document
12432
12433 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12434
12435         * backend/ev-document.c: (ev_document_class_init),
12436         (ev_document_get_info), (ev_document_render_pixbuf):
12437         * backend/ev-document.h:
12438         * backend/ev-page-cache.c: (_ev_page_cache_new):
12439         * pdf/ev-poppler.cc:
12440         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12441         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12442         * ps/ps-document.c: (ps_document_class_init), (document_load),
12443         (ps_document_get_info), (ps_document_document_iface_init):
12444
12445         Remove get_title from the interface, we can just use document info
12446
12447 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12448
12449         * backend/Makefile.am:
12450         * backend/ev-document.c: (ev_document_render_get_info):
12451         * backend/ev-document.h:
12452         * pdf/ev-poppler.cc:
12453
12454         Initial support for document info. Based on jrb patch.
12455
12456 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12457
12458         * shell/ev-window.c: (ev_window_state_event),
12459         (ev_window_class_init), (ev_window_init):
12460         
12461         Doesn't show resize grip when maximized. See bug #301053
12462
12463 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12464
12465         * po/POTFILES.in:
12466         
12467         ev-sidebar-thumbnails now has translatable labels
12468         
12469         * shell/Makefile.am:
12470         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12471         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12472         (ev_sidebar_links_page_iface_init):
12473         * shell/ev-sidebar-links.h:
12474         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12475         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12476         (ev_sidebar_page_get_label):
12477         * shell/ev-sidebar-page.h:
12478         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12479         (ev_sidebar_thumbnails_set_document),
12480         (ev_sidebar_thumbnails_support_document),
12481         (ev_sidebar_thumbnails_get_label),
12482         (ev_sidebar_thumbnails_page_iface_init):
12483         * shell/ev-sidebar-thumbnails.h:
12484         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12485         (ev_sidebar_set_document):
12486         * shell/ev-sidebar.h:
12487         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12488         
12489         Small rework of sidebar code. Now sidebar pages should implement
12490         EvSidebarPage interface. That makes page management in EvSidebar
12491         easier. See bug #164811 for details
12492
12493 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12494
12495         * shell/ev-application.c: (ev_application_open):
12496         * shell/ev-document-types.c:
12497         
12498         Fix build error and small problem with application exit
12499
12500 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12501
12502         * thumbnailer/Makefile.am:
12503         * thumbnailer/evince-thumbnailer-djvu.schemas:
12504         * thumbnailer/evince-thumbnailer-dvi.schemas:
12505         
12506         Conditionally install schemas for djvu/dvi thumbnailer
12507
12508 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12509
12510         * shell/ev-document-types.h: 
12511         * shell/ev-document-types.c: 
12512         New files, handling the mapping from mimetypes to backends
12513         
12514         * shell/ev-window.c: 
12515         * thumbnailer/evince-thumbnailer.c:     
12516         Use the ev-document-types code
12517         
12518         * shell/Makefile.am: 
12519         Added new convenience library libevbackendfactory_la, containing
12520         the new mimetype->backend logic; moved the backends into it.
12521
12522         * thumbnailer/Makefile.am:
12523         Make the thumbnailer link with the libevbackend.la convenience
12524         library, rather than having a duplicate of the backend logic here.
12525
12526 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12527
12528         * shell/ev-stock-icons.c: constify some vars.
12529         * shell/ev-window.c: ditto.
12530
12531 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12532
12533         * ps/ps-document.c (get_page_orientation):
12534
12535         Respect document orientation 
12536
12537 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12538
12539         * djvu/Makefile.am:
12540         * dvi/Makefile.am:
12541         * shell/Makefile.am:
12542         
12543         Move library dependencies to components.
12544         
12545         * shell/ev-window.c: (update_window_title),
12546         (start_loading_document):
12547         
12548         Fix display of uris with spaces. Bug 168358.
12549
12550 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12551
12552         * shell/ev-sidebar-links.c: (selection_changed_cb):
12553         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12554         (ev_view_button_release_event), (ev_view_set_document):
12555         * shell/ev-view.h:
12556         * shell/ev-window.c: (find_bar_search_changed_cb):
12557         * shell/ev-window.h: Minor cleanups removing some dead code.
12558
12559 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12560
12561         * backend/ev-page-cache.c: (_ev_page_cache_new):
12562         
12563         Set current page to 0 if document has pages.
12564
12565 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12566
12567         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12568
12569         Initialize GError to NULL, fix a crash when loading fails.
12570
12571 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12572
12573         * shell/ev-window.c: (update_view_size):
12574
12575         Calculate shadow size only when there is actually
12576         a shadow.
12577
12578 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12579
12580         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12581         * shell/ev-view.h:
12582
12583         Allow setting view spacing, default to 0
12584
12585         * shell/ev-window.c: (ev_window_unfullscreen),
12586         (ev_window_cmd_view_fullscreen), (ev_window_init):
12587
12588         Remove spacing in fullscreen mode
12589
12590 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12591
12592         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12593         (ev_view_size_request), (expose_bin_window),
12594         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12595         * shell/ev-view.h:
12596         * shell/ev-window.c: (ev_window_unfullscreen),
12597         (ev_window_cmd_view_fullscreen):
12598
12599         Do not draw the border in fulscreen
12600
12601 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12602
12603         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12604         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12605         (find_page_at_location), (page_changed_cb):
12606
12607         Rework border calculation, so that I can more easily disable it.
12608         Code somewhat cleaner too.
12609
12610 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12611
12612         * backend/ev-page-cache.c: (ev_page_cache_init),
12613         (_ev_page_cache_new):
12614
12615         Remove some assertions, documents can have 0 pages.
12616         Make initial current page -1.
12617
12618         * shell/ev-page-action.c: (page_changed_cb):
12619
12620         Show "" if current page is -1
12621
12622         * shell/ev-window.c: (update_action_sensitivity),
12623         (ev_window_setup_document):
12624
12625         When document has 0 pages do not set the view
12626         and make nearly everything insensitive.
12627
12628 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12629
12630         * shell/ev-page-view.c:
12631         * shell/ev-page-view.h:
12632
12633         Remove unused files.
12634         
12635         * shell/ev-sidebar-thumbnails.c:
12636         (ev_sidebar_thumbnails_set_document):
12637         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12638         (ev_sidebar_supports_document):
12639         * shell/ev-sidebar.h:
12640         * shell/ev-window.c: (ev_window_setup_document):
12641         
12642         Doesn't show thumbnails if document has 1 page. Make
12643         sidebar menu entries sensitive only if if they have 
12644         sense. Fix bug 164811. 
12645
12646 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12647
12648         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12649         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12650         (ev_view_zoom_out), (ev_view_set_size):
12651
12652         Rework sizing to deal with documents with not uniform page
12653         size.
12654
12655 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12656
12657         * backend/ev-page-cache.c: (_ev_page_cache_new):
12658
12659         Fix several page size caching bugs
12660
12661 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12662
12663         * shell/ev-window.c: (set_action_properties):
12664
12665         Make all toolbar items translatable
12666
12667 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12668
12669         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12670         (save_page_list), (ps_document_save),
12671         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12672         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12673         (ps_document_ps_exporter_iface_init):
12674         * ps/ps-document.h:
12675
12676         Based on a patch by J�rg Billeter <j@bitron.ch>
12677         
12678         Implement print and save a copy for the ps backend.
12679
12680 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12681
12682         * backend/ev-document.h:
12683         * djvu/djvu-document.c: (djvu_document_can_get_text),
12684         (djvu_document_document_iface_init):
12685         * dvi/dvi-document.c: (dvi_document_can_get_text),
12686         (dvi_document_document_iface_init):
12687         * pdf/ev-poppler.cc:
12688         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12689         (pixbuf_document_document_iface_init):
12690         * ps/ps-document.c: (ps_document_can_get_text),
12691         (ps_document_document_iface_init):
12692         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12693         * shell/ev-window.c: (update_action_sensitivity):
12694
12695         Fix the crash when trying to copy in backends that doesnt
12696         support it. We can implement a better solution once we
12697         do real text selection.
12698
12699 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12700
12701         * data/evince-ui.xml:
12702         * shell/ev-window.c: (ev_window_cmd_escape):
12703         
12704         Work around the Escape conflict (find bar and unfullscreen)
12705
12706 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12707
12708         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12709         
12710         Fix for #300233. Next page correctly handles document end.
12711         
12712         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12713         (ev_sidebar_thumbnails_class_init),
12714         (ev_sidebar_thumbnails_set_document),
12715         (ev_sidebar_thumbnails_clear_job),
12716         (ev_sidebar_thumbnails_clear_model):
12717         
12718         Cleanup thumbnail jobs on document changes.
12719         
12720         * shell/ev-view.c: (add_scroll_binding_keypad),
12721         (add_scroll_binding_shifted), (ev_view_class_init):
12722         
12723         Shift + Space scrolls up. Fix for #173184
12724         
12725         * shell/ev-window.c: (ev_window_open_page),
12726         (ev_window_cmd_view_reload):
12727         
12728         Fix reload (Bug #300094)
12729
12730 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12731
12732         
12733         * dvi/mdvi-lib/assoc.c:
12734         * dvi/mdvi-lib/assoc.h: Removed garbage files
12735         
12736         * dvi/mdvi-lib/bitmap.c:
12737         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12738         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12739         * dvi/mdvi-lib/color.h: Antialias of rules
12740         
12741         * dvi/mdvi-lib/common.h:
12742         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12743         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12744         * dvi/mdvi-lib/files.c:
12745         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12746         * dvi/mdvi-lib/mdvi.h:
12747         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12748         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12749         * dvi/mdvi-lib/util.c: Fix compile warnings
12750         
12751         * dvi/dvi-document.c:
12752         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12753         (dvi_document_thumbnails_get_thumbnail),
12754         (dvi_document_document_thumbnails_iface_init):
12755         * dvi/mdvi-lib/Makefile.am:
12756         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12757         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12758         
12759         Dvi backend now renders thumbnails
12760
12761 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12762
12763         * shell/main.c: (main): 
12764         
12765         Save accelerators on exit. Fixes bug #172095.
12766
12767 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12768
12769         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12770         update priority" comment.
12771
12772         * backend/ev-job-queue.c: Give a way to change priority.
12773
12774 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12775
12776         * shell/ev-page-action.c: Fix logic.
12777
12778 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12779
12780         * shell/ev-view.c: (ev_view_can_find_next):
12781         * shell/ev-window.c: (ev_window_setup_document):
12782
12783         Check that the document supports find
12784
12785 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12786
12787         * data/evince-ui.xml:
12788         * shell/ev-view.c: (ev_view_can_find_next):
12789         * shell/ev-view.h:
12790         * shell/ev-window.c: (update_action_sensitivity),
12791         (find_changed_cb), (ev_window_setup_document),
12792         (ev_window_cmd_edit_find_next):
12793
12794         Add Edit->Find Next
12795
12796 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12797
12798         * pdf/ev-poppler.cc:
12799         * shell/ev-print-job.c: (idle_print_handler):
12800
12801         Make printing work again
12802
12803 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12804
12805         * shell/ev-page-action.h:
12806         * shell/ev-page-action.c: (ev_page_action_widget_init),
12807         (ev_page_action_widget_class_init), (page_changed_cb),
12808         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12809         (get_filter_model_from_model), (match_selected_cb),
12810         (display_completion_text), (match_completion), (update_model),
12811         (connect_proxy), (ev_page_action_set_property),
12812         (ev_page_action_get_property), (ev_page_action_set_document),
12813         (ev_page_action_set_model), (ev_page_action_class_init): Big
12814         reworking to make completions work iff we have >= GTK-2.7.0
12815                 
12816         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12817         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12818         (job_finished_cb): We now have a 'model' property that is set when
12819         the links are loaded.  This can be caught with "notify::model"
12820
12821         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12822         listen for the model to be set, and propagate it to the action.
12823
12824 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12825
12826         * cut-n-paste/recent-files/egg-recent-item.c:
12827         (egg_recent_item_set_uri), (make_valid_utf8),
12828         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12829         * cut-n-paste/recent-files/egg-recent-item.h:
12830         
12831         Update egg-recent from libegg. This should fix long
12832         startup problem. For details see
12833         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12834
12835 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12836
12837         * cut-n-paste/recent-files/Makefile.am:
12838         * data/evince-ui.xml, shell/Makefile.am:
12839         * shell/ev-application.c, shell/ev-application.h:
12840         * shell/ev-window.c: Recent files support.
12841         
12842         * configure.ac: Added "ru" to ALL_LINGUAS.
12843         
12844         * dvju: new backend to support DJVU files.
12845         * dvi: new backend to support DVI.
12846
12847         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12848         * ev-application.c: Support for new backends.
12849         
12850         * help, ev-window.c, main.c shell/Makefile.am: 
12851         Evince user documentation.
12852
12853 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12854
12855         * po/POTFILES.in:
12856         * shell/ev-window.c:
12857         * thumbnailer/evince-thumbnailer.c:
12858
12859         s/pdf-document/ev-poppler
12860
12861 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12862
12863         * NEWS:
12864         * configure.ac:
12865
12866         Release 0.2.0
12867
12868         * ps/ps-document.c: (setup_pixmap):
12869
12870         Remove debug code
12871
12872 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12873
12874         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12875         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12876         (ev_window_cmd_go_first_page): Fix of by one errors.
12877
12878 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12879
12880         * ps/ps-document.c: (get_page_box):
12881
12882         Fix page size calculation
12883
12884 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12885
12886         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12887         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12888         (get_page_orientation), (setup_page), (document_load),
12889         (ps_document_get_page_size), (render_pixbuf_idle):
12890         * ps/ps-document.h:
12891
12892         More refactoring to adapt to EvDocument changes
12893
12894 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12895
12896         * ps/ps-document.c: (start_interpreter):
12897
12898         Actually add alpha args
12899
12900 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12901
12902         * pdf/ev-poppler.cc:
12903
12904         Make clipboard work again
12905
12906 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12907
12908         Make searching work again.
12909         
12910         * backend/ev-document.c:
12911         * backend/ev-document.h:
12912         * backend/ev-document-find.c:
12913         * backend/ev-document-find.h: Change EvDocumentIface so we no
12914         longer store the current page or zoom level in the document.  The
12915         consequence is that all calls that operate on the current page now
12916         instead take the page number as an extra argument, and all
12917         coordinates are now doubles in document coordinate system.
12918
12919         * pdf/ev-poppler.cc:
12920         * pixbuf/pixbuf-document.c:
12921         * ps/ps-document.c: Update backends accordingly.
12922
12923 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12924
12925         * autogen.sh:
12926
12927         Add required gettext version
12928
12929 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12930
12931         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12932         make F1 bring up non-existent help.
12933
12934         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12935         epiphany's find bar, #167477
12936
12937         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12938         <emil@nishra.com> to add space-bar scrolling, 
12939
12940         * shell/ev-window.c (static GtkActionEntry entries): add default
12941         keybinding for Help (F1)
12942         Fixes #171068
12943
12944         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12945         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12946         170110
12947
12948 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12949
12950         * Makefile.am: 
12951         * pixbuf/pixbuf-document.c: 
12952
12953         Got pixbuf backend working again
12954
12955 2005-04-01  Steve Murphy  <murf@e-tools.com>
12956
12957         * configure.in: Added "rw" to ALL_LINGUAS.
12958
12959 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12960
12961         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12962         model types, noticed by Martin Kretzschmar.
12963
12964 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12965
12966         * pdf/ev-poppler.cc: Implement search based on
12967         poppler_page_find_text().  Currently a bit crude since we remember
12968         all matches from all pages.  Also, we grab the big document lock
12969         when we search since searching changes the underlying stream and
12970         thus conflicts with the rendering thread.
12971         
12972         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12973         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12974         (ev_view_find_previous): Fix some page indexes to be 0 based,
12975         offset rubber band by view offset,
12976
12977 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12978
12979         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12980
12981 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12982
12983         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12984         completely because I didn't understand GtkActions.  I should
12985         read Marco's code more carefully in the future.
12986
12987         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12988         function
12989
12990 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12991
12992         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12993         PopplerRectangle change from poppler CVS.
12994
12995 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12996
12997         * backend/ev-document.c: (ev_document_get_page_label):
12998         * backend/ev-document.h:
12999         * backend/ev-page-cache.c: (_ev_page_cache_new),
13000         (ev_page_cache_get_page_label):
13001         * backend/ev-page-cache.h:
13002         * pdf/ev-poppler.cc:
13003         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13004         (links_page_num_func):
13005         * shell/ev-sidebar-thumbnails.c:
13006         (ev_sidebar_thumbnails_set_document):
13007         * shell/ev-view.c: (status_message_from_link),
13008         (ev_view_motion_notify_event):
13009         * shell/ev-window.c: (document_supports_sidebar): Add in page
13010         label support.  It's not perfect yet, but it's the first 'feature'
13011         in a while.
13012         Also, fix a bogus comment noticed by crispin. 
13013
13014 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13015
13016         * Makefile.am: Remove pixbuf backend for now
13017
13018         * configure.ac: Require poppler-glib instead of just poppler.
13019
13020         * backend/ev-document-thumbnails.h: Add a comment
13021
13022         * backend/ev-document.h:
13023         * backend/ev-document.c: (ev_document_class_init),
13024         (ev_document_load), (ev_document_get_link),
13025         (ev_document_get_links): Remove 3 methods and add get_links.
13026         Also, made 0 based.
13027
13028         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13029         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13030
13031         * backend/ev-link.c: (ev_link_set_title),
13032         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13033         (ev_link_mapping_find):
13034         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13035         
13036         * backend/ev-page-cache.c: (ev_page_cache_init),
13037         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13038         (ev_page_cache_get_size), (ev_page_cache_next_page),
13039         (ev_page_cache_prev_page): Fix to be 0 based.
13040
13041         * pdf/Makefile.am: 
13042         * pdf/ev-poppler.h:
13043         * pdf/ev-poppler.cc: New backend.
13044         
13045         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13046         (ps_document_get_page), (ps_document_document_iface_init):
13047
13048         * shell/ev-pixbuf-cache.h:
13049         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13050         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13051         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13052         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13053         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13054         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13055         based.
13056         
13057         * shell/ev-sidebar-thumbnails.c:
13058         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13059         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13060
13061         * shell/ev-view.c: (status_message_from_link),
13062         (find_page_at_location), (get_link_at_location),
13063         (ev_view_motion_notify_event), (ev_view_button_release_event),
13064         (ev_view_init): Use the new link code.  Fix to be 0 based.
13065
13066         * shell/ev-window.c: (update_action_sensitivity),
13067         (document_supports_sidebar): 0 based.
13068
13069 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13070
13071         * pdf/pdf-document.cc: Patch from Fernando Herrera
13072         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13073         *blush*
13074
13075 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13076
13077         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13078         1 to the page, as this seems to be 1 based.  I thought we has this
13079         fixed.  grump.
13080
13081 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13082
13083         * TODO:
13084         * backend/Makefile.am:
13085         * backend/ev-document-links.c:
13086         (ev_document_links_has_document_links),
13087         (ev_document_links_get_links_model):
13088         * backend/ev-document-links.h:
13089         * backend/ev-document.c: (ev_document_get_page_cache),
13090         (ev_document_get_doc_mutex), (ev_document_load),
13091         (ev_document_save), (ev_document_get_title),
13092         (ev_document_get_n_pages), (ev_document_set_page),
13093         (ev_document_get_page), (ev_document_set_target),
13094         (ev_document_set_scale), (ev_document_set_page_offset),
13095         (ev_document_get_page_size), (ev_document_get_text),
13096         (ev_document_get_link), (ev_document_render),
13097         (ev_document_render_pixbuf), (ev_document_scale_changed):
13098         * backend/ev-document.h:
13099         * backend/ev-job-queue.c: (remove_object_from_queue),
13100         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13101         (no_jobs_available_unlocked), (ev_render_thread),
13102         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13103         (ev_job_queue_remove_job):
13104         * backend/ev-job-queue.h:
13105         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13106         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13107         (ev_job_links_class_init), (ev_job_render_init),
13108         (ev_job_render_dispose), (ev_job_render_class_init),
13109         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13110         (ev_job_thumbnail_class_init), (ev_job_finished),
13111         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13112         (ev_job_render_run), (ev_job_thumbnail_new),
13113         (ev_job_thumbnail_run):
13114         * backend/ev-jobs.h:
13115         * backend/ev-link.c:
13116         * backend/ev-link.h:
13117         * backend/ev-page-cache.c: (ev_page_cache_init),
13118         (ev_page_cache_class_init), (ev_page_cache_finalize),
13119         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13120         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13121         (ev_page_cache_set_link), (ev_page_cache_get_title),
13122         (ev_page_cache_get_size), (ev_page_cache_next_page),
13123         (ev_page_cache_prev_page):
13124         * backend/ev-page-cache.h:
13125         * pdf/pdf-document.cc:
13126         * ps/gsdefaults.c:
13127         * ps/gsdefaults.h:
13128         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13129         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13130         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13131         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13132         (is_interpreter_ready), (output), (catchPipe), (input),
13133         (start_interpreter), (check_filecompressed), (compute_dimensions),
13134         (ps_document_enable_interpreter), (document_load),
13135         (ps_document_next_page), (render_page), (ps_document_set_page),
13136         (ps_document_set_scale), (render_pixbuf_idle),
13137         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13138         * ps/ps-document.h:
13139         * shell/Makefile.am:
13140         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13141         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13142         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13143         (ev_pixbuf_cache_new), (job_finished_cb),
13144         (check_job_size_and_unref), (move_one_job),
13145         (ev_pixbuf_cache_update_range), (find_job_cache),
13146         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13147         (ev_pixbuf_cache_add_jobs_if_needed),
13148         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13149         * shell/ev-pixbuf-cache.h:
13150         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13151         (idle_print_handler):
13152         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13153         (selection_changed_cb), (create_loading_model),
13154         (ev_sidebar_links_construct), (links_page_num_func),
13155         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13156         (update_page_callback), (job_finished_cb),
13157         (ev_sidebar_links_set_document):
13158         * shell/ev-sidebar-thumbnails.c:
13159         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13160         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13161         (page_changed_cb), (thumbnail_job_completed_callback),
13162         (ev_sidebar_thumbnails_set_document):
13163         * shell/ev-sidebar-thumbnails.h:
13164         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13165         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13166         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13167         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13168         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13169         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13170         (ev_view_button_release_event), (ev_view_scroll_view),
13171         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13172         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13173         (ev_view_new), (job_finished_cb), (page_changed_cb),
13174         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13175         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13176         (ev_view_find_previous):
13177         * shell/ev-view.h:
13178         * shell/ev-window.c: (update_action_sensitivity),
13179         (ev_window_open_page), (update_window_title), (update_total_pages),
13180         (page_changed_cb), (ev_window_setup_document),
13181         (password_dialog_response), (ev_window_cmd_save_as),
13182         (ev_window_print), (ev_window_cmd_go_previous_page),
13183         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13184         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13185         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13186         * shell/main.c: (main):
13187
13188         Merge evince-threads branch
13189
13190 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13191
13192         * configure.ac: Added "lt" to ALL_LINGUAS.
13193
13194 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13195
13196         * NEWS:
13197         * configure.ac:
13198
13199         Release 0.1.9
13200
13201 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13202
13203         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13204
13205         Fix here also the thumbnails 1-basedness :)
13206
13207 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * NEWS:
13210         * configure.ac:
13211
13212         Release 0.1.8
13213
13214 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13215
13216         * pdf/pdf-document.cc:
13217         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13218         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13219
13220         Fix the mess we did with thumbnails and 1-basedness
13221
13222 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13223
13224         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13225
13226 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * NEWS:
13229         * configure.ac:
13230
13231         Release 0.1.7
13232
13233 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * ps/Makefile.am:
13236         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13237         (gtk_gs_defaults_get_alpha_parameters),
13238         (gtk_gs_defaults_get_ungzip_cmd),
13239         (gtk_gs_defaults_get_unbzip2_cmd):
13240         * ps/gsdefaults.h:
13241         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13242         (ps_document_get_orientation), (document_load),
13243         (ps_document_goto_page), (ps_document_set_page_size):
13244         * ps/ps-document.h:
13245
13246         Some more sanitization of the ps backend. Remove a lot
13247         of unused code and do not base our defaults on ggv
13248         preferences (ugh!)
13249
13250 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13251
13252         * thumbnailer/evince-thumbnailer.schemas:
13253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13254         (main): add -s option for thumbnail size.
13255
13256 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13257
13258         * configure.ac:
13259
13260         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13261         remove it.
13262
13263 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13264
13265         * pdf/pdf-document.cc:
13266
13267         Remove 4 pixels of useless border from the
13268         thumbnail.
13269
13270 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * backend/ev-document-thumbnails.c:
13273         (ev_document_thumbnails_get_thumbnail):
13274         * backend/ev-document-thumbnails.h:
13275
13276         Rework API a bit. Add a border flag and
13277         change sizing logic (now the size we specify
13278         applies to the bigger dimension).
13279
13280         * pdf/pdf-document.cc:
13281         * pixbuf/pixbuf-document.c:
13282         (pixbuf_document_thumbnails_get_thumbnail):
13283         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13284         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13285
13286         Adapt to the new API and do not draw a border for nautilus
13287         thumbnailer.
13288
13289 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13290
13291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13292         take thumbnails from page "0" instead of "1". Added a copyright header.
13293
13294 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13295
13296         * ps/ps-document.c: (set_up_page), (start_interpreter):
13297
13298         Make it C89 compliant
13299
13300 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * Makefile.am:
13303         * configure.ac:
13304         * pdf/.cvsignore:
13305         * pdf/pdf-document.cc:
13306         * thumbnailer/Makefile.am:
13307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13308         (main):
13309         * thumbnailer/evince-thumbnailer.schemas:
13310         * thumbnailer/pdf-icon.png:
13311
13312         Add a nautilus thumbnailer.
13313         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13314
13315 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * NEWS:
13318         * configure.ac:
13319         * po/POTFILES.in:
13320
13321         Release 0.1.6
13322
13323 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13324
13325         Use poppler instead of including xpdf source code.  Poppler is a
13326         fork of xpdf to build it as a shared library. See
13327         http://freedesktop.org/wiki/Software/poppler.
13328
13329         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13330         xpdf fork.
13331         
13332         * pdf/Makefile.am: Build libpdfdocument.a here.
13333         
13334         * pdf/GDKSplashOutputDev.cc:
13335         * pdf/GDKSplashOutputDev.h:
13336         * pdf/GnomeVFSStream.cc:
13337         * pdf/GnomeVFSStream.h:
13338         * pdf-document.cc:
13339         * pdf-document.h:
13340         * test-gdk-output-dev.cc
13341         * Thumb.cc:
13342         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13343         against poppler.
13344
13345 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13348
13349         Clear idle stack before unsetting the document
13350
13351 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * ps/ps-document.c: (ps_document_widget_event),
13354         (ps_document_set_target), (ps_document_finalize),
13355         (ps_document_get_page):
13356
13357         Disconnect the widget event signal on finalize.
13358         Some code cleanups.
13359
13360 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * ps/ps-document.c: (set_up_page):
13363
13364         If there is no bpixmap create one, even if size
13365         is not changed.
13366
13367 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13370         (set_up_page), (document_load), (ps_document_set_zoom):
13371
13372         Default page is 0. Calculate size even when we have no
13373         target yet.
13374
13375 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13376
13377         * shell/ev-sidebar.c: expand the selection widget to be always as
13378         wide as the sidebar
13379
13380 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13381
13382         * shell/ev-sidebar-thumbnails.c:
13383         (ev_sidebar_thumbnails_set_document):
13384
13385         Clear the list store when setting document
13386
13387 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * shell/ev-page-action.c: (update_entry), (sync_entry),
13390         (activate_cb), (entry_size_request_cb), (create_tool_item),
13391         (connect_proxy):
13392
13393         Use an entry for the page control instead of spinbuttons
13394
13395 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * data/evince.schemas.in:
13398
13399         Correct confusing string
13400
13401 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13402
13403         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13404         for real.  Gosh, how long has this been broken.
13405
13406         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13407         check for a NULL link.  We crash otherwise.
13408
13409 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * NEWS:
13412         * configure.ac:
13413
13414         Release 0.1.5
13415
13416 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13417
13418         * configure.ac: add the french translation.
13419
13420 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13421
13422         * shell/ev-window.c:
13423
13424         Remove unused header -> fix distcheck
13425
13426 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * shell/ev-window.c: (update_window_title),
13429         (ev_window_popup_password_dialog):
13430
13431         Unescape filename for display
13432
13433 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * pdf/xpdf/pdf-document.cc:
13436
13437         In get_page_size deal with rotation. Also
13438         cleanup the function a bit.
13439
13440 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13441
13442         * pdf/xpdf/pdf-document.cc:
13443
13444         Fix crash when opening in new window
13445
13446 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * configure.ac:
13449
13450         Check ghostscript >= 7
13451
13452 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13453
13454         * shell/ev-window.c:
13455
13456         Make page width the default sizing mode
13457
13458 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13459         Marco Pesenti Gritti <marco@gnome.org>
13460
13461         * shell/ev-window.c: Remember the sidebar size
13462
13463         * data/evince.schemas.in: Add a new gconf key to store the size of
13464         the sidebar
13465
13466 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13467
13468         * data/evince-ui.xml:
13469         * shell/ev-window.c: (update_action_sensitivity),
13470         (ev_window_cmd_view_reload):
13471         
13472         Add a "Reload" action and menu entry
13473
13474 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13475
13476         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13477         iff the type doesn't support thumbnailing and indexing.
13478
13479 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13480
13481         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13482
13483 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13484
13485         * pdf/splash/Splash.cc:
13486
13487         Port fix for a crasher from kde bug
13488         http://bugs.kde.org/show_bug.cgi?id=97131
13489
13490 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13491
13492         * pdf/xpdf/pdf-document.cc:
13493
13494         Return a link even if it's of an unrecognized
13495         type. Otherwise we go in an infinte cycle.
13496
13497 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13500         (size_allocate_cb), (ev_window_set_sizing_mode):
13501
13502         Update size when switching mode
13503
13504 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13505
13506         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13507         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13508         (ev_window_cmd_view_normal_size):
13509
13510         Fix size toggle buttons behavior
13511
13512 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13513
13514         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13515         (doc_rect_to_view_rect), (ev_view_size_allocate),
13516         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13517         (scale_changed_callback):
13518
13519         Do not cache offsets in size_allocate.
13520
13521 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13522
13523         * shell/ev-view.c: (ev_view_size_allocate):
13524
13525         Calculate offsets before calling the parent
13526         class (which does a redraw)
13527
13528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * pdf/xpdf/pdf-document.cc:
13531
13532         Fix a crasher on exit. Unused code, put a TODO
13533
13534 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * backend/ev-document.c: (ev_document_class_init),
13537         (ev_document_page_changed), (ev_document_scale_changed):
13538         * backend/ev-document.h:
13539
13540         Separate page/scale notifications
13541
13542         * pdf/xpdf/pdf-document.cc:
13543
13544         Emit the new signals.
13545         Do not display the pdf page in _render, do it
13546         when scale/page are requested.
13547
13548         * ps/ps-document.c: (ps_document_set_zoom),
13549         (ps_document_widget_event):
13550         * ps/ps-document.h:
13551
13552         Emit the new signals.
13553
13554         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13555         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13556         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13557         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13558         * shell/ev-view.h:
13559         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13560         (ev_window_cmd_view_page_width), (size_allocate_cb),
13561         (ev_window_set_sizing_mode):
13562
13563         Rework sizing to be pixel based.
13564         There are bugs but should be already way better.
13565
13566 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-window.c: (ev_window_init):
13569
13570         Do not allow to shrink sidebar smaller then
13571         child requisition
13572
13573 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13574
13575         * shell/ev-sidebar.[ch]
13576         * shell/ev-window.c:
13577
13578         Improved sidebar widget. Fixes #166683
13579
13580 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13581
13582         * shell/ev-view.c (update_find_status_message): Give translators
13583         more flexibility with ngettext plural handling.
13584
13585 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13586
13587         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13588         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13589         page when we get the page size.
13590
13591 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13592
13593         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13594
13595         ps pages are 0 based, convert 
13596
13597 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13600
13601         Initialize correct parent class. Set GError on document load
13602
13603 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * pdf/xpdf/pdf-document.cc:
13606
13607         Fixup selection offset calculation
13608
13609         * shell/ev-view.c: (view_rect_to_doc_rect),
13610         (doc_rect_to_view_rect), (ev_view_size_allocate),
13611         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13612         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13613
13614         Store selection as document relative, so that zooming
13615         and offset changing doesnt break it.
13616
13617 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13618
13619         * shell/ev-view.c: (ev_view_best_fit):
13620
13621         Do not try to best fit if the view is not realized
13622
13623 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13624           
13625         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13626
13627 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13628
13629         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13630
13631 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13632
13633         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13634         the popup window.  That prevents it resizing when in full screen
13635         mode.
13636
13637         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13638         multiple rerenders.  This pretty much sucks.
13639
13640         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13641         rest of the toolbar.
13642
13643 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13644
13645         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13646
13647 2005-02-17  Alexander Shopov  <ash@contact.bg>
13648
13649         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13650
13651 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13652
13653         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13654
13655 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13658         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13659         (set_document_page), (document_changed_callback),
13660         (ev_view_set_document), (ev_view_find_previous),
13661         (ev_view_hide_cursor), (ev_view_show_cursor):
13662         * shell/ev-view.h:
13663         * shell/ev-window.c: (update_chrome_visibility),
13664         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13665         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13666         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13667         (ev_window_unfullscreen):
13668         * shell/main.c: (main):
13669
13670         Automatically hide the fullscreen button.
13671         Patch by Kristian Høgsberg <krh@redhat.com>
13672
13673 2005-02-16  Vincent Noel  <vnoel@cox.net>
13674
13675         * shell/main.c (main): Specify an icon for the window. Patch by
13676         Jaap A. Haitsma. Fixes #166177.
13677
13678 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13679
13680         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13681
13682 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13683
13684         * backend/ev-document-misc.h:
13685         * backend/ev-document-misc.c:
13686         (ev_document_misc_get_page_border_size),
13687         (ev_document_misc_paint_one_page): New function to canonicalize
13688         sizing/painting a border.
13689
13690         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13691         used.
13692
13693         * pdf/xpdf/pdf-document.cc: use new function
13694
13695         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13696         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13697         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13698         shell/ev-window.c: (update_sizing_buttons),
13699         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13700         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13701         (ev_window_cmd_view_page_width), (size_allocate_cb),
13702         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13703         and "fit width" values act as toggle buttons so they stay
13704         toggled.  It's not 100% perfect, and it's a little slow, but it's
13705         good enough to commit I think.
13706
13707 2005-02-15  David Lodge  <dave@cirt.net>
13708
13709         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13710
13711 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13712
13713         * shell/ev-window.c (update_window_title): replace newlines in
13714         the title by spaces. Bug #166107.
13715
13716 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13717
13718         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13719         parameters providing allocation width and height without
13720         scrollbars and width of a possible vertical scrollbar. With this
13721         additional information the functions can work as
13722         intended. Unfortunately they're not idempotent. We should
13723         transform these commands to toggles. Fixes Bug #164976
13724         Initial patch by Stephane Loeuillet, then heavily modified.
13725
13726         * shell/ev-view.h: update prototypes.
13727
13728         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13729         (ev_window_cmd_view_page_width): provide EvView fit functions with
13730         all the information they need. Formulas to calculate this
13731         information taken from GtkScrolledWindow.
13732
13733 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13734
13735         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13736         created a thumbnail, the list store is updated to know
13737         that the thumbnail is set. Fixes bug #166792
13738
13739 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13740
13741         * shell/ev-window.c: fixed typo, closes bug 166897
13742
13743         * TODO: updated TODO with bug numbers that are relevant
13744
13745 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13746
13747         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13748
13749 2005-02-09  Vincent Noel  <vnoel@cox.net>
13750
13751         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13752         and "Next" toolbar buttons as important to make them stand out.
13753
13754 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * lib/ev-debug.c:
13757         * lib/ev-debug.h:
13758         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13759         (start_interpreter), (stop_interpreter), (document_load),
13760         (ps_document_next_page), (ps_document_goto_page),
13761         (ps_document_set_page_size), (ps_document_widget_event),
13762         (ps_document_render):
13763         * shell/ev-page-view.c: (ev_page_view_dispose):
13764         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13765
13766         Fix compilation on non-gcc platforms
13767
13768 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13769
13770         * NEWS:
13771         * configure.ac:
13772
13773         Release 0.1.4
13774
13775         * pdf/xpdf/Catalog.cc:
13776         * pdf/xpdf/XRef.cc:
13777
13778         Fix the fix for CAN-2004-0888
13779
13780 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13781
13782         * data/Makefile.am:
13783         * data/evince-ui.xml:
13784         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13785         * shell/ev-stock-icons.h:
13786         * shell/ev-window.c: (update_action_sensitivity),
13787         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13788         (set_action_properties):
13789
13790         Improve toolbar layout/icons
13791
13792 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * pdf/xpdf/pdf-document.cc:
13795
13796         Add warnings about unimplemented/unknown link
13797         types.
13798
13799 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13800
13801         * ps/ps-document.c: (set_up_page):
13802
13803         Log gs property
13804
13805 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13806
13807         * ps/ps-document.c: (start_interpreter):
13808
13809         Log gs env var
13810
13811 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13812
13813         * shell/ev-page-view.c: (ev_page_view_dispose):
13814         * shell/ev-view.c: (ev_view_finalize):
13815         * shell/ev-window.c: (ev_window_setup_document),
13816         (ev_window_dispose), (ev_window_init):
13817
13818         Solve more refs issues.
13819
13820         I commented out the page_view initialization for now:
13821         it was never destroyed (because it's never added
13822         to a container). Because of that we was leaking
13823         gs processes. Couldnt think to a clean fix.
13824         We need to figure this out, password view has the
13825         same issue probably.
13826
13827 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * ps/ps-document.c: (ps_document_finalize),
13830         (ps_document_get_n_pages), (ps_document_get_page):
13831
13832         Some cleanups, stop the interpreter on finalize
13833
13834         * shell/ev-page-view.c: (ev_page_view_dispose),
13835         (ev_page_view_class_init):
13836
13837         Release our reference on the document
13838
13839 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13840
13841         * Makefile.am:
13842         * configure.ac:
13843         * doc/debugging.txt:
13844         * lib/.cvsignore:
13845         * lib/Makefile.am:
13846         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13847         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13848         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13849         * lib/ev-debug.h:
13850
13851         Add debugging helpers
13852
13853         * ps/Makefile.am:
13854         * ps/ps-document.c: (set_up_page), (start_interpreter),
13855         (stop_interpreter), (document_load), (ps_document_next_page),
13856         (ps_document_goto_page), (ps_document_set_page_size),
13857         (ps_document_widget_event), (ps_document_render):
13858         * shell/Makefile.am:
13859         * shell/ev-view.c: (expose_bin_window):
13860         * shell/main.c: (main):
13861
13862         Add some logs
13863         
13864 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13865
13866         * ps/ps-document.c: (ps_document_widget_event):
13867
13868         Initialize message_window, this should make ps
13869         rendering really work! (Never noticed because I was
13870         testing with a ps that is causing gs to exit every time!)
13871
13872 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13873
13874         * data/evince.schemas.in: updated simple error in applyto closing tag
13875
13876 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13877
13878         * Makefile.am:
13879         * configure.ac:
13880         * data/.cvsignore:
13881         * data/Makefile.am:
13882         * data/evince-ui.xml:
13883         A data/evince.schemas.in:
13884         * po/POTFILES.in:
13885         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13886         * shell/ev-stock-icons.h:
13887         * shell/ev-window.c: (update_chrome_visibility),
13888         (update_chrome_flag), (ev_window_cmd_edit_find),
13889         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13890         (ev_window_unfullscreen), (ev_window_focus_in_event),
13891         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13892         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13893         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13894         (ev_window_dispose), (ev_window_class_init),
13895         (set_action_properties), (set_chrome_actions), (load_chrome),
13896         (ev_window_init):
13897
13898         Implement fullscreen mode changes from bug #164776.
13899         Also implement persistent chrome toggles.
13900
13901 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13902
13903         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13904
13905 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13906
13907         * NEWS:
13908         * configure.ac:
13909         * shell/ev-view.c:
13910
13911         Add another check for find interface
13912
13913         Release 0.1.3
13914
13915 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13916
13917         * shell/ev-application.c: (ev_application_open):
13918         * shell/ev-window.c: (ev_window_open):
13919
13920         Open gzipped ps documents
13921
13922 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * TODO:
13925         * shell/ev-view.c: (set_document_page):
13926
13927         Clamp page number, dont try to move to
13928         not existant pages.
13929
13930 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13931
13932         * backend/ev-document-find.c: (ev_document_find_changed):
13933         * backend/ev-document-find.h:
13934         * pdf/xpdf/pdf-document.cc:
13935         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13936         * shell/ev-window.c: (find_bar_search_changed_cb):
13937
13938         Fix several bugs with find
13939
13940 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13941
13942         * shell/ev-sidebar-thumbnails.c
13943         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13944         document. Prevents warning from scroll_to_cell.
13945
13946 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13947
13948         * configure.ac: Add «nb» to ALL_LINGUAS too.
13949
13950 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13951
13952         * NOTES: New file with some random thoughts.
13953
13954         * TODO: Update.
13955
13956         * backend/ev-document-misc.c:
13957         (ev_document_misc_get_page_border_size): New function to
13958         canonicalize shadow drawing sizes.  Possibly goofy.
13959
13960         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13961         (ev_view_best_fit), (ev_view_fit_width):
13962         * pdf/xpdf/pdf-document.cc:
13963         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13964         * ps/ps-document.c: (ps_document_get_page_size):
13965         * backend/ev-document-misc.h:
13966         * backend/ev-document.c: (ev_document_get_page_size):
13967         * backend/ev-document.h: get_page_size now takes a page number
13968         parameter.  Made all the backends/frontends honor it.
13969
13970         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13971         see.  Doesn't work yet.
13972
13973         * shell/Makefile.am:
13974         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13975         Doesn't do anything yet.
13976
13977         * shell/ev-sidebar-thumbnails.c:
13978         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13979         [0..n_pages-1]
13980
13981         * shell/ev-window.c: (update_action_sensitivity),
13982         (ev_window_setup_document), (ev_window_set_page_mode),
13983         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13984         view-swapping code a bit so we can have multiple views on a
13985         document.  Add the multi-page view, though it can't be turned on
13986         yet.
13987
13988 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13989
13990         * shell/ev-application.c: (ev_application_open):
13991         * shell/ev-view.c: (expose_bin_window):
13992         * shell/ev-window.c: (ev_window_open):
13993
13994         Support eps and check document supports find
13995         before drawing highlightings in expose.
13996
13997 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13998
13999         * pixbuf/pixbuf-document.c:
14000         (pixbuf_document_thumbnails_get_dimensions),
14001         (pixbuf_document_document_thumbnails_iface_init):
14002
14003         implement get_dimensions
14004
14005 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14006
14007         * NEWS:
14008         * configure.ac:
14009
14010         Release 0.1.2
14011
14012 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * shell/ev-view.c: (set_document_page):
14015
14016         Scroll at the top of the page when changing page
14017
14018 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14019
14020         * shell/ev-view.c: (ev_view_motion_notify_event):
14021
14022         Do not redraw unnecessarily
14023
14024 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14025
14026         * pdf/xpdf/pdf-document.cc:
14027         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14028         (expose_bin_window), (find_changed_cb):
14029
14030         Yay! find works now... Now to find bugs...
14031
14032 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14033
14034         * backend/ev-document-find.c: (ev_document_find_base_init),
14035         (ev_document_find_changed):
14036         * backend/ev-document-find.h:
14037         * pdf/xpdf/pdf-document.cc:
14038         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14039         (expose_bin_window), (ev_view_init), (set_document_page),
14040         (ensure_rectangle_is_visible), (jump_to_find_result),
14041         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14042         (ev_view_find_next), (ev_view_find_previous):
14043         * shell/ev-view.h:
14044         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14045
14046         More work on find implementation, mostly there now
14047
14048 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * backend/ev-backend-marshalers.list:
14051         * backend/ev-document-find.c: (ev_document_find_base_init),
14052         (ev_document_find_cancel), (ev_document_find_page_has_results),
14053         (ev_document_find_get_n_results), (ev_document_find_get_result),
14054         (ev_document_find_get_progress), (ev_document_find_changed):
14055         * backend/ev-document-find.h:
14056
14057         Enanche the find interface to be really able to do
14058         multi page find.
14059
14060         * pdf/xpdf/pdf-document.cc:
14061
14062         Implement
14063
14064         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14065         (expose_bin_window), (ev_view_init),
14066         (ev_view_get_find_status_message), (find_changed_cb),
14067         (ev_view_set_document), (set_document_page):
14068
14069         Adapt to the new interface. A few things are regressed sorry,
14070         I will finish it soon.
14071
14072 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14073
14074         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14075         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14076         ev_sidebar_thumbnails_parent_class variable, don't define another
14077         parent_class variable.
14078
14079         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14080         (ev_page_action_class_init): ditto.
14081
14082         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14083         (pixbuf_document_class_init): ditto.
14084
14085         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14086         ditto.
14087
14088         * .cvsignore: ignore various valgrind output files.
14089
14090 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14091
14092         * data/evince-ui.xml:
14093         * shell/Makefile.am:
14094         * shell/ev-history.c:
14095         * shell/ev-history.h:
14096         * shell/ev-navigation-action.c:
14097         * shell/ev-navigation-action.h:
14098         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14099         (ev_view_set_page), (ev_view_fit_width):
14100         * shell/ev-view.h:
14101         * shell/ev-window.c: (update_action_sensitivity),
14102         (ev_window_setup_document), (register_custom_actions):
14103
14104         Kill session history
14105
14106 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * shell/ev-window.c: (update_action_sensitivity):
14109
14110         Fix inverted up/down buttons
14111
14112 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14113
14114         * shell/ev-sidebar-thumbnails.c
14115         (ev_sidebar_thumbnails_select_page): make sure the selected
14116         thumbnail stays visible.
14117
14118 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14119
14120         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14121         scrolled window for Federico.
14122
14123 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14124
14125         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14126
14127 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14128
14129         * configure.ac:
14130         * pdf/splash/SplashFTFontEngine.cc:
14131
14132         Fix CID fonts with freetype 2.1.9
14133
14134 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14135
14136         * TODO: added item for desktop icon thumbnailer
14137
14138 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14139
14140         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14141         unloaded docs when the title is accessed.
14142
14143         * shell/ev-password-view.[hc]: New widget for displaying password
14144         state.
14145
14146         * shell/ev-window.[ch]: Refactor password handling code to handle
14147         the new view.
14148
14149 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14150
14151         * NEWS:
14152         * configure.ac:
14153         * data/Makefile.am:
14154
14155         Release 0.1.1
14156
14157 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14158
14159         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14160         ignore page offset here, to make search results independent of it,
14161
14162         * shell/ev-view.c (expose_bin_window): but take offsets into
14163         account here. Bug #164932
14164
14165         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14166         scale at the right time. Bug #164996
14167
14168 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14169
14170         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14171         fix the problem. Now I just removed the Adobe font names and hope
14172         that the URW fonts are always in outline format. Bug #164934
14173
14174         * shell/ev-window.c (update_window_title): empty titles are
14175         useless, use filename in that case too.
14176
14177         * NEWS: Add some content.
14178
14179 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14180
14181         * TODO: added one more TODO item and a TODONE section :)
14182
14183 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14184
14185         * ps/ps-document.h: add page_[xy]_offset fields.
14186
14187         * ps/ps-document.c (ps_document_set_page_offset)
14188         (ps_document_render): Keep offset in consideration in a few
14189         places. Bug #164752 "postscript documents are not centered in
14190         window"
14191
14192         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14193         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14194
14195         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14196         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14197         stub out missing methods for complete EvDocument implementation.
14198         Fixes segfaults with Save A Copy and Copy actions.
14199
14200         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14201         (ps_document_document_iface_init): ditto.
14202         
14203 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14204
14205         * data/.cvsignore:
14206         * data/Makefile.am:
14207         * data/evince.desktop.in:
14208
14209         Add desktop file
14210
14211 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * shell/ev-view.c: (ev_view_button_press_event),
14214         (ev_view_motion_notify_event):
14215
14216         Make selection work in any direction
14217
14218 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14219
14220         * TODO:
14221         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14222
14223         Use shorter labels for some of the toolbars items
14224
14225 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14226
14227         * pdf/xpdf/pdf-document.cc:
14228
14229         Check the links info is initialized before
14230         using it. Should fix a crash on startup.
14231
14232 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14233
14234         * pixbuf/pixbuf-document.c
14235         (pixbuf_document_thumbnails_get_dimensions): force floating point
14236         division to calculate page_ratio. Fixes crash with landscape
14237         format pixbufs.
14238
14239 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14240
14241         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14242
14243 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14244
14245         * shell/ev-view.c (set_document_page): unset has_selection when
14246         the page changes.
14247         (set_document_page): handle paper size changes when the page
14248         changes (test with Free Culture, page 2).
14249
14250 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14251
14252         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14253         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14254
14255         Use normal style color for the widget background and
14256         draw a black box around the page.
14257
14258 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * pdf/xpdf/pdf-document.cc:
14261
14262         Keep offset in consideration in a few places
14263
14264         * shell/ev-view.c: (expose_bin_window):
14265
14266         Set the offsets so that the document is ever centered
14267
14268 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14269
14270         * TODO: Added TODO items and finished off the first todo item
14271
14272         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14273         reflect current authors
14274
14275 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14276
14277         * pdf/xpdf/pdf-document.cc:
14278         * shell/ev-view.c: (ev_view_set_cursor),
14279         (ev_view_motion_notify_event), (document_changed_callback),
14280         (set_document_page):
14281
14282         Show a wait cursor while the page is rendering
14283
14284 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14285
14286         * shell/ev-sidebar-thumbnails.c:
14287         (ev_sidebar_tree_selection_changed),
14288         (ev_sidebar_thumbnails_select_page):
14289         * shell/ev-sidebar-thumbnails.h:
14290         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14291         (ev_view_can_go_forward):
14292         * shell/ev-window.c: (ev_window_open_page),
14293         (ev_window_setup_document), (update_current_page),
14294         (view_page_changed_cb), (ev_window_init):
14295         * shell/ev-window.h:
14296
14297         Ensure thumbnails selection, toolbar page control and
14298         current page are in sync.
14299
14300 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14301
14302         * pdf/xpdf/XRef.cc:
14303
14304         Fix CAN-2005-0064
14305
14306 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14307
14308         * backend/Makefile.am:
14309         * backend/ev-document-links.h:
14310         * backend/ev-document-security.c: (ev_document_security_get_type),
14311         (ev_document_security_has_document_security),
14312         (ev_document_security_set_password):
14313         * backend/ev-document-security.h:
14314         * backend/ev-document.c: (ev_document_error_quark):
14315         * backend/ev-document.h:
14316         * data/Makefile.am:
14317         * data/evince-password.glade:
14318         * pdf/xpdf/pdf-document.cc:
14319         * shell/Makefile.am:
14320         * shell/ev-password.c: (ev_password_set_bad_password_label),
14321         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14322         (ev_password_dialog_get_password),
14323         (ev_password_dialog_set_bad_pass):
14324         * shell/ev-password.h:
14325         * shell/ev-window.c: (ev_window_get_attribute),
14326         (ev_window_set_property), (update_action_sensitivity),
14327         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14328         (ev_window_setup_document), (ev_window_get_password),
14329         (ev_window_open), (ev_window_cmd_save_as),
14330         (using_postscript_printer), (ev_window_print),
14331         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14332         (update_fullscreen_popup), (ev_window_fullscreen),
14333         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14334         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14335         (menu_item_select_cb), (find_bar_search_changed_cb),
14336         (ev_window_dispose), (ev_window_init):
14337
14338         Add initial support for password-supported dialogs.  This could be
14339         a lot cooler, but it'll do for now.
14340
14341 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * pdf/xpdf/pdf-document.cc:
14344         * shell/ev-view.c: (status_message_from_link),
14345         (ev_view_set_status), (ev_view_set_cursor),
14346         (ev_view_motion_notify_event), (ev_view_init):
14347         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14348
14349         Fix bugs in the links implementation and change cursor
14350         when hovering a link.
14351
14352 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14353
14354         * viewer/.cvsignore: added cvsignore file for viewer directory
14355
14356         * TODO: created TODO document
14357
14358 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14359
14360         * shell/ev-view.h:
14361         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14362         new functions to help with implementation of sensitivity code
14363         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14364         of all actions that might require it.  Fixes a crash when you
14365         click on the Zoom actions in a window lacking a document.
14366
14367 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14368
14369         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14370         of the Find action
14371
14372 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14373
14374         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14375         (pixbuf_document_document_iface_init):
14376         * ps/ps-document.c: (ps_document_get_link),
14377         (ps_document_document_iface_init):
14378         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14379         (status_message_from_link), (ev_view_set_status),
14380         (ev_view_set_find_status), (ev_view_motion_notify_event),
14381         (ev_view_button_release_event), (ev_view_set_property),
14382         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14383         (ev_view_get_find_status_message), (update_find_results),
14384         (ev_view_get_status), (ev_view_get_find_status):
14385         * shell/ev-view.h:
14386         * shell/ev-window.c: (view_status_changed_cb),
14387         (view_find_status_changed_cb), (ev_window_init):
14388
14389         View status message support, use it to show the links.
14390         Needs work...
14391
14392 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14393
14394         * backend/ev-document.c: (ev_document_get_link):
14395         * backend/ev-document.h:
14396         * pdf/xpdf/pdf-document.cc:
14397         * shell/ev-application.c: (ev_application_open):
14398         * shell/ev-application.h:
14399         * shell/ev-sidebar-links.c: (selection_changed_cb):
14400         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14401         (ev_view_go_to_link):
14402
14403         Add support for document links
14404
14405 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14406
14407         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14408         (create_tool_item):
14409         Set the spin button limits correctly.
14410         
14411         * shell/ev-sidebar-thumbnails.c:
14412         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14413         Support changing pages by clicking on the thumbnails.
14414         
14415 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14416
14417         * pixbuf/pixbuf-document.c:
14418         (pixbuf_document_thumbnails_get_dimensions),
14419         (pixbuf_document_document_thumbnails_iface_init):
14420
14421         implement get_dimensions
14422
14423 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14424
14425         * ps/ps-document.c: (ps_document_goto_page):
14426
14427         Fix page switching on multipage documents
14428
14429 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14430
14431         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14432         
14433         check for NULL before assigning to width and height parameters
14434
14435 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14436
14437         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14438         (pixbuf_document_set_property), (pixbuf_document_get_property):
14439
14440         implement get/set properties
14441
14442 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14443
14444         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14445         
14446         return NULL instead of "Unknown", letting the title get set to
14447         the filename when the pdf has no title.
14448
14449 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14450
14451         * ps/ps-document.c: (ps_document_get_page_count),
14452         (ps_document_goto_page):
14453
14454 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14455
14456         * shell/ev-history.c: (ev_history_get_property),
14457         (ev_history_set_property), (ev_history_class_init),
14458         (ev_history_add_page), (ev_history_set_current_index):
14459         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14460         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14461         (ev_navigation_action_finalize):
14462         * shell/ev-navigation-action.h:
14463         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14464         (ev_view_go_forward), (ev_view_get_find_status_message),
14465         (history_index_changed_cb), (ev_view_set_history):
14466         * shell/ev-view.h:
14467         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14468         (update_current_page), (register_custom_actions):
14469
14470         Implement history dropdowns
14471
14472 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14473
14474         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14475         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14476         (ev_view_go_forward):
14477         * shell/ev-window.c: (register_custom_actions):
14478
14479         Fix several history bugs
14480
14481 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14482
14483         * configure.ac: Add «nb» to ALL_LINGUAS.
14484
14485 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14486
14487         * backend/Makefile.am:
14488         * backend/ev-bookmark.c:
14489         * backend/ev-bookmark.h:
14490         * backend/ev-document-bookmarks.c:
14491         * backend/ev-document-bookmarks.h:
14492         * backend/ev-document-links.c: (ev_document_links_get_type),
14493         (ev_document_links_has_document_links),
14494         (ev_document_links_begin_read), (ev_document_links_get_link),
14495         (ev_document_links_get_child), (ev_document_links_next),
14496         (ev_document_links_free_iter):
14497         * backend/ev-document-links.h:
14498         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14499         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14500         (ev_link_get_link_type), (ev_link_set_link_type),
14501         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14502         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14503         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14504         (ev_link_new_external):
14505         * backend/ev-link.h:
14506         * pdf/xpdf/pdf-document.cc:
14507         * shell/Makefile.am:
14508         * shell/ev-application.c: (ev_application_open_link):
14509         * shell/ev-application.h:
14510         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14511         (ev_history_get_link_nth):
14512         * shell/ev-history.h:
14513         * shell/ev-sidebar-bookmarks.c:
14514         * shell/ev-sidebar-bookmarks.h:
14515         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14516         (ev_sidebar_links_class_init), (selection_changed_cb),
14517         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14518         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14519         (do_one_iteration), (populate_links_idle),
14520         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14521         * shell/ev-sidebar-links.h:
14522         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14523         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14524         (go_to_index):
14525         * shell/ev-view.h:
14526         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14527         * shell/ev-window.h:
14528
14529         Rename bookmark to link, and use "Index" for the sidebar panel.
14530
14531 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14532
14533         * shell/Makefile.am:
14534         * shell/ev-application.c: (ev_application_open_bookmark):
14535         * shell/ev-application.h:
14536         * shell/ev-history.c: (ev_history_init), (free_links_list),
14537         (ev_history_finalize), (ev_history_class_init),
14538         (ev_history_add_link), (ev_history_add_page),
14539         (ev_history_get_link_nth), (ev_history_get_n_links),
14540         (ev_history_get_current_index), (ev_history_set_current_index),
14541         (ev_history_new):
14542         * shell/ev-history.h:
14543         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14544         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14545         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14546         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14547         (ev_view_set_page):
14548         * shell/ev-view.h:
14549         * shell/ev-window.c: (ev_window_open_bookmark),
14550         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14551         (goto_page_cb), (register_custom_actions):
14552         * shell/ev-window.h:
14553
14554         Initial history implementation. Needs work.
14555
14556 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14557
14558         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14559
14560 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14561
14562         * cut-n-paste/recent-files/egg-recent-item.c:
14563         * cut-n-paste/recent-files/egg-recent-item.h:
14564         * cut-n-paste/recent-files/egg-recent-model.c:
14565         * cut-n-paste/recent-files/egg-recent-util.c:
14566         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14567         * cut-n-paste/recent-files/egg-recent-view.c:
14568
14569         Update
14570
14571 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14572
14573         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14574         (fillGlyph, fillImageMask, drawImage):
14575         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14576         pdf/splash/SplashTypes.h:
14577         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14578         packed mode for Splash.
14579
14580         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14581         RGB8 packed mode, eliminates the pixbuf data creation loop.
14582
14583         * shell/ev-print-job.c (ev_print_job_finalize)
14584         (ev_print_job_set_property, ev_print_job_get_property)
14585         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14586         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14587         (print_closure_finalize, ev_print_job_print): implement
14588         printing (for backends with EvPsExporter)
14589
14590         * shell/ev_print_job.h: update prototypes.
14591
14592         * shell/ev-window.c (ev_window_print): unref print job after
14593         printing.
14594
14595         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14596         unless the document implements the EvDocumentFind interface.
14597
14598 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14599
14600         * configure.ac: Added ja to ALL_LINGUAS.
14601
14602 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14603
14604         * pdf/xpdf/pdf-document.cc:
14605
14606         add a FIXME. We should probably not allocate
14607         a bookmark object every time
14608
14609 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14610
14611         * shell/ev-application.c: (ev_application_open),
14612         (ev_application_open_bookmark):
14613         * shell/ev-application.h:
14614         
14615         Add a way to open bookmarks
14616
14617         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14618         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14619         (ev_bookmark_set_property), (ev_bookmark_class_init),
14620         (ev_bookmark_new_title), (ev_bookmark_new_link),
14621         (ev_bookmark_new_external):
14622
14623         Support for external uris, better constructors.
14624
14625         * backend/ev-bookmark.h:
14626         * pdf/xpdf/pdf-document.cc:
14627         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14628
14629         Handle external uris
14630
14631 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14632
14633         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14634         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14635
14636         Hook up bookmarks navigation
14637
14638 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14639
14640         * backend/Makefile.am:
14641         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14642         (ev_bookmark_get_title), (ev_bookmark_set_title),
14643         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14644         (ev_bookmark_get_page), (ev_bookmark_set_page),
14645         (ev_bookmark_get_property), (ev_bookmark_set_property),
14646         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14647         (ev_bookmark_new):
14648         * backend/ev-bookmark.h:
14649         * backend/ev-document-bookmarks.c:
14650         (ev_document_bookmarks_get_bookmark):
14651         * backend/ev-document-bookmarks.h:
14652         * pdf/xpdf/pdf-document.cc:
14653         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14654
14655         Add a bookmark object to the backend and use it instead of get_values
14656
14657 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14658
14659         * data/evince-ui.xml:
14660
14661         Cleanup and add select all.
14662
14663         * shell/ev-view.c: (ev_view_select_all),
14664         (ev_view_button_press_event):
14665         * shell/ev-view.h:
14666         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14667
14668         Add select all.
14669         Clear selection on click.
14670
14671 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14672
14673         * shell/ev-sidebar-thumbnails.c
14674         (ev_sidebar_thumbnails_set_document): forgot to unref the
14675         loading_icon.
14676
14677 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14678
14679         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14680         at the visible page, not just linearly.  This makes it look fast.
14681
14682 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14683
14684         * backend/ev-document-misc.c
14685         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14686         white.
14687         * backend/ev-document-thumbnails.h: New interface to get the size
14688         of a page.
14689
14690 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14691
14692         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14693         make dist works
14694
14695 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14696
14697         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14698         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14699         things up a bit.
14700
14701         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14702
14703 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14704
14705         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14706         fonts. Should fix font problems on systems that have the base
14707         fonts in bitmap format. Reported by James Henstridge
14708         <james@jamesh.id.au>.
14709
14710 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14711
14712         * pdf/xpdf/Gfx.cc:
14713         * pdf/xpdf/GfxState.cc:
14714
14715         Fix for CAN-2004-1125
14716
14717 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * shell/ev-view.c: (ev_view_copy):
14720         * shell/ev-view.h:
14721         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14722
14723         Implement Edit->Copy
14724
14725 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14726
14727         * backend/ev-document.c: (ev_document_get_text):
14728         * backend/ev-document.h:
14729         * pdf/xpdf/pdf-document.cc:
14730         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14731         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14732         (ev_view_update_primary_selection), (ev_view_button_press_event),
14733         (ev_view_motion_notify_event), (ev_view_button_release_event):
14734
14735         Beginnings of clipboard support. Incomplete but primary sort
14736         of work.
14737
14738 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14739
14740         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14741         (expose_bin_window):
14742
14743         Nicer rubberband drawing, from GtkIconView.
14744
14745 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14746
14747         * backend/ev-document.c: (ev_document_save):
14748         * backend/ev-document.h:
14749         * data/evince-ui.xml:
14750         * pdf/xpdf/pdf-document.cc:
14751         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14752
14753         Implement "Save a copy..." menu item
14754
14755 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14756
14757         * shell/ev-view.c: (ev_view_zoom):
14758
14759         Queue a resize when zoom changes
14760
14761 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14762
14763         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14764         shadows.
14765
14766         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14767         thumbnails..
14768
14769 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14770
14771         * pdf/xpdf/pdf-document.cc
14772         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14773
14774 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14775
14776         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14777         It's slow, but I'll speed it up next!
14778
14779 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14780
14781         * shell/main.c (load_files):
14782
14783         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14784         from the command line and because it seems more appropriate.
14785
14786 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14787
14788         * data/evince-ui.xml:
14789         * shell/ev-window.c: (update_action_sensitivity),
14790         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14791
14792         s/next page/page down
14793         s/previous page/page up
14794
14795 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14796
14797         * data/evince-ui.xml:
14798
14799         Change the layout to match clarkbw design.
14800
14801         * shell/Makefile.am:
14802         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14803         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14804         (ev_navigation_action_finalize),
14805         (ev_navigation_action_set_property),
14806         (ev_navigation_action_get_property),
14807         (ev_navigation_action_class_init):
14808         * shell/ev-navigation-action.h:
14809
14810         Implement clarkbw toolbar navigation controls (incomplete)
14811
14812         * shell/ev-page-action.c: (update_label), (update_spin),
14813         (value_changed_cb), (create_tool_item), (connect_proxy),
14814         (ev_page_action_init), (ev_page_action_finalize),
14815         (ev_page_action_set_property), (ev_page_action_get_property),
14816         (ev_page_action_set_current_page),
14817         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14818         * shell/ev-page-action.h:
14819
14820         Implement a page switcher in the toolbar
14821
14822         * shell/ev-view.c: (ev_view_scroll_view):
14823         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14824         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14825         (register_custom_actions), (ev_window_init):
14826
14827         Change page on PageUp/Down.
14828
14829 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14830
14831         * pdf/xpdf/pdf-document.cc
14832         (pdf_document_thumbnails_get_thumbnail): initial stab at
14833         implementing thumbnail support for pdfs.  It only does documents
14834         with precached pdfs now.
14835
14836 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14837
14838         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14839         thumbnail code into a time-based idle as well.  Also, turn off the
14840         shadow temporarily as it's really slow.
14841
14842 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14843
14844         * backend/ev-document.c: (ev_document_class_init):
14845         * pdf/xpdf/pdf-document.cc:
14846         * shell/ev-window.c: (ev_window_open):
14847
14848         Fix document title bugs and fallback to
14849         filename when not available.
14850
14851 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14852
14853         * backend/ev-document.c: (ev_document_get_type),
14854         (ev_document_class_init), (ev_document_load),
14855         (ev_document_get_title):
14856         * backend/ev-document.h:
14857         * pdf/xpdf/pdf-document.cc:
14858         * ps/ps-document.c: (ps_document_set_property),
14859         (ps_document_get_property), (ps_document_class_init),
14860         (document_load):
14861         * ps/ps-document.h:
14862         * ps/ps.h:
14863         * shell/ev-window.c: (update_window_title), (ev_window_open),
14864         (ev_window_init):
14865
14866         Initial support for document title. Not working yet.
14867
14868 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14869
14870         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14871
14872         Grab focus on the view when clicking it
14873
14874 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14875
14876         * shell/ev-marshal.list:
14877         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14878         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14879
14880         Add key bindings to the view. Now if the focus would work
14881         right...
14882
14883 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14884
14885         * Makefile.am:
14886         * backend/Makefile.am:
14887         * data/Makefile.am:
14888         * dvi/Makefile.am:
14889         * dvi/dvilib/Makefile.am:
14890         * pdf/xpdf/Makefile.am:
14891         * po/POTFILES.in:
14892         * ps/Makefile.am:
14893
14894         Fix distcheck
14895
14896 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14897
14898         * shell/ev-view.c: (ev_view_realize):
14899
14900         Fix mouse wheel scrolling
14901
14902 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14903
14904         * ps/Makefile.am:
14905         * ps/gstypes.h:
14906         * ps/gtkgs.c:
14907         * ps/gtkgs.h:
14908         * ps/ps-document.c: (catchPipe), (ps_document_init),
14909         (ps_document_class_init), (ps_document_cleanup),
14910         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14911         (set_up_page), (close_pipe), (is_interpreter_ready),
14912         (interpreter_failed), (output), (input), (start_interpreter),
14913         (stop_interpreter), (file_length), (file_readable),
14914         (check_filecompressed), (check_pdf), (compute_xdpi),
14915         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14916         (ps_document_get_type), (ps_document_emit_error_msg),
14917         (document_load), (ps_document_next_page),
14918         (ps_document_get_current_page), (ps_document_get_page_count),
14919         (ps_document_goto_page), (ps_document_set_page_size),
14920         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14921         (ps_document_load), (ps_document_get_n_pages),
14922         (ps_document_set_page), (ps_document_get_page),
14923         (ps_document_widget_event), (ps_document_set_target),
14924         (ps_document_set_scale), (ps_document_set_page_offset),
14925         (ps_document_get_page_size), (ps_document_render),
14926         (ps_document_document_iface_init):
14927         * ps/ps-document.h:
14928         * ps/ps.c:
14929         * shell/ev-window.c: (ev_window_open):
14930
14931         Rename GtkGS to PSDocument
14932
14933 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14934
14935         * ps/gtkgs.c: (gtk_gs_class_init):
14936         * ps/gtkgs.h:
14937
14938         Some more leftover...
14939
14940 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14941
14942         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14943         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14944         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14945         * ps/gtkgs.h:
14946
14947         Remove unused code and make a lot of stuff private
14948
14949 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14950
14951         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14952         (gtk_gs_defaults_changed):
14953         * ps/gsdefaults.h:
14954         * ps/gtkgs.c:
14955         * ps/gtkgs.h:
14956         * ps/ps.h:
14957
14958         Cleanup headers dependencies
14959
14960 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14961
14962         * ps/Makefile.am:
14963         * ps/ggvutils.c:
14964         * ps/ggvutils.h:
14965         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14966         * ps/gsdefaults.h:
14967         * ps/gtkgs.c: (file_length), (file_readable),
14968         (check_filecompressed), (check_pdf), (gtk_gs_load),
14969         (gtk_gs_get_postscript):
14970
14971         Get rid of ggvutils
14972
14973 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14974
14975         * ps/ggvutils.c:
14976         * ps/ggvutils.h:
14977         * ps/gsio.h:
14978         * ps/gtkgs.c: (gtk_gs_set_zoom):
14979
14980         Cleanups
14981
14982 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14983
14984         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14985
14986         Ensure the page is rerendered when changing zoom
14987
14988 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14989
14990         * backend/ev-document.c: (ev_document_base_init),
14991         (ev_document_changed):
14992         * backend/ev-document.h:
14993
14994         Add a changed event that is emitted when the page content
14995         changes. This is necessary to deal with the fact that
14996         in ps backend rendering happen asycrounously.
14997         This makes the ps backend mostly work.
14998
14999         * pdf/xpdf/pdf-document.cc:
15000
15001         Emit changed event
15002
15003         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15004         (ps_document_set_target):
15005
15006         Emit changed event
15007
15008         * shell/ev-view.c: (document_changed_callback),
15009         (ev_view_set_document), (ev_view_set_page):
15010
15011         Redraw on the changed signal
15012
15013 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15014
15015         * configure.ac: Added pt_BR to ALL_LINGUAS.
15016
15017 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15018
15019         * backend/ev-document-bookmarks.c:
15020         (ev_document_bookmarks_get_child): *
15021         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15022         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15023         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15024         (ev_sidebar_bookmarks_destroy),
15025         (ev_sidebar_bookmarks_class_init),
15026         (ev_sidebar_bookmarks_construct), (stack_data_free),
15027         (do_one_iteration), (populate_bookmarks_idle),
15028         (ev_sidebar_bookmarks_clear_document),
15029         (ev_sidebar_bookmarks_set_document): *
15030         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15031         (ev_sidebar_add_page),
15032         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15033         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15034         it displays both the topics and the page numbers.
15035
15036 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15037
15038         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15039         toggle.
15040         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15041         visible.
15042
15043 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15044
15045         * configure.ac: Added en_CA to ALL_LINGUAS.
15046
15047 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15048
15049         * ChangeLog: replace bottom of this ChangeLog (merged history of
15050         ggv and gpdf; where all paths were wrong and most of the files are
15051         not even in this tree) with ChangeLog (from arch) of the shell
15052         code.
15053
15054 2004-12-23  Havoc Pennington  <hp@redhat.com>
15055
15056         * shell/ev-window.c: hook up potentially-questionable "find
15057         results status text" feature - something involving the sidebar or
15058         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15059         might be better in the end.
15060
15061         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15062         with corresponding signal when it should be updated
15063
15064         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15065
15066 2004-12-22  Havoc Pennington  <hp@redhat.com>
15067
15068         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15069         find stuff on other pages, sort of (only returns one result on
15070         invisible pages, to show they have results; updates full results
15071         for a page when you view it). Currently repaints the current page
15072         every time a new result is found on any page, which isn't so nice.
15073
15074 2004-12-22  Havoc Pennington  <hp@redhat.com>
15075
15076         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15077         the document doesn't support find (better ideas?)
15078         (find_bar_search_changed_cb): handle missing document or document
15079         that doesn't support find
15080
15081         * pdf/xpdf/pdf-document.cc: port to implement the new
15082         EvDocumentFindIface
15083
15084         * backend/ev-document-find.c: create a new interface for searching
15085
15086         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15087
15088 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15089
15090         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15091         libevbackend.la.
15092
15093         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15094         EvPrintJob constructor arguments.
15095
15096         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15097         for documents that can export PostScript (page by page).
15098
15099         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15100         
15101         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15102         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15103         (pdf_document_ps_exporter_iface_init:
15104         Implement EvPSExporter.
15105
15106         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15107
15108 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15109
15110         * backend/Makefile.am:
15111         * backend/ev-document-thumbnails.c:
15112         (ev_document_thumbnails_get_type),
15113         (ev_document_thumbnails_get_thumbnail):
15114         * backend/ev-document-thumbnails.h:
15115         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15116         (pixbuf_document_thumbnails_get_thumbnail),
15117         (pixbuf_document_document_thumbnails_iface_init):
15118         * shell/Makefile.am:
15119         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15120         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15121         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15122         * shell/ev-sidebar-thumbnails.h:
15123         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15124         (ev_sidebar_set_document):
15125         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15126         (create_shadow), (ev_pixbuf_add_shadow):
15127         * shell/ev-utils.h:
15128         Add thumbnail support.
15129         
15130 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15131
15132         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15133         (using_postscript_printer): Set up a print dialog for "PostScript
15134         injection" method.
15135
15136         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15137         EvPrintJob.
15138
15139         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15140
15141 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15142
15143         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15144         (ps_document_set_target), (ps_document_get_page_size),
15145         (ps_document_render):
15146         * ps/gtkgs.h:
15147
15148         Fix a few bugs
15149
15150 2004-12-22  Christian Rose  <menthos@menthos.com>
15151
15152         * configure.ac: Added "sv" to ALL_LINGUAS.
15153
15154 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15155
15156         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15157         document supports bookmarks.
15158
15159 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15160
15161         * ps/ggvutils.c: (ggv_file_readable):
15162         * ps/ggvutils.h:
15163         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15164         (gtk_gs_get_postscript):
15165
15166         Remove unused utils
15167
15168 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15169
15170         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15171         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15172         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15173         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15174         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15175         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15176         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15177         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15178         (gtk_gs_set_antialiasing), (ps_document_load),
15179         (ps_document_render):
15180         * ps/gtkgs.h:
15181
15182         Another check point for the ps backend. Now I can get it to show
15183         pages!
15184
15185 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15186
15187         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15188         document setting code.
15189
15190 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15191
15192         * shell/eggfindbar.c: (entry_activate_callback):
15193         Animate the next button when activate is pressed.
15194         
15195 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15196
15197         * shell/ev-window.c: (ev_window_cmd_edit_find),
15198         (update_fullscreen_popup), (ev_window_fullscreen),
15199         (ev_window_unfullscreen), (ev_window_state_event_cb),
15200         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15201         Fix bugs in fullscreen code.
15202         
15203 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15204
15205         * Makefile.am:
15206         * configure.ac:
15207         * pixbuf/Makefile.am:
15208         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15209         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15210         (pixbuf_document_set_page), (pixbuf_document_get_page),
15211         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15212         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15213         (pixbuf_document_render), (pixbuf_document_begin_find),
15214         (pixbuf_document_end_find), (pixbuf_document_finalize),
15215         (pixbuf_document_class_init),
15216         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15217         * pixbuf/pixbuf-document.h:
15218         * shell/Makefile.am:
15219         * shell/ev-application.c: (ev_application_open):
15220         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15221         (ev_window_open):
15222         Add pixbuf backend.
15223         
15224 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15225
15226         * Makefile.am: 
15227         * dvi/dvilib/Makefile.am:
15228         * dvi/Makefile.am:
15229         * configure.ac: Auto*ify dvi and dvi/dvilib
15230
15231         * dvi/Makefile: Remove from CVS
15232         
15233         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15234         confusion.
15235
15236         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15237         
15238         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15239         
15240 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15241
15242         * ps/Makefile.am:
15243         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15244         (gtk_gs_value_adjustment_changed), (compute_size),
15245         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15246         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15247         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15248         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15249         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15250         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15251         (ps_document_load), (ps_document_get_n_pages),
15252         (ps_document_set_page), (ps_document_get_page),
15253         (ps_document_set_target), (ps_document_set_scale),
15254         (ps_document_set_page_offset), (ps_document_get_page_size),
15255         (ps_document_render), (ps_document_begin_find),
15256         (ps_document_end_find), (ps_document_document_iface_init):
15257         * ps/gtkgs.h:
15258         * shell/Makefile.am:
15259         * shell/ev-window.c: (ev_window_open):
15260
15261         Some work to integrate gtkgs with EvDocument
15262
15263 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15264
15265         * shell/ev-window.c: (update_fullscreen_popup),
15266         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15267         (exit_fullscreen_button_clicked_cb),
15268         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15269         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15270         (ev_window_state_event_cb), (ev_window_init):
15271         Add fullscreen support from Epiphany.
15272         
15273 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15274
15275         * data/ev-stock-zoom-fit-width.png: fit-width
15276         stock icon from gpdf.
15277         
15278         * shell/ev-stock-icons.[ch]: copied from gpdf.
15279         
15280         * shell/main.c: (main): init stock icons.
15281         
15282         * shell/ev-window.c: use the fit-width icon.
15283         
15284         * data/evince-ui.xml: add zooming toolbar items.
15285
15286 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15287
15288         * shell/ev-view.c: 
15289         (ev_view_best_fit), (ev_view_fit_width): because
15290         get_page_size() returns the scaled page size, we
15291         need to calculate the scale factor relative to
15292         the previous scale factor. Should really just
15293         add get_real_page_size().
15294
15295 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15296
15297         * shell/ev-view.[ch]:
15298         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15299         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15300         add zooming.
15301         
15302         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15303         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15304         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15305         hook it up.
15306         
15307         * pdf/xpdf/pdf-document.cc:
15308         (pdf_document_begin_find),
15309         (pdf_document_end_find): make static.
15310
15311 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15312
15313         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15314
15315         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15316         names to fontconfig patterns.
15317         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15318
15319         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15320         setupBaseFontsFc.
15321
15322 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15323
15324         * Makefile.am:
15325         * configure.ac:
15326         * ps/Makefile.am:
15327         * ps/ggvutils.c:
15328         * ps/ggvutils.h:
15329         * ps/gsdefaults.c:
15330         * ps/gsdefaults.h:
15331         * ps/gsio.c:
15332         * ps/gsio.h:
15333         * ps/gtkgs.c:
15334         * ps/gtkgs.h:
15335         * ps/ps.c:
15336         * ps/ps.h:
15337
15338         Import ggv backend. Not hooked up yet.
15339
15340 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15341
15342         * shell/main.c: (load_files), (main): load files
15343         from the command line.
15344
15345 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15346
15347         * configure.ac: don't require bonobo.
15348         
15349         * cut-n-paste/recent-files/*: kill bonobo recent
15350         view.
15351
15352         * shell/ev-window.c:
15353         (ev_window_is_empty): upd.
15354         (unable_to_load), (ev_window_open): load backend
15355         based on the mime type.
15356
15357 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15358
15359         * backend/.cvsignore: ignore generated marshalers source.
15360
15361         * shell/main.c (main): this is not epiphany.
15362
15363 2004-12-22  Havoc Pennington  <hp@redhat.com>
15364
15365         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15366         (expose_bin_window): draw find highlights
15367
15368         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15369         
15370         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15371         (pdf_document_end_find): implement this interface
15372
15373         * backend/ev-document.c (ev_document_found): add this to emit
15374         signal
15375
15376 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15377
15378         * data/evince-ui.xml: Add a few more toolbar items.
15379
15380         * shell/ev-window.c: Hook up page navigation toolbar 
15381         items.
15382
15383         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15384         a page-changed signal.
15385
15386         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15387         Add ev_document_get_page().
15388
15389         * shell/ev-window.c: Sensitize/desensitize navigation
15390         actions.
15391
15392 2004-12-21  Havoc Pennington  <hp@redhat.com>
15393
15394         * backend/ev-backend-marshal.c,
15395         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15396         marshaler-generator thingy. I'm sure there's a better way to do
15397         this in the modern world.
15398
15399         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15400         end_find methods and "found" signal.
15401
15402         * configure.ac: find glib-genmarshal
15403
15404 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15405
15406         * shell/ev-sidebar.c: Construct an actual sidebar.
15407         * shell/ev-sidebar-bookmarks.[ch]:
15408         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15409
15410 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15411
15412         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15413         Redo size handling.
15414         
15415         * shell/ev-view.c: Track the size from the document.
15416
15417 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15418
15419         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15420         constructor assumes ownership of the string passed in.
15421         
15422         * shell/ev-window.c (ev_window_open): Destroy the error
15423         dialog once we've displayed it.
15424
15425 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15426
15427         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15428         a bit, it works! (sort of)
15429
15430         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15431         Move to .cc since we need to use C++ in the implementation.
15432
15433         * shell/dummy.cc: Add a CC file to force evince
15434         to be linked as a C++ program.
15435
15436 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15437
15438         * shell/ev-view.[ch]: Start of content-area widget.
15439
15440         * shell/ev-window.c: Create a EvView, update it
15441         as we change documents.
15442
15443         * shell/Makefile.am shell/ev-marshal.list: Add
15444         generated marshalers.
15445
15446 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15447
15448         * Makefile.am (SUBDIRS): move shell.
15449
15450 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15451
15452         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15453         .a to libtool convenience libraries.
15454
15455         * shell/ev-window.c (ev_window_open): Hard code loading
15456         a PDF document.
15457         
15458         * backend/ev-document.h: Add a boolean return to load(),
15459         fix GError * to GError **.
15460
15461         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15462         object for a PDF backend EvDocument.
15463
15464 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15465
15466         * dvi/*: New directory with the beginning of a .dvi backend.
15467
15468 2004-12-21  Havoc Pennington  <hp@redhat.com>
15469
15470         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15471         previous/next instead of back/forward
15472
15473 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15474
15475         * backend/ev-document.[ch]: Fix a couple of problems so
15476         it compile.
15477
15478 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15479
15480         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15481         to backend/ directory, rename EvViewer to EvDocument.
15482
15483 2004-12-21  Havoc Pennington  <hp@redhat.com>
15484
15485         * shell/ev-window.c: hook up the find bar widget; now we just need
15486         a document to find things in
15487
15488         * shell/eggfindbar.c: a find bar widget
15489
15490 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15491
15492         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15493
15494 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15495
15496         * pdf/**: Import of xpdf code from gpdf. 
15497
15498         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15499
15500         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15501         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15502         Fix FreeType includes.
15503
15504         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15505         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15506         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15507         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15508         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15509         Include xpdfconfig.h
15510         
15511 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15512
15513         * shell/ev-window.c (ev_window_dispose): dispose can be called
15514         multiple times.
15515
15516 2004-12-21  Havoc Pennington  <hp@redhat.com>
15517
15518         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15519         rather than Evince
15520
15521         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15522         items; really they should be synced with the strings, etc. from
15523         current gpdf, but just getting the boring typing out of the way 
15524
15525 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15526
15527         * po/POTFILES.in:
15528         * shell/ev-application.c: (window_destroy_cb):
15529         * shell/ev-window.c:
15530         * shell/main.c: (main):
15531
15532         Actually show the window...
15533
15534 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15535
15536         * Makefile.am:
15537         * shell/Makefile.am:
15538         * shell/ev-application.c: (ev_application_class_init):
15539         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15540
15541         Make it build again
15542
15543 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15544
15545         Import to gnome cvs.
15546         
15547         * Remove copies of gpdf and ggv trees.
15548         * Rip out all the recursive configure code.
15549         * Remove bonobo machinery.
15550         * viewer/*: GInterfaces that backends should/can implement.
15551
15552 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15553
15554         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15555         typo
15556
15557 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15558
15559         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15560         (ev_application_finalize, ev_application_class_init)
15561         (ev_application_init): use GType instance private data for priv.
15562
15563         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15564         (ev_window_finalize, ev_window_class_init)
15565         (ev_window_init): ditto.
15566
15567 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15568
15569         * shell/ev-application.c (ev_application_new_window): make public
15570         (ev_application_show_initial_window): kill.
15571
15572         * shell/ev-application.h: update prototypes.
15573
15574         * shell/main.cc (main): inline ev_application_show_initial_window.
15575
15576 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15577
15578         * shell/ev-application.c (ev_application_new_window): impl.
15579         (ev_application_show_initial_window): use it.
15580         (is_window_empty, ev_application_get_empty_window): returns an
15581         existing empty window or a new one.
15582         (ev_application_open): from ev_window_cmd_file_open.
15583
15584         * shell/ev-application.h: update prototypes
15585
15586         * shell/ev-window.c (ev_window_is_empty): impl.
15587         (ev_window_open): make public.
15588         (ev_window_cmd_file_open): use ev_application_open
15589
15590         * shell/ev-window.h: update prototypes, remove unused.
15591
15592 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15593
15594         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15595         move destroy handler out of here...
15596
15597         * shell/ev-application.c, shell/ev-application.h: ...into this new
15598         class. Also handles initial window creation.
15599
15600         * shell/main.cc (main): use EvApplication to create initial
15601         window.
15602
15603 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15604
15605         * Makefile.am (SUBDIRS): add cut-n-paste
15606
15607         * cut-n-paste/Makefile.am: add
15608
15609         * configure.ac: generate Makefiles in cut-n-paste
15610
15611 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15612
15613         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15614         (ev_window_class_init): install ev_window_dispose.
15615
15616 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15617
15618         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15619         char (gchar looks stupid).
15620
15621 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * po/de.po: updated German translation.
15624
15625 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15626
15627         * configure.ac: add more pkg-config library checks for gnome-vfs,
15628         bonobo etc.
15629
15630         * gpdf/configure.in: temporarily disable libpaper
15631         checks. Otherwise I'd have to add the checks for the shell, too.
15632
15633 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15634
15635         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15636         and * file filters to the file choose.
15637
15638 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15639
15640         * po/de.po: Updated German translation.
15641
15642 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15643
15644         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15645
15646 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15647
15648         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15649
15650         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15651         (ev_window_init): implement those menuitems.
15652
15653 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15654
15655         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15656
15657         * shell/ev-window.c (ev_window_init): use the toolbar.
15658
15659 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15660
15661         * shell/ev-window.c (ev_window_init): use menu translations
15662
15663 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15664
15665         * configure.ac: add "de" to ALL_LINGUAS.
15666
15667         * po/de.po: add German translation.
15668
15669 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15670
15671         * Makefile.am (SUBDIRS): add po
15672
15673         * configure.ac: check intltool, glib-gettext etc, generate
15674         po/Makefile.in
15675
15676         * po, po/POTFILES.in, po/POTFILES.skip: new.
15677
15678 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15679
15680         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15681         already use (#ifdef ENABLE_NLS)
15682
15683         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15684         pointer indirection thinko.
15685
15686         * shell/main.c: include gi18n.h for bindtextdomain etc.
15687
15688 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15689
15690         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15691         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15692         tooltips for menu items in the statusbar.
15693
15694 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15695
15696         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15697         pkgdatadir drop UIDIR
15698
15699 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15700
15701         * data/evince-ui.xml: Add File->Open menu item
15702
15703         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15704         chooser), hook it up in the ui manager.
15705
15706 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15707
15708         * shell/ev-window.c: fix Help->About tooltip.
15709
15710 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15711
15712         * configure.ac: set CFLAGS for libevprivate.
15713
15714         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15715         definitions, factory etc.
15716
15717         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15718
15719         * shell/Makefile.am: link against libevprivate.a.
15720
15721         * shell/ev-window.c (entries): add stock icon to Help->About.
15722
15723         * shell/main.c (main): init stock icon code.
15724
15725 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15726
15727         * lib/recent-files: egg recent files code
15728
15729         * lib/Makefile.am: add.
15730
15731         * Makefile.am: add lib subdir.
15732
15733         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15734         set CFLAGS for recent-files.
15735
15736 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15737
15738         * configure.ac: disable -ansi and -pedantic gcc flags. They
15739         disable POSIX stuff in stdio.h, but egg-recent uses them.
15740
15741 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15742
15743         * configure.ac: add --disable-deprecated flag (defaults to on in
15744         "cvs" builds).
15745
15746         * shell/Makefile.am (INCLUDES): use it.
15747
15748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15749
15750         * shell/main.c: add missing #include.
15751
15752         * shell/ev-window.c: fix for pedantic gcc.
15753         (ev_window_cmd_help_about): split license into paragraphs for
15754         translators and pedantic compilers.
15755
15756 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15757
15758         * configure.ac: add more warning flags if compiling with gcc from
15759         cvs (or explicitly requested with --enable-more-warnings).
15760
15761 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15762
15763         * data/evince-ui.xml: add File and File->Close menu.
15764
15765         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15766         (ev_window_destroy): quit after destroy.
15767         (ev_window_class_init): override GtkObject::destroy.
15768         (entries): install close_window callback.
15769
15770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15771
15772         * Makefile.am (SUBDIRS): add data subdir.
15773
15774         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15775         gtk+ 2.5.0 for GtkAboutDialog.
15776
15777         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15778         main window.
15779
15780         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15781
15782         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15783         manager.
15784         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15785
15786 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15787
15788         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15789
15790 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15791
15792         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15793
15794 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15795
15796         * shell/*: Added shell directory boilerplate, build it.
15797
15798 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15799
15800         * configure.ac, Makefile.am: Added top-level configure.ac and
15801         Makefile.am